diff --git a/.gitmodules b/.gitmodules index 9a646a0..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "libapps"] - path = js/libapps - url = https://chromium.googlesource.com/apps/libapps diff --git a/Makefile b/Makefile index 95040dc..8f88a17 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ gotty: server/asset.go main.go server/*.go webtty/*.go backend/*.go Makefile asset: server/asset.go -server/asset.go: bindata/static/js/hterm.js bindata/static/js/bundle.js bindata/static/index.html bindata/static/favicon.png bindata/static/css/index.css bindata/static/css/xterm.css bindata/static/css/xterm_customize.css +server/asset.go: bindata/static/js/bundle.js bindata/static/index.html bindata/static/favicon.png bindata/static/css/index.css bindata/static/css/xterm.css bindata/static/css/xterm_customize.css go-bindata -prefix bindata -pkg server -ignore=\\.gitkeep -o server/asset.go bindata/... gofmt -w server/asset.go @@ -26,9 +26,6 @@ bindata/static/favicon.png: bindata/static resources/favicon.png bindata/static/js: bindata/static mkdir -p bindata/static/js -bindata/static/js/hterm.js: bindata/static/js js/libapps/hterm/js/*.js - cd js/libapps && \ - LIBDOT_SEARCH_PATH=`pwd` ./libdot/bin/concat.sh -i ./hterm/concat/hterm_all.concat -o ../../bindata/static/js/hterm.js bindata/static/js/bundle.js: bindata/static/js js/dist/bundle.js cp js/dist/bundle.js bindata/static/js/bundle.js diff --git a/js/dist/bundle.js b/js/dist/bundle.js index 3347257..a08d20a 100644 --- a/js/dist/bundle.js +++ b/js/dist/bundle.js @@ -63,7 +63,7 @@ /******/ __webpack_require__.p = ""; /******/ /******/ // Load entry module and return exports -/******/ return __webpack_require__(__webpack_require__.s = 14); +/******/ return __webpack_require__(__webpack_require__.s = 15); /******/ }) /************************************************************************/ /******/ ([ @@ -73,18 +73,18 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -var CompositionHelper_1 = __webpack_require__(15); +var CompositionHelper_1 = __webpack_require__(16); var EventEmitter_1 = __webpack_require__(1); -var Viewport_1 = __webpack_require__(22); -var Clipboard_1 = __webpack_require__(29); -var CircularList_1 = __webpack_require__(31); +var Viewport_1 = __webpack_require__(23); +var Clipboard_1 = __webpack_require__(30); +var CircularList_1 = __webpack_require__(32); var EscapeSequences_1 = __webpack_require__(2); -var InputHandler_1 = __webpack_require__(16); -var Parser_1 = __webpack_require__(18); -var Renderer_1 = __webpack_require__(19); -var Linkifier_1 = __webpack_require__(17); -var SelectionManager_1 = __webpack_require__(20); -var CharMeasure_1 = __webpack_require__(30); +var InputHandler_1 = __webpack_require__(17); +var Parser_1 = __webpack_require__(19); +var Renderer_1 = __webpack_require__(20); +var Linkifier_1 = __webpack_require__(18); +var SelectionManager_1 = __webpack_require__(21); +var CharMeasure_1 = __webpack_require__(31); var Browser = __webpack_require__(8); var Mouse_1 = __webpack_require__(9); var document = (typeof window != 'undefined') ? window.document : null; @@ -560,7 +560,7 @@ Terminal.prototype.open = function (parent, focus) { }; Terminal.loadAddon = function (addon, callback) { if (true) { - return __webpack_require__(23)("./" + addon + '/' + addon); + return __webpack_require__(24)("./" + addon + '/' + addon); } else if (typeof define == 'function') { return require(['./addons/' + addon + '/' + addon], callback); @@ -2413,7 +2413,7 @@ exports.CHARSETS['='] = { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -var Generic_1 = __webpack_require__(33); +var Generic_1 = __webpack_require__(34); var isNode = (typeof navigator === 'undefined') ? true : false; var userAgent = (isNode) ? 'node' : navigator.userAgent; var platform = (isNode) ? 'node' : navigator.platform; @@ -2478,13 +2478,12 @@ exports.getRawByteCoords = getRawByteCoords; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -var bare = __webpack_require__(34); -var bareLib = __webpack_require__(35); +var bare = __webpack_require__(14); var TermHterm = (function () { function TermHterm(elem) { this.elem = elem; - hterm.defaultStorage = new bareLib.Storage.Memory(); - this.term = new bare.Terminal(); + bare.hterm.defaultStorage = new bare.lib.Storage.Memory(); + this.term = new bare.hterm.Terminal(); this.term.getPrefs().set("send-encoding", "raw"); this.term.decorate(this.elem); this.io = this.term.io.push(); @@ -2830,6 +2829,17997 @@ exports.TermXterm = TermXterm; /* 14 */ /***/ (function(module, exports, __webpack_require__) { +"use strict"; +// This file was generated by libdot/bin/concat.sh. +// It has been marked read-only for your safety. Rather +// than edit it directly, please modify one of these source +// files... +// +// libdot/js/lib.js +// libdot/js/lib_polyfill.js +// libdot/js/lib_colors.js +// libdot/js/lib_f.js +// libdot/js/lib_message_manager.js +// libdot/js/lib_preference_manager.js +// libdot/js/lib_resource.js +// libdot/js/lib_storage.js +// libdot/js/lib_storage_chrome.js +// libdot/js/lib_storage_local.js +// libdot/js/lib_storage_memory.js +// libdot/js/lib_test_manager.js +// libdot/js/lib_utf8.js +// libdot/third_party/wcwidth/lib_wc.js +// hterm/js/hterm.js +// hterm/js/hterm_frame.js +// hterm/js/hterm_keyboard.js +// hterm/js/hterm_keyboard_bindings.js +// hterm/js/hterm_keyboard_keymap.js +// hterm/js/hterm_keyboard_keypattern.js +// hterm/js/hterm_options.js +// hterm/js/hterm_parser.js +// hterm/js/hterm_parser_identifiers.js +// hterm/js/hterm_preference_manager.js +// hterm/js/hterm_pubsub.js +// hterm/js/hterm_screen.js +// hterm/js/hterm_scrollport.js +// hterm/js/hterm_terminal.js +// hterm/js/hterm_terminal_io.js +// hterm/js/hterm_text_attributes.js +// hterm/js/hterm_vt.js +// hterm/js/hterm_vt_character_map.js +// hterm/js/hterm_export.js +// + +// SOURCE FILE: libdot/js/lib.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + + + +if (typeof lib != 'undefined') + throw new Error('Global "lib" object already exists.'); + +var lib = {}; + +/** + * Map of "dependency" to ["source", ...]. + * + * Each dependency is a object name, like "lib.fs", "source" is the url that + * depends on the object. + */ +lib.runtimeDependencies_ = {}; + +/** + * List of functions that need to be invoked during library initialization. + * + * Each element in the initCallbacks_ array is itself a two-element array. + * Element 0 is a short string describing the owner of the init routine, useful + * for debugging. Element 1 is the callback function. + */ +lib.initCallbacks_ = []; + +/** + * Records a runtime dependency. + * + * This can be useful when you want to express a run-time dependency at + * compile time. It is not intended to be a full-fledged library system or + * dependency tracker. It's just there to make it possible to debug the + * deps without running all the code. + * + * Object names are specified as strings. For example... + * + * lib.rtdep('lib.colors', 'lib.PreferenceManager'); + * + * Object names need not be rooted by 'lib'. You may use this to declare a + * dependency on any object. + * + * The client program may call lib.ensureRuntimeDependencies() at startup in + * order to ensure that all runtime dependencies have been met. + * + * @param {string} var_args One or more objects specified as strings. + */ +lib.rtdep = function(var_args) { + var source; + + try { + throw new Error(); + } catch (ex) { + var stackArray = ex.stack.split('\n'); + // In Safari, the resulting stackArray will only have 2 elements and the + // individual strings are formatted differently. + if (stackArray.length >= 3) { + source = stackArray[2].replace(/^\s*at\s+/, ''); + } else { + source = stackArray[1].replace(/^\s*global code@/, ''); + } + } + + for (var i = 0; i < arguments.length; i++) { + var path = arguments[i]; + if (path instanceof Array) { + lib.rtdep.apply(lib, path); + } else { + var ary = this.runtimeDependencies_[path]; + if (!ary) + ary = this.runtimeDependencies_[path] = []; + ary.push(source); + } + } +}; + +/** + * Ensures that all runtime dependencies are met, or an exception is thrown. + * + * Every unmet runtime dependency will be logged to the JS console. If at + * least one dependency is unmet this will raise an exception. + */ +lib.ensureRuntimeDependencies_ = function() { + var passed = true; + + for (var path in lib.runtimeDependencies_) { + var sourceList = lib.runtimeDependencies_[path]; + var names = path.split('.'); + + // In a document context 'window' is the global object. In a worker it's + // called 'self'. + var obj = (window || self); + for (var i = 0; i < names.length; i++) { + if (!(names[i] in obj)) { + console.warn('Missing "' + path + '" is needed by', sourceList); + passed = false; + break; + } + + obj = obj[names[i]]; + } + } + + if (!passed) + throw new Error('Failed runtime dependency check'); +}; + +/** + * Register an initialization function. + * + * The initialization functions are invoked in registration order when + * lib.init() is invoked. Each function will receive a single parameter, which + * is a function to be invoked when it completes its part of the initialization. + * + * @param {string} name A short descriptive name of the init routine useful for + * debugging. + * @param {function(function)} callback The initialization function to register. + * @return {function} The callback parameter. + */ +lib.registerInit = function(name, callback) { + lib.initCallbacks_.push([name, callback]); + return callback; +}; + +/** + * Initialize the library. + * + * This will ensure that all registered runtime dependencies are met, and + * invoke any registered initialization functions. + * + * Initialization is asynchronous. The library is not ready for use until + * the onInit function is invoked. + * + * @param {function()} onInit The function to invoke when initialization is + * complete. + * @param {function(*)} opt_logFunction An optional function to send + * initialization related log messages to. + */ +lib.init = function(onInit, opt_logFunction) { + var ary = lib.initCallbacks_; + + var initNext = function() { + if (ary.length) { + var rec = ary.shift(); + if (opt_logFunction) + opt_logFunction('init: ' + rec[0]); + rec[1](lib.f.alarm(initNext)); + } else { + onInit(); + } + }; + + if (typeof onInit != 'function') + throw new Error('Missing or invalid argument: onInit'); + + lib.ensureRuntimeDependencies_(); + + setTimeout(initNext, 0); +}; +// SOURCE FILE: libdot/js/lib_polyfill.js +// Copyright 2017 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * @fileoverview Polyfills for ES2016+ features we want to use. + */ + +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStart +if (!String.prototype.padStart) { + String.prototype.padStart = function(targetLength, padString) { + // If the string is already long enough, nothing to do! + targetLength -= this.length; + if (targetLength <= 0) + return String(this); + + if (padString === undefined) + padString = ' '; + + // In case the pad is multiple chars long. + if (targetLength > padString.length) + padString = padString.repeat((targetLength / padString.length) + 1); + + return padString.slice(0, targetLength) + String(this); + }; +} + +// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padEnd +if (!String.prototype.padEnd) { + String.prototype.padEnd = function(targetLength, padString) { + // If the string is already long enough, nothing to do! + targetLength -= this.length; + if (targetLength <= 0) + return String(this); + + if (padString === undefined) + padString = ' '; + + // In case the pad is multiple chars long. + if (targetLength > padString.length) + padString = padString.repeat((targetLength / padString.length) + 1); + + return String(this) + padString.slice(0, targetLength); + }; +} +// SOURCE FILE: libdot/js/lib_colors.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * Namespace for color utilities. + */ +lib.colors = {}; + +/** + * First, some canned regular expressions we're going to use in this file. + * + * + * BRACE YOURSELF + * + * ,~~~~. + * |>_< ~~ + * 3`---'-/. + * 3:::::\v\ + * =o=:::::\,\ + * | :::::\,,\ + * + * THE REGULAR EXPRESSIONS + * ARE COMING. + * + * There's no way to break long RE literals in JavaScript. Fix that why don't + * you? Oh, and also there's no way to write a string that doesn't interpret + * escapes. + * + * Instead, we stoop to this .replace() trick. + */ +lib.colors.re_ = { + // CSS hex color, #RGB. + hex16: /#([a-f0-9])([a-f0-9])([a-f0-9])/i, + + // CSS hex color, #RRGGBB. + hex24: /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/i, + + // CSS rgb color, rgb(rrr,ggg,bbb). + rgb: new RegExp( + ('^/s*rgb/s*/(/s*(/d{1,3})/s*,/s*(/d{1,3})/s*,' + + '/s*(/d{1,3})/s*/)/s*$' + ).replace(/\//g, '\\'), 'i'), + + // CSS rgb color, rgb(rrr,ggg,bbb,aaa). + rgba: new RegExp( + ('^/s*rgba/s*' + + '/(/s*(/d{1,3})/s*,/s*(/d{1,3})/s*,/s*(/d{1,3})/s*' + + '(?:,/s*(/d+(?:/./d+)?)/s*)/)/s*$' + ).replace(/\//g, '\\'), 'i'), + + // Either RGB or RGBA. + rgbx: new RegExp( + ('^/s*rgba?/s*' + + '/(/s*(/d{1,3})/s*,/s*(/d{1,3})/s*,/s*(/d{1,3})/s*' + + '(?:,/s*(/d+(?:/./d+)?)/s*)?/)/s*$' + ).replace(/\//g, '\\'), 'i'), + + // An X11 "rgb:dddd/dddd/dddd" value. + x11rgb: /^\s*rgb:([a-f0-9]{1,4})\/([a-f0-9]{1,4})\/([a-f0-9]{1,4})\s*$/i, + + // English color name. + name: /[a-z][a-z0-9\s]+/, +}; + +/** + * Convert a CSS rgb(ddd,ddd,ddd) color value into an X11 color value. + * + * Other CSS color values are ignored to ensure sanitary data handling. + * + * Each 'ddd' component is a one byte value specified in decimal. + * + * @param {string} value The CSS color value to convert. + * @return {string} The X11 color value or null if the value could not be + * converted. + */ +lib.colors.rgbToX11 = function(value) { + function scale(v) { + v = (Math.min(v, 255) * 257).toString(16); + return lib.f.zpad(v, 4); + } + + var ary = value.match(lib.colors.re_.rgbx); + if (!ary) + return null; + + return 'rgb:' + scale(ary[1]) + '/' + scale(ary[2]) + '/' + scale(ary[3]); +}; + +/** + * Convert a legacy X11 colover value into an CSS rgb(...) color value. + * + * They take the form: + * 12 bit: #RGB -> #R000G000B000 + * 24 bit: #RRGGBB -> #RR00GG00BB00 + * 36 bit: #RRRGGGBBB -> #RRR0GGG0BBB0 + * 48 bit: #RRRRGGGGBBBB + * These are the most significant bits. + * + * Truncate values back down to 24 bit since that's all CSS supports. + */ +lib.colors.x11HexToCSS = function(v) { + if (!v.startsWith('#')) + return null; + // Strip the leading # off. + v = v.substr(1); + + // Reject unknown sizes. + if ([3, 6, 9, 12].indexOf(v.length) == -1) + return null; + + // Reject non-hex values. + if (v.match(/[^a-f0-9]/i)) + return null; + + // Split the colors out. + var size = v.length / 3; + var r = v.substr(0, size); + var g = v.substr(size, size); + var b = v.substr(size + size, size); + + // Normalize to 16 bits. + function norm16(v) { + v = parseInt(v, 16); + return size == 2 ? v : // 16 bit + size == 1 ? v << 4 : // 8 bit + v >> (4 * (size - 2)); // 24 or 32 bit + } + return lib.colors.arrayToRGBA([r, g, b].map(norm16)); +}; + +/** + * Convert an X11 color value into an CSS rgb(...) color value. + * + * The X11 value may be an X11 color name, or an RGB value of the form + * rgb:hhhh/hhhh/hhhh. If a component value is less than 4 digits it is + * padded out to 4, then scaled down to fit in a single byte. + * + * @param {string} value The X11 color value to convert. + * @return {string} The CSS color value or null if the value could not be + * converted. + */ +lib.colors.x11ToCSS = function(v) { + function scale(v) { + // Pad out values with less than four digits. This padding (probably) + // matches xterm. It's difficult to say for sure since xterm seems to + // arrive at a padded value and then perform some combination of + // gamma correction, color space transformation, and quantization. + + if (v.length == 1) { + // Single digits pad out to four by repeating the character. "f" becomes + // "ffff". Scaling down a hex value of this pattern by 257 is the same + // as cutting off one byte. We skip the middle step and just double + // the character. + return parseInt(v + v, 16); + } + + if (v.length == 2) { + // Similar deal here. X11 pads two digit values by repeating the + // byte (or scale up by 257). Since we're going to scale it back + // down anyway, we can just return the original value. + return parseInt(v, 16); + } + + if (v.length == 3) { + // Three digit values seem to be padded by repeating the final digit. + // e.g. 10f becomes 10ff. + v = v + v.substr(2); + } + + // Scale down the 2 byte value. + return Math.round(parseInt(v, 16) / 257); + } + + var ary = v.match(lib.colors.re_.x11rgb); + if (!ary) { + // Handle the legacy format. + if (v.startsWith('#')) + return lib.colors.x11HexToCSS(v); + else + return lib.colors.nameToRGB(v); + } + + ary.splice(0, 1); + return lib.colors.arrayToRGBA(ary.map(scale)); +}; + +/** + * Converts one or more CSS '#RRGGBB' color values into their rgb(...) + * form. + * + * Arrays are converted in place. If a value cannot be converted, it is + * replaced with null. + * + * @param {string|Array.} A single RGB value or array of RGB values to + * convert. + * @return {string|Array.} The converted value or values. + */ +lib.colors.hexToRGB = function(arg) { + var hex16 = lib.colors.re_.hex16; + var hex24 = lib.colors.re_.hex24; + + function convert(hex) { + if (hex.length == 4) { + hex = hex.replace(hex16, function(h, r, g, b) { + return "#" + r + r + g + g + b + b; + }); + } + var ary = hex.match(hex24); + if (!ary) + return null; + + return 'rgb(' + parseInt(ary[1], 16) + ', ' + + parseInt(ary[2], 16) + ', ' + + parseInt(ary[3], 16) + ')'; + } + + if (arg instanceof Array) { + for (var i = 0; i < arg.length; i++) { + arg[i] = convert(arg[i]); + } + } else { + arg = convert(arg); + } + + return arg; +}; + +/** + * Converts one or more CSS rgb(...) forms into their '#RRGGBB' color values. + * + * If given an rgba(...) form, the alpha field is thrown away. + * + * Arrays are converted in place. If a value cannot be converted, it is + * replaced with null. + * + * @param {string|Array.} A single rgb(...) value or array of rgb(...) + * values to convert. + * @return {string|Array.} The converted value or values. + */ +lib.colors.rgbToHex = function(arg) { + function convert(rgb) { + var ary = lib.colors.crackRGB(rgb); + if (!ary) + return null; + return '#' + lib.f.zpad(((parseInt(ary[0]) << 16) | + (parseInt(ary[1]) << 8) | + (parseInt(ary[2]) << 0)).toString(16), 6); + } + + if (arg instanceof Array) { + for (var i = 0; i < arg.length; i++) { + arg[i] = convert(arg[i]); + } + } else { + arg = convert(arg); + } + + return arg; +}; + +/** + * Take any valid css color definition and turn it into an rgb or rgba value. + * + * Returns null if the value could not be normalized. + */ +lib.colors.normalizeCSS = function(def) { + if (def.startsWith('#')) + return lib.colors.hexToRGB(def); + + if (lib.colors.re_.rgbx.test(def)) + return def; + + return lib.colors.nameToRGB(def); +}; + +/** + * Convert a 3 or 4 element array into an rgba(...) string. + */ +lib.colors.arrayToRGBA = function(ary) { + var alpha = (ary.length > 3) ? ary[3] : 1; + return 'rgba(' + ary[0] + ', ' + ary[1] + ', ' + ary[2] + ', ' + alpha + ')'; +}; + +/** + * Overwrite the alpha channel of an rgb/rgba color. + */ +lib.colors.setAlpha = function(rgb, alpha) { + var ary = lib.colors.crackRGB(rgb); + ary[3] = alpha; + return lib.colors.arrayToRGBA(ary); +}; + +/** + * Mix a percentage of a tint color into a base color. + */ +lib.colors.mix = function(base, tint, percent) { + var ary1 = lib.colors.crackRGB(base); + var ary2 = lib.colors.crackRGB(tint); + + for (var i = 0; i < 4; ++i) { + var diff = ary2[i] - ary1[i]; + ary1[i] = Math.round(parseInt(ary1[i]) + diff * percent); + } + + return lib.colors.arrayToRGBA(ary1); +}; + +/** + * Split an rgb/rgba color into an array of its components. + * + * On success, a 4 element array will be returned. For rgb values, the alpha + * will be set to 1. + */ +lib.colors.crackRGB = function(color) { + if (color.startsWith('rgba')) { + var ary = color.match(lib.colors.re_.rgba); + if (ary) { + ary.shift(); + return ary; + } + } else { + var ary = color.match(lib.colors.re_.rgb); + if (ary) { + ary.shift(); + ary.push(1); + return ary; + } + } + + console.error('Couldn\'t crack: ' + color); + return null; +}; + +/** + * Convert an X11 color name into a CSS rgb(...) value. + * + * Names are stripped of spaces and converted to lowercase. If the name is + * unknown, null is returned. + * + * This list of color name to RGB mapping is derived from the stock X11 + * rgb.txt file. + * + * @param {string} name The color name to convert. + * @return {string} The corresponding CSS rgb(...) value. + */ +lib.colors.nameToRGB = function(name) { + if (name in lib.colors.colorNames) + return lib.colors.colorNames[name]; + + name = name.toLowerCase(); + if (name in lib.colors.colorNames) + return lib.colors.colorNames[name]; + + name = name.replace(/\s+/g, ''); + if (name in lib.colors.colorNames) + return lib.colors.colorNames[name]; + + return null; +}; + +/** + * The stock color palette. + */ +lib.colors.stockColorPalette = lib.colors.hexToRGB + ([// The "ANSI 16"... + '#000000', '#CC0000', '#4E9A06', '#C4A000', + '#3465A4', '#75507B', '#06989A', '#D3D7CF', + '#555753', '#EF2929', '#00BA13', '#FCE94F', + '#729FCF', '#F200CB', '#00B5BD', '#EEEEEC', + + // The 6x6 color cubes... + '#000000', '#00005F', '#000087', '#0000AF', '#0000D7', '#0000FF', + '#005F00', '#005F5F', '#005F87', '#005FAF', '#005FD7', '#005FFF', + '#008700', '#00875F', '#008787', '#0087AF', '#0087D7', '#0087FF', + '#00AF00', '#00AF5F', '#00AF87', '#00AFAF', '#00AFD7', '#00AFFF', + '#00D700', '#00D75F', '#00D787', '#00D7AF', '#00D7D7', '#00D7FF', + '#00FF00', '#00FF5F', '#00FF87', '#00FFAF', '#00FFD7', '#00FFFF', + + '#5F0000', '#5F005F', '#5F0087', '#5F00AF', '#5F00D7', '#5F00FF', + '#5F5F00', '#5F5F5F', '#5F5F87', '#5F5FAF', '#5F5FD7', '#5F5FFF', + '#5F8700', '#5F875F', '#5F8787', '#5F87AF', '#5F87D7', '#5F87FF', + '#5FAF00', '#5FAF5F', '#5FAF87', '#5FAFAF', '#5FAFD7', '#5FAFFF', + '#5FD700', '#5FD75F', '#5FD787', '#5FD7AF', '#5FD7D7', '#5FD7FF', + '#5FFF00', '#5FFF5F', '#5FFF87', '#5FFFAF', '#5FFFD7', '#5FFFFF', + + '#870000', '#87005F', '#870087', '#8700AF', '#8700D7', '#8700FF', + '#875F00', '#875F5F', '#875F87', '#875FAF', '#875FD7', '#875FFF', + '#878700', '#87875F', '#878787', '#8787AF', '#8787D7', '#8787FF', + '#87AF00', '#87AF5F', '#87AF87', '#87AFAF', '#87AFD7', '#87AFFF', + '#87D700', '#87D75F', '#87D787', '#87D7AF', '#87D7D7', '#87D7FF', + '#87FF00', '#87FF5F', '#87FF87', '#87FFAF', '#87FFD7', '#87FFFF', + + '#AF0000', '#AF005F', '#AF0087', '#AF00AF', '#AF00D7', '#AF00FF', + '#AF5F00', '#AF5F5F', '#AF5F87', '#AF5FAF', '#AF5FD7', '#AF5FFF', + '#AF8700', '#AF875F', '#AF8787', '#AF87AF', '#AF87D7', '#AF87FF', + '#AFAF00', '#AFAF5F', '#AFAF87', '#AFAFAF', '#AFAFD7', '#AFAFFF', + '#AFD700', '#AFD75F', '#AFD787', '#AFD7AF', '#AFD7D7', '#AFD7FF', + '#AFFF00', '#AFFF5F', '#AFFF87', '#AFFFAF', '#AFFFD7', '#AFFFFF', + + '#D70000', '#D7005F', '#D70087', '#D700AF', '#D700D7', '#D700FF', + '#D75F00', '#D75F5F', '#D75F87', '#D75FAF', '#D75FD7', '#D75FFF', + '#D78700', '#D7875F', '#D78787', '#D787AF', '#D787D7', '#D787FF', + '#D7AF00', '#D7AF5F', '#D7AF87', '#D7AFAF', '#D7AFD7', '#D7AFFF', + '#D7D700', '#D7D75F', '#D7D787', '#D7D7AF', '#D7D7D7', '#D7D7FF', + '#D7FF00', '#D7FF5F', '#D7FF87', '#D7FFAF', '#D7FFD7', '#D7FFFF', + + '#FF0000', '#FF005F', '#FF0087', '#FF00AF', '#FF00D7', '#FF00FF', + '#FF5F00', '#FF5F5F', '#FF5F87', '#FF5FAF', '#FF5FD7', '#FF5FFF', + '#FF8700', '#FF875F', '#FF8787', '#FF87AF', '#FF87D7', '#FF87FF', + '#FFAF00', '#FFAF5F', '#FFAF87', '#FFAFAF', '#FFAFD7', '#FFAFFF', + '#FFD700', '#FFD75F', '#FFD787', '#FFD7AF', '#FFD7D7', '#FFD7FF', + '#FFFF00', '#FFFF5F', '#FFFF87', '#FFFFAF', '#FFFFD7', '#FFFFFF', + + // The greyscale ramp... + '#080808', '#121212', '#1C1C1C', '#262626', '#303030', '#3A3A3A', + '#444444', '#4E4E4E', '#585858', '#626262', '#6C6C6C', '#767676', + '#808080', '#8A8A8A', '#949494', '#9E9E9E', '#A8A8A8', '#B2B2B2', + '#BCBCBC', '#C6C6C6', '#D0D0D0', '#DADADA', '#E4E4E4', '#EEEEEE' + ]); + +/** + * The current color palette, possibly with user changes. + */ +lib.colors.colorPalette = lib.colors.stockColorPalette; + +/** + * Named colors according to the stock X11 rgb.txt file. + */ +lib.colors.colorNames = { + "aliceblue": "rgb(240, 248, 255)", + "antiquewhite": "rgb(250, 235, 215)", + "antiquewhite1": "rgb(255, 239, 219)", + "antiquewhite2": "rgb(238, 223, 204)", + "antiquewhite3": "rgb(205, 192, 176)", + "antiquewhite4": "rgb(139, 131, 120)", + "aquamarine": "rgb(127, 255, 212)", + "aquamarine1": "rgb(127, 255, 212)", + "aquamarine2": "rgb(118, 238, 198)", + "aquamarine3": "rgb(102, 205, 170)", + "aquamarine4": "rgb(69, 139, 116)", + "azure": "rgb(240, 255, 255)", + "azure1": "rgb(240, 255, 255)", + "azure2": "rgb(224, 238, 238)", + "azure3": "rgb(193, 205, 205)", + "azure4": "rgb(131, 139, 139)", + "beige": "rgb(245, 245, 220)", + "bisque": "rgb(255, 228, 196)", + "bisque1": "rgb(255, 228, 196)", + "bisque2": "rgb(238, 213, 183)", + "bisque3": "rgb(205, 183, 158)", + "bisque4": "rgb(139, 125, 107)", + "black": "rgb(0, 0, 0)", + "blanchedalmond": "rgb(255, 235, 205)", + "blue": "rgb(0, 0, 255)", + "blue1": "rgb(0, 0, 255)", + "blue2": "rgb(0, 0, 238)", + "blue3": "rgb(0, 0, 205)", + "blue4": "rgb(0, 0, 139)", + "blueviolet": "rgb(138, 43, 226)", + "brown": "rgb(165, 42, 42)", + "brown1": "rgb(255, 64, 64)", + "brown2": "rgb(238, 59, 59)", + "brown3": "rgb(205, 51, 51)", + "brown4": "rgb(139, 35, 35)", + "burlywood": "rgb(222, 184, 135)", + "burlywood1": "rgb(255, 211, 155)", + "burlywood2": "rgb(238, 197, 145)", + "burlywood3": "rgb(205, 170, 125)", + "burlywood4": "rgb(139, 115, 85)", + "cadetblue": "rgb(95, 158, 160)", + "cadetblue1": "rgb(152, 245, 255)", + "cadetblue2": "rgb(142, 229, 238)", + "cadetblue3": "rgb(122, 197, 205)", + "cadetblue4": "rgb(83, 134, 139)", + "chartreuse": "rgb(127, 255, 0)", + "chartreuse1": "rgb(127, 255, 0)", + "chartreuse2": "rgb(118, 238, 0)", + "chartreuse3": "rgb(102, 205, 0)", + "chartreuse4": "rgb(69, 139, 0)", + "chocolate": "rgb(210, 105, 30)", + "chocolate1": "rgb(255, 127, 36)", + "chocolate2": "rgb(238, 118, 33)", + "chocolate3": "rgb(205, 102, 29)", + "chocolate4": "rgb(139, 69, 19)", + "coral": "rgb(255, 127, 80)", + "coral1": "rgb(255, 114, 86)", + "coral2": "rgb(238, 106, 80)", + "coral3": "rgb(205, 91, 69)", + "coral4": "rgb(139, 62, 47)", + "cornflowerblue": "rgb(100, 149, 237)", + "cornsilk": "rgb(255, 248, 220)", + "cornsilk1": "rgb(255, 248, 220)", + "cornsilk2": "rgb(238, 232, 205)", + "cornsilk3": "rgb(205, 200, 177)", + "cornsilk4": "rgb(139, 136, 120)", + "cyan": "rgb(0, 255, 255)", + "cyan1": "rgb(0, 255, 255)", + "cyan2": "rgb(0, 238, 238)", + "cyan3": "rgb(0, 205, 205)", + "cyan4": "rgb(0, 139, 139)", + "darkblue": "rgb(0, 0, 139)", + "darkcyan": "rgb(0, 139, 139)", + "darkgoldenrod": "rgb(184, 134, 11)", + "darkgoldenrod1": "rgb(255, 185, 15)", + "darkgoldenrod2": "rgb(238, 173, 14)", + "darkgoldenrod3": "rgb(205, 149, 12)", + "darkgoldenrod4": "rgb(139, 101, 8)", + "darkgray": "rgb(169, 169, 169)", + "darkgreen": "rgb(0, 100, 0)", + "darkgrey": "rgb(169, 169, 169)", + "darkkhaki": "rgb(189, 183, 107)", + "darkmagenta": "rgb(139, 0, 139)", + "darkolivegreen": "rgb(85, 107, 47)", + "darkolivegreen1": "rgb(202, 255, 112)", + "darkolivegreen2": "rgb(188, 238, 104)", + "darkolivegreen3": "rgb(162, 205, 90)", + "darkolivegreen4": "rgb(110, 139, 61)", + "darkorange": "rgb(255, 140, 0)", + "darkorange1": "rgb(255, 127, 0)", + "darkorange2": "rgb(238, 118, 0)", + "darkorange3": "rgb(205, 102, 0)", + "darkorange4": "rgb(139, 69, 0)", + "darkorchid": "rgb(153, 50, 204)", + "darkorchid1": "rgb(191, 62, 255)", + "darkorchid2": "rgb(178, 58, 238)", + "darkorchid3": "rgb(154, 50, 205)", + "darkorchid4": "rgb(104, 34, 139)", + "darkred": "rgb(139, 0, 0)", + "darksalmon": "rgb(233, 150, 122)", + "darkseagreen": "rgb(143, 188, 143)", + "darkseagreen1": "rgb(193, 255, 193)", + "darkseagreen2": "rgb(180, 238, 180)", + "darkseagreen3": "rgb(155, 205, 155)", + "darkseagreen4": "rgb(105, 139, 105)", + "darkslateblue": "rgb(72, 61, 139)", + "darkslategray": "rgb(47, 79, 79)", + "darkslategray1": "rgb(151, 255, 255)", + "darkslategray2": "rgb(141, 238, 238)", + "darkslategray3": "rgb(121, 205, 205)", + "darkslategray4": "rgb(82, 139, 139)", + "darkslategrey": "rgb(47, 79, 79)", + "darkturquoise": "rgb(0, 206, 209)", + "darkviolet": "rgb(148, 0, 211)", + "debianred": "rgb(215, 7, 81)", + "deeppink": "rgb(255, 20, 147)", + "deeppink1": "rgb(255, 20, 147)", + "deeppink2": "rgb(238, 18, 137)", + "deeppink3": "rgb(205, 16, 118)", + "deeppink4": "rgb(139, 10, 80)", + "deepskyblue": "rgb(0, 191, 255)", + "deepskyblue1": "rgb(0, 191, 255)", + "deepskyblue2": "rgb(0, 178, 238)", + "deepskyblue3": "rgb(0, 154, 205)", + "deepskyblue4": "rgb(0, 104, 139)", + "dimgray": "rgb(105, 105, 105)", + "dimgrey": "rgb(105, 105, 105)", + "dodgerblue": "rgb(30, 144, 255)", + "dodgerblue1": "rgb(30, 144, 255)", + "dodgerblue2": "rgb(28, 134, 238)", + "dodgerblue3": "rgb(24, 116, 205)", + "dodgerblue4": "rgb(16, 78, 139)", + "firebrick": "rgb(178, 34, 34)", + "firebrick1": "rgb(255, 48, 48)", + "firebrick2": "rgb(238, 44, 44)", + "firebrick3": "rgb(205, 38, 38)", + "firebrick4": "rgb(139, 26, 26)", + "floralwhite": "rgb(255, 250, 240)", + "forestgreen": "rgb(34, 139, 34)", + "gainsboro": "rgb(220, 220, 220)", + "ghostwhite": "rgb(248, 248, 255)", + "gold": "rgb(255, 215, 0)", + "gold1": "rgb(255, 215, 0)", + "gold2": "rgb(238, 201, 0)", + "gold3": "rgb(205, 173, 0)", + "gold4": "rgb(139, 117, 0)", + "goldenrod": "rgb(218, 165, 32)", + "goldenrod1": "rgb(255, 193, 37)", + "goldenrod2": "rgb(238, 180, 34)", + "goldenrod3": "rgb(205, 155, 29)", + "goldenrod4": "rgb(139, 105, 20)", + "gray": "rgb(190, 190, 190)", + "gray0": "rgb(0, 0, 0)", + "gray1": "rgb(3, 3, 3)", + "gray10": "rgb(26, 26, 26)", + "gray100": "rgb(255, 255, 255)", + "gray11": "rgb(28, 28, 28)", + "gray12": "rgb(31, 31, 31)", + "gray13": "rgb(33, 33, 33)", + "gray14": "rgb(36, 36, 36)", + "gray15": "rgb(38, 38, 38)", + "gray16": "rgb(41, 41, 41)", + "gray17": "rgb(43, 43, 43)", + "gray18": "rgb(46, 46, 46)", + "gray19": "rgb(48, 48, 48)", + "gray2": "rgb(5, 5, 5)", + "gray20": "rgb(51, 51, 51)", + "gray21": "rgb(54, 54, 54)", + "gray22": "rgb(56, 56, 56)", + "gray23": "rgb(59, 59, 59)", + "gray24": "rgb(61, 61, 61)", + "gray25": "rgb(64, 64, 64)", + "gray26": "rgb(66, 66, 66)", + "gray27": "rgb(69, 69, 69)", + "gray28": "rgb(71, 71, 71)", + "gray29": "rgb(74, 74, 74)", + "gray3": "rgb(8, 8, 8)", + "gray30": "rgb(77, 77, 77)", + "gray31": "rgb(79, 79, 79)", + "gray32": "rgb(82, 82, 82)", + "gray33": "rgb(84, 84, 84)", + "gray34": "rgb(87, 87, 87)", + "gray35": "rgb(89, 89, 89)", + "gray36": "rgb(92, 92, 92)", + "gray37": "rgb(94, 94, 94)", + "gray38": "rgb(97, 97, 97)", + "gray39": "rgb(99, 99, 99)", + "gray4": "rgb(10, 10, 10)", + "gray40": "rgb(102, 102, 102)", + "gray41": "rgb(105, 105, 105)", + "gray42": "rgb(107, 107, 107)", + "gray43": "rgb(110, 110, 110)", + "gray44": "rgb(112, 112, 112)", + "gray45": "rgb(115, 115, 115)", + "gray46": "rgb(117, 117, 117)", + "gray47": "rgb(120, 120, 120)", + "gray48": "rgb(122, 122, 122)", + "gray49": "rgb(125, 125, 125)", + "gray5": "rgb(13, 13, 13)", + "gray50": "rgb(127, 127, 127)", + "gray51": "rgb(130, 130, 130)", + "gray52": "rgb(133, 133, 133)", + "gray53": "rgb(135, 135, 135)", + "gray54": "rgb(138, 138, 138)", + "gray55": "rgb(140, 140, 140)", + "gray56": "rgb(143, 143, 143)", + "gray57": "rgb(145, 145, 145)", + "gray58": "rgb(148, 148, 148)", + "gray59": "rgb(150, 150, 150)", + "gray6": "rgb(15, 15, 15)", + "gray60": "rgb(153, 153, 153)", + "gray61": "rgb(156, 156, 156)", + "gray62": "rgb(158, 158, 158)", + "gray63": "rgb(161, 161, 161)", + "gray64": "rgb(163, 163, 163)", + "gray65": "rgb(166, 166, 166)", + "gray66": "rgb(168, 168, 168)", + "gray67": "rgb(171, 171, 171)", + "gray68": "rgb(173, 173, 173)", + "gray69": "rgb(176, 176, 176)", + "gray7": "rgb(18, 18, 18)", + "gray70": "rgb(179, 179, 179)", + "gray71": "rgb(181, 181, 181)", + "gray72": "rgb(184, 184, 184)", + "gray73": "rgb(186, 186, 186)", + "gray74": "rgb(189, 189, 189)", + "gray75": "rgb(191, 191, 191)", + "gray76": "rgb(194, 194, 194)", + "gray77": "rgb(196, 196, 196)", + "gray78": "rgb(199, 199, 199)", + "gray79": "rgb(201, 201, 201)", + "gray8": "rgb(20, 20, 20)", + "gray80": "rgb(204, 204, 204)", + "gray81": "rgb(207, 207, 207)", + "gray82": "rgb(209, 209, 209)", + "gray83": "rgb(212, 212, 212)", + "gray84": "rgb(214, 214, 214)", + "gray85": "rgb(217, 217, 217)", + "gray86": "rgb(219, 219, 219)", + "gray87": "rgb(222, 222, 222)", + "gray88": "rgb(224, 224, 224)", + "gray89": "rgb(227, 227, 227)", + "gray9": "rgb(23, 23, 23)", + "gray90": "rgb(229, 229, 229)", + "gray91": "rgb(232, 232, 232)", + "gray92": "rgb(235, 235, 235)", + "gray93": "rgb(237, 237, 237)", + "gray94": "rgb(240, 240, 240)", + "gray95": "rgb(242, 242, 242)", + "gray96": "rgb(245, 245, 245)", + "gray97": "rgb(247, 247, 247)", + "gray98": "rgb(250, 250, 250)", + "gray99": "rgb(252, 252, 252)", + "green": "rgb(0, 255, 0)", + "green1": "rgb(0, 255, 0)", + "green2": "rgb(0, 238, 0)", + "green3": "rgb(0, 205, 0)", + "green4": "rgb(0, 139, 0)", + "greenyellow": "rgb(173, 255, 47)", + "grey": "rgb(190, 190, 190)", + "grey0": "rgb(0, 0, 0)", + "grey1": "rgb(3, 3, 3)", + "grey10": "rgb(26, 26, 26)", + "grey100": "rgb(255, 255, 255)", + "grey11": "rgb(28, 28, 28)", + "grey12": "rgb(31, 31, 31)", + "grey13": "rgb(33, 33, 33)", + "grey14": "rgb(36, 36, 36)", + "grey15": "rgb(38, 38, 38)", + "grey16": "rgb(41, 41, 41)", + "grey17": "rgb(43, 43, 43)", + "grey18": "rgb(46, 46, 46)", + "grey19": "rgb(48, 48, 48)", + "grey2": "rgb(5, 5, 5)", + "grey20": "rgb(51, 51, 51)", + "grey21": "rgb(54, 54, 54)", + "grey22": "rgb(56, 56, 56)", + "grey23": "rgb(59, 59, 59)", + "grey24": "rgb(61, 61, 61)", + "grey25": "rgb(64, 64, 64)", + "grey26": "rgb(66, 66, 66)", + "grey27": "rgb(69, 69, 69)", + "grey28": "rgb(71, 71, 71)", + "grey29": "rgb(74, 74, 74)", + "grey3": "rgb(8, 8, 8)", + "grey30": "rgb(77, 77, 77)", + "grey31": "rgb(79, 79, 79)", + "grey32": "rgb(82, 82, 82)", + "grey33": "rgb(84, 84, 84)", + "grey34": "rgb(87, 87, 87)", + "grey35": "rgb(89, 89, 89)", + "grey36": "rgb(92, 92, 92)", + "grey37": "rgb(94, 94, 94)", + "grey38": "rgb(97, 97, 97)", + "grey39": "rgb(99, 99, 99)", + "grey4": "rgb(10, 10, 10)", + "grey40": "rgb(102, 102, 102)", + "grey41": "rgb(105, 105, 105)", + "grey42": "rgb(107, 107, 107)", + "grey43": "rgb(110, 110, 110)", + "grey44": "rgb(112, 112, 112)", + "grey45": "rgb(115, 115, 115)", + "grey46": "rgb(117, 117, 117)", + "grey47": "rgb(120, 120, 120)", + "grey48": "rgb(122, 122, 122)", + "grey49": "rgb(125, 125, 125)", + "grey5": "rgb(13, 13, 13)", + "grey50": "rgb(127, 127, 127)", + "grey51": "rgb(130, 130, 130)", + "grey52": "rgb(133, 133, 133)", + "grey53": "rgb(135, 135, 135)", + "grey54": "rgb(138, 138, 138)", + "grey55": "rgb(140, 140, 140)", + "grey56": "rgb(143, 143, 143)", + "grey57": "rgb(145, 145, 145)", + "grey58": "rgb(148, 148, 148)", + "grey59": "rgb(150, 150, 150)", + "grey6": "rgb(15, 15, 15)", + "grey60": "rgb(153, 153, 153)", + "grey61": "rgb(156, 156, 156)", + "grey62": "rgb(158, 158, 158)", + "grey63": "rgb(161, 161, 161)", + "grey64": "rgb(163, 163, 163)", + "grey65": "rgb(166, 166, 166)", + "grey66": "rgb(168, 168, 168)", + "grey67": "rgb(171, 171, 171)", + "grey68": "rgb(173, 173, 173)", + "grey69": "rgb(176, 176, 176)", + "grey7": "rgb(18, 18, 18)", + "grey70": "rgb(179, 179, 179)", + "grey71": "rgb(181, 181, 181)", + "grey72": "rgb(184, 184, 184)", + "grey73": "rgb(186, 186, 186)", + "grey74": "rgb(189, 189, 189)", + "grey75": "rgb(191, 191, 191)", + "grey76": "rgb(194, 194, 194)", + "grey77": "rgb(196, 196, 196)", + "grey78": "rgb(199, 199, 199)", + "grey79": "rgb(201, 201, 201)", + "grey8": "rgb(20, 20, 20)", + "grey80": "rgb(204, 204, 204)", + "grey81": "rgb(207, 207, 207)", + "grey82": "rgb(209, 209, 209)", + "grey83": "rgb(212, 212, 212)", + "grey84": "rgb(214, 214, 214)", + "grey85": "rgb(217, 217, 217)", + "grey86": "rgb(219, 219, 219)", + "grey87": "rgb(222, 222, 222)", + "grey88": "rgb(224, 224, 224)", + "grey89": "rgb(227, 227, 227)", + "grey9": "rgb(23, 23, 23)", + "grey90": "rgb(229, 229, 229)", + "grey91": "rgb(232, 232, 232)", + "grey92": "rgb(235, 235, 235)", + "grey93": "rgb(237, 237, 237)", + "grey94": "rgb(240, 240, 240)", + "grey95": "rgb(242, 242, 242)", + "grey96": "rgb(245, 245, 245)", + "grey97": "rgb(247, 247, 247)", + "grey98": "rgb(250, 250, 250)", + "grey99": "rgb(252, 252, 252)", + "honeydew": "rgb(240, 255, 240)", + "honeydew1": "rgb(240, 255, 240)", + "honeydew2": "rgb(224, 238, 224)", + "honeydew3": "rgb(193, 205, 193)", + "honeydew4": "rgb(131, 139, 131)", + "hotpink": "rgb(255, 105, 180)", + "hotpink1": "rgb(255, 110, 180)", + "hotpink2": "rgb(238, 106, 167)", + "hotpink3": "rgb(205, 96, 144)", + "hotpink4": "rgb(139, 58, 98)", + "indianred": "rgb(205, 92, 92)", + "indianred1": "rgb(255, 106, 106)", + "indianred2": "rgb(238, 99, 99)", + "indianred3": "rgb(205, 85, 85)", + "indianred4": "rgb(139, 58, 58)", + "ivory": "rgb(255, 255, 240)", + "ivory1": "rgb(255, 255, 240)", + "ivory2": "rgb(238, 238, 224)", + "ivory3": "rgb(205, 205, 193)", + "ivory4": "rgb(139, 139, 131)", + "khaki": "rgb(240, 230, 140)", + "khaki1": "rgb(255, 246, 143)", + "khaki2": "rgb(238, 230, 133)", + "khaki3": "rgb(205, 198, 115)", + "khaki4": "rgb(139, 134, 78)", + "lavender": "rgb(230, 230, 250)", + "lavenderblush": "rgb(255, 240, 245)", + "lavenderblush1": "rgb(255, 240, 245)", + "lavenderblush2": "rgb(238, 224, 229)", + "lavenderblush3": "rgb(205, 193, 197)", + "lavenderblush4": "rgb(139, 131, 134)", + "lawngreen": "rgb(124, 252, 0)", + "lemonchiffon": "rgb(255, 250, 205)", + "lemonchiffon1": "rgb(255, 250, 205)", + "lemonchiffon2": "rgb(238, 233, 191)", + "lemonchiffon3": "rgb(205, 201, 165)", + "lemonchiffon4": "rgb(139, 137, 112)", + "lightblue": "rgb(173, 216, 230)", + "lightblue1": "rgb(191, 239, 255)", + "lightblue2": "rgb(178, 223, 238)", + "lightblue3": "rgb(154, 192, 205)", + "lightblue4": "rgb(104, 131, 139)", + "lightcoral": "rgb(240, 128, 128)", + "lightcyan": "rgb(224, 255, 255)", + "lightcyan1": "rgb(224, 255, 255)", + "lightcyan2": "rgb(209, 238, 238)", + "lightcyan3": "rgb(180, 205, 205)", + "lightcyan4": "rgb(122, 139, 139)", + "lightgoldenrod": "rgb(238, 221, 130)", + "lightgoldenrod1": "rgb(255, 236, 139)", + "lightgoldenrod2": "rgb(238, 220, 130)", + "lightgoldenrod3": "rgb(205, 190, 112)", + "lightgoldenrod4": "rgb(139, 129, 76)", + "lightgoldenrodyellow": "rgb(250, 250, 210)", + "lightgray": "rgb(211, 211, 211)", + "lightgreen": "rgb(144, 238, 144)", + "lightgrey": "rgb(211, 211, 211)", + "lightpink": "rgb(255, 182, 193)", + "lightpink1": "rgb(255, 174, 185)", + "lightpink2": "rgb(238, 162, 173)", + "lightpink3": "rgb(205, 140, 149)", + "lightpink4": "rgb(139, 95, 101)", + "lightsalmon": "rgb(255, 160, 122)", + "lightsalmon1": "rgb(255, 160, 122)", + "lightsalmon2": "rgb(238, 149, 114)", + "lightsalmon3": "rgb(205, 129, 98)", + "lightsalmon4": "rgb(139, 87, 66)", + "lightseagreen": "rgb(32, 178, 170)", + "lightskyblue": "rgb(135, 206, 250)", + "lightskyblue1": "rgb(176, 226, 255)", + "lightskyblue2": "rgb(164, 211, 238)", + "lightskyblue3": "rgb(141, 182, 205)", + "lightskyblue4": "rgb(96, 123, 139)", + "lightslateblue": "rgb(132, 112, 255)", + "lightslategray": "rgb(119, 136, 153)", + "lightslategrey": "rgb(119, 136, 153)", + "lightsteelblue": "rgb(176, 196, 222)", + "lightsteelblue1": "rgb(202, 225, 255)", + "lightsteelblue2": "rgb(188, 210, 238)", + "lightsteelblue3": "rgb(162, 181, 205)", + "lightsteelblue4": "rgb(110, 123, 139)", + "lightyellow": "rgb(255, 255, 224)", + "lightyellow1": "rgb(255, 255, 224)", + "lightyellow2": "rgb(238, 238, 209)", + "lightyellow3": "rgb(205, 205, 180)", + "lightyellow4": "rgb(139, 139, 122)", + "limegreen": "rgb(50, 205, 50)", + "linen": "rgb(250, 240, 230)", + "magenta": "rgb(255, 0, 255)", + "magenta1": "rgb(255, 0, 255)", + "magenta2": "rgb(238, 0, 238)", + "magenta3": "rgb(205, 0, 205)", + "magenta4": "rgb(139, 0, 139)", + "maroon": "rgb(176, 48, 96)", + "maroon1": "rgb(255, 52, 179)", + "maroon2": "rgb(238, 48, 167)", + "maroon3": "rgb(205, 41, 144)", + "maroon4": "rgb(139, 28, 98)", + "mediumaquamarine": "rgb(102, 205, 170)", + "mediumblue": "rgb(0, 0, 205)", + "mediumorchid": "rgb(186, 85, 211)", + "mediumorchid1": "rgb(224, 102, 255)", + "mediumorchid2": "rgb(209, 95, 238)", + "mediumorchid3": "rgb(180, 82, 205)", + "mediumorchid4": "rgb(122, 55, 139)", + "mediumpurple": "rgb(147, 112, 219)", + "mediumpurple1": "rgb(171, 130, 255)", + "mediumpurple2": "rgb(159, 121, 238)", + "mediumpurple3": "rgb(137, 104, 205)", + "mediumpurple4": "rgb(93, 71, 139)", + "mediumseagreen": "rgb(60, 179, 113)", + "mediumslateblue": "rgb(123, 104, 238)", + "mediumspringgreen": "rgb(0, 250, 154)", + "mediumturquoise": "rgb(72, 209, 204)", + "mediumvioletred": "rgb(199, 21, 133)", + "midnightblue": "rgb(25, 25, 112)", + "mintcream": "rgb(245, 255, 250)", + "mistyrose": "rgb(255, 228, 225)", + "mistyrose1": "rgb(255, 228, 225)", + "mistyrose2": "rgb(238, 213, 210)", + "mistyrose3": "rgb(205, 183, 181)", + "mistyrose4": "rgb(139, 125, 123)", + "moccasin": "rgb(255, 228, 181)", + "navajowhite": "rgb(255, 222, 173)", + "navajowhite1": "rgb(255, 222, 173)", + "navajowhite2": "rgb(238, 207, 161)", + "navajowhite3": "rgb(205, 179, 139)", + "navajowhite4": "rgb(139, 121, 94)", + "navy": "rgb(0, 0, 128)", + "navyblue": "rgb(0, 0, 128)", + "oldlace": "rgb(253, 245, 230)", + "olivedrab": "rgb(107, 142, 35)", + "olivedrab1": "rgb(192, 255, 62)", + "olivedrab2": "rgb(179, 238, 58)", + "olivedrab3": "rgb(154, 205, 50)", + "olivedrab4": "rgb(105, 139, 34)", + "orange": "rgb(255, 165, 0)", + "orange1": "rgb(255, 165, 0)", + "orange2": "rgb(238, 154, 0)", + "orange3": "rgb(205, 133, 0)", + "orange4": "rgb(139, 90, 0)", + "orangered": "rgb(255, 69, 0)", + "orangered1": "rgb(255, 69, 0)", + "orangered2": "rgb(238, 64, 0)", + "orangered3": "rgb(205, 55, 0)", + "orangered4": "rgb(139, 37, 0)", + "orchid": "rgb(218, 112, 214)", + "orchid1": "rgb(255, 131, 250)", + "orchid2": "rgb(238, 122, 233)", + "orchid3": "rgb(205, 105, 201)", + "orchid4": "rgb(139, 71, 137)", + "palegoldenrod": "rgb(238, 232, 170)", + "palegreen": "rgb(152, 251, 152)", + "palegreen1": "rgb(154, 255, 154)", + "palegreen2": "rgb(144, 238, 144)", + "palegreen3": "rgb(124, 205, 124)", + "palegreen4": "rgb(84, 139, 84)", + "paleturquoise": "rgb(175, 238, 238)", + "paleturquoise1": "rgb(187, 255, 255)", + "paleturquoise2": "rgb(174, 238, 238)", + "paleturquoise3": "rgb(150, 205, 205)", + "paleturquoise4": "rgb(102, 139, 139)", + "palevioletred": "rgb(219, 112, 147)", + "palevioletred1": "rgb(255, 130, 171)", + "palevioletred2": "rgb(238, 121, 159)", + "palevioletred3": "rgb(205, 104, 137)", + "palevioletred4": "rgb(139, 71, 93)", + "papayawhip": "rgb(255, 239, 213)", + "peachpuff": "rgb(255, 218, 185)", + "peachpuff1": "rgb(255, 218, 185)", + "peachpuff2": "rgb(238, 203, 173)", + "peachpuff3": "rgb(205, 175, 149)", + "peachpuff4": "rgb(139, 119, 101)", + "peru": "rgb(205, 133, 63)", + "pink": "rgb(255, 192, 203)", + "pink1": "rgb(255, 181, 197)", + "pink2": "rgb(238, 169, 184)", + "pink3": "rgb(205, 145, 158)", + "pink4": "rgb(139, 99, 108)", + "plum": "rgb(221, 160, 221)", + "plum1": "rgb(255, 187, 255)", + "plum2": "rgb(238, 174, 238)", + "plum3": "rgb(205, 150, 205)", + "plum4": "rgb(139, 102, 139)", + "powderblue": "rgb(176, 224, 230)", + "purple": "rgb(160, 32, 240)", + "purple1": "rgb(155, 48, 255)", + "purple2": "rgb(145, 44, 238)", + "purple3": "rgb(125, 38, 205)", + "purple4": "rgb(85, 26, 139)", + "red": "rgb(255, 0, 0)", + "red1": "rgb(255, 0, 0)", + "red2": "rgb(238, 0, 0)", + "red3": "rgb(205, 0, 0)", + "red4": "rgb(139, 0, 0)", + "rosybrown": "rgb(188, 143, 143)", + "rosybrown1": "rgb(255, 193, 193)", + "rosybrown2": "rgb(238, 180, 180)", + "rosybrown3": "rgb(205, 155, 155)", + "rosybrown4": "rgb(139, 105, 105)", + "royalblue": "rgb(65, 105, 225)", + "royalblue1": "rgb(72, 118, 255)", + "royalblue2": "rgb(67, 110, 238)", + "royalblue3": "rgb(58, 95, 205)", + "royalblue4": "rgb(39, 64, 139)", + "saddlebrown": "rgb(139, 69, 19)", + "salmon": "rgb(250, 128, 114)", + "salmon1": "rgb(255, 140, 105)", + "salmon2": "rgb(238, 130, 98)", + "salmon3": "rgb(205, 112, 84)", + "salmon4": "rgb(139, 76, 57)", + "sandybrown": "rgb(244, 164, 96)", + "seagreen": "rgb(46, 139, 87)", + "seagreen1": "rgb(84, 255, 159)", + "seagreen2": "rgb(78, 238, 148)", + "seagreen3": "rgb(67, 205, 128)", + "seagreen4": "rgb(46, 139, 87)", + "seashell": "rgb(255, 245, 238)", + "seashell1": "rgb(255, 245, 238)", + "seashell2": "rgb(238, 229, 222)", + "seashell3": "rgb(205, 197, 191)", + "seashell4": "rgb(139, 134, 130)", + "sienna": "rgb(160, 82, 45)", + "sienna1": "rgb(255, 130, 71)", + "sienna2": "rgb(238, 121, 66)", + "sienna3": "rgb(205, 104, 57)", + "sienna4": "rgb(139, 71, 38)", + "skyblue": "rgb(135, 206, 235)", + "skyblue1": "rgb(135, 206, 255)", + "skyblue2": "rgb(126, 192, 238)", + "skyblue3": "rgb(108, 166, 205)", + "skyblue4": "rgb(74, 112, 139)", + "slateblue": "rgb(106, 90, 205)", + "slateblue1": "rgb(131, 111, 255)", + "slateblue2": "rgb(122, 103, 238)", + "slateblue3": "rgb(105, 89, 205)", + "slateblue4": "rgb(71, 60, 139)", + "slategray": "rgb(112, 128, 144)", + "slategray1": "rgb(198, 226, 255)", + "slategray2": "rgb(185, 211, 238)", + "slategray3": "rgb(159, 182, 205)", + "slategray4": "rgb(108, 123, 139)", + "slategrey": "rgb(112, 128, 144)", + "snow": "rgb(255, 250, 250)", + "snow1": "rgb(255, 250, 250)", + "snow2": "rgb(238, 233, 233)", + "snow3": "rgb(205, 201, 201)", + "snow4": "rgb(139, 137, 137)", + "springgreen": "rgb(0, 255, 127)", + "springgreen1": "rgb(0, 255, 127)", + "springgreen2": "rgb(0, 238, 118)", + "springgreen3": "rgb(0, 205, 102)", + "springgreen4": "rgb(0, 139, 69)", + "steelblue": "rgb(70, 130, 180)", + "steelblue1": "rgb(99, 184, 255)", + "steelblue2": "rgb(92, 172, 238)", + "steelblue3": "rgb(79, 148, 205)", + "steelblue4": "rgb(54, 100, 139)", + "tan": "rgb(210, 180, 140)", + "tan1": "rgb(255, 165, 79)", + "tan2": "rgb(238, 154, 73)", + "tan3": "rgb(205, 133, 63)", + "tan4": "rgb(139, 90, 43)", + "thistle": "rgb(216, 191, 216)", + "thistle1": "rgb(255, 225, 255)", + "thistle2": "rgb(238, 210, 238)", + "thistle3": "rgb(205, 181, 205)", + "thistle4": "rgb(139, 123, 139)", + "tomato": "rgb(255, 99, 71)", + "tomato1": "rgb(255, 99, 71)", + "tomato2": "rgb(238, 92, 66)", + "tomato3": "rgb(205, 79, 57)", + "tomato4": "rgb(139, 54, 38)", + "turquoise": "rgb(64, 224, 208)", + "turquoise1": "rgb(0, 245, 255)", + "turquoise2": "rgb(0, 229, 238)", + "turquoise3": "rgb(0, 197, 205)", + "turquoise4": "rgb(0, 134, 139)", + "violet": "rgb(238, 130, 238)", + "violetred": "rgb(208, 32, 144)", + "violetred1": "rgb(255, 62, 150)", + "violetred2": "rgb(238, 58, 140)", + "violetred3": "rgb(205, 50, 120)", + "violetred4": "rgb(139, 34, 82)", + "wheat": "rgb(245, 222, 179)", + "wheat1": "rgb(255, 231, 186)", + "wheat2": "rgb(238, 216, 174)", + "wheat3": "rgb(205, 186, 150)", + "wheat4": "rgb(139, 126, 102)", + "white": "rgb(255, 255, 255)", + "whitesmoke": "rgb(245, 245, 245)", + "yellow": "rgb(255, 255, 0)", + "yellow1": "rgb(255, 255, 0)", + "yellow2": "rgb(238, 238, 0)", + "yellow3": "rgb(205, 205, 0)", + "yellow4": "rgb(139, 139, 0)", + "yellowgreen": "rgb(154, 205, 50)" +}; +// SOURCE FILE: libdot/js/lib_f.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * Grab bag of utility functions. + */ +lib.f = {}; + +/** + * Create a unique enum value. + * + * @suppress {lintChecks} + * @param {string} name A human friendly name for debugging. + * @return {Object} A unique enum that won't compare equal to anything else. + */ +lib.f.createEnum = function(name) { + // We use a String object as nothing else should be using them -- we want to + // use string primitives normally. But debuggers will include our name. + return new String(name); +}; + +/** + * Replace variable references in a string. + * + * Variables are of the form %FUNCTION(VARNAME). FUNCTION is an optional + * escape function to apply to the value. + * + * For example + * lib.f.replaceVars("%(greeting), %encodeURIComponent(name)", + * { greeting: "Hello", + * name: "Google+" }); + * + * Will result in "Hello, Google%2B". + */ +lib.f.replaceVars = function(str, vars) { + return str.replace(/%([a-z]*)\(([^\)]+)\)/gi, function(match, fn, varname) { + if (typeof vars[varname] == 'undefined') + throw 'Unknown variable: ' + varname; + + var rv = vars[varname]; + + if (fn in lib.f.replaceVars.functions) { + rv = lib.f.replaceVars.functions[fn](rv); + } else if (fn) { + throw 'Unknown escape function: ' + fn; + } + + return rv; + }); +}; + +/** + * Functions that can be used with replaceVars. + * + * Clients can add to this list to extend lib.f.replaceVars(). + */ +lib.f.replaceVars.functions = { + encodeURI: encodeURI, + encodeURIComponent: encodeURIComponent, + escapeHTML: function(str) { + var map = { + '<': '<', + '>': '>', + '&': '&', + '"': '"', + "'": ''' + }; + + return str.replace(/[<>&\"\']/g, function(m) { return map[m] }); + } +}; + +/** + * Get the list of accepted UI languages. + * + * @param {function(Array)} callback Function to invoke with the results. The + * parameter is a list of locale names. + */ +lib.f.getAcceptLanguages = function(callback) { + if (lib.f.getAcceptLanguages.chromeSupported()) { + chrome.i18n.getAcceptLanguages(callback); + } else { + setTimeout(function() { + callback([navigator.language.replace(/-/g, '_')]); + }, 0); + } +}; + +lib.f.getAcceptLanguages.chromeSupported = function() { + return window.chrome && chrome.i18n; +}; + +/** + * Parse a query string into a hash. + * + * This takes a url query string in the form 'name1=value&name2=value' and + * converts it into an object of the form { name1: 'value', name2: 'value' }. + * If a given name appears multiple times in the query string, only the + * last value will appear in the result. + * + * Names and values are passed through decodeURIComponent before being added + * to the result object. + * + * @param {string} queryString The string to parse. If it starts with a + * leading '?', the '?' will be ignored. + */ +lib.f.parseQuery = function(queryString) { + if (queryString.startsWith('?')) + queryString = queryString.substr(1); + + var rv = {}; + + var pairs = queryString.split('&'); + for (var i = 0; i < pairs.length; i++) { + var pair = pairs[i].split('='); + rv[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]); + } + + return rv; +}; + +lib.f.getURL = function(path) { + if (lib.f.getURL.chromeSupported()) + return chrome.runtime.getURL(path); + + return path; +}; + +lib.f.getURL.chromeSupported = function() { + return window.chrome && chrome.runtime && chrome.runtime.getURL; +}; + +/** + * Clamp a given integer to a specified range. + * + * @param {integer} v The value to be clamped. + * @param {integer} min The minimum acceptable value. + * @param {integer} max The maximum acceptable value. + */ +lib.f.clamp = function(v, min, max) { + if (v < min) + return min; + if (v > max) + return max; + return v; +}; + +/** + * Left pad a number to a given length with leading zeros. + * + * @param {string|integer} number The number to pad. + * @param {integer} length The desired length. + * @return {string} The padded number as a string. + */ +lib.f.zpad = function(number, length) { + return String(number).padStart(length, '0'); +}; + +/** + * Return a string containing a given number of space characters. + * + * This method maintains a static cache of the largest amount of whitespace + * ever requested. It shouldn't be used to generate an insanely huge amount of + * whitespace. + * + * @param {integer} length The desired amount of whitespace. + * @param {string} A string of spaces of the requested length. + */ +lib.f.getWhitespace = function(length) { + if (length <= 0) + return ''; + + var f = this.getWhitespace; + if (!f.whitespace) + f.whitespace = ' '; + + while (length > f.whitespace.length) { + f.whitespace += f.whitespace; + } + + return f.whitespace.substr(0, length); +}; + + /** + * Ensure that a function is called within a certain time limit. + * + * Simple usage looks like this... + * + * lib.registerInit(lib.f.alarm(onInit)); + * + * This will log a warning to the console if onInit() is not invoked within + * 5 seconds. + * + * If you're performing some operation that may take longer than 5 seconds you + * can pass a duration in milliseconds as the optional second parameter. + * + * If you pass a string identifier instead of a callback function, you'll get a + * wrapper generator rather than a single wrapper. Each call to the + * generator will return a wrapped version of the callback wired to + * a shared timeout. This is for cases where you want to ensure that at least + * one of a set of callbacks is invoked before a timeout expires. + * + * var alarm = lib.f.alarm('fetch object'); + * lib.foo.fetchObject(alarm(onSuccess), alarm(onFailure)); + * + * @param {function(*)} callback The function to wrap in an alarm. + * @param {int} opt_ms Optional number of milliseconds to wait before raising + * an alarm. Default is 5000 (5 seconds). + * @return {function} If callback is a function then the return value will be + * the wrapped callback. If callback is a string then the return value will + * be a function that generates new wrapped callbacks. + */ +lib.f.alarm = function(callback, opt_ms) { + var ms = opt_ms || 5 * 1000; + var stack = lib.f.getStack(1); + + return (function() { + // This outer function is called immediately. It's here to capture a new + // scope for the timeout variable. + + // The 'timeout' variable is shared by this timeout function, and the + // callback wrapper. + var timeout = setTimeout(function() { + var name = (typeof callback == 'string') ? name : callback.name; + name = name ? (': ' + name) : ''; + console.warn('lib.f.alarm: timeout expired: ' + (ms / 1000) + 's' + name); + console.log(stack); + timeout = null; + }, ms); + + var wrapperGenerator = function(callback) { + return function() { + if (timeout) { + clearTimeout(timeout); + timeout = null; + } + + return callback.apply(null, arguments); + } + }; + + if (typeof callback == 'string') + return wrapperGenerator; + + return wrapperGenerator(callback); + })(); +}; + +/** + * Return the current call stack after skipping a given number of frames. + * + * This method is intended to be used for debugging only. It returns an + * Object instead of an Array, because the console stringifies arrays by + * default and that's not what we want. + * + * A typical call might look like... + * + * console.log('Something wicked this way came', lib.f.getStack()); + * // Notice the comma ^ + * + * This would print the message to the js console, followed by an object + * which can be clicked to reveal the stack. + * + * @param {number} opt_ignoreFrames The optional number of stack frames to + * ignore. The actual 'getStack' call is always ignored. + */ +lib.f.getStack = function(opt_ignoreFrames) { + var ignoreFrames = opt_ignoreFrames ? opt_ignoreFrames + 2 : 2; + + var stackArray; + + try { + throw new Error(); + } catch (ex) { + stackArray = ex.stack.split('\n'); + } + + var stackObject = {}; + for (var i = ignoreFrames; i < stackArray.length; i++) { + stackObject[i - ignoreFrames] = stackArray[i].replace(/^\s*at\s+/, ''); + } + + return stackObject; +}; + +/** + * Divides the two numbers and floors the results, unless the remainder is less + * than an incredibly small value, in which case it returns the ceiling. + * This is useful when the number are truncated approximations of longer + * values, and so doing division with these numbers yields a result incredibly + * close to a whole number. + * + * @param {number} numerator + * @param {number} denominator + * @return {number} + */ +lib.f.smartFloorDivide = function(numerator, denominator) { + var val = numerator / denominator; + var ceiling = Math.ceil(val); + if (ceiling - val < .0001) { + return ceiling; + } else { + return Math.floor(val); + } +}; + +/** + * Get a random integer in a range (inclusive). + * + * @param {number} min The lowest integer in the range. + * @param {number} max The highest integer in the range. + * @return {number} A random number between min & max. + */ +lib.f.randomInt = function(min, max) { + return Math.floor(Math.random() * (max - min + 1)) + min; +}; +// SOURCE FILE: libdot/js/lib_message_manager.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * MessageManager class handles internationalized strings. + * + * Note: chrome.i18n isn't sufficient because... + * 1. There's a bug in chrome that makes it unavailable in iframes: + * https://crbug.com/130200 + * 2. The client code may not be packaged in a Chrome extension. + * 3. The client code may be part of a library packaged in a third-party + * Chrome extension. + * + * @param {Array} languages List of languages to load, in the order they + * should be loaded. Newer messages replace older ones. 'en' is + * automatically added as the first language if it is not already present. + */ +lib.MessageManager = function(languages) { + this.languages_ = languages.map( + function(el) { return el.replace(/-/g, '_') }); + + if (this.languages_.indexOf('en') == -1) + this.languages_.unshift('en'); + + this.messages = {}; +}; + +/** + * Add message definitions to the message manager. + * + * This takes an object of the same format of a Chrome messages.json file. See + * . + */ +lib.MessageManager.prototype.addMessages = function(defs) { + for (var key in defs) { + var def = defs[key]; + + if (!def.placeholders) { + this.messages[key] = def.message; + } else { + // Replace "$NAME$" placeholders with "$1", etc. + this.messages[key] = def.message.replace( + /\$([a-z][^\s\$]+)\$/ig, + function(m, name) { + return defs[key].placeholders[name.toLowerCase()].content; + }); + } + } +}; + +/** + * Load the first available language message bundle. + * + * @param {string} pattern A url pattern containing a "$1" where the locale + * name should go. + * @param {function(Array,Array)} onComplete Function to be called when loading + * is complete. The two arrays are the list of successful and failed + * locale names. If the first parameter is length 0, no locales were + * loaded. + */ +lib.MessageManager.prototype.findAndLoadMessages = function( + pattern, onComplete) { + var languages = this.languages_.concat(); + var loaded = []; + var failed = []; + + function onLanguageComplete(state) { + if (state) { + loaded = languages.shift(); + } else { + failed = languages.shift(); + } + + if (languages.length) { + tryNextLanguage(); + } else { + onComplete(loaded, failed); + } + } + + var tryNextLanguage = function() { + this.loadMessages(this.replaceReferences(pattern, languages), + onLanguageComplete.bind(this, true), + onLanguageComplete.bind(this, false)); + }.bind(this); + + tryNextLanguage(); +}; + +/** + * Load messages from a messages.json file. + */ +lib.MessageManager.prototype.loadMessages = function( + url, onSuccess, opt_onError) { + var xhr = new XMLHttpRequest(); + + xhr.onloadend = function() { + if (xhr.status != 200) { + if (opt_onError) + opt_onError(xhr.status); + + return; + } + + this.addMessages(JSON.parse(xhr.responseText)); + onSuccess(); + }.bind(this); + + xhr.open('GET', url); + xhr.send(); +}; + +/** + * Replace $1...$n references with the elements of the args array. + * + * @param {string} msg String containing the message and argument references. + * @param {Array} args Array containing the argument values. + */ +lib.MessageManager.replaceReferences = function(msg, args) { + return msg.replace(/\$(\d+)/g, function (m, index) { + return args[index - 1]; + }); +}; + +/** + * Per-instance copy of replaceReferences. + */ +lib.MessageManager.prototype.replaceReferences = + lib.MessageManager.replaceReferences; + +/** + * Get a message by name, optionally replacing arguments too. + * + * @param {string} msgname String containing the name of the message to get. + * @param {Array} opt_args Optional array containing the argument values. + * @param {string} opt_default Optional value to return if the msgname is not + * found. Returns the message name by default. + */ +lib.MessageManager.prototype.get = function(msgname, opt_args, opt_default) { + var message; + + if (msgname in this.messages) { + message = this.messages[msgname]; + + } else { + if (window.chrome.i18n) + message = chrome.i18n.getMessage(msgname); + + if (!message) { + console.warn('Unknown message: ' + msgname); + return (typeof opt_default == 'undefined') ? msgname : opt_default; + } + } + + if (!opt_args) + return message; + + if (!(opt_args instanceof Array)) + opt_args = [opt_args]; + + return this.replaceReferences(message, opt_args); +}; + +/** + * Process all of the "i18n" html attributes found in a given dom fragment. + * + * The real work happens in processI18nAttribute. + */ +lib.MessageManager.prototype.processI18nAttributes = function(dom) { + var nodes = dom.querySelectorAll('[i18n]'); + + for (var i = 0; i < nodes.length; i++) + this.processI18nAttribute(nodes[i]); +}; + +/** + * Process the "i18n" attribute in the specified node. + * + * The i18n attribute should contain a JSON object. The keys are taken to + * be attribute names, and the values are message names. + * + * If the JSON object has a "_" (underscore) key, its value is used as the + * textContent of the element. + * + * Message names can refer to other attributes on the same element with by + * prefixing with a dollar sign. For example... + * + * + * + * The aria-label message name will be computed as "SEND_BUTTON_ARIA_LABEL". + * Notice that the "id" attribute was appended to the target attribute, and + * the result converted to UPPER_AND_UNDER style. + */ +lib.MessageManager.prototype.processI18nAttribute = function(node) { + // Convert the "lower-and-dashes" attribute names into + // "UPPER_AND_UNDER" style. + function thunk(str) { return str.replace(/-/g, '_').toUpperCase() } + + var i18n = node.getAttribute('i18n'); + if (!i18n) + return; + + try { + i18n = JSON.parse(i18n); + } catch (ex) { + console.error('Can\'t parse ' + node.tagName + '#' + node.id + ': ' + i18n); + throw ex; + } + + // Load all the messages specified in the i18n attributes. + for (var key in i18n) { + // The node attribute we'll be setting. + var attr = key; + + var msgname = i18n[key]; + // For "=foo", re-use the referenced message name. + if (msgname.startsWith('=')) { + key = msgname.substr(1); + msgname = i18n[key]; + } + + // For "$foo", calculate the message name. + if (msgname.startsWith('$')) + msgname = thunk(node.getAttribute(msgname.substr(1)) + '_' + key); + + // Finally load the message. + var msg = this.get(msgname); + if (attr == '_') + node.textContent = msg; + else + node.setAttribute(attr, msg); + } +}; +// SOURCE FILE: libdot/js/lib_preference_manager.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * Constructor for lib.PreferenceManager objects. + * + * These objects deal with persisting changes to stable storage and notifying + * consumers when preferences change. + * + * It is intended that the backing store could be something other than HTML5 + * storage, but there aren't any use cases at the moment. In the future there + * may be a chrome api to store sync-able name/value pairs, and we'd want + * that. + * + * @param {lib.Storage.*} storage The storage object to use as a backing + * store. + * @param {string} opt_prefix The optional prefix to be used for all preference + * names. The '/' character should be used to separate levels of hierarchy, + * if you're going to have that kind of thing. If provided, the prefix + * should start with a '/'. If not provided, it defaults to '/'. + */ +lib.PreferenceManager = function(storage, opt_prefix) { + this.storage = storage; + this.storageObserver_ = this.onStorageChange_.bind(this); + + this.isActive_ = false; + this.activate(); + + this.trace = false; + + var prefix = opt_prefix || '/'; + if (!prefix.endsWith('/')) + prefix += '/'; + + this.prefix = prefix; + + this.prefRecords_ = {}; + this.globalObservers_ = []; + + this.childFactories_ = {}; + + // Map of list-name to {map of child pref managers} + // As in... + // + // this.childLists_ = { + // 'profile-ids': { + // 'one': PreferenceManager, + // 'two': PreferenceManager, + // ... + // }, + // + // 'frob-ids': { + // ... + // } + // } + this.childLists_ = {}; +}; + +/** + * Used internally to indicate that the current value of the preference should + * be taken from the default value defined with the preference. + * + * Equality tests against this value MUST use '===' or '!==' to be accurate. + */ +lib.PreferenceManager.prototype.DEFAULT_VALUE = lib.f.createEnum('DEFAULT'); + +/** + * An individual preference. + * + * These objects are managed by the PreferenceManager, you shouldn't need to + * handle them directly. + */ +lib.PreferenceManager.Record = function(name, defaultValue) { + this.name = name; + this.defaultValue = defaultValue; + this.currentValue = this.DEFAULT_VALUE; + this.observers = []; +}; + +/** + * A local copy of the DEFAULT_VALUE constant to make it less verbose. + */ +lib.PreferenceManager.Record.prototype.DEFAULT_VALUE = + lib.PreferenceManager.prototype.DEFAULT_VALUE; + +/** + * Register a callback to be invoked when this preference changes. + * + * @param {function(value, string, lib.PreferenceManager} observer The function + * to invoke. It will receive the new value, the name of the preference, + * and a reference to the PreferenceManager as parameters. + */ +lib.PreferenceManager.Record.prototype.addObserver = function(observer) { + this.observers.push(observer); +}; + +/** + * Unregister an observer callback. + * + * @param {function} observer A previously registered callback. + */ +lib.PreferenceManager.Record.prototype.removeObserver = function(observer) { + var i = this.observers.indexOf(observer); + if (i >= 0) + this.observers.splice(i, 1); +}; + +/** + * Fetch the value of this preference. + */ +lib.PreferenceManager.Record.prototype.get = function() { + if (this.currentValue === this.DEFAULT_VALUE) { + if (/^(string|number)$/.test(typeof this.defaultValue)) + return this.defaultValue; + + if (typeof this.defaultValue == 'object') { + // We want to return a COPY of the default value so that users can + // modify the array or object without changing the default value. + return JSON.parse(JSON.stringify(this.defaultValue)); + } + + return this.defaultValue; + } + + return this.currentValue; +}; + +/** + * Stop this preference manager from tracking storage changes. + * + * Call this if you're going to swap out one preference manager for another so + * that you don't get notified about irrelevant changes. + */ +lib.PreferenceManager.prototype.deactivate = function() { + if (!this.isActive_) + throw new Error('Not activated'); + + this.isActive_ = false; + this.storage.removeObserver(this.storageObserver_); +}; + +/** + * Start tracking storage changes. + * + * If you previously deactivated this preference manager, you can reactivate it + * with this method. You don't need to call this at initialization time, as + * it's automatically called as part of the constructor. + */ +lib.PreferenceManager.prototype.activate = function() { + if (this.isActive_) + throw new Error('Already activated'); + + this.isActive_ = true; + this.storage.addObserver(this.storageObserver_); +}; + +/** + * Read the backing storage for these preferences. + * + * You should do this once at initialization time to prime the local cache + * of preference values. The preference manager will monitor the backing + * storage for changes, so you should not need to call this more than once. + * + * This function recursively reads storage for all child preference managers as + * well. + * + * This function is asynchronous, if you need to read preference values, you + * *must* wait for the callback. + * + * @param {function()} opt_callback Optional function to invoke when the read + * has completed. + */ +lib.PreferenceManager.prototype.readStorage = function(opt_callback) { + var pendingChildren = 0; + + function onChildComplete() { + if (--pendingChildren == 0 && opt_callback) + opt_callback(); + } + + var keys = Object.keys(this.prefRecords_).map( + function(el) { return this.prefix + el }.bind(this)); + + if (this.trace) + console.log('Preferences read: ' + this.prefix); + + this.storage.getItems(keys, function(items) { + var prefixLength = this.prefix.length; + + for (var key in items) { + var value = items[key]; + var name = key.substr(prefixLength); + var needSync = (name in this.childLists_ && + (JSON.stringify(value) != + JSON.stringify(this.prefRecords_[name].currentValue))); + + this.prefRecords_[name].currentValue = value; + + if (needSync) { + pendingChildren++; + this.syncChildList(name, onChildComplete); + } + } + + if (pendingChildren == 0 && opt_callback) + setTimeout(opt_callback); + }.bind(this)); +}; + +/** + * Define a preference. + * + * This registers a name, default value, and onChange handler for a preference. + * + * @param {string} name The name of the preference. This will be prefixed by + * the prefix of this PreferenceManager before written to local storage. + * @param {string|number|boolean|Object|Array|null} value The default value of + * this preference. Anything that can be represented in JSON is a valid + * default value. + * @param {function(value, string, lib.PreferenceManager} opt_observer A + * function to invoke when the preference changes. It will receive the new + * value, the name of the preference, and a reference to the + * PreferenceManager as parameters. + */ +lib.PreferenceManager.prototype.definePreference = function( + name, value, opt_onChange) { + + var record = this.prefRecords_[name]; + if (record) { + this.changeDefault(name, value); + } else { + record = this.prefRecords_[name] = + new lib.PreferenceManager.Record(name, value); + } + + if (opt_onChange) + record.addObserver(opt_onChange); +}; + +/** + * Define multiple preferences with a single function call. + * + * @param {Array} defaults An array of 3-element arrays. Each three element + * array should contain the [key, value, onChange] parameters for a + * preference. + */ +lib.PreferenceManager.prototype.definePreferences = function(defaults) { + for (var i = 0; i < defaults.length; i++) { + this.definePreference(defaults[i][0], defaults[i][1], defaults[i][2]); + } +}; + +/** + * Define an ordered list of child preferences. + * + * Child preferences are different from just storing an array of JSON objects + * in that each child is an instance of a preference manager. This means you + * can observe changes to individual child preferences, and get some validation + * that you're not reading or writing to an undefined child preference value. + * + * @param {string} listName A name for the list of children. This must be + * unique in this preference manager. The listName will become a + * preference on this PreferenceManager used to store the ordered list of + * child ids. It is also used in get/add/remove operations to identify the + * list of children to operate on. + * @param {function} childFactory A function that will be used to generate + * instances of these children. The factory function will receive the + * parent lib.PreferenceManager object and a unique id for the new child + * preferences. + */ +lib.PreferenceManager.prototype.defineChildren = function( + listName, childFactory) { + + // Define a preference to hold the ordered list of child ids. + this.definePreference(listName, [], + this.onChildListChange_.bind(this, listName)); + this.childFactories_[listName] = childFactory; + this.childLists_[listName] = {}; +}; + +/** + * Register to observe preference changes. + * + * @param {Function} global A callback that will happen for every preference. + * Pass null if you don't need one. + * @param {Object} map A map of preference specific callbacks. Pass null if + * you don't need any. + */ +lib.PreferenceManager.prototype.addObservers = function(global, map) { + if (global && typeof global != 'function') + throw new Error('Invalid param: globals'); + + if (global) + this.globalObservers_.push(global); + + if (!map) + return; + + for (var name in map) { + if (!(name in this.prefRecords_)) + throw new Error('Unknown preference: ' + name); + + this.prefRecords_[name].addObserver(map[name]); + } +}; + +/** + * Dispatch the change observers for all known preferences. + * + * It may be useful to call this after readStorage completes, in order to + * get application state in sync with user preferences. + * + * This can be used if you've changed a preference manager out from under + * a live object, for example when switching to a different prefix. + */ +lib.PreferenceManager.prototype.notifyAll = function() { + for (var name in this.prefRecords_) { + this.notifyChange_(name); + } +}; + +/** + * Notify the change observers for a given preference. + * + * @param {string} name The name of the preference that changed. + */ +lib.PreferenceManager.prototype.notifyChange_ = function(name) { + var record = this.prefRecords_[name]; + if (!record) + throw new Error('Unknown preference: ' + name); + + var currentValue = record.get(); + + for (var i = 0; i < this.globalObservers_.length; i++) + this.globalObservers_[i](name, currentValue); + + for (var i = 0; i < record.observers.length; i++) { + record.observers[i](currentValue, name, this); + } +}; + +/** + * Create a new child PreferenceManager for the given child list. + * + * The optional hint parameter is an opaque prefix added to the auto-generated + * unique id for this child. Your child factory can parse out the prefix + * and use it. + * + * @param {string} listName The child list to create the new instance from. + * @param {string} opt_hint Optional hint to include in the child id. + * @param {string} opt_id Optional id to override the generated id. + */ +lib.PreferenceManager.prototype.createChild = function(listName, opt_hint, + opt_id) { + var ids = this.get(listName); + var id; + + if (opt_id) { + id = opt_id; + if (ids.indexOf(id) != -1) + throw new Error('Duplicate child: ' + listName + ': ' + id); + + } else { + // Pick a random, unique 4-digit hex identifier for the new profile. + while (!id || ids.indexOf(id) != -1) { + id = lib.f.randomInt(1, 0xffff).toString(16); + id = lib.f.zpad(id, 4); + if (opt_hint) + id = opt_hint + ':' + id; + } + } + + var childManager = this.childFactories_[listName](this, id); + childManager.trace = this.trace; + childManager.resetAll(); + + this.childLists_[listName][id] = childManager; + + ids.push(id); + this.set(listName, ids); + + return childManager; +}; + +/** + * Remove a child preferences instance. + * + * Removes a child preference manager and clears any preferences stored in it. + * + * @param {string} listName The name of the child list containing the child to + * remove. + * @param {string} id The child ID. + */ +lib.PreferenceManager.prototype.removeChild = function(listName, id) { + var prefs = this.getChild(listName, id); + prefs.resetAll(); + + var ids = this.get(listName); + var i = ids.indexOf(id); + if (i != -1) { + ids.splice(i, 1); + this.set(listName, ids); + } + + delete this.childLists_[listName][id]; +}; + +/** + * Return a child PreferenceManager instance for a given id. + * + * If the child list or child id is not known this will return the specified + * default value or throw an exception if no default value is provided. + * + * @param {string} listName The child list to look in. + * @param {string} id The child ID. + * @param {*} opt_default The optional default value to return if the child + * is not found. + */ +lib.PreferenceManager.prototype.getChild = function(listName, id, opt_default) { + if (!(listName in this.childLists_)) + throw new Error('Unknown child list: ' + listName); + + var childList = this.childLists_[listName]; + if (!(id in childList)) { + if (typeof opt_default == 'undefined') + throw new Error('Unknown "' + listName + '" child: ' + id); + + return opt_default; + } + + return childList[id]; +}; + +/** + * Calculate the difference between two lists of child ids. + * + * Given two arrays of child ids, this function will return an object + * with "added", "removed", and "common" properties. Each property is + * a map of child-id to `true`. For example, given... + * + * a = ['child-x', 'child-y'] + * b = ['child-y'] + * + * diffChildLists(a, b) => + * { added: { 'child-x': true }, removed: {}, common: { 'child-y': true } } + * + * The added/removed properties assume that `a` is the current list. + * + * @param {Array[string]} a The most recent list of child ids. + * @param {Array[string]} b An older list of child ids. + * @return {Object} An object with added/removed/common properties. + */ +lib.PreferenceManager.diffChildLists = function(a, b) { + var rv = { + added: {}, + removed: {}, + common: {}, + }; + + for (var i = 0; i < a.length; i++) { + if (b.indexOf(a[i]) != -1) { + rv.common[a[i]] = true; + } else { + rv.added[a[i]] = true; + } + } + + for (var i = 0; i < b.length; i++) { + if ((b[i] in rv.added) || (b[i] in rv.common)) + continue; + + rv.removed[b[i]] = true; + } + + return rv; +}; + +/** + * Synchronize a list of child PreferenceManagers instances with the current + * list stored in prefs. + * + * This will instantiate any missing managers and read current preference values + * from storage. Any active managers that no longer appear in preferences will + * be deleted. + * + * @param {string} listName The child list to synchronize. + * @param {function()} opt_callback Optional function to invoke when the sync + * is complete. + */ +lib.PreferenceManager.prototype.syncChildList = function( + listName, opt_callback) { + + var pendingChildren = 0; + function onChildStorage() { + if (--pendingChildren == 0 && opt_callback) + opt_callback(); + } + + // The list of child ids that we *should* have a manager for. + var currentIds = this.get(listName); + + // The known managers at the start of the sync. Any manager still in this + // list at the end should be discarded. + var oldIds = Object.keys(this.childLists_[listName]); + + var rv = lib.PreferenceManager.diffChildLists(currentIds, oldIds); + + for (var i = 0; i < currentIds.length; i++) { + var id = currentIds[i]; + + var managerIndex = oldIds.indexOf(id); + if (managerIndex >= 0) + oldIds.splice(managerIndex, 1); + + if (!this.childLists_[listName][id]) { + var childManager = this.childFactories_[listName](this, id); + if (!childManager) { + console.warn('Unable to restore child: ' + listName + ': ' + id); + continue; + } + + childManager.trace = this.trace; + this.childLists_[listName][id] = childManager; + pendingChildren++; + childManager.readStorage(onChildStorage); + } + } + + for (var i = 0; i < oldIds.length; i++) { + delete this.childLists_[listName][oldIds[i]]; + } + + if (!pendingChildren && opt_callback) + setTimeout(opt_callback); +}; + +/** + * Reset a preference to its default state. + * + * This will dispatch the onChange handler if the preference value actually + * changes. + * + * @param {string} name The preference to reset. + */ +lib.PreferenceManager.prototype.reset = function(name) { + var record = this.prefRecords_[name]; + if (!record) + throw new Error('Unknown preference: ' + name); + + this.storage.removeItem(this.prefix + name); + + if (record.currentValue !== this.DEFAULT_VALUE) { + record.currentValue = this.DEFAULT_VALUE; + this.notifyChange_(name); + } +}; + +/** + * Reset all preferences back to their default state. + */ +lib.PreferenceManager.prototype.resetAll = function() { + var changed = []; + + for (var listName in this.childLists_) { + var childList = this.childLists_[listName]; + for (var id in childList) { + childList[id].resetAll(); + } + } + + for (var name in this.prefRecords_) { + if (this.prefRecords_[name].currentValue !== this.DEFAULT_VALUE) { + this.prefRecords_[name].currentValue = this.DEFAULT_VALUE; + changed.push(name); + } + } + + var keys = Object.keys(this.prefRecords_).map(function(el) { + return this.prefix + el; + }.bind(this)); + + this.storage.removeItems(keys); + + changed.forEach(this.notifyChange_.bind(this)); +}; + +/** + * Return true if two values should be considered not-equal. + * + * If both values are the same scalar type and compare equal this function + * returns false (no difference), otherwise return true. + * + * This is used in places where we want to check if a preference has changed. + * Rather than take the time to compare complex values we just consider them + * to always be different. + * + * @param {*} a A value to compare. + * @param {*} b A value to compare. + */ +lib.PreferenceManager.prototype.diff = function(a, b) { + // If the types are different, or the type is not a simple primitive one. + if ((typeof a) !== (typeof b) || + !(/^(undefined|boolean|number|string)$/.test(typeof a))) { + return true; + } + + return a !== b; +}; + +/** + * Change the default value of a preference. + * + * This is useful when subclassing preference managers. + * + * The function does not alter the current value of the preference, unless + * it has the old default value. When that happens, the change observers + * will be notified. + * + * @param {string} name The name of the parameter to change. + * @param {*} newValue The new default value for the preference. + */ +lib.PreferenceManager.prototype.changeDefault = function(name, newValue) { + var record = this.prefRecords_[name]; + if (!record) + throw new Error('Unknown preference: ' + name); + + if (!this.diff(record.defaultValue, newValue)) { + // Default value hasn't changed. + return; + } + + if (record.currentValue !== this.DEFAULT_VALUE) { + // This pref has a specific value, just change the default and we're done. + record.defaultValue = newValue; + return; + } + + record.defaultValue = newValue; + + this.notifyChange_(name); +}; + +/** + * Change the default value of multiple preferences. + * + * @param {Object} map A map of name -> value pairs specifying the new default + * values. + */ +lib.PreferenceManager.prototype.changeDefaults = function(map) { + for (var key in map) { + this.changeDefault(key, map[key]); + } +}; + +/** + * Set a preference to a specific value. + * + * This will dispatch the onChange handler if the preference value actually + * changes. + * + * @param {string} key The preference to set. + * @param {*} value The value to set. Anything that can be represented in + * JSON is a valid value. + */ +lib.PreferenceManager.prototype.set = function(name, newValue) { + var record = this.prefRecords_[name]; + if (!record) + throw new Error('Unknown preference: ' + name); + + var oldValue = record.get(); + + if (!this.diff(oldValue, newValue)) + return; + + if (this.diff(record.defaultValue, newValue)) { + record.currentValue = newValue; + this.storage.setItem(this.prefix + name, newValue); + } else { + record.currentValue = this.DEFAULT_VALUE; + this.storage.removeItem(this.prefix + name); + } + + // We need to manually send out the notification on this instance. If we + // The storage event won't fire a notification because we've already changed + // the currentValue, so it won't see a difference. If we delayed changing + // currentValue until the storage event, a pref read immediately after a write + // would return the previous value. + // + // The notification is in a timeout so clients don't accidentally depend on + // a synchronous notification. + setTimeout(this.notifyChange_.bind(this, name), 0); +}; + +/** + * Get the value of a preference. + * + * @param {string} key The preference to get. + */ +lib.PreferenceManager.prototype.get = function(name) { + var record = this.prefRecords_[name]; + if (!record) + throw new Error('Unknown preference: ' + name); + + return record.get(); +}; + +/** + * Return all non-default preferences as a JSON object. + * + * This includes any nested preference managers as well. + */ +lib.PreferenceManager.prototype.exportAsJson = function() { + var rv = {}; + + for (var name in this.prefRecords_) { + if (name in this.childLists_) { + rv[name] = []; + var childIds = this.get(name); + for (var i = 0; i < childIds.length; i++) { + var id = childIds[i]; + rv[name].push({id: id, json: this.getChild(name, id).exportAsJson()}); + } + + } else { + var record = this.prefRecords_[name]; + if (record.currentValue != this.DEFAULT_VALUE) + rv[name] = record.currentValue; + } + } + + return rv; +}; + +/** + * Import a JSON blob of preferences previously generated with exportAsJson. + * + * This will create nested preference managers as well. + */ +lib.PreferenceManager.prototype.importFromJson = function(json) { + for (var name in json) { + if (name in this.childLists_) { + var childList = json[name]; + for (var i = 0; i < childList.length; i++) { + var id = childList[i].id; + + var childPrefManager = this.childLists_[name][id]; + if (!childPrefManager) + childPrefManager = this.createChild(name, null, id); + + childPrefManager.importFromJson(childList[i].json); + } + + } else { + this.set(name, json[name]); + } + } +}; + +/** + * Called when one of the child list preferences changes. + */ +lib.PreferenceManager.prototype.onChildListChange_ = function(listName) { + this.syncChildList(listName); +}; + +/** + * Called when a key in the storage changes. + */ +lib.PreferenceManager.prototype.onStorageChange_ = function(map) { + for (var key in map) { + if (this.prefix) { + if (key.lastIndexOf(this.prefix, 0) != 0) + continue; + } + + var name = key.substr(this.prefix.length); + + if (!(name in this.prefRecords_)) { + // Sometimes we'll get notified about prefs that are no longer defined. + continue; + } + + var record = this.prefRecords_[name]; + + var newValue = map[key].newValue; + var currentValue = record.currentValue; + if (currentValue === record.DEFAULT_VALUE) + currentValue = (void 0); + + if (this.diff(currentValue, newValue)) { + if (typeof newValue == 'undefined' || newValue === null) { + record.currentValue = record.DEFAULT_VALUE; + } else { + record.currentValue = newValue; + } + + this.notifyChange_(name); + } + } +}; +// SOURCE FILE: libdot/js/lib_resource.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * Storage for canned resources. + * + * These are usually non-JavaScript things that are collected during a build + * step and converted into a series of 'lib.resource.add(...)' calls. See + * the "@resource" directive from libdot/bin/concat.sh for the canonical use + * case. + * + * This is global storage, so you should prefix your resource names to avoid + * collisions. + */ +lib.resource = { + resources_: {} +}; + +/** + * Add a resource. + * + * @param {string} name A name for the resource. You should prefix this to + * avoid collisions with resources from a shared library. + * @param {string} type A mime type for the resource, or "raw" if not + * applicable. + * @param {*} data The value of the resource. + */ +lib.resource.add = function(name, type, data) { + lib.resource.resources_[name] = { + type: type, + name: name, + data: data + }; +}; + +/** + * Retrieve a resource record. + * + * The resource data is stored on the "data" property of the returned object. + * + * @param {string} name The name of the resource to get. + * @param {*} opt_defaultValue The optional value to return if the resource is + * not defined. + * @return {object} An object with "type", "name", and "data" properties. + */ +lib.resource.get = function(name, opt_defaultValue) { + if (!(name in lib.resource.resources_)) { + if (typeof opt_defaultValue == 'undefined') + throw 'Unknown resource: ' + name; + + return opt_defaultValue; + } + + return lib.resource.resources_[name]; +}; + +/** + * Retrieve resource data. + * + * @param {string} name The name of the resource to get. + * @param {*} opt_defaultValue The optional value to return if the resource is + * not defined. + * @return {*} The resource data. + */ +lib.resource.getData = function(name, opt_defaultValue) { + if (!(name in lib.resource.resources_)) { + if (typeof opt_defaultValue == 'undefined') + throw 'Unknown resource: ' + name; + + return opt_defaultValue; + } + + return lib.resource.resources_[name].data; +}; + +/** + * Retrieve resource as a data: url. + * + * @param {string} name The name of the resource to get. + * @param {*} opt_defaultValue The optional value to return if the resource is + * not defined. + * @return {*} A data: url encoded version of the resource. + */ +lib.resource.getDataUrl = function(name, opt_defaultValue) { + var resource = lib.resource.get(name, opt_defaultValue); + return 'data:' + resource.type + ',' + resource.data; +}; +// SOURCE FILE: libdot/js/lib_storage.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * Namespace for implementations of persistent, possibly cloud-backed + * storage. + */ +lib.Storage = new Object(); +// SOURCE FILE: libdot/js/lib_storage_chrome.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * chrome.storage based class with an async interface that is interchangeable + * with other lib.Storage.* implementations. + */ +lib.Storage.Chrome = function(storage) { + this.storage_ = storage; + this.observers_ = []; + + chrome.storage.onChanged.addListener(this.onChanged_.bind(this)); +}; + +/** + * Called by the storage implementation when the storage is modified. + */ +lib.Storage.Chrome.prototype.onChanged_ = function(changes, areaname) { + if (chrome.storage[areaname] != this.storage_) + return; + + for (var i = 0; i < this.observers_.length; i++) { + this.observers_[i](changes); + } +}; + +/** + * Register a function to observe storage changes. + * + * @param {function(map)} callback The function to invoke when the storage + * changes. + */ +lib.Storage.Chrome.prototype.addObserver = function(callback) { + this.observers_.push(callback); +}; + +/** + * Unregister a change observer. + * + * @param {function} observer A previously registered callback. + */ +lib.Storage.Chrome.prototype.removeObserver = function(callback) { + var i = this.observers_.indexOf(callback); + if (i != -1) + this.observers_.splice(i, 1); +}; + +/** + * Delete everything in this storage. + * + * @param {function(map)} callback The function to invoke when the delete + * has completed. + */ +lib.Storage.Chrome.prototype.clear = function(opt_callback) { + this.storage_.clear(); + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Return the current value of a storage item. + * + * @param {string} key The key to look up. + * @param {function(value) callback The function to invoke when the value has + * been retrieved. + */ +lib.Storage.Chrome.prototype.getItem = function(key, callback) { + this.storage_.get(key, callback); +}; +/** + * Fetch the values of multiple storage items. + * + * @param {Array} keys The keys to look up. + * @param {function(map) callback The function to invoke when the values have + * been retrieved. + */ + +lib.Storage.Chrome.prototype.getItems = function(keys, callback) { + this.storage_.get(keys, callback); +}; + +/** + * Set a value in storage. + * + * @param {string} key The key for the value to be stored. + * @param {*} value The value to be stored. Anything that can be serialized + * with JSON is acceptable. + * @param {function()} opt_callback Optional function to invoke when the + * set is complete. You don't have to wait for the set to complete in order + * to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Chrome.prototype.setItem = function(key, value, opt_callback) { + var obj = {}; + obj[key] = value; + this.storage_.set(obj, opt_callback); +}; + +/** + * Set multiple values in storage. + * + * @param {Object} map A map of key/values to set in storage. + * @param {function()} opt_callback Optional function to invoke when the + * set is complete. You don't have to wait for the set to complete in order + * to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Chrome.prototype.setItems = function(obj, opt_callback) { + this.storage_.set(obj, opt_callback); +}; + +/** + * Remove an item from storage. + * + * @param {string} key The key to be removed. + * @param {function()} opt_callback Optional function to invoke when the + * remove is complete. You don't have to wait for the set to complete in + * order to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Chrome.prototype.removeItem = function(key, opt_callback) { + this.storage_.remove(key, opt_callback); +}; + +/** + * Remove multiple items from storage. + * + * @param {Array} keys The keys to be removed. + * @param {function()} opt_callback Optional function to invoke when the + * remove is complete. You don't have to wait for the set to complete in + * order to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Chrome.prototype.removeItems = function(keys, opt_callback) { + this.storage_.remove(keys, opt_callback); +}; +// SOURCE FILE: libdot/js/lib_storage_local.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * window.localStorage based class with an async interface that is + * interchangeable with other lib.Storage.* implementations. + */ +lib.Storage.Local = function() { + this.observers_ = []; + this.storage_ = window.localStorage; + window.addEventListener('storage', this.onStorage_.bind(this)); +}; + +/** + * Called by the storage implementation when the storage is modified. + */ +lib.Storage.Local.prototype.onStorage_ = function(e) { + if (e.storageArea != this.storage_) + return; + + // JS throws an exception if JSON.parse is given an empty string. So here we + // only parse if the value is truthy. This mean the empty string, undefined + // and null will not be parsed. + var prevValue = e.oldValue ? JSON.parse(e.oldValue) : e.oldValue; + var curValue = e.newValue ? JSON.parse(e.newValue) : e.newValue; + var o = {}; + o[e.key] = { + oldValue: prevValue, + newValue: curValue + }; + + for (var i = 0; i < this.observers_.length; i++) { + this.observers_[i](o); + } +}; + +/** + * Register a function to observe storage changes. + * + * @param {function(map)} callback The function to invoke when the storage + * changes. + */ +lib.Storage.Local.prototype.addObserver = function(callback) { + this.observers_.push(callback); +}; + +/** + * Unregister a change observer. + * + * @param {function} observer A previously registered callback. + */ +lib.Storage.Local.prototype.removeObserver = function(callback) { + var i = this.observers_.indexOf(callback); + if (i != -1) + this.observers_.splice(i, 1); +}; + +/** + * Delete everything in this storage. + * + * @param {function(map)} callback The function to invoke when the delete + * has completed. + */ +lib.Storage.Local.prototype.clear = function(opt_callback) { + this.storage_.clear(); + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Return the current value of a storage item. + * + * @param {string} key The key to look up. + * @param {function(value) callback The function to invoke when the value has + * been retrieved. + */ +lib.Storage.Local.prototype.getItem = function(key, callback) { + var value = this.storage_.getItem(key); + + if (typeof value == 'string') { + try { + value = JSON.parse(value); + } catch (e) { + // If we can't parse the value, just return it unparsed. + } + } + + setTimeout(callback.bind(null, value), 0); +}; + +/** + * Fetch the values of multiple storage items. + * + * @param {Array} keys The keys to look up. + * @param {function(map) callback The function to invoke when the values have + * been retrieved. + */ +lib.Storage.Local.prototype.getItems = function(keys, callback) { + var rv = {}; + + for (var i = keys.length - 1; i >= 0; i--) { + var key = keys[i]; + var value = this.storage_.getItem(key); + if (typeof value == 'string') { + try { + rv[key] = JSON.parse(value); + } catch (e) { + // If we can't parse the value, just return it unparsed. + rv[key] = value; + } + } else { + keys.splice(i, 1); + } + } + + setTimeout(callback.bind(null, rv), 0); +}; + +/** + * Set a value in storage. + * + * @param {string} key The key for the value to be stored. + * @param {*} value The value to be stored. Anything that can be serialized + * with JSON is acceptable. + * @param {function()} opt_callback Optional function to invoke when the + * set is complete. You don't have to wait for the set to complete in order + * to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Local.prototype.setItem = function(key, value, opt_callback) { + this.storage_.setItem(key, JSON.stringify(value)); + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Set multiple values in storage. + * + * @param {Object} map A map of key/values to set in storage. + * @param {function()} opt_callback Optional function to invoke when the + * set is complete. You don't have to wait for the set to complete in order + * to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Local.prototype.setItems = function(obj, opt_callback) { + for (var key in obj) { + this.storage_.setItem(key, JSON.stringify(obj[key])); + } + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Remove an item from storage. + * + * @param {string} key The key to be removed. + * @param {function()} opt_callback Optional function to invoke when the + * remove is complete. You don't have to wait for the set to complete in + * order to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Local.prototype.removeItem = function(key, opt_callback) { + this.storage_.removeItem(key); + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Remove multiple items from storage. + * + * @param {Array} keys The keys to be removed. + * @param {function()} opt_callback Optional function to invoke when the + * remove is complete. You don't have to wait for the set to complete in + * order to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Local.prototype.removeItems = function(ary, opt_callback) { + for (var i = 0; i < ary.length; i++) { + this.storage_.removeItem(ary[i]); + } + + if (opt_callback) + setTimeout(opt_callback, 0); +}; +// SOURCE FILE: libdot/js/lib_storage_memory.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * In-memory storage class with an async interface that is interchangeable with + * other lib.Storage.* implementations. + */ +lib.Storage.Memory = function() { + this.observers_ = []; + this.storage_ = {}; +}; + +/** + * Register a function to observe storage changes. + * + * @param {function(map)} callback The function to invoke when the storage + * changes. + */ +lib.Storage.Memory.prototype.addObserver = function(callback) { + this.observers_.push(callback); +}; + +/** + * Unregister a change observer. + * + * @param {function} observer A previously registered callback. + */ +lib.Storage.Memory.prototype.removeObserver = function(callback) { + var i = this.observers_.indexOf(callback); + if (i != -1) + this.observers_.splice(i, 1); +}; + +/** + * Delete everything in this storage. + * + * @param {function(map)} callback The function to invoke when the delete + * has completed. + */ +lib.Storage.Memory.prototype.clear = function(opt_callback) { + var e = {}; + for (var key in this.storage_) { + e[key] = {oldValue: this.storage_[key], newValue: (void 0)}; + } + + this.storage_ = {}; + + setTimeout(function() { + for (var i = 0; i < this.observers_.length; i++) { + this.observers_[i](e); + } + }.bind(this), 0); + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Return the current value of a storage item. + * + * @param {string} key The key to look up. + * @param {function(value) callback The function to invoke when the value has + * been retrieved. + */ +lib.Storage.Memory.prototype.getItem = function(key, callback) { + var value = this.storage_[key]; + + if (typeof value == 'string') { + try { + value = JSON.parse(value); + } catch (e) { + // If we can't parse the value, just return it unparsed. + } + } + + setTimeout(callback.bind(null, value), 0); +}; + +/** + * Fetch the values of multiple storage items. + * + * @param {Array} keys The keys to look up. + * @param {function(map) callback The function to invoke when the values have + * been retrieved. + */ +lib.Storage.Memory.prototype.getItems = function(keys, callback) { + var rv = {}; + + for (var i = keys.length - 1; i >= 0; i--) { + var key = keys[i]; + var value = this.storage_[key]; + if (typeof value == 'string') { + try { + rv[key] = JSON.parse(value); + } catch (e) { + // If we can't parse the value, just return it unparsed. + rv[key] = value; + } + } else { + keys.splice(i, 1); + } + } + + setTimeout(callback.bind(null, rv), 0); +}; + +/** + * Set a value in storage. + * + * @param {string} key The key for the value to be stored. + * @param {*} value The value to be stored. Anything that can be serialized + * with JSON is acceptable. + * @param {function()} opt_callback Optional function to invoke when the + * set is complete. You don't have to wait for the set to complete in order + * to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Memory.prototype.setItem = function(key, value, opt_callback) { + var oldValue = this.storage_[key]; + this.storage_[key] = JSON.stringify(value); + + var e = {}; + e[key] = {oldValue: oldValue, newValue: value}; + + setTimeout(function() { + for (var i = 0; i < this.observers_.length; i++) { + this.observers_[i](e); + } + }.bind(this), 0); + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Set multiple values in storage. + * + * @param {Object} map A map of key/values to set in storage. + * @param {function()} opt_callback Optional function to invoke when the + * set is complete. You don't have to wait for the set to complete in order + * to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Memory.prototype.setItems = function(obj, opt_callback) { + var e = {}; + + for (var key in obj) { + e[key] = {oldValue: this.storage_[key], newValue: obj[key]}; + this.storage_[key] = JSON.stringify(obj[key]); + } + + setTimeout(function() { + for (var i = 0; i < this.observers_.length; i++) { + this.observers_[i](e); + } + }.bind(this)); + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Remove an item from storage. + * + * @param {string} key The key to be removed. + * @param {function()} opt_callback Optional function to invoke when the + * remove is complete. You don't have to wait for the set to complete in + * order to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Memory.prototype.removeItem = function(key, opt_callback) { + delete this.storage_[key]; + + if (opt_callback) + setTimeout(opt_callback, 0); +}; + +/** + * Remove multiple items from storage. + * + * @param {Array} keys The keys to be removed. + * @param {function()} opt_callback Optional function to invoke when the + * remove is complete. You don't have to wait for the set to complete in + * order to read the value, since the local cache is updated synchronously. + */ +lib.Storage.Memory.prototype.removeItems = function(ary, opt_callback) { + for (var i = 0; i < ary.length; i++) { + delete this.storage_[ary[i]]; + } + + if (opt_callback) + setTimeout(opt_callback, 0); +}; +// SOURCE FILE: libdot/js/lib_test_manager.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * @fileoverview JavaScript unit testing framework for synchronous and + * asynchronous tests. + * + * This file contains the lib.TestManager and related classes. At the moment + * it's all collected in a single file since it's reasonably small + * (=~1k lines), and it's a lot easier to include one file into your test + * harness than it is to include seven. + * + * The following classes are defined... + * + * lib.TestManager - The root class and entrypoint for creating test runs. + * lib.TestManager.Log - Logging service. + * lib.TestManager.Suite - A collection of tests. + * lib.TestManager.Test - A single test. + * lib.TestManager.TestRun - Manages the execution of a set of tests. + * lib.TestManager.Result - A single test result. + */ + +/** + * Root object in the unit test hierarchy, and keeper of the log object. + * + * @param {lib.TestManager.Log} opt_log Optional lib.TestManager.Log object. + * Logs to the JavaScript console if omitted. + */ +lib.TestManager = function(opt_log) { + this.log = opt_log || new lib.TestManager.Log(); +} + +/** + * Create a new test run object for this test manager. + * + * @param {Object} opt_cx An object to be passed to test suite setup(), + * preamble(), and test cases during this test run. This object is opaque + * to lib.TestManager.* code. It's entirely up to the test suite what it's + * used for. + */ +lib.TestManager.prototype.createTestRun = function(opt_cx) { + return new lib.TestManager.TestRun(this, opt_cx); +}; + +/** + * Called when a test run associated with this test manager completes. + * + * Clients may override this to call an appropriate function. + */ +lib.TestManager.prototype.onTestRunComplete = function(testRun) {}; + +/** + * Called before a test associated with this test manager is run. + * + * @param {lib.TestManager.Result} result The result object for the upcoming + * test. + * @param {Object} cx The context object for a test run. + */ +lib.TestManager.prototype.testPreamble = function(result, cx) {}; + +/** + * Called after a test associated with this test manager finishes. + * + * @param {lib.TestManager.Result} result The result object for the finished + * test. + * @param {Object} cx The context object for a test run. + */ +lib.TestManager.prototype.testPostamble = function(result, cx) {}; + +/** + * Destination for test case output. + * + * Thw API will be the same as the console object. e.g. We support info(), + * warn(), error(), etc... just like console.info(), etc... + * + * @param {Object} opt_console The console object to route all logging through. + * Should provide saome API as the standard console API. + */ +lib.TestManager.Log = function(opt_console=console) { + this.save = false; + this.data = ''; + this.prefix_ = ''; + this.prefixStack_ = 0; + + // Capture all the console entry points in case code at runtime calls these + // directly. We want to be able to still see things. + // We also expose the direct API to our callers (e.g. we provide warn()). + this.console_ = opt_console; + ['log', 'debug', 'info', 'warn', 'error'].forEach((level) => { + let msgPrefix = ''; + switch (level) { + case 'debug': + case 'warn': + case 'error': + msgPrefix = level.toUpperCase() + ': '; + break; + } + + const oLog = this.console_[level]; + this[level] = this.console_[level] = (...args) => { + if (this.save) + this.data += this.prefix_ + msgPrefix + args.join(' ') + '\n'; + oLog.apply(this.console_, args); + }; + }); + + // Wrap/bind the group functions. + ['group', 'groupCollapsed'].forEach((group) => { + const oGroup = this.console_[group]; + this[group] = this.console_[group] = (label='') => { + oGroup(label); + if (this.save) + this.data += this.prefix_ + label + '\n'; + this.prefix_ = ' '.repeat(++this.prefixStack_); + }; + }); + + const oGroupEnd = this.console_.groupEnd; + this.groupEnd = this.console_.groupEnd = () => { + oGroupEnd(); + this.prefix_ = ' '.repeat(--this.prefixStack_); + }; +}; + +/** + * Returns a new constructor function that will inherit from + * lib.TestManager.Suite. + * + * Use this function to create a new test suite subclass. It will return a + * properly initialized constructor function for the subclass. You can then + * override the setup() and preamble() methods if necessary and add test cases + * to the subclass. + * + * var MyTests = new lib.TestManager.Suite('MyTests'); + * + * MyTests.prototype.setup = function(cx) { + * // Sets this.size to cx.size if it exists, or the default value of 10 + * // if not. + * this.setDefault(cx, {size: 10}); + * }; + * + * MyTests.prototype.preamble = function(result, cx) { + * // Some tests (even successful ones) may side-effect this list, so + * // recreate it before every test. + * this.list = []; + * for (var i = 0; i < this.size; i++) { + * this.list[i] = i; + * } + * }; + * + * // Basic synchronous test case. + * MyTests.addTest('pop-length', function(result, cx) { + * this.list.pop(); + * + * // If this assertion fails, the testcase will stop here. + * result.assertEQ(this.list.length, this.size - 1); + * + * // A test must indicate it has passed by calling this method. + * result.pass(); + * }); + * + * // Sample asynchronous test case. + * MyTests.addTest('async-pop-length', function(result, cx) { + * var self = this; + * + * var callback = function() { + * result.assertEQ(self.list.length, self.size - 1); + * result.pass(); + * }; + * + * // Wait 100ms to check the array length for the sake of this example. + * setTimeout(callback, 100); + * + * this.list.pop(); + * + * // Indicate that this test needs another 200ms to complete. + * // If the test does not report pass/fail by then, it is considered to + * // have timed out. + * result.requestTime(200); + * }); + * + * ... + * + * @param {string} suiteName The name of the test suite. + */ +lib.TestManager.Suite = function(suiteName) { + function ctor(testManager, cx) { + this.testManager_ = testManager; + this.suiteName = suiteName; + + this.setup(cx); + } + + ctor.suiteName = suiteName; + ctor.addTest = lib.TestManager.Suite.addTest; + ctor.disableTest = lib.TestManager.Suite.disableTest; + ctor.getTest = lib.TestManager.Suite.getTest; + ctor.getTestList = lib.TestManager.Suite.getTestList; + ctor.testList_ = []; + ctor.testMap_ = {}; + ctor.prototype = Object.create(lib.TestManager.Suite.prototype); + ctor.constructor = lib.TestManager.Suite; + + lib.TestManager.Suite.subclasses.push(ctor); + + return ctor; +}; + +/** + * List of lib.TestManager.Suite subclasses, in the order they were defined. + */ +lib.TestManager.Suite.subclasses = []; + +/** + * Add a test to a lib.TestManager.Suite. + * + * This method is copied to new subclasses when they are created. + */ +lib.TestManager.Suite.addTest = function(testName, testFunction) { + if (testName in this.testMap_) + throw 'Duplicate test name: ' + testName; + + var test = new lib.TestManager.Test(this, testName, testFunction); + this.testMap_[testName] = test; + this.testList_.push(test); +}; + +/** + * Defines a disabled test. + */ +lib.TestManager.Suite.disableTest = function(testName, testFunction) { + if (testName in this.testMap_) + throw 'Duplicate test name: ' + testName; + + var test = new lib.TestManager.Test(this, testName, testFunction); + console.log('Disabled test: ' + test.fullName); +}; + +/** + * Get a lib.TestManager.Test instance by name. + * + * This method is copied to new subclasses when they are created. + * + * @param {string} testName The name of the desired test. + * @return {lib.TestManager.Test} The requested test, or undefined if it was not + * found. + */ +lib.TestManager.Suite.getTest = function(testName) { + return this.testMap_[testName]; +}; + +/** + * Get an array of lib.TestManager.Tests associated with this Suite. + * + * This method is copied to new subclasses when they are created. + */ +lib.TestManager.Suite.getTestList = function() { + return this.testList_; +}; + +/** + * Set properties on a test suite instance, pulling the property value from + * the context if it exists and from the defaults dictionary if not. + * + * This is intended to be used in your test suite's setup() method to + * define parameters for the test suite which may be overridden through the + * context object. For example... + * + * MySuite.prototype.setup = function(cx) { + * this.setDefaults(cx, {size: 10}); + * }; + * + * If the context object has a 'size' property then this.size will be set to + * the value of cx.size, otherwise this.size will get a default value of 10. + * + * @param {Object} cx The context object for a test run. + * @param {Object} defaults An object containing name/value pairs to set on + * this test suite instance. The value listed here will be used if the + * name is not defined on the context object. + */ +lib.TestManager.Suite.prototype.setDefaults = function(cx, defaults) { + for (var k in defaults) { + this[k] = (k in cx) ? cx[k] : defaults[k]; + } +}; + +/** + * Subclassable method called to set up the test suite. + * + * The default implementation of this method is a no-op. If your test suite + * requires some kind of suite-wide setup, this is the place to do it. + * + * It's fine to store state on the test suite instance, that state will be + * accessible to all tests in the suite. If any test case fails, the entire + * test suite object will be discarded and a new one will be created for + * the remaining tests. + * + * Any side effects outside of this test suite instance must be idempotent. + * For example, if you're adding DOM nodes to a document, make sure to first + * test that they're not already there. If they are, remove them rather than + * reuse them. You should not count on their state, since they were probably + * left behind by a failed testcase. + * + * Any exception here will abort the remainder of the test run. + * + * @param {Object} cx The context object for a test run. + */ +lib.TestManager.Suite.prototype.setup = function(cx) {}; + +/** + * Subclassable method called to do pre-test set up. + * + * The default implementation of this method is a no-op. If your test suite + * requires some kind of pre-test setup, this is the place to do it. + * + * This can be used to avoid a bunch of boilerplate setup/teardown code in + * this suite's testcases. + * + * Any exception here will abort the remainder of the test run. + * + * @param {lib.TestManager.Result} result The result object for the upcoming + * test. + * @param {Object} cx The context object for a test run. + */ +lib.TestManager.Suite.prototype.preamble = function(result, cx) {}; + +/** + * Subclassable method called to do post-test tear-down. + * + * The default implementation of this method is a no-op. If your test suite + * requires some kind of pre-test setup, this is the place to do it. + * + * This can be used to avoid a bunch of boilerplate setup/teardown code in + * this suite's testcases. + * + * Any exception here will abort the remainder of the test run. + * + * @param {lib.TestManager.Result} result The result object for the finished + * test. + * @param {Object} cx The context object for a test run. + */ +lib.TestManager.Suite.prototype.postamble = function(result, cx) {}; + +/** + * Object representing a single test in a test suite. + * + * These are created as part of the lib.TestManager.Suite.addTest() method. + * You should never have to construct one by hand. + * + * @param {lib.TestManager.Suite} suiteClass The test suite class containing + * this test. + * @param {string} testName The local name of this test case, not including the + * test suite name. + * @param {function(lib.TestManager.Result, Object)} testFunction The function + * to invoke for this test case. This is passed a Result instance and the + * context object associated with the test run. + * + */ +lib.TestManager.Test = function(suiteClass, testName, testFunction) { + /** + * The test suite class containing this function. + */ + this.suiteClass = suiteClass; + + /** + * The local name of this test, not including the test suite name. + */ + this.testName = testName; + + /** + * The global name of this test, including the test suite name. + */ + this.fullName = suiteClass.suiteName + '[' + testName + ']'; + + // The function to call for this test. + this.testFunction_ = testFunction; +}; + +/** + * Execute this test. + * + * This is called by a lib.TestManager.Result instance, as part of a + * lib.TestManager.TestRun. You should not call it by hand. + * + * @param {lib.TestManager.Result} result The result object for the test. + */ +lib.TestManager.Test.prototype.run = function(result) { + try { + // Tests are applied to the parent lib.TestManager.Suite subclass. + this.testFunction_.apply(result.suite, + [result, result.testRun.cx]); + } catch (ex) { + if (ex instanceof lib.TestManager.Result.TestComplete) + return; + + result.println('Test raised an exception: ' + ex); + + if (ex.stack) { + if (ex.stack instanceof Array) { + result.println(ex.stack.join('\n')); + } else { + result.println(ex.stack); + } + } + + result.completeTest_(result.FAILED, false); + } +}; + +/** + * Used to choose a set of tests and run them. + * + * It's slightly more convenient to construct one of these from + * lib.TestManager.prototype.createTestRun(). + * + * @param {lib.TestManager} testManager The testManager associated with this + * TestRun. + * @param {Object} cx A context to be passed into the tests. This can be used + * to set parameters for the test suite or individual test cases. + */ +lib.TestManager.TestRun = function(testManager, cx) { + /** + * The associated lib.TestManager instance. + */ + this.testManager = testManager; + + /** + * Shortcut to the lib.TestManager's log. + */ + this.log = testManager.log; + + /** + * The test run context. It's entirely up to the test suite and test cases + * how this is used. It is opaque to lib.TestManager.* classes. + */ + this.cx = cx || {}; + + /** + * The list of test cases that encountered failures. + */ + this.failures = []; + + /** + * The list of test cases that passed. + */ + this.passes = []; + + /** + * The time the test run started, or null if it hasn't been started yet. + */ + this.startDate = null; + + /** + * The time in milliseconds that the test run took to complete, or null if + * it hasn't completed yet. + */ + this.duration = null; + + /** + * The most recent result object, or null if the test run hasn't started + * yet. In order to detect late failures, this is not cleared when the test + * completes. + */ + this.currentResult = null; + + /** + * Number of maximum failures. The test run will stop when this number is + * reached. If 0 or omitted, the entire set of selected tests is run, even + * if some fail. + */ + this.maxFailures = 0; + + /** + * True if this test run ended early because of an unexpected condition. + */ + this.panic = false; + + // List of pending test cases. + this.testQueue_ = []; + +}; + +/** + * This value can be passed to select() to indicate that all tests should + * be selected. + */ +lib.TestManager.TestRun.prototype.ALL_TESTS = lib.f.createEnum(''); + +/** + * Add a single test to the test run. + */ +lib.TestManager.TestRun.prototype.selectTest = function(test) { + this.testQueue_.push(test); +}; + +lib.TestManager.TestRun.prototype.selectSuite = function( + suiteClass, opt_pattern) { + var pattern = opt_pattern || this.ALL_TESTS; + var selectCount = 0; + var testList = suiteClass.getTestList(); + + for (var j = 0; j < testList.length; j++) { + var test = testList[j]; + // Note that we're using "!==" rather than "!=" so that we're matching + // the ALL_TESTS String object, rather than the contents of the string. + if (pattern !== this.ALL_TESTS) { + if (pattern instanceof RegExp) { + if (!pattern.test(test.testName)) + continue; + } else if (test.testName != pattern) { + continue; + } + } + + this.selectTest(test); + selectCount++; + } + + return selectCount; +}; + +/** + * Selects one or more tests to gather results for. + * + * Selecting the same test more than once is allowed. + * + * @param {string|RegExp} pattern Pattern used to select tests. + * If TestRun.prototype.ALL_TESTS, all tests are selected. + * If a string, only the test that exactly matches is selected. + * If a RegExp, only tests matching the RegExp are added. + * + * @return {int} The number of additional tests that have been selected into + * this TestRun. + */ +lib.TestManager.TestRun.prototype.selectPattern = function(pattern) { + var selectCount = 0; + + for (var i = 0; i < lib.TestManager.Suite.subclasses.length; i++) { + selectCount += this.selectSuite(lib.TestManager.Suite.subclasses[i], + pattern); + } + + if (!selectCount) { + this.log.warn('No tests matched selection criteria: ' + pattern); + } + + return selectCount; +}; + +/** + * Hooked up to window.onerror during a test run in order to catch exceptions + * that would otherwise go uncaught. + */ +lib.TestManager.TestRun.prototype.onUncaughtException_ = function( + message, file, line) { + + if (message.indexOf('Uncaught lib.TestManager.Result.TestComplete') == 0 || + message.indexOf('status: passed') != -1) { + // This is a result.pass() or result.fail() call from a callback. We're + // already going to deal with it as part of the completeTest_() call + // that raised it. We can safely squelch this error message. + return true; + } + + if (!this.currentResult) + return; + + if (message == 'Uncaught ' + this.currentResult.expectedErrorMessage_) { + // Test cases may need to raise an unhandled exception as part of the test. + return; + } + + var when = 'during'; + + if (this.currentResult.status != this.currentResult.PENDING) + when = 'after'; + + this.log.error('Uncaught exception ' + when + ' test case: ' + + this.currentResult.test.fullName); + this.log.error(message + ', ' + file + ':' + line); + + this.currentResult.completeTest_(this.currentResult.FAILED, false); + + return false; +}; + +/** + * Called to when this test run has completed. + * + * This method typically re-runs itself asynchronously, in order to let the + * DOM stabilize and short-term timeouts to complete before declaring the + * test run complete. + * + * @param {boolean} opt_skipTimeout If true, the timeout is skipped and the + * test run is completed immediately. This should only be used from within + * this function. + */ +lib.TestManager.TestRun.prototype.onTestRunComplete_ = function( + opt_skipTimeout) { + if (!opt_skipTimeout) { + // The final test may have left a lingering setTimeout(..., 0), or maybe + // poked at the DOM in a way that will trigger a event to fire at the end + // of this stack, so we give things a chance to settle down before our + // final cleanup... + setTimeout(this.onTestRunComplete_.bind(this), 0, true); + return; + } + + this.duration = (new Date()) - this.startDate; + + this.log.groupEnd(); + this.log.info(this.passes.length + ' passed, ' + + this.failures.length + ' failed, ' + + this.msToSeconds_(this.duration)); + + this.summarize(); + + window.onerror = null; + + this.testManager.onTestRunComplete(this); +}; + +/** + * Called by the lib.TestManager.Result object when a test completes. + * + * @param {lib.TestManager.Result} result The result object which has just + * completed. + */ +lib.TestManager.TestRun.prototype.onResultComplete = function(result) { + try { + this.testManager.testPostamble(result, this.cx); + result.suite.postamble(result, this.ctx); + } catch (ex) { + this.log.error('Unexpected exception in postamble: ' + + (ex.stack ? ex.stack : ex)); + this.panic = true; + } + + if (result.status != result.PASSED) + this.log.error(result.status); + else if (result.duration > 500) + this.log.warn('Slow test took ' + this.msToSeconds_(result.duration)); + this.log.groupEnd(); + + if (result.status == result.FAILED) { + this.failures.push(result); + this.currentSuite = null; + } else if (result.status == result.PASSED) { + this.passes.push(result); + } else { + this.log.error('Unknown result status: ' + result.test.fullName + ': ' + + result.status); + return this.panic = true; + } + + this.runNextTest_(); +}; + +/** + * Called by the lib.TestManager.Result object when a test which has already + * completed reports another completion. + * + * This is usually indicative of a buggy testcase. It is probably reporting a + * result on exit and then again from an asynchronous callback. + * + * It may also be the case that the last act of the testcase causes a DOM change + * which triggers some event to run after the test returns. If the event + * handler reports a failure or raises an uncaught exception, the test will + * fail even though it has already completed. + * + * In any case, re-completing a test ALWAYS moves it into the failure pile. + * + * @param {lib.TestManager.Result} result The result object which has just + * completed. + * @param {string} lateStatus The status that the test attempted to record this + * time around. + */ +lib.TestManager.TestRun.prototype.onResultReComplete = function( + result, lateStatus) { + this.log.error('Late complete for test: ' + result.test.fullName + ': ' + + lateStatus); + + // Consider any late completion a failure, even if it's a double-pass, since + // it's a misuse of the testing API. + var index = this.passes.indexOf(result); + if (index >= 0) { + this.passes.splice(index, 1); + this.failures.push(result); + } +}; + +/** + * Run the next test in the queue. + */ +lib.TestManager.TestRun.prototype.runNextTest_ = function() { + if (this.panic || !this.testQueue_.length) + return this.onTestRunComplete_(); + + if (this.maxFailures && this.failures.length >= this.maxFailures) { + this.log.error('Maximum failure count reached, aborting test run.'); + return this.onTestRunComplete_(); + } + + // Peek at the top test first. We remove it later just before it's about + // to run, so that we don't disturb the incomplete test count in the + // event that we fail before running it. + var test = this.testQueue_[0]; + var suite = this.currentResult ? this.currentResult.suite : null; + + try { + if (!suite || !(suite instanceof test.suiteClass)) { + if (suite) + this.log.groupEnd(); + this.log.group(test.suiteClass.suiteName); + suite = new test.suiteClass(this.testManager, this.cx); + } + } catch (ex) { + // If test suite setup fails we're not even going to try to run the tests. + this.log.error('Exception during setup: ' + (ex.stack ? ex.stack : ex)); + this.panic = true; + this.onTestRunComplete_(); + return; + } + + try { + this.log.group(test.testName); + + this.currentResult = new lib.TestManager.Result(this, suite, test); + this.testManager.testPreamble(this.currentResult, this.cx); + suite.preamble(this.currentResult, this.cx); + + this.testQueue_.shift(); + } catch (ex) { + this.log.error('Unexpected exception during test preamble: ' + + (ex.stack ? ex.stack : ex)); + this.log.groupEnd(); + + this.panic = true; + this.onTestRunComplete_(); + return; + } + + try { + this.currentResult.run(); + } catch (ex) { + // Result.run() should catch test exceptions and turn them into failures. + // If we got here, it means there is trouble in the testing framework. + this.log.error('Unexpected exception during test run: ' + + (ex.stack ? ex.stack : ex)); + this.panic = true; + } +}; + +/** + * Run the selected list of tests. + * + * Some tests may need to run asynchronously, so you cannot assume the run is + * complete when this function returns. Instead, pass in a function to be + * called back when the run has completed. + * + * This function will log the results of the test run as they happen into the + * log defined by the associated lib.TestManager. By default this is + * console.log, which can be viewed in the JavaScript console of most browsers. + * + * The browser state is determined by the last test to run. We intentionally + * don't do any cleanup so that you can inspect the state of a failed test, or + * leave the browser ready for manual testing. + * + * Any failures in lib.TestManager.* code or test suite setup or test case + * preamble will cause the test run to abort. + */ +lib.TestManager.TestRun.prototype.run = function() { + this.log.info('Running ' + this.testQueue_.length + ' test(s)'); + + window.onerror = this.onUncaughtException_.bind(this); + this.startDate = new Date(); + this.runNextTest_(); +}; + +/** + * Format milliseconds as fractional seconds. + */ +lib.TestManager.TestRun.prototype.msToSeconds_ = function(ms) { + var secs = (ms / 1000).toFixed(2); + return secs + 's'; +}; + +/** + * Log the current result summary. + */ +lib.TestManager.TestRun.prototype.summarize = function() { + if (this.failures.length) { + for (var i = 0; i < this.failures.length; i++) { + this.log.error('FAILED: ' + this.failures[i].test.fullName); + } + } + + if (this.testQueue_.length) { + this.log.warn('Test run incomplete: ' + this.testQueue_.length + + ' test(s) were not run.'); + } +}; + +/** + * Record of the result of a single test. + * + * These are constructed during a test run, you shouldn't have to make one + * on your own. + * + * An instance of this class is passed in to each test function. It can be + * used to add messages to the test log, to record a test pass/fail state, to + * test assertions, or to create exception-proof wrappers for callback + * functions. + * + * @param {lib.TestManager.TestRun} testRun The TestRun instance associated with + * this result. + * @param {lib.TestManager.Suit} suite The Suite containing the test we're + * collecting this result for. + * @param {lib.TestManager.Test} test The test we're collecting this result for. + */ +lib.TestManager.Result = function(testRun, suite, test) { + /** + * The TestRun instance associated with this result. + */ + this.testRun = testRun; + + /** + * The Suite containing the test we're collecting this result for. + */ + this.suite = suite; + + /** + * The test we're collecting this result for. + */ + this.test = test; + + /** + * The time we started to collect this result, or null if we haven't started. + */ + this.startDate = null; + + /** + * The time in milliseconds that the test took to complete, or null if + * it hasn't completed yet. + */ + this.duration = null; + + /** + * The current status of this test result. + */ + this.status = this.PENDING; + + // An error message that the test case is expected to generate. + this.expectedErrorMessage_ = null; +}; + +/** + * Possible values for this.status. + */ +lib.TestManager.Result.prototype.PENDING = 'pending'; +lib.TestManager.Result.prototype.FAILED = 'FAILED'; +lib.TestManager.Result.prototype.PASSED = 'passed'; + +/** + * Exception thrown when a test completes (pass or fail), to ensure no more of + * the test is run. + */ +lib.TestManager.Result.TestComplete = function(result) { + this.result = result; +}; + +lib.TestManager.Result.TestComplete.prototype.toString = function() { + return 'lib.TestManager.Result.TestComplete: ' + this.result.test.fullName + + ', status: ' + this.result.status; +} + +/** + * Start the test associated with this result. + */ +lib.TestManager.Result.prototype.run = function() { + var self = this; + + this.startDate = new Date(); + this.test.run(this); + + if (this.status == this.PENDING && !this.timeout_) { + this.println('Test did not return a value and did not request more time.'); + this.completeTest_(this.FAILED, false); + } +}; + +/** + * Unhandled error message this test expects to generate. + * + * This must be the exact string that would appear in the JavaScript console, + * minus the 'Uncaught ' prefix. + * + * The test case does *not* automatically fail if the error message is not + * encountered. + */ +lib.TestManager.Result.prototype.expectErrorMessage = function(str) { + this.expectedErrorMessage_ = str; +}; + +/** + * Function called when a test times out. + */ +lib.TestManager.Result.prototype.onTimeout_ = function() { + this.timeout_ = null; + + if (this.status != this.PENDING) + return; + + this.println('Test timed out.'); + this.completeTest_(this.FAILED, false); +}; + +/** + * Indicate that a test case needs more time to complete. + * + * Before a test case returns it must report a pass/fail result, or request more + * time to do so. + * + * If a test does not report pass/fail before the time expires it will + * be reported as a timeout failure. Any late pass/fails will be noted in the + * test log, but will not affect the final result of the test. + * + * Test cases may call requestTime more than once. If you have a few layers + * of asynchronous API to go through, you should call this once per layer with + * an estimate of how long each callback will take to complete. + * + * @param {int} ms Number of milliseconds requested. + */ +lib.TestManager.Result.prototype.requestTime = function(ms) { + if (this.timeout_) + clearTimeout(this.timeout_); + + this.timeout_ = setTimeout(this.onTimeout_.bind(this), ms); +}; + +/** + * Report the completion of a test. + * + * @param {string} status The status of the test case. + * @param {boolean} opt_throw Optional boolean indicating whether or not + * to throw the TestComplete exception. + */ +lib.TestManager.Result.prototype.completeTest_ = function(status, opt_throw) { + if (this.status == this.PENDING) { + this.duration = (new Date()) - this.startDate; + this.status = status; + + this.testRun.onResultComplete(this); + } else { + this.testRun.onResultReComplete(this, status); + } + + if (arguments.length < 2 || opt_throw) + throw new lib.TestManager.Result.TestComplete(this); +}; + +/** + * Check that two arrays are equal. + */ +lib.TestManager.Result.prototype.arrayEQ_ = function(actual, expected) { + if (!actual || !expected) + return (!actual && !expected); + + if (actual.length != expected.length) + return false; + + for (var i = 0; i < actual.length; ++i) + if (actual[i] != expected[i]) + return false; + + return true; +}; + +/** + * Assert that an actual value is exactly equal to the expected value. + * + * This uses the JavaScript '===' operator in order to avoid type coercion. + * + * If the assertion fails, the test is marked as a failure and a TestCompleted + * exception is thrown. + * + * @param {*} actual The actual measured value. + * @param {*} expected The value expected. + * @param {string} opt_name An optional name used to identify this + * assertion in the test log. If omitted it will be the file:line + * of the caller. + */ +lib.TestManager.Result.prototype.assertEQ = function( + actual, expected, opt_name) { + // Utility function to pretty up the log. + function format(value) { + if (typeof value == 'number') + return value; + + var str = String(value); + var ary = str.split('\n').map(function (e) { return JSON.stringify(e) }); + if (ary.length > 1) { + // If the string has newlines, start it off on its own line so that + // it's easier to compare against another string with newlines. + return '\n' + ary.join('\n'); + } else { + return ary.join('\n'); + } + } + + if (actual === expected) + return; + + // Deal with common object types since JavaScript can't. + if (expected instanceof Array) + if (this.arrayEQ_(actual, expected)) + return; + + var name = opt_name ? '[' + opt_name + ']' : ''; + + this.fail('assertEQ' + name + ': ' + this.getCallerLocation_(1) + ': ' + + format(actual) + ' !== ' + format(expected)); +}; + +/** + * Assert that a value is true. + * + * This uses the JavaScript '===' operator in order to avoid type coercion. + * The must be the boolean value `true`, not just some "truish" value. + * + * If the assertion fails, the test is marked as a failure and a TestCompleted + * exception is thrown. + * + * @param {boolean} actual The actual measured value. + * @param {string} opt_name An optional name used to identify this + * assertion in the test log. If omitted it will be the file:line + * of the caller. + */ +lib.TestManager.Result.prototype.assert = function(actual, opt_name) { + if (actual === true) + return; + + var name = opt_name ? '[' + opt_name + ']' : ''; + + this.fail('assert' + name + ': ' + this.getCallerLocation_(1) + ': ' + + String(actual)); +}; + +/** + * Return the filename:line of a calling stack frame. + * + * This uses a dirty hack. It throws an exception, catches it, and examines + * the stack property of the caught exception. + * + * @param {int} frameIndex The stack frame to return. 0 is the frame that + * called this method, 1 is its caller, and so on. + * @return {string} A string of the format "filename:linenumber". + */ +lib.TestManager.Result.prototype.getCallerLocation_ = function(frameIndex) { + try { + throw new Error(); + } catch (ex) { + var frame = ex.stack.split('\n')[frameIndex + 2]; + var ary = frame.match(/([^/]+:\d+):\d+\)?$/); + return ary ? ary[1] : '???'; + } +}; + +/** + * Write a message to the result log. + */ +lib.TestManager.Result.prototype.println = function(message) { + this.testRun.log.info(message); +}; + +/** + * Mark a failed test and exit out of the rest of the test. + * + * This will throw a TestCompleted exception, causing the current test to stop. + * + * @param {string} opt_message Optional message to add to the log. + */ +lib.TestManager.Result.prototype.fail = function(opt_message) { + if (arguments.length) + this.println(opt_message); + + this.completeTest_(this.FAILED, true); +}; + +/** + * Mark a passed test and exit out of the rest of the test. + * + * This will throw a TestCompleted exception, causing the current test to stop. + */ +lib.TestManager.Result.prototype.pass = function() { + this.completeTest_(this.PASSED, true); +}; +// SOURCE FILE: libdot/js/lib_utf8.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +// TODO(davidben): When the string encoding API is implemented, +// replace this with the native in-browser implementation. +// +// https://wiki.whatwg.org/wiki/StringEncoding +// https://encoding.spec.whatwg.org/ + +/** + * A stateful UTF-8 decoder. + */ +lib.UTF8Decoder = function() { + // The number of bytes left in the current sequence. + this.bytesLeft = 0; + // The in-progress code point being decoded, if bytesLeft > 0. + this.codePoint = 0; + // The lower bound on the final code point, if bytesLeft > 0. + this.lowerBound = 0; +}; + +/** + * Decodes a some UTF-8 data, taking into account state from previous + * data streamed through the encoder. + * + * @param {String} str data to decode, represented as a JavaScript + * String with each code unit representing a byte between 0x00 to + * 0xFF. + * @return {String} The data decoded into a JavaScript UTF-16 string. + */ +lib.UTF8Decoder.prototype.decode = function(str) { + var ret = ''; + for (var i = 0; i < str.length; i++) { + var c = str.charCodeAt(i); + if (this.bytesLeft == 0) { + if (c <= 0x7F) { + ret += str.charAt(i); + } else if (0xC0 <= c && c <= 0xDF) { + this.codePoint = c - 0xC0; + this.bytesLeft = 1; + this.lowerBound = 0x80; + } else if (0xE0 <= c && c <= 0xEF) { + this.codePoint = c - 0xE0; + this.bytesLeft = 2; + this.lowerBound = 0x800; + } else if (0xF0 <= c && c <= 0xF7) { + this.codePoint = c - 0xF0; + this.bytesLeft = 3; + this.lowerBound = 0x10000; + } else if (0xF8 <= c && c <= 0xFB) { + this.codePoint = c - 0xF8; + this.bytesLeft = 4; + this.lowerBound = 0x200000; + } else if (0xFC <= c && c <= 0xFD) { + this.codePoint = c - 0xFC; + this.bytesLeft = 5; + this.lowerBound = 0x4000000; + } else { + ret += '\ufffd'; + } + } else { + if (0x80 <= c && c <= 0xBF) { + this.bytesLeft--; + this.codePoint = (this.codePoint << 6) + (c - 0x80); + if (this.bytesLeft == 0) { + // Got a full sequence. Check if it's within bounds and + // filter out surrogate pairs. + var codePoint = this.codePoint; + if (codePoint < this.lowerBound + || (0xD800 <= codePoint && codePoint <= 0xDFFF) + || codePoint > 0x10FFFF) { + ret += '\ufffd'; + } else { + // Encode as UTF-16 in the output. + if (codePoint < 0x10000) { + ret += String.fromCharCode(codePoint); + } else { + // Surrogate pair. + codePoint -= 0x10000; + ret += String.fromCharCode( + 0xD800 + ((codePoint >>> 10) & 0x3FF), + 0xDC00 + (codePoint & 0x3FF)); + } + } + } + } else { + // Too few bytes in multi-byte sequence. Rewind stream so we + // don't lose the next byte. + ret += '\ufffd'; + this.bytesLeft = 0; + i--; + } + } + } + return ret; +}; + +/** + * Decodes UTF-8 data. This is a convenience function for when all the + * data is already known. + * + * @param {String} str data to decode, represented as a JavaScript + * String with each code unit representing a byte between 0x00 to + * 0xFF. + * @return {String} The data decoded into a JavaScript UTF-16 string. + */ +lib.decodeUTF8 = function(utf8) { + return (new lib.UTF8Decoder()).decode(utf8); +}; + +/** + * Encodes a UTF-16 string into UTF-8. + * + * TODO(davidben): Do we need a stateful version of this that can + * handle a surrogate pair split in two calls? What happens if a + * keypress event would have contained a character outside the BMP? + * + * @param {String} str The string to encode. + * @return {String} The string encoded as UTF-8, as a JavaScript + * string with bytes represented as code units from 0x00 to 0xFF. + */ +lib.encodeUTF8 = function(str) { + var ret = ''; + for (var i = 0; i < str.length; i++) { + // Get a unicode code point out of str. + var c = str.charCodeAt(i); + if (0xDC00 <= c && c <= 0xDFFF) { + c = 0xFFFD; + } else if (0xD800 <= c && c <= 0xDBFF) { + if (i+1 < str.length) { + var d = str.charCodeAt(i+1); + if (0xDC00 <= d && d <= 0xDFFF) { + // Swallow a surrogate pair. + c = 0x10000 + ((c & 0x3FF) << 10) + (d & 0x3FF); + i++; + } else { + c = 0xFFFD; + } + } else { + c = 0xFFFD; + } + } + + // Encode c in UTF-8. + var bytesLeft; + if (c <= 0x7F) { + ret += str.charAt(i); + continue; + } else if (c <= 0x7FF) { + ret += String.fromCharCode(0xC0 | (c >>> 6)); + bytesLeft = 1; + } else if (c <= 0xFFFF) { + ret += String.fromCharCode(0xE0 | (c >>> 12)); + bytesLeft = 2; + } else /* if (c <= 0x10FFFF) */ { + ret += String.fromCharCode(0xF0 | (c >>> 18)); + bytesLeft = 3; + } + + while (bytesLeft > 0) { + bytesLeft--; + ret += String.fromCharCode(0x80 | ((c >>> (6 * bytesLeft)) & 0x3F)); + } + } + return ret; +}; +// SOURCE FILE: libdot/third_party/wcwidth/lib_wc.js +// Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +// Use of lib.wc source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * This JavaScript library is ported from the wcwidth.js module of node.js. + * The original implementation can be found at: + * https://npmjs.org/package/wcwidth.js + */ + +/** + * JavaScript porting of Markus Kuhn's wcwidth() implementation + * + * The following explanation comes from the original C implementation: + * + * This is an implementation of wcwidth() and wcswidth() (defined in + * IEEE Std 1002.1-2001) for Unicode. + * + * http://www.opengroup.org/onlinepubs/007904975/functions/wcwidth.html + * http://www.opengroup.org/onlinepubs/007904975/functions/wcswidth.html + * + * In fixed-width output devices, Latin characters all occupy a single + * "cell" position of equal width, whereas ideographic CJK characters + * occupy two such cells. Interoperability between terminal-line + * applications and (teletype-style) character terminals using the + * UTF-8 encoding requires agreement on which character should advance + * the cursor by how many cell positions. No established formal + * standards exist at present on which Unicode character shall occupy + * how many cell positions on character terminals. These routines are + * a first attempt of defining such behavior based on simple rules + * applied to data provided by the Unicode Consortium. + * + * For some graphical characters, the Unicode standard explicitly + * defines a character-cell width via the definition of the East Asian + * FullWidth (F), Wide (W), Half-width (H), and Narrow (Na) classes. + * In all these cases, there is no ambiguity about which width a + * terminal shall use. For characters in the East Asian Ambiguous (A) + * class, the width choice depends purely on a preference of backward + * compatibility with either historic CJK or Western practice. + * Choosing single-width for these characters is easy to justify as + * the appropriate long-term solution, as the CJK practice of + * displaying these characters as double-width comes from historic + * implementation simplicity (8-bit encoded characters were displayed + * single-width and 16-bit ones double-width, even for Greek, + * Cyrillic, etc.) and not any typographic considerations. + * + * Much less clear is the choice of width for the Not East Asian + * (Neutral) class. Existing practice does not dictate a width for any + * of these characters. It would nevertheless make sense + * typographically to allocate two character cells to characters such + * as for instance EM SPACE or VOLUME INTEGRAL, which cannot be + * represented adequately with a single-width glyph. The following + * routines at present merely assign a single-cell width to all + * neutral characters, in the interest of simplicity. This is not + * entirely satisfactory and should be reconsidered before + * establishing a formal standard in lib.wc area. At the moment, the + * decision which Not East Asian (Neutral) characters should be + * represented by double-width glyphs cannot yet be answered by + * applying a simple rule from the Unicode database content. Setting + * up a proper standard for the behavior of UTF-8 character terminals + * will require a careful analysis not only of each Unicode character, + * but also of each presentation form, something the author of these + * routines has avoided to do so far. + * + * http://www.unicode.org/unicode/reports/tr11/ + * + * Markus Kuhn -- 2007-05-26 (Unicode 5.0) + * + * Permission to use, copy, modify, and distribute lib.wc software + * for any purpose and without fee is hereby granted. The author + * disclaims all warranties with regard to lib.wc software. + * + * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c + */ + +/** + * The following function defines the column width of an ISO 10646 character + * as follows: + * + * - The null character (U+0000) has a column width of 0. + * - Other C0/C1 control characters and DEL will lead to a return value of -1. + * - Non-spacing and enclosing combining characters (general category code Mn + * or Me in the Unicode database) have a column width of 0. + * - SOFT HYPHEN (U+00AD) has a column width of 1. + * - Other format characters (general category code Cf in the Unicode database) + * and ZERO WIDTH SPACE (U+200B) have a column width of 0. + * - Hangul Jamo medial vowels and final consonants (U+1160-U+11FF) have a + * column width of 0. + * - Spacing characters in the East Asian Wide (W) or East Asian Full-width (F) + * category as defined in Unicode Technical Report #11 have a column width of + * 2. + * - East Asian Ambiguous characters are taken into account if + * regardCjkAmbiguous flag is enabled. They have a column width of 2. + * - All remaining characters (including all printable ISO 8859-1 and WGL4 + * characters, Unicode control characters, etc.) have a column width of 1. + * + * This implementation assumes that characters are encoded in ISO 10646. + */ + +lib.wc = {}; + +// Width of a nul character. +lib.wc.nulWidth = 0; + +// Width of a control character. +lib.wc.controlWidth = 0; + +// Flag whether to consider East Asian Ambiguous characters. +lib.wc.regardCjkAmbiguous = false; + +// Width of an East Asian Ambiguous character. +lib.wc.cjkAmbiguousWidth = 2; + +// Sorted list of non-overlapping intervals of non-spacing characters +// generated by "uniset +cat=Me +cat=Mn +cat=Cf -00AD +1160-11FF +200B c" +lib.wc.combining = [ + [ 0x0300, 0x036F ], [ 0x0483, 0x0486 ], [ 0x0488, 0x0489 ], + [ 0x0591, 0x05BD ], [ 0x05BF, 0x05BF ], [ 0x05C1, 0x05C2 ], + [ 0x05C4, 0x05C5 ], [ 0x05C7, 0x05C7 ], [ 0x0600, 0x0603 ], + [ 0x0610, 0x0615 ], [ 0x064B, 0x065E ], [ 0x0670, 0x0670 ], + [ 0x06D6, 0x06E4 ], [ 0x06E7, 0x06E8 ], [ 0x06EA, 0x06ED ], + [ 0x070F, 0x070F ], [ 0x0711, 0x0711 ], [ 0x0730, 0x074A ], + [ 0x07A6, 0x07B0 ], [ 0x07EB, 0x07F3 ], [ 0x0901, 0x0902 ], + [ 0x093C, 0x093C ], [ 0x0941, 0x0948 ], [ 0x094D, 0x094D ], + [ 0x0951, 0x0954 ], [ 0x0962, 0x0963 ], [ 0x0981, 0x0981 ], + [ 0x09BC, 0x09BC ], [ 0x09C1, 0x09C4 ], [ 0x09CD, 0x09CD ], + [ 0x09E2, 0x09E3 ], [ 0x0A01, 0x0A02 ], [ 0x0A3C, 0x0A3C ], + [ 0x0A41, 0x0A42 ], [ 0x0A47, 0x0A48 ], [ 0x0A4B, 0x0A4D ], + [ 0x0A70, 0x0A71 ], [ 0x0A81, 0x0A82 ], [ 0x0ABC, 0x0ABC ], + [ 0x0AC1, 0x0AC5 ], [ 0x0AC7, 0x0AC8 ], [ 0x0ACD, 0x0ACD ], + [ 0x0AE2, 0x0AE3 ], [ 0x0B01, 0x0B01 ], [ 0x0B3C, 0x0B3C ], + [ 0x0B3F, 0x0B3F ], [ 0x0B41, 0x0B43 ], [ 0x0B4D, 0x0B4D ], + [ 0x0B56, 0x0B56 ], [ 0x0B82, 0x0B82 ], [ 0x0BC0, 0x0BC0 ], + [ 0x0BCD, 0x0BCD ], [ 0x0C3E, 0x0C40 ], [ 0x0C46, 0x0C48 ], + [ 0x0C4A, 0x0C4D ], [ 0x0C55, 0x0C56 ], [ 0x0CBC, 0x0CBC ], + [ 0x0CBF, 0x0CBF ], [ 0x0CC6, 0x0CC6 ], [ 0x0CCC, 0x0CCD ], + [ 0x0CE2, 0x0CE3 ], [ 0x0D41, 0x0D43 ], [ 0x0D4D, 0x0D4D ], + [ 0x0DCA, 0x0DCA ], [ 0x0DD2, 0x0DD4 ], [ 0x0DD6, 0x0DD6 ], + [ 0x0E31, 0x0E31 ], [ 0x0E34, 0x0E3A ], [ 0x0E47, 0x0E4E ], + [ 0x0EB1, 0x0EB1 ], [ 0x0EB4, 0x0EB9 ], [ 0x0EBB, 0x0EBC ], + [ 0x0EC8, 0x0ECD ], [ 0x0F18, 0x0F19 ], [ 0x0F35, 0x0F35 ], + [ 0x0F37, 0x0F37 ], [ 0x0F39, 0x0F39 ], [ 0x0F71, 0x0F7E ], + [ 0x0F80, 0x0F84 ], [ 0x0F86, 0x0F87 ], [ 0x0F90, 0x0F97 ], + [ 0x0F99, 0x0FBC ], [ 0x0FC6, 0x0FC6 ], [ 0x102D, 0x1030 ], + [ 0x1032, 0x1032 ], [ 0x1036, 0x1037 ], [ 0x1039, 0x1039 ], + [ 0x1058, 0x1059 ], [ 0x1160, 0x11FF ], [ 0x135F, 0x135F ], + [ 0x1712, 0x1714 ], [ 0x1732, 0x1734 ], [ 0x1752, 0x1753 ], + [ 0x1772, 0x1773 ], [ 0x17B4, 0x17B5 ], [ 0x17B7, 0x17BD ], + [ 0x17C6, 0x17C6 ], [ 0x17C9, 0x17D3 ], [ 0x17DD, 0x17DD ], + [ 0x180B, 0x180D ], [ 0x18A9, 0x18A9 ], [ 0x1920, 0x1922 ], + [ 0x1927, 0x1928 ], [ 0x1932, 0x1932 ], [ 0x1939, 0x193B ], + [ 0x1A17, 0x1A18 ], [ 0x1B00, 0x1B03 ], [ 0x1B34, 0x1B34 ], + [ 0x1B36, 0x1B3A ], [ 0x1B3C, 0x1B3C ], [ 0x1B42, 0x1B42 ], + [ 0x1B6B, 0x1B73 ], [ 0x1DC0, 0x1DCA ], [ 0x1DFE, 0x1DFF ], + [ 0x200B, 0x200F ], [ 0x202A, 0x202E ], [ 0x2060, 0x2063 ], + [ 0x206A, 0x206F ], [ 0x20D0, 0x20EF ], [ 0x302A, 0x302F ], + [ 0x3099, 0x309A ], [ 0xA806, 0xA806 ], [ 0xA80B, 0xA80B ], + [ 0xA825, 0xA826 ], [ 0xFB1E, 0xFB1E ], [ 0xFE00, 0xFE0F ], + [ 0xFE20, 0xFE23 ], [ 0xFEFF, 0xFEFF ], [ 0xFFF9, 0xFFFB ], + [ 0x10A01, 0x10A03 ], [ 0x10A05, 0x10A06 ], [ 0x10A0C, 0x10A0F ], + [ 0x10A38, 0x10A3A ], [ 0x10A3F, 0x10A3F ], [ 0x1D167, 0x1D169 ], + [ 0x1D173, 0x1D182 ], [ 0x1D185, 0x1D18B ], [ 0x1D1AA, 0x1D1AD ], + [ 0x1D242, 0x1D244 ], [ 0xE0001, 0xE0001 ], [ 0xE0020, 0xE007F ], + [ 0xE0100, 0xE01EF ] +]; + +// Sorted list of non-overlapping intervals of East Asian Ambiguous characters +// generated by "uniset +WIDTH-A -cat=Me -cat=Mn -cat=Cf c" +lib.wc.ambiguous = [ + [ 0x00A1, 0x00A1 ], [ 0x00A4, 0x00A4 ], [ 0x00A7, 0x00A8 ], + [ 0x00AA, 0x00AA ], [ 0x00AE, 0x00AE ], [ 0x00B0, 0x00B4 ], + [ 0x00B6, 0x00BA ], [ 0x00BC, 0x00BF ], [ 0x00C6, 0x00C6 ], + [ 0x00D0, 0x00D0 ], [ 0x00D7, 0x00D8 ], [ 0x00DE, 0x00E1 ], + [ 0x00E6, 0x00E6 ], [ 0x00E8, 0x00EA ], [ 0x00EC, 0x00ED ], + [ 0x00F0, 0x00F0 ], [ 0x00F2, 0x00F3 ], [ 0x00F7, 0x00FA ], + [ 0x00FC, 0x00FC ], [ 0x00FE, 0x00FE ], [ 0x0101, 0x0101 ], + [ 0x0111, 0x0111 ], [ 0x0113, 0x0113 ], [ 0x011B, 0x011B ], + [ 0x0126, 0x0127 ], [ 0x012B, 0x012B ], [ 0x0131, 0x0133 ], + [ 0x0138, 0x0138 ], [ 0x013F, 0x0142 ], [ 0x0144, 0x0144 ], + [ 0x0148, 0x014B ], [ 0x014D, 0x014D ], [ 0x0152, 0x0153 ], + [ 0x0166, 0x0167 ], [ 0x016B, 0x016B ], [ 0x01CE, 0x01CE ], + [ 0x01D0, 0x01D0 ], [ 0x01D2, 0x01D2 ], [ 0x01D4, 0x01D4 ], + [ 0x01D6, 0x01D6 ], [ 0x01D8, 0x01D8 ], [ 0x01DA, 0x01DA ], + [ 0x01DC, 0x01DC ], [ 0x0251, 0x0251 ], [ 0x0261, 0x0261 ], + [ 0x02C4, 0x02C4 ], [ 0x02C7, 0x02C7 ], [ 0x02C9, 0x02CB ], + [ 0x02CD, 0x02CD ], [ 0x02D0, 0x02D0 ], [ 0x02D8, 0x02DB ], + [ 0x02DD, 0x02DD ], [ 0x02DF, 0x02DF ], [ 0x0391, 0x03A1 ], + [ 0x03A3, 0x03A9 ], [ 0x03B1, 0x03C1 ], [ 0x03C3, 0x03C9 ], + [ 0x0401, 0x0401 ], [ 0x0410, 0x044F ], [ 0x0451, 0x0451 ], + [ 0x2010, 0x2010 ], [ 0x2013, 0x2016 ], [ 0x2018, 0x2019 ], + [ 0x201C, 0x201D ], [ 0x2020, 0x2022 ], [ 0x2024, 0x2027 ], + [ 0x2030, 0x2030 ], [ 0x2032, 0x2033 ], [ 0x2035, 0x2035 ], + [ 0x203B, 0x203B ], [ 0x203E, 0x203E ], [ 0x2074, 0x2074 ], + [ 0x207F, 0x207F ], [ 0x2081, 0x2084 ], [ 0x20AC, 0x20AC ], + [ 0x2103, 0x2103 ], [ 0x2105, 0x2105 ], [ 0x2109, 0x2109 ], + [ 0x2113, 0x2113 ], [ 0x2116, 0x2116 ], [ 0x2121, 0x2122 ], + [ 0x2126, 0x2126 ], [ 0x212B, 0x212B ], [ 0x2153, 0x2154 ], + [ 0x215B, 0x215E ], [ 0x2160, 0x216B ], [ 0x2170, 0x2179 ], + [ 0x2190, 0x2199 ], [ 0x21B8, 0x21B9 ], [ 0x21D2, 0x21D2 ], + [ 0x21D4, 0x21D4 ], [ 0x21E7, 0x21E7 ], [ 0x2200, 0x2200 ], + [ 0x2202, 0x2203 ], [ 0x2207, 0x2208 ], [ 0x220B, 0x220B ], + [ 0x220F, 0x220F ], [ 0x2211, 0x2211 ], [ 0x2215, 0x2215 ], + [ 0x221A, 0x221A ], [ 0x221D, 0x2220 ], [ 0x2223, 0x2223 ], + [ 0x2225, 0x2225 ], [ 0x2227, 0x222C ], [ 0x222E, 0x222E ], + [ 0x2234, 0x2237 ], [ 0x223C, 0x223D ], [ 0x2248, 0x2248 ], + [ 0x224C, 0x224C ], [ 0x2252, 0x2252 ], [ 0x2260, 0x2261 ], + [ 0x2264, 0x2267 ], [ 0x226A, 0x226B ], [ 0x226E, 0x226F ], + [ 0x2282, 0x2283 ], [ 0x2286, 0x2287 ], [ 0x2295, 0x2295 ], + [ 0x2299, 0x2299 ], [ 0x22A5, 0x22A5 ], [ 0x22BF, 0x22BF ], + [ 0x2312, 0x2312 ], [ 0x2460, 0x24E9 ], [ 0x24EB, 0x254B ], + [ 0x2550, 0x2573 ], [ 0x2580, 0x258F ], [ 0x2592, 0x2595 ], + [ 0x25A0, 0x25A1 ], [ 0x25A3, 0x25A9 ], [ 0x25B2, 0x25B3 ], + [ 0x25B6, 0x25B7 ], [ 0x25BC, 0x25BD ], [ 0x25C0, 0x25C1 ], + [ 0x25C6, 0x25C8 ], [ 0x25CB, 0x25CB ], [ 0x25CE, 0x25D1 ], + [ 0x25E2, 0x25E5 ], [ 0x25EF, 0x25EF ], [ 0x2605, 0x2606 ], + [ 0x2609, 0x2609 ], [ 0x260E, 0x260F ], [ 0x2614, 0x2615 ], + [ 0x261C, 0x261C ], [ 0x261E, 0x261E ], [ 0x2640, 0x2640 ], + [ 0x2642, 0x2642 ], [ 0x2660, 0x2661 ], [ 0x2663, 0x2665 ], + [ 0x2667, 0x266A ], [ 0x266C, 0x266D ], [ 0x266F, 0x266F ], + [ 0x273D, 0x273D ], [ 0x2776, 0x277F ], [ 0xE000, 0xF8FF ], + [ 0xFFFD, 0xFFFD ], [ 0xF0000, 0xFFFFD ], [ 0x100000, 0x10FFFD ] +]; + +/** + * Binary search to check if the given unicode character is a space character. + * + * @param {integer} ucs A unicode character code. + * + * @return {boolean} True if the given character is a space character; false + * otherwise. + */ +lib.wc.isSpace = function(ucs) { + // Auxiliary function for binary search in interval table. + var min = 0, max = lib.wc.combining.length - 1; + var mid; + + if (ucs < lib.wc.combining[0][0] || ucs > lib.wc.combining[max][1]) + return false; + while (max >= min) { + mid = Math.floor((min + max) / 2); + if (ucs > lib.wc.combining[mid][1]) { + min = mid + 1; + } else if (ucs < lib.wc.combining[mid][0]) { + max = mid - 1; + } else { + return true; + } + } + + return false; +}; + +/** + * Auxiliary function for checking if the given unicode character is a East + * Asian Ambiguous character. + * + * @param {integer} ucs A unicode character code. + * + * @return {boolean} True if the given character is a East Asian Ambiguous + * character. + */ +lib.wc.isCjkAmbiguous = function(ucs) { + var min = 0, max = lib.wc.ambiguous.length - 1; + var mid; + + if (ucs < lib.wc.ambiguous[0][0] || ucs > lib.wc.ambiguous[max][1]) + return false; + while (max >= min) { + mid = Math.floor((min + max) / 2); + if (ucs > lib.wc.ambiguous[mid][1]) { + min = mid + 1; + } else if (ucs < lib.wc.ambiguous[mid][0]) { + max = mid - 1; + } else { + return true; + } + } + + return false; +}; + +/** + * Determine the column width of the given character. + * + * @param {integer} ucs A unicode character code. + * + * @return {integer} The column width of the given character. + */ +lib.wc.charWidth = function(ucs) { + if (lib.wc.regardCjkAmbiguous) { + return lib.wc.charWidthRegardAmbiguous(ucs); + } else { + return lib.wc.charWidthDisregardAmbiguous(ucs); + } +}; + +/** + * Determine the column width of the given character without considering East + * Asian Ambiguous characters. + * + * @param {integer} ucs A unicode character code. + * + * @return {integer} The column width of the given character. + */ +lib.wc.charWidthDisregardAmbiguous = function(ucs) { + // Test for 8-bit control characters. + if (ucs === 0) + return lib.wc.nulWidth; + if (ucs < 32 || (ucs >= 0x7f && ucs < 0xa0)) + return lib.wc.controlWidth; + + // Optimize for ASCII characters. + if (ucs < 0x7f) + return 1; + + // Binary search in table of non-spacing characters. + if (lib.wc.isSpace(ucs)) + return 0; + + // If we arrive here, ucs is not a combining or C0/C1 control character. + return 1 + + (ucs >= 0x1100 && + (ucs <= 0x115f || // Hangul Jamo init. consonants + ucs == 0x2329 || ucs == 0x232a || + (ucs >= 0x2e80 && ucs <= 0xa4cf && + ucs != 0x303f) || // CJK ... Yi + (ucs >= 0xac00 && ucs <= 0xd7a3) || // Hangul Syllables + (ucs >= 0xf900 && ucs <= 0xfaff) || // CJK Compatibility Ideographs + (ucs >= 0xfe10 && ucs <= 0xfe19) || // Vertical forms + (ucs >= 0xfe30 && ucs <= 0xfe6f) || // CJK Compatibility Forms + (ucs >= 0xff00 && ucs <= 0xff60) || // Fullwidth Forms + (ucs >= 0xffe0 && ucs <= 0xffe6) || + (ucs >= 0x20000 && ucs <= 0x2fffd) || + (ucs >= 0x30000 && ucs <= 0x3fffd))); + // TODO: emoji characters usually require space for wide characters although + // East Asian width spec says nothing. Should we add special cases for them? +}; + +/** + * Determine the column width of the given character considering East Asian + * Ambiguous characters. + * + * @param {integer} ucs A unicode character code. + * + * @return {integer} The column width of the given character. + */ +lib.wc.charWidthRegardAmbiguous = function(ucs) { + if (lib.wc.isCjkAmbiguous(ucs)) + return lib.wc.cjkAmbiguousWidth; + + return lib.wc.charWidthDisregardAmbiguous(ucs); +}; + +/** + * Determine the column width of the given string. + * + * @param {string} str A string. + * + * @return {integer} The column width of the given string. + */ +lib.wc.strWidth = function(str) { + var width, rv = 0; + + for (var i = 0; i < str.length;) { + var codePoint = str.codePointAt(i); + width = lib.wc.charWidth(codePoint); + if (width < 0) + return -1; + rv += width; + i += (codePoint <= 0xffff) ? 1 : 2; + } + + return rv; +}; + +/** + * Get the substring at the given column offset of the given column width. + * + * @param {string} str The string to get substring from. + * @param {integer} start The starting column offset to get substring. + * @param {integer} opt_width The column width of the substring. + * + * @return {string} The substring. + */ +lib.wc.substr = function(str, start, opt_width) { + var startIndex, endIndex, width; + + for (startIndex = 0, width = 0; startIndex < str.length; startIndex++) { + width += lib.wc.charWidth(str.charCodeAt(startIndex)); + if (width > start) + break; + } + + if (opt_width != undefined) { + for (endIndex = startIndex, width = 0; + endIndex < str.length && width <= opt_width; + width += lib.wc.charWidth(str.charCodeAt(endIndex)), endIndex++); + if (width > opt_width) + endIndex--; + return str.substring(startIndex, endIndex); + } + + return str.substr(startIndex); +}; + +/** + * Get substring at the given start and end column offset. + * + * @param {string} str The string to get substring from. + * @param {integer} start The starting column offset. + * @param {integer} end The ending column offset. + * + * @return {string} The substring. + */ +lib.wc.substring = function(str, start, end) { + return lib.wc.substr(str, start, end - start); +}; +lib.resource.add('libdot/changelog/version', 'text/plain', +'1.16' + +'' +); + +lib.resource.add('libdot/changelog/date', 'text/plain', +'2017-08-16' + +'' +); + +// SOURCE FILE: hterm/js/hterm.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.Storage'); + +/** + * @fileoverview Declares the hterm.* namespace and some basic shared utilities + * that are too small to deserve dedicated files. + */ +var hterm = {}; + +/** + * The type of window hosting hterm. + * + * This is set as part of hterm.init(). The value is invalid until + * initialization completes. + */ +hterm.windowType = null; + +/** + * Warning message to display in the terminal when browser zoom is enabled. + * + * You can replace it with your own localized message. + */ +hterm.zoomWarningMessage = 'ZOOM != 100%'; + +/** + * Brief overlay message displayed when text is copied to the clipboard. + * + * By default it is the unicode BLACK SCISSORS character, but you can + * replace it with your own localized message. + * + * This is only displayed when the 'enable-clipboard-notice' preference + * is enabled. + */ +hterm.notifyCopyMessage = '\u2702'; + + +/** + * Text shown in a desktop notification for the terminal + * bell. \u226a is a unicode EIGHTH NOTE, %(title) will + * be replaced by the terminal title. + */ +hterm.desktopNotificationTitle = '\u266A %(title) \u266A'; + +/** + * List of known hterm test suites. + * + * A test harness should ensure that they all exist before running. + */ +hterm.testDeps = ['hterm.ScrollPort.Tests', 'hterm.Screen.Tests', + 'hterm.Terminal.Tests', 'hterm.VT.Tests', + 'hterm.VT.CannedTests']; + +/** + * The hterm init function, registered with lib.registerInit(). + * + * This is called during lib.init(). + * + * @param {function} onInit The function lib.init() wants us to invoke when + * initialization is complete. + */ +lib.registerInit('hterm', function(onInit) { + function onWindow(window) { + hterm.windowType = window.type; + setTimeout(onInit, 0); + } + + function onTab(tab) { + if (tab && window.chrome) { + chrome.windows.get(tab.windowId, null, onWindow); + } else { + // TODO(rginda): This is where we end up for a v1 app's background page. + // Maybe windowType = 'none' would be more appropriate, or something. + hterm.windowType = 'normal'; + setTimeout(onInit, 0); + } + } + + if (!hterm.defaultStorage) { + if (window.chrome && chrome.storage && chrome.storage.sync) { + hterm.defaultStorage = new lib.Storage.Chrome(chrome.storage.sync); + } else { + hterm.defaultStorage = new lib.Storage.Local(); + } + } + + // The chrome.tabs API is not supported in packaged apps, and detecting if + // you're a packaged app is a little awkward. + var isPackagedApp = false; + if (window.chrome && chrome.runtime && chrome.runtime.getManifest) { + var manifest = chrome.runtime.getManifest(); + isPackagedApp = manifest.app && manifest.app.background; + } + + if (isPackagedApp) { + // Packaged apps are never displayed in browser tabs. + setTimeout(onWindow.bind(null, {type: 'popup'}), 0); + } else { + if (window.chrome && chrome.tabs) { + // The getCurrent method gets the tab that is "currently running", not the + // topmost or focused tab. + chrome.tabs.getCurrent(onTab); + } else { + setTimeout(onWindow.bind(null, {type: 'normal'}), 0); + } + } +}); + +/** + * Return decimal { width, height } for a given dom node. + */ +hterm.getClientSize = function(dom) { + return dom.getBoundingClientRect(); +}; + +/** + * Return decimal width for a given dom node. + */ +hterm.getClientWidth = function(dom) { + return dom.getBoundingClientRect().width; +}; + +/** + * Return decimal height for a given dom node. + */ +hterm.getClientHeight = function(dom) { + return dom.getBoundingClientRect().height; +}; + +/** + * Copy the current selection to the system clipboard. + * + * @param {HTMLDocument} The document with the selection to copy. + */ +hterm.copySelectionToClipboard = function(document) { + try { + document.execCommand('copy'); + } catch (firefoxException) { + // Ignore this. FF throws an exception if there was an error, even though + // the spec says just return false. + } +}; + +/** + * Paste the system clipboard into the element with focus. + * + * Note: In Chrome/Firefox app/extension environments, you'll need the + * "clipboardRead" permission. In other environments, this might always + * fail as the browser frequently blocks access for security reasons. + * + * @param {HTMLDocument} The document to paste into. + * @return {boolean} True if the paste succeeded. + */ +hterm.pasteFromClipboard = function(document) { + try { + return document.execCommand('paste'); + } catch (firefoxException) { + // Ignore this. FF 40 and older would incorrectly throw an exception if + // there was an error instead of returning false. + return false; + } +}; + +/** + * Create a new notification. + * + * @param {Object} params Various parameters for the notification. + * @param {string} params.title The title (defaults to the window's title). + * @param {string} params.body The message body (main text). + */ +hterm.notify = function(params) { + var def = (curr, fallback) => curr !== undefined ? curr : fallback; + if (params === undefined || params === null) + params = {}; + + // Merge the user's choices with the default settings. We don't take it + // directly in case it was stuffed with excess junk. + var options = { + 'body': params.body, + 'icon': def(params.icon, lib.resource.getDataUrl('hterm/images/icon-96')), + } + + var title = def(params.title, window.document.title); + if (!title) + title = 'hterm'; + title = lib.f.replaceVars(hterm.desktopNotificationTitle, {'title': title}); + + var n = new Notification(title, options); + n.onclick = function() { + window.focus(); + this.close(); + }; + return n; +}; + +/** + * Constructor for a hterm.Size record. + * + * Instances of this class have public read/write members for width and height. + * + * @param {integer} width The width of this record. + * @param {integer} height The height of this record. + */ +hterm.Size = function(width, height) { + this.width = width; + this.height = height; +}; + +/** + * Adjust the width and height of this record. + * + * @param {integer} width The new width of this record. + * @param {integer} height The new height of this record. + */ +hterm.Size.prototype.resize = function(width, height) { + this.width = width; + this.height = height; +}; + +/** + * Return a copy of this record. + * + * @return {hterm.Size} A new hterm.Size instance with the same width and + * height. + */ +hterm.Size.prototype.clone = function() { + return new hterm.Size(this.width, this.height); +}; + +/** + * Set the height and width of this instance based on another hterm.Size. + * + * @param {hterm.Size} that The object to copy from. + */ +hterm.Size.prototype.setTo = function(that) { + this.width = that.width; + this.height = that.height; +}; + +/** + * Test if another hterm.Size instance is equal to this one. + * + * @param {hterm.Size} that The other hterm.Size instance. + * @return {boolean} True if both instances have the same width/height, false + * otherwise. + */ +hterm.Size.prototype.equals = function(that) { + return this.width == that.width && this.height == that.height; +}; + +/** + * Return a string representation of this instance. + * + * @return {string} A string that identifies the width and height of this + * instance. + */ +hterm.Size.prototype.toString = function() { + return '[hterm.Size: ' + this.width + ', ' + this.height + ']'; +}; + +/** + * Constructor for a hterm.RowCol record. + * + * Instances of this class have public read/write members for row and column. + * + * This class includes an 'overflow' bit which is use to indicate that an + * attempt has been made to move the cursor column passed the end of the + * screen. When this happens we leave the cursor column set to the last column + * of the screen but set the overflow bit. In this state cursor movement + * happens normally, but any attempt to print new characters causes a cr/lf + * first. + * + * @param {integer} row The row of this record. + * @param {integer} column The column of this record. + * @param {boolean} opt_overflow Optional boolean indicating that the RowCol + * has overflowed. + */ +hterm.RowCol = function(row, column, opt_overflow) { + this.row = row; + this.column = column; + this.overflow = !!opt_overflow; +}; + +/** + * Adjust the row and column of this record. + * + * @param {integer} row The new row of this record. + * @param {integer} column The new column of this record. + * @param {boolean} opt_overflow Optional boolean indicating that the RowCol + * has overflowed. + */ +hterm.RowCol.prototype.move = function(row, column, opt_overflow) { + this.row = row; + this.column = column; + this.overflow = !!opt_overflow; +}; + +/** + * Return a copy of this record. + * + * @return {hterm.RowCol} A new hterm.RowCol instance with the same row and + * column. + */ +hterm.RowCol.prototype.clone = function() { + return new hterm.RowCol(this.row, this.column, this.overflow); +}; + +/** + * Set the row and column of this instance based on another hterm.RowCol. + * + * @param {hterm.RowCol} that The object to copy from. + */ +hterm.RowCol.prototype.setTo = function(that) { + this.row = that.row; + this.column = that.column; + this.overflow = that.overflow; +}; + +/** + * Test if another hterm.RowCol instance is equal to this one. + * + * @param {hterm.RowCol} that The other hterm.RowCol instance. + * @return {boolean} True if both instances have the same row/column, false + * otherwise. + */ +hterm.RowCol.prototype.equals = function(that) { + return (this.row == that.row && this.column == that.column && + this.overflow == that.overflow); +}; + +/** + * Return a string representation of this instance. + * + * @return {string} A string that identifies the row and column of this + * instance. + */ +hterm.RowCol.prototype.toString = function() { + return ('[hterm.RowCol: ' + this.row + ', ' + this.column + ', ' + + this.overflow + ']'); +}; +// SOURCE FILE: hterm/js/hterm_frame.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.f'); + +/** + * First draft of the interface between the terminal and a third party dialog. + * + * This is rough. It's just the terminal->dialog layer. To complete things + * we'll also need a command->terminal layer. That will have to facilitate + * command->terminal->dialog or direct command->dialog communication. + * + * I imagine this class will change significantly when that happens. + */ + +/** + * Construct a new frame for the given terminal. + * + * @param terminal {hterm.Terminal} The parent terminal object. + * @param url {String} The url to load in the frame. + * @param opt_options {Object} Optional options for the frame. Not implemented. + */ +hterm.Frame = function(terminal, url, opt_options) { + this.terminal_ = terminal; + this.div_ = terminal.div_; + this.url = url; + this.options = opt_options || {}; + this.iframe_ = null; + this.container_ = null; + this.messageChannel_ = null; +}; + +/** + * Handle messages from the iframe. + */ +hterm.Frame.prototype.onMessage_ = function(e) { + switch (e.data.name) { + case 'ipc-init-ok': + // We get this response after we send them ipc-init and they finish. + this.sendTerminalInfo_(); + return; + case 'terminal-info-ok': + // We get this response after we send them terminal-info and they finish. + // Show the finished frame, and then rebind our message handler to the + // callback below. + this.container_.style.display = 'flex'; + this.messageChannel_.port1.onmessage = this.onMessage.bind(this); + this.onLoad(); + return; + default: + console.log('Unknown message from frame:', e.data); + return; + } +}; + +/** + * Clients could override this, I guess. + * + * It doesn't support multiple listeners, but I'm not sure that would make sense + * here. It's probably better to speak directly to our parents. + */ +hterm.Frame.prototype.onMessage = function() {}; + +/** + * Handle iframe onLoad event. + */ +hterm.Frame.prototype.onLoad_ = function() { + this.messageChannel_ = new MessageChannel(); + this.messageChannel_.port1.onmessage = this.onMessage_.bind(this); + this.messageChannel_.port1.start(); + this.iframe_.contentWindow.postMessage( + {name: 'ipc-init', argv: [{messagePort: this.messageChannel_.port2}]}, + this.url, [this.messageChannel_.port2]); +}; + +/** + * Clients may override this. + */ +hterm.Frame.prototype.onLoad = function() {}; + +/** + * Sends the terminal-info message to the iframe. + */ +hterm.Frame.prototype.sendTerminalInfo_ = function() { + lib.f.getAcceptLanguages(function(languages) { + this.postMessage('terminal-info', [{ + acceptLanguages: languages, + foregroundColor: this.terminal_.getForegroundColor(), + backgroundColor: this.terminal_.getBackgroundColor(), + cursorColor: this.terminal_.getCursorColor(), + fontSize: this.terminal_.getFontSize(), + fontFamily: this.terminal_.getFontFamily(), + baseURL: lib.f.getURL('/') + }] + ); + }.bind(this)); +}; + +/** + * User clicked the close button on the frame decoration. + */ +hterm.Frame.prototype.onCloseClicked_ = function() { + this.close(); +}; + +/** + * Close this frame. + */ +hterm.Frame.prototype.close = function() { + if (!this.container_ || !this.container_.parentNode) + return; + + this.container_.parentNode.removeChild(this.container_); + this.onClose(); +}; + + +/** + * Clients may override this. + */ +hterm.Frame.prototype.onClose = function() {}; + +/** + * Send a message to the iframe. + */ +hterm.Frame.prototype.postMessage = function(name, argv) { + if (!this.messageChannel_) + throw new Error('Message channel is not set up.'); + + this.messageChannel_.port1.postMessage({name: name, argv: argv}); +}; + +/** + * Show the UI for this frame. + * + * The iframe src is not loaded until this method is called. + */ +hterm.Frame.prototype.show = function() { + var self = this; + + function opt(name, defaultValue) { + if (name in self.options) + return self.options[name]; + + return defaultValue; + } + + var self = this; + + if (this.container_ && this.container_.parentNode) { + console.error('Frame already visible'); + return; + } + + var headerHeight = '16px'; + + var divSize = hterm.getClientSize(this.div_); + + var width = opt('width', 640); + var height = opt('height', 480); + var left = (divSize.width - width) / 2; + var top = (divSize.height - height) / 2; + + var document = this.terminal_.document_; + + var container = this.container_ = document.createElement('div'); + container.style.cssText = ( + 'position: absolute;' + + 'display: none;' + + 'flex-direction: column;' + + 'top: 10%;' + + 'left: 4%;' + + 'width: 90%;' + + 'height: 80%;' + + 'min-height: 20%;' + + 'max-height: 80%;' + + 'box-shadow: 0 0 2px ' + this.terminal_.getForegroundColor() + ';' + + 'border: 2px ' + this.terminal_.getForegroundColor() + ' solid;'); + + if (false) { + // No use for the close button, so no use for the window header either. + var header = document.createElement('div'); + header.style.cssText = ( + 'display: flex;' + + 'justify-content: flex-end;' + + 'height: ' + headerHeight + ';' + + 'background-color: ' + this.terminal_.getForegroundColor() + ';' + + 'color: ' + this.terminal_.getBackgroundColor() + ';' + + 'font-size: 16px;' + + 'font-family: ' + this.terminal_.getFontFamily()); + container.appendChild(header); + + var button = document.createElement('div'); + button.setAttribute('role', 'button'); + button.style.cssText = ( + 'margin-top: -3px;' + + 'margin-right: 3px;' + + 'cursor: pointer;'); + button.textContent = '\u2a2f'; + button.addEventListener('click', this.onCloseClicked_.bind(this)); + header.appendChild(button); + } + + var iframe = this.iframe_ = document.createElement('iframe'); + iframe.onload = this.onLoad_.bind(this); + iframe.style.cssText = ( + 'display: flex;' + + 'flex: 1;' + + 'width: 100%'); + iframe.setAttribute('src', this.url); + iframe.setAttribute('seamless', true); + container.appendChild(iframe); + + this.div_.appendChild(container); +}; +// SOURCE FILE: hterm/js/hterm_keyboard.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('hterm.Keyboard.KeyMap'); + +/** + * Keyboard handler. + * + * Consumes onKey* events and invokes onVTKeystroke on the associated + * hterm.Terminal object. + * + * See also: [XTERM] as referenced in vt.js. + * + * @param {hterm.Terminal} The Terminal object associated with this keyboard. + */ +hterm.Keyboard = function(terminal) { + // The parent vt interpreter. + this.terminal = terminal; + + // The element we're currently capturing keyboard events for. + this.keyboardElement_ = null; + + // The event handlers we are interested in, and their bound callbacks, saved + // so they can be uninstalled with removeEventListener, when required. + this.handlers_ = [ + ['focusout', this.onFocusOut_.bind(this)], + ['keydown', this.onKeyDown_.bind(this)], + ['keypress', this.onKeyPress_.bind(this)], + ['keyup', this.onKeyUp_.bind(this)], + ['textInput', this.onTextInput_.bind(this)] + ]; + + /** + * The current key map. + */ + this.keyMap = new hterm.Keyboard.KeyMap(this); + + this.bindings = new hterm.Keyboard.Bindings(this); + + /** + * none: Disable any AltGr related munging. + * ctrl-alt: Assume Ctrl+Alt means AltGr. + * left-alt: Assume left Alt means AltGr. + * right-alt: Assume right Alt means AltGr. + */ + this.altGrMode = 'none'; + + /** + * If true, Shift-Insert will fall through to the browser as a paste. + * If false, the keystroke will be sent to the host. + */ + this.shiftInsertPaste = true; + + /** + * If true, home/end will control the terminal scrollbar and shift home/end + * will send the VT keycodes. If false then home/end sends VT codes and + * shift home/end scrolls. + */ + this.homeKeysScroll = false; + + /** + * Same as above, except for page up/page down. + */ + this.pageKeysScroll = false; + + /** + * If true, Ctrl-Plus/Minus/Zero controls zoom. + * If false, Ctrl-Shift-Plus/Minus/Zero controls zoom, Ctrl-Minus sends ^_, + * Ctrl-Plus/Zero do nothing. + */ + this.ctrlPlusMinusZeroZoom = true; + + /** + * Ctrl+C copies if true, sends ^C to host if false. + * Ctrl+Shift+C sends ^C to host if true, copies if false. + */ + this.ctrlCCopy = false; + + /** + * Ctrl+V pastes if true, sends ^V to host if false. + * Ctrl+Shift+V sends ^V to host if true, pastes if false. + */ + this.ctrlVPaste = false; + + /** + * Enable/disable application keypad. + * + * This changes the way numeric keys are sent from the keyboard. + */ + this.applicationKeypad = false; + + /** + * Enable/disable the application cursor mode. + * + * This changes the way cursor keys are sent from the keyboard. + */ + this.applicationCursor = false; + + /** + * If true, the backspace should send BS ('\x08', aka ^H). Otherwise + * the backspace key should send '\x7f'. + */ + this.backspaceSendsBackspace = false; + + /** + * The encoding method for data sent to the host. + */ + this.characterEncoding = 'utf-8'; + + /** + * Set whether the meta key sends a leading escape or not. + */ + this.metaSendsEscape = true; + + /** + * Set whether meta-V gets passed to host. + */ + this.passMetaV = true; + + /** + * Controls how the alt key is handled. + * + * escape....... Send an ESC prefix. + * 8-bit........ Add 128 to the unshifted character as in xterm. + * browser-key.. Wait for the keypress event and see what the browser says. + * (This won't work well on platforms where the browser + * performs a default action for some alt sequences.) + * + * This setting only matters when alt is distinct from meta (altIsMeta is + * false.) + */ + this.altSendsWhat = 'escape'; + + /** + * Set whether the alt key acts as a meta key, instead of producing 8-bit + * characters. + * + * True to enable, false to disable, null to autodetect based on platform. + */ + this.altIsMeta = false; + + /** + * If true, tries to detect DEL key events that are from alt-backspace on + * Chrome OS vs from a true DEL key press. + * + * Background: At the time of writing, on Chrome OS, alt-backspace is mapped + * to DEL. Some users may be happy with this, but others may be frustrated + * that it's impossible to do meta-backspace. If the user enables this pref, + * we use a trick to tell a true DEL keypress from alt-backspace: on + * alt-backspace, we will see the alt key go down, then get a DEL keystroke + * that indicates that alt is not pressed. See https://crbug.com/174410 . + */ + this.altBackspaceIsMetaBackspace = false; + + /** + * Used to keep track of the current alt-key state, which is necessary for + * the altBackspaceIsMetaBackspace preference above and for the altGrMode + * preference. This is a bitmap with where bit positions correspond to the + * "location" property of the key event. + */ + this.altKeyPressed = 0; + + /** + * If true, Chrome OS media keys will be mapped to their F-key equivalent. + * E.g. "Back" will be mapped to F1. If false, Chrome will handle the keys. + */ + this.mediaKeysAreFKeys = false; + + /** + * Holds the previous setting of altSendsWhat when DECSET 1039 is used. When + * DECRST 1039 is used, altSendsWhat is changed back to this and this is + * nulled out. + */ + this.previousAltSendsWhat_ = null; +}; + +/** + * Special handling for keyCodes in a keyboard layout. + */ +hterm.Keyboard.KeyActions = { + /** + * Call preventDefault and stopPropagation for this key event and nothing + * else. + */ + CANCEL: lib.f.createEnum('CANCEL'), + + /** + * This performs the default terminal action for the key. If used in the + * 'normal' action and the the keystroke represents a printable key, the + * character will be sent to the host. If used in one of the modifier + * actions, the terminal will perform the normal action after (possibly) + * altering it. + * + * - If the normal sequence starts with CSI, the sequence will be adjusted + * to include the modifier parameter as described in [XTERM] in the final + * table of the "PC-Style Function Keys" section. + * + * - If the control key is down and the key represents a printable character, + * and the uppercase version of the unshifted keycap is between + * 64 (ASCII '@') and 95 (ASCII '_'), then the uppercase version of the + * unshifted keycap minus 64 is sent. This makes '^@' send '\x00' and + * '^_' send '\x1f'. (Note that one higher that 0x1f is 0x20, which is + * the first printable ASCII value.) + * + * - If the alt key is down and the key represents a printable character then + * the value of the character is shifted up by 128. + * + * - If meta is down and configured to send an escape, '\x1b' will be sent + * before the normal action is performed. + */ + DEFAULT: lib.f.createEnum('DEFAULT'), + + /** + * Causes the terminal to opt out of handling the key event, instead letting + * the browser deal with it. + */ + PASS: lib.f.createEnum('PASS'), + + /** + * Insert the first or second character of the keyCap, based on e.shiftKey. + * The key will be handled in onKeyDown, and e.preventDefault() will be + * called. + * + * It is useful for a modified key action, where it essentially strips the + * modifier while preventing the browser from reacting to the key. + */ + STRIP: lib.f.createEnum('STRIP') +}; + +/** + * Encode a string according to the 'send-encoding' preference. + */ +hterm.Keyboard.prototype.encode = function(str) { + if (this.characterEncoding == 'utf-8') + return this.terminal.vt.encodeUTF8(str); + + return str; +}; + +/** + * Capture keyboard events sent to the associated element. + * + * This enables the keyboard. Captured events are consumed by this class + * and will not perform their default action or bubble to other elements. + * + * Passing a null element will uninstall the keyboard handlers. + * + * @param {HTMLElement} element The element whose events should be captured, or + * null to disable the keyboard. + */ +hterm.Keyboard.prototype.installKeyboard = function(element) { + if (element == this.keyboardElement_) + return; + + if (element && this.keyboardElement_) + this.installKeyboard(null); + + for (var i = 0; i < this.handlers_.length; i++) { + var handler = this.handlers_[i]; + if (element) { + element.addEventListener(handler[0], handler[1]); + } else { + this.keyboardElement_.removeEventListener(handler[0], handler[1]); + } + } + + this.keyboardElement_ = element; +}; + +/** + * Disable keyboard event capture. + * + * This will allow the browser to process key events normally. + */ +hterm.Keyboard.prototype.uninstallKeyboard = function() { + this.installKeyboard(null); +}; + +/** + * Handle onTextInput events. + * + * We're not actually supposed to get these, but we do on the Mac in the case + * where a third party app sends synthetic keystrokes to Chrome. + */ +hterm.Keyboard.prototype.onTextInput_ = function(e) { + if (!e.data) + return; + + e.data.split('').forEach(this.terminal.onVTKeystroke.bind(this.terminal)); +}; + +/** + * Handle onKeyPress events. + */ +hterm.Keyboard.prototype.onKeyPress_ = function(e) { + var code; + + var key = String.fromCharCode(e.which); + var lowerKey = key.toLowerCase(); + if ((e.ctrlKey || e.metaKey) && (lowerKey == 'c' || lowerKey == 'v')) { + // On FF the key press (not key down) event gets fired for copy/paste. + // Let it fall through for the default browser behavior. + return; + } + + if (e.altKey && this.altSendsWhat == 'browser-key' && e.charCode == 0) { + // If we got here because we were expecting the browser to handle an + // alt sequence but it didn't do it, then we might be on an OS without + // an enabled IME system. In that case we fall back to xterm-like + // behavior. + // + // This happens here only as a fallback. Typically these platforms should + // set altSendsWhat to either 'escape' or '8-bit'. + var ch = String.fromCharCode(e.keyCode); + if (!e.shiftKey) + ch = ch.toLowerCase(); + code = ch.charCodeAt(0) + 128; + + } else if (e.charCode >= 32) { + ch = e.charCode; + } + + if (ch) + this.terminal.onVTKeystroke(String.fromCharCode(ch)); + + e.preventDefault(); + e.stopPropagation(); +}; + +/** + * Prevent default handling for non-ctrl-shifted event. + * + * When combined with Chrome permission 'app.window.fullscreen.overrideEsc', + * and called for both key down and key up events, + * the ESC key remains usable within fullscreen Chrome app windows. + */ +hterm.Keyboard.prototype.preventChromeAppNonCtrlShiftDefault_ = function(e) { + if (!window.chrome || !window.chrome.app || !window.chrome.app.window) + return; + if (!e.ctrlKey || !e.shiftKey) + e.preventDefault(); +}; + +hterm.Keyboard.prototype.onFocusOut_ = function(e) { + this.altKeyPressed = 0; +}; + +hterm.Keyboard.prototype.onKeyUp_ = function(e) { + if (e.keyCode == 18) + this.altKeyPressed = this.altKeyPressed & ~(1 << (e.location - 1)); + + if (e.keyCode == 27) + this.preventChromeAppNonCtrlShiftDefault_(e); +}; + +/** + * Handle onKeyDown events. + */ +hterm.Keyboard.prototype.onKeyDown_ = function(e) { + if (e.keyCode == 18) + this.altKeyPressed = this.altKeyPressed | (1 << (e.location - 1)); + + if (e.keyCode == 27) + this.preventChromeAppNonCtrlShiftDefault_(e); + + var keyDef = this.keyMap.keyDefs[e.keyCode]; + if (!keyDef) { + console.warn('No definition for keyCode: ' + e.keyCode); + return; + } + + // The type of action we're going to use. + var resolvedActionType = null; + + var self = this; + function getAction(name) { + // Get the key action for the given action name. If the action is a + // function, dispatch it. If the action defers to the normal action, + // resolve that instead. + + resolvedActionType = name; + + var action = keyDef[name]; + if (typeof action == 'function') + action = action.apply(self.keyMap, [e, keyDef]); + + if (action === DEFAULT && name != 'normal') + action = getAction('normal'); + + return action; + } + + // Note that we use the triple-equals ('===') operator to test equality for + // these constants, in order to distinguish usage of the constant from usage + // of a literal string that happens to contain the same bytes. + var CANCEL = hterm.Keyboard.KeyActions.CANCEL; + var DEFAULT = hterm.Keyboard.KeyActions.DEFAULT; + var PASS = hterm.Keyboard.KeyActions.PASS; + var STRIP = hterm.Keyboard.KeyActions.STRIP; + + var control = e.ctrlKey; + var alt = this.altIsMeta ? false : e.altKey; + var meta = this.altIsMeta ? (e.altKey || e.metaKey) : e.metaKey; + + // In the key-map, we surround the keyCap for non-printables in "[...]" + var isPrintable = !(/^\[\w+\]$/.test(keyDef.keyCap)); + + switch (this.altGrMode) { + case 'ctrl-alt': + if (isPrintable && control && alt) { + // ctrl-alt-printable means altGr. We clear out the control and + // alt modifiers and wait to see the charCode in the keydown event. + control = false; + alt = false; + } + break; + + case 'right-alt': + if (isPrintable && (this.terminal.keyboard.altKeyPressed & 2)) { + control = false; + alt = false; + } + break; + + case 'left-alt': + if (isPrintable && (this.terminal.keyboard.altKeyPressed & 1)) { + control = false; + alt = false; + } + break; + } + + var action; + + if (control) { + action = getAction('control'); + } else if (alt) { + action = getAction('alt'); + } else if (meta) { + action = getAction('meta'); + } else { + action = getAction('normal'); + } + + // If e.maskShiftKey was set (during getAction) it means the shift key is + // already accounted for in the action, and we should not act on it any + // further. This is currently only used for Ctrl-Shift-Tab, which should send + // "CSI Z", not "CSI 1 ; 2 Z". + var shift = !e.maskShiftKey && e.shiftKey; + + var keyDown = { + keyCode: e.keyCode, + shift: e.shiftKey, // not `var shift` from above. + ctrl: control, + alt: alt, + meta: meta + }; + + var binding = this.bindings.getBinding(keyDown); + + if (binding) { + // Clear out the modifier bits so we don't try to munge the sequence + // further. + shift = control = alt = meta = false; + resolvedActionType = 'normal'; + action = binding.action; + + if (typeof action == 'function') + action = action.call(this, this.terminal, keyDown); + } + + if (alt && this.altSendsWhat == 'browser-key' && action == DEFAULT) { + // When altSendsWhat is 'browser-key', we wait for the keypress event. + // In keypress, the browser should have set the event.charCode to the + // appropriate character. + // TODO(rginda): Character compositions will need some black magic. + action = PASS; + } + + if (action === PASS || (action === DEFAULT && !(control || alt || meta))) { + // If this key is supposed to be handled by the browser, or it is an + // unmodified key with the default action, then exit this event handler. + // If it's an unmodified key, it'll be handled in onKeyPress where we + // can tell for sure which ASCII code to insert. + // + // This block needs to come before the STRIP test, otherwise we'll strip + // the modifier and think it's ok to let the browser handle the keypress. + // The browser won't know we're trying to ignore the modifiers and might + // perform some default action. + return; + } + + if (action === STRIP) { + alt = control = false; + action = keyDef.normal; + if (typeof action == 'function') + action = action.apply(this.keyMap, [e, keyDef]); + + if (action == DEFAULT && keyDef.keyCap.length == 2) + action = keyDef.keyCap.substr((shift ? 1 : 0), 1); + } + + e.preventDefault(); + e.stopPropagation(); + + if (action === CANCEL) + return; + + if (action !== DEFAULT && typeof action != 'string') { + console.warn('Invalid action: ' + JSON.stringify(action)); + return; + } + + // Strip the modifier that is associated with the action, since we assume that + // modifier has already been accounted for in the action. + if (resolvedActionType == 'control') { + control = false; + } else if (resolvedActionType == 'alt') { + alt = false; + } else if (resolvedActionType == 'meta') { + meta = false; + } + + if (action.substr(0, 2) == '\x1b[' && (alt || control || shift)) { + // The action is an escape sequence that and it was triggered in the + // presence of a keyboard modifier, we may need to alter the action to + // include the modifier before sending it. + + var mod; + + if (shift && !(alt || control)) { + mod = ';2'; + } else if (alt && !(shift || control)) { + mod = ';3'; + } else if (shift && alt && !control) { + mod = ';4'; + } else if (control && !(shift || alt)) { + mod = ';5'; + } else if (shift && control && !alt) { + mod = ';6'; + } else if (alt && control && !shift) { + mod = ';7'; + } else if (shift && alt && control) { + mod = ';8'; + } + + if (action.length == 3) { + // Some of the CSI sequences have zero parameters unless modified. + action = '\x1b[1' + mod + action.substr(2, 1); + } else { + // Others always have at least one parameter. + action = action.substr(0, action.length - 1) + mod + + action.substr(action.length - 1); + } + + } else { + if (action === DEFAULT) { + action = keyDef.keyCap.substr((shift ? 1 : 0), 1); + + if (control) { + var unshifted = keyDef.keyCap.substr(0, 1); + var code = unshifted.charCodeAt(0); + if (code >= 64 && code <= 95) { + action = String.fromCharCode(code - 64); + } + } + } + + if (alt && this.altSendsWhat == '8-bit' && action.length == 1) { + var code = action.charCodeAt(0) + 128; + action = String.fromCharCode(code); + } + + // We respect alt/metaSendsEscape even if the keymap action was a literal + // string. Otherwise, every overridden alt/meta action would have to + // check alt/metaSendsEscape. + if ((alt && this.altSendsWhat == 'escape') || + (meta && this.metaSendsEscape)) { + action = '\x1b' + action; + } + } + + this.terminal.onVTKeystroke(action); +}; +// SOURCE FILE: hterm/js/hterm_keyboard_bindings.js +// Copyright (c) 2015 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * A mapping from hterm.Keyboard.KeyPattern to an action. + * + * TODO(rginda): For now this bindings code is only used for user overrides. + * hterm.Keyboard.KeyMap still handles all of the built-in key mappings. + * It'd be nice if we migrated that over to be hterm.Keyboard.Bindings based. + */ +hterm.Keyboard.Bindings = function() { + this.bindings_ = {}; +}; + +/** + * Remove all bindings. + */ +hterm.Keyboard.Bindings.prototype.clear = function () { + this.bindings_ = {}; +}; + +/** + * Add a new binding. + * + * Internal API that assumes parsed objects as inputs. + * See the public addBinding for more details. + * + * @param {hterm.Keyboard.KeyPattern} keyPattern + * @param {string|function|hterm.Keyboard.KeyAction} action + */ +hterm.Keyboard.Bindings.prototype.addBinding_ = function(keyPattern, action) { + var binding = null; + var list = this.bindings_[keyPattern.keyCode]; + if (list) { + for (var i = 0; i < list.length; i++) { + if (list[i].keyPattern.matchKeyPattern(keyPattern)) { + binding = list[i]; + break; + } + } + } + + if (binding) { + binding.action = action; + } else { + binding = {keyPattern: keyPattern, action: action}; + + if (!list) { + this.bindings_[keyPattern.keyCode] = [binding]; + } else { + this.bindings_[keyPattern.keyCode].push(binding); + + list.sort(function(a, b) { + return hterm.Keyboard.KeyPattern.sortCompare( + a.keyPattern, b.keyPattern); + }); + } + } +}; + +/** + * Add a new binding. + * + * If a binding for the keyPattern already exists it will be overridden. + * + * More specific keyPatterns take precedence over those with wildcards. Given + * bindings for "Ctrl-A" and "Ctrl-*-A", and a "Ctrl-A" keydown, the "Ctrl-A" + * binding will match even if "Ctrl-*-A" was created last. + * + * If action is a string, it will be passed through hterm.Parser.parseKeyAction. + * + * For example: + * // Will replace Ctrl-P keystrokes with the string "hiya!". + * addBinding('Ctrl-P', "'hiya!'"); + * // Will cancel the keystroke entirely (make it do nothing). + * addBinding('Alt-D', hterm.Keyboard.KeyActions.CANCEL); + * // Will execute the code and return the action. + * addBinding('Ctrl-T', function() { + * console.log('Got a T!'); + * return hterm.Keyboard.KeyActions.PASS; + * }); + * + * @param {string|hterm.Keyboard.KeyPattern} keyPattern + * @param {string|function|hterm.Keyboard.KeyAction} action + */ +hterm.Keyboard.Bindings.prototype.addBinding = function(key, action) { + // If we're given a hterm.Keyboard.KeyPattern object, pass it down. + if (typeof key != 'string') { + this.addBinding_(key, action); + return; + } + + // Here we treat key as a string. + var p = new hterm.Parser(); + + p.reset(key); + var sequence; + + try { + sequence = p.parseKeySequence(); + } catch (ex) { + console.error(ex); + return; + } + + if (!p.isComplete()) { + console.error(p.error('Expected end of sequence: ' + sequence)); + return; + } + + // If action is a string, parse it. Otherwise assume it's callable. + if (typeof action == 'string') { + p.reset(action); + try { + action = p.parseKeyAction(); + } catch (ex) { + console.error(ex); + return; + } + } + + if (!p.isComplete()) { + console.error(p.error('Expected end of sequence: ' + sequence)); + return; + } + + this.addBinding_(new hterm.Keyboard.KeyPattern(sequence), action); +}; + +/** + * Add multiple bindings at a time using a map of {string: string, ...} + * + * This uses hterm.Parser to parse the maps key into KeyPatterns, and the + * map values into {string|function|KeyAction}. + * + * For example: + * { + * // Will replace Ctrl-P keystrokes with the string "hiya!". + * 'Ctrl-P': "'hiya!'", + * // Will cancel the keystroke entirely (make it do nothing). + * 'Alt-D': hterm.Keyboard.KeyActions.CANCEL, + * } + * + * @param {Object} map + */ +hterm.Keyboard.Bindings.prototype.addBindings = function(map) { + for (var key in map) { + this.addBinding(key, map[key]); + } +}; + +/** + * Return the binding that is the best match for the given keyDown record, + * or null if there is no match. + * + * @param {Object} keyDown An object with a keyCode property and zero or + * more boolean properties representing key modifiers. These property names + * must match those defined in hterm.Keyboard.KeyPattern.modifiers. + */ +hterm.Keyboard.Bindings.prototype.getBinding = function(keyDown) { + var list = this.bindings_[keyDown.keyCode]; + if (!list) + return null; + + for (var i = 0; i < list.length; i++) { + var binding = list[i]; + if (binding.keyPattern.matchKeyDown(keyDown)) + return binding; + } + + return null; +}; +// SOURCE FILE: hterm/js/hterm_keyboard_keymap.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('hterm.Keyboard.KeyActions'); + +/** + * The default key map for hterm. + * + * Contains a mapping of keyCodes to keyDefs (aka key definitions). The key + * definition tells the hterm.Keyboard class how to handle keycodes. + * + * This should work for most cases, as the printable characters get handled + * in the keypress event. In that case, even if the keycap is wrong in the + * key map, the correct character should be sent. + * + * Different layouts, such as Dvorak should work with this keymap, as those + * layouts typically move keycodes around on the keyboard without disturbing + * the actual keycaps. + * + * There may be issues with control keys on non-US keyboards or with keyboards + * that very significantly from the expectations here, in which case we may + * have to invent new key maps. + * + * The sequences defined in this key map come from [XTERM] as referenced in + * vt.js, starting with the section titled "Alt and Meta Keys". + */ +hterm.Keyboard.KeyMap = function(keyboard) { + this.keyboard = keyboard; + this.keyDefs = {}; + this.reset(); +}; + +/** + * Add a single key definition. + * + * The definition is a hash containing the following keys: 'keyCap', 'normal', + * 'control', and 'alt'. + * + * - keyCap is a string identifying the key. For printable + * keys, the key cap should be exactly two characters, starting with the + * unshifted version. For example, 'aA', 'bB', '1!' and '=+'. For + * non-printable the key cap should be surrounded in square braces, as in + * '[INS]', '[LEFT]'. By convention, non-printable keycaps are in uppercase + * but this is not a strict requirement. + * + * - Normal is the action that should be performed when they key is pressed + * in the absence of any modifier. See below for the supported actions. + * + * - Control is the action that should be performed when they key is pressed + * along with the control modifier. See below for the supported actions. + * + * - Alt is the action that should be performed when they key is pressed + * along with the alt modifier. See below for the supported actions. + * + * - Meta is the action that should be performed when they key is pressed + * along with the meta modifier. See below for the supported actions. + * + * Actions can be one of the hterm.Keyboard.KeyActions as documented below, + * a literal string, or an array. If the action is a literal string then + * the string is sent directly to the host. If the action is an array it + * is taken to be an escape sequence that may be altered by modifier keys. + * The second-to-last element of the array will be overwritten with the + * state of the modifier keys, as specified in the final table of "PC-Style + * Function Keys" from [XTERM]. + */ +hterm.Keyboard.KeyMap.prototype.addKeyDef = function(keyCode, def) { + if (keyCode in this.keyDefs) + console.warn('Duplicate keyCode: ' + keyCode); + + this.keyDefs[keyCode] = def; +}; + +/** + * Add multiple key definitions in a single call. + * + * This function takes the key definitions as variable argument list. Each + * argument is the key definition specified as an array. + * + * (If the function took everything as one big hash we couldn't detect + * duplicates, and there would be a lot more typing involved.) + * + * Each key definition should have 6 elements: (keyCode, keyCap, normal action, + * control action, alt action and meta action). See KeyMap.addKeyDef for the + * meaning of these elements. + */ +hterm.Keyboard.KeyMap.prototype.addKeyDefs = function(var_args) { + for (var i = 0; i < arguments.length; i++) { + this.addKeyDef(arguments[i][0], + { keyCap: arguments[i][1], + normal: arguments[i][2], + control: arguments[i][3], + alt: arguments[i][4], + meta: arguments[i][5] + }); + } +}; + +/** + * Set up the default state for this keymap. + */ +hterm.Keyboard.KeyMap.prototype.reset = function() { + this.keyDefs = {}; + + var self = this; + + // This function is used by the "macro" functions below. It makes it + // possible to use the call() macro as an argument to any other macro. + function resolve(action, e, k) { + if (typeof action == 'function') + return action.apply(self, [e, k]); + + return action; + } + + // If not application keypad a, else b. The keys that care about + // application keypad ignore it when the key is modified. + function ak(a, b) { + return function(e, k) { + var action = (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey || + !self.keyboard.applicationKeypad) ? a : b; + return resolve(action, e, k); + }; + } + + // If mod or not application cursor a, else b. The keys that care about + // application cursor ignore it when the key is modified. + function ac(a, b) { + return function(e, k) { + var action = (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey || + !self.keyboard.applicationCursor) ? a : b; + return resolve(action, e, k); + }; + } + + // If not backspace-sends-backspace keypad a, else b. + function bs(a, b) { + return function(e, k) { + var action = !self.keyboard.backspaceSendsBackspace ? a : b; + return resolve(action, e, k); + }; + } + + // If not e.shiftKey a, else b. + function sh(a, b) { + return function(e, k) { + var action = !e.shiftKey ? a : b; + e.maskShiftKey = true; + return resolve(action, e, k); + }; + } + + // If not e.altKey a, else b. + function alt(a, b) { + return function(e, k) { + var action = !e.altKey ? a : b; + return resolve(action, e, k); + }; + } + + // If no modifiers a, else b. + function mod(a, b) { + return function(e, k) { + var action = !(e.shiftKey || e.ctrlKey || e.altKey || e.metaKey) ? a : b; + return resolve(action, e, k); + }; + } + + // Compute a control character for a given character. + function ctl(ch) { return String.fromCharCode(ch.charCodeAt(0) - 64) } + + // Call a method on the keymap instance. + function c(m) { return function (e, k) { return this[m](e, k) } } + + // Ignore if not trapping media keys. + function med(fn) { + return function(e, k) { + if (!self.keyboard.mediaKeysAreFKeys) { + // Block Back, Forward, and Reload keys to avoid navigating away from + // the current page. + return (e.keyCode == 166 || e.keyCode == 167 || e.keyCode == 168) ? + hterm.Keyboard.KeyActions.CANCEL : + hterm.Keyboard.KeyActions.PASS; + } + return resolve(fn, e, k); + }; + } + + var ESC = '\x1b'; + var CSI = '\x1b['; + var SS3 = '\x1bO'; + + var CANCEL = hterm.Keyboard.KeyActions.CANCEL; + var DEFAULT = hterm.Keyboard.KeyActions.DEFAULT; + var PASS = hterm.Keyboard.KeyActions.PASS; + var STRIP = hterm.Keyboard.KeyActions.STRIP; + + this.addKeyDefs( + // These fields are: [keycode, keycap, normal, control, alt, meta] + + // The browser sends the keycode 0 for some keys. We'll just assume it's + // going to do the right thing by default for those keys. + [0, '[UNKNOWN]', PASS, PASS, PASS, PASS], + + // First row. + [27, '[ESC]', ESC, DEFAULT, DEFAULT, DEFAULT], + [112, '[F1]', mod(SS3 + 'P', CSI + 'P'), DEFAULT, CSI + "23~", DEFAULT], + [113, '[F2]', mod(SS3 + 'Q', CSI + 'Q'), DEFAULT, CSI + "24~", DEFAULT], + [114, '[F3]', mod(SS3 + 'R', CSI + 'R'), DEFAULT, CSI + "25~", DEFAULT], + [115, '[F4]', mod(SS3 + 'S', CSI + 'S'), DEFAULT, CSI + "26~", DEFAULT], + [116, '[F5]', CSI + '15~', DEFAULT, CSI + "28~", DEFAULT], + [117, '[F6]', CSI + '17~', DEFAULT, CSI + "29~", DEFAULT], + [118, '[F7]', CSI + '18~', DEFAULT, CSI + "31~", DEFAULT], + [119, '[F8]', CSI + '19~', DEFAULT, CSI + "32~", DEFAULT], + [120, '[F9]', CSI + '20~', DEFAULT, CSI + "33~", DEFAULT], + [121, '[F10]', CSI + '21~', DEFAULT, CSI + "34~", DEFAULT], + [122, '[F11]', CSI + '23~', DEFAULT, CSI + "42~", DEFAULT], + [123, '[F12]', CSI + '24~', DEFAULT, CSI + "43~", DEFAULT], + + // Second row. + [192, '`~', DEFAULT, sh(ctl('@'), ctl('^')), DEFAULT, PASS], + [49, '1!', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [50, '2@', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [51, '3#', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [52, '4$', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [53, '5%', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [54, '6^', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [55, '7&', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [56, '8*', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [57, '9(', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')], + [48, '0)', DEFAULT, c('onPlusMinusZero_'),c('onAltNum_'),c('onPlusMinusZero_')], + [189, '-_', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')], + [187, '=+', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')], + // Firefox -_ and =+ + [173, '-_', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')], + [61, '=+', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')], + // Firefox Italian +* + [171, '+*', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')], + + [8, '[BKSP]', bs('\x7f', '\b'), bs('\b', '\x7f'), DEFAULT, DEFAULT], + + // Third row. + [9, '[TAB]', sh('\t', CSI + 'Z'), STRIP, PASS, DEFAULT], + [81, 'qQ', DEFAULT, ctl('Q'), DEFAULT, DEFAULT], + [87, 'wW', DEFAULT, ctl('W'), DEFAULT, DEFAULT], + [69, 'eE', DEFAULT, ctl('E'), DEFAULT, DEFAULT], + [82, 'rR', DEFAULT, ctl('R'), DEFAULT, DEFAULT], + [84, 'tT', DEFAULT, ctl('T'), DEFAULT, DEFAULT], + [89, 'yY', DEFAULT, ctl('Y'), DEFAULT, DEFAULT], + [85, 'uU', DEFAULT, ctl('U'), DEFAULT, DEFAULT], + [73, 'iI', DEFAULT, ctl('I'), DEFAULT, DEFAULT], + [79, 'oO', DEFAULT, ctl('O'), DEFAULT, DEFAULT], + [80, 'pP', DEFAULT, ctl('P'), DEFAULT, DEFAULT], + [219, '[{', DEFAULT, ctl('['), DEFAULT, DEFAULT], + [221, ']}', DEFAULT, ctl(']'), DEFAULT, DEFAULT], + [220, '\\|', DEFAULT, ctl('\\'), DEFAULT, DEFAULT], + + // Fourth row. (We let Ctrl-Shift-J pass for Chrome DevTools.) + [20, '[CAPS]', PASS, PASS, PASS, DEFAULT], + [65, 'aA', DEFAULT, ctl('A'), DEFAULT, DEFAULT], + [83, 'sS', DEFAULT, ctl('S'), DEFAULT, DEFAULT], + [68, 'dD', DEFAULT, ctl('D'), DEFAULT, DEFAULT], + [70, 'fF', DEFAULT, ctl('F'), DEFAULT, DEFAULT], + [71, 'gG', DEFAULT, ctl('G'), DEFAULT, DEFAULT], + [72, 'hH', DEFAULT, ctl('H'), DEFAULT, DEFAULT], + [74, 'jJ', DEFAULT, sh(ctl('J'), PASS), DEFAULT, DEFAULT], + [75, 'kK', DEFAULT, sh(ctl('K'), c('onClear_')), DEFAULT, DEFAULT], + [76, 'lL', DEFAULT, sh(ctl('L'), PASS), DEFAULT, DEFAULT], + [186, ';:', DEFAULT, STRIP, DEFAULT, DEFAULT], + [222, '\'"', DEFAULT, STRIP, DEFAULT, DEFAULT], + [13, '[ENTER]', '\r', CANCEL, CANCEL, DEFAULT], + + // Fifth row. This includes the copy/paste shortcuts. On some + // platforms it's Ctrl-C/V, on others it's Meta-C/V. We assume either + // Ctrl-C/Meta-C should pass to the browser when there is a selection, + // and Ctrl-Shift-V/Meta-*-V should always pass to the browser (since + // these seem to be recognized as paste too). + [16, '[SHIFT]', PASS, PASS, PASS, DEFAULT], + [90, 'zZ', DEFAULT, ctl('Z'), DEFAULT, DEFAULT], + [88, 'xX', DEFAULT, ctl('X'), DEFAULT, DEFAULT], + [67, 'cC', DEFAULT, c('onCtrlC_'), DEFAULT, c('onMetaC_')], + [86, 'vV', DEFAULT, c('onCtrlV_'), DEFAULT, c('onMetaV_')], + [66, 'bB', DEFAULT, sh(ctl('B'), PASS), DEFAULT, sh(DEFAULT, PASS)], + [78, 'nN', DEFAULT, c('onCtrlN_'), DEFAULT, c('onMetaN_')], + [77, 'mM', DEFAULT, ctl('M'), DEFAULT, DEFAULT], + [188, ',<', DEFAULT, alt(STRIP, PASS), DEFAULT, DEFAULT], + [190, '.>', DEFAULT, alt(STRIP, PASS), DEFAULT, DEFAULT], + [191, '/?', DEFAULT, sh(ctl('_'), ctl('?')), DEFAULT, DEFAULT], + + // Sixth and final row. + [17, '[CTRL]', PASS, PASS, PASS, PASS], + [18, '[ALT]', PASS, PASS, PASS, PASS], + [91, '[LAPL]', PASS, PASS, PASS, PASS], + [32, ' ', DEFAULT, ctl('@'), DEFAULT, DEFAULT], + [92, '[RAPL]', PASS, PASS, PASS, PASS], + [93, '[RMENU]', PASS, PASS, PASS, PASS], + + // These things. + [42, '[PRTSCR]', PASS, PASS, PASS, PASS], + [145, '[SCRLK]', PASS, PASS, PASS, PASS], + [19, '[BREAK]', PASS, PASS, PASS, PASS], + + // The block of six keys above the arrows. + [45, '[INSERT]', c('onKeyInsert_'), DEFAULT, DEFAULT, DEFAULT], + [36, '[HOME]', c('onKeyHome_'), DEFAULT, DEFAULT, DEFAULT], + [33, '[PGUP]', c('onKeyPageUp_'), DEFAULT, DEFAULT, DEFAULT], + [46, '[DEL]', c('onKeyDel_'), DEFAULT, DEFAULT, DEFAULT], + [35, '[END]', c('onKeyEnd_'), DEFAULT, DEFAULT, DEFAULT], + [34, '[PGDOWN]', c('onKeyPageDown_'), DEFAULT, DEFAULT, DEFAULT], + + // Arrow keys. When unmodified they respect the application cursor state, + // otherwise they always send the CSI codes. + [38, '[UP]', c('onKeyArrowUp_'), DEFAULT, DEFAULT, DEFAULT], + [40, '[DOWN]', c('onKeyArrowDown_'), DEFAULT, DEFAULT, DEFAULT], + [39, '[RIGHT]', ac(CSI + 'C', SS3 + 'C'), DEFAULT, DEFAULT, DEFAULT], + [37, '[LEFT]', ac(CSI + 'D', SS3 + 'D'), DEFAULT, DEFAULT, DEFAULT], + + [144, '[NUMLOCK]', PASS, PASS, PASS, PASS], + + // With numlock off, the keypad generates the same key codes as the arrows + // and 'block of six' for some keys, and null key codes for the rest. + + // Keypad with numlock on generates unique key codes... + [96, '[KP0]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [97, '[KP1]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [98, '[KP2]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [99, '[KP3]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [100, '[KP4]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [101, '[KP5]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [102, '[KP6]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [103, '[KP7]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [104, '[KP8]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [105, '[KP9]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [107, '[KP+]', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')], + [109, '[KP-]', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')], + [106, '[KP*]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [111, '[KP/]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + [110, '[KP.]', DEFAULT, DEFAULT, DEFAULT, DEFAULT], + + // Chrome OS keyboard top row. + [166, '[BACK]', med(mod(SS3+'P', CSI+'P')), DEFAULT, CSI+"23~", DEFAULT], + [167, '[FWD]', med(mod(SS3+'Q', CSI+'Q')), DEFAULT, CSI+"24~", DEFAULT], + [168, '[RELOAD]', med(mod(SS3+'R', CSI+'R')), DEFAULT, CSI+"25~", DEFAULT], + [183, '[FSCR]', med(mod(SS3+'S', CSI+'S')), DEFAULT, CSI+"26~", DEFAULT], + [182, '[WINS]', med(CSI + '15~'), DEFAULT, CSI+"28~", DEFAULT], + [216, '[BRIT-]', med(CSI + '17~'), DEFAULT, CSI+"29~", DEFAULT], + [217, '[BRIT+]', med(CSI + '18~'), DEFAULT, CSI+"31~", DEFAULT] + + // 173 [MUTE], 174 [VOL-] and 175 [VOL+] are trapped by the Chrome OS + // window manager, so we'll never see them. Note that 173 is also + // Firefox's -_ keycode. + ); +}; + +/** + * Either allow the paste or send a key sequence. + */ +hterm.Keyboard.KeyMap.prototype.onKeyInsert_ = function(e) { + if (this.keyboard.shiftInsertPaste && e.shiftKey) + return hterm.Keyboard.KeyActions.PASS; + + return '\x1b[2~'; +}; + +/** + * Either scroll the scrollback buffer or send a key sequence. + */ +hterm.Keyboard.KeyMap.prototype.onKeyHome_ = function(e) { + if (!this.keyboard.homeKeysScroll ^ e.shiftKey) { + if ((e.altey || e.ctrlKey || e.shiftKey) || + !this.keyboard.applicationCursor) { + return '\x1b[H'; + } + + return '\x1bOH'; + } + + this.keyboard.terminal.scrollHome(); + return hterm.Keyboard.KeyActions.CANCEL; +}; + +/** + * Either scroll the scrollback buffer or send a key sequence. + */ +hterm.Keyboard.KeyMap.prototype.onKeyEnd_ = function(e) { + if (!this.keyboard.homeKeysScroll ^ e.shiftKey) { + if ((e.altKey || e.ctrlKey || e.shiftKey) || + !this.keyboard.applicationCursor) { + return '\x1b[F'; + } + + return '\x1bOF'; + } + + this.keyboard.terminal.scrollEnd(); + return hterm.Keyboard.KeyActions.CANCEL; +}; + +/** + * Either scroll the scrollback buffer or send a key sequence. + */ +hterm.Keyboard.KeyMap.prototype.onKeyPageUp_ = function(e) { + if (!this.keyboard.pageKeysScroll ^ e.shiftKey) + return '\x1b[5~'; + + this.keyboard.terminal.scrollPageUp(); + return hterm.Keyboard.KeyActions.CANCEL; +}; + +/** + * Either send a true DEL, or sub in meta-backspace. + * + * On Chrome OS, if we know the alt key is down, but we get a DEL event that + * claims that the alt key is not pressed, we know the DEL was a synthetic + * one from a user that hit alt-backspace. Based on a user pref, we can sub + * in meta-backspace in this case. + */ +hterm.Keyboard.KeyMap.prototype.onKeyDel_ = function(e) { + if (this.keyboard.altBackspaceIsMetaBackspace && + this.keyboard.altKeyPressed && !e.altKey) + return '\x1b\x7f'; + return '\x1b[3~'; +}; + +/** + * Either scroll the scrollback buffer or send a key sequence. + */ +hterm.Keyboard.KeyMap.prototype.onKeyPageDown_ = function(e) { + if (!this.keyboard.pageKeysScroll ^ e.shiftKey) + return '\x1b[6~'; + + this.keyboard.terminal.scrollPageDown(); + return hterm.Keyboard.KeyActions.CANCEL; +}; + +/** + * Either scroll the scrollback buffer or send a key sequence. + */ +hterm.Keyboard.KeyMap.prototype.onKeyArrowUp_ = function(e) { + if (!this.keyboard.applicationCursor && e.shiftKey) { + this.keyboard.terminal.scrollLineUp(); + return hterm.Keyboard.KeyActions.CANCEL; + } + + return (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey || + !this.keyboard.applicationCursor) ? '\x1b[A' : '\x1bOA'; +}; + +/** + * Either scroll the scrollback buffer or send a key sequence. + */ +hterm.Keyboard.KeyMap.prototype.onKeyArrowDown_ = function(e) { + if (!this.keyboard.applicationCursor && e.shiftKey) { + this.keyboard.terminal.scrollLineDown(); + return hterm.Keyboard.KeyActions.CANCEL; + } + + return (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey || + !this.keyboard.applicationCursor) ? '\x1b[B' : '\x1bOB'; +}; + +/** + * Clear the primary/alternate screens and the scrollback buffer. + */ +hterm.Keyboard.KeyMap.prototype.onClear_ = function(e, keyDef) { + this.keyboard.terminal.wipeContents(); + return hterm.Keyboard.KeyActions.CANCEL; +}; + +/** + * Either pass Ctrl-1..9 to the browser or send them to the host. + * + * Note that Ctrl-1 and Ctrl-9 don't actually have special sequences mapped + * to them in xterm or gnome-terminal. The range is really Ctrl-2..8, but + * we handle 1..9 since Chrome treats the whole range special. + */ +hterm.Keyboard.KeyMap.prototype.onCtrlNum_ = function(e, keyDef) { + // Compute a control character for a given character. + function ctl(ch) { return String.fromCharCode(ch.charCodeAt(0) - 64) } + + if (this.keyboard.terminal.passCtrlNumber && !e.shiftKey) + return hterm.Keyboard.KeyActions.PASS; + + switch (keyDef.keyCap.substr(0, 1)) { + case '1': return '1'; + case '2': return ctl('@'); + case '3': return ctl('['); + case '4': return ctl('\\'); + case '5': return ctl(']'); + case '6': return ctl('^'); + case '7': return ctl('_'); + case '8': return '\x7f'; + case '9': return '9'; + } +}; + +/** + * Either pass Alt-1..9 to the browser or send them to the host. + */ +hterm.Keyboard.KeyMap.prototype.onAltNum_ = function(e, keyDef) { + if (this.keyboard.terminal.passAltNumber && !e.shiftKey) + return hterm.Keyboard.KeyActions.PASS; + + return hterm.Keyboard.KeyActions.DEFAULT; +}; + +/** + * Either pass Meta-1..9 to the browser or send them to the host. + */ +hterm.Keyboard.KeyMap.prototype.onMetaNum_ = function(e, keyDef) { + if (this.keyboard.terminal.passMetaNumber && !e.shiftKey) + return hterm.Keyboard.KeyActions.PASS; + + return hterm.Keyboard.KeyActions.DEFAULT; +}; + +/** + * Either send a ^C or interpret the keystroke as a copy command. + */ +hterm.Keyboard.KeyMap.prototype.onCtrlC_ = function(e, keyDef) { + var selection = this.keyboard.terminal.getDocument().getSelection(); + + if (!selection.isCollapsed) { + if (this.keyboard.ctrlCCopy && !e.shiftKey) { + // Ctrl-C should copy if there is a selection, send ^C otherwise. + // Perform the copy by letting the browser handle Ctrl-C. On most + // browsers, this is the *only* way to place text on the clipboard from + // the 'drive-by' web. + if (this.keyboard.terminal.clearSelectionAfterCopy) { + setTimeout(selection.collapseToEnd.bind(selection), 50); + } + return hterm.Keyboard.KeyActions.PASS; + } + + if (!this.keyboard.ctrlCCopy && e.shiftKey) { + // Ctrl-Shift-C should copy if there is a selection, send ^C otherwise. + // Perform the copy manually. This only works in situations where + // document.execCommand('copy') is allowed. + if (this.keyboard.terminal.clearSelectionAfterCopy) { + setTimeout(selection.collapseToEnd.bind(selection), 50); + } + this.keyboard.terminal.copySelectionToClipboard(); + return hterm.Keyboard.KeyActions.CANCEL; + } + } + + return '\x03'; +}; + +/** + * Either send a ^N or open a new window to the same location. + */ +hterm.Keyboard.KeyMap.prototype.onCtrlN_ = function(e, keyDef) { + if (e.shiftKey) { + window.open(document.location.href, '', + 'chrome=no,close=yes,resize=yes,scrollbars=yes,' + + 'minimizable=yes,width=' + window.innerWidth + + ',height=' + window.innerHeight); + return hterm.Keyboard.KeyActions.CANCEL; + } + + return '\x0e'; +}; + +/** + * Either send a ^V or issue a paste command. + * + * The default behavior is to paste if the user presses Ctrl-Shift-V, and send + * a ^V if the user presses Ctrl-V. This can be flipped with the + * 'ctrl-v-paste' preference. + * + */ +hterm.Keyboard.KeyMap.prototype.onCtrlV_ = function(e, keyDef) { + if ((!e.shiftKey && this.keyboard.ctrlVPaste) || + (e.shiftKey && !this.keyboard.ctrlVPaste)) { + // We try to do the pasting ourselves as not all browsers/OSs bind Ctrl-V to + // pasting. Notably, on macOS, Ctrl-V/Ctrl-Shift-V do nothing. + // However, this might run into web restrictions, so if it fails, we still + // fallback to the letting the native behavior (hopefully) save us. + if (this.keyboard.terminal.paste()) + return hterm.Keyboard.KeyActions.CANCEL; + else + return hterm.Keyboard.KeyActions.PASS; + } + + return '\x16'; +}; + +/** + * Either the default action or open a new window to the same location. + */ +hterm.Keyboard.KeyMap.prototype.onMetaN_ = function(e, keyDef) { + if (e.shiftKey) { + window.open(document.location.href, '', + 'chrome=no,close=yes,resize=yes,scrollbars=yes,' + + 'minimizable=yes,width=' + window.outerWidth + + ',height=' + window.outerHeight); + return hterm.Keyboard.KeyActions.CANCEL; + } + + return hterm.Keyboard.KeyActions.DEFAULT; +}; + +/** + * Either send a Meta-C or allow the browser to interpret the keystroke as a + * copy command. + * + * If there is no selection, or if the user presses Meta-Shift-C, then we'll + * transmit an '\x1b' (if metaSendsEscape is on) followed by 'c' or 'C'. + * + * If there is a selection, we defer to the browser. In this case we clear out + * the selection so the user knows we heard them, and also to give them a + * chance to send a Meta-C by just hitting the key again. + */ +hterm.Keyboard.KeyMap.prototype.onMetaC_ = function(e, keyDef) { + var document = this.keyboard.terminal.getDocument(); + if (e.shiftKey || document.getSelection().isCollapsed) { + // If the shift key is being held, or there is no document selection, send + // a Meta-C. The keyboard code will add the ESC if metaSendsEscape is true, + // we just have to decide between 'c' and 'C'. + return keyDef.keyCap.substr(e.shiftKey ? 1 : 0, 1); + } + + // Otherwise let the browser handle it as a copy command. + if (this.keyboard.terminal.clearSelectionAfterCopy) { + setTimeout(function() { document.getSelection().collapseToEnd() }, 50); + } + return hterm.Keyboard.KeyActions.PASS; +}; + +/** + * Either PASS or DEFAULT Meta-V, depending on preference. + * + * Always PASS Meta-Shift-V to allow browser to interpret the keystroke as + * a paste command. + */ +hterm.Keyboard.KeyMap.prototype.onMetaV_ = function(e, keyDef) { + if (e.shiftKey) + return hterm.Keyboard.KeyActions.PASS; + + return this.keyboard.passMetaV ? + hterm.Keyboard.KeyActions.PASS : + hterm.Keyboard.KeyActions.DEFAULT; +}; + +/** + * Handle font zooming. + * + * The browser's built-in zoom has a bit of an issue at certain zoom levels. + * At some magnifications, the measured height of a row of text differs from + * the height that was explicitly set. + * + * We override the browser zoom keys to change the ScrollPort's font size to + * avoid the issue. + */ +hterm.Keyboard.KeyMap.prototype.onPlusMinusZero_ = function(e, keyDef) { + if (!(this.keyboard.ctrlPlusMinusZeroZoom ^ e.shiftKey)) { + // If ctrl-PMZ controls zoom and the shift key is pressed, or + // ctrl-shift-PMZ controls zoom and this shift key is not pressed, + // then we want to send the control code instead of affecting zoom. + if (keyDef.keyCap == '-_') + return '\x1f'; // ^_ + + // Only ^_ is valid, the other sequences have no meaning. + return hterm.Keyboard.KeyActions.CANCEL; + } + + if (this.keyboard.terminal.getZoomFactor() != 1) { + // If we're not at 1:1 zoom factor, let the Ctrl +/-/0 keys control the + // browser zoom, so it's easier to for the user to get back to 100%. + return hterm.Keyboard.KeyActions.PASS; + } + + var cap = keyDef.keyCap.substr(0, 1); + if (cap == '0') { + this.keyboard.terminal.setFontSize(0); + } else { + var size = this.keyboard.terminal.getFontSize(); + + if (cap == '-' || keyDef.keyCap == '[KP-]') { + size -= 1; + } else { + size += 1; + } + + this.keyboard.terminal.setFontSize(size); + } + + return hterm.Keyboard.KeyActions.CANCEL; +}; +// SOURCE FILE: hterm/js/hterm_keyboard_keypattern.js +// Copyright (c) 2015 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * A record of modifier bits and keycode used to define a key binding. + * + * The modifier names are enumerated in the static KeyPattern.modifiers + * property below. Each modifier can be true, false, or "*". True means + * the modifier key must be present, false means it must not, and "*" means + * it doesn't matter. + */ +hterm.Keyboard.KeyPattern = function(spec) { + this.wildcardCount = 0; + this.keyCode = spec.keyCode; + + hterm.Keyboard.KeyPattern.modifiers.forEach(function(mod) { + this[mod] = spec[mod] || false; + if (this[mod] == '*') + this.wildcardCount++; + }.bind(this)); +}; + +/** + * Valid modifier names. + */ +hterm.Keyboard.KeyPattern.modifiers = [ + 'shift', 'ctrl', 'alt', 'meta' +]; + +/** + * A compare callback for Array.prototype.sort(). + * + * The bindings code wants to be sure to search through the strictest key + * patterns first, so that loosely defined patterns have a lower priority than + * exact patterns. + * + * @param {hterm.Keyboard.KeyPattern} a + * @param {hterm.Keyboard.KeyPattern} b + */ +hterm.Keyboard.KeyPattern.sortCompare = function(a, b) { + if (a.wildcardCount < b.wildcardCount) + return -1; + + if (a.wildcardCount > b.wildcardCount) + return 1; + + return 0; +}; + +/** + * Private method used to match this key pattern against other key patterns + * or key down events. + * + * @param {Object} The object to match. + * @param {boolean} True if we should ignore wildcards. Useful when you want + * to perform and exact match against another key pattern. + */ +hterm.Keyboard.KeyPattern.prototype.match_ = function(obj, exactMatch) { + if (this.keyCode != obj.keyCode) + return false; + + var rv = true; + + hterm.Keyboard.KeyPattern.modifiers.forEach(function(mod) { + var modValue = (mod in obj) ? obj[mod] : false; + if (!rv || (!exactMatch && this[mod] == '*') || this[mod] == modValue) + return; + + rv = false; + }.bind(this)); + + return rv; +}; + +/** + * Return true if the given keyDown object is a match for this key pattern. + * + * @param {Object} keyDown An object with a keyCode property and zero or + * more boolean properties representing key modifiers. These property names + * must match those defined in hterm.Keyboard.KeyPattern.modifiers. + */ +hterm.Keyboard.KeyPattern.prototype.matchKeyDown = function(keyDown) { + return this.match_(keyDown, false); +}; + +/** + * Return true if the given hterm.Keyboard.KeyPattern is exactly the same as + * this one. + * + * @param {hterm.Keyboard.KeyPattern} + */ +hterm.Keyboard.KeyPattern.prototype.matchKeyPattern = function(keyPattern) { + return this.match_(keyPattern, true); +}; +// SOURCE FILE: hterm/js/hterm_options.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * @fileoverview This file implements the hterm.Options class, + * which stores current operating conditions for the terminal. This object is + * used instead of a series of parameters to allow saving/restoring of cursor + * conditions easily, and to provide an easy place for common configuration + * options. + * + * Original code by Cory Maccarrone. + */ + +/** + * Constructor for the hterm.Options class, optionally acting as a copy + * constructor. + * + * The defaults are as defined in http://www.vt100.net/docs/vt510-rm/DECSTR + * except that we enable autowrap (wraparound) by default since that seems to + * be what xterm does. + * + * @param {hterm.Options=} opt_copy Optional instance to copy. + * @constructor + */ +hterm.Options = function(opt_copy) { + // All attributes in this class are public to allow easy access by the + // terminal. + + this.wraparound = opt_copy ? opt_copy.wraparound : true; + this.reverseWraparound = opt_copy ? opt_copy.reverseWraparound : false; + this.originMode = opt_copy ? opt_copy.originMode : false; + this.autoCarriageReturn = opt_copy ? opt_copy.autoCarriageReturn : false; + this.cursorVisible = opt_copy ? opt_copy.cursorVisible : false; + this.cursorBlink = opt_copy ? opt_copy.cursorBlink : false; + this.insertMode = opt_copy ? opt_copy.insertMode : false; + this.reverseVideo = opt_copy ? opt_copy.reverseVideo : false; + this.bracketedPaste = opt_copy ? opt_copy.bracketedPaste : false; +}; +// SOURCE FILE: hterm/js/hterm_parser.js +// Copyright (c) 2015 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('hterm.Keyboard.KeyActions'); + +/** + * @constructor + * Parses the key definition syntax used for user keyboard customizations. + */ +hterm.Parser = function() { + /** + * @type {string} The source string. + */ + this.source = ''; + + /** + * @type {number} The current position. + */ + this.pos = 0; + + /** + * @type {string?} The character at the current position. + */ + this.ch = null; +}; + +hterm.Parser.prototype.error = function(message) { + return new Error('Parse error at ' + this.pos + ': ' + message); +}; + +hterm.Parser.prototype.isComplete = function() { + return this.pos == this.source.length; +}; + +hterm.Parser.prototype.reset = function(source, opt_pos) { + this.source = source; + this.pos = opt_pos || 0; + this.ch = source.substr(0, 1); +}; + +/** + * Parse a key sequence. + * + * A key sequence is zero or more of the key modifiers defined in + * hterm.Parser.identifiers.modifierKeys followed by a key code. Key + * codes can be an integer or an identifier from + * hterm.Parser.identifiers.keyCodes. Modifiers and keyCodes should be joined + * by the dash character. + * + * An asterisk "*" can be used to indicate that the unspecified modifiers + * are optional. + * + * For example: + * A: Matches only an unmodified "A" character. + * 65: Same as above. + * 0x41: Same as above. + * Ctrl-A: Matches only Ctrl-A. + * Ctrl-65: Same as above. + * Ctrl-0x41: Same as above. + * Ctrl-Shift-A: Matches only Ctrl-Shift-A. + * Ctrl-*-A: Matches Ctrl-A, as well as any other key sequence that includes + * at least the Ctrl and A keys. + * + * @return {Object} An object with shift, ctrl, alt, meta, keyCode + * properties. + */ +hterm.Parser.prototype.parseKeySequence = function() { + var rv = { + keyCode: null + }; + + for (var k in hterm.Parser.identifiers.modifierKeys) { + rv[hterm.Parser.identifiers.modifierKeys[k]] = false; + } + + while (this.pos < this.source.length) { + this.skipSpace(); + + var token = this.parseToken(); + if (token.type == 'integer') { + rv.keyCode = token.value; + + } else if (token.type == 'identifier') { + var ucValue = token.value.toUpperCase(); + if (ucValue in hterm.Parser.identifiers.modifierKeys && + hterm.Parser.identifiers.modifierKeys.hasOwnProperty(ucValue)) { + var mod = hterm.Parser.identifiers.modifierKeys[ucValue]; + if (rv[mod] && rv[mod] != '*') + throw this.error('Duplicate modifier: ' + token.value); + rv[mod] = true; + + } else if (ucValue in hterm.Parser.identifiers.keyCodes && + hterm.Parser.identifiers.keyCodes.hasOwnProperty(ucValue)) { + rv.keyCode = hterm.Parser.identifiers.keyCodes[ucValue]; + + } else { + throw this.error('Unknown key: ' + token.value); + } + + } else if (token.type == 'symbol') { + if (token.value == '*') { + for (var id in hterm.Parser.identifiers.modifierKeys) { + var p = hterm.Parser.identifiers.modifierKeys[id]; + if (!rv[p]) + rv[p] = '*'; + } + } else { + throw this.error('Unexpected symbol: ' + token.value); + } + } else { + throw this.error('Expected integer or identifier'); + } + + this.skipSpace(); + + if (this.ch != '-') + break; + + if (rv.keyCode != null) + throw this.error('Extra definition after target key'); + + this.advance(1); + } + + if (rv.keyCode == null) + throw this.error('Missing target key'); + + return rv; +}; + +hterm.Parser.prototype.parseKeyAction = function() { + this.skipSpace(); + + var token = this.parseToken(); + + if (token.type == 'string') + return token.value; + + if (token.type == 'identifier') { + if (token.value in hterm.Parser.identifiers.actions && + hterm.Parser.identifiers.actions.hasOwnProperty(token.value)) + return hterm.Parser.identifiers.actions[token.value]; + + throw this.error('Unknown key action: ' + token.value); + } + + throw this.error('Expected string or identifier'); + +}; + +hterm.Parser.prototype.peekString = function() { + return this.ch == '\'' || this.ch == '"'; +}; + +hterm.Parser.prototype.peekIdentifier = function() { + return this.ch.match(/[a-z_]/i); +}; + +hterm.Parser.prototype.peekInteger = function() { + return this.ch.match(/[0-9]/); +}; + +hterm.Parser.prototype.parseToken = function() { + if (this.ch == '*') { + var rv = {type: 'symbol', value: this.ch}; + this.advance(1); + return rv; + } + + if (this.peekIdentifier()) + return {type: 'identifier', value: this.parseIdentifier()}; + + if (this.peekString()) + return {type: 'string', value: this.parseString()}; + + if (this.peekInteger()) + return {type: 'integer', value: this.parseInteger()}; + + + throw this.error('Unexpected token'); +}; + +hterm.Parser.prototype.parseIdentifier = function() { + if (!this.peekIdentifier()) + throw this.error('Expected identifier'); + + return this.parsePattern(/[a-z0-9_]+/ig); +}; + +hterm.Parser.prototype.parseInteger = function() { + var base = 10; + + if (this.ch == '0' && this.pos < this.source.length - 1 && + this.source.substr(this.pos + 1, 1) == 'x') { + return parseInt(this.parsePattern(/0x[0-9a-f]+/gi)); + } + + return parseInt(this.parsePattern(/\d+/g)); +}; + +/** + * Parse a single or double quoted string. + * + * The current position should point at the initial quote character. Single + * quoted strings will be treated literally, double quoted will process escapes. + * + * TODO(rginda): Variable interpolation. + * + * @param {ParseState} parseState + * @param {string} quote A single or double-quote character. + * @return {string} + */ +hterm.Parser.prototype.parseString = function() { + var result = ''; + + var quote = this.ch; + if (quote != '"' && quote != '\'') + throw this.error('String expected'); + + this.advance(1); + + var re = new RegExp('[\\\\' + quote + ']', 'g'); + + while (this.pos < this.source.length) { + re.lastIndex = this.pos; + if (!re.exec(this.source)) + throw this.error('Unterminated string literal'); + + result += this.source.substring(this.pos, re.lastIndex - 1); + + this.advance(re.lastIndex - this.pos - 1); + + if (quote == '"' && this.ch == '\\') { + this.advance(1); + result += this.parseEscape(); + continue; + } + + if (quote == '\'' && this.ch == '\\') { + result += this.ch; + this.advance(1); + continue; + } + + if (this.ch == quote) { + this.advance(1); + return result; + } + } + + throw this.error('Unterminated string literal'); +}; + + +/** + * Parse an escape code from the current position (which should point to + * the first character AFTER the leading backslash.) + * + * @return {string} + */ +hterm.Parser.prototype.parseEscape = function() { + var map = { + '"': '"', + '\'': '\'', + '\\': '\\', + 'a': '\x07', + 'b': '\x08', + 'e': '\x1b', + 'f': '\x0c', + 'n': '\x0a', + 'r': '\x0d', + 't': '\x09', + 'v': '\x0b', + 'x': function() { + var value = this.parsePattern(/[a-z0-9]{2}/ig); + return String.fromCharCode(parseInt(value, 16)); + }, + 'u': function() { + var value = this.parsePattern(/[a-z0-9]{4}/ig); + return String.fromCharCode(parseInt(value, 16)); + } + }; + + if (!(this.ch in map && map.hasOwnProperty(this.ch))) + throw this.error('Unknown escape: ' + this.ch); + + var value = map[this.ch]; + this.advance(1); + + if (typeof value == 'function') + value = value.call(this); + + return value; +}; + +/** + * Parse the given pattern starting from the current position. + * + * @param {RegExp} pattern A pattern representing the characters to span. MUST + * include the "global" RegExp flag. + * @return {string} + */ +hterm.Parser.prototype.parsePattern = function(pattern) { + if (!pattern.global) + throw this.error('Internal error: Span patterns must be global'); + + pattern.lastIndex = this.pos; + var ary = pattern.exec(this.source); + + if (!ary || pattern.lastIndex - ary[0].length != this.pos) + throw this.error('Expected match for: ' + pattern); + + this.pos = pattern.lastIndex - 1; + this.advance(1); + + return ary[0]; +}; + + +/** + * Advance the current position. + * + * @param {number} count + */ +hterm.Parser.prototype.advance = function(count) { + this.pos += count; + this.ch = this.source.substr(this.pos, 1); +}; + +/** + * @param {string=} opt_expect A list of valid non-whitespace characters to + * terminate on. + * @return {void} + */ +hterm.Parser.prototype.skipSpace = function(opt_expect) { + if (!/\s/.test(this.ch)) + return; + + var re = /\s+/gm; + re.lastIndex = this.pos; + + var source = this.source; + if (re.exec(source)) + this.pos = re.lastIndex; + + this.ch = this.source.substr(this.pos, 1); + + if (opt_expect) { + if (this.ch.indexOf(opt_expect) == -1) { + throw this.error('Expected one of ' + opt_expect + ', found: ' + + this.ch); + } + } +}; +// SOURCE FILE: hterm/js/hterm_parser_identifiers.js +// Copyright (c) 2015 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * Collections of identifier for hterm.Parser. + */ +hterm.Parser.identifiers = {}; + +/** + * Modifier key names used when defining key sequences. + * + * These are upper case so we can normalize the user input and be forgiving. + * "CTRL-A" and "Ctrl-A" and "ctrl-a" are all accepted. + * + * Note: Names here cannot overlap with hterm.Parser.identifiers.keyCodes. + */ +hterm.Parser.identifiers.modifierKeys = { + SHIFT: 'shift', + CTRL: 'ctrl', + // Common alias. + CONTROL: 'ctrl', + ALT: 'alt', + META: 'meta' +}; + +/** + * Key codes useful when defining key sequences. + * + * Punctuation is mostly left out of this list because they can move around + * based on keyboard locale and browser. + * + * In a key sequence like "Ctrl-ESC", the ESC comes from this list of + * identifiers. It is equivalent to "Ctrl-27" and "Ctrl-0x1b". + * + * These are upper case so we can normalize the user input and be forgiving. + * "Ctrl-ESC" and "Ctrl-Esc" an "Ctrl-esc" are all accepted. + * + * We also include common aliases for the same key. "Esc" and "Escape" are the + * same key. + * + * Note: Names here cannot overlap with hterm.Parser.identifiers.modifierKeys. + */ +hterm.Parser.identifiers.keyCodes = { + // Top row. + ESCAPE: 27, + ESC: 27, + F1: 112, + F2: 113, + F3: 114, + F4: 115, + F5: 116, + F6: 117, + F7: 118, + F8: 119, + F9: 120, + F10: 121, + F11: 122, + F12: 123, + + // Row two. + ONE: 49, + TWO: 50, + THREE: 51, + FOUR: 52, + FIVE: 53, + SIX: 54, + SEVEN: 55, + EIGHT: 56, + NINE: 57, + ZERO: 48, + BACKSPACE: 8, + BKSP: 8, + BS: 8, + + // Row three. + TAB: 9, + Q: 81, + W: 87, + E: 69, + R: 82, + T: 84, + Y: 89, + U: 85, + I: 73, + O: 79, + P: 80, + + // Row four. + CAPS_LOCK: 20, + CAPSLOCK: 20, + CAPS: 20, + A: 65, + S: 83, + D: 68, + F: 70, + G: 71, + H: 72, + J: 74, + K: 75, + L: 76, + // We map enter and return together even though enter should really be 10 + // because most people don't know or care about the history here. Plus, + // most keyboards/programs map them together already. If they really want + // to bind them differently, they can also use the numeric value. + ENTER: 13, + ENT: 13, + RETURN: 13, + RET: 13, + + // Row five. + Z: 90, + X: 88, + C: 67, + V: 86, + B: 66, + N: 78, + M: 77, + + // Etc. + SPACE: 32, + SP: 32, + PRINT_SCREEN: 42, + PRTSC: 42, + SCROLL_LOCK: 145, + SCRLK: 145, + BREAK: 19, + BRK: 19, + INSERT: 45, + INS: 45, + HOME: 36, + PAGE_UP: 33, + PGUP: 33, + DELETE: 46, + DEL: 46, + END: 35, + PAGE_DOWN: 34, + PGDOWN: 34, + PGDN: 34, + UP: 38, + DOWN: 40, + RIGHT: 39, + LEFT: 37, + NUMLOCK: 144, + + // Keypad + KP0: 96, + KP1: 97, + KP2: 98, + KP3: 99, + KP4: 100, + KP5: 101, + KP6: 102, + KP7: 103, + KP8: 104, + KP9: 105, + KP_PLUS: 107, + KP_ADD: 107, + KP_MINUS: 109, + KP_SUBTRACT: 109, + KP_STAR: 106, + KP_MULTIPLY: 106, + KP_DIVIDE: 111, + KP_DECIMAL: 110, + KP_PERIOD: 110, + + // Chrome OS media keys + NAVIGATE_BACK: 166, + NAVIGATE_FORWARD: 167, + RELOAD: 168, + FULL_SCREEN: 183, + WINDOW_OVERVIEW: 182, + BRIGHTNESS_UP: 216, + BRIGHTNESS_DOWN: 217 +}; + +/** + * Identifiers for use in key actions. + */ +hterm.Parser.identifiers.actions = { + /** + * Prevent the browser and operating system from handling the event. + */ + CANCEL: hterm.Keyboard.KeyActions.CANCEL, + + /** + * Wait for a "keypress" event, send the keypress charCode to the host. + */ + DEFAULT: hterm.Keyboard.KeyActions.DEFAULT, + + /** + * Let the browser or operating system handle the key. + */ + PASS: hterm.Keyboard.KeyActions.PASS, + + /** + * Scroll the terminal one page up. + */ + scrollPageUp: function(terminal) { + terminal.scrollPageUp(); + return hterm.Keyboard.KeyActions.CANCEL; + }, + + /** + * Scroll the terminal one page down. + */ + scrollPageDown: function(terminal) { + terminal.scrollPageDown(); + return hterm.Keyboard.KeyActions.CANCEL; + }, + + /** + * Scroll the terminal to the top. + */ + scrollToTop: function(terminal) { + terminal.scrollEnd(); + return hterm.Keyboard.KeyActions.CANCEL; + }, + + /** + * Scroll the terminal to the bottom. + */ + scrollToBottom: function(terminal) { + terminal.scrollEnd(); + return hterm.Keyboard.KeyActions.CANCEL; + }, + + /** + * Clear the terminal and scrollback buffer. + */ + clearScrollback: function(terminal) { + terminal.wipeContents(); + return hterm.Keyboard.KeyActions.CANCEL; + } +}; +// SOURCE FILE: hterm/js/hterm_preference_manager.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.f', 'lib.Storage'); + +/** + * PreferenceManager subclass managing global NaSSH preferences. + * + * This is currently just an ordered list of known connection profiles. + */ +hterm.PreferenceManager = function(profileId) { + lib.PreferenceManager.call(this, hterm.defaultStorage, + '/hterm/profiles/' + profileId); + var defs = hterm.PreferenceManager.defaultPreferences; + Object.keys(defs).forEach(function(key) { + this.definePreference(key, defs[key][1]); + }.bind(this)); +}; + +hterm.PreferenceManager.categories = {}; +hterm.PreferenceManager.categories.Keyboard = 'Keyboard'; +hterm.PreferenceManager.categories.Appearance = 'Appearance'; +hterm.PreferenceManager.categories.CopyPaste = 'CopyPaste'; +hterm.PreferenceManager.categories.Sounds = 'Sounds'; +hterm.PreferenceManager.categories.Scrolling = 'Scrolling'; +hterm.PreferenceManager.categories.Encoding = 'Encoding'; +hterm.PreferenceManager.categories.Miscellaneous = 'Miscellaneous'; + +/** + * List of categories, ordered by display order (top to bottom) + */ +hterm.PreferenceManager.categoryDefinitions = [ + { id: hterm.PreferenceManager.categories.Appearance, + text: 'Appearance (fonts, colors, images)'}, + { id: hterm.PreferenceManager.categories.CopyPaste, + text: 'Copy & Paste'}, + { id: hterm.PreferenceManager.categories.Encoding, + text: 'Encoding'}, + { id: hterm.PreferenceManager.categories.Keyboard, + text: 'Keyboard'}, + { id: hterm.PreferenceManager.categories.Scrolling, + text: 'Scrolling'}, + { id: hterm.PreferenceManager.categories.Sounds, + text: 'Sounds'}, + { id: hterm.PreferenceManager.categories.Miscellaneous, + text: 'Misc.'} +]; + + +hterm.PreferenceManager.defaultPreferences = { + 'alt-gr-mode': + [hterm.PreferenceManager.categories.Keyboard, null, + [null, 'none', 'ctrl-alt', 'left-alt', 'right-alt'], + 'Select an AltGr detection hack^Wheuristic.\n' + + '\n' + + '\'null\': Autodetect based on navigator.language:\n' + + ' \'en-us\' => \'none\', else => \'right-alt\'\n' + + '\'none\': Disable any AltGr related munging.\n' + + '\'ctrl-alt\': Assume Ctrl+Alt means AltGr.\n' + + '\'left-alt\': Assume left Alt means AltGr.\n' + + '\'right-alt\': Assume right Alt means AltGr.\n'], + + 'alt-backspace-is-meta-backspace': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'If set, undoes the Chrome OS Alt-Backspace->DEL remap, so that ' + + 'alt-backspace indeed is alt-backspace.'], + + 'alt-is-meta': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'Set whether the alt key acts as a meta key or as a distinct alt key.'], + + 'alt-sends-what': + [hterm.PreferenceManager.categories.Keyboard, 'escape', + ['escape', '8-bit', 'browser-key'], + 'Controls how the alt key is handled.\n' + + '\n' + + ' escape....... Send an ESC prefix.\n' + + ' 8-bit........ Add 128 to the unshifted character as in xterm.\n' + + ' browser-key.. Wait for the keypress event and see what the browser \n' + + ' says. (This won\'t work well on platforms where the \n' + + ' browser performs a default action for some alt sequences.)' + ], + + 'audible-bell-sound': + [hterm.PreferenceManager.categories.Sounds, 'lib-resource:hterm/audio/bell', + 'url', + 'URL of the terminal bell sound. Empty string for no audible bell.'], + + 'desktop-notification-bell': + [hterm.PreferenceManager.categories.Sounds, false, 'bool', + 'If true, terminal bells in the background will create a Web ' + + 'Notification. https://www.w3.org/TR/notifications/\n' + + '\n'+ + 'Displaying notifications requires permission from the user. When this ' + + 'option is set to true, hterm will attempt to ask the user for permission ' + + 'if necessary. Note browsers may not show this permission request if it ' + + 'did not originate from a user action.\n' + + '\n' + + 'Chrome extensions with the "notifications" permission have permission to ' + + 'display notifications.'], + + 'background-color': + [hterm.PreferenceManager.categories.Appearance, 'rgb(16, 16, 16)', 'color', + 'The background color for text with no other color attributes.'], + + 'background-image': + [hterm.PreferenceManager.categories.Appearance, '', 'string', + 'CSS value of the background image. Empty string for no image.\n' + + '\n' + + 'For example:\n' + + ' url(https://goo.gl/anedTK)\n' + + ' linear-gradient(top bottom, blue, red)'], + + 'background-size': + [hterm.PreferenceManager.categories.Appearance, '', 'string', + 'CSS value of the background image size. Defaults to none.'], + + 'background-position': + [hterm.PreferenceManager.categories.Appearance, '', 'string', + 'CSS value of the background image position.\n' + + '\n' + + 'For example:\n' + + ' 10% 10%\n' + + ' center'], + + 'backspace-sends-backspace': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'If true, the backspace should send BS (\'\\x08\', aka ^H). Otherwise ' + + 'the backspace key should send \'\\x7f\'.'], + + 'character-map-overrides': + [hterm.PreferenceManager.categories.Appearance, null, 'value', + 'This is specified as an object. It is a sparse array, where each ' + + 'property is the character set code and the value is an object that is ' + + 'a sparse array itself. In that sparse array, each property is the ' + + 'received character and the value is the displayed character.\n' + + '\n' + + 'For example:\n' + + ' {"0":{"+":"\\u2192",",":"\\u2190","-":"\\u2191",".":"\\u2193", ' + + '"0":"\\u2588"}}' + ], + + 'close-on-exit': + [hterm.PreferenceManager.categories.Miscellaneous, true, 'bool', + 'Whether or not to close the window when the command exits.'], + + 'cursor-blink': + [hterm.PreferenceManager.categories.Appearance, false, 'bool', + 'Whether or not to blink the cursor by default.'], + + 'cursor-blink-cycle': + [hterm.PreferenceManager.categories.Appearance, [1000, 500], 'value', + 'The cursor blink rate in milliseconds.\n' + + '\n' + + 'A two element array, the first of which is how long the cursor should be ' + + 'on, second is how long it should be off.'], + + 'cursor-color': + [hterm.PreferenceManager.categories.Appearance, 'rgba(255, 0, 0, 0.5)', + 'color', + 'The color of the visible cursor.'], + + 'color-palette-overrides': + [hterm.PreferenceManager.categories.Appearance, null, 'value', + 'Override colors in the default palette.\n' + + '\n' + + 'This can be specified as an array or an object. If specified as an ' + + 'object it is assumed to be a sparse array, where each property ' + + 'is a numeric index into the color palette.\n' + + '\n' + + 'Values can be specified as almost any css color value. This ' + + 'includes #RGB, #RRGGBB, rgb(...), rgba(...), and any color names ' + + 'that are also part of the stock X11 rgb.txt file.\n' + + '\n' + + 'You can use \'null\' to specify that the default value should be not ' + + 'be changed. This is useful for skipping a small number of indices ' + + 'when the value is specified as an array.'], + + 'copy-on-select': + [hterm.PreferenceManager.categories.CopyPaste, true, 'bool', + 'Automatically copy mouse selection to the clipboard.'], + + 'use-default-window-copy': + [hterm.PreferenceManager.categories.CopyPaste, false, 'bool', + 'Whether to use the default window copy behavior'], + + 'clear-selection-after-copy': + [hterm.PreferenceManager.categories.CopyPaste, true, 'bool', + 'Whether to clear the selection after copying.'], + + 'ctrl-plus-minus-zero-zoom': + [hterm.PreferenceManager.categories.Keyboard, true, 'bool', + 'If true, Ctrl-Plus/Minus/Zero controls zoom.\n' + + 'If false, Ctrl-Shift-Plus/Minus/Zero controls zoom, Ctrl-Minus sends ^_, ' + + 'Ctrl-Plus/Zero do nothing.'], + + 'ctrl-c-copy': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'Ctrl+C copies if true, send ^C to host if false.\n' + + 'Ctrl+Shift+C sends ^C to host if true, copies if false.'], + + 'ctrl-v-paste': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'Ctrl+V pastes if true, send ^V to host if false.\n' + + 'Ctrl+Shift+V sends ^V to host if true, pastes if false.'], + + 'east-asian-ambiguous-as-two-column': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'Set whether East Asian Ambiguous characters have two column width.'], + + 'enable-8-bit-control': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'True to enable 8-bit control characters, false to ignore them.\n' + + '\n' + + 'We\'ll respect the two-byte versions of these control characters ' + + 'regardless of this setting.'], + + 'enable-bold': + [hterm.PreferenceManager.categories.Appearance, null, 'tristate', + 'True if we should use bold weight font for text with the bold/bright ' + + 'attribute. False to use the normal weight font. Null to autodetect.'], + + 'enable-bold-as-bright': + [hterm.PreferenceManager.categories.Appearance, true, 'bool', + 'True if we should use bright colors (8-15 on a 16 color palette) ' + + 'for any text with the bold attribute. False otherwise.'], + + 'enable-blink': + [hterm.PreferenceManager.categories.Appearance, true, 'bool', + 'True if we should respect the blink attribute. False to ignore it. '], + + 'enable-clipboard-notice': + [hterm.PreferenceManager.categories.CopyPaste, true, 'bool', + 'Show a message in the terminal when the host writes to the clipboard.'], + + 'enable-clipboard-write': + [hterm.PreferenceManager.categories.CopyPaste, true, 'bool', + 'Allow the host to write directly to the system clipboard.'], + + 'enable-dec12': + [hterm.PreferenceManager.categories.Miscellaneous, false, 'bool', + 'Respect the host\'s attempt to change the cursor blink status using ' + + 'DEC Private Mode 12.'], + + 'environment': + [hterm.PreferenceManager.categories.Miscellaneous, {'TERM': 'xterm-256color'}, + 'value', + 'The default environment variables, as an object.'], + + 'font-family': + [hterm.PreferenceManager.categories.Appearance, + '"DejaVu Sans Mono", "Everson Mono", FreeMono, "Menlo", "Terminal", ' + + 'monospace', 'string', + 'Default font family for the terminal text.'], + + 'font-size': + [hterm.PreferenceManager.categories.Appearance, 15, 'int', + 'The default font size in pixels.'], + + 'font-smoothing': + [hterm.PreferenceManager.categories.Appearance, 'antialiased', 'string', + 'CSS font-smoothing property.'], + + 'foreground-color': + [hterm.PreferenceManager.categories.Appearance, 'rgb(240, 240, 240)', 'color', + 'The foreground color for text with no other color attributes.'], + + 'home-keys-scroll': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'If true, home/end will control the terminal scrollbar and shift home/end ' + + 'will send the VT keycodes. If false then home/end sends VT codes and ' + + 'shift home/end scrolls.'], + + 'keybindings': + [hterm.PreferenceManager.categories.Keyboard, null, 'value', + 'A map of key sequence to key actions. Key sequences include zero or ' + + 'more modifier keys followed by a key code. Key codes can be decimal or ' + + 'hexadecimal numbers, or a key identifier. Key actions can be specified ' + + 'a string to send to the host, or an action identifier. For a full ' + + 'explanation of the format, see https://goo.gl/LWRndr.\n' + + '\n' + + 'Sample keybindings:\n' + + '{\n' + + ' "Ctrl-Alt-K": "clearScrollback",\n' + + ' "Ctrl-Shift-L": "PASS",\n' + + ' "Ctrl-H": "\'HELLO\\n\'"\n' + + '}'], + + 'max-string-sequence': + [hterm.PreferenceManager.categories.Encoding, 100000, 'int', + 'Max length of a DCS, OSC, PM, or APS sequence before we give up and ' + + 'ignore the code.'], + + 'media-keys-are-fkeys': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'If true, convert media keys to their Fkey equivalent. If false, let ' + + 'the browser handle the keys.'], + + 'meta-sends-escape': + [hterm.PreferenceManager.categories.Keyboard, true, 'bool', + 'Set whether the meta key sends a leading escape or not.'], + + 'mouse-right-click-paste': + [hterm.PreferenceManager.categories.CopyPaste, true, 'bool', + 'Paste on right mouse button clicks.\n' + + '\n' + + 'This option is activate independent of the "mouse-paste-button" ' + + 'setting.\n' + + '\n' + + 'Note: This will handle left & right handed mice correctly.'], + + 'mouse-paste-button': + [hterm.PreferenceManager.categories.CopyPaste, null, + [null, 0, 1, 2, 3, 4, 5, 6], + 'Mouse paste button, or null to autodetect.\n' + + '\n' + + 'For autodetect, we\'ll use the middle mouse button for non-X11 ' + + 'platforms (including Chrome OS). On X11, we\'ll use the right mouse ' + + 'button (since the native window manager should paste via the middle ' + + 'mouse button).\n' + + '\n' + + '0 == left (primary) button.\n' + + '1 == middle (auxiliary) button.\n' + + '2 == right (secondary) button.\n' + + '\n' + + 'This option is activate independent of the "mouse-right-click-paste" ' + + 'setting.\n' + + '\n' + + 'Note: This will handle left & right handed mice correctly.'], + + 'word-break-match-left': + [hterm.PreferenceManager.categories.CopyPaste, + '[^\\s\\[\\](){}<>"\'\\^!@#$%&*,;:`]', 'string', + 'Regular expression to halt matching to the left (start) of a selection.\n' + + '\n' + + 'Normally this is a character class to reject specific characters.\n' + + 'We allow "~" and "." by default as paths frequently start with those.'], + + 'word-break-match-right': + [hterm.PreferenceManager.categories.CopyPaste, + '[^\\s\\[\\](){}<>"\'\\^!@#$%&*,;:~.`]', 'string', + 'Regular expression to halt matching to the right (end) of a selection.\n' + + '\n' + + 'Normally this is a character class to reject specific characters.'], + + 'word-break-match-middle': + [hterm.PreferenceManager.categories.CopyPaste, + '[^\\s\\[\\](){}<>"\'\\^]*', 'string', + 'Regular expression to match all the characters in the middle.\n' + + '\n' + + 'Normally this is a character class to reject specific characters.\n' + + '\n' + + 'Used to expand the selection surrounding the starting point.'], + + 'page-keys-scroll': + [hterm.PreferenceManager.categories.Keyboard, false, 'bool', + 'If true, page up/down will control the terminal scrollbar and shift ' + + 'page up/down will send the VT keycodes. If false then page up/down ' + + 'sends VT codes and shift page up/down scrolls.'], + + 'pass-alt-number': + [hterm.PreferenceManager.categories.Keyboard, null, 'tristate', + 'Set whether we should pass Alt-1..9 to the browser.\n' + + '\n' + + 'This is handy when running hterm in a browser tab, so that you don\'t ' + + 'lose Chrome\'s "switch to tab" keyboard accelerators. When not running ' + + 'in a tab it\'s better to send these keys to the host so they can be ' + + 'used in vim or emacs.\n' + + '\n' + + 'If true, Alt-1..9 will be handled by the browser. If false, Alt-1..9 ' + + 'will be sent to the host. If null, autodetect based on browser platform ' + + 'and window type.'], + + 'pass-ctrl-number': + [hterm.PreferenceManager.categories.Keyboard, null, 'tristate', + 'Set whether we should pass Ctrl-1..9 to the browser.\n' + + '\n' + + 'This is handy when running hterm in a browser tab, so that you don\'t ' + + 'lose Chrome\'s "switch to tab" keyboard accelerators. When not running ' + + 'in a tab it\'s better to send these keys to the host so they can be ' + + 'used in vim or emacs.\n' + + '\n' + + 'If true, Ctrl-1..9 will be handled by the browser. If false, Ctrl-1..9 ' + + 'will be sent to the host. If null, autodetect based on browser platform ' + + 'and window type.'], + + 'pass-meta-number': + [hterm.PreferenceManager.categories.Keyboard, null, 'tristate', + 'Set whether we should pass Meta-1..9 to the browser.\n' + + '\n' + + 'This is handy when running hterm in a browser tab, so that you don\'t ' + + 'lose Chrome\'s "switch to tab" keyboard accelerators. When not running ' + + 'in a tab it\'s better to send these keys to the host so they can be ' + + 'used in vim or emacs.\n' + + '\n' + + 'If true, Meta-1..9 will be handled by the browser. If false, Meta-1..9 ' + + 'will be sent to the host. If null, autodetect based on browser platform ' + + 'and window type.'], + + 'pass-meta-v': + [hterm.PreferenceManager.categories.Keyboard, true, 'bool', + 'Set whether meta-V gets passed to host.'], + + 'receive-encoding': + [hterm.PreferenceManager.categories.Encoding, 'utf-8', ['utf-8', 'raw'], + 'Set the expected encoding for data received from the host.\n' + + '\n' + + 'Valid values are \'utf-8\' and \'raw\'.'], + + 'scroll-on-keystroke': + [hterm.PreferenceManager.categories.Scrolling, true, 'bool', + 'If true, scroll to the bottom on any keystroke.'], + + 'scroll-on-output': + [hterm.PreferenceManager.categories.Scrolling, false, 'bool', + 'If true, scroll to the bottom on terminal output.'], + + 'scrollbar-visible': + [hterm.PreferenceManager.categories.Scrolling, true, 'bool', + 'The vertical scrollbar mode.'], + + 'scroll-wheel-may-send-arrow-keys': + [hterm.PreferenceManager.categories.Scrolling, false, 'bool', + 'When using the alternative screen buffer, and DECCKM (Application Cursor ' + + 'Keys) is active, mouse wheel scroll events will emulate arrow keys.\n' + + '\n' + + 'It can be temporarily disabled by holding the shift key.\n' + + '\n' + + 'This frequently comes up when using pagers (less) or reading man pages ' + + 'or text editors (vi/nano) or using screen/tmux.'], + + 'scroll-wheel-move-multiplier': + [hterm.PreferenceManager.categories.Scrolling, 1, 'int', + 'The multiplier for the pixel delta in wheel events caused by the ' + + 'scroll wheel. Alters how fast the page scrolls.'], + + 'send-encoding': + [hterm.PreferenceManager.categories.Encoding, 'utf-8', ['utf-8', 'raw'], + 'Set the encoding for data sent to host.'], + + 'terminal-encoding': + [hterm.PreferenceManager.categories.Encoding, 'iso-2022', + ['iso-2022', 'utf-8', 'utf-8-locked'], + 'The default terminal encoding (DOCS).\n' + + '\n' + + 'ISO-2022 enables character map translations (like graphics maps).\n' + + 'UTF-8 disables support for those.\n' + + '\n' + + 'The locked variant means the encoding cannot be changed at runtime ' + + 'via terminal escape sequences.\n' + + '\n' + + 'You should stick with UTF-8 unless you notice broken rendering with ' + + 'legacy applications.'], + + 'shift-insert-paste': + [hterm.PreferenceManager.categories.Keyboard, true, 'bool', + 'Shift + Insert pastes if true, sent to host if false.'], + + 'user-css': + [hterm.PreferenceManager.categories.Appearance, '', 'url', + 'URL of user stylesheet to include in the terminal document.'], + + 'user-css-text': + [hterm.PreferenceManager.categories.Appearance, '', 'multiline-string', + 'Custom CSS text for styling the terminal.'], +}; + +hterm.PreferenceManager.prototype = + Object.create(lib.PreferenceManager.prototype); +hterm.PreferenceManager.constructor = hterm.PreferenceManager; +// SOURCE FILE: hterm/js/hterm_pubsub.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +/** + * Utility class used to add publish/subscribe/unsubscribe functionality to + * an existing object. + */ +hterm.PubSub = function() { + this.observers_ = {}; +}; + +/** + * Add publish, subscribe, and unsubscribe methods to an existing object. + * + * No other properties of the object are touched, so there is no need to + * worry about clashing private properties. + * + * @param {Object} obj The object to add this behavior to. + */ +hterm.PubSub.addBehavior = function(obj) { + var pubsub = new hterm.PubSub(); + for (var m in hterm.PubSub.prototype) { + obj[m] = hterm.PubSub.prototype[m].bind(pubsub); + } +}; + +/** + * Subscribe to be notified of messages about a subject. + * + * @param {string} subject The subject to subscribe to. + * @param {function(Object)} callback The function to invoke for notifications. + */ +hterm.PubSub.prototype.subscribe = function(subject, callback) { + if (!(subject in this.observers_)) + this.observers_[subject] = []; + + this.observers_[subject].push(callback); +}; + +/** + * Unsubscribe from a subject. + * + * @param {string} subject The subject to unsubscribe from. + * @param {function(Object)} callback A callback previously registered via + * subscribe(). + */ +hterm.PubSub.prototype.unsubscribe = function(subject, callback) { + var list = this.observers_[subject]; + if (!list) + throw 'Invalid subject: ' + subject; + + var i = list.indexOf(callback); + if (i < 0) + throw 'Not subscribed: ' + subject; + + list.splice(i, 1); +}; + +/** + * Publish a message about a subject. + * + * Subscribers (and the optional final callback) are invoked asynchronously. + * This method will return before anyone is actually notified. + * + * @param {string} subject The subject to publish about. + * @param {Object} e An arbitrary object associated with this notification. + * @param {function(Object)} opt_lastCallback An optional function to call after + * all subscribers have been notified. + */ +hterm.PubSub.prototype.publish = function(subject, e, opt_lastCallback) { + function notifyList(i) { + // Set this timeout before invoking the callback, so we don't have to + // concern ourselves with exceptions. + if (i < list.length - 1) + setTimeout(notifyList, 0, i + 1); + + list[i](e); + } + + var list = this.observers_[subject]; + if (list) { + // Copy the list, in case it changes while we're notifying. + list = [].concat(list); + } + + if (opt_lastCallback) { + if (list) { + list.push(opt_lastCallback); + } else { + list = [opt_lastCallback]; + } + } + + if (list) + setTimeout(notifyList, 0, 0); +}; +// SOURCE FILE: hterm/js/hterm_screen.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.f', 'lib.wc', + 'hterm.RowCol', 'hterm.Size', 'hterm.TextAttributes'); + +/** + * @fileoverview This class represents a single terminal screen full of text. + * + * It maintains the current cursor position and has basic methods for text + * insert and overwrite, and adding or removing rows from the screen. + * + * This class has no knowledge of the scrollback buffer. + * + * The number of rows on the screen is determined only by the number of rows + * that the caller inserts into the screen. If a caller wants to ensure a + * constant number of rows on the screen, it's their responsibility to remove a + * row for each row inserted. + * + * The screen width, in contrast, is enforced locally. + * + * + * In practice... + * - The hterm.Terminal class holds two hterm.Screen instances. One for the + * primary screen and one for the alternate screen. + * + * - The html.Screen class only cares that rows are HTMLElements. In the + * larger context of hterm, however, the rows happen to be displayed by an + * hterm.ScrollPort and have to follow a few rules as a result. Each + * row must be rooted by the custom HTML tag 'x-row', and each must have a + * rowIndex property that corresponds to the index of the row in the context + * of the scrollback buffer. These invariants are enforced by hterm.Terminal + * because that is the class using the hterm.Screen in the context of an + * hterm.ScrollPort. + */ + +/** + * Create a new screen instance. + * + * The screen initially has no rows and a maximum column count of 0. + * + * @param {integer} opt_columnCount The maximum number of columns for this + * screen. See insertString() and overwriteString() for information about + * what happens when too many characters are added too a row. Defaults to + * 0 if not provided. + */ +hterm.Screen = function(opt_columnCount) { + /** + * Public, read-only access to the rows in this screen. + */ + this.rowsArray = []; + + // The max column width for this screen. + this.columnCount_ = opt_columnCount || 80; + + // The current color, bold, underline and blink attributes. + this.textAttributes = new hterm.TextAttributes(window.document); + + // Current zero-based cursor coordinates. + this.cursorPosition = new hterm.RowCol(0, 0); + + // The node containing the row that the cursor is positioned on. + this.cursorRowNode_ = null; + + // The node containing the span of text that the cursor is positioned on. + this.cursorNode_ = null; + + // The offset in column width into cursorNode_ where the cursor is positioned. + this.cursorOffset_ = null; + + // Regexes for expanding word selections. + this.wordBreakMatchLeft = null; + this.wordBreakMatchRight = null; + this.wordBreakMatchMiddle = null; +}; + +/** + * Return the screen size as an hterm.Size object. + * + * @return {hterm.Size} hterm.Size object representing the current number + * of rows and columns in this screen. + */ +hterm.Screen.prototype.getSize = function() { + return new hterm.Size(this.columnCount_, this.rowsArray.length); +}; + +/** + * Return the current number of rows in this screen. + * + * @return {integer} The number of rows in this screen. + */ +hterm.Screen.prototype.getHeight = function() { + return this.rowsArray.length; +}; + +/** + * Return the current number of columns in this screen. + * + * @return {integer} The number of columns in this screen. + */ +hterm.Screen.prototype.getWidth = function() { + return this.columnCount_; +}; + +/** + * Set the maximum number of columns per row. + * + * @param {integer} count The maximum number of columns per row. + */ +hterm.Screen.prototype.setColumnCount = function(count) { + this.columnCount_ = count; + + if (this.cursorPosition.column >= count) + this.setCursorPosition(this.cursorPosition.row, count - 1); +}; + +/** + * Remove the first row from the screen and return it. + * + * @return {HTMLElement} The first row in this screen. + */ +hterm.Screen.prototype.shiftRow = function() { + return this.shiftRows(1)[0]; +}; + +/** + * Remove rows from the top of the screen and return them as an array. + * + * @param {integer} count The number of rows to remove. + * @return {Array.} The selected rows. + */ +hterm.Screen.prototype.shiftRows = function(count) { + return this.rowsArray.splice(0, count); +}; + +/** + * Insert a row at the top of the screen. + * + * @param {HTMLElement} row The row to insert. + */ +hterm.Screen.prototype.unshiftRow = function(row) { + this.rowsArray.splice(0, 0, row); +}; + +/** + * Insert rows at the top of the screen. + * + * @param {Array.} rows The rows to insert. + */ +hterm.Screen.prototype.unshiftRows = function(rows) { + this.rowsArray.unshift.apply(this.rowsArray, rows); +}; + +/** + * Remove the last row from the screen and return it. + * + * @return {HTMLElement} The last row in this screen. + */ +hterm.Screen.prototype.popRow = function() { + return this.popRows(1)[0]; +}; + +/** + * Remove rows from the bottom of the screen and return them as an array. + * + * @param {integer} count The number of rows to remove. + * @return {Array.} The selected rows. + */ +hterm.Screen.prototype.popRows = function(count) { + return this.rowsArray.splice(this.rowsArray.length - count, count); +}; + +/** + * Insert a row at the bottom of the screen. + * + * @param {HTMLElement} row The row to insert. + */ +hterm.Screen.prototype.pushRow = function(row) { + this.rowsArray.push(row); +}; + +/** + * Insert rows at the bottom of the screen. + * + * @param {Array.} rows The rows to insert. + */ +hterm.Screen.prototype.pushRows = function(rows) { + rows.push.apply(this.rowsArray, rows); +}; + +/** + * Insert a row at the specified row of the screen. + * + * @param {integer} index The index to insert the row. + * @param {HTMLElement} row The row to insert. + */ +hterm.Screen.prototype.insertRow = function(index, row) { + this.rowsArray.splice(index, 0, row); +}; + +/** + * Insert rows at the specified row of the screen. + * + * @param {integer} index The index to insert the rows. + * @param {Array.} rows The rows to insert. + */ +hterm.Screen.prototype.insertRows = function(index, rows) { + for (var i = 0; i < rows.length; i++) { + this.rowsArray.splice(index + i, 0, rows[i]); + } +}; + +/** + * Remove a row from the screen and return it. + * + * @param {integer} index The index of the row to remove. + * @return {HTMLElement} The selected row. + */ +hterm.Screen.prototype.removeRow = function(index) { + return this.rowsArray.splice(index, 1)[0]; +}; + +/** + * Remove rows from the bottom of the screen and return them as an array. + * + * @param {integer} index The index to start removing rows. + * @param {integer} count The number of rows to remove. + * @return {Array.} The selected rows. + */ +hterm.Screen.prototype.removeRows = function(index, count) { + return this.rowsArray.splice(index, count); +}; + +/** + * Invalidate the current cursor position. + * + * This sets this.cursorPosition to (0, 0) and clears out some internal + * data. + * + * Attempting to insert or overwrite text while the cursor position is invalid + * will raise an obscure exception. + */ +hterm.Screen.prototype.invalidateCursorPosition = function() { + this.cursorPosition.move(0, 0); + this.cursorRowNode_ = null; + this.cursorNode_ = null; + this.cursorOffset_ = null; +}; + +/** + * Clear the contents of the cursor row. + */ +hterm.Screen.prototype.clearCursorRow = function() { + this.cursorRowNode_.innerHTML = ''; + this.cursorRowNode_.removeAttribute('line-overflow'); + this.cursorOffset_ = 0; + this.cursorPosition.column = 0; + this.cursorPosition.overflow = false; + + var text; + if (this.textAttributes.isDefault()) { + text = ''; + } else { + text = lib.f.getWhitespace(this.columnCount_); + } + + // We shouldn't honor inverse colors when clearing an area, to match + // xterm's back color erase behavior. + var inverse = this.textAttributes.inverse; + this.textAttributes.inverse = false; + this.textAttributes.syncColors(); + + var node = this.textAttributes.createContainer(text); + this.cursorRowNode_.appendChild(node); + this.cursorNode_ = node; + + this.textAttributes.inverse = inverse; + this.textAttributes.syncColors(); +}; + +/** + * Mark the current row as having overflowed to the next line. + * + * The line overflow state is used when converting a range of rows into text. + * It makes it possible to recombine two or more overflow terminal rows into + * a single line. + * + * This is distinct from the cursor being in the overflow state. Cursor + * overflow indicates that printing at the cursor position will commit a + * line overflow, unless it is preceded by a repositioning of the cursor + * to a non-overflow state. + */ +hterm.Screen.prototype.commitLineOverflow = function() { + this.cursorRowNode_.setAttribute('line-overflow', true); +}; + +/** + * Relocate the cursor to a give row and column. + * + * @param {integer} row The zero based row. + * @param {integer} column The zero based column. + */ +hterm.Screen.prototype.setCursorPosition = function(row, column) { + if (!this.rowsArray.length) { + console.warn('Attempt to set cursor position on empty screen.'); + return; + } + + if (row >= this.rowsArray.length) { + console.error('Row out of bounds: ' + row); + row = this.rowsArray.length - 1; + } else if (row < 0) { + console.error('Row out of bounds: ' + row); + row = 0; + } + + if (column >= this.columnCount_) { + console.error('Column out of bounds: ' + column); + column = this.columnCount_ - 1; + } else if (column < 0) { + console.error('Column out of bounds: ' + column); + column = 0; + } + + this.cursorPosition.overflow = false; + + var rowNode = this.rowsArray[row]; + var node = rowNode.firstChild; + + if (!node) { + node = rowNode.ownerDocument.createTextNode(''); + rowNode.appendChild(node); + } + + var currentColumn = 0; + + if (rowNode == this.cursorRowNode_) { + if (column >= this.cursorPosition.column - this.cursorOffset_) { + node = this.cursorNode_; + currentColumn = this.cursorPosition.column - this.cursorOffset_; + } + } else { + this.cursorRowNode_ = rowNode; + } + + this.cursorPosition.move(row, column); + + while (node) { + var offset = column - currentColumn; + var width = hterm.TextAttributes.nodeWidth(node); + if (!node.nextSibling || width > offset) { + this.cursorNode_ = node; + this.cursorOffset_ = offset; + return; + } + + currentColumn += width; + node = node.nextSibling; + } +}; + +/** + * Set the provided selection object to be a caret selection at the current + * cursor position. + */ +hterm.Screen.prototype.syncSelectionCaret = function(selection) { + try { + selection.collapse(this.cursorNode_, this.cursorOffset_); + } catch (firefoxIgnoredException) { + // FF can throw an exception if the range is off, rather than just not + // performing the collapse. + } +}; + +/** + * Split a single node into two nodes at the given offset. + * + * For example: + * Given the DOM fragment '
Hello World
', call splitNode_ + * passing the span and an offset of 6. This would modify the fragment to + * become: '
Hello World
'. If the span + * had any attributes they would have been copied to the new span as well. + * + * The to-be-split node must have a container, so that the new node can be + * placed next to it. + * + * @param {HTMLNode} node The node to split. + * @param {integer} offset The offset into the node where the split should + * occur. + */ +hterm.Screen.prototype.splitNode_ = function(node, offset) { + var afterNode = node.cloneNode(false); + + var textContent = node.textContent; + node.textContent = hterm.TextAttributes.nodeSubstr(node, 0, offset); + afterNode.textContent = lib.wc.substr(textContent, offset); + + if (afterNode.textContent) + node.parentNode.insertBefore(afterNode, node.nextSibling); + if (!node.textContent) + node.parentNode.removeChild(node); +}; + +/** + * Ensure that text is clipped and the cursor is clamped to the column count. + */ +hterm.Screen.prototype.maybeClipCurrentRow = function() { + var width = hterm.TextAttributes.nodeWidth(this.cursorRowNode_); + + if (width <= this.columnCount_) { + // Current row does not need clipping, but may need clamping. + if (this.cursorPosition.column >= this.columnCount_) { + this.setCursorPosition(this.cursorPosition.row, this.columnCount_ - 1); + this.cursorPosition.overflow = true; + } + + return; + } + + // Save off the current column so we can maybe restore it later. + var currentColumn = this.cursorPosition.column; + + // Move the cursor to the final column. + this.setCursorPosition(this.cursorPosition.row, this.columnCount_ - 1); + + // Remove any text that partially overflows. + width = hterm.TextAttributes.nodeWidth(this.cursorNode_); + + if (this.cursorOffset_ < width - 1) { + this.cursorNode_.textContent = hterm.TextAttributes.nodeSubstr( + this.cursorNode_, 0, this.cursorOffset_ + 1); + } + + // Remove all nodes after the cursor. + var rowNode = this.cursorRowNode_; + var node = this.cursorNode_.nextSibling; + + while (node) { + rowNode.removeChild(node); + node = this.cursorNode_.nextSibling; + } + + if (currentColumn < this.columnCount_) { + // If the cursor was within the screen before we started then restore its + // position. + this.setCursorPosition(this.cursorPosition.row, currentColumn); + } else { + // Otherwise leave it at the the last column in the overflow state. + this.cursorPosition.overflow = true; + } +}; + +/** + * Insert a string at the current character position using the current + * text attributes. + * + * You must call maybeClipCurrentRow() after in order to clip overflowed + * text and clamp the cursor. + * + * It is also up to the caller to properly maintain the line overflow state + * using hterm.Screen..commitLineOverflow(). + */ +hterm.Screen.prototype.insertString = function(str) { + var cursorNode = this.cursorNode_; + var cursorNodeText = cursorNode.textContent; + + this.cursorRowNode_.removeAttribute('line-overflow'); + + // We may alter the width of the string by prepending some missing + // whitespaces, so we need to record the string width ahead of time. + var strWidth = lib.wc.strWidth(str); + + // No matter what, before this function exits the cursor column will have + // moved this much. + this.cursorPosition.column += strWidth; + + // Local cache of the cursor offset. + var offset = this.cursorOffset_; + + // Reverse offset is the offset measured from the end of the string. + // Zero implies that the cursor is at the end of the cursor node. + var reverseOffset = hterm.TextAttributes.nodeWidth(cursorNode) - offset; + + if (reverseOffset < 0) { + // A negative reverse offset means the cursor is positioned past the end + // of the characters on this line. We'll need to insert the missing + // whitespace. + var ws = lib.f.getWhitespace(-reverseOffset); + + // This whitespace should be completely unstyled. Underline, background + // color, and strikethrough would be visible on whitespace, so we can't use + // one of those spans to hold the text. + if (!(this.textAttributes.underline || + this.textAttributes.strikethrough || + this.textAttributes.background || + this.textAttributes.wcNode || + !this.textAttributes.asciiNode || + this.textAttributes.tileData != null)) { + // Best case scenario, we can just pretend the spaces were part of the + // original string. + str = ws + str; + } else if (cursorNode.nodeType == 3 || + !(cursorNode.wcNode || + !cursorNode.asciiNode || + cursorNode.tileNode || + cursorNode.style.textDecoration || + cursorNode.style.backgroundColor)) { + // Second best case, the current node is able to hold the whitespace. + cursorNode.textContent = (cursorNodeText += ws); + } else { + // Worst case, we have to create a new node to hold the whitespace. + var wsNode = cursorNode.ownerDocument.createTextNode(ws); + this.cursorRowNode_.insertBefore(wsNode, cursorNode.nextSibling); + this.cursorNode_ = cursorNode = wsNode; + this.cursorOffset_ = offset = -reverseOffset; + cursorNodeText = ws; + } + + // We now know for sure that we're at the last character of the cursor node. + reverseOffset = 0; + } + + if (this.textAttributes.matchesContainer(cursorNode)) { + // The new text can be placed directly in the cursor node. + if (reverseOffset == 0) { + cursorNode.textContent = cursorNodeText + str; + } else if (offset == 0) { + cursorNode.textContent = str + cursorNodeText; + } else { + cursorNode.textContent = + hterm.TextAttributes.nodeSubstr(cursorNode, 0, offset) + + str + hterm.TextAttributes.nodeSubstr(cursorNode, offset); + } + + this.cursorOffset_ += strWidth; + return; + } + + // The cursor node is the wrong style for the new text. If we're at the + // beginning or end of the cursor node, then the adjacent node is also a + // potential candidate. + + if (offset == 0) { + // At the beginning of the cursor node, the check the previous sibling. + var previousSibling = cursorNode.previousSibling; + if (previousSibling && + this.textAttributes.matchesContainer(previousSibling)) { + previousSibling.textContent += str; + this.cursorNode_ = previousSibling; + this.cursorOffset_ = lib.wc.strWidth(previousSibling.textContent); + return; + } + + var newNode = this.textAttributes.createContainer(str); + this.cursorRowNode_.insertBefore(newNode, cursorNode); + this.cursorNode_ = newNode; + this.cursorOffset_ = strWidth; + return; + } + + if (reverseOffset == 0) { + // At the end of the cursor node, the check the next sibling. + var nextSibling = cursorNode.nextSibling; + if (nextSibling && + this.textAttributes.matchesContainer(nextSibling)) { + nextSibling.textContent = str + nextSibling.textContent; + this.cursorNode_ = nextSibling; + this.cursorOffset_ = lib.wc.strWidth(str); + return; + } + + var newNode = this.textAttributes.createContainer(str); + this.cursorRowNode_.insertBefore(newNode, nextSibling); + this.cursorNode_ = newNode; + // We specifically need to include any missing whitespace here, since it's + // going in a new node. + this.cursorOffset_ = hterm.TextAttributes.nodeWidth(newNode); + return; + } + + // Worst case, we're somewhere in the middle of the cursor node. We'll + // have to split it into two nodes and insert our new container in between. + this.splitNode_(cursorNode, offset); + var newNode = this.textAttributes.createContainer(str); + this.cursorRowNode_.insertBefore(newNode, cursorNode.nextSibling); + this.cursorNode_ = newNode; + this.cursorOffset_ = strWidth; +}; + +/** + * Overwrite the text at the current cursor position. + * + * You must call maybeClipCurrentRow() after in order to clip overflowed + * text and clamp the cursor. + * + * It is also up to the caller to properly maintain the line overflow state + * using hterm.Screen..commitLineOverflow(). + */ +hterm.Screen.prototype.overwriteString = function(str) { + var maxLength = this.columnCount_ - this.cursorPosition.column; + if (!maxLength) + return [str]; + + var width = lib.wc.strWidth(str); + if (this.textAttributes.matchesContainer(this.cursorNode_) && + this.cursorNode_.textContent.substr(this.cursorOffset_) == str) { + // This overwrite would be a no-op, just move the cursor and return. + this.cursorOffset_ += width; + this.cursorPosition.column += width; + return; + } + + this.deleteChars(Math.min(width, maxLength)); + this.insertString(str); +}; + +/** + * Forward-delete one or more characters at the current cursor position. + * + * Text to the right of the deleted characters is shifted left. Only affects + * characters on the same row as the cursor. + * + * @param {integer} count The column width of characters to delete. This is + * clamped to the column width minus the cursor column. + * @return {integer} The column width of the characters actually deleted. + */ +hterm.Screen.prototype.deleteChars = function(count) { + var node = this.cursorNode_; + var offset = this.cursorOffset_; + + var currentCursorColumn = this.cursorPosition.column; + count = Math.min(count, this.columnCount_ - currentCursorColumn); + if (!count) + return 0; + + var rv = count; + var startLength, endLength; + + while (node && count) { + startLength = hterm.TextAttributes.nodeWidth(node); + node.textContent = hterm.TextAttributes.nodeSubstr(node, 0, offset) + + hterm.TextAttributes.nodeSubstr(node, offset + count); + endLength = hterm.TextAttributes.nodeWidth(node); + count -= startLength - endLength; + if (offset < startLength && endLength && startLength == endLength) { + // No characters were deleted when there should be. We're probably trying + // to delete one column width from a wide character node. We remove the + // wide character node here and replace it with a single space. + var spaceNode = this.textAttributes.createContainer(' '); + node.parentNode.insertBefore(spaceNode, node.nextSibling); + node.textContent = ''; + endLength = 0; + count -= 1; + } + + var nextNode = node.nextSibling; + if (endLength == 0 && node != this.cursorNode_) { + node.parentNode.removeChild(node); + } + node = nextNode; + offset = 0; + } + + // Remove this.cursorNode_ if it is an empty non-text node. + if (this.cursorNode_.nodeType != 3 && !this.cursorNode_.textContent) { + var cursorNode = this.cursorNode_; + if (cursorNode.previousSibling) { + this.cursorNode_ = cursorNode.previousSibling; + this.cursorOffset_ = hterm.TextAttributes.nodeWidth( + cursorNode.previousSibling); + } else if (cursorNode.nextSibling) { + this.cursorNode_ = cursorNode.nextSibling; + this.cursorOffset_ = 0; + } else { + var emptyNode = this.cursorRowNode_.ownerDocument.createTextNode(''); + this.cursorRowNode_.appendChild(emptyNode); + this.cursorNode_ = emptyNode; + this.cursorOffset_ = 0; + } + this.cursorRowNode_.removeChild(cursorNode); + } + + return rv; +}; + +/** + * Finds first X-ROW of a line containing specified X-ROW. + * Used to support line overflow. + * + * @param {Node} row X-ROW to begin search for first row of line. + * @return {Node} The X-ROW that is at the beginning of the line. + **/ +hterm.Screen.prototype.getLineStartRow_ = function(row) { + while (row.previousSibling && + row.previousSibling.hasAttribute('line-overflow')) { + row = row.previousSibling; + } + return row; +}; + +/** + * Gets text of a line beginning with row. + * Supports line overflow. + * + * @param {Node} row First X-ROW of line. + * @return {string} Text content of line. + **/ +hterm.Screen.prototype.getLineText_ = function(row) { + var rowText = ""; + while (row) { + rowText += row.textContent; + if (row.hasAttribute('line-overflow')) { + row = row.nextSibling; + } else { + break; + } + } + return rowText; +}; + +/** + * Returns X-ROW that is ancestor of the node. + * + * @param {Node} node Node to get X-ROW ancestor for. + * @return {Node} X-ROW ancestor of node, or null if not found. + **/ +hterm.Screen.prototype.getXRowAncestor_ = function(node) { + while (node) { + if (node.nodeName === 'X-ROW') + break; + node = node.parentNode; + } + return node; +}; + +/** + * Returns position within line of character at offset within node. + * Supports line overflow. + * + * @param {Node} row X-ROW at beginning of line. + * @param {Node} node Node to get position of. + * @param {integer} offset Offset into node. + * + * @return {integer} Position within line of character at offset within node. + **/ +hterm.Screen.prototype.getPositionWithOverflow_ = function(row, node, offset) { + if (!node) + return -1; + var ancestorRow = this.getXRowAncestor_(node); + if (!ancestorRow) + return -1; + var position = 0; + while (ancestorRow != row) { + position += hterm.TextAttributes.nodeWidth(row); + if (row.hasAttribute('line-overflow') && row.nextSibling) { + row = row.nextSibling; + } else { + return -1; + } + } + return position + this.getPositionWithinRow_(row, node, offset); +}; + +/** + * Returns position within row of character at offset within node. + * Does not support line overflow. + * + * @param {Node} row X-ROW to get position within. + * @param {Node} node Node to get position for. + * @param {integer} offset Offset within node to get position for. + * @return {integer} Position within row of character at offset within node. + **/ +hterm.Screen.prototype.getPositionWithinRow_ = function(row, node, offset) { + if (node.parentNode != row) { + // If we traversed to the top node, then there's nothing to find here. + if (node.parentNode == null) + return -1; + + return this.getPositionWithinRow_(node.parentNode, node, offset) + + this.getPositionWithinRow_(row, node.parentNode, 0); + } + var position = 0; + for (var i = 0; i < row.childNodes.length; i++) { + var currentNode = row.childNodes[i]; + if (currentNode == node) + return position + offset; + position += hterm.TextAttributes.nodeWidth(currentNode); + } + return -1; +}; + +/** + * Returns the node and offset corresponding to position within line. + * Supports line overflow. + * + * @param {Node} row X-ROW at beginning of line. + * @param {integer} position Position within line to retrieve node and offset. + * @return {Array} Two element array containing node and offset respectively. + **/ +hterm.Screen.prototype.getNodeAndOffsetWithOverflow_ = function(row, position) { + while (row && position > hterm.TextAttributes.nodeWidth(row)) { + if (row.hasAttribute('line-overflow') && row.nextSibling) { + position -= hterm.TextAttributes.nodeWidth(row); + row = row.nextSibling; + } else { + return -1; + } + } + return this.getNodeAndOffsetWithinRow_(row, position); +}; + +/** + * Returns the node and offset corresponding to position within row. + * Does not support line overflow. + * + * @param {Node} row X-ROW to get position within. + * @param {integer} position Position within row to retrieve node and offset. + * @return {Array} Two element array containing node and offset respectively. + **/ +hterm.Screen.prototype.getNodeAndOffsetWithinRow_ = function(row, position) { + for (var i = 0; i < row.childNodes.length; i++) { + var node = row.childNodes[i]; + var nodeTextWidth = hterm.TextAttributes.nodeWidth(node); + if (position <= nodeTextWidth) { + if (node.nodeName === 'SPAN') { + /** Drill down to node contained by SPAN. **/ + return this.getNodeAndOffsetWithinRow_(node, position); + } else { + return [node, position]; + } + } + position -= nodeTextWidth; + } + return null; +}; + +/** + * Returns the node and offset corresponding to position within line. + * Supports line overflow. + * + * @param {Node} row X-ROW at beginning of line. + * @param {integer} start Start position of range within line. + * @param {integer} end End position of range within line. + * @param {Range} range Range to modify. + **/ +hterm.Screen.prototype.setRange_ = function(row, start, end, range) { + var startNodeAndOffset = this.getNodeAndOffsetWithOverflow_(row, start); + if (startNodeAndOffset == null) + return; + var endNodeAndOffset = this.getNodeAndOffsetWithOverflow_(row, end); + if (endNodeAndOffset == null) + return; + range.setStart(startNodeAndOffset[0], startNodeAndOffset[1]); + range.setEnd(endNodeAndOffset[0], endNodeAndOffset[1]); +}; + +/** + * Expands selection to surround URLs. + * + * @param {Selection} selection Selection to expand. + **/ +hterm.Screen.prototype.expandSelection = function(selection) { + if (!selection) + return; + + var range = selection.getRangeAt(0); + if (!range || range.toString().match(/\s/)) + return; + + var row = this.getLineStartRow_(this.getXRowAncestor_(range.startContainer)); + if (!row) + return; + + var startPosition = this.getPositionWithOverflow_(row, + range.startContainer, + range.startOffset); + if (startPosition == -1) + return; + var endPosition = this.getPositionWithOverflow_(row, + range.endContainer, + range.endOffset); + if (endPosition == -1) + return; + + // Use the user configurable match settings. + var leftMatch = this.wordBreakMatchLeft; + var rightMatch = this.wordBreakMatchRight; + var insideMatch = this.wordBreakMatchMiddle; + + //Move start to the left. + var rowText = this.getLineText_(row); + var lineUpToRange = lib.wc.substring(rowText, 0, endPosition); + var leftRegularExpression = new RegExp(leftMatch + insideMatch + "$"); + var expandedStart = lineUpToRange.search(leftRegularExpression); + if (expandedStart == -1 || expandedStart > startPosition) + return; + + //Move end to the right. + var lineFromRange = lib.wc.substring(rowText, startPosition, + lib.wc.strWidth(rowText)); + var rightRegularExpression = new RegExp("^" + insideMatch + rightMatch); + var found = lineFromRange.match(rightRegularExpression); + if (!found) + return; + var expandedEnd = startPosition + lib.wc.strWidth(found[0]); + if (expandedEnd == -1 || expandedEnd < endPosition) + return; + + this.setRange_(row, expandedStart, expandedEnd, range); + selection.addRange(range); +}; +// SOURCE FILE: hterm/js/hterm_scrollport.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.f', 'hterm.PubSub', 'hterm.Size'); + +/** + * A 'viewport' view of fixed-height rows with support for selection and + * copy-to-clipboard. + * + * 'Viewport' in this case means that only the visible rows are in the DOM. + * If the rowProvider has 100,000 rows, but the ScrollPort is only 25 rows + * tall, then only 25 dom nodes are created. The ScrollPort will ask the + * RowProvider to create new visible rows on demand as they are scrolled in + * to the visible area. + * + * This viewport is designed so that select and copy-to-clipboard still works, + * even when all or part of the selection is scrolled off screen. + * + * Note that the X11 mouse clipboard does not work properly when all or part + * of the selection is off screen. It would be difficult to fix this without + * adding significant overhead to pathologically large selection cases. + * + * The RowProvider should return rows rooted by the custom tag name 'x-row'. + * This ensures that we can quickly assign the correct display height + * to the rows with css. + * + * @param {RowProvider} rowProvider An object capable of providing rows as + * raw text or row nodes. + */ +hterm.ScrollPort = function(rowProvider) { + hterm.PubSub.addBehavior(this); + + this.rowProvider_ = rowProvider; + + // SWAG the character size until we can measure it. + this.characterSize = new hterm.Size(10, 10); + + // DOM node used for character measurement. + this.ruler_ = null; + + this.selection = new hterm.ScrollPort.Selection(this); + + // A map of rowIndex => rowNode for each row that is drawn as part of a + // pending redraw_() call. Null if there is no pending redraw_ call. + this.currentRowNodeCache_ = null; + + // A map of rowIndex => rowNode for each row that was drawn as part of the + // previous redraw_() call. + this.previousRowNodeCache_ = {}; + + // Used during scroll events to detect when the underlying cause is a resize. + this.lastScreenWidth_ = null; + this.lastScreenHeight_ = null; + + // True if the user should be allowed to select text in the terminal. + // This is disabled when the host requests mouse drag events so that we don't + // end up with two notions of selection. + this.selectionEnabled_ = true; + + // The last row count returned by the row provider, re-populated during + // syncScrollHeight(). + this.lastRowCount_ = 0; + + // The scroll wheel pixel delta multiplier to increase/decrease + // the scroll speed of mouse wheel events. See: https://goo.gl/sXelnq + this.scrollWheelMultiplier_ = 1; + + // The last touch events we saw to support touch based scrolling. Indexed + // by touch identifier since we can have more than one touch active. + this.lastTouch_ = {}; + + /** + * True if the last scroll caused the scrollport to show the final row. + */ + this.isScrolledEnd = true; + + /** + * A guess at the current scrollbar width, fixed in resize(). + */ + this.currentScrollbarWidthPx = 16; + + /** + * Whether the ctrl-v key on the screen should paste. + */ + this.ctrlVPaste = false; + + this.div_ = null; + this.document_ = null; + + // Collection of active timeout handles. + this.timeouts_ = {}; + + this.observers_ = {}; + + this.DEBUG_ = false; +} + +/** + * Proxy for the native selection object which understands how to walk up the + * DOM to find the containing row node and sort out which comes first. + * + * @param {hterm.ScrollPort} scrollPort The parent hterm.ScrollPort instance. + */ +hterm.ScrollPort.Selection = function(scrollPort) { + this.scrollPort_ = scrollPort; + + /** + * The row containing the start of the selection. + * + * This may be partially or fully selected. It may be the selection anchor + * or the focus, but its rowIndex is guaranteed to be less-than-or-equal-to + * that of the endRow. + * + * If only one row is selected then startRow == endRow. If there is no + * selection or the selection is collapsed then startRow == null. + */ + this.startRow = null; + + /** + * The row containing the end of the selection. + * + * This may be partially or fully selected. It may be the selection anchor + * or the focus, but its rowIndex is guaranteed to be greater-than-or-equal-to + * that of the startRow. + * + * If only one row is selected then startRow == endRow. If there is no + * selection or the selection is collapsed then startRow == null. + */ + this.endRow = null; + + /** + * True if startRow != endRow. + */ + this.isMultiline = null; + + /** + * True if the selection is just a point rather than a range. + */ + this.isCollapsed = null; +}; + +/** + * Given a list of DOM nodes and a container, return the DOM node that + * is first according to a depth-first search. + * + * Returns null if none of the children are found. + */ +hterm.ScrollPort.Selection.prototype.findFirstChild = function( + parent, childAry) { + var node = parent.firstChild; + + while (node) { + if (childAry.indexOf(node) != -1) + return node; + + if (node.childNodes.length) { + var rv = this.findFirstChild(node, childAry); + if (rv) + return rv; + } + + node = node.nextSibling; + } + + return null; +}; + +/** + * Synchronize this object with the current DOM selection. + * + * This is a one-way synchronization, the DOM selection is copied to this + * object, not the other way around. + */ +hterm.ScrollPort.Selection.prototype.sync = function() { + var self = this; + + // The dom selection object has no way to tell which nodes come first in + // the document, so we have to figure that out. + // + // This function is used when we detect that the "anchor" node is first. + function anchorFirst() { + self.startRow = anchorRow; + self.startNode = selection.anchorNode; + self.startOffset = selection.anchorOffset; + self.endRow = focusRow; + self.endNode = selection.focusNode; + self.endOffset = selection.focusOffset; + } + + // This function is used when we detect that the "focus" node is first. + function focusFirst() { + self.startRow = focusRow; + self.startNode = selection.focusNode; + self.startOffset = selection.focusOffset; + self.endRow = anchorRow; + self.endNode = selection.anchorNode; + self.endOffset = selection.anchorOffset; + } + + var selection = this.scrollPort_.getDocument().getSelection(); + + this.startRow = null; + this.endRow = null; + this.isMultiline = null; + this.isCollapsed = !selection || selection.isCollapsed; + + if (this.isCollapsed) + return; + + var anchorRow = selection.anchorNode; + while (anchorRow && !('rowIndex' in anchorRow)) { + anchorRow = anchorRow.parentNode; + } + + if (!anchorRow) { + console.error('Selection anchor is not rooted in a row node: ' + + selection.anchorNode.nodeName); + return; + } + + var focusRow = selection.focusNode; + while (focusRow && !('rowIndex' in focusRow)) { + focusRow = focusRow.parentNode; + } + + if (!focusRow) { + console.error('Selection focus is not rooted in a row node: ' + + selection.focusNode.nodeName); + return; + } + + if (anchorRow.rowIndex < focusRow.rowIndex) { + anchorFirst(); + + } else if (anchorRow.rowIndex > focusRow.rowIndex) { + focusFirst(); + + } else if (selection.focusNode == selection.anchorNode) { + if (selection.anchorOffset < selection.focusOffset) { + anchorFirst(); + } else { + focusFirst(); + } + + } else { + // The selection starts and ends in the same row, but isn't contained all + // in a single node. + var firstNode = this.findFirstChild( + anchorRow, [selection.anchorNode, selection.focusNode]); + + if (!firstNode) + throw new Error('Unexpected error syncing selection.'); + + if (firstNode == selection.anchorNode) { + anchorFirst(); + } else { + focusFirst(); + } + } + + this.isMultiline = anchorRow.rowIndex != focusRow.rowIndex; +}; + + +/** + * Turn a div into this hterm.ScrollPort. + */ +hterm.ScrollPort.prototype.decorate = function(div) { + this.div_ = div; + + this.iframe_ = div.ownerDocument.createElement('iframe'); + this.iframe_.style.cssText = ( + 'border: 0;' + + 'height: 100%;' + + 'position: absolute;' + + 'width: 100%'); + + // Set the iframe src to # in FF. Otherwise when the frame's + // load event fires in FF it clears out the content of the iframe. + if ('mozInnerScreenX' in window) // detect a FF only property + this.iframe_.src = '#'; + + div.appendChild(this.iframe_); + + this.iframe_.contentWindow.addEventListener('resize', + this.onResize_.bind(this)); + + var doc = this.document_ = this.iframe_.contentDocument; + doc.body.style.cssText = ( + 'margin: 0px;' + + 'padding: 0px;' + + 'height: 100%;' + + 'width: 100%;' + + 'overflow: hidden;' + + 'cursor: var(--hterm-mouse-cursor-style);' + + '-webkit-user-select: none;' + + '-moz-user-select: none;'); + + if (this.DEBUG_) { + // When we're debugging we add padding to the body so that the offscreen + // elements are visible. + this.document_.body.style.paddingTop = + this.document_.body.style.paddingBottom = + 'calc(var(--hterm-charsize-height) * 3)'; + } + + var style = doc.createElement('style'); + style.textContent = ( + 'x-row {' + + ' display: block;' + + ' height: var(--hterm-charsize-height);' + + ' line-height: var(--hterm-charsize-height);' + + '}'); + doc.head.appendChild(style); + + this.userCssLink_ = doc.createElement('link'); + this.userCssLink_.setAttribute('rel', 'stylesheet'); + + this.userCssText_ = doc.createElement('style'); + doc.head.appendChild(this.userCssText_); + + // TODO(rginda): Sorry, this 'screen_' isn't the same thing as hterm.Screen + // from screen.js. I need to pick a better name for one of them to avoid + // the collision. + // We make this field editable even though we don't actually allow anything + // to be edited here so that Chrome will do the right thing with virtual + // keyboards and IMEs. But make sure we turn off all the input helper logic + // that doesn't make sense here, and might inadvertently mung or save input. + // Some of these attributes are standard while others are browser specific, + // but should be safely ignored by other browsers. + this.screen_ = doc.createElement('x-screen'); + this.screen_.setAttribute('contenteditable', 'true'); + this.screen_.setAttribute('spellcheck', 'false'); + this.screen_.setAttribute('autocomplete', 'off'); + this.screen_.setAttribute('autocorrect', 'off'); + this.screen_.setAttribute('autocaptalize', 'none'); + this.screen_.setAttribute('role', 'textbox'); + this.screen_.setAttribute('tabindex', '-1'); + this.screen_.style.cssText = ( + 'caret-color: transparent;' + + 'display: block;' + + 'font-family: monospace;' + + 'font-size: 15px;' + + 'font-variant-ligatures: none;' + + 'height: 100%;' + + 'overflow-y: scroll; overflow-x: hidden;' + + 'white-space: pre;' + + 'width: 100%;' + + 'outline: none !important'); + + doc.body.appendChild(this.screen_); + + this.screen_.addEventListener('scroll', this.onScroll_.bind(this)); + this.screen_.addEventListener('wheel', this.onScrollWheel_.bind(this)); + this.screen_.addEventListener('touchstart', this.onTouch_.bind(this)); + this.screen_.addEventListener('touchmove', this.onTouch_.bind(this)); + this.screen_.addEventListener('touchend', this.onTouch_.bind(this)); + this.screen_.addEventListener('touchcancel', this.onTouch_.bind(this)); + this.screen_.addEventListener('copy', this.onCopy_.bind(this)); + this.screen_.addEventListener('paste', this.onPaste_.bind(this)); + // Disable drag & drop of text/content. We don't handle it at all (yet?), + // and the default behavior just confuses hterm. + this.screen_.addEventListener('drop', function(e) { + e.preventDefault(); + return false; + }); + + doc.body.addEventListener('keydown', this.onBodyKeyDown_.bind(this)); + + // This is the main container for the fixed rows. + this.rowNodes_ = doc.createElement('div'); + this.rowNodes_.id = 'hterm:row-nodes'; + this.rowNodes_.style.cssText = ( + 'display: block;' + + 'position: fixed;' + + 'overflow: hidden;' + + '-webkit-user-select: text;' + + '-moz-user-select: text;'); + this.screen_.appendChild(this.rowNodes_); + + // Two nodes to hold offscreen text during the copy event. + this.topSelectBag_ = doc.createElement('x-select-bag'); + this.topSelectBag_.style.cssText = ( + 'display: block;' + + 'overflow: hidden;' + + 'height: var(--hterm-charsize-height);' + + 'white-space: pre;'); + + this.bottomSelectBag_ = this.topSelectBag_.cloneNode(); + + // Nodes above the top fold and below the bottom fold are hidden. They are + // only used to hold rows that are part of the selection but are currently + // scrolled off the top or bottom of the visible range. + this.topFold_ = doc.createElement('x-fold'); + this.topFold_.id = 'hterm:top-fold-for-row-selection'; + this.topFold_.style.cssText = 'display: block;'; + this.rowNodes_.appendChild(this.topFold_); + + this.bottomFold_ = this.topFold_.cloneNode(); + this.bottomFold_.id = 'hterm:bottom-fold-for-row-selection'; + this.rowNodes_.appendChild(this.bottomFold_); + + // This hidden div accounts for the vertical space that would be consumed by + // all the rows in the buffer if they were visible. It's what causes the + // scrollbar to appear on the 'x-screen', and it moves within the screen when + // the scrollbar is moved. + // + // It is set 'visibility: hidden' to keep the browser from trying to include + // it in the selection when a user 'drag selects' upwards (drag the mouse to + // select and scroll at the same time). Without this, the selection gets + // out of whack. + this.scrollArea_ = doc.createElement('div'); + this.scrollArea_.id = 'hterm:scrollarea'; + this.scrollArea_.style.cssText = 'visibility: hidden'; + this.screen_.appendChild(this.scrollArea_); + + // This svg element is used to detect when the browser is zoomed. It must be + // placed in the outermost document for currentScale to be correct. + // TODO(rginda): This means that hterm nested in an iframe will not correctly + // detect browser zoom level. We should come up with a better solution. + // Note: This must be http:// else Chrome cannot create the element correctly. + var xmlns = 'http://www.w3.org/2000/svg'; + this.svg_ = this.div_.ownerDocument.createElementNS(xmlns, 'svg'); + this.svg_.id = 'hterm:zoom-detector'; + this.svg_.setAttribute('xmlns', xmlns); + this.svg_.setAttribute('version', '1.1'); + this.svg_.style.cssText = ( + 'position: absolute;' + + 'top: 0;' + + 'left: 0;' + + 'visibility: hidden'); + + + // We send focus to this element just before a paste happens, so we can + // capture the pasted text and forward it on to someone who cares. + this.pasteTarget_ = doc.createElement('textarea'); + this.pasteTarget_.id = 'hterm:ctrl-v-paste-target'; + this.pasteTarget_.setAttribute('tabindex', '-1'); + this.pasteTarget_.style.cssText = ( + 'position: absolute;' + + 'height: 1px;' + + 'width: 1px;' + + 'left: 0px; ' + + 'bottom: 0px;' + + 'opacity: 0'); + this.pasteTarget_.contentEditable = true; + + this.screen_.appendChild(this.pasteTarget_); + this.pasteTarget_.addEventListener( + 'textInput', this.handlePasteTargetTextInput_.bind(this)); + + this.resize(); +}; + +/** + * Select the font-family and font-smoothing for this scrollport. + * + * @param {string} fontFamily Value of the CSS 'font-family' to use for this + * scrollport. Should be a monospace font. + * @param {string} opt_smoothing Optional value for '-webkit-font-smoothing'. + * Defaults to an empty string if not specified. + */ +hterm.ScrollPort.prototype.setFontFamily = function(fontFamily, opt_smoothing) { + this.screen_.style.fontFamily = fontFamily; + if (opt_smoothing) { + this.screen_.style.webkitFontSmoothing = opt_smoothing; + } else { + this.screen_.style.webkitFontSmoothing = ''; + } + + this.syncCharacterSize(); +}; + +hterm.ScrollPort.prototype.getFontFamily = function() { + return this.screen_.style.fontFamily; +}; + +/** + * Set a custom stylesheet to include in the scrollport. + * + * Defaults to null, meaning no custom css is loaded. Set it back to null or + * the empty string to remove a previously applied custom css. + */ +hterm.ScrollPort.prototype.setUserCssUrl = function(url) { + if (url) { + this.userCssLink_.setAttribute('href', url); + + if (!this.userCssLink_.parentNode) + this.document_.head.appendChild(this.userCssLink_); + } else if (this.userCssLink_.parentNode) { + this.document_.head.removeChild(this.userCssLink_); + } +}; + +hterm.ScrollPort.prototype.setUserCssText = function(text) { + this.userCssText_.textContent = text; +}; + +hterm.ScrollPort.prototype.focus = function() { + this.iframe_.focus(); + this.screen_.focus(); +}; + +hterm.ScrollPort.prototype.getForegroundColor = function() { + return this.screen_.style.color; +}; + +hterm.ScrollPort.prototype.setForegroundColor = function(color) { + this.screen_.style.color = color; +}; + +hterm.ScrollPort.prototype.getBackgroundColor = function() { + return this.screen_.style.backgroundColor; +}; + +hterm.ScrollPort.prototype.setBackgroundColor = function(color) { + this.screen_.style.backgroundColor = color; +}; + +hterm.ScrollPort.prototype.setBackgroundImage = function(image) { + this.screen_.style.backgroundImage = image; +}; + +hterm.ScrollPort.prototype.setBackgroundSize = function(size) { + this.screen_.style.backgroundSize = size; +}; + +hterm.ScrollPort.prototype.setBackgroundPosition = function(position) { + this.screen_.style.backgroundPosition = position; +}; + +hterm.ScrollPort.prototype.setCtrlVPaste = function(ctrlVPaste) { + this.ctrlVPaste = ctrlVPaste; +}; + +/** + * Get the usable size of the scrollport screen. + * + * The width will not include the scrollbar width. + */ +hterm.ScrollPort.prototype.getScreenSize = function() { + var size = hterm.getClientSize(this.screen_); + return { + height: size.height, + width: size.width - this.currentScrollbarWidthPx + }; +}; + +/** + * Get the usable width of the scrollport screen. + * + * This the widget width minus scrollbar width. + */ +hterm.ScrollPort.prototype.getScreenWidth = function() { + return this.getScreenSize().width ; +}; + +/** + * Get the usable height of the scrollport screen. + */ +hterm.ScrollPort.prototype.getScreenHeight = function() { + return this.getScreenSize().height; +}; + +/** + * Return the document that holds the visible rows of this hterm.ScrollPort. + */ +hterm.ScrollPort.prototype.getDocument = function() { + return this.document_; +}; + +/** + * Returns the x-screen element that holds the rows of this hterm.ScrollPort. + */ +hterm.ScrollPort.prototype.getScreenNode = function() { + return this.screen_; +}; + +/** + * Clear out any cached rowNodes. + */ +hterm.ScrollPort.prototype.resetCache = function() { + this.currentRowNodeCache_ = null; + this.previousRowNodeCache_ = {}; +}; + +/** + * Change the current rowProvider. + * + * This will clear the row cache and cause a redraw. + * + * @param {Object} rowProvider An object capable of providing the rows + * in this hterm.ScrollPort. + */ +hterm.ScrollPort.prototype.setRowProvider = function(rowProvider) { + this.resetCache(); + this.rowProvider_ = rowProvider; + this.scheduleRedraw(); +}; + +/** + * Inform the ScrollPort that the root DOM nodes for some or all of the visible + * rows are no longer valid. + * + * Specifically, this should be called if this.rowProvider_.getRowNode() now + * returns an entirely different node than it did before. It does not + * need to be called if the content of a row node is the only thing that + * changed. + * + * This skips some of the overhead of a full redraw, but should not be used + * in cases where the scrollport has been scrolled, or when the row count has + * changed. + */ +hterm.ScrollPort.prototype.invalidate = function() { + var node = this.topFold_.nextSibling; + while (node != this.bottomFold_) { + var nextSibling = node.nextSibling; + node.parentElement.removeChild(node); + node = nextSibling; + } + + this.previousRowNodeCache_ = null; + var topRowIndex = this.getTopRowIndex(); + var bottomRowIndex = this.getBottomRowIndex(topRowIndex); + + this.drawVisibleRows_(topRowIndex, bottomRowIndex); +}; + +hterm.ScrollPort.prototype.scheduleInvalidate = function() { + if (this.timeouts_.invalidate) + return; + + var self = this; + this.timeouts_.invalidate = setTimeout(function () { + delete self.timeouts_.invalidate; + self.invalidate(); + }, 0); +}; + +/** + * Set the font size of the ScrollPort. + */ +hterm.ScrollPort.prototype.setFontSize = function(px) { + this.screen_.style.fontSize = px + 'px'; + this.syncCharacterSize(); +}; + +/** + * Return the current font size of the ScrollPort. + */ +hterm.ScrollPort.prototype.getFontSize = function() { + return parseInt(this.screen_.style.fontSize); +}; + +/** + * Measure the size of a single character in pixels. + * + * @param {string} opt_weight The font weight to measure, or 'normal' if + * omitted. + * @return {hterm.Size} A new hterm.Size object. + */ +hterm.ScrollPort.prototype.measureCharacterSize = function(opt_weight) { + // Number of lines used to average the height of a single character. + var numberOfLines = 100; + // Number of chars per line used to average the width of a single character. + var lineLength = 100; + + if (!this.ruler_) { + this.ruler_ = this.document_.createElement('div'); + this.ruler_.id = 'hterm:ruler-character-size'; + this.ruler_.style.cssText = ( + 'position: absolute;' + + 'top: 0;' + + 'left: 0;' + + 'visibility: hidden;' + + 'height: auto !important;' + + 'width: auto !important;'); + + // We need to put the text in a span to make the size calculation + // work properly in Firefox + this.rulerSpan_ = this.document_.createElement('span'); + this.rulerSpan_.id = 'hterm:ruler-span-workaround'; + this.rulerSpan_.innerHTML = + ('X'.repeat(lineLength) + '\r').repeat(numberOfLines); + this.ruler_.appendChild(this.rulerSpan_); + + this.rulerBaseline_ = this.document_.createElement('span'); + this.rulerSpan_.id = 'hterm:ruler-baseline'; + // We want to collapse it on the baseline + this.rulerBaseline_.style.fontSize = '0px'; + this.rulerBaseline_.textContent = 'X'; + } + + this.rulerSpan_.style.fontWeight = opt_weight || ''; + + this.rowNodes_.appendChild(this.ruler_); + var rulerSize = hterm.getClientSize(this.rulerSpan_); + + var size = new hterm.Size(rulerSize.width / lineLength, + rulerSize.height / numberOfLines); + + this.ruler_.appendChild(this.rulerBaseline_); + size.baseline = this.rulerBaseline_.offsetTop; + this.ruler_.removeChild(this.rulerBaseline_); + + this.rowNodes_.removeChild(this.ruler_); + + this.div_.ownerDocument.body.appendChild(this.svg_); + size.zoomFactor = this.svg_.currentScale; + this.div_.ownerDocument.body.removeChild(this.svg_); + + return size; +}; + +/** + * Synchronize the character size. + * + * This will re-measure the current character size and adjust the height + * of an x-row to match. + */ +hterm.ScrollPort.prototype.syncCharacterSize = function() { + this.characterSize = this.measureCharacterSize(); + + this.resize(); +}; + +/** + * Reset dimensions and visible row count to account for a change in the + * dimensions of the 'x-screen'. + */ +hterm.ScrollPort.prototype.resize = function() { + this.currentScrollbarWidthPx = hterm.getClientWidth(this.screen_) - + this.screen_.clientWidth; + + this.syncScrollHeight(); + this.syncRowNodesDimensions_(); + + var self = this; + this.publish( + 'resize', { scrollPort: this }, + function() { + self.scrollRowToBottom(self.rowProvider_.getRowCount()); + self.scheduleRedraw(); + }); +}; + +/** + * Set the position and size of the row nodes element. + */ +hterm.ScrollPort.prototype.syncRowNodesDimensions_ = function() { + var screenSize = this.getScreenSize(); + + this.lastScreenWidth_ = screenSize.width; + this.lastScreenHeight_ = screenSize.height; + + // We don't want to show a partial row because it would be distracting + // in a terminal, so we floor any fractional row count. + this.visibleRowCount = lib.f.smartFloorDivide( + screenSize.height, this.characterSize.height); + + // Then compute the height of our integral number of rows. + var visibleRowsHeight = this.visibleRowCount * this.characterSize.height; + + // Then the difference between the screen height and total row height needs to + // be made up for as top margin. We need to record this value so it + // can be used later to determine the topRowIndex. + this.visibleRowTopMargin = 0; + this.visibleRowBottomMargin = screenSize.height - visibleRowsHeight; + + this.topFold_.style.marginBottom = this.visibleRowTopMargin + 'px'; + + + var topFoldOffset = 0; + var node = this.topFold_.previousSibling; + while (node) { + topFoldOffset += hterm.getClientHeight(node); + node = node.previousSibling; + } + + // Set the dimensions of the visible rows container. + this.rowNodes_.style.width = screenSize.width + 'px'; + this.rowNodes_.style.height = visibleRowsHeight + topFoldOffset + 'px'; + this.rowNodes_.style.left = this.screen_.offsetLeft + 'px'; + this.rowNodes_.style.top = this.screen_.offsetTop - topFoldOffset + 'px'; +}; + +hterm.ScrollPort.prototype.syncScrollHeight = function() { + // Resize the scroll area to appear as though it contains every row. + this.lastRowCount_ = this.rowProvider_.getRowCount(); + this.scrollArea_.style.height = (this.characterSize.height * + this.lastRowCount_ + + this.visibleRowTopMargin + + this.visibleRowBottomMargin + + 'px'); +}; + +/** + * Schedule a redraw to happen asynchronously. + * + * If this method is called multiple times before the redraw has a chance to + * run only one redraw occurs. + */ +hterm.ScrollPort.prototype.scheduleRedraw = function() { + if (this.timeouts_.redraw) + return; + + var self = this; + this.timeouts_.redraw = setTimeout(function () { + delete self.timeouts_.redraw; + self.redraw_(); + }, 0); +}; + +/** + * Redraw the current hterm.ScrollPort based on the current scrollbar position. + * + * When redrawing, we are careful to make sure that the rows that start or end + * the current selection are not touched in any way. Doing so would disturb + * the selection, and cleaning up after that would cause flashes at best and + * incorrect selection at worst. Instead, we modify the DOM around these nodes. + * We even stash the selection start/end outside of the visible area if + * they are not supposed to be visible in the hterm.ScrollPort. + */ +hterm.ScrollPort.prototype.redraw_ = function() { + this.resetSelectBags_(); + this.selection.sync(); + + this.syncScrollHeight(); + + this.currentRowNodeCache_ = {}; + + var topRowIndex = this.getTopRowIndex(); + var bottomRowIndex = this.getBottomRowIndex(topRowIndex); + + this.drawTopFold_(topRowIndex); + this.drawBottomFold_(bottomRowIndex); + this.drawVisibleRows_(topRowIndex, bottomRowIndex); + + this.syncRowNodesDimensions_(); + + this.previousRowNodeCache_ = this.currentRowNodeCache_; + this.currentRowNodeCache_ = null; + + this.isScrolledEnd = ( + this.getTopRowIndex() + this.visibleRowCount >= this.lastRowCount_); +}; + +/** + * Ensure that the nodes above the top fold are as they should be. + * + * If the selection start and/or end nodes are above the visible range + * of this hterm.ScrollPort then the dom will be adjusted so that they appear + * before the top fold (the first x-fold element, aka this.topFold). + * + * If not, the top fold will be the first element. + * + * It is critical that this method does not move the selection nodes. Doing + * so would clear the current selection. Instead, the rest of the DOM is + * adjusted around them. + */ +hterm.ScrollPort.prototype.drawTopFold_ = function(topRowIndex) { + if (!this.selection.startRow || + this.selection.startRow.rowIndex >= topRowIndex) { + // Selection is entirely below the top fold, just make sure the fold is + // the first child. + if (this.rowNodes_.firstChild != this.topFold_) + this.rowNodes_.insertBefore(this.topFold_, this.rowNodes_.firstChild); + + return; + } + + if (!this.selection.isMultiline || + this.selection.endRow.rowIndex >= topRowIndex) { + // Only the startRow is above the fold. + if (this.selection.startRow.nextSibling != this.topFold_) + this.rowNodes_.insertBefore(this.topFold_, + this.selection.startRow.nextSibling); + } else { + // Both rows are above the fold. + if (this.selection.endRow.nextSibling != this.topFold_) { + this.rowNodes_.insertBefore(this.topFold_, + this.selection.endRow.nextSibling); + } + + // Trim any intermediate lines. + while (this.selection.startRow.nextSibling != + this.selection.endRow) { + this.rowNodes_.removeChild(this.selection.startRow.nextSibling); + } + } + + while(this.rowNodes_.firstChild != this.selection.startRow) { + this.rowNodes_.removeChild(this.rowNodes_.firstChild); + } +}; + +/** + * Ensure that the nodes below the bottom fold are as they should be. + * + * If the selection start and/or end nodes are below the visible range + * of this hterm.ScrollPort then the dom will be adjusted so that they appear + * after the bottom fold (the second x-fold element, aka this.bottomFold). + * + * If not, the bottom fold will be the last element. + * + * It is critical that this method does not move the selection nodes. Doing + * so would clear the current selection. Instead, the rest of the DOM is + * adjusted around them. + */ +hterm.ScrollPort.prototype.drawBottomFold_ = function(bottomRowIndex) { + if (!this.selection.endRow || + this.selection.endRow.rowIndex <= bottomRowIndex) { + // Selection is entirely above the bottom fold, just make sure the fold is + // the last child. + if (this.rowNodes_.lastChild != this.bottomFold_) + this.rowNodes_.appendChild(this.bottomFold_); + + return; + } + + if (!this.selection.isMultiline || + this.selection.startRow.rowIndex <= bottomRowIndex) { + // Only the endRow is below the fold. + if (this.bottomFold_.nextSibling != this.selection.endRow) + this.rowNodes_.insertBefore(this.bottomFold_, + this.selection.endRow); + } else { + // Both rows are below the fold. + if (this.bottomFold_.nextSibling != this.selection.startRow) { + this.rowNodes_.insertBefore(this.bottomFold_, + this.selection.startRow); + } + + // Trim any intermediate lines. + while (this.selection.startRow.nextSibling != + this.selection.endRow) { + this.rowNodes_.removeChild(this.selection.startRow.nextSibling); + } + } + + while(this.rowNodes_.lastChild != this.selection.endRow) { + this.rowNodes_.removeChild(this.rowNodes_.lastChild); + } +}; + +/** + * Ensure that the rows between the top and bottom folds are as they should be. + * + * This method assumes that drawTopFold_() and drawBottomFold_() have already + * run, and that they have left any visible selection row (selection start + * or selection end) between the folds. + * + * It recycles DOM nodes from the previous redraw where possible, but will ask + * the rowSource to make new nodes if necessary. + * + * It is critical that this method does not move the selection nodes. Doing + * so would clear the current selection. Instead, the rest of the DOM is + * adjusted around them. + */ +hterm.ScrollPort.prototype.drawVisibleRows_ = function( + topRowIndex, bottomRowIndex) { + var self = this; + + // Keep removing nodes, starting with currentNode, until we encounter + // targetNode. Throws on failure. + function removeUntilNode(currentNode, targetNode) { + while (currentNode != targetNode) { + if (!currentNode) + throw 'Did not encounter target node'; + + if (currentNode == self.bottomFold_) + throw 'Encountered bottom fold before target node'; + + var deadNode = currentNode; + currentNode = currentNode.nextSibling; + deadNode.parentNode.removeChild(deadNode); + } + } + + // Shorthand for things we're going to use a lot. + var selectionStartRow = this.selection.startRow; + var selectionEndRow = this.selection.endRow; + var bottomFold = this.bottomFold_; + + // The node we're examining during the current iteration. + var node = this.topFold_.nextSibling; + + var targetDrawCount = Math.min(this.visibleRowCount, + this.rowProvider_.getRowCount()); + + for (var drawCount = 0; drawCount < targetDrawCount; drawCount++) { + var rowIndex = topRowIndex + drawCount; + + if (node == bottomFold) { + // We've hit the bottom fold, we need to insert a new row. + var newNode = this.fetchRowNode_(rowIndex); + if (!newNode) { + console.log("Couldn't fetch row index: " + rowIndex); + break; + } + + this.rowNodes_.insertBefore(newNode, node); + continue; + } + + if (node.rowIndex == rowIndex) { + // This node is in the right place, move along. + node = node.nextSibling; + continue; + } + + if (selectionStartRow && selectionStartRow.rowIndex == rowIndex) { + // The selection start row is supposed to be here, remove nodes until + // we find it. + removeUntilNode(node, selectionStartRow); + node = selectionStartRow.nextSibling; + continue; + } + + if (selectionEndRow && selectionEndRow.rowIndex == rowIndex) { + // The selection end row is supposed to be here, remove nodes until + // we find it. + removeUntilNode(node, selectionEndRow); + node = selectionEndRow.nextSibling; + continue; + } + + if (node == selectionStartRow || node == selectionEndRow) { + // We encountered the start/end of the selection, but we don't want it + // yet. Insert a new row instead. + var newNode = this.fetchRowNode_(rowIndex); + if (!newNode) { + console.log("Couldn't fetch row index: " + rowIndex); + break; + } + + this.rowNodes_.insertBefore(newNode, node); + continue; + } + + // There is nothing special about this node, but it's in our way. Replace + // it with the node that should be here. + var newNode = this.fetchRowNode_(rowIndex); + if (!newNode) { + console.log("Couldn't fetch row index: " + rowIndex); + break; + } + + if (node == newNode) { + node = node.nextSibling; + continue; + } + + this.rowNodes_.insertBefore(newNode, node); + if (!newNode.nextSibling) + debugger; + this.rowNodes_.removeChild(node); + node = newNode.nextSibling; + } + + if (node != this.bottomFold_) + removeUntilNode(node, bottomFold); +}; + +/** + * Empty out both select bags and remove them from the document. + * + * These nodes hold the text between the start and end of the selection + * when that text is otherwise off screen. They are filled out in the + * onCopy_ event. + */ +hterm.ScrollPort.prototype.resetSelectBags_ = function() { + if (this.topSelectBag_.parentNode) { + this.topSelectBag_.textContent = ''; + this.topSelectBag_.parentNode.removeChild(this.topSelectBag_); + } + + if (this.bottomSelectBag_.parentNode) { + this.bottomSelectBag_.textContent = ''; + this.bottomSelectBag_.parentNode.removeChild(this.bottomSelectBag_); + } +}; + +/** + * Place a row node in the cache of visible nodes. + * + * This method may only be used during a redraw_. + */ +hterm.ScrollPort.prototype.cacheRowNode_ = function(rowNode) { + this.currentRowNodeCache_[rowNode.rowIndex] = rowNode; +}; + +/** + * Fetch the row node for the given index. + * + * This will return a node from the cache if possible, or will request one + * from the RowProvider if not. + * + * If a redraw_ is in progress the row will be added to the current cache. + */ +hterm.ScrollPort.prototype.fetchRowNode_ = function(rowIndex) { + var node; + + if (this.previousRowNodeCache_ && rowIndex in this.previousRowNodeCache_) { + node = this.previousRowNodeCache_[rowIndex]; + } else { + node = this.rowProvider_.getRowNode(rowIndex); + } + + if (this.currentRowNodeCache_) + this.cacheRowNode_(node); + + return node; +}; + +/** + * Select all rows in the viewport. + */ +hterm.ScrollPort.prototype.selectAll = function() { + var firstRow; + + if (this.topFold_.nextSibling.rowIndex != 0) { + while (this.topFold_.previousSibling) { + this.rowNodes_.removeChild(this.topFold_.previousSibling); + } + + firstRow = this.fetchRowNode_(0); + this.rowNodes_.insertBefore(firstRow, this.topFold_); + this.syncRowNodesDimensions_(); + } else { + firstRow = this.topFold_.nextSibling; + } + + var lastRowIndex = this.rowProvider_.getRowCount() - 1; + var lastRow; + + if (this.bottomFold_.previousSibling.rowIndex != lastRowIndex) { + while (this.bottomFold_.nextSibling) { + this.rowNodes_.removeChild(this.bottomFold_.nextSibling); + } + + lastRow = this.fetchRowNode_(lastRowIndex); + this.rowNodes_.appendChild(lastRow); + } else { + lastRow = this.bottomFold_.previousSibling.rowIndex; + } + + var selection = this.document_.getSelection(); + selection.collapse(firstRow, 0); + selection.extend(lastRow, lastRow.childNodes.length); + + this.selection.sync(); +}; + +/** + * Return the maximum scroll position in pixels. + */ +hterm.ScrollPort.prototype.getScrollMax_ = function(e) { + return (hterm.getClientHeight(this.scrollArea_) + + this.visibleRowTopMargin + this.visibleRowBottomMargin - + hterm.getClientHeight(this.screen_)); +}; + +/** + * Scroll the given rowIndex to the top of the hterm.ScrollPort. + * + * @param {integer} rowIndex Index of the target row. + */ +hterm.ScrollPort.prototype.scrollRowToTop = function(rowIndex) { + this.syncScrollHeight(); + + this.isScrolledEnd = ( + rowIndex + this.visibleRowCount >= this.lastRowCount_); + + var scrollTop = rowIndex * this.characterSize.height + + this.visibleRowTopMargin; + + var scrollMax = this.getScrollMax_(); + if (scrollTop > scrollMax) + scrollTop = scrollMax; + + if (this.screen_.scrollTop == scrollTop) + return; + + this.screen_.scrollTop = scrollTop; + this.scheduleRedraw(); +}; + +/** + * Scroll the given rowIndex to the bottom of the hterm.ScrollPort. + * + * @param {integer} rowIndex Index of the target row. + */ +hterm.ScrollPort.prototype.scrollRowToBottom = function(rowIndex) { + this.syncScrollHeight(); + + this.isScrolledEnd = ( + rowIndex + this.visibleRowCount >= this.lastRowCount_); + + var scrollTop = rowIndex * this.characterSize.height + + this.visibleRowTopMargin + this.visibleRowBottomMargin; + scrollTop -= this.visibleRowCount * this.characterSize.height; + + if (scrollTop < 0) + scrollTop = 0; + + if (this.screen_.scrollTop == scrollTop) + return; + + this.screen_.scrollTop = scrollTop; +}; + +/** + * Return the row index of the first visible row. + * + * This is based on the scroll position. If a redraw_ is in progress this + * returns the row that *should* be at the top. + */ +hterm.ScrollPort.prototype.getTopRowIndex = function() { + return Math.round(this.screen_.scrollTop / this.characterSize.height); +}; + +/** + * Return the row index of the last visible row. + * + * This is based on the scroll position. If a redraw_ is in progress this + * returns the row that *should* be at the bottom. + */ +hterm.ScrollPort.prototype.getBottomRowIndex = function(topRowIndex) { + return topRowIndex + this.visibleRowCount - 1; +}; + +/** + * Handler for scroll events. + * + * The onScroll event fires when scrollArea's scrollTop property changes. This + * may be due to the user manually move the scrollbar, or a programmatic change. + */ +hterm.ScrollPort.prototype.onScroll_ = function(e) { + var screenSize = this.getScreenSize(); + if (screenSize.width != this.lastScreenWidth_ || + screenSize.height != this.lastScreenHeight_) { + // This event may also fire during a resize (but before the resize event!). + // This happens when the browser moves the scrollbar as part of the resize. + // In these cases, we want to ignore the scroll event and let onResize + // handle things. If we don't, then we end up scrolling to the wrong + // position after a resize. + this.resize(); + return; + } + + this.redraw_(); + this.publish('scroll', { scrollPort: this }); +}; + +/** + * Clients can override this if they want to hear scrollwheel events. + * + * Clients may call event.preventDefault() if they want to keep the scrollport + * from also handling the events. + */ +hterm.ScrollPort.prototype.onScrollWheel = function(e) {}; + +/** + * Handler for scroll-wheel events. + * + * The onScrollWheel event fires when the user moves their scrollwheel over this + * hterm.ScrollPort. Because the frontmost element in the hterm.ScrollPort is + * a fixed position DIV, the scroll wheel does nothing by default. Instead, we + * have to handle it manually. + */ +hterm.ScrollPort.prototype.onScrollWheel_ = function(e) { + this.onScrollWheel(e); + + if (e.defaultPrevented) + return; + + // Figure out how far this event wants us to scroll. + var delta = this.scrollWheelDelta(e); + + var top = this.screen_.scrollTop - delta; + if (top < 0) + top = 0; + + var scrollMax = this.getScrollMax_(); + if (top > scrollMax) + top = scrollMax; + + if (top != this.screen_.scrollTop) { + // Moving scrollTop causes a scroll event, which triggers the redraw. + this.screen_.scrollTop = top; + + // Only preventDefault when we've actually scrolled. If there's nothing + // to scroll we want to pass the event through so Chrome can detect the + // overscroll. + e.preventDefault(); + } +}; + +/** + * Calculate how far a wheel event should scroll. + * + * @param {WheelEvent} e The mouse wheel event to process. + * @return {number} How far (in pixels) to scroll. + */ +hterm.ScrollPort.prototype.scrollWheelDelta = function(e) { + var delta; + + switch (e.deltaMode) { + case WheelEvent.DOM_DELTA_PIXEL: + delta = e.deltaY * this.scrollWheelMultiplier_; + break; + case WheelEvent.DOM_DELTA_LINE: + delta = e.deltaY * this.characterSize.height; + break; + case WheelEvent.DOM_DELTA_PAGE: + delta = e.deltaY * this.characterSize.height * this.screen_.getHeight(); + break; + } + + // The sign is inverted from what we would expect. + return delta * -1; +}; + + +/** + * Clients can override this if they want to hear touch events. + * + * Clients may call event.preventDefault() if they want to keep the scrollport + * from also handling the events. + */ +hterm.ScrollPort.prototype.onTouch = function(e) {}; + +/** + * Handler for touch events. + */ +hterm.ScrollPort.prototype.onTouch_ = function(e) { + this.onTouch(e); + + if (e.defaultPrevented) + return; + + // Extract the fields from the Touch event that we need. If we saved the + // event directly, it has references to other objects (like x-row) that + // might stick around for a long time. This way we only have small objects + // in our lastTouch_ state. + var scrubTouch = function(t) { + return { + id: t.identifier, + y: t.clientY, + x: t.clientX, + }; + }; + + var i, touch; + switch (e.type) { + case 'touchstart': + // Save the current set of touches. + for (i = 0; i < e.changedTouches.length; ++i) { + touch = scrubTouch(e.changedTouches[i]); + this.lastTouch_[touch.id] = touch; + } + break; + + case 'touchcancel': + case 'touchend': + // Throw away existing touches that we're finished with. + for (i = 0; i < e.changedTouches.length; ++i) + delete this.lastTouch_[e.changedTouches[i].identifier]; + break; + + case 'touchmove': + // Walk all of the touches in this one event and merge all of their + // changes into one delta. This lets multiple fingers scroll faster. + var delta = 0; + for (i = 0; i < e.changedTouches.length; ++i) { + touch = scrubTouch(e.changedTouches[i]); + delta += (this.lastTouch_[touch.id].y - touch.y); + this.lastTouch_[touch.id] = touch; + } + + // Invert to match the touchscreen scrolling direction of browser windows. + delta *= -1; + + var top = this.screen_.scrollTop - delta; + if (top < 0) + top = 0; + + var scrollMax = this.getScrollMax_(); + if (top > scrollMax) + top = scrollMax; + + if (top != this.screen_.scrollTop) { + // Moving scrollTop causes a scroll event, which triggers the redraw. + this.screen_.scrollTop = top; + } + break; + } + + // To disable gestures or anything else interfering with our scrolling. + e.preventDefault(); +}; + +/** + * Handler for resize events. + * + * The browser will resize us such that the top row stays at the top, but we + * prefer to the bottom row to stay at the bottom. + */ +hterm.ScrollPort.prototype.onResize_ = function(e) { + // Re-measure, since onResize also happens for browser zoom changes. + this.syncCharacterSize(); + this.resize(); +}; + +/** + * Clients can override this if they want to hear copy events. + * + * Clients may call event.preventDefault() if they want to keep the scrollport + * from also handling the events. + */ +hterm.ScrollPort.prototype.onCopy = function(e) { }; + +/** + * Handler for copy-to-clipboard events. + * + * If some or all of the selected rows are off screen we may need to fill in + * the rows between selection start and selection end. This handler determines + * if we're missing some of the selected text, and if so populates one or both + * of the "select bags" with the missing text. + */ +hterm.ScrollPort.prototype.onCopy_ = function(e) { + this.onCopy(e); + + if (e.defaultPrevented) + return; + + this.resetSelectBags_(); + this.selection.sync(); + + if (!this.selection.startRow || + this.selection.endRow.rowIndex - this.selection.startRow.rowIndex < 2) { + return; + } + + var topRowIndex = this.getTopRowIndex(); + var bottomRowIndex = this.getBottomRowIndex(topRowIndex); + + if (this.selection.startRow.rowIndex < topRowIndex) { + // Start of selection is above the top fold. + var endBackfillIndex; + + if (this.selection.endRow.rowIndex < topRowIndex) { + // Entire selection is above the top fold. + endBackfillIndex = this.selection.endRow.rowIndex; + } else { + // Selection extends below the top fold. + endBackfillIndex = this.topFold_.nextSibling.rowIndex; + } + + this.topSelectBag_.textContent = this.rowProvider_.getRowsText( + this.selection.startRow.rowIndex + 1, endBackfillIndex); + this.rowNodes_.insertBefore(this.topSelectBag_, + this.selection.startRow.nextSibling); + this.syncRowNodesDimensions_(); + } + + if (this.selection.endRow.rowIndex > bottomRowIndex) { + // Selection ends below the bottom fold. + var startBackfillIndex; + + if (this.selection.startRow.rowIndex > bottomRowIndex) { + // Entire selection is below the bottom fold. + startBackfillIndex = this.selection.startRow.rowIndex + 1; + } else { + // Selection starts above the bottom fold. + startBackfillIndex = this.bottomFold_.previousSibling.rowIndex + 1; + } + + this.bottomSelectBag_.textContent = this.rowProvider_.getRowsText( + startBackfillIndex, this.selection.endRow.rowIndex); + this.rowNodes_.insertBefore(this.bottomSelectBag_, this.selection.endRow); + } +}; + +/** + * Focuses on the paste target on a ctrl-v keydown event, as in + * FF a content editable element must be focused before the paste event. + */ +hterm.ScrollPort.prototype.onBodyKeyDown_ = function(e) { + if (!this.ctrlVPaste) + return; + + var key = String.fromCharCode(e.which); + var lowerKey = key.toLowerCase(); + if ((e.ctrlKey || e.metaKey) && lowerKey == "v") + this.pasteTarget_.focus(); +}; + +/** + * Handle a paste event on the the ScrollPort's screen element. + */ +hterm.ScrollPort.prototype.onPaste_ = function(e) { + this.pasteTarget_.focus(); + + var self = this; + setTimeout(function() { + self.publish('paste', { text: self.pasteTarget_.value }); + self.pasteTarget_.value = ''; + self.screen_.focus(); + }, 0); +}; + +/** + * Handles a textInput event on the paste target. Stops this from + * propagating as we want this to be handled in the onPaste_ method. + */ +hterm.ScrollPort.prototype.handlePasteTargetTextInput_ = function(e) { + e.stopPropagation(); +}; + +/** + * Set the vertical scrollbar mode of the ScrollPort. + */ +hterm.ScrollPort.prototype.setScrollbarVisible = function(state) { + this.screen_.style.overflowY = state ? 'scroll' : 'hidden'; +}; + +/** + * Set scroll wheel multiplier. This alters how much the screen scrolls on + * mouse wheel events. + */ +hterm.ScrollPort.prototype.setScrollWheelMoveMultipler = function(multiplier) { + this.scrollWheelMultiplier_ = multiplier; +}; +// SOURCE FILE: hterm/js/hterm_terminal.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.colors', 'lib.PreferenceManager', 'lib.resource', 'lib.wc', + 'lib.f', 'hterm.Keyboard', 'hterm.Options', 'hterm.PreferenceManager', + 'hterm.Screen', 'hterm.ScrollPort', 'hterm.Size', + 'hterm.TextAttributes', 'hterm.VT'); + +/** + * Constructor for the Terminal class. + * + * A Terminal pulls together the hterm.ScrollPort, hterm.Screen and hterm.VT100 + * classes to provide the complete terminal functionality. + * + * There are a number of lower-level Terminal methods that can be called + * directly to manipulate the cursor, text, scroll region, and other terminal + * attributes. However, the primary method is interpret(), which parses VT + * escape sequences and invokes the appropriate Terminal methods. + * + * This class was heavily influenced by Cory Maccarrone's Framebuffer class. + * + * TODO(rginda): Eventually we're going to need to support characters which are + * displayed twice as wide as standard latin characters. This is to support + * CJK (and possibly other character sets). + * + * @param {string} opt_profileId Optional preference profile name. If not + * provided, defaults to 'default'. + */ +hterm.Terminal = function(opt_profileId) { + this.profileId_ = null; + + // Two screen instances. + this.primaryScreen_ = new hterm.Screen(); + this.alternateScreen_ = new hterm.Screen(); + + // The "current" screen. + this.screen_ = this.primaryScreen_; + + // The local notion of the screen size. ScreenBuffers also have a size which + // indicates their present size. During size changes, the two may disagree. + // Also, the inactive screen's size is not altered until it is made the active + // screen. + this.screenSize = new hterm.Size(0, 0); + + // The scroll port we'll be using to display the visible rows. + this.scrollPort_ = new hterm.ScrollPort(this); + this.scrollPort_.subscribe('resize', this.onResize_.bind(this)); + this.scrollPort_.subscribe('scroll', this.onScroll_.bind(this)); + this.scrollPort_.subscribe('paste', this.onPaste_.bind(this)); + this.scrollPort_.onCopy = this.onCopy_.bind(this); + + // The div that contains this terminal. + this.div_ = null; + + // The document that contains the scrollPort. Defaulted to the global + // document here so that the terminal is functional even if it hasn't been + // inserted into a document yet, but re-set in decorate(). + this.document_ = window.document; + + // The rows that have scrolled off screen and are no longer addressable. + this.scrollbackRows_ = []; + + // Saved tab stops. + this.tabStops_ = []; + + // Keep track of whether default tab stops have been erased; after a TBC + // clears all tab stops, defaults aren't restored on resize until a reset. + this.defaultTabStops = true; + + // The VT's notion of the top and bottom rows. Used during some VT + // cursor positioning and scrolling commands. + this.vtScrollTop_ = null; + this.vtScrollBottom_ = null; + + // The DIV element for the visible cursor. + this.cursorNode_ = null; + + // The current cursor shape of the terminal. + this.cursorShape_ = hterm.Terminal.cursorShape.BLOCK; + + // The current color of the cursor. + this.cursorColor_ = null; + + // Cursor blink on/off cycle in ms, overwritten by prefs once they're loaded. + this.cursorBlinkCycle_ = [100, 100]; + + // Pre-bound onCursorBlink_ handler, so we don't have to do this for each + // cursor on/off servicing. + this.myOnCursorBlink_ = this.onCursorBlink_.bind(this); + + // These prefs are cached so we don't have to read from local storage with + // each output and keystroke. They are initialized by the preference manager. + this.backgroundColor_ = null; + this.foregroundColor_ = null; + this.scrollOnOutput_ = null; + this.scrollOnKeystroke_ = null; + this.scrollWheelArrowKeys_ = null; + + // True if we should override mouse event reporting to allow local selection. + this.defeatMouseReports_ = false; + + // Terminal bell sound. + this.bellAudio_ = this.document_.createElement('audio'); + this.bellAudio_.id = 'hterm:bell-audio'; + this.bellAudio_.setAttribute('preload', 'auto'); + + // All terminal bell notifications that have been generated (not necessarily + // shown). + this.bellNotificationList_ = []; + + // Whether we have permission to display notifications. + this.desktopNotificationBell_ = false; + + // Cursor position and attributes saved with DECSC. + this.savedOptions_ = {}; + + // The current mode bits for the terminal. + this.options_ = new hterm.Options(); + + // Timeouts we might need to clear. + this.timeouts_ = {}; + + // The VT escape sequence interpreter. + this.vt = new hterm.VT(this); + + // The keyboard handler. + this.keyboard = new hterm.Keyboard(this); + + // General IO interface that can be given to third parties without exposing + // the entire terminal object. + this.io = new hterm.Terminal.IO(this); + + // True if mouse-click-drag should scroll the terminal. + this.enableMouseDragScroll = true; + + this.copyOnSelect = null; + this.mouseRightClickPaste = null; + this.mousePasteButton = null; + + // Whether to use the default window copy behavior. + this.useDefaultWindowCopy = false; + + this.clearSelectionAfterCopy = true; + + this.realizeSize_(80, 24); + this.setDefaultTabStops(); + + this.setProfile(opt_profileId || 'default', + function() { this.onTerminalReady(); }.bind(this)); +}; + +/** + * Possible cursor shapes. + */ +hterm.Terminal.cursorShape = { + BLOCK: 'BLOCK', + BEAM: 'BEAM', + UNDERLINE: 'UNDERLINE' +}; + +/** + * Clients should override this to be notified when the terminal is ready + * for use. + * + * The terminal initialization is asynchronous, and shouldn't be used before + * this method is called. + */ +hterm.Terminal.prototype.onTerminalReady = function() { }; + +/** + * Default tab with of 8 to match xterm. + */ +hterm.Terminal.prototype.tabWidth = 8; + +/** + * Select a preference profile. + * + * This will load the terminal preferences for the given profile name and + * associate subsequent preference changes with the new preference profile. + * + * @param {string} profileId The name of the preference profile. Forward slash + * characters will be removed from the name. + * @param {function} opt_callback Optional callback to invoke when the profile + * transition is complete. + */ +hterm.Terminal.prototype.setProfile = function(profileId, opt_callback) { + this.profileId_ = profileId.replace(/\//g, ''); + + var terminal = this; + + if (this.prefs_) + this.prefs_.deactivate(); + + this.prefs_ = new hterm.PreferenceManager(this.profileId_); + this.prefs_.addObservers(null, { + 'alt-gr-mode': function(v) { + if (v == null) { + if (navigator.language.toLowerCase() == 'en-us') { + v = 'none'; + } else { + v = 'right-alt'; + } + } else if (typeof v == 'string') { + v = v.toLowerCase(); + } else { + v = 'none'; + } + + if (!/^(none|ctrl-alt|left-alt|right-alt)$/.test(v)) + v = 'none'; + + terminal.keyboard.altGrMode = v; + }, + + 'alt-backspace-is-meta-backspace': function(v) { + terminal.keyboard.altBackspaceIsMetaBackspace = v; + }, + + 'alt-is-meta': function(v) { + terminal.keyboard.altIsMeta = v; + }, + + 'alt-sends-what': function(v) { + if (!/^(escape|8-bit|browser-key)$/.test(v)) + v = 'escape'; + + terminal.keyboard.altSendsWhat = v; + }, + + 'audible-bell-sound': function(v) { + var ary = v.match(/^lib-resource:(\S+)/); + if (ary) { + terminal.bellAudio_.setAttribute('src', + lib.resource.getDataUrl(ary[1])); + } else { + terminal.bellAudio_.setAttribute('src', v); + } + }, + + 'desktop-notification-bell': function(v) { + if (v && Notification) { + terminal.desktopNotificationBell_ = + Notification.permission === 'granted'; + if (!terminal.desktopNotificationBell_) { + // Note: We don't call Notification.requestPermission here because + // Chrome requires the call be the result of a user action (such as an + // onclick handler), and pref listeners are run asynchronously. + // + // A way of working around this would be to display a dialog in the + // terminal with a "click-to-request-permission" button. + console.warn('desktop-notification-bell is true but we do not have ' + + 'permission to display notifications.'); + } + } else { + terminal.desktopNotificationBell_ = false; + } + }, + + 'background-color': function(v) { + terminal.setBackgroundColor(v); + }, + + 'background-image': function(v) { + terminal.scrollPort_.setBackgroundImage(v); + }, + + 'background-size': function(v) { + terminal.scrollPort_.setBackgroundSize(v); + }, + + 'background-position': function(v) { + terminal.scrollPort_.setBackgroundPosition(v); + }, + + 'backspace-sends-backspace': function(v) { + terminal.keyboard.backspaceSendsBackspace = v; + }, + + 'character-map-overrides': function(v) { + if (!(v == null || v instanceof Object)) { + console.warn('Preference character-map-modifications is not an ' + + 'object: ' + v); + return; + } + + terminal.vt.characterMaps.reset(); + terminal.vt.characterMaps.setOverrides(v); + }, + + 'cursor-blink': function(v) { + terminal.setCursorBlink(!!v); + }, + + 'cursor-blink-cycle': function(v) { + if (v instanceof Array && + typeof v[0] == 'number' && + typeof v[1] == 'number') { + terminal.cursorBlinkCycle_ = v; + } else if (typeof v == 'number') { + terminal.cursorBlinkCycle_ = [v, v]; + } else { + // Fast blink indicates an error. + terminal.cursorBlinkCycle_ = [100, 100]; + } + }, + + 'cursor-color': function(v) { + terminal.setCursorColor(v); + }, + + 'color-palette-overrides': function(v) { + if (!(v == null || v instanceof Object || v instanceof Array)) { + console.warn('Preference color-palette-overrides is not an array or ' + + 'object: ' + v); + return; + } + + lib.colors.colorPalette = lib.colors.stockColorPalette.concat(); + + if (v) { + for (var key in v) { + var i = parseInt(key); + if (isNaN(i) || i < 0 || i > 255) { + console.log('Invalid value in palette: ' + key + ': ' + v[key]); + continue; + } + + if (v[i]) { + var rgb = lib.colors.normalizeCSS(v[i]); + if (rgb) + lib.colors.colorPalette[i] = rgb; + } + } + } + + terminal.primaryScreen_.textAttributes.resetColorPalette(); + terminal.alternateScreen_.textAttributes.resetColorPalette(); + }, + + 'copy-on-select': function(v) { + terminal.copyOnSelect = !!v; + }, + + 'use-default-window-copy': function(v) { + terminal.useDefaultWindowCopy = !!v; + }, + + 'clear-selection-after-copy': function(v) { + terminal.clearSelectionAfterCopy = !!v; + }, + + 'ctrl-plus-minus-zero-zoom': function(v) { + terminal.keyboard.ctrlPlusMinusZeroZoom = v; + }, + + 'ctrl-c-copy': function(v) { + terminal.keyboard.ctrlCCopy = v; + }, + + 'ctrl-v-paste': function(v) { + terminal.keyboard.ctrlVPaste = v; + terminal.scrollPort_.setCtrlVPaste(v); + }, + + 'east-asian-ambiguous-as-two-column': function(v) { + lib.wc.regardCjkAmbiguous = v; + }, + + 'enable-8-bit-control': function(v) { + terminal.vt.enable8BitControl = !!v; + }, + + 'enable-bold': function(v) { + terminal.syncBoldSafeState(); + }, + + 'enable-bold-as-bright': function(v) { + terminal.primaryScreen_.textAttributes.enableBoldAsBright = !!v; + terminal.alternateScreen_.textAttributes.enableBoldAsBright = !!v; + }, + + 'enable-blink': function(v) { + terminal.syncBlinkState(); + }, + + 'enable-clipboard-write': function(v) { + terminal.vt.enableClipboardWrite = !!v; + }, + + 'enable-dec12': function(v) { + terminal.vt.enableDec12 = !!v; + }, + + 'font-family': function(v) { + terminal.syncFontFamily(); + }, + + 'font-size': function(v) { + terminal.setFontSize(v); + }, + + 'font-smoothing': function(v) { + terminal.syncFontFamily(); + }, + + 'foreground-color': function(v) { + terminal.setForegroundColor(v); + }, + + 'home-keys-scroll': function(v) { + terminal.keyboard.homeKeysScroll = v; + }, + + 'keybindings': function(v) { + terminal.keyboard.bindings.clear(); + + if (!v) + return; + + if (!(v instanceof Object)) { + console.error('Error in keybindings preference: Expected object'); + return; + } + + try { + terminal.keyboard.bindings.addBindings(v); + } catch (ex) { + console.error('Error in keybindings preference: ' + ex); + } + }, + + 'max-string-sequence': function(v) { + terminal.vt.maxStringSequence = v; + }, + + 'media-keys-are-fkeys': function(v) { + terminal.keyboard.mediaKeysAreFKeys = v; + }, + + 'meta-sends-escape': function(v) { + terminal.keyboard.metaSendsEscape = v; + }, + + 'mouse-right-click-paste': function(v) { + terminal.mouseRightClickPaste = v; + }, + + 'mouse-paste-button': function(v) { + terminal.syncMousePasteButton(); + }, + + 'page-keys-scroll': function(v) { + terminal.keyboard.pageKeysScroll = v; + }, + + 'pass-alt-number': function(v) { + if (v == null) { + var osx = window.navigator.userAgent.match(/Mac OS X/); + + // Let Alt-1..9 pass to the browser (to control tab switching) on + // non-OS X systems, or if hterm is not opened in an app window. + v = (!osx && hterm.windowType != 'popup'); + } + + terminal.passAltNumber = v; + }, + + 'pass-ctrl-number': function(v) { + if (v == null) { + var osx = window.navigator.userAgent.match(/Mac OS X/); + + // Let Ctrl-1..9 pass to the browser (to control tab switching) on + // non-OS X systems, or if hterm is not opened in an app window. + v = (!osx && hterm.windowType != 'popup'); + } + + terminal.passCtrlNumber = v; + }, + + 'pass-meta-number': function(v) { + if (v == null) { + var osx = window.navigator.userAgent.match(/Mac OS X/); + + // Let Meta-1..9 pass to the browser (to control tab switching) on + // OS X systems, or if hterm is not opened in an app window. + v = (osx && hterm.windowType != 'popup'); + } + + terminal.passMetaNumber = v; + }, + + 'pass-meta-v': function(v) { + terminal.keyboard.passMetaV = v; + }, + + 'receive-encoding': function(v) { + if (!(/^(utf-8|raw)$/).test(v)) { + console.warn('Invalid value for "receive-encoding": ' + v); + v = 'utf-8'; + } + + terminal.vt.characterEncoding = v; + }, + + 'scroll-on-keystroke': function(v) { + terminal.scrollOnKeystroke_ = v; + }, + + 'scroll-on-output': function(v) { + terminal.scrollOnOutput_ = v; + }, + + 'scrollbar-visible': function(v) { + terminal.setScrollbarVisible(v); + }, + + 'scroll-wheel-may-send-arrow-keys': function(v) { + terminal.scrollWheelArrowKeys_ = v; + }, + + 'scroll-wheel-move-multiplier': function(v) { + terminal.setScrollWheelMoveMultipler(v); + }, + + 'send-encoding': function(v) { + if (!(/^(utf-8|raw)$/).test(v)) { + console.warn('Invalid value for "send-encoding": ' + v); + v = 'utf-8'; + } + + terminal.keyboard.characterEncoding = v; + }, + + 'shift-insert-paste': function(v) { + terminal.keyboard.shiftInsertPaste = v; + }, + + 'terminal-encoding': function(v) { + terminal.vt.setEncoding(v); + }, + + 'user-css': function(v) { + terminal.scrollPort_.setUserCssUrl(v); + }, + + 'user-css-text': function(v) { + terminal.scrollPort_.setUserCssText(v); + }, + + 'word-break-match-left': function(v) { + terminal.primaryScreen_.wordBreakMatchLeft = v; + terminal.alternateScreen_.wordBreakMatchLeft = v; + }, + + 'word-break-match-right': function(v) { + terminal.primaryScreen_.wordBreakMatchRight = v; + terminal.alternateScreen_.wordBreakMatchRight = v; + }, + + 'word-break-match-middle': function(v) { + terminal.primaryScreen_.wordBreakMatchMiddle = v; + terminal.alternateScreen_.wordBreakMatchMiddle = v; + }, + }); + + this.prefs_.readStorage(function() { + this.prefs_.notifyAll(); + + if (opt_callback) + opt_callback(); + }.bind(this)); +}; + + +/** + * Returns the preferences manager used for configuring this terminal. + * + * @return {hterm.PreferenceManager} + */ +hterm.Terminal.prototype.getPrefs = function() { + return this.prefs_; +}; + +/** + * Enable or disable bracketed paste mode. + * + * @param {boolean} state The value to set. + */ +hterm.Terminal.prototype.setBracketedPaste = function(state) { + this.options_.bracketedPaste = state; +}; + +/** + * Set the color for the cursor. + * + * If you want this setting to persist, set it through prefs_, rather than + * with this method. + * + * @param {string} color The color to set. + */ +hterm.Terminal.prototype.setCursorColor = function(color) { + this.cursorColor_ = color; + this.cursorNode_.style.backgroundColor = color; + this.cursorNode_.style.borderColor = color; +}; + +/** + * Return the current cursor color as a string. + * @return {string} + */ +hterm.Terminal.prototype.getCursorColor = function() { + return this.cursorColor_; +}; + +/** + * Enable or disable mouse based text selection in the terminal. + * + * @param {boolean} state The value to set. + */ +hterm.Terminal.prototype.setSelectionEnabled = function(state) { + this.enableMouseDragScroll = state; +}; + +/** + * Set the background color. + * + * If you want this setting to persist, set it through prefs_, rather than + * with this method. + * + * @param {string} color The color to set. + */ +hterm.Terminal.prototype.setBackgroundColor = function(color) { + this.backgroundColor_ = lib.colors.normalizeCSS(color); + this.primaryScreen_.textAttributes.setDefaults( + this.foregroundColor_, this.backgroundColor_); + this.alternateScreen_.textAttributes.setDefaults( + this.foregroundColor_, this.backgroundColor_); + this.scrollPort_.setBackgroundColor(color); +}; + +/** + * Return the current terminal background color. + * + * Intended for use by other classes, so we don't have to expose the entire + * prefs_ object. + * + * @return {string} + */ +hterm.Terminal.prototype.getBackgroundColor = function() { + return this.backgroundColor_; +}; + +/** + * Set the foreground color. + * + * If you want this setting to persist, set it through prefs_, rather than + * with this method. + * + * @param {string} color The color to set. + */ +hterm.Terminal.prototype.setForegroundColor = function(color) { + this.foregroundColor_ = lib.colors.normalizeCSS(color); + this.primaryScreen_.textAttributes.setDefaults( + this.foregroundColor_, this.backgroundColor_); + this.alternateScreen_.textAttributes.setDefaults( + this.foregroundColor_, this.backgroundColor_); + this.scrollPort_.setForegroundColor(color); +}; + +/** + * Return the current terminal foreground color. + * + * Intended for use by other classes, so we don't have to expose the entire + * prefs_ object. + * + * @return {string} + */ +hterm.Terminal.prototype.getForegroundColor = function() { + return this.foregroundColor_; +}; + +/** + * Create a new instance of a terminal command and run it with a given + * argument string. + * + * @param {function} commandClass The constructor for a terminal command. + * @param {string} argString The argument string to pass to the command. + */ +hterm.Terminal.prototype.runCommandClass = function(commandClass, argString) { + var environment = this.prefs_.get('environment'); + if (typeof environment != 'object' || environment == null) + environment = {}; + + var self = this; + this.command = new commandClass( + { argString: argString || '', + io: this.io.push(), + environment: environment, + onExit: function(code) { + self.io.pop(); + self.uninstallKeyboard(); + if (self.prefs_.get('close-on-exit')) + window.close(); + } + }); + + this.installKeyboard(); + this.command.run(); +}; + +/** + * Returns true if the current screen is the primary screen, false otherwise. + * + * @return {boolean} + */ +hterm.Terminal.prototype.isPrimaryScreen = function() { + return this.screen_ == this.primaryScreen_; +}; + +/** + * Install the keyboard handler for this terminal. + * + * This will prevent the browser from seeing any keystrokes sent to the + * terminal. + */ +hterm.Terminal.prototype.installKeyboard = function() { + this.keyboard.installKeyboard(this.scrollPort_.getDocument().body); +} + +/** + * Uninstall the keyboard handler for this terminal. + */ +hterm.Terminal.prototype.uninstallKeyboard = function() { + this.keyboard.installKeyboard(null); +} + +/** + * Set a CSS variable. + * + * Normally this is used to set variables in the hterm namespace. + * + * @param {string} name The variable to set. + * @param {string} value The value to assign to the variable. + * @param {string?} opt_prefix The variable namespace/prefix to use. + */ +hterm.Terminal.prototype.setCssVar = function(name, value, + opt_prefix='--hterm-') { + this.document_.documentElement.style.setProperty( + `${opt_prefix}${name}`, value); +}; + +/** + * Set the font size for this terminal. + * + * Call setFontSize(0) to reset to the default font size. + * + * This function does not modify the font-size preference. + * + * @param {number} px The desired font size, in pixels. + */ +hterm.Terminal.prototype.setFontSize = function(px) { + if (px === 0) + px = this.prefs_.get('font-size'); + + this.scrollPort_.setFontSize(px); + this.setCssVar('charsize-width', this.scrollPort_.characterSize.width + 'px'); + this.setCssVar('charsize-height', + this.scrollPort_.characterSize.height + 'px'); +}; + +/** + * Get the current font size. + * + * @return {number} + */ +hterm.Terminal.prototype.getFontSize = function() { + return this.scrollPort_.getFontSize(); +}; + +/** + * Get the current font family. + * + * @return {string} + */ +hterm.Terminal.prototype.getFontFamily = function() { + return this.scrollPort_.getFontFamily(); +}; + +/** + * Set the CSS "font-family" for this terminal. + */ +hterm.Terminal.prototype.syncFontFamily = function() { + this.scrollPort_.setFontFamily(this.prefs_.get('font-family'), + this.prefs_.get('font-smoothing')); + this.syncBoldSafeState(); +}; + +/** + * Set this.mousePasteButton based on the mouse-paste-button pref, + * autodetecting if necessary. + */ +hterm.Terminal.prototype.syncMousePasteButton = function() { + var button = this.prefs_.get('mouse-paste-button'); + if (typeof button == 'number') { + this.mousePasteButton = button; + return; + } + + var ary = navigator.userAgent.match(/\(X11;\s+(\S+)/); + if (!ary || ary[1] == 'CrOS') { + this.mousePasteButton = 1; // Middle mouse button. + } else { + this.mousePasteButton = 2; // Right mouse button. + } +}; + +/** + * Enable or disable bold based on the enable-bold pref, autodetecting if + * necessary. + */ +hterm.Terminal.prototype.syncBoldSafeState = function() { + var enableBold = this.prefs_.get('enable-bold'); + if (enableBold !== null) { + this.primaryScreen_.textAttributes.enableBold = enableBold; + this.alternateScreen_.textAttributes.enableBold = enableBold; + return; + } + + var normalSize = this.scrollPort_.measureCharacterSize(); + var boldSize = this.scrollPort_.measureCharacterSize('bold'); + + var isBoldSafe = normalSize.equals(boldSize); + if (!isBoldSafe) { + console.warn('Bold characters disabled: Size of bold weight differs ' + + 'from normal. Font family is: ' + + this.scrollPort_.getFontFamily()); + } + + this.primaryScreen_.textAttributes.enableBold = isBoldSafe; + this.alternateScreen_.textAttributes.enableBold = isBoldSafe; +}; + +/** + * Enable or disable blink based on the enable-blink pref. + */ +hterm.Terminal.prototype.syncBlinkState = function() { + this.setCssVar('node-duration', + this.prefs_.get('enable-blink') ? '0.7s' : '0'); +}; + +/** + * Set the mouse cursor style based on the current terminal mode. + */ +hterm.Terminal.prototype.syncMouseStyle = function() { + this.setCssVar('mouse-cursor-style', + this.vt.mouseReport == this.vt.MOUSE_REPORT_DISABLED ? + 'var(--hterm-mouse-cursor-text)' : + 'var(--hterm-mouse-cursor-pointer)'); +}; + +/** + * Return a copy of the current cursor position. + * + * @return {hterm.RowCol} The RowCol object representing the current position. + */ +hterm.Terminal.prototype.saveCursor = function() { + return this.screen_.cursorPosition.clone(); +}; + +/** + * Return the current text attributes. + * + * @return {string} + */ +hterm.Terminal.prototype.getTextAttributes = function() { + return this.screen_.textAttributes; +}; + +/** + * Set the text attributes. + * + * @param {string} textAttributes The attributes to set. + */ +hterm.Terminal.prototype.setTextAttributes = function(textAttributes) { + this.screen_.textAttributes = textAttributes; +}; + +/** + * Return the current browser zoom factor applied to the terminal. + * + * @return {number} The current browser zoom factor. + */ +hterm.Terminal.prototype.getZoomFactor = function() { + return this.scrollPort_.characterSize.zoomFactor; +}; + +/** + * Change the title of this terminal's window. + * + * @param {string} title The title to set. + */ +hterm.Terminal.prototype.setWindowTitle = function(title) { + window.document.title = title; +}; + +/** + * Restore a previously saved cursor position. + * + * @param {hterm.RowCol} cursor The position to restore. + */ +hterm.Terminal.prototype.restoreCursor = function(cursor) { + var row = lib.f.clamp(cursor.row, 0, this.screenSize.height - 1); + var column = lib.f.clamp(cursor.column, 0, this.screenSize.width - 1); + this.screen_.setCursorPosition(row, column); + if (cursor.column > column || + cursor.column == column && cursor.overflow) { + this.screen_.cursorPosition.overflow = true; + } +}; + +/** + * Clear the cursor's overflow flag. + */ +hterm.Terminal.prototype.clearCursorOverflow = function() { + this.screen_.cursorPosition.overflow = false; +}; + +/** + * Sets the cursor shape + * + * @param {string} shape The shape to set. + */ +hterm.Terminal.prototype.setCursorShape = function(shape) { + this.cursorShape_ = shape; + this.restyleCursor_(); +} + +/** + * Get the cursor shape + * + * @return {string} + */ +hterm.Terminal.prototype.getCursorShape = function() { + return this.cursorShape_; +} + +/** + * Set the width of the terminal, resizing the UI to match. + * + * @param {number} columnCount + */ +hterm.Terminal.prototype.setWidth = function(columnCount) { + if (columnCount == null) { + this.div_.style.width = '100%'; + return; + } + + this.div_.style.width = Math.ceil( + this.scrollPort_.characterSize.width * + columnCount + this.scrollPort_.currentScrollbarWidthPx) + 'px'; + this.realizeSize_(columnCount, this.screenSize.height); + this.scheduleSyncCursorPosition_(); +}; + +/** + * Set the height of the terminal, resizing the UI to match. + * + * @param {number} rowCount The height in rows. + */ +hterm.Terminal.prototype.setHeight = function(rowCount) { + if (rowCount == null) { + this.div_.style.height = '100%'; + return; + } + + this.div_.style.height = + this.scrollPort_.characterSize.height * rowCount + 'px'; + this.realizeSize_(this.screenSize.width, rowCount); + this.scheduleSyncCursorPosition_(); +}; + +/** + * Deal with terminal size changes. + * + * @param {number} columnCount The number of columns. + * @param {number} rowCount The number of rows. + */ +hterm.Terminal.prototype.realizeSize_ = function(columnCount, rowCount) { + if (columnCount != this.screenSize.width) + this.realizeWidth_(columnCount); + + if (rowCount != this.screenSize.height) + this.realizeHeight_(rowCount); + + // Send new terminal size to plugin. + this.io.onTerminalResize_(columnCount, rowCount); +}; + +/** + * Deal with terminal width changes. + * + * This function does what needs to be done when the terminal width changes + * out from under us. It happens here rather than in onResize_() because this + * code may need to run synchronously to handle programmatic changes of + * terminal width. + * + * Relying on the browser to send us an async resize event means we may not be + * in the correct state yet when the next escape sequence hits. + * + * @param {number} columnCount The number of columns. + */ +hterm.Terminal.prototype.realizeWidth_ = function(columnCount) { + if (columnCount <= 0) + throw new Error('Attempt to realize bad width: ' + columnCount); + + var deltaColumns = columnCount - this.screen_.getWidth(); + + this.screenSize.width = columnCount; + this.screen_.setColumnCount(columnCount); + + if (deltaColumns > 0) { + if (this.defaultTabStops) + this.setDefaultTabStops(this.screenSize.width - deltaColumns); + } else { + for (var i = this.tabStops_.length - 1; i >= 0; i--) { + if (this.tabStops_[i] < columnCount) + break; + + this.tabStops_.pop(); + } + } + + this.screen_.setColumnCount(this.screenSize.width); +}; + +/** + * Deal with terminal height changes. + * + * This function does what needs to be done when the terminal height changes + * out from under us. It happens here rather than in onResize_() because this + * code may need to run synchronously to handle programmatic changes of + * terminal height. + * + * Relying on the browser to send us an async resize event means we may not be + * in the correct state yet when the next escape sequence hits. + * + * @param {number} rowCount The number of rows. + */ +hterm.Terminal.prototype.realizeHeight_ = function(rowCount) { + if (rowCount <= 0) + throw new Error('Attempt to realize bad height: ' + rowCount); + + var deltaRows = rowCount - this.screen_.getHeight(); + + this.screenSize.height = rowCount; + + var cursor = this.saveCursor(); + + if (deltaRows < 0) { + // Screen got smaller. + deltaRows *= -1; + while (deltaRows) { + var lastRow = this.getRowCount() - 1; + if (lastRow - this.scrollbackRows_.length == cursor.row) + break; + + if (this.getRowText(lastRow)) + break; + + this.screen_.popRow(); + deltaRows--; + } + + var ary = this.screen_.shiftRows(deltaRows); + this.scrollbackRows_.push.apply(this.scrollbackRows_, ary); + + // We just removed rows from the top of the screen, we need to update + // the cursor to match. + cursor.row = Math.max(cursor.row - deltaRows, 0); + } else if (deltaRows > 0) { + // Screen got larger. + + if (deltaRows <= this.scrollbackRows_.length) { + var scrollbackCount = Math.min(deltaRows, this.scrollbackRows_.length); + var rows = this.scrollbackRows_.splice( + this.scrollbackRows_.length - scrollbackCount, scrollbackCount); + this.screen_.unshiftRows(rows); + deltaRows -= scrollbackCount; + cursor.row += scrollbackCount; + } + + if (deltaRows) + this.appendRows_(deltaRows); + } + + this.setVTScrollRegion(null, null); + this.restoreCursor(cursor); +}; + +/** + * Scroll the terminal to the top of the scrollback buffer. + */ +hterm.Terminal.prototype.scrollHome = function() { + this.scrollPort_.scrollRowToTop(0); +}; + +/** + * Scroll the terminal to the end. + */ +hterm.Terminal.prototype.scrollEnd = function() { + this.scrollPort_.scrollRowToBottom(this.getRowCount()); +}; + +/** + * Scroll the terminal one page up (minus one line) relative to the current + * position. + */ +hterm.Terminal.prototype.scrollPageUp = function() { + var i = this.scrollPort_.getTopRowIndex(); + this.scrollPort_.scrollRowToTop(i - this.screenSize.height + 1); +}; + +/** + * Scroll the terminal one page down (minus one line) relative to the current + * position. + */ +hterm.Terminal.prototype.scrollPageDown = function() { + var i = this.scrollPort_.getTopRowIndex(); + this.scrollPort_.scrollRowToTop(i + this.screenSize.height - 1); +}; + +/** + * Scroll the terminal one line up relative to the current position. + */ +hterm.Terminal.prototype.scrollLineUp = function() { + var i = this.scrollPort_.getTopRowIndex(); + this.scrollPort_.scrollRowToTop(i - 1); +}; + +/** + * Scroll the terminal one line down relative to the current position. + */ +hterm.Terminal.prototype.scrollLineDown = function() { + var i = this.scrollPort_.getTopRowIndex(); + this.scrollPort_.scrollRowToTop(i + 1); +}; + +/** + * Clear primary screen, secondary screen, and the scrollback buffer. + */ +hterm.Terminal.prototype.wipeContents = function() { + this.scrollbackRows_.length = 0; + this.scrollPort_.resetCache(); + + [this.primaryScreen_, this.alternateScreen_].forEach(function(screen) { + var bottom = screen.getHeight(); + if (bottom > 0) { + this.renumberRows_(0, bottom); + this.clearHome(screen); + } + }.bind(this)); + + this.syncCursorPosition_(); + this.scrollPort_.invalidate(); +}; + +/** + * Full terminal reset. + */ +hterm.Terminal.prototype.reset = function() { + this.clearAllTabStops(); + this.setDefaultTabStops(); + + this.clearHome(this.primaryScreen_); + this.primaryScreen_.textAttributes.reset(); + + this.clearHome(this.alternateScreen_); + this.alternateScreen_.textAttributes.reset(); + + this.setCursorBlink(!!this.prefs_.get('cursor-blink')); + + this.vt.reset(); + + this.softReset(); +}; + +/** + * Soft terminal reset. + * + * Perform a soft reset to the default values listed in + * http://www.vt100.net/docs/vt510-rm/DECSTR#T5-9 + */ +hterm.Terminal.prototype.softReset = function() { + // Reset terminal options to their default values. + this.options_ = new hterm.Options(); + + // We show the cursor on soft reset but do not alter the blink state. + this.options_.cursorBlink = !!this.timeouts_.cursorBlink; + + // Xterm also resets the color palette on soft reset, even though it doesn't + // seem to be documented anywhere. + this.primaryScreen_.textAttributes.resetColorPalette(); + this.alternateScreen_.textAttributes.resetColorPalette(); + + // The xterm man page explicitly says this will happen on soft reset. + this.setVTScrollRegion(null, null); + + // Xterm also shows the cursor on soft reset, but does not alter the blink + // state. + this.setCursorVisible(true); +}; + +/** + * Move the cursor forward to the next tab stop, or to the last column + * if no more tab stops are set. + */ +hterm.Terminal.prototype.forwardTabStop = function() { + var column = this.screen_.cursorPosition.column; + + for (var i = 0; i < this.tabStops_.length; i++) { + if (this.tabStops_[i] > column) { + this.setCursorColumn(this.tabStops_[i]); + return; + } + } + + // xterm does not clear the overflow flag on HT or CHT. + var overflow = this.screen_.cursorPosition.overflow; + this.setCursorColumn(this.screenSize.width - 1); + this.screen_.cursorPosition.overflow = overflow; +}; + +/** + * Move the cursor backward to the previous tab stop, or to the first column + * if no previous tab stops are set. + */ +hterm.Terminal.prototype.backwardTabStop = function() { + var column = this.screen_.cursorPosition.column; + + for (var i = this.tabStops_.length - 1; i >= 0; i--) { + if (this.tabStops_[i] < column) { + this.setCursorColumn(this.tabStops_[i]); + return; + } + } + + this.setCursorColumn(1); +}; + +/** + * Set a tab stop at the given column. + * + * @param {integer} column Zero based column. + */ +hterm.Terminal.prototype.setTabStop = function(column) { + for (var i = this.tabStops_.length - 1; i >= 0; i--) { + if (this.tabStops_[i] == column) + return; + + if (this.tabStops_[i] < column) { + this.tabStops_.splice(i + 1, 0, column); + return; + } + } + + this.tabStops_.splice(0, 0, column); +}; + +/** + * Clear the tab stop at the current cursor position. + * + * No effect if there is no tab stop at the current cursor position. + */ +hterm.Terminal.prototype.clearTabStopAtCursor = function() { + var column = this.screen_.cursorPosition.column; + + var i = this.tabStops_.indexOf(column); + if (i == -1) + return; + + this.tabStops_.splice(i, 1); +}; + +/** + * Clear all tab stops. + */ +hterm.Terminal.prototype.clearAllTabStops = function() { + this.tabStops_.length = 0; + this.defaultTabStops = false; +}; + +/** + * Set up the default tab stops, starting from a given column. + * + * This sets a tabstop every (column % this.tabWidth) column, starting + * from the specified column, or 0 if no column is provided. It also flags + * future resizes to set them up. + * + * This does not clear the existing tab stops first, use clearAllTabStops + * for that. + * + * @param {integer} opt_start Optional starting zero based starting column, useful + * for filling out missing tab stops when the terminal is resized. + */ +hterm.Terminal.prototype.setDefaultTabStops = function(opt_start) { + var start = opt_start || 0; + var w = this.tabWidth; + // Round start up to a default tab stop. + start = start - 1 - ((start - 1) % w) + w; + for (var i = start; i < this.screenSize.width; i += w) { + this.setTabStop(i); + } + + this.defaultTabStops = true; +}; + +/** + * Interpret a sequence of characters. + * + * Incomplete escape sequences are buffered until the next call. + * + * @param {string} str Sequence of characters to interpret or pass through. + */ +hterm.Terminal.prototype.interpret = function(str) { + this.vt.interpret(str); + this.scheduleSyncCursorPosition_(); +}; + +/** + * Take over the given DIV for use as the terminal display. + * + * @param {HTMLDivElement} div The div to use as the terminal display. + */ +hterm.Terminal.prototype.decorate = function(div) { + this.div_ = div; + + this.scrollPort_.decorate(div); + this.scrollPort_.setBackgroundImage(this.prefs_.get('background-image')); + this.scrollPort_.setBackgroundSize(this.prefs_.get('background-size')); + this.scrollPort_.setBackgroundPosition( + this.prefs_.get('background-position')); + this.scrollPort_.setUserCssUrl(this.prefs_.get('user-css')); + this.scrollPort_.setUserCssText(this.prefs_.get('user-css-text')); + + this.div_.focus = this.focus.bind(this); + + this.setFontSize(this.prefs_.get('font-size')); + this.syncFontFamily(); + + this.setScrollbarVisible(this.prefs_.get('scrollbar-visible')); + this.setScrollWheelMoveMultipler( + this.prefs_.get('scroll-wheel-move-multiplier')); + + this.document_ = this.scrollPort_.getDocument(); + + this.document_.body.oncontextmenu = function() { return false; }; + + var onMouse = this.onMouse_.bind(this); + var screenNode = this.scrollPort_.getScreenNode(); + screenNode.addEventListener('mousedown', onMouse); + screenNode.addEventListener('mouseup', onMouse); + screenNode.addEventListener('mousemove', onMouse); + this.scrollPort_.onScrollWheel = onMouse; + + screenNode.addEventListener( + 'focus', this.onFocusChange_.bind(this, true)); + // Listen for mousedown events on the screenNode as in FF the focus + // events don't bubble. + screenNode.addEventListener('mousedown', function() { + setTimeout(this.onFocusChange_.bind(this, true)); + }.bind(this)); + + screenNode.addEventListener( + 'blur', this.onFocusChange_.bind(this, false)); + + var style = this.document_.createElement('style'); + style.textContent = + ('.cursor-node[focus="false"] {' + + ' box-sizing: border-box;' + + ' background-color: transparent !important;' + + ' border-width: 2px;' + + ' border-style: solid;' + + '}' + + '.wc-node {' + + ' display: inline-block;' + + ' text-align: center;' + + ' width: calc(var(--hterm-charsize-width) * 2);' + + ' line-height: var(--hterm-charsize-height);' + + '}' + + ':root {' + + ' --hterm-charsize-width: ' + this.scrollPort_.characterSize.width + 'px;' + + ' --hterm-charsize-height: ' + this.scrollPort_.characterSize.height + 'px;' + + ' --hterm-cursor-offset-col: 0;' + + ' --hterm-cursor-offset-row: 0;' + + ' --hterm-blink-node-duration: 0.7s;' + + ' --hterm-mouse-cursor-text: text;' + + ' --hterm-mouse-cursor-pointer: default;' + + ' --hterm-mouse-cursor-style: var(--hterm-mouse-cursor-text);' + + '}' + + '@keyframes blink {' + + ' from { opacity: 1.0; }' + + ' to { opacity: 0.0; }' + + '}' + + '.blink-node {' + + ' animation-name: blink;' + + ' animation-duration: var(--hterm-blink-node-duration);' + + ' animation-iteration-count: infinite;' + + ' animation-timing-function: ease-in-out;' + + ' animation-direction: alternate;' + + '}'); + this.document_.head.appendChild(style); + + this.cursorNode_ = this.document_.createElement('div'); + this.cursorNode_.id = 'hterm:terminal-cursor'; + this.cursorNode_.className = 'cursor-node'; + this.cursorNode_.style.cssText = + ('position: absolute;' + + 'left: calc(var(--hterm-charsize-width) * var(--hterm-cursor-offset-col));' + + 'top: calc(var(--hterm-charsize-height) * var(--hterm-cursor-offset-row));' + + 'display: block;' + + 'width: var(--hterm-charsize-width);' + + 'height: var(--hterm-charsize-height);' + + '-webkit-transition: opacity, background-color 100ms linear;' + + '-moz-transition: opacity, background-color 100ms linear;'); + + this.setCursorColor(this.prefs_.get('cursor-color')); + this.setCursorBlink(!!this.prefs_.get('cursor-blink')); + this.restyleCursor_(); + + this.document_.body.appendChild(this.cursorNode_); + + // When 'enableMouseDragScroll' is off we reposition this element directly + // under the mouse cursor after a click. This makes Chrome associate + // subsequent mousemove events with the scroll-blocker. Since the + // scroll-blocker is a peer (not a child) of the scrollport, the mousemove + // events do not cause the scrollport to scroll. + // + // It's a hack, but it's the cleanest way I could find. + this.scrollBlockerNode_ = this.document_.createElement('div'); + this.scrollBlockerNode_.id = 'hterm:mouse-drag-scroll-blocker'; + this.scrollBlockerNode_.style.cssText = + ('position: absolute;' + + 'top: -99px;' + + 'display: block;' + + 'width: 10px;' + + 'height: 10px;'); + this.document_.body.appendChild(this.scrollBlockerNode_); + + this.scrollPort_.onScrollWheel = onMouse; + ['mousedown', 'mouseup', 'mousemove', 'click', 'dblclick', + ].forEach(function(event) { + this.scrollBlockerNode_.addEventListener(event, onMouse); + this.cursorNode_.addEventListener(event, onMouse); + this.document_.addEventListener(event, onMouse); + }.bind(this)); + + this.cursorNode_.addEventListener('mousedown', function() { + setTimeout(this.focus.bind(this)); + }.bind(this)); + + this.setReverseVideo(false); + + this.scrollPort_.focus(); + this.scrollPort_.scheduleRedraw(); +}; + +/** + * Return the HTML document that contains the terminal DOM nodes. + * + * @return {HTMLDocument} + */ +hterm.Terminal.prototype.getDocument = function() { + return this.document_; +}; + +/** + * Focus the terminal. + */ +hterm.Terminal.prototype.focus = function() { + this.scrollPort_.focus(); +}; + +/** + * Return the HTML Element for a given row index. + * + * This is a method from the RowProvider interface. The ScrollPort uses + * it to fetch rows on demand as they are scrolled into view. + * + * TODO(rginda): Consider saving scrollback rows as (HTML source, text content) + * pairs to conserve memory. + * + * @param {integer} index The zero-based row index, measured relative to the + * start of the scrollback buffer. On-screen rows will always have the + * largest indices. + * @return {HTMLElement} The 'x-row' element containing for the requested row. + */ +hterm.Terminal.prototype.getRowNode = function(index) { + if (index < this.scrollbackRows_.length) + return this.scrollbackRows_[index]; + + var screenIndex = index - this.scrollbackRows_.length; + return this.screen_.rowsArray[screenIndex]; +}; + +/** + * Return the text content for a given range of rows. + * + * This is a method from the RowProvider interface. The ScrollPort uses + * it to fetch text content on demand when the user attempts to copy their + * selection to the clipboard. + * + * @param {integer} start The zero-based row index to start from, measured + * relative to the start of the scrollback buffer. On-screen rows will + * always have the largest indices. + * @param {integer} end The zero-based row index to end on, measured + * relative to the start of the scrollback buffer. + * @return {string} A single string containing the text value of the range of + * rows. Lines will be newline delimited, with no trailing newline. + */ +hterm.Terminal.prototype.getRowsText = function(start, end) { + var ary = []; + for (var i = start; i < end; i++) { + var node = this.getRowNode(i); + ary.push(node.textContent); + if (i < end - 1 && !node.getAttribute('line-overflow')) + ary.push('\n'); + } + + return ary.join(''); +}; + +/** + * Return the text content for a given row. + * + * This is a method from the RowProvider interface. The ScrollPort uses + * it to fetch text content on demand when the user attempts to copy their + * selection to the clipboard. + * + * @param {integer} index The zero-based row index to return, measured + * relative to the start of the scrollback buffer. On-screen rows will + * always have the largest indices. + * @return {string} A string containing the text value of the selected row. + */ +hterm.Terminal.prototype.getRowText = function(index) { + var node = this.getRowNode(index); + return node.textContent; +}; + +/** + * Return the total number of rows in the addressable screen and in the + * scrollback buffer of this terminal. + * + * This is a method from the RowProvider interface. The ScrollPort uses + * it to compute the size of the scrollbar. + * + * @return {integer} The number of rows in this terminal. + */ +hterm.Terminal.prototype.getRowCount = function() { + return this.scrollbackRows_.length + this.screen_.rowsArray.length; +}; + +/** + * Create DOM nodes for new rows and append them to the end of the terminal. + * + * This is the only correct way to add a new DOM node for a row. Notice that + * the new row is appended to the bottom of the list of rows, and does not + * require renumbering (of the rowIndex property) of previous rows. + * + * If you think you want a new blank row somewhere in the middle of the + * terminal, look into moveRows_(). + * + * This method does not pay attention to vtScrollTop/Bottom, since you should + * be using moveRows() in cases where they would matter. + * + * The cursor will be positioned at column 0 of the first inserted line. + * + * @param {number} count The number of rows to created. + */ +hterm.Terminal.prototype.appendRows_ = function(count) { + var cursorRow = this.screen_.rowsArray.length; + var offset = this.scrollbackRows_.length + cursorRow; + for (var i = 0; i < count; i++) { + var row = this.document_.createElement('x-row'); + row.appendChild(this.document_.createTextNode('')); + row.rowIndex = offset + i; + this.screen_.pushRow(row); + } + + var extraRows = this.screen_.rowsArray.length - this.screenSize.height; + if (extraRows > 0) { + var ary = this.screen_.shiftRows(extraRows); + Array.prototype.push.apply(this.scrollbackRows_, ary); + if (this.scrollPort_.isScrolledEnd) + this.scheduleScrollDown_(); + } + + if (cursorRow >= this.screen_.rowsArray.length) + cursorRow = this.screen_.rowsArray.length - 1; + + this.setAbsoluteCursorPosition(cursorRow, 0); +}; + +/** + * Relocate rows from one part of the addressable screen to another. + * + * This is used to recycle rows during VT scrolls (those which are driven + * by VT commands, rather than by the user manipulating the scrollbar.) + * + * In this case, the blank lines scrolled into the scroll region are made of + * the nodes we scrolled off. These have their rowIndex properties carefully + * renumbered so as not to confuse the ScrollPort. + * + * @param {number} fromIndex The start index. + * @param {number} count The number of rows to move. + * @param {number} toIndex The destination index. + */ +hterm.Terminal.prototype.moveRows_ = function(fromIndex, count, toIndex) { + var ary = this.screen_.removeRows(fromIndex, count); + this.screen_.insertRows(toIndex, ary); + + var start, end; + if (fromIndex < toIndex) { + start = fromIndex; + end = toIndex + count; + } else { + start = toIndex; + end = fromIndex + count; + } + + this.renumberRows_(start, end); + this.scrollPort_.scheduleInvalidate(); +}; + +/** + * Renumber the rowIndex property of the given range of rows. + * + * The start and end indices are relative to the screen, not the scrollback. + * Rows in the scrollback buffer cannot be renumbered. Since they are not + * addressable (you can't delete them, scroll them, etc), you should have + * no need to renumber scrollback rows. + * + * @param {number} start The start index. + * @param {number} end The end index. + * @param {hterm.Screen} opt_screen The screen to renumber. + */ +hterm.Terminal.prototype.renumberRows_ = function(start, end, opt_screen) { + var screen = opt_screen || this.screen_; + + var offset = this.scrollbackRows_.length; + for (var i = start; i < end; i++) { + screen.rowsArray[i].rowIndex = offset + i; + } +}; + +/** + * Print a string to the terminal. + * + * This respects the current insert and wraparound modes. It will add new lines + * to the end of the terminal, scrolling off the top into the scrollback buffer + * if necessary. + * + * The string is *not* parsed for escape codes. Use the interpret() method if + * that's what you're after. + * + * @param{string} str The string to print. + */ +hterm.Terminal.prototype.print = function(str) { + var startOffset = 0; + + var strWidth = lib.wc.strWidth(str); + + while (startOffset < strWidth) { + if (this.options_.wraparound && this.screen_.cursorPosition.overflow) { + this.screen_.commitLineOverflow(); + this.newLine(); + } + + var count = strWidth - startOffset; + var didOverflow = false; + var substr; + + if (this.screen_.cursorPosition.column + count >= this.screenSize.width) { + didOverflow = true; + count = this.screenSize.width - this.screen_.cursorPosition.column; + } + + if (didOverflow && !this.options_.wraparound) { + // If the string overflowed the line but wraparound is off, then the + // last printed character should be the last of the string. + // TODO: This will add to our problems with multibyte UTF-16 characters. + substr = lib.wc.substr(str, startOffset, count - 1) + + lib.wc.substr(str, strWidth - 1); + count = strWidth; + } else { + substr = lib.wc.substr(str, startOffset, count); + } + + var tokens = hterm.TextAttributes.splitWidecharString(substr); + for (var i = 0; i < tokens.length; i++) { + this.screen_.textAttributes.wcNode = tokens[i].wcNode; + this.screen_.textAttributes.asciiNode = tokens[i].asciiNode; + + if (this.options_.insertMode) { + this.screen_.insertString(tokens[i].str); + } else { + this.screen_.overwriteString(tokens[i].str); + } + this.screen_.textAttributes.wcNode = false; + this.screen_.textAttributes.asciiNode = true; + } + + this.screen_.maybeClipCurrentRow(); + startOffset += count; + } + + this.scheduleSyncCursorPosition_(); + + if (this.scrollOnOutput_) + this.scrollPort_.scrollRowToBottom(this.getRowCount()); +}; + +/** + * Set the VT scroll region. + * + * This also resets the cursor position to the absolute (0, 0) position, since + * that's what xterm appears to do. + * + * Setting the scroll region to the full height of the terminal will clear + * the scroll region. This is *NOT* what most terminals do. We're explicitly + * going "off-spec" here because it makes `screen` and `tmux` overflow into the + * local scrollback buffer, which means the scrollbars and shift-pgup/pgdn + * continue to work as most users would expect. + * + * @param {integer} scrollTop The zero-based top of the scroll region. + * @param {integer} scrollBottom The zero-based bottom of the scroll region, + * inclusive. + */ +hterm.Terminal.prototype.setVTScrollRegion = function(scrollTop, scrollBottom) { + if (scrollTop == 0 && scrollBottom == this.screenSize.height - 1) { + this.vtScrollTop_ = null; + this.vtScrollBottom_ = null; + } else { + this.vtScrollTop_ = scrollTop; + this.vtScrollBottom_ = scrollBottom; + } +}; + +/** + * Return the top row index according to the VT. + * + * This will return 0 unless the terminal has been told to restrict scrolling + * to some lower row. It is used for some VT cursor positioning and scrolling + * commands. + * + * @return {integer} The topmost row in the terminal's scroll region. + */ +hterm.Terminal.prototype.getVTScrollTop = function() { + if (this.vtScrollTop_ != null) + return this.vtScrollTop_; + + return 0; +}; + +/** + * Return the bottom row index according to the VT. + * + * This will return the height of the terminal unless the it has been told to + * restrict scrolling to some higher row. It is used for some VT cursor + * positioning and scrolling commands. + * + * @return {integer} The bottom most row in the terminal's scroll region. + */ +hterm.Terminal.prototype.getVTScrollBottom = function() { + if (this.vtScrollBottom_ != null) + return this.vtScrollBottom_; + + return this.screenSize.height - 1; +} + +/** + * Process a '\n' character. + * + * If the cursor is on the final row of the terminal this will append a new + * blank row to the screen and scroll the topmost row into the scrollback + * buffer. + * + * Otherwise, this moves the cursor to column zero of the next row. + */ +hterm.Terminal.prototype.newLine = function() { + var cursorAtEndOfScreen = (this.screen_.cursorPosition.row == + this.screen_.rowsArray.length - 1); + + if (this.vtScrollBottom_ != null) { + // A VT Scroll region is active, we never append new rows. + if (this.screen_.cursorPosition.row == this.vtScrollBottom_) { + // We're at the end of the VT Scroll Region, perform a VT scroll. + this.vtScrollUp(1); + this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row, 0); + } else if (cursorAtEndOfScreen) { + // We're at the end of the screen, the only thing to do is put the + // cursor to column 0. + this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row, 0); + } else { + // Anywhere else, advance the cursor row, and reset the column. + this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row + 1, 0); + } + } else if (cursorAtEndOfScreen) { + // We're at the end of the screen. Append a new row to the terminal, + // shifting the top row into the scrollback. + this.appendRows_(1); + } else { + // Anywhere else in the screen just moves the cursor. + this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row + 1, 0); + } +}; + +/** + * Like newLine(), except maintain the cursor column. + */ +hterm.Terminal.prototype.lineFeed = function() { + var column = this.screen_.cursorPosition.column; + this.newLine(); + this.setCursorColumn(column); +}; + +/** + * If autoCarriageReturn is set then newLine(), else lineFeed(). + */ +hterm.Terminal.prototype.formFeed = function() { + if (this.options_.autoCarriageReturn) { + this.newLine(); + } else { + this.lineFeed(); + } +}; + +/** + * Move the cursor up one row, possibly inserting a blank line. + * + * The cursor column is not changed. + */ +hterm.Terminal.prototype.reverseLineFeed = function() { + var scrollTop = this.getVTScrollTop(); + var currentRow = this.screen_.cursorPosition.row; + + if (currentRow == scrollTop) { + this.insertLines(1); + } else { + this.setAbsoluteCursorRow(currentRow - 1); + } +}; + +/** + * Replace all characters to the left of the current cursor with the space + * character. + * + * TODO(rginda): This should probably *remove* the characters (not just replace + * with a space) if there are no characters at or beyond the current cursor + * position. + */ +hterm.Terminal.prototype.eraseToLeft = function() { + var cursor = this.saveCursor(); + this.setCursorColumn(0); + this.screen_.overwriteString(lib.f.getWhitespace(cursor.column + 1)); + this.restoreCursor(cursor); +}; + +/** + * Erase a given number of characters to the right of the cursor. + * + * The cursor position is unchanged. + * + * If the current background color is not the default background color this + * will insert spaces rather than delete. This is unfortunate because the + * trailing space will affect text selection, but it's difficult to come up + * with a way to style empty space that wouldn't trip up the hterm.Screen + * code. + * + * eraseToRight is ignored in the presence of a cursor overflow. This deviates + * from xterm, but agrees with gnome-terminal and konsole, xfce4-terminal. See + * crbug.com/232390 for details. + * + * @param {number} opt_count The number of characters to erase. + */ +hterm.Terminal.prototype.eraseToRight = function(opt_count) { + if (this.screen_.cursorPosition.overflow) + return; + + var maxCount = this.screenSize.width - this.screen_.cursorPosition.column; + var count = opt_count ? Math.min(opt_count, maxCount) : maxCount; + + if (this.screen_.textAttributes.background === + this.screen_.textAttributes.DEFAULT_COLOR) { + var cursorRow = this.screen_.rowsArray[this.screen_.cursorPosition.row]; + if (hterm.TextAttributes.nodeWidth(cursorRow) <= + this.screen_.cursorPosition.column + count) { + this.screen_.deleteChars(count); + this.clearCursorOverflow(); + return; + } + } + + var cursor = this.saveCursor(); + this.screen_.overwriteString(lib.f.getWhitespace(count)); + this.restoreCursor(cursor); + this.clearCursorOverflow(); +}; + +/** + * Erase the current line. + * + * The cursor position is unchanged. + */ +hterm.Terminal.prototype.eraseLine = function() { + var cursor = this.saveCursor(); + this.screen_.clearCursorRow(); + this.restoreCursor(cursor); + this.clearCursorOverflow(); +}; + +/** + * Erase all characters from the start of the screen to the current cursor + * position, regardless of scroll region. + * + * The cursor position is unchanged. + */ +hterm.Terminal.prototype.eraseAbove = function() { + var cursor = this.saveCursor(); + + this.eraseToLeft(); + + for (var i = 0; i < cursor.row; i++) { + this.setAbsoluteCursorPosition(i, 0); + this.screen_.clearCursorRow(); + } + + this.restoreCursor(cursor); + this.clearCursorOverflow(); +}; + +/** + * Erase all characters from the current cursor position to the end of the + * screen, regardless of scroll region. + * + * The cursor position is unchanged. + */ +hterm.Terminal.prototype.eraseBelow = function() { + var cursor = this.saveCursor(); + + this.eraseToRight(); + + var bottom = this.screenSize.height - 1; + for (var i = cursor.row + 1; i <= bottom; i++) { + this.setAbsoluteCursorPosition(i, 0); + this.screen_.clearCursorRow(); + } + + this.restoreCursor(cursor); + this.clearCursorOverflow(); +}; + +/** + * Fill the terminal with a given character. + * + * This methods does not respect the VT scroll region. + * + * @param {string} ch The character to use for the fill. + */ +hterm.Terminal.prototype.fill = function(ch) { + var cursor = this.saveCursor(); + + this.setAbsoluteCursorPosition(0, 0); + for (var row = 0; row < this.screenSize.height; row++) { + for (var col = 0; col < this.screenSize.width; col++) { + this.setAbsoluteCursorPosition(row, col); + this.screen_.overwriteString(ch); + } + } + + this.restoreCursor(cursor); +}; + +/** + * Erase the entire display and leave the cursor at (0, 0). + * + * This does not respect the scroll region. + * + * @param {hterm.Screen} opt_screen Optional screen to operate on. Defaults + * to the current screen. + */ +hterm.Terminal.prototype.clearHome = function(opt_screen) { + var screen = opt_screen || this.screen_; + var bottom = screen.getHeight(); + + if (bottom == 0) { + // Empty screen, nothing to do. + return; + } + + for (var i = 0; i < bottom; i++) { + screen.setCursorPosition(i, 0); + screen.clearCursorRow(); + } + + screen.setCursorPosition(0, 0); +}; + +/** + * Erase the entire display without changing the cursor position. + * + * The cursor position is unchanged. This does not respect the scroll + * region. + * + * @param {hterm.Screen} opt_screen Optional screen to operate on. Defaults + * to the current screen. + */ +hterm.Terminal.prototype.clear = function(opt_screen) { + var screen = opt_screen || this.screen_; + var cursor = screen.cursorPosition.clone(); + this.clearHome(screen); + screen.setCursorPosition(cursor.row, cursor.column); +}; + +/** + * VT command to insert lines at the current cursor row. + * + * This respects the current scroll region. Rows pushed off the bottom are + * lost (they won't show up in the scrollback buffer). + * + * @param {integer} count The number of lines to insert. + */ +hterm.Terminal.prototype.insertLines = function(count) { + var cursorRow = this.screen_.cursorPosition.row; + + var bottom = this.getVTScrollBottom(); + count = Math.min(count, bottom - cursorRow); + + // The moveCount is the number of rows we need to relocate to make room for + // the new row(s). The count is the distance to move them. + var moveCount = bottom - cursorRow - count + 1; + if (moveCount) + this.moveRows_(cursorRow, moveCount, cursorRow + count); + + for (var i = count - 1; i >= 0; i--) { + this.setAbsoluteCursorPosition(cursorRow + i, 0); + this.screen_.clearCursorRow(); + } +}; + +/** + * VT command to delete lines at the current cursor row. + * + * New rows are added to the bottom of scroll region to take their place. New + * rows are strictly there to take up space and have no content or style. + * + * @param {number} count The number of lines to delete. + */ +hterm.Terminal.prototype.deleteLines = function(count) { + var cursor = this.saveCursor(); + + var top = cursor.row; + var bottom = this.getVTScrollBottom(); + + var maxCount = bottom - top + 1; + count = Math.min(count, maxCount); + + var moveStart = bottom - count + 1; + if (count != maxCount) + this.moveRows_(top, count, moveStart); + + for (var i = 0; i < count; i++) { + this.setAbsoluteCursorPosition(moveStart + i, 0); + this.screen_.clearCursorRow(); + } + + this.restoreCursor(cursor); + this.clearCursorOverflow(); +}; + +/** + * Inserts the given number of spaces at the current cursor position. + * + * The cursor position is not changed. + * + * @param {number} count The number of spaces to insert. + */ +hterm.Terminal.prototype.insertSpace = function(count) { + var cursor = this.saveCursor(); + + var ws = lib.f.getWhitespace(count || 1); + this.screen_.insertString(ws); + this.screen_.maybeClipCurrentRow(); + + this.restoreCursor(cursor); + this.clearCursorOverflow(); +}; + +/** + * Forward-delete the specified number of characters starting at the cursor + * position. + * + * @param {integer} count The number of characters to delete. + */ +hterm.Terminal.prototype.deleteChars = function(count) { + var deleted = this.screen_.deleteChars(count); + if (deleted && !this.screen_.textAttributes.isDefault()) { + var cursor = this.saveCursor(); + this.setCursorColumn(this.screenSize.width - deleted); + this.screen_.insertString(lib.f.getWhitespace(deleted)); + this.restoreCursor(cursor); + } + + this.clearCursorOverflow(); +}; + +/** + * Shift rows in the scroll region upwards by a given number of lines. + * + * New rows are inserted at the bottom of the scroll region to fill the + * vacated rows. The new rows not filled out with the current text attributes. + * + * This function does not affect the scrollback rows at all. Rows shifted + * off the top are lost. + * + * The cursor position is not altered. + * + * @param {integer} count The number of rows to scroll. + */ +hterm.Terminal.prototype.vtScrollUp = function(count) { + var cursor = this.saveCursor(); + + this.setAbsoluteCursorRow(this.getVTScrollTop()); + this.deleteLines(count); + + this.restoreCursor(cursor); +}; + +/** + * Shift rows below the cursor down by a given number of lines. + * + * This function respects the current scroll region. + * + * New rows are inserted at the top of the scroll region to fill the + * vacated rows. The new rows not filled out with the current text attributes. + * + * This function does not affect the scrollback rows at all. Rows shifted + * off the bottom are lost. + * + * @param {integer} count The number of rows to scroll. + */ +hterm.Terminal.prototype.vtScrollDown = function(opt_count) { + var cursor = this.saveCursor(); + + this.setAbsoluteCursorPosition(this.getVTScrollTop(), 0); + this.insertLines(opt_count); + + this.restoreCursor(cursor); +}; + + +/** + * Set the cursor position. + * + * The cursor row is relative to the scroll region if the terminal has + * 'origin mode' enabled, or relative to the addressable screen otherwise. + * + * @param {integer} row The new zero-based cursor row. + * @param {integer} row The new zero-based cursor column. + */ +hterm.Terminal.prototype.setCursorPosition = function(row, column) { + if (this.options_.originMode) { + this.setRelativeCursorPosition(row, column); + } else { + this.setAbsoluteCursorPosition(row, column); + } +}; + +/** + * Move the cursor relative to its current position. + * + * @param {number} row + * @param {number} column + */ +hterm.Terminal.prototype.setRelativeCursorPosition = function(row, column) { + var scrollTop = this.getVTScrollTop(); + row = lib.f.clamp(row + scrollTop, scrollTop, this.getVTScrollBottom()); + column = lib.f.clamp(column, 0, this.screenSize.width - 1); + this.screen_.setCursorPosition(row, column); +}; + +/** + * Move the cursor to the specified position. + * + * @param {number} row + * @param {number} column + */ +hterm.Terminal.prototype.setAbsoluteCursorPosition = function(row, column) { + row = lib.f.clamp(row, 0, this.screenSize.height - 1); + column = lib.f.clamp(column, 0, this.screenSize.width - 1); + this.screen_.setCursorPosition(row, column); +}; + +/** + * Set the cursor column. + * + * @param {integer} column The new zero-based cursor column. + */ +hterm.Terminal.prototype.setCursorColumn = function(column) { + this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row, column); +}; + +/** + * Return the cursor column. + * + * @return {integer} The zero-based cursor column. + */ +hterm.Terminal.prototype.getCursorColumn = function() { + return this.screen_.cursorPosition.column; +}; + +/** + * Set the cursor row. + * + * The cursor row is relative to the scroll region if the terminal has + * 'origin mode' enabled, or relative to the addressable screen otherwise. + * + * @param {integer} row The new cursor row. + */ +hterm.Terminal.prototype.setAbsoluteCursorRow = function(row) { + this.setAbsoluteCursorPosition(row, this.screen_.cursorPosition.column); +}; + +/** + * Return the cursor row. + * + * @return {integer} The zero-based cursor row. + */ +hterm.Terminal.prototype.getCursorRow = function() { + return this.screen_.cursorPosition.row; +}; + +/** + * Request that the ScrollPort redraw itself soon. + * + * The redraw will happen asynchronously, soon after the call stack winds down. + * Multiple calls will be coalesced into a single redraw. + */ +hterm.Terminal.prototype.scheduleRedraw_ = function() { + if (this.timeouts_.redraw) + return; + + var self = this; + this.timeouts_.redraw = setTimeout(function() { + delete self.timeouts_.redraw; + self.scrollPort_.redraw_(); + }, 0); +}; + +/** + * Request that the ScrollPort be scrolled to the bottom. + * + * The scroll will happen asynchronously, soon after the call stack winds down. + * Multiple calls will be coalesced into a single scroll. + * + * This affects the scrollbar position of the ScrollPort, and has nothing to + * do with the VT scroll commands. + */ +hterm.Terminal.prototype.scheduleScrollDown_ = function() { + if (this.timeouts_.scrollDown) + return; + + var self = this; + this.timeouts_.scrollDown = setTimeout(function() { + delete self.timeouts_.scrollDown; + self.scrollPort_.scrollRowToBottom(self.getRowCount()); + }, 10); +}; + +/** + * Move the cursor up a specified number of rows. + * + * @param {integer} count The number of rows to move the cursor. + */ +hterm.Terminal.prototype.cursorUp = function(count) { + return this.cursorDown(-(count || 1)); +}; + +/** + * Move the cursor down a specified number of rows. + * + * @param {integer} count The number of rows to move the cursor. + */ +hterm.Terminal.prototype.cursorDown = function(count) { + count = count || 1; + var minHeight = (this.options_.originMode ? this.getVTScrollTop() : 0); + var maxHeight = (this.options_.originMode ? this.getVTScrollBottom() : + this.screenSize.height - 1); + + var row = lib.f.clamp(this.screen_.cursorPosition.row + count, + minHeight, maxHeight); + this.setAbsoluteCursorRow(row); +}; + +/** + * Move the cursor left a specified number of columns. + * + * If reverse wraparound mode is enabled and the previous row wrapped into + * the current row then we back up through the wraparound as well. + * + * @param {integer} count The number of columns to move the cursor. + */ +hterm.Terminal.prototype.cursorLeft = function(count) { + count = count || 1; + + if (count < 1) + return; + + var currentColumn = this.screen_.cursorPosition.column; + if (this.options_.reverseWraparound) { + if (this.screen_.cursorPosition.overflow) { + // If this cursor is in the right margin, consume one count to get it + // back to the last column. This only applies when we're in reverse + // wraparound mode. + count--; + this.clearCursorOverflow(); + + if (!count) + return; + } + + var newRow = this.screen_.cursorPosition.row; + var newColumn = currentColumn - count; + if (newColumn < 0) { + newRow = newRow - Math.floor(count / this.screenSize.width) - 1; + if (newRow < 0) { + // xterm also wraps from row 0 to the last row. + newRow = this.screenSize.height + newRow % this.screenSize.height; + } + newColumn = this.screenSize.width + newColumn % this.screenSize.width; + } + + this.setCursorPosition(Math.max(newRow, 0), newColumn); + + } else { + var newColumn = Math.max(currentColumn - count, 0); + this.setCursorColumn(newColumn); + } +}; + +/** + * Move the cursor right a specified number of columns. + * + * @param {integer} count The number of columns to move the cursor. + */ +hterm.Terminal.prototype.cursorRight = function(count) { + count = count || 1; + + if (count < 1) + return; + + var column = lib.f.clamp(this.screen_.cursorPosition.column + count, + 0, this.screenSize.width - 1); + this.setCursorColumn(column); +}; + +/** + * Reverse the foreground and background colors of the terminal. + * + * This only affects text that was drawn with no attributes. + * + * TODO(rginda): Test xterm to see if reverse is respected for text that has + * been drawn with attributes that happen to coincide with the default + * 'no-attribute' colors. My guess is probably not. + * + * @param {boolean} state The state to set. + */ +hterm.Terminal.prototype.setReverseVideo = function(state) { + this.options_.reverseVideo = state; + if (state) { + this.scrollPort_.setForegroundColor(this.prefs_.get('background-color')); + this.scrollPort_.setBackgroundColor(this.prefs_.get('foreground-color')); + } else { + this.scrollPort_.setForegroundColor(this.prefs_.get('foreground-color')); + this.scrollPort_.setBackgroundColor(this.prefs_.get('background-color')); + } +}; + +/** + * Ring the terminal bell. + * + * This will not play the bell audio more than once per second. + */ +hterm.Terminal.prototype.ringBell = function() { + this.cursorNode_.style.backgroundColor = + this.scrollPort_.getForegroundColor(); + + var self = this; + setTimeout(function() { + self.cursorNode_.style.backgroundColor = self.prefs_.get('cursor-color'); + }, 200); + + // bellSquelchTimeout_ affects both audio and notification bells. + if (this.bellSquelchTimeout_) + return; + + if (this.bellAudio_.getAttribute('src')) { + this.bellAudio_.play(); + this.bellSequelchTimeout_ = setTimeout(function() { + delete this.bellSquelchTimeout_; + }.bind(this), 500); + } else { + delete this.bellSquelchTimeout_; + } + + if (this.desktopNotificationBell_ && !this.document_.hasFocus()) { + var n = hterm.notify(); + this.bellNotificationList_.push(n); + // TODO: Should we try to raise the window here? + n.onclick = function() { self.closeBellNotifications_(); }; + } +}; + +/** + * Set the origin mode bit. + * + * If origin mode is on, certain VT cursor and scrolling commands measure their + * row parameter relative to the VT scroll region. Otherwise, row 0 corresponds + * to the top of the addressable screen. + * + * Defaults to off. + * + * @param {boolean} state True to set origin mode, false to unset. + */ +hterm.Terminal.prototype.setOriginMode = function(state) { + this.options_.originMode = state; + this.setCursorPosition(0, 0); +}; + +/** + * Set the insert mode bit. + * + * If insert mode is on, existing text beyond the cursor position will be + * shifted right to make room for new text. Otherwise, new text overwrites + * any existing text. + * + * Defaults to off. + * + * @param {boolean} state True to set insert mode, false to unset. + */ +hterm.Terminal.prototype.setInsertMode = function(state) { + this.options_.insertMode = state; +}; + +/** + * Set the auto carriage return bit. + * + * If auto carriage return is on then a formfeed character is interpreted + * as a newline, otherwise it's the same as a linefeed. The difference boils + * down to whether or not the cursor column is reset. + * + * @param {boolean} state The state to set. + */ +hterm.Terminal.prototype.setAutoCarriageReturn = function(state) { + this.options_.autoCarriageReturn = state; +}; + +/** + * Set the wraparound mode bit. + * + * If wraparound mode is on, certain VT commands will allow the cursor to wrap + * to the start of the following row. Otherwise, the cursor is clamped to the + * end of the screen and attempts to write past it are ignored. + * + * Defaults to on. + * + * @param {boolean} state True to set wraparound mode, false to unset. + */ +hterm.Terminal.prototype.setWraparound = function(state) { + this.options_.wraparound = state; +}; + +/** + * Set the reverse-wraparound mode bit. + * + * If wraparound mode is off, certain VT commands will allow the cursor to wrap + * to the end of the previous row. Otherwise, the cursor is clamped to column + * 0. + * + * Defaults to off. + * + * @param {boolean} state True to set reverse-wraparound mode, false to unset. + */ +hterm.Terminal.prototype.setReverseWraparound = function(state) { + this.options_.reverseWraparound = state; +}; + +/** + * Selects between the primary and alternate screens. + * + * If alternate mode is on, the alternate screen is active. Otherwise the + * primary screen is active. + * + * Swapping screens has no effect on the scrollback buffer. + * + * Each screen maintains its own cursor position. + * + * Defaults to off. + * + * @param {boolean} state True to set alternate mode, false to unset. + */ +hterm.Terminal.prototype.setAlternateMode = function(state) { + var cursor = this.saveCursor(); + this.screen_ = state ? this.alternateScreen_ : this.primaryScreen_; + + if (this.screen_.rowsArray.length && + this.screen_.rowsArray[0].rowIndex != this.scrollbackRows_.length) { + // If the screen changed sizes while we were away, our rowIndexes may + // be incorrect. + var offset = this.scrollbackRows_.length; + var ary = this.screen_.rowsArray; + for (var i = 0; i < ary.length; i++) { + ary[i].rowIndex = offset + i; + } + } + + this.realizeWidth_(this.screenSize.width); + this.realizeHeight_(this.screenSize.height); + this.scrollPort_.syncScrollHeight(); + this.scrollPort_.invalidate(); + + this.restoreCursor(cursor); + this.scrollPort_.resize(); +}; + +/** + * Set the cursor-blink mode bit. + * + * If cursor-blink is on, the cursor will blink when it is visible. Otherwise + * a visible cursor does not blink. + * + * You should make sure to turn blinking off if you're going to dispose of a + * terminal, otherwise you'll leak a timeout. + * + * Defaults to on. + * + * @param {boolean} state True to set cursor-blink mode, false to unset. + */ +hterm.Terminal.prototype.setCursorBlink = function(state) { + this.options_.cursorBlink = state; + + if (!state && this.timeouts_.cursorBlink) { + clearTimeout(this.timeouts_.cursorBlink); + delete this.timeouts_.cursorBlink; + } + + if (this.options_.cursorVisible) + this.setCursorVisible(true); +}; + +/** + * Set the cursor-visible mode bit. + * + * If cursor-visible is on, the cursor will be visible. Otherwise it will not. + * + * Defaults to on. + * + * @param {boolean} state True to set cursor-visible mode, false to unset. + */ +hterm.Terminal.prototype.setCursorVisible = function(state) { + this.options_.cursorVisible = state; + + if (!state) { + if (this.timeouts_.cursorBlink) { + clearTimeout(this.timeouts_.cursorBlink); + delete this.timeouts_.cursorBlink; + } + this.cursorNode_.style.opacity = '0'; + return; + } + + this.syncCursorPosition_(); + + this.cursorNode_.style.opacity = '1'; + + if (this.options_.cursorBlink) { + if (this.timeouts_.cursorBlink) + return; + + this.onCursorBlink_(); + } else { + if (this.timeouts_.cursorBlink) { + clearTimeout(this.timeouts_.cursorBlink); + delete this.timeouts_.cursorBlink; + } + } +}; + +/** + * Synchronizes the visible cursor and document selection with the current + * cursor coordinates. + */ +hterm.Terminal.prototype.syncCursorPosition_ = function() { + var topRowIndex = this.scrollPort_.getTopRowIndex(); + var bottomRowIndex = this.scrollPort_.getBottomRowIndex(topRowIndex); + var cursorRowIndex = this.scrollbackRows_.length + + this.screen_.cursorPosition.row; + + if (cursorRowIndex > bottomRowIndex) { + // Cursor is scrolled off screen, move it outside of the visible area. + this.setCssVar('cursor-offset-row', '-1'); + return; + } + + if (this.options_.cursorVisible && + this.cursorNode_.style.display == 'none') { + // Re-display the terminal cursor if it was hidden by the mouse cursor. + this.cursorNode_.style.display = ''; + } + + // Position the cursor using CSS variable math. If we do the math in JS, + // the float math will end up being more precise than the CSS which will + // cause the cursor tracking to be off. + this.setCssVar( + 'cursor-offset-row', + `${cursorRowIndex - topRowIndex} + ` + + `${this.scrollPort_.visibleRowTopMargin}px`); + this.setCssVar('cursor-offset-col', this.screen_.cursorPosition.column); + + this.cursorNode_.setAttribute('title', + '(' + this.screen_.cursorPosition.column + + ', ' + this.screen_.cursorPosition.row + + ')'); + + // Update the caret for a11y purposes. + var selection = this.document_.getSelection(); + if (selection && selection.isCollapsed) + this.screen_.syncSelectionCaret(selection); +}; + +/** + * Adjusts the style of this.cursorNode_ according to the current cursor shape + * and character cell dimensions. + */ +hterm.Terminal.prototype.restyleCursor_ = function() { + var shape = this.cursorShape_; + + if (this.cursorNode_.getAttribute('focus') == 'false') { + // Always show a block cursor when unfocused. + shape = hterm.Terminal.cursorShape.BLOCK; + } + + var style = this.cursorNode_.style; + + switch (shape) { + case hterm.Terminal.cursorShape.BEAM: + style.height = 'var(--hterm-charsize-height)'; + style.backgroundColor = 'transparent'; + style.borderBottomStyle = null; + style.borderLeftStyle = 'solid'; + break; + + case hterm.Terminal.cursorShape.UNDERLINE: + style.height = this.scrollPort_.characterSize.baseline + 'px'; + style.backgroundColor = 'transparent'; + style.borderBottomStyle = 'solid'; + // correct the size to put it exactly at the baseline + style.borderLeftStyle = null; + break; + + default: + style.height = 'var(--hterm-charsize-height)'; + style.backgroundColor = this.cursorColor_; + style.borderBottomStyle = null; + style.borderLeftStyle = null; + break; + } +}; + +/** + * Synchronizes the visible cursor with the current cursor coordinates. + * + * The sync will happen asynchronously, soon after the call stack winds down. + * Multiple calls will be coalesced into a single sync. + */ +hterm.Terminal.prototype.scheduleSyncCursorPosition_ = function() { + if (this.timeouts_.syncCursor) + return; + + var self = this; + this.timeouts_.syncCursor = setTimeout(function() { + self.syncCursorPosition_(); + delete self.timeouts_.syncCursor; + }, 0); +}; + +/** + * Show or hide the zoom warning. + * + * The zoom warning is a message warning the user that their browser zoom must + * be set to 100% in order for hterm to function properly. + * + * @param {boolean} state True to show the message, false to hide it. + */ +hterm.Terminal.prototype.showZoomWarning_ = function(state) { + if (!this.zoomWarningNode_) { + if (!state) + return; + + this.zoomWarningNode_ = this.document_.createElement('div'); + this.zoomWarningNode_.id = 'hterm:zoom-warning'; + this.zoomWarningNode_.style.cssText = ( + 'color: black;' + + 'background-color: #ff2222;' + + 'font-size: large;' + + 'border-radius: 8px;' + + 'opacity: 0.75;' + + 'padding: 0.2em 0.5em 0.2em 0.5em;' + + 'top: 0.5em;' + + 'right: 1.2em;' + + 'position: absolute;' + + '-webkit-text-size-adjust: none;' + + '-webkit-user-select: none;' + + '-moz-text-size-adjust: none;' + + '-moz-user-select: none;'); + + this.zoomWarningNode_.addEventListener('click', function(e) { + this.parentNode.removeChild(this); + }); + } + + this.zoomWarningNode_.textContent = lib.MessageManager.replaceReferences( + hterm.zoomWarningMessage, + [parseInt(this.scrollPort_.characterSize.zoomFactor * 100)]); + + this.zoomWarningNode_.style.fontFamily = this.prefs_.get('font-family'); + + if (state) { + if (!this.zoomWarningNode_.parentNode) + this.div_.parentNode.appendChild(this.zoomWarningNode_); + } else if (this.zoomWarningNode_.parentNode) { + this.zoomWarningNode_.parentNode.removeChild(this.zoomWarningNode_); + } +}; + +/** + * Show the terminal overlay for a given amount of time. + * + * The terminal overlay appears in inverse video in a large font, centered + * over the terminal. You should probably keep the overlay message brief, + * since it's in a large font and you probably aren't going to check the size + * of the terminal first. + * + * @param {string} msg The text (not HTML) message to display in the overlay. + * @param {number} opt_timeout The amount of time to wait before fading out + * the overlay. Defaults to 1.5 seconds. Pass null to have the overlay + * stay up forever (or until the next overlay). + */ +hterm.Terminal.prototype.showOverlay = function(msg, opt_timeout) { + if (!this.overlayNode_) { + if (!this.div_) + return; + + this.overlayNode_ = this.document_.createElement('div'); + this.overlayNode_.style.cssText = ( + 'border-radius: 15px;' + + 'font-size: xx-large;' + + 'opacity: 0.75;' + + 'padding: 0.2em 0.5em 0.2em 0.5em;' + + 'position: absolute;' + + '-webkit-user-select: none;' + + '-webkit-transition: opacity 180ms ease-in;' + + '-moz-user-select: none;' + + '-moz-transition: opacity 180ms ease-in;'); + + this.overlayNode_.addEventListener('mousedown', function(e) { + e.preventDefault(); + e.stopPropagation(); + }, true); + } + + this.overlayNode_.style.color = this.prefs_.get('background-color'); + this.overlayNode_.style.backgroundColor = this.prefs_.get('foreground-color'); + this.overlayNode_.style.fontFamily = this.prefs_.get('font-family'); + + this.overlayNode_.textContent = msg; + this.overlayNode_.style.opacity = '0.75'; + + if (!this.overlayNode_.parentNode) + this.div_.appendChild(this.overlayNode_); + + var divSize = hterm.getClientSize(this.div_); + var overlaySize = hterm.getClientSize(this.overlayNode_); + + this.overlayNode_.style.top = + (divSize.height - overlaySize.height) / 2 + 'px'; + this.overlayNode_.style.left = (divSize.width - overlaySize.width - + this.scrollPort_.currentScrollbarWidthPx) / 2 + 'px'; + + var self = this; + + if (this.overlayTimeout_) + clearTimeout(this.overlayTimeout_); + + if (opt_timeout === null) + return; + + this.overlayTimeout_ = setTimeout(function() { + self.overlayNode_.style.opacity = '0'; + self.overlayTimeout_ = setTimeout(function() { + if (self.overlayNode_.parentNode) + self.overlayNode_.parentNode.removeChild(self.overlayNode_); + self.overlayTimeout_ = null; + self.overlayNode_.style.opacity = '0.75'; + }, 200); + }, opt_timeout || 1500); +}; + +/** + * Paste from the system clipboard to the terminal. + */ +hterm.Terminal.prototype.paste = function() { + return hterm.pasteFromClipboard(this.document_); +}; + +/** + * Copy a string to the system clipboard. + * + * Note: If there is a selected range in the terminal, it'll be cleared. + * + * @param {string} str The string to copy. + */ +hterm.Terminal.prototype.copyStringToClipboard = function(str) { + if (this.prefs_.get('enable-clipboard-notice')) + setTimeout(this.showOverlay.bind(this, hterm.notifyCopyMessage, 500), 200); + + var copySource = this.document_.createElement('pre'); + copySource.id = 'hterm:copy-to-clipboard-source'; + copySource.textContent = str; + copySource.style.cssText = ( + '-webkit-user-select: text;' + + '-moz-user-select: text;' + + 'position: absolute;' + + 'top: -99px'); + + this.document_.body.appendChild(copySource); + + var selection = this.document_.getSelection(); + var anchorNode = selection.anchorNode; + var anchorOffset = selection.anchorOffset; + var focusNode = selection.focusNode; + var focusOffset = selection.focusOffset; + + selection.selectAllChildren(copySource); + + hterm.copySelectionToClipboard(this.document_); + + // IE doesn't support selection.extend. This means that the selection + // won't return on IE. + if (selection.extend) { + selection.collapse(anchorNode, anchorOffset); + selection.extend(focusNode, focusOffset); + } + + copySource.parentNode.removeChild(copySource); +}; + +/** + * Returns the selected text, or null if no text is selected. + * + * @return {string|null} + */ +hterm.Terminal.prototype.getSelectionText = function() { + var selection = this.scrollPort_.selection; + selection.sync(); + + if (selection.isCollapsed) + return null; + + + // Start offset measures from the beginning of the line. + var startOffset = selection.startOffset; + var node = selection.startNode; + + if (node.nodeName != 'X-ROW') { + // If the selection doesn't start on an x-row node, then it must be + // somewhere inside the x-row. Add any characters from previous siblings + // into the start offset. + + if (node.nodeName == '#text' && node.parentNode.nodeName == 'SPAN') { + // If node is the text node in a styled span, move up to the span node. + node = node.parentNode; + } + + while (node.previousSibling) { + node = node.previousSibling; + startOffset += hterm.TextAttributes.nodeWidth(node); + } + } + + // End offset measures from the end of the line. + var endOffset = (hterm.TextAttributes.nodeWidth(selection.endNode) - + selection.endOffset); + node = selection.endNode; + + if (node.nodeName != 'X-ROW') { + // If the selection doesn't end on an x-row node, then it must be + // somewhere inside the x-row. Add any characters from following siblings + // into the end offset. + + if (node.nodeName == '#text' && node.parentNode.nodeName == 'SPAN') { + // If node is the text node in a styled span, move up to the span node. + node = node.parentNode; + } + + while (node.nextSibling) { + node = node.nextSibling; + endOffset += hterm.TextAttributes.nodeWidth(node); + } + } + + var rv = this.getRowsText(selection.startRow.rowIndex, + selection.endRow.rowIndex + 1); + return lib.wc.substring(rv, startOffset, lib.wc.strWidth(rv) - endOffset); +}; + +/** + * Copy the current selection to the system clipboard, then clear it after a + * short delay. + */ +hterm.Terminal.prototype.copySelectionToClipboard = function() { + var text = this.getSelectionText(); + if (text != null) + this.copyStringToClipboard(text); +}; + +hterm.Terminal.prototype.overlaySize = function() { + this.showOverlay(this.screenSize.width + 'x' + this.screenSize.height); +}; + +/** + * Invoked by hterm.Terminal.Keyboard when a VT keystroke is detected. + * + * @param {string} string The VT string representing the keystroke, in UTF-16. + */ +hterm.Terminal.prototype.onVTKeystroke = function(string) { + if (this.scrollOnKeystroke_) + this.scrollPort_.scrollRowToBottom(this.getRowCount()); + + this.io.onVTKeystroke(this.keyboard.encode(string)); +}; + +/** + * Launches url in a new tab. + * + * @param {string} url URL to launch in a new tab. + */ +hterm.Terminal.prototype.openUrl = function(url) { + if (window.chrome && window.chrome.browser) { + // For Chrome v2 apps, we need to use this API to properly open windows. + chrome.browser.openTab({'url': url}); + } else { + var win = window.open(url, '_blank'); + win.focus(); + } +} + +/** + * Open the selected url. + */ +hterm.Terminal.prototype.openSelectedUrl_ = function() { + var str = this.getSelectionText(); + + // If there is no selection, try and expand wherever they clicked. + if (str == null) { + this.screen_.expandSelection(this.document_.getSelection()); + str = this.getSelectionText(); + + // If clicking in empty space, return. + if (str == null) + return; + } + + // Make sure URL is valid before opening. + if (str.length > 2048 || str.search(/[\s\[\](){}<>"'\\^`]/) >= 0) + return; + + // If the URI isn't anchored, it'll open relative to the extension. + // We have no way of knowing the correct schema, so assume http. + if (str.search('^[a-zA-Z][a-zA-Z0-9+.-]*://') < 0) { + // We have to whitelist a few protocols that lack authorities and thus + // never use the //. Like mailto. + switch (str.split(':', 1)[0]) { + case 'mailto': + break; + default: + str = 'http://' + str; + break; + } + } + + this.openUrl(str); +} + + +/** + * Add the terminalRow and terminalColumn properties to mouse events and + * then forward on to onMouse(). + * + * The terminalRow and terminalColumn properties contain the (row, column) + * coordinates for the mouse event. + * + * @param {Event} e The mouse event to handle. + */ +hterm.Terminal.prototype.onMouse_ = function(e) { + if (e.processedByTerminalHandler_) { + // We register our event handlers on the document, as well as the cursor + // and the scroll blocker. Mouse events that occur on the cursor or + // scroll blocker will also appear on the document, but we don't want to + // process them twice. + // + // We can't just prevent bubbling because that has other side effects, so + // we decorate the event object with this property instead. + return; + } + + var reportMouseEvents = (!this.defeatMouseReports_ && + this.vt.mouseReport != this.vt.MOUSE_REPORT_DISABLED); + + e.processedByTerminalHandler_ = true; + + // One based row/column stored on the mouse event. + e.terminalRow = parseInt((e.clientY - this.scrollPort_.visibleRowTopMargin) / + this.scrollPort_.characterSize.height) + 1; + e.terminalColumn = parseInt(e.clientX / + this.scrollPort_.characterSize.width) + 1; + + if (e.type == 'mousedown' && e.terminalColumn > this.screenSize.width) { + // Mousedown in the scrollbar area. + return; + } + + if (this.options_.cursorVisible && !reportMouseEvents) { + // If the cursor is visible and we're not sending mouse events to the + // host app, then we want to hide the terminal cursor when the mouse + // cursor is over top. This keeps the terminal cursor from interfering + // with local text selection. + if (e.terminalRow - 1 == this.screen_.cursorPosition.row && + e.terminalColumn - 1 == this.screen_.cursorPosition.column) { + this.cursorNode_.style.display = 'none'; + } else if (this.cursorNode_.style.display == 'none') { + this.cursorNode_.style.display = ''; + } + } + + if (e.type == 'mousedown') { + if (e.altKey || !reportMouseEvents) { + // If VT mouse reporting is disabled, or has been defeated with + // alt-mousedown, then the mouse will act on the local selection. + this.defeatMouseReports_ = true; + this.setSelectionEnabled(true); + } else { + // Otherwise we defer ownership of the mouse to the VT. + this.defeatMouseReports_ = false; + this.document_.getSelection().collapseToEnd(); + this.setSelectionEnabled(false); + e.preventDefault(); + } + } + + if (!reportMouseEvents) { + if (e.type == 'dblclick' && this.copyOnSelect) { + this.screen_.expandSelection(this.document_.getSelection()); + this.copySelectionToClipboard(this.document_); + } + + if (e.type == 'click' && !e.shiftKey && (e.ctrlKey || e.metaKey)) { + // Debounce this event with the dblclick event. If you try to doubleclick + // a URL to open it, Chrome will fire click then dblclick, but we won't + // have expanded the selection text at the first click event. + clearTimeout(this.timeouts_.openUrl); + this.timeouts_.openUrl = setTimeout(this.openSelectedUrl_.bind(this), + 500); + return; + } + + if (e.type == 'mousedown') { + if ((this.mouseRightClickPaste && e.button == 2 /* right button */) || + e.button == this.mousePasteButton) { + if (!this.paste()) + console.warning('Could not paste manually due to web restrictions');; + } + } + + if (e.type == 'mouseup' && e.button == 0 && this.copyOnSelect && + !this.document_.getSelection().isCollapsed) { + this.copySelectionToClipboard(this.document_); + } + + if ((e.type == 'mousemove' || e.type == 'mouseup') && + this.scrollBlockerNode_.engaged) { + // Disengage the scroll-blocker after one of these events. + this.scrollBlockerNode_.engaged = false; + this.scrollBlockerNode_.style.top = '-99px'; + } + + // Emulate arrow key presses via scroll wheel events. + if (this.scrollWheelArrowKeys_ && !e.shiftKey && + this.keyboard.applicationCursor && !this.isPrimaryScreen()) { + if (e.type == 'wheel') { + var delta = this.scrollPort_.scrollWheelDelta(e); + var lines = lib.f.smartFloorDivide( + Math.abs(delta), this.scrollPort_.characterSize.height); + + var data = '\x1bO' + (delta < 0 ? 'B' : 'A'); + this.io.sendString(data.repeat(lines)); + + e.preventDefault(); + } + } + } else /* if (this.reportMouseEvents) */ { + if (!this.scrollBlockerNode_.engaged) { + if (e.type == 'mousedown') { + // Move the scroll-blocker into place if we want to keep the scrollport + // from scrolling. + this.scrollBlockerNode_.engaged = true; + this.scrollBlockerNode_.style.top = (e.clientY - 5) + 'px'; + this.scrollBlockerNode_.style.left = (e.clientX - 5) + 'px'; + } else if (e.type == 'mousemove') { + // Oh. This means that drag-scroll was disabled AFTER the mouse down, + // in which case it's too late to engage the scroll-blocker. + this.document_.getSelection().collapseToEnd(); + e.preventDefault(); + } + } + + this.onMouse(e); + } + + if (e.type == 'mouseup' && this.document_.getSelection().isCollapsed) { + // Restore this on mouseup in case it was temporarily defeated with a + // alt-mousedown. Only do this when the selection is empty so that + // we don't immediately kill the users selection. + this.defeatMouseReports_ = false; + } +}; + +/** + * Clients should override this if they care to know about mouse events. + * + * The event parameter will be a normal DOM mouse click event with additional + * 'terminalRow' and 'terminalColumn' properties. + * + * @param {Event} e The mouse event to handle. + */ +hterm.Terminal.prototype.onMouse = function(e) { }; + +/** + * React when focus changes. + * + * @param {boolean} focused True if focused, false otherwise. + */ +hterm.Terminal.prototype.onFocusChange_ = function(focused) { + this.cursorNode_.setAttribute('focus', focused); + this.restyleCursor_(); + if (focused === true) + this.closeBellNotifications_(); +}; + +/** + * React when the ScrollPort is scrolled. + */ +hterm.Terminal.prototype.onScroll_ = function() { + this.scheduleSyncCursorPosition_(); +}; + +/** + * React when text is pasted into the scrollPort. + * + * @param {Event} e The DOM paste event to handle. + */ +hterm.Terminal.prototype.onPaste_ = function(e) { + var data = e.text.replace(/\n/mg, '\r'); + data = this.keyboard.encode(data); + if (this.options_.bracketedPaste) + data = '\x1b[200~' + data + '\x1b[201~'; + + this.io.sendString(data); +}; + +/** + * React when the user tries to copy from the scrollPort. + * + * @param {Event} e The DOM copy event. + */ +hterm.Terminal.prototype.onCopy_ = function(e) { + if (!this.useDefaultWindowCopy) { + e.preventDefault(); + setTimeout(this.copySelectionToClipboard.bind(this), 0); + } +}; + +/** + * React when the ScrollPort is resized. + * + * Note: This function should not directly contain code that alters the internal + * state of the terminal. That kind of code belongs in realizeWidth or + * realizeHeight, so that it can be executed synchronously in the case of a + * programmatic width change. + */ +hterm.Terminal.prototype.onResize_ = function() { + var columnCount = Math.floor(this.scrollPort_.getScreenWidth() / + this.scrollPort_.characterSize.width) || 0; + var rowCount = lib.f.smartFloorDivide(this.scrollPort_.getScreenHeight(), + this.scrollPort_.characterSize.height) || 0; + + if (columnCount <= 0 || rowCount <= 0) { + // We avoid these situations since they happen sometimes when the terminal + // gets removed from the document or during the initial load, and we can't + // deal with that. + // This can also happen if called before the scrollPort calculates the + // character size, meaning we dived by 0 above and default to 0 values. + return; + } + + var isNewSize = (columnCount != this.screenSize.width || + rowCount != this.screenSize.height); + + // We do this even if the size didn't change, just to be sure everything is + // in sync. + this.realizeSize_(columnCount, rowCount); + this.showZoomWarning_(this.scrollPort_.characterSize.zoomFactor != 1); + + if (isNewSize) + this.overlaySize(); + + this.restyleCursor_(); + this.scheduleSyncCursorPosition_(); +}; + +/** + * Service the cursor blink timeout. + */ +hterm.Terminal.prototype.onCursorBlink_ = function() { + if (!this.options_.cursorBlink) { + delete this.timeouts_.cursorBlink; + return; + } + + if (this.cursorNode_.getAttribute('focus') == 'false' || + this.cursorNode_.style.opacity == '0') { + this.cursorNode_.style.opacity = '1'; + this.timeouts_.cursorBlink = setTimeout(this.myOnCursorBlink_, + this.cursorBlinkCycle_[0]); + } else { + this.cursorNode_.style.opacity = '0'; + this.timeouts_.cursorBlink = setTimeout(this.myOnCursorBlink_, + this.cursorBlinkCycle_[1]); + } +}; + +/** + * Set the scrollbar-visible mode bit. + * + * If scrollbar-visible is on, the vertical scrollbar will be visible. + * Otherwise it will not. + * + * Defaults to on. + * + * @param {boolean} state True to set scrollbar-visible mode, false to unset. + */ +hterm.Terminal.prototype.setScrollbarVisible = function(state) { + this.scrollPort_.setScrollbarVisible(state); +}; + +/** + * Set the scroll wheel move multiplier. This will affect how fast the page + * scrolls on wheel events. + * + * Defaults to 1. + * + * @param {number} multiplier The multiplier to set. + */ +hterm.Terminal.prototype.setScrollWheelMoveMultipler = function(multiplier) { + this.scrollPort_.setScrollWheelMoveMultipler(multiplier); +}; + +/** + * Close all web notifications created by terminal bells. + */ +hterm.Terminal.prototype.closeBellNotifications_ = function() { + this.bellNotificationList_.forEach(function(n) { + n.close(); + }); + this.bellNotificationList_.length = 0; +}; +// SOURCE FILE: hterm/js/hterm_terminal_io.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.encodeUTF8'); + +/** + * Input/Output interface used by commands to communicate with the terminal. + * + * Commands like `nassh` and `crosh` receive an instance of this class as + * part of their argv object. This allows them to write to and read from the + * terminal without exposing them to an entire hterm.Terminal instance. + * + * The active command must override the onVTKeystroke() and sendString() methods + * of this class in order to receive keystrokes and send output to the correct + * destination. + * + * Isolating commands from the terminal provides the following benefits: + * - Provides a mechanism to save and restore onVTKeystroke and sendString + * handlers when invoking subcommands (see the push() and pop() methods). + * - The isolation makes it easier to make changes in Terminal and supporting + * classes without affecting commands. + * - In The Future commands may run in web workers where they would only be able + * to talk to a Terminal instance through an IPC mechanism. + * + * @param {hterm.Terminal} + */ +hterm.Terminal.IO = function(terminal) { + this.terminal_ = terminal; + + // The IO object to restore on IO.pop(). + this.previousIO_ = null; +}; + +/** + * Show the terminal overlay for a given amount of time. + * + * The terminal overlay appears in inverse video in a large font, centered + * over the terminal. You should probably keep the overlay message brief, + * since it's in a large font and you probably aren't going to check the size + * of the terminal first. + * + * @param {string} msg The text (not HTML) message to display in the overlay. + * @param {number} opt_timeout The amount of time to wait before fading out + * the overlay. Defaults to 1.5 seconds. Pass null to have the overlay + * stay up forever (or until the next overlay). + */ +hterm.Terminal.IO.prototype.showOverlay = function(message, opt_timeout) { + this.terminal_.showOverlay(message, opt_timeout); +}; + +/** + * Open an frame in the current terminal window, pointed to the specified + * url. + * + * Eventually we'll probably need size/position/decoration options. + * The user should also be able to move/resize the frame. + * + * @param {string} url The URL to load in the frame. + * @param {Object} opt_options Optional frame options. Not implemented. + */ +hterm.Terminal.IO.prototype.createFrame = function(url, opt_options) { + return new hterm.Frame(this.terminal_, url, opt_options); +}; + +/** + * Change the preference profile for the terminal. + * + * @param profileName {string} The name of the preference profile to activate. + */ +hterm.Terminal.IO.prototype.setTerminalProfile = function(profileName) { + this.terminal_.setProfile(profileName); +}; + +/** + * Create a new hterm.Terminal.IO instance and make it active on the Terminal + * object associated with this instance. + * + * This is used to pass control of the terminal IO off to a subcommand. The + * IO.pop() method can be used to restore control when the subcommand completes. + */ +hterm.Terminal.IO.prototype.push = function() { + var io = new hterm.Terminal.IO(this.terminal_); + io.keyboardCaptured_ = this.keyboardCaptured_; + + io.columnCount = this.columnCount; + io.rowCount = this.rowCount; + + io.previousIO_ = this.terminal_.io; + this.terminal_.io = io; + + return io; +}; + +/** + * Restore the Terminal's previous IO object. + */ +hterm.Terminal.IO.prototype.pop = function() { + this.terminal_.io = this.previousIO_; +}; + +/** + * Called when data needs to be sent to the current command. + * + * Clients should override this to receive notification of pending data. + * + * @param {string} string The data to send. + */ +hterm.Terminal.IO.prototype.sendString = function(string) { + // Override this. + console.log('Unhandled sendString: ' + string); +}; + +/** + * Called when a terminal keystroke is detected. + * + * Clients should override this to receive notification of keystrokes. + * + * The keystroke data will be encoded according to the 'send-encoding' + * preference. + * + * @param {string} string The VT key sequence. + */ +hterm.Terminal.IO.prototype.onVTKeystroke = function(string) { + // Override this. + console.log('Unobserverd VT keystroke: ' + JSON.stringify(string)); +}; + +hterm.Terminal.IO.prototype.onTerminalResize_ = function(width, height) { + var obj = this; + while (obj) { + obj.columnCount = width; + obj.rowCount = height; + obj = obj.previousIO_; + } + + this.onTerminalResize(width, height); +}; + +/** + * Called when terminal size is changed. + * + * Clients should override this to receive notification of resize. + * + * @param {string|integer} terminal width. + * @param {string|integer} terminal height. + */ +hterm.Terminal.IO.prototype.onTerminalResize = function(width, height) { + // Override this. +}; + +/** + * Write a UTF-8 encoded byte string to the terminal. + * + * @param {string} string The UTF-8 encoded string to print. + */ +hterm.Terminal.IO.prototype.writeUTF8 = function(string) { + if (this.terminal_.io != this) + throw 'Attempt to print from inactive IO object.'; + + this.terminal_.interpret(string); +}; + +/** + * Write a UTF-8 encoded byte string to the terminal followed by crlf. + * + * @param {string} string The UTF-8 encoded string to print. + */ +hterm.Terminal.IO.prototype.writelnUTF8 = function(string) { + if (this.terminal_.io != this) + throw 'Attempt to print from inactive IO object.'; + + this.terminal_.interpret(string + '\r\n'); +}; + +/** + * Write a UTF-16 JavaScript string to the terminal. + * + * @param {string} string The string to print. + */ +hterm.Terminal.IO.prototype.print = +hterm.Terminal.IO.prototype.writeUTF16 = function(string) { + this.writeUTF8(lib.encodeUTF8(string)); +}; + +/** + * Print a UTF-16 JavaScript string to the terminal followed by a newline. + * + * @param {string} string The string to print. + */ +hterm.Terminal.IO.prototype.println = +hterm.Terminal.IO.prototype.writelnUTF16 = function(string) { + this.writelnUTF8(lib.encodeUTF8(string)); +}; +// SOURCE FILE: hterm/js/hterm_text_attributes.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.colors'); + +/** + * Constructor for TextAttribute objects. + * + * These objects manage a set of text attributes such as foreground/ + * background color, bold, faint, italic, blink, underline, and strikethrough. + * + * TextAttribute instances can be used to construct a DOM container implementing + * the current attributes, or to test an existing DOM container for + * compatibility with the current attributes. + * + * @constructor + * @param {HTMLDocument} document The parent document to use when creating + * new DOM containers. + */ +hterm.TextAttributes = function(document) { + this.document_ = document; + // These variables contain the source of the color as either: + // SRC_DEFAULT (use context default) + // SRC_RGB (specified in 'rgb( r, g, b)' form) + // number (representing the index from color palette to use) + this.foregroundSource = this.SRC_DEFAULT; + this.backgroundSource = this.SRC_DEFAULT; + + // These properties cache the value in the color table, but foregroundSource + // and backgroundSource contain the canonical values. + this.foreground = this.DEFAULT_COLOR; + this.background = this.DEFAULT_COLOR; + + this.defaultForeground = 'rgb(255, 255, 255)'; + this.defaultBackground = 'rgb(0, 0, 0)'; + + this.bold = false; + this.faint = false; + this.italic = false; + this.blink = false; + this.underline = false; + this.strikethrough = false; + this.inverse = false; + this.invisible = false; + this.wcNode = false; + this.asciiNode = true; + this.tileData = null; + + this.colorPalette = null; + this.resetColorPalette(); +}; + +/** + * If false, we ignore the bold attribute. + * + * This is used for fonts that have a bold version that is a different size + * than the normal weight version. + */ +hterm.TextAttributes.prototype.enableBold = true; + +/** + * If true, use bright colors (if available) for bold text. + * + * This setting is independent of the enableBold setting. + */ +hterm.TextAttributes.prototype.enableBoldAsBright = true; + +/** + * A sentinel constant meaning "whatever the default color is in this context". + */ +hterm.TextAttributes.prototype.DEFAULT_COLOR = lib.f.createEnum(''); + +/** + * A constant string used to specify that source color is context default. + */ +hterm.TextAttributes.prototype.SRC_DEFAULT = 'default'; + + +/** + * A constant string used to specify that the source of a color is a valid + * rgb( r, g, b) specifier. + */ +hterm.TextAttributes.prototype.SRC_RGB = 'rgb'; + +/** + * The document object which should own the DOM nodes created by this instance. + * + * @param {HTMLDocument} document The parent document. + */ +hterm.TextAttributes.prototype.setDocument = function(document) { + this.document_ = document; +}; + +/** + * Create a deep copy of this object. + * + * @return {hterm.TextAttributes} A deep copy of this object. + */ +hterm.TextAttributes.prototype.clone = function() { + var rv = new hterm.TextAttributes(null); + + for (var key in this) { + rv[key] = this[key]; + } + + rv.colorPalette = this.colorPalette.concat(); + return rv; +}; + +/** + * Reset the current set of attributes. + * + * This does not affect the palette. Use resetColorPalette() for that. + * It also doesn't affect the tile data, it's not meant to. + */ +hterm.TextAttributes.prototype.reset = function() { + this.foregroundSource = this.SRC_DEFAULT; + this.backgroundSource = this.SRC_DEFAULT; + this.foreground = this.DEFAULT_COLOR; + this.background = this.DEFAULT_COLOR; + this.bold = false; + this.faint = false; + this.italic = false; + this.blink = false; + this.underline = false; + this.strikethrough = false; + this.inverse = false; + this.invisible = false; + this.wcNode = false; + this.asciiNode = true; +}; + +/** + * Reset the color palette to the default state. + */ +hterm.TextAttributes.prototype.resetColorPalette = function() { + this.colorPalette = lib.colors.colorPalette.concat(); + this.syncColors(); +}; + +/** + * Test if the current attributes describe unstyled text. + * + * @return {boolean} True if the current attributes describe unstyled text. + */ +hterm.TextAttributes.prototype.isDefault = function() { + return (this.foregroundSource == this.SRC_DEFAULT && + this.backgroundSource == this.SRC_DEFAULT && + !this.bold && + !this.faint && + !this.italic && + !this.blink && + !this.underline && + !this.strikethrough && + !this.inverse && + !this.invisible && + !this.wcNode && + this.asciiNode && + this.tileData == null); +}; + +/** + * Create a DOM container (a span or a text node) with a style to match the + * current set of attributes. + * + * This method will create a plain text node if the text is unstyled, or + * an HTML span if the text is styled. Due to lack of monospace wide character + * fonts on certain systems (e.g. Chrome OS), we need to put each wide character + * in a span of CSS class '.wc-node' which has double column width. + * Each vt_tiledata tile is also represented by a span with a single + * character, with CSS classes '.tile' and '.tile_'. + * + * @param {string} opt_textContent Optional text content for the new container. + * @return {HTMLNode} An HTML span or text nodes styled to match the current + * attributes. + */ +hterm.TextAttributes.prototype.createContainer = function(opt_textContent) { + if (this.isDefault()) + return this.document_.createTextNode(opt_textContent); + + var span = this.document_.createElement('span'); + var style = span.style; + var classes = []; + + if (this.foreground != this.DEFAULT_COLOR) + style.color = this.foreground; + + if (this.background != this.DEFAULT_COLOR) + style.backgroundColor = this.background; + + if (this.enableBold && this.bold) + style.fontWeight = 'bold'; + + if (this.faint) + span.faint = true; + + if (this.italic) + style.fontStyle = 'italic'; + + if (this.blink) { + classes.push('blink-node'); + span.blinkNode = true; + } + + var textDecoration = ''; + if (this.underline) { + textDecoration += ' underline'; + span.underline = true; + } + if (this.strikethrough) { + textDecoration += ' line-through'; + span.strikethrough = true; + } + if (textDecoration) { + style.textDecoration = textDecoration; + } + + if (this.wcNode) { + classes.push('wc-node'); + span.wcNode = true; + span.asciiNode = false; + } + + if (this.tileData != null) { + classes.push('tile'); + classes.push('tile_' + this.tileData); + span.tileNode = true; + } + + if (opt_textContent) + span.textContent = opt_textContent; + + if (classes.length) + span.className = classes.join(' '); + + return span; +}; + +/** + * Tests if the provided object (string, span or text node) has the same + * style as this TextAttributes instance. + * + * This indicates that text with these attributes could be inserted directly + * into the target DOM node. + * + * For the purposes of this method, a string is considered a text node. + * + * @param {string|HTMLNode} obj The object to test. + * @return {boolean} True if the provided container has the same style as + * this attributes instance. + */ +hterm.TextAttributes.prototype.matchesContainer = function(obj) { + if (typeof obj == 'string' || obj.nodeType == 3) + return this.isDefault(); + + var style = obj.style; + + // We don't want to put multiple characters in a wcNode or a tile. + // See the comments in createContainer. + return (!(this.wcNode || obj.wcNode) && + this.asciiNode == this.asciiNode && + !(this.tileData != null || obj.tileNode) && + this.foreground == style.color && + this.background == style.backgroundColor && + (this.enableBold && this.bold) == !!style.fontWeight && + this.blink == obj.blinkNode && + this.italic == !!style.fontStyle && + !!this.underline == !!obj.underline && + !!this.strikethrough == !!obj.strikethrough); +}; + +hterm.TextAttributes.prototype.setDefaults = function(foreground, background) { + this.defaultForeground = foreground; + this.defaultBackground = background; + + this.syncColors(); +}; + +/** + * Updates foreground and background properties based on current indices and + * other state. + * + * @param {string} terminalForeground The terminal foreground color for use as + * inverse text background. + * @param {string} terminalBackground The terminal background color for use as + * inverse text foreground. + * + */ +hterm.TextAttributes.prototype.syncColors = function() { + function getBrightIndex(i) { + if (i < 8) { + // If the color is from the lower half of the ANSI 16, add 8. + return i + 8; + } + + // If it's not from the 16 color palette, ignore bold requests. This + // matches the behavior of gnome-terminal. + return i; + } + + var foregroundSource = this.foregroundSource; + var backgroundSource = this.backgroundSource; + var defaultForeground = this.DEFAULT_COLOR; + var defaultBackground = this.DEFAULT_COLOR; + + if (this.inverse) { + foregroundSource = this.backgroundSource; + backgroundSource = this.foregroundSource; + // We can't inherit the container's color anymore. + defaultForeground = this.defaultBackground; + defaultBackground = this.defaultForeground; + } + + if (this.enableBoldAsBright && this.bold) { + if (foregroundSource != this.SRC_DEFAULT && + foregroundSource != this.SRC_RGB) { + foregroundSource = getBrightIndex(foregroundSource); + } + } + + if (this.invisible) { + foregroundSource = backgroundSource; + defaultForeground = this.defaultBackground; + } + + // Set fore/background colors unless already specified in rgb(r, g, b) form. + if (foregroundSource != this.SRC_RGB) { + this.foreground = ((foregroundSource == this.SRC_DEFAULT) ? + defaultForeground : this.colorPalette[foregroundSource]); + } + + if (this.faint && !this.invisible) { + var colorToMakeFaint = ((this.foreground == this.DEFAULT_COLOR) ? + this.defaultForeground : this.foreground); + this.foreground = lib.colors.mix(colorToMakeFaint, 'rgb(0, 0, 0)', 0.3333); + } + + if (backgroundSource != this.SRC_RGB) { + this.background = ((backgroundSource == this.SRC_DEFAULT) ? + defaultBackground : this.colorPalette[backgroundSource]); + } +}; + +/** + * Static method used to test if the provided objects (strings, spans or + * text nodes) have the same style. + * + * For the purposes of this method, a string is considered a text node. + * + * @param {string|HTMLNode} obj1 An object to test. + * @param {string|HTMLNode} obj2 Another object to test. + * @return {boolean} True if the containers have the same style. + */ +hterm.TextAttributes.containersMatch = function(obj1, obj2) { + if (typeof obj1 == 'string') + return hterm.TextAttributes.containerIsDefault(obj2); + + if (obj1.nodeType != obj2.nodeType) + return false; + + if (obj1.nodeType == 3) + return true; + + var style1 = obj1.style; + var style2 = obj2.style; + + return (style1.color == style2.color && + style1.backgroundColor == style2.backgroundColor && + style1.fontWeight == style2.fontWeight && + style1.fontStyle == style2.fontStyle && + style1.textDecoration == style2.textDecoration); +}; + +/** + * Static method to test if a given DOM container represents unstyled text. + * + * For the purposes of this method, a string is considered a text node. + * + * @param {string|HTMLNode} obj1 An object to test. + * @return {boolean} True if the object is unstyled. + */ +hterm.TextAttributes.containerIsDefault = function(obj) { + return typeof obj == 'string' || obj.nodeType == 3; +}; + +/** + * Static method to get the column width of a node's textContent. + * + * @param {HTMLElement} node The HTML element to get the width of textContent + * from. + * @return {integer} The column width of the node's textContent. + */ +hterm.TextAttributes.nodeWidth = function(node) { + if (!node.asciiNode) { + return lib.wc.strWidth(node.textContent); + } else { + return node.textContent.length; + } +} + +/** + * Static method to get the substr of a node's textContent. The start index + * and substr width are computed in column width. + * + * @param {HTMLElement} node The HTML element to get the substr of textContent + * from. + * @param {integer} start The starting offset in column width. + * @param {integer} width The width to capture in column width. + * @return {integer} The extracted substr of the node's textContent. + */ +hterm.TextAttributes.nodeSubstr = function(node, start, width) { + if (!node.asciiNode) { + return lib.wc.substr(node.textContent, start, width); + } else { + return node.textContent.substr(start, width); + } +} + +/** + * Static method to get the substring based of a node's textContent. The + * start index of end index are computed in column width. + * + * @param {HTMLElement} node The HTML element to get the substr of textContent + * from. + * @param {integer} start The starting offset in column width. + * @param {integer} end The ending offset in column width. + * @return {integer} The extracted substring of the node's textContent. + */ +hterm.TextAttributes.nodeSubstring = function(node, start, end) { + if (!node.asciiNode) { + return lib.wc.substring(node.textContent, start, end); + } else { + return node.textContent.substring(start, end); + } +}; + +/** + * Static method to split a string into contiguous runs of single-width + * characters and runs of double-width characters. + * + * @param {string} str The string to split. + * @return {Array} An array of objects that contain substrings of str, where + * each substring is either a contiguous runs of single-width characters + * or a double-width character. For objects that contain a double-width + * character, its wcNode property is set to true. For objects that contain + * only ASCII content, its asciiNode property is set to true. + */ +hterm.TextAttributes.splitWidecharString = function(str) { + var rv = []; + var base = 0, length = 0; + var asciiNode = true; + + for (var i = 0; i < str.length;) { + var c = str.codePointAt(i); + var increment = (c <= 0xffff) ? 1 : 2; + if (c < 128) { + length += increment; + } else if (lib.wc.charWidth(c) <= 1) { + length += increment; + asciiNode = false; + } else { + if (length) { + rv.push({ + str: str.substr(base, length), + asciiNode: asciiNode, + }); + asciiNode = true; + } + rv.push({ + str: str.substr(i, increment), + wcNode: true, + asciiNode: false, + }); + base = i + increment; + length = 0; + } + i += increment; + } + + if (length) { + rv.push({ + str: str.substr(base, length), + asciiNode: asciiNode, + }); + } + + return rv; +}; +// SOURCE FILE: hterm/js/hterm_vt.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.colors', 'lib.f', 'lib.UTF8Decoder', + 'hterm.VT.CharacterMap'); + +/** + * Constructor for the VT escape sequence interpreter. + * + * The interpreter operates on a terminal object capable of performing cursor + * move operations, painting characters, etc. + * + * This interpreter is intended to be compatible with xterm, though it + * ignores some of the more esoteric escape sequences. + * + * Control sequences are documented in hterm/doc/ControlSequences.md. + * + * @param {hterm.Terminal} terminal Terminal to use with the interpreter. + */ +hterm.VT = function(terminal) { + /** + * The display terminal object associated with this virtual terminal. + */ + this.terminal = terminal; + + terminal.onMouse = this.onTerminalMouse_.bind(this); + this.mouseReport = this.MOUSE_REPORT_DISABLED; + + // Parse state left over from the last parse. You should use the parseState + // instance passed into your parse routine, rather than reading + // this.parseState_ directly. + this.parseState_ = new hterm.VT.ParseState(this.parseUnknown_); + + // Any "leading modifiers" for the escape sequence, such as '?', ' ', or the + // other modifiers handled in this.parseCSI_. + this.leadingModifier_ = ''; + + // Any "trailing modifiers". Same character set as a leading modifier, + // except these are found after the numeric arguments. + this.trailingModifier_ = ''; + + // Whether or not to respect the escape codes for setting terminal width. + this.allowColumnWidthChanges_ = false; + + // The amount of time we're willing to wait for the end of an OSC sequence. + this.oscTimeLimit_ = 20000; + + // Decoder to maintain UTF-8 decode state. + this.utf8Decoder_ = new lib.UTF8Decoder(); + + /** + * Whether to accept the 8-bit control characters. + * + * An 8-bit control character is one with the eighth bit set. These + * didn't work on 7-bit terminals so they all have two byte equivalents. + * Most hosts still only use the two-byte versions. + * + * We ignore 8-bit control codes by default. This is in order to avoid + * issues with "accidental" usage of codes that need to be terminated. + * The "accident" usually involves cat'ing binary data. + */ + this.enable8BitControl = false; + + /** + * Whether to allow the OSC 52 sequence to write to the system clipboard. + */ + this.enableClipboardWrite = true; + + /** + * Respect the host's attempt to change the cursor blink status using + * the DEC Private mode 12. + */ + this.enableDec12 = false; + + /** + * The expected encoding method for data received from the host. + */ + this.characterEncoding = 'utf-8'; + + /** + * Max length of an unterminated DCS, OSC, PM or APC sequence before we give + * up and ignore the code. + * + * These all end with a String Terminator (ST, '\x9c', ESC '\\') or + * (BEL, '\x07') character, hence the "string sequence" moniker. + */ + this.maxStringSequence = 1024; + + /** + * If true, emit warnings when we encounter a control character or escape + * sequence that we don't recognize or explicitly ignore. + */ + this.warnUnimplemented = true; + + /** + * The set of available character maps (used by G0...G3 below). + */ + this.characterMaps = new hterm.VT.CharacterMaps(); + + /** + * The default G0...G3 character maps. + * We default to the US/ASCII map everywhere as that aligns with other + * terminals, and it makes it harder to accidentally switch to the graphics + * character map (Ctrl-N). Any program that wants to use the graphics map + * will usually select it anyways since there's no guarantee what state any + * of the maps are in at any particular time. + */ + this.G0 = this.G1 = this.G2 = this.G3 = + this.characterMaps.getMap('B'); + + /** + * The 7-bit visible character set. + * + * This is a mapping from inbound data to display glyph. The GL set + * contains the 94 bytes from 0x21 to 0x7e. + * + * The default GL set is 'B', US ASCII. + */ + this.GL = 'G0'; + + /** + * The 8-bit visible character set. + * + * This is a mapping from inbound data to display glyph. The GR set + * contains the 94 bytes from 0xa1 to 0xfe. + */ + this.GR = 'G0'; + + /** + * The current encoding of the terminal. + * + * We only support ECMA-35 and UTF-8, so go with a boolean here. + * The encoding can be locked too. + */ + this.codingSystemUtf8_ = false; + this.codingSystemLocked_ = false; + + // Construct a regular expression to match the known one-byte control chars. + // This is used in parseUnknown_ to quickly scan a string for the next + // control character. + this.cc1Pattern_ = null; + this.updateEncodingState_(); + + // Saved state used in DECSC. + // + // This is a place to store a copy VT state, it is *not* the active state. + this.savedState_ = new hterm.VT.CursorState(this); +}; + +/** + * No mouse events. + */ +hterm.VT.prototype.MOUSE_REPORT_DISABLED = 0; + +/** + * DECSET mode 1000. + * + * Report mouse down/up events only. + */ +hterm.VT.prototype.MOUSE_REPORT_CLICK = 1; + +/** + * DECSET mode 1002. + * + * Report mouse down/up and movement while a button is down. + */ +hterm.VT.prototype.MOUSE_REPORT_DRAG = 3; + +/** + * ParseState constructor. + * + * This object tracks the current state of the parse. It has fields for the + * current buffer, position in the buffer, and the parse function. + * + * @param {function} defaultFunc The default parser function. + * @param {string} opt_buf Optional string to use as the current buffer. + */ +hterm.VT.ParseState = function(defaultFunction, opt_buf) { + this.defaultFunction = defaultFunction; + this.buf = opt_buf || null; + this.pos = 0; + this.func = defaultFunction; + this.args = []; +}; + +/** + * Reset the parser function, buffer, and position. + */ +hterm.VT.ParseState.prototype.reset = function(opt_buf) { + this.resetParseFunction(); + this.resetBuf(opt_buf || ''); + this.resetArguments(); +}; + +/** + * Reset the parser function only. + */ +hterm.VT.ParseState.prototype.resetParseFunction = function() { + this.func = this.defaultFunction; +}; + +/** + * Reset the buffer and position only. + * + * @param {string} buf Optional new value for buf, defaults to null. + */ +hterm.VT.ParseState.prototype.resetBuf = function(opt_buf) { + this.buf = (typeof opt_buf == 'string') ? opt_buf : null; + this.pos = 0; +}; + +/** + * Reset the arguments list only. + * + * @param {string} opt_arg_zero Optional initial value for args[0]. + */ +hterm.VT.ParseState.prototype.resetArguments = function(opt_arg_zero) { + this.args.length = 0; + if (typeof opt_arg_zero != 'undefined') + this.args[0] = opt_arg_zero; +}; + +/** + * Get an argument as an integer. + * + * @param {number} argnum The argument number to retrieve. + */ +hterm.VT.ParseState.prototype.iarg = function(argnum, defaultValue) { + var str = this.args[argnum]; + if (str) { + var ret = parseInt(str, 10); + // An argument of zero is treated as the default value. + if (ret == 0) + ret = defaultValue; + return ret; + } + return defaultValue; +}; + +/** + * Advance the parse position. + * + * @param {integer} count The number of bytes to advance. + */ +hterm.VT.ParseState.prototype.advance = function(count) { + this.pos += count; +}; + +/** + * Return the remaining portion of the buffer without affecting the parse + * position. + * + * @return {string} The remaining portion of the buffer. + */ +hterm.VT.ParseState.prototype.peekRemainingBuf = function() { + return this.buf.substr(this.pos); +}; + +/** + * Return the next single character in the buffer without affecting the parse + * position. + * + * @return {string} The next character in the buffer. + */ +hterm.VT.ParseState.prototype.peekChar = function() { + return this.buf.substr(this.pos, 1); +}; + +/** + * Return the next single character in the buffer and advance the parse + * position one byte. + * + * @return {string} The next character in the buffer. + */ +hterm.VT.ParseState.prototype.consumeChar = function() { + return this.buf.substr(this.pos++, 1); +}; + +/** + * Return true if the buffer is empty, or the position is past the end. + */ +hterm.VT.ParseState.prototype.isComplete = function() { + return this.buf == null || this.buf.length <= this.pos; +}; + +hterm.VT.CursorState = function(vt) { + this.vt_ = vt; + this.save(); +}; + +hterm.VT.CursorState.prototype.save = function() { + this.cursor = this.vt_.terminal.saveCursor(); + + this.textAttributes = this.vt_.terminal.getTextAttributes().clone(); + + this.GL = this.vt_.GL; + this.GR = this.vt_.GR; + + this.G0 = this.vt_.G0; + this.G1 = this.vt_.G1; + this.G2 = this.vt_.G2; + this.G3 = this.vt_.G3; +}; + +hterm.VT.CursorState.prototype.restore = function() { + this.vt_.terminal.restoreCursor(this.cursor); + + this.vt_.terminal.setTextAttributes(this.textAttributes.clone()); + + this.vt_.GL = this.GL; + this.vt_.GR = this.GR; + + this.vt_.G0 = this.G0; + this.vt_.G1 = this.G1; + this.vt_.G2 = this.G2; + this.vt_.G3 = this.G3; +}; + +hterm.VT.prototype.reset = function() { + this.G0 = this.characterMaps.getMap('B'); + this.G1 = this.characterMaps.getMap('0'); + this.G2 = this.characterMaps.getMap('B'); + this.G3 = this.characterMaps.getMap('B'); + + this.GL = 'G0'; + this.GR = 'G0'; + + this.savedState_ = new hterm.VT.CursorState(this); + + this.mouseReport = this.MOUSE_REPORT_DISABLED; +}; + +/** + * Handle terminal mouse events. + * + * See the "Mouse Tracking" section of [xterm]. + */ +hterm.VT.prototype.onTerminalMouse_ = function(e) { + if (this.mouseReport == this.MOUSE_REPORT_DISABLED) + return; + + // Temporary storage for our response. + var response; + + // Modifier key state. + var mod = 0; + if (e.shiftKey) + mod |= 4; + if (e.metaKey || (this.terminal.keyboard.altIsMeta && e.altKey)) + mod |= 8; + if (e.ctrlKey) + mod |= 16; + + // TODO(rginda): We should also support mode 1005 and/or 1006 to extend the + // coordinate space. Though, after poking around just a little, I wasn't + // able to get vi or emacs to use either of these modes. + var x = String.fromCharCode(lib.f.clamp(e.terminalColumn + 32, 32, 255)); + var y = String.fromCharCode(lib.f.clamp(e.terminalRow + 32, 32, 255)); + + switch (e.type) { + case 'wheel': + // Mouse wheel is treated as button 1 or 2 plus an additional 64. + b = (((e.deltaY * -1) > 0) ? 0 : 1) + 96; + b |= mod; + response = '\x1b[M' + String.fromCharCode(b) + x + y; + + // Keep the terminal from scrolling. + e.preventDefault(); + break; + + case 'mousedown': + // Buttons are encoded as button number plus 32. + var b = Math.min(e.button, 2) + 32; + + // And mix in the modifier keys. + b |= mod; + + response = '\x1b[M' + String.fromCharCode(b) + x + y; + break; + + case 'mouseup': + // Mouse up has no indication of which button was released. + response = '\x1b[M\x23' + x + y; + break; + + case 'mousemove': + if (this.mouseReport == this.MOUSE_REPORT_DRAG && e.buttons) { + // Standard button bits. The XTerm protocol only reports the first + // button press (e.g. if left & right are pressed, right is ignored), + // and it only supports the first three buttons. If none of them are + // pressed, then XTerm flags it as a release. We'll do the same. + b = 32; + + // Priority here matches XTerm: left, middle, right. + if (e.buttons & 0x1) { + // Report left button. + b += 0; + } else if (e.buttons & 0x4) { + // Report middle button. + b += 1; + } else if (e.buttons & 0x2) { + // Report right button. + b += 2; + } else { + // Release higher buttons. + b += 3; + } + + // Add 32 to indicate mouse motion. + b += 32; + + // And mix in the modifier keys. + b |= mod; + + response = '\x1b[M' + String.fromCharCode(b) + x + y; + } + + break; + + case 'click': + case 'dblclick': + break; + + default: + console.error('Unknown mouse event: ' + e.type, e); + break; + } + + if (response) + this.terminal.io.sendString(response); +}; + +/** + * Interpret a string of characters, displaying the results on the associated + * terminal object. + * + * The buffer will be decoded according to the 'receive-encoding' preference. + */ +hterm.VT.prototype.interpret = function(buf) { + this.parseState_.resetBuf(this.decode(buf)); + + while (!this.parseState_.isComplete()) { + var func = this.parseState_.func; + var pos = this.parseState_.pos; + var buf = this.parseState_.buf; + + this.parseState_.func.call(this, this.parseState_); + + if (this.parseState_.func == func && this.parseState_.pos == pos && + this.parseState_.buf == buf) { + throw 'Parser did not alter the state!'; + } + } +}; + +/** + * Decode a string according to the 'receive-encoding' preference. + */ +hterm.VT.prototype.decode = function(str) { + if (this.characterEncoding == 'utf-8') + return this.decodeUTF8(str); + + return str; +}; + +/** + * Encode a UTF-16 string as UTF-8. + * + * See also: https://en.wikipedia.org/wiki/UTF-16 + */ +hterm.VT.prototype.encodeUTF8 = function(str) { + return lib.encodeUTF8(str); +}; + +/** + * Decode a UTF-8 string into UTF-16. + */ +hterm.VT.prototype.decodeUTF8 = function(str) { + return this.utf8Decoder_.decode(str); +}; + +/** + * Set the encoding of the terminal. + * + * @param {string} encoding The name of the encoding to set. + */ +hterm.VT.prototype.setEncoding = function(encoding) { + switch (encoding) { + default: + console.warn('Invalid value for "terminal-encoding": ' + encoding); + // Fall through. + case 'iso-2022': + this.codingSystemUtf8_ = false; + this.codingSystemLocked_ = false; + break; + case 'utf-8-locked': + this.codingSystemUtf8_ = true; + this.codingSystemLocked_ = true; + break; + case 'utf-8': + this.codingSystemUtf8_ = true; + this.codingSystemLocked_ = false; + break; + } + + this.updateEncodingState_(); +}; + +/** + * Refresh internal state when the encoding changes. + */ +hterm.VT.prototype.updateEncodingState_ = function() { + // If we're in UTF8 mode, don't suport 8-bit escape sequences as we'll never + // see those -- everything should be UTF8! + var cc1 = Object.keys(hterm.VT.CC1) + .filter((e) => !this.codingSystemUtf8_ || e.charCodeAt() < 0x80) + .map((e) => '\\x' + lib.f.zpad(e.charCodeAt().toString(16), 2)) + .join(''); + this.cc1Pattern_ = new RegExp(`[${cc1}]`); +}; + +/** + * The default parse function. + * + * This will scan the string for the first 1-byte control character (C0/C1 + * characters from [CTRL]). Any plain text coming before the code will be + * printed to the terminal, then the control character will be dispatched. + */ +hterm.VT.prototype.parseUnknown_ = function(parseState) { + var self = this; + + function print(str) { + if (!self.codingSystemUtf8_ && self[self.GL].GL) + str = self[self.GL].GL(str); + + self.terminal.print(str); + }; + + // Search for the next contiguous block of plain text. + var buf = parseState.peekRemainingBuf(); + var nextControl = buf.search(this.cc1Pattern_); + + if (nextControl == 0) { + // We've stumbled right into a control character. + this.dispatch('CC1', buf.substr(0, 1), parseState); + parseState.advance(1); + return; + } + + if (nextControl == -1) { + // There are no control characters in this string. + print(buf); + parseState.reset(); + return; + } + + print(buf.substr(0, nextControl)); + this.dispatch('CC1', buf.substr(nextControl, 1), parseState); + parseState.advance(nextControl + 1); +}; + +/** + * Parse a Control Sequence Introducer code and dispatch it. + * + * See [CSI] for some useful information about these codes. + */ +hterm.VT.prototype.parseCSI_ = function(parseState) { + var ch = parseState.peekChar(); + var args = parseState.args; + + if (ch >= '@' && ch <= '~') { + // This is the final character. + this.dispatch('CSI', this.leadingModifier_ + this.trailingModifier_ + ch, + parseState); + parseState.resetParseFunction(); + + } else if (ch == ';') { + // Parameter delimiter. + if (this.trailingModifier_) { + // Parameter delimiter after the trailing modifier. That's a paddlin'. + parseState.resetParseFunction(); + + } else { + if (!args.length) { + // They omitted the first param, we need to supply it. + args.push(''); + } + + args.push(''); + } + + } else if (ch >= '0' && ch <= '9') { + // Next byte in the current parameter. + + if (this.trailingModifier_) { + // Numeric parameter after the trailing modifier. That's a paddlin'. + parseState.resetParseFunction(); + } else { + if (!args.length) { + args[0] = ch; + } else { + args[args.length - 1] += ch; + } + } + + } else if (ch >= ' ' && ch <= '?' && ch != ':') { + // Modifier character. + if (!args.length) { + this.leadingModifier_ += ch; + } else { + this.trailingModifier_ += ch; + } + + } else if (this.cc1Pattern_.test(ch)) { + // Control character. + this.dispatch('CC1', ch, parseState); + + } else { + // Unexpected character in sequence, bail out. + parseState.resetParseFunction(); + } + + parseState.advance(1); +}; + +/** + * Skip over the string until the next String Terminator (ST, 'ESC \') or + * Bell (BEL, '\x07'). + * + * The string is accumulated in parseState.args[0]. Make sure to reset the + * arguments (with parseState.resetArguments) before starting the parse. + * + * You can detect that parsing in complete by checking that the parse + * function has changed back to the default parse function. + * + * If we encounter more than maxStringSequence characters, we send back + * the unterminated sequence to be re-parsed with the default parser function. + * + * @return {boolean} If true, parsing is ongoing or complete. If false, we've + * exceeded the max string sequence. + */ +hterm.VT.prototype.parseUntilStringTerminator_ = function(parseState) { + var buf = parseState.peekRemainingBuf(); + var nextTerminator = buf.search(/(\x1b\\|\x07)/); + var args = parseState.args; + + if (!args.length) { + args[0] = ''; + args[1] = new Date(); + } + + if (nextTerminator == -1) { + // No terminator here, have to wait for the next string. + + args[0] += buf; + + var abortReason; + + if (args[0].length > this.maxStringSequence) + abortReason = 'too long: ' + args[0].length; + + if (args[0].indexOf('\x1b') != -1) + abortReason = 'embedded escape: ' + args[0].indexOf('\x1b'); + + if (new Date() - args[1] > this.oscTimeLimit_) + abortReason = 'timeout expired: ' + new Date() - args[1]; + + if (abortReason) { + console.log('parseUntilStringTerminator_: aborting: ' + abortReason, + args[0]); + parseState.reset(args[0]); + return false; + } + + parseState.advance(buf.length); + return true; + } + + if (args[0].length + nextTerminator > this.maxStringSequence) { + // We found the end of the sequence, but we still think it's too long. + parseState.reset(args[0] + buf); + return false; + } + + args[0] += buf.substr(0, nextTerminator); + + parseState.resetParseFunction(); + parseState.advance(nextTerminator + + (buf.substr(nextTerminator, 1) == '\x1b' ? 2 : 1)); + + return true; +}; + +/** + * Dispatch to the function that handles a given CC1, ESC, or CSI or VT52 code. + */ +hterm.VT.prototype.dispatch = function(type, code, parseState) { + var handler = hterm.VT[type][code]; + if (!handler) { + if (this.warnUnimplemented) + console.warn('Unknown ' + type + ' code: ' + JSON.stringify(code)); + return; + } + + if (handler == hterm.VT.ignore) { + if (this.warnUnimplemented) + console.warn('Ignored ' + type + ' code: ' + JSON.stringify(code)); + return; + } + + if (type == 'CC1' && code > '\x7f' && !this.enable8BitControl) { + // It's kind of a hack to put this here, but... + // + // If we're dispatching a 'CC1' code, and it's got the eighth bit set, + // but we're not supposed to handle 8-bit codes? Just ignore it. + // + // This prevents an errant (DCS, '\x90'), (OSC, '\x9d'), (PM, '\x9e') or + // (APC, '\x9f') from locking up the terminal waiting for its expected + // (ST, '\x9c') or (BEL, '\x07'). + console.warn('Ignoring 8-bit control code: 0x' + + code.charCodeAt(0).toString(16)); + return; + } + + handler.apply(this, [parseState, code]); +}; + +/** + * Set one of the ANSI defined terminal mode bits. + * + * Invoked in response to SM/RM. + * + * Unexpected and unimplemented values are silently ignored. + */ +hterm.VT.prototype.setANSIMode = function(code, state) { + if (code == 4) { // Insert Mode (IRM) + this.terminal.setInsertMode(state); + } else if (code == 20) { // Automatic Newline (LNM) + this.terminal.setAutoCarriageReturn(state); + } else if (this.warnUnimplemented) { + console.warn('Unimplemented ANSI Mode: ' + code); + } +}; + +/** + * Set or reset one of the DEC Private modes. + * + * Invoked in response to DECSET/DECRST. + */ +hterm.VT.prototype.setDECMode = function(code, state) { + switch (parseInt(code, 10)) { + case 1: // DECCKM + this.terminal.keyboard.applicationCursor = state; + break; + + case 3: // DECCOLM + if (this.allowColumnWidthChanges_) { + this.terminal.setWidth(state ? 132 : 80); + + this.terminal.clearHome(); + this.terminal.setVTScrollRegion(null, null); + } + break; + + case 5: // DECSCNM + this.terminal.setReverseVideo(state); + break; + + case 6: // DECOM + this.terminal.setOriginMode(state); + break; + + case 7: // DECAWM + this.terminal.setWraparound(state); + break; + + case 12: // Start blinking cursor + if (this.enableDec12) + this.terminal.setCursorBlink(state); + break; + + case 25: // DECTCEM + this.terminal.setCursorVisible(state); + break; + + case 30: // Show scrollbar + this.terminal.setScrollbarVisible(state); + break; + + case 40: // Allow 80 - 132 (DECCOLM) Mode + this.terminal.allowColumnWidthChanges_ = state; + break; + + case 45: // Reverse-wraparound Mode + this.terminal.setReverseWraparound(state); + break; + + case 67: // Backarrow key sends backspace (DECBKM) + this.terminal.keyboard.backspaceSendsBackspace = state; + break; + + case 1000: // Report on mouse clicks only. + this.mouseReport = ( + state ? this.MOUSE_REPORT_CLICK : this.MOUSE_REPORT_DISABLED); + this.terminal.syncMouseStyle(); + break; + + case 1002: // Report on mouse clicks and drags + this.mouseReport = ( + state ? this.MOUSE_REPORT_DRAG : this.MOUSE_REPORT_DISABLED); + this.terminal.syncMouseStyle(); + break; + + case 1010: // Scroll to bottom on tty output + this.terminal.scrollOnOutput = state; + break; + + case 1011: // Scroll to bottom on key press + this.terminal.scrollOnKeystroke = state; + break; + + case 1036: // Send ESC when Meta modifies a key + this.terminal.keyboard.metaSendsEscape = state; + break; + + case 1039: // Send ESC when Alt modifies a key + if (state) { + if (!this.terminal.keyboard.previousAltSendsWhat_) { + this.terminal.keyboard.previousAltSendsWhat_ = + this.terminal.keyboard.altSendsWhat; + this.terminal.keyboard.altSendsWhat = 'escape'; + } + } else if (this.terminal.keyboard.previousAltSendsWhat_) { + this.terminal.keyboard.altSendsWhat = + this.terminal.keyboard.previousAltSendsWhat_; + this.terminal.keyboard.previousAltSendsWhat_ = null; + } + break; + + case 47: // Use Alternate Screen Buffer + case 1047: + this.terminal.setAlternateMode(state); + break; + + case 1048: // Save cursor as in DECSC. + this.savedState_.save(); + + case 1049: // 1047 + 1048 + clear. + if (state) { + this.savedState_.save(); + this.terminal.setAlternateMode(state); + this.terminal.clear(); + } else { + this.terminal.setAlternateMode(state); + this.savedState_.restore(); + } + + break; + + case 2004: // Bracketed paste mode. + this.terminal.setBracketedPaste(state); + break; + + default: + if (this.warnUnimplemented) + console.warn('Unimplemented DEC Private Mode: ' + code); + break; + } +}; + +/** + * Function shared by control characters and escape sequences that are + * ignored. + */ +hterm.VT.ignore = function() {}; + +/** + * Collection of control characters expressed in a single byte. + * + * This includes the characters from the C0 and C1 sets (see [CTRL]) that we + * care about. Two byte versions of the C1 codes are defined in the + * hterm.VT.ESC collection. + * + * The 'CC1' mnemonic here refers to the fact that these are one-byte Control + * Codes. It's only used in this source file and not defined in any of the + * referenced documents. + */ +hterm.VT.CC1 = {}; + +/** + * Collection of two-byte and three-byte sequences starting with ESC. + */ +hterm.VT.ESC = {}; + +/** + * Collection of CSI (Control Sequence Introducer) sequences. + * + * These sequences begin with 'ESC [', and may take zero or more arguments. + */ +hterm.VT.CSI = {}; + +/** + * Collection of OSC (Operating System Control) sequences. + * + * These sequences begin with 'ESC ]', followed by a function number and a + * string terminated by either ST or BEL. + */ +hterm.VT.OSC = {}; + +/** + * Collection of VT52 sequences. + * + * When in VT52 mode, other sequences are disabled. + */ +hterm.VT.VT52 = {}; + +/** + * Null (NUL). + * + * Silently ignored. + */ +hterm.VT.CC1['\x00'] = hterm.VT.ignore; + +/** + * Enquiry (ENQ). + * + * Transmit answerback message. + * + * The default answerback message in xterm is an empty string, so we just + * ignore this. + */ +hterm.VT.CC1['\x05'] = hterm.VT.ignore; + +/** + * Ring Bell (BEL). + */ +hterm.VT.CC1['\x07'] = function() { + this.terminal.ringBell(); +}; + +/** + * Backspace (BS). + * + * Move the cursor to the left one character position, unless it is at the + * left margin, in which case no action occurs. + */ +hterm.VT.CC1['\x08'] = function() { + this.terminal.cursorLeft(1); +}; + +/** + * Horizontal Tab (HT). + * + * Move the cursor to the next tab stop, or to the right margin if no further + * tab stops are present on the line. + */ +hterm.VT.CC1['\x09'] = function() { + this.terminal.forwardTabStop(); +}; + +/** + * Line Feed (LF). + * + * This code causes a line feed or a new line operation. See Automatic + * Newline (LNM). + */ +hterm.VT.CC1['\x0a'] = function() { + this.terminal.formFeed(); +}; + +/** + * Vertical Tab (VT). + * + * Interpreted as LF. + */ +hterm.VT.CC1['\x0b'] = hterm.VT.CC1['\x0a']; + +/** + * Form Feed (FF). + * + * Interpreted as LF. + */ +hterm.VT.CC1['\x0c'] = hterm.VT.CC1['\x0a']; + +/** + * Carriage Return (CR). + * + * Move cursor to the left margin on the current line. + */ +hterm.VT.CC1['\x0d'] = function() { + this.terminal.setCursorColumn(0); +}; + +/** + * Shift Out (SO), aka Lock Shift 0 (LS1). + * + * Invoke G1 character set in GL. + */ +hterm.VT.CC1['\x0e'] = function() { + this.GL = 'G1'; +}; + +/** + * Shift In (SI), aka Lock Shift 0 (LS0). + * + * Invoke G0 character set in GL. + */ +hterm.VT.CC1['\x0f'] = function() { + this.GL = 'G0'; +}; + +/** + * Transmit On (XON). + * + * Not currently implemented. + * + * TODO(rginda): Implement? + */ +hterm.VT.CC1['\x11'] = hterm.VT.ignore; + +/** + * Transmit Off (XOFF). + * + * Not currently implemented. + * + * TODO(rginda): Implement? + */ +hterm.VT.CC1['\x13'] = hterm.VT.ignore; + +/** + * Cancel (CAN). + * + * If sent during a control sequence, the sequence is immediately terminated + * and not executed. + * + * It also causes the error character to be displayed. + */ +hterm.VT.CC1['\x18'] = function(parseState) { + // If we've shifted in the G1 character set, shift it back out to + // the default character set. + if (this.GL == 'G1') { + this.GL = 'G0'; + } + parseState.resetParseFunction(); + this.terminal.print('?'); +}; + +/** + * Substitute (SUB). + * + * Interpreted as CAN. + */ +hterm.VT.CC1['\x1a'] = hterm.VT.CC1['\x18']; + +/** + * Escape (ESC). + */ +hterm.VT.CC1['\x1b'] = function(parseState) { + function parseESC(parseState) { + var ch = parseState.consumeChar(); + + if (ch == '\x1b') + return; + + this.dispatch('ESC', ch, parseState); + + if (parseState.func == parseESC) + parseState.resetParseFunction(); + }; + + parseState.func = parseESC; +}; + +/** + * Delete (DEL). + */ +hterm.VT.CC1['\x7f'] = hterm.VT.ignore; + +// 8 bit control characters and their two byte equivalents, below... + +/** + * Index (IND). + * + * Like newline, only keep the X position + */ +hterm.VT.CC1['\x84'] = +hterm.VT.ESC['D'] = function() { + this.terminal.lineFeed(); +}; + +/** + * Next Line (NEL). + * + * Like newline, but doesn't add lines. + */ +hterm.VT.CC1['\x85'] = +hterm.VT.ESC['E'] = function() { + this.terminal.setCursorColumn(0); + this.terminal.cursorDown(1); +}; + +/** + * Horizontal Tabulation Set (HTS). + */ +hterm.VT.CC1['\x88'] = +hterm.VT.ESC['H'] = function() { + this.terminal.setTabStop(this.terminal.getCursorColumn()); +}; + +/** + * Reverse Index (RI). + * + * Move up one line. + */ +hterm.VT.CC1['\x8d'] = +hterm.VT.ESC['M'] = function() { + this.terminal.reverseLineFeed(); +}; + +/** + * Single Shift 2 (SS2). + * + * Select of G2 Character Set for the next character only. + * + * Not currently implemented. + */ +hterm.VT.CC1['\x8e'] = +hterm.VT.ESC['N'] = hterm.VT.ignore; + +/** + * Single Shift 3 (SS3). + * + * Select of G3 Character Set for the next character only. + * + * Not currently implemented. + */ +hterm.VT.CC1['\x8f'] = +hterm.VT.ESC['O'] = hterm.VT.ignore; + +/** + * Device Control String (DCS). + * + * Indicate a DCS sequence. See Device-Control functions in [XTERM]. + * Not currently implemented. + * + * TODO(rginda): Consider implementing DECRQSS, the rest don't seem applicable. + */ +hterm.VT.CC1['\x90'] = +hterm.VT.ESC['P'] = function(parseState) { + parseState.resetArguments(); + parseState.func = this.parseUntilStringTerminator_; +}; + +/** + * Start of Guarded Area (SPA). + * + * Will not implement. + */ +hterm.VT.CC1['\x96'] = +hterm.VT.ESC['V'] = hterm.VT.ignore; + +/** + * End of Guarded Area (EPA). + * + * Will not implement. + */ +hterm.VT.CC1['\x97'] = +hterm.VT.ESC['W'] = hterm.VT.ignore; + +/** + * Start of String (SOS). + * + * Will not implement. + */ +hterm.VT.CC1['\x98'] = +hterm.VT.ESC['X'] = hterm.VT.ignore; + +/** + * Single Character Introducer (SCI, also DECID). + * + * Return Terminal ID. Obsolete form of 'ESC [ c' (DA). + */ +hterm.VT.CC1['\x9a'] = +hterm.VT.ESC['Z'] = function() { + this.terminal.io.sendString('\x1b[?1;2c'); +}; + +/** + * Control Sequence Introducer (CSI). + * + * The lead into most escape sequences. See [CSI]. + */ +hterm.VT.CC1['\x9b'] = +hterm.VT.ESC['['] = function(parseState) { + parseState.resetArguments(); + this.leadingModifier_ = ''; + this.trailingModifier_ = ''; + parseState.func = this.parseCSI_; +}; + +/** + * String Terminator (ST). + * + * Used to terminate DCS/OSC/PM/APC commands which may take string arguments. + * + * We don't directly handle it here, as it's only used to terminate other + * sequences. See the 'parseUntilStringTerminator_' method. + */ +hterm.VT.CC1['\x9c'] = +hterm.VT.ESC['\\'] = hterm.VT.ignore; + +/** + * Operating System Command (OSC). + * + * Commands relating to the operating system. + */ +hterm.VT.CC1['\x9d'] = +hterm.VT.ESC[']'] = function(parseState) { + parseState.resetArguments(); + + function parseOSC(parseState) { + if (!this.parseUntilStringTerminator_(parseState)) { + // The string sequence was too long. + return; + } + + if (parseState.func == parseOSC) { + // We're not done parsing the string yet. + return; + } + + // We're done. + var ary = parseState.args[0].match(/^(\d+);(.*)$/); + if (ary) { + parseState.args[0] = ary[2]; + this.dispatch('OSC', ary[1], parseState); + } else { + console.warn('Invalid OSC: ' + JSON.stringify(parseState.args[0])); + } + }; + + parseState.func = parseOSC; +}; + +/** + * Privacy Message (PM). + * + * Will not implement. + */ +hterm.VT.CC1['\x9e'] = +hterm.VT.ESC['^'] = function(parseState) { + parseState.resetArguments(); + parseState.func = this.parseUntilStringTerminator_; +}; + +/** + * Application Program Control (APC). + * + * Will not implement. + */ +hterm.VT.CC1['\x9f'] = +hterm.VT.ESC['_'] = function(parseState) { + parseState.resetArguments(); + parseState.func = this.parseUntilStringTerminator_; +}; + +/** + * ESC \x20 - Unclear to me where these originated, possibly in xterm. + * + * Not currently implemented: + * ESC \x20 F - Select 7 bit escape codes in responses (S7C1T). + * ESC \x20 G - Select 8 bit escape codes in responses (S8C1T). + * NB: We currently assume S7C1T always. + * + * Will not implement: + * ESC \x20 L - Set ANSI conformance level 1. + * ESC \x20 M - Set ANSI conformance level 2. + * ESC \x20 N - Set ANSI conformance level 3. + */ +hterm.VT.ESC['\x20'] = function(parseState) { + parseState.func = function(parseState) { + var ch = parseState.consumeChar(); + if (this.warnUnimplemented) + console.warn('Unimplemented sequence: ESC 0x20 ' + ch); + parseState.resetParseFunction(); + }; +}; + +/** + * DEC 'ESC #' sequences. + */ +hterm.VT.ESC['#'] = function(parseState) { + parseState.func = function(parseState) { + var ch = parseState.consumeChar(); + if (ch == '8') // DEC Screen Alignment Test (DECALN) + this.terminal.fill('E'); + + parseState.resetParseFunction(); + }; +}; + +/** + * Designate Other Coding System (DOCS). + */ +hterm.VT.ESC['%'] = function(parseState) { + parseState.func = function(parseState) { + var ch = parseState.consumeChar(); + + // If we've locked the encoding, then just eat the bytes and return. + if (this.codingSystemLocked_) { + if (ch == '/') + parseState.consumeChar(); + parseState.resetParseFunction(); + return; + } + + // Process the encoding requests. + switch (ch) { + case '@': + // Switch to ECMA 35. + this.setEncoding('iso-2022'); + break; + + case 'G': + // Switch to UTF-8. + this.setEncoding('utf-8'); + break; + + case '/': + // One way transition to something else. + ch = parseState.consumeChar(); + switch (ch) { + case 'G': // UTF-8 Level 1. + case 'H': // UTF-8 Level 2. + case 'I': // UTF-8 Level 3. + // We treat all UTF-8 levels the same. + this.setEncoding('utf-8-locked'); + break; + + default: + if (this.warnUnimplemented) + console.warn('Unknown ESC % / argument: ' + JSON.stringify(ch)); + break; + } + break; + + default: + if (this.warnUnimplemented) + console.warn('Unknown ESC % argument: ' + JSON.stringify(ch)); + break; + } + + parseState.resetParseFunction(); + }; +}; + +/** + * Character Set Selection (SCS). + * + * ESC ( Ps - Set G0 character set (VT100). + * ESC ) Ps - Set G1 character set (VT220). + * ESC * Ps - Set G2 character set (VT220). + * ESC + Ps - Set G3 character set (VT220). + * ESC - Ps - Set G1 character set (VT300). + * ESC . Ps - Set G2 character set (VT300). + * ESC / Ps - Set G3 character set (VT300). + * + * All other sequences are echoed to the terminal. + */ +hterm.VT.ESC['('] = +hterm.VT.ESC[')'] = +hterm.VT.ESC['*'] = +hterm.VT.ESC['+'] = +hterm.VT.ESC['-'] = +hterm.VT.ESC['.'] = +hterm.VT.ESC['/'] = function(parseState, code) { + parseState.func = function(parseState) { + var ch = parseState.consumeChar(); + if (ch == '\x1b') { + parseState.resetParseFunction(); + parseState.func(); + return; + } + + var map = this.characterMaps.getMap(ch); + if (map !== undefined) { + if (code == '(') { + this.G0 = map; + } else if (code == ')' || code == '-') { + this.G1 = map; + } else if (code == '*' || code == '.') { + this.G2 = map; + } else if (code == '+' || code == '/') { + this.G3 = map; + } + } else if (this.warnUnimplemented) { + console.log('Invalid character set for "' + code + '": ' + ch); + } + + parseState.resetParseFunction(); + }; +}; + +/** + * Back Index (DECBI). + * + * VT420 and up. Not currently implemented. + */ +hterm.VT.ESC['6'] = hterm.VT.ignore; + +/** + * Save Cursor (DECSC). + */ +hterm.VT.ESC['7'] = function() { + this.savedState_.save(); +}; + +/** + * Restore Cursor (DECRC). + */ +hterm.VT.ESC['8'] = function() { + this.savedState_.restore(); +}; + +/** + * Forward Index (DECFI). + * + * VT210 and up. Not currently implemented. + */ +hterm.VT.ESC['9'] = hterm.VT.ignore; + +/** + * Application keypad (DECKPAM). + */ +hterm.VT.ESC['='] = function() { + this.terminal.keyboard.applicationKeypad = true; +}; + +/** + * Normal keypad (DECKPNM). + */ +hterm.VT.ESC['>'] = function() { + this.terminal.keyboard.applicationKeypad = false; +}; + +/** + * Cursor to lower left corner of screen. + * + * Will not implement. + * + * This is only recognized by xterm when the hpLowerleftBugCompat resource is + * set. + */ +hterm.VT.ESC['F'] = hterm.VT.ignore; + +/** + * Full Reset (RIS). + */ +hterm.VT.ESC['c'] = function() { + this.reset(); + this.terminal.reset(); +}; + +/** + * Memory lock/unlock. + * + * Will not implement. + */ +hterm.VT.ESC['l'] = +hterm.VT.ESC['m'] = hterm.VT.ignore; + +/** + * Lock Shift 2 (LS2) + * + * Invoke the G2 Character Set as GL. + */ +hterm.VT.ESC['n'] = function() { + this.GL = 'G2'; +}; + +/** + * Lock Shift 3 (LS3) + * + * Invoke the G3 Character Set as GL. + */ +hterm.VT.ESC['o'] = function() { + this.GL = 'G3'; +}; + +/** + * Lock Shift 2, Right (LS3R) + * + * Invoke the G3 Character Set as GR. + */ +hterm.VT.ESC['|'] = function() { + this.GR = 'G3'; +}; + +/** + * Lock Shift 2, Right (LS2R) + * + * Invoke the G2 Character Set as GR. + */ +hterm.VT.ESC['}'] = function() { + this.GR = 'G2'; +}; + +/** + * Lock Shift 1, Right (LS1R) + * + * Invoke the G1 Character Set as GR. + */ +hterm.VT.ESC['~'] = function() { + this.GR = 'G1'; +}; + +/** + * Change icon name and window title. + * + * We only change the window title. + */ +hterm.VT.OSC['0'] = function(parseState) { + this.terminal.setWindowTitle(parseState.args[0]); +}; + +/** + * Change window title. + */ +hterm.VT.OSC['2'] = hterm.VT.OSC['0']; + +/** + * Set/read color palette. + */ +hterm.VT.OSC['4'] = function(parseState) { + // Args come in as a single 'index1;rgb1 ... ;indexN;rgbN' string. + // We split on the semicolon and iterate through the pairs. + var args = parseState.args[0].split(';'); + + var pairCount = parseInt(args.length / 2); + var colorPalette = this.terminal.getTextAttributes().colorPalette; + var responseArray = []; + + for (var pairNumber = 0; pairNumber < pairCount; ++pairNumber) { + var colorIndex = parseInt(args[pairNumber * 2]); + var colorValue = args[pairNumber * 2 + 1]; + + if (colorIndex >= colorPalette.length) + continue; + + if (colorValue == '?') { + // '?' means we should report back the current color value. + colorValue = lib.colors.rgbToX11(colorPalette[colorIndex]); + if (colorValue) + responseArray.push(colorIndex + ';' + colorValue); + + continue; + } + + colorValue = lib.colors.x11ToCSS(colorValue); + if (colorValue) + colorPalette[colorIndex] = colorValue; + } + + if (responseArray.length) + this.terminal.io.sendString('\x1b]4;' + responseArray.join(';') + '\x07'); +}; + +/** + * iTerm2 growl notifications. + */ +hterm.VT.OSC['9'] = function(parseState) { + // This just dumps the entire string as the message. + hterm.notify({'body': parseState.args[0]}); +}; + +/** + * Change VT100 text foreground color. + */ +hterm.VT.OSC['10'] = function(parseState) { + // Args come in as a single string, but extra args will chain to the following + // OSC sequences. + var args = parseState.args[0].split(';'); + if (!args) + return; + + var colorArg; + var colorX11 = lib.colors.x11ToCSS(args.shift()); + if (colorX11) + this.terminal.setForegroundColor(colorX11); + + if (args.length > 0) { + parseState.args[0] = args.join(';'); + hterm.VT.OSC['11'].apply(this, [parseState]); + } +}; + +/** + * Change VT100 text background color. + */ +hterm.VT.OSC['11'] = function(parseState) { + // Args come in as a single string, but extra args will chain to the following + // OSC sequences. + var args = parseState.args[0].split(';'); + if (!args) + return; + + var colorArg; + var colorX11 = lib.colors.x11ToCSS(args.shift()); + if (colorX11) + this.terminal.setBackgroundColor(colorX11); + + /* Note: If we support OSC 12+, we'd chain it here. + if (args.length > 0) { + parseState.args[0] = args.join(';'); + hterm.VT.OSC['12'].apply(this, [parseState]); + } + */ +}; + +/** + * Set the cursor shape. + * + * Parameter is expected to be in the form "CursorShape=number", where number is + * one of: + * + * 0 - Block + * 1 - I-Beam + * 2 - Underline + * + * This is a bit of a de-facto standard supported by iTerm 2 and Konsole. See + * also: DECSCUSR. + * + * Invalid numbers will restore the cursor to the block shape. + */ +hterm.VT.OSC['50'] = function(parseState) { + var args = parseState.args[0].match(/CursorShape=(.)/i); + if (!args) { + console.warn('Could not parse OSC 50 args: ' + parseState.args[0]); + return; + } + + switch (args[1]) { + case '1': // CursorShape=1: I-Beam. + this.terminal.setCursorShape(hterm.Terminal.cursorShape.BEAM); + break; + + case '2': // CursorShape=2: Underline. + this.terminal.setCursorShape(hterm.Terminal.cursorShape.UNDERLINE); + break; + + default: // CursorShape=0: Block. + this.terminal.setCursorShape(hterm.Terminal.cursorShape.BLOCK); + } +}; + +/** + * Set/read system clipboard. + * + * Read is not implemented due to security considerations. A remote app + * that is able to both write and read to the clipboard could essentially + * take over your session. + * + * The clipboard data will be decoded according to the 'receive-encoding' + * preference. + */ +hterm.VT.OSC['52'] = function(parseState) { + // Args come in as a single 'clipboard;b64-data' string. The clipboard + // parameter is used to select which of the X clipboards to address. Since + // we're not integrating with X, we treat them all the same. + var args = parseState.args[0].match(/^[cps01234567]*;(.*)/); + if (!args) + return; + + var data = window.atob(args[1]); + if (data) + this.terminal.copyStringToClipboard(this.decode(data)); +}; + +/** + * URxvt perl modules. + * + * This is the escape system used by rxvt-unicode and its perl modules. + * Obviously we don't support perl or custom modules, so we list a few common + * ones that we find useful. + * + * Technically there is no format here, but most modules obey: + * ; + */ +hterm.VT.OSC['777'] = function(parseState) { + var ary; + var urxvtMod = parseState.args[0].split(';', 1)[0]; + + switch (urxvtMod) { + case 'notify': + // Format: + // notify;title;message + var title, message; + ary = parseState.args[0].match(/^[^;]+;([^;]*)(;([\s\S]*))?$/); + if (ary) { + title = ary[1]; + message = ary[3]; + } + hterm.notify({'title': title, 'body': message}); + break; + + default: + console.warn('Unknown urxvt module: ' + parseState.args[0]); + break; + } +}; + +/** + * Insert (blank) characters (ICH). + */ +hterm.VT.CSI['@'] = function(parseState) { + this.terminal.insertSpace(parseState.iarg(0, 1)); +}; + +/** + * Cursor Up (CUU). + */ +hterm.VT.CSI['A'] = function(parseState) { + this.terminal.cursorUp(parseState.iarg(0, 1)); +}; + +/** + * Cursor Down (CUD). + */ +hterm.VT.CSI['B'] = function(parseState) { + this.terminal.cursorDown(parseState.iarg(0, 1)); +}; + +/** + * Cursor Forward (CUF). + */ +hterm.VT.CSI['C'] = function(parseState) { + this.terminal.cursorRight(parseState.iarg(0, 1)); +}; + +/** + * Cursor Backward (CUB). + */ +hterm.VT.CSI['D'] = function(parseState) { + this.terminal.cursorLeft(parseState.iarg(0, 1)); +}; + +/** + * Cursor Next Line (CNL). + * + * This is like Cursor Down, except the cursor moves to the beginning of the + * line as well. + */ +hterm.VT.CSI['E'] = function(parseState) { + this.terminal.cursorDown(parseState.iarg(0, 1)); + this.terminal.setCursorColumn(0); +}; + +/** + * Cursor Preceding Line (CPL). + * + * This is like Cursor Up, except the cursor moves to the beginning of the + * line as well. + */ +hterm.VT.CSI['F'] = function(parseState) { + this.terminal.cursorUp(parseState.iarg(0, 1)); + this.terminal.setCursorColumn(0); +}; + +/** + * Cursor Character Absolute (CHA). + */ +hterm.VT.CSI['G'] = function(parseState) { + this.terminal.setCursorColumn(parseState.iarg(0, 1) - 1); +}; + +/** + * Cursor Position (CUP). + */ +hterm.VT.CSI['H'] = function(parseState) { + this.terminal.setCursorPosition(parseState.iarg(0, 1) - 1, + parseState.iarg(1, 1) - 1); +}; + +/** + * Cursor Forward Tabulation (CHT). + */ +hterm.VT.CSI['I'] = function(parseState) { + var count = parseState.iarg(0, 1); + count = lib.f.clamp(count, 1, this.terminal.screenSize.width); + for (var i = 0; i < count; i++) { + this.terminal.forwardTabStop(); + } +}; + +/** + * Erase in Display (ED, DECSED). + */ +hterm.VT.CSI['J'] = +hterm.VT.CSI['?J'] = function(parseState, code) { + var arg = parseState.args[0]; + + if (!arg || arg == 0) { + this.terminal.eraseBelow(); + } else if (arg == 1) { + this.terminal.eraseAbove(); + } else if (arg == 2) { + this.terminal.clear(); + } else if (arg == 3) { + // The xterm docs say this means "Erase saved lines", but we'll just clear + // the display since killing the scrollback seems rude. + this.terminal.clear(); + } +}; + +/** + * Erase in line (EL, DECSEL). + */ +hterm.VT.CSI['K'] = +hterm.VT.CSI['?K'] = function(parseState, code) { + var arg = parseState.args[0]; + + if (!arg || arg == 0) { + this.terminal.eraseToRight(); + } else if (arg == 1) { + this.terminal.eraseToLeft(); + } else if (arg == 2) { + this.terminal.eraseLine(); + } +}; + +/** + * Insert Lines (IL). + */ +hterm.VT.CSI['L'] = function(parseState) { + this.terminal.insertLines(parseState.iarg(0, 1)); +}; + +/** + * Delete Lines (DL). + */ +hterm.VT.CSI['M'] = function(parseState) { + this.terminal.deleteLines(parseState.iarg(0, 1)); +}; + +/** + * Delete Characters (DCH). + * + * This command shifts the line contents left, starting at the cursor position. + */ +hterm.VT.CSI['P'] = function(parseState) { + this.terminal.deleteChars(parseState.iarg(0, 1)); +}; + +/** + * Scroll Up (SU). + */ +hterm.VT.CSI['S'] = function(parseState) { + this.terminal.vtScrollUp(parseState.iarg(0, 1)); +}; + +/** + * Scroll Down (SD). + * Also 'Initiate highlight mouse tracking'. Will not implement this part. + */ +hterm.VT.CSI['T'] = function(parseState) { + if (parseState.args.length <= 1) + this.terminal.vtScrollDown(parseState.iarg(0, 1)); +}; + +/** + * Reset one or more features of the title modes to the default value. + * + * ESC [ > Ps T + * + * Normally, "reset" disables the feature. It is possible to disable the + * ability to reset features by compiling a different default for the title + * modes into xterm. + * + * Ps values: + * 0 - Do not set window/icon labels using hexadecimal. + * 1 - Do not query window/icon labels using hexadecimal. + * 2 - Do not set window/icon labels using UTF-8. + * 3 - Do not query window/icon labels using UTF-8. + * + * Will not implement. + */ +hterm.VT.CSI['>T'] = hterm.VT.ignore; + +/** + * Erase Characters (ECH). + */ +hterm.VT.CSI['X'] = function(parseState) { + this.terminal.eraseToRight(parseState.iarg(0, 1)); +}; + +/** + * Cursor Backward Tabulation (CBT). + */ +hterm.VT.CSI['Z'] = function(parseState) { + var count = parseState.iarg(0, 1); + count = lib.f.clamp(count, 1, this.terminal.screenSize.width); + for (var i = 0; i < count; i++) { + this.terminal.backwardTabStop(); + } +}; + +/** + * Character Position Absolute (HPA). + * + * Same as Cursor Character Absolute (CHA). + */ +hterm.VT.CSI['`'] = hterm.VT.CSI['G']; + +/** + * Character Position Relative (HPR). + */ +hterm.VT.CSI['a'] = function(parseState) { + this.terminal.setCursorColumn(this.terminal.getCursorColumn() + + parseState.iarg(0, 1)); +}; + +/** + * Repeat the preceding graphic character. + * + * Not currently implemented. + */ +hterm.VT.CSI['b'] = hterm.VT.ignore; + +/** + * Send Device Attributes (Primary DA). + * + * TODO(rginda): This is hardcoded to send back 'VT100 with Advanced Video + * Option', but it may be more correct to send a VT220 response once + * we fill out the 'Not currently implemented' parts. + */ +hterm.VT.CSI['c'] = function(parseState) { + if (!parseState.args[0] || parseState.args[0] == 0) { + this.terminal.io.sendString('\x1b[?1;2c'); + } +}; + +/** + * Send Device Attributes (Secondary DA). + * + * TODO(rginda): This is hardcoded to send back 'VT100' but it may be more + * correct to send a VT220 response once we fill out more 'Not currently + * implemented' parts. + */ +hterm.VT.CSI['>c'] = function(parseState) { + this.terminal.io.sendString('\x1b[>0;256;0c'); +}; + +/** + * Line Position Absolute (VPA). + */ +hterm.VT.CSI['d'] = function(parseState) { + this.terminal.setAbsoluteCursorRow(parseState.iarg(0, 1) - 1); +}; + +/** + * Horizontal and Vertical Position (HVP). + * + * Same as Cursor Position (CUP). + */ +hterm.VT.CSI['f'] = hterm.VT.CSI['H']; + +/** + * Tab Clear (TBC). + */ +hterm.VT.CSI['g'] = function(parseState) { + if (!parseState.args[0] || parseState.args[0] == 0) { + // Clear tab stop at cursor. + this.terminal.clearTabStopAtCursor(false); + } else if (parseState.args[0] == 3) { + // Clear all tab stops. + this.terminal.clearAllTabStops(); + } +}; + +/** + * Set Mode (SM). + */ +hterm.VT.CSI['h'] = function(parseState) { + for (var i = 0; i < parseState.args.length; i++) { + this.setANSIMode(parseState.args[i], true); + } +}; + +/** + * DEC Private Mode Set (DECSET). + */ +hterm.VT.CSI['?h'] = function(parseState) { + for (var i = 0; i < parseState.args.length; i++) { + this.setDECMode(parseState.args[i], true); + } +}; + +/** + * Media Copy (MC). + * Media Copy (MC, DEC Specific). + * + * These commands control the printer. Will not implement. + */ +hterm.VT.CSI['i'] = +hterm.VT.CSI['?i'] = hterm.VT.ignore; + +/** + * Reset Mode (RM). + */ +hterm.VT.CSI['l'] = function(parseState) { + for (var i = 0; i < parseState.args.length; i++) { + this.setANSIMode(parseState.args[i], false); + } +}; + +/** + * DEC Private Mode Reset (DECRST). + */ +hterm.VT.CSI['?l'] = function(parseState) { + for (var i = 0; i < parseState.args.length; i++) { + this.setDECMode(parseState.args[i], false); + } +}; + +/** + * Character Attributes (SGR). + * + * Iterate through the list of arguments, applying the attribute changes based + * on the argument value... + */ +hterm.VT.CSI['m'] = function(parseState) { + function get256(i) { + if (parseState.args.length < i + 2 || parseState.args[i + 1] != 5) + return null; + + return parseState.iarg(i + 2, 0); + } + + function getTrueColor(i) { + if (parseState.args.length < i + 5 || parseState.args[i + 1] != 2) + return null; + var r = parseState.iarg(i + 2, 0); + var g = parseState.iarg(i + 3, 0); + var b = parseState.iarg(i + 4, 0); + + return 'rgb(' + r + ' ,' + g + ' ,' + b + ')'; + } + + var attrs = this.terminal.getTextAttributes(); + + if (!parseState.args.length) { + attrs.reset(); + return; + } + + for (var i = 0; i < parseState.args.length; i++) { + var arg = parseState.iarg(i, 0); + + if (arg < 30) { + if (arg == 0) { // Normal (default). + attrs.reset(); + } else if (arg == 1) { // Bold. + attrs.bold = true; + } else if (arg == 2) { // Faint. + attrs.faint = true; + } else if (arg == 3) { // Italic. + attrs.italic = true; + } else if (arg == 4) { // Underline. + attrs.underline = true; + } else if (arg == 5) { // Blink. + attrs.blink = true; + } else if (arg == 7) { // Inverse. + attrs.inverse = true; + } else if (arg == 8) { // Invisible. + attrs.invisible = true; + } else if (arg == 9) { // Crossed out. + attrs.strikethrough = true; + } else if (arg == 22) { // Not bold & not faint. + attrs.bold = false; + attrs.faint = false; + } else if (arg == 23) { // Not italic. + attrs.italic = false; + } else if (arg == 24) { // Not underlined. + attrs.underline = false; + } else if (arg == 25) { // Not blink. + attrs.blink = false; + } else if (arg == 27) { // Steady. + attrs.inverse = false; + } else if (arg == 28) { // Visible. + attrs.invisible = false; + } else if (arg == 29) { // Not crossed out. + attrs.strikethrough = false; + } + + } else if (arg < 50) { + // Select fore/background color from bottom half of 16 color palette + // or from the 256 color palette or alternative specify color in fully + // qualified rgb(r, g, b) form. + if (arg < 38) { + attrs.foregroundSource = arg - 30; + + } else if (arg == 38) { + // First check for true color definition + var trueColor = getTrueColor(i); + if (trueColor != null) { + attrs.foregroundSource = attrs.SRC_RGB; + attrs.foreground = trueColor; + + i += 5; + } else { + // Check for 256 color + var c = get256(i); + if (c == null) + break; + + i += 2; + + if (c >= attrs.colorPalette.length) + continue; + + attrs.foregroundSource = c; + } + + } else if (arg == 39) { + attrs.foregroundSource = attrs.SRC_DEFAULT; + + } else if (arg < 48) { + attrs.backgroundSource = arg - 40; + + } else if (arg == 48) { + // First check for true color definition + var trueColor = getTrueColor(i); + if (trueColor != null) { + attrs.backgroundSource = attrs.SRC_RGB; + attrs.background = trueColor; + + i += 5; + } else { + // Check for 256 color + var c = get256(i); + if (c == null) + break; + + i += 2; + + if (c >= attrs.colorPalette.length) + continue; + + attrs.backgroundSource = c; + } + } else { + attrs.backgroundSource = attrs.SRC_DEFAULT; + } + + } else if (arg >= 90 && arg <= 97) { + attrs.foregroundSource = arg - 90 + 8; + + } else if (arg >= 100 && arg <= 107) { + attrs.backgroundSource = arg - 100 + 8; + } + } + + attrs.setDefaults(this.terminal.getForegroundColor(), + this.terminal.getBackgroundColor()); +}; + +/** + * Set xterm-specific keyboard modes. + * + * Will not implement. + */ +hterm.VT.CSI['>m'] = hterm.VT.ignore; + +/** + * Device Status Report (DSR, DEC Specific). + * + * 5 - Status Report. Result (OK) is CSI 0 n + * 6 - Report Cursor Position (CPR) [row;column]. Result is CSI r ; c R + */ +hterm.VT.CSI['n'] = function(parseState) { + if (parseState.args[0] == 5) { + this.terminal.io.sendString('\x1b0n'); + } else if (parseState.args[0] == 6) { + var row = this.terminal.getCursorRow() + 1; + var col = this.terminal.getCursorColumn() + 1; + this.terminal.io.sendString('\x1b[' + row + ';' + col + 'R'); + } +}; + +/** + * Disable modifiers which may be enabled via CSI['>m']. + * + * Will not implement. + */ +hterm.VT.CSI['>n'] = hterm.VT.ignore; + +/** + * Device Status Report (DSR, DEC Specific). + * + * 6 - Report Cursor Position (CPR) [row;column] as CSI ? r ; c R + * 15 - Report Printer status as CSI ? 1 0 n (ready) or + * CSI ? 1 1 n (not ready). + * 25 - Report UDK status as CSI ? 2 0 n (unlocked) or CSI ? 2 1 n (locked). + * 26 - Report Keyboard status as CSI ? 2 7 ; 1 ; 0 ; 0 n (North American). + * The last two parameters apply to VT400 & up, and denote keyboard ready + * and LK01 respectively. + * 53 - Report Locator status as CSI ? 5 3 n Locator available, if compiled-in, + * or CSI ? 5 0 n No Locator, if not. + */ +hterm.VT.CSI['?n'] = function(parseState) { + if (parseState.args[0] == 6) { + var row = this.terminal.getCursorRow() + 1; + var col = this.terminal.getCursorColumn() + 1; + this.terminal.io.sendString('\x1b[' + row + ';' + col + 'R'); + } else if (parseState.args[0] == 15) { + this.terminal.io.sendString('\x1b[?11n'); + } else if (parseState.args[0] == 25) { + this.terminal.io.sendString('\x1b[?21n'); + } else if (parseState.args[0] == 26) { + this.terminal.io.sendString('\x1b[?12;1;0;0n'); + } else if (parseState.args[0] == 53) { + this.terminal.io.sendString('\x1b[?50n'); + } +}; + +/** + * This is used by xterm to decide whether to hide the pointer cursor as the + * user types. + * + * Valid values for the parameter: + * 0 - Never hide the pointer. + * 1 - Hide if the mouse tracking mode is not enabled. + * 2 - Always hide the pointer. + * + * If no parameter is given, xterm uses the default, which is 1. + * + * Not currently implemented. + */ +hterm.VT.CSI['>p'] = hterm.VT.ignore; + +/** + * Soft terminal reset (DECSTR). + */ +hterm.VT.CSI['!p'] = function() { + this.reset(); + this.terminal.softReset(); +}; + +/** + * Request ANSI Mode (DECRQM). + * + * Not currently implemented. + */ +hterm.VT.CSI['$p'] = hterm.VT.ignore; +hterm.VT.CSI['?$p'] = hterm.VT.ignore; + +/** + * Set conformance level (DECSCL). + * + * Not currently implemented. + */ +hterm.VT.CSI['"p'] = hterm.VT.ignore; + +/** + * Load LEDs (DECLL). + * + * Not currently implemented. Could be implemented as virtual LEDs overlaying + * the terminal if anyone cares. + */ +hterm.VT.CSI['q'] = hterm.VT.ignore; + +/** + * Set cursor style (DECSCUSR, VT520). + */ +hterm.VT.CSI[' q'] = function(parseState) { + var arg = parseState.args[0]; + + if (arg == 0 || arg == 1) { + this.terminal.setCursorShape(hterm.Terminal.cursorShape.BLOCK); + this.terminal.setCursorBlink(true); + } else if (arg == 2) { + this.terminal.setCursorShape(hterm.Terminal.cursorShape.BLOCK); + this.terminal.setCursorBlink(false); + } else if (arg == 3) { + this.terminal.setCursorShape(hterm.Terminal.cursorShape.UNDERLINE); + this.terminal.setCursorBlink(true); + } else if (arg == 4) { + this.terminal.setCursorShape(hterm.Terminal.cursorShape.UNDERLINE); + this.terminal.setCursorBlink(false); + } else if (arg == 5) { + this.terminal.setCursorShape(hterm.Terminal.cursorShape.BEAM); + this.terminal.setCursorBlink(true); + } else if (arg == 6) { + this.terminal.setCursorShape(hterm.Terminal.cursorShape.BEAM); + this.terminal.setCursorBlink(false); + } else { + console.warn('Unknown cursor style: ' + arg); + } +}; + +/** + * Select character protection attribute (DECSCA). + * + * Will not implement. + */ +hterm.VT.CSI['"q'] = hterm.VT.ignore; + +/** + * Set Scrolling Region (DECSTBM). + */ +hterm.VT.CSI['r'] = function(parseState) { + var args = parseState.args; + var scrollTop = args[0] ? parseInt(args[0], 10) -1 : null; + var scrollBottom = args[1] ? parseInt(args[1], 10) - 1 : null; + this.terminal.setVTScrollRegion(scrollTop, scrollBottom); + this.terminal.setCursorPosition(0, 0); +}; + +/** + * Restore DEC Private Mode Values. + * + * Will not implement. + */ +hterm.VT.CSI['?r'] = hterm.VT.ignore; + +/** + * Change Attributes in Rectangular Area (DECCARA) + * + * Will not implement. + */ +hterm.VT.CSI['$r'] = hterm.VT.ignore; + +/** + * Save cursor (ANSI.SYS) + */ +hterm.VT.CSI['s'] = function() { + this.savedState_.save(); +}; + +/** + * Save DEC Private Mode Values. + * + * Will not implement. + */ +hterm.VT.CSI['?s'] = hterm.VT.ignore; + +/** + * Window manipulation (from dtterm, as well as extensions). + * + * Will not implement. + */ +hterm.VT.CSI['t'] = hterm.VT.ignore; + +/** + * Reverse Attributes in Rectangular Area (DECRARA). + * + * Will not implement. + */ +hterm.VT.CSI['$t'] = hterm.VT.ignore; + +/** + * Set one or more features of the title modes. + * + * Will not implement. + */ +hterm.VT.CSI['>t'] = hterm.VT.ignore; + +/** + * Set warning-bell volume (DECSWBV, VT520). + * + * Will not implement. + */ +hterm.VT.CSI[' t'] = hterm.VT.ignore; + +/** + * Restore cursor (ANSI.SYS). + */ +hterm.VT.CSI['u'] = function() { + this.savedState_.restore(); +}; + +/** + * Set margin-bell volume (DECSMBV, VT520). + * + * Will not implement. + */ +hterm.VT.CSI[' u'] = hterm.VT.ignore; + +/** + * Copy Rectangular Area (DECCRA, VT400 and up). + * + * Will not implement. + */ +hterm.VT.CSI['$v'] = hterm.VT.ignore; + +/** + * Enable Filter Rectangle (DECEFR). + * + * Will not implement. + */ +hterm.VT.CSI['\'w'] = hterm.VT.ignore; + +/** + * Request Terminal Parameters (DECREQTPARM). + * + * Not currently implemented. + */ +hterm.VT.CSI['x'] = hterm.VT.ignore; + +/** + * Select Attribute Change Extent (DECSACE). + * + * Will not implement. + */ +hterm.VT.CSI['*x'] = hterm.VT.ignore; + +/** + * Fill Rectangular Area (DECFRA), VT420 and up. + * + * Will not implement. + */ +hterm.VT.CSI['$x'] = hterm.VT.ignore; + +/** + * vt_tiledata (as used by NAOhack and UnNetHack) + * (see https://nethackwiki.com/wiki/Vt_tiledata for more info) + * + * Implemented as far as we care (start a glyph and end a glyph). + */ +hterm.VT.CSI['z'] = function(parseState) { + if (parseState.args.length < 1) + return; + var arg = parseState.args[0]; + if (arg == 0) { + // Start a glyph (one parameter, the glyph number). + if (parseState.args.length < 2) + return; + this.terminal.getTextAttributes().tileData = parseState.args[1]; + } else if (arg == 1) { + // End a glyph. + this.terminal.getTextAttributes().tileData = null; + } +}; + +/** + * Enable Locator Reporting (DECELR). + * + * Not currently implemented. + */ +hterm.VT.CSI['\'z'] = hterm.VT.ignore; + +/** + * Erase Rectangular Area (DECERA), VT400 and up. + * + * Will not implement. + */ +hterm.VT.CSI['$z'] = hterm.VT.ignore; + +/** + * Select Locator Events (DECSLE). + * + * Not currently implemented. + */ +hterm.VT.CSI['\'{'] = hterm.VT.ignore; + +/** + * Request Locator Position (DECRQLP). + * + * Not currently implemented. + */ +hterm.VT.CSI['\'|'] = hterm.VT.ignore; + +/** + * Insert Columns (DECIC), VT420 and up. + * + * Will not implement. + */ +hterm.VT.CSI['\'}'] = hterm.VT.ignore; + +/** + * Delete P s Columns (DECDC), VT420 and up. + * + * Will not implement. + */ +hterm.VT.CSI['\'~'] = hterm.VT.ignore; +// SOURCE FILE: hterm/js/hterm_vt_character_map.js +// Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + +lib.rtdep('lib.f'); + +/** + * Character map object. + * + * Mapping from received to display character, used depending on the active + * VT character set. + * + * GR maps are not currently supported. + * + * @param {string} description A human readable description of this map. + * @param {Object} glmap The GL mapping from input to output characters. + */ +hterm.VT.CharacterMap = function(description, glmap) { + /** + * Short description for this character set, useful for debugging. + */ + this.description = description; + + /** + * The function to call to when this map is installed in GL. + */ + this.GL = null; + + // Always keep an unmodified reference to the map. + // This allows us to sanely reset back to the original state. + this.glmapBase_ = glmap; + + // Now sync the internal state as needed. + this.sync_(); +}; + +/** + * Internal helper for resyncing internal state. + * + * Used when the mappings change. + * + * @param {Object?} opt_glmap Additional mappings to overlay on top of the + * base mapping. + */ +hterm.VT.CharacterMap.prototype.sync_ = function(opt_glmap) { + // If there are no maps, then reset the state back. + if (!this.glmapBase_ && !opt_glmap) { + this.GL = null; + delete this.glmap_; + delete this.glre_; + return; + } + + // Set the the GL mapping. If we're given a custom mapping, then create a + // new object to hold the merged map. This way we can cleanly reset back. + if (opt_glmap) + this.glmap_ = Object.assign({}, this.glmapBase_, opt_glmap); + else + this.glmap_ = this.glmapBase_; + + var glchars = Object.keys(this.glmap_).map((key) => + '\\x' + lib.f.zpad(key.charCodeAt(0).toString(16))); + this.glre_ = new RegExp('[' + glchars.join('') + ']', 'g'); + + this.GL = (str) => str.replace(this.glre_, (ch) => this.glmap_[ch]); +}; + +/** + * Reset map back to original mappings (discarding runtime updates). + * + * Specifically, any calls to setOverrides will be discarded. + */ +hterm.VT.CharacterMap.prototype.reset = function() { + // If we haven't been given a custom mapping, then there's nothing to reset. + if (this.glmap_ !== this.glmapBase_) + this.sync_(); +}; + +/** + * Merge custom changes to this map. + * + * The input map need not duplicate the existing mappings as it is merged with + * the existing base map (what was created with). Subsequent calls to this + * will throw away previous override settings. + * + * @param {Object} glmap The custom map to override existing mappings. + */ +hterm.VT.CharacterMap.prototype.setOverrides = function(glmap) { + this.sync_(glmap); +}; + +/** + * Return a copy of this mapping. + * + * @return {hterm.VT.CharacterMap} A new hterm.VT.CharacterMap instance. + */ +hterm.VT.CharacterMap.prototype.clone = function() { + var map = new hterm.VT.CharacterMap(this.description, this.glmapBase_); + if (this.glmap_ !== this.glmapBase_) + map.setOverrides(this.glmap_); + return map; +}; + +/** + * Table of character maps. + */ +hterm.VT.CharacterMaps = function() { + this.maps_ = hterm.VT.CharacterMaps.DefaultMaps; + + // Always keep an unmodified reference to the map. + // This allows us to sanely reset back to the original state. + this.mapsBase_ = this.maps_; +}; + +/** + * Look up a previously registered map. + * + * @param {String} name The name of the map to lookup. + * @return {hterm.VT.CharacterMap} The map, if it's been registered. + */ +hterm.VT.CharacterMaps.prototype.getMap = function(name) { + if (this.maps_.hasOwnProperty(name)) + return this.maps_[name]; + else + return undefined; +}; + +/** + * Register a new map. + * + * Any previously registered maps by this name will be discarded. + * + * @param {String} name The name of the map. + * @param {hterm.VT.CharacterMap} map The map to register. + */ +hterm.VT.CharacterMaps.prototype.addMap = function(name, map) { + if (this.maps_ === this.mapsBase_) + this.maps_ = Object.assign({}, this.mapsBase_); + this.maps_[name] = map; +}; + +/** + * Reset the table and all its maps back to original state. + */ +hterm.VT.CharacterMaps.prototype.reset = function() { + if (this.maps_ !== hterm.VT.CharacterMaps.DefaultMaps) + this.maps_ = hterm.VT.CharacterMaps.DefaultMaps; +}; + +/** + * Merge custom changes to this table. + * + * @param {Object} maps A set of hterm.VT.CharacterMap objects. + */ +hterm.VT.CharacterMaps.prototype.setOverrides = function(maps) { + if (this.maps_ === this.mapsBase_) + this.maps_ = Object.assign({}, this.mapsBase_); + + for (var name in maps) { + var map = this.getMap(name); + if (map !== undefined) { + this.maps_[name] = map.clone(); + this.maps_[name].setOverrides(maps[name]); + } else + this.addMap(name, new hterm.VT.CharacterMap('user ' + name, maps[name])); + } +}; + +/** + * The default set of supported character maps. + */ +hterm.VT.CharacterMaps.DefaultMaps = {}; + +/** + * VT100 Graphic character map. + * http://vt100.net/docs/vt220-rm/table2-4.html + */ +hterm.VT.CharacterMaps.DefaultMaps['0'] = new hterm.VT.CharacterMap( + 'graphic', { + '\x60':'\u25c6', // ` -> diamond + '\x61':'\u2592', // a -> grey-box + '\x62':'\u2409', // b -> h/t + '\x63':'\u240c', // c -> f/f + '\x64':'\u240d', // d -> c/r + '\x65':'\u240a', // e -> l/f + '\x66':'\u00b0', // f -> degree + '\x67':'\u00b1', // g -> +/- + '\x68':'\u2424', // h -> n/l + '\x69':'\u240b', // i -> v/t + '\x6a':'\u2518', // j -> bottom-right + '\x6b':'\u2510', // k -> top-right + '\x6c':'\u250c', // l -> top-left + '\x6d':'\u2514', // m -> bottom-left + '\x6e':'\u253c', // n -> line-cross + '\x6f':'\u23ba', // o -> scan1 + '\x70':'\u23bb', // p -> scan3 + '\x71':'\u2500', // q -> scan5 + '\x72':'\u23bc', // r -> scan7 + '\x73':'\u23bd', // s -> scan9 + '\x74':'\u251c', // t -> left-tee + '\x75':'\u2524', // u -> right-tee + '\x76':'\u2534', // v -> bottom-tee + '\x77':'\u252c', // w -> top-tee + '\x78':'\u2502', // x -> vertical-line + '\x79':'\u2264', // y -> less-equal + '\x7a':'\u2265', // z -> greater-equal + '\x7b':'\u03c0', // { -> pi + '\x7c':'\u2260', // | -> not-equal + '\x7d':'\u00a3', // } -> british-pound + '\x7e':'\u00b7', // ~ -> dot + }); + +/** + * British character map. + * http://vt100.net/docs/vt220-rm/table2-5.html + */ +hterm.VT.CharacterMaps.DefaultMaps['A'] = new hterm.VT.CharacterMap( + 'british', { + '\x23': '\u00a3', // # -> british-pound + }); + +/** + * US ASCII map, no changes. + */ +hterm.VT.CharacterMaps.DefaultMaps['B'] = new hterm.VT.CharacterMap( + 'us', null); + +/** + * Dutch character map. + * http://vt100.net/docs/vt220-rm/table2-6.html + */ +hterm.VT.CharacterMaps.DefaultMaps['4'] = new hterm.VT.CharacterMap( + 'dutch', { + '\x23': '\u00a3', // # -> british-pound + + '\x40': '\u00be', // @ -> 3/4 + + '\x5b': '\u0132', // [ -> 'ij' ligature (xterm goes with \u00ff?) + '\x5c': '\u00bd', // \ -> 1/2 + '\x5d': '\u007c', // ] -> vertical bar + + '\x7b': '\u00a8', // { -> two dots + '\x7c': '\u0066', // | -> f + '\x7d': '\u00bc', // } -> 1/4 + '\x7e': '\u00b4', // ~ -> acute + }); + +/** + * Finnish character map. + * http://vt100.net/docs/vt220-rm/table2-7.html + */ +hterm.VT.CharacterMaps.DefaultMaps['C'] = +hterm.VT.CharacterMaps.DefaultMaps['5'] = new hterm.VT.CharacterMap( + 'finnish', { + '\x5b': '\u00c4', // [ -> 'A' umlaut + '\x5c': '\u00d6', // \ -> 'O' umlaut + '\x5d': '\u00c5', // ] -> 'A' ring + '\x5e': '\u00dc', // ~ -> 'u' umlaut + + '\x60': '\u00e9', // ` -> 'e' acute + + '\x7b': '\u00e4', // { -> 'a' umlaut + '\x7c': '\u00f6', // | -> 'o' umlaut + '\x7d': '\u00e5', // } -> 'a' ring + '\x7e': '\u00fc', // ~ -> 'u' umlaut + }); + +/** + * French character map. + * http://vt100.net/docs/vt220-rm/table2-8.html + */ +hterm.VT.CharacterMaps.DefaultMaps['R'] = new hterm.VT.CharacterMap( + 'french', { + '\x23': '\u00a3', // # -> british-pound + + '\x40': '\u00e0', // @ -> 'a' grave + + '\x5b': '\u00b0', // [ -> ring + '\x5c': '\u00e7', // \ -> 'c' cedilla + '\x5d': '\u00a7', // ] -> section symbol (double s) + + '\x7b': '\u00e9', // { -> 'e' acute + '\x7c': '\u00f9', // | -> 'u' grave + '\x7d': '\u00e8', // } -> 'e' grave + '\x7e': '\u00a8', // ~ -> umlaut + }); + +/** + * French Canadian character map. + * http://vt100.net/docs/vt220-rm/table2-9.html + */ +hterm.VT.CharacterMaps.DefaultMaps['Q'] = new hterm.VT.CharacterMap( + 'french canadian', { + '\x40': '\u00e0', // @ -> 'a' grave + + '\x5b': '\u00e2', // [ -> 'a' circumflex + '\x5c': '\u00e7', // \ -> 'c' cedilla + '\x5d': '\u00ea', // ] -> 'e' circumflex + '\x5e': '\u00ee', // ^ -> 'i' circumflex + + '\x60': '\u00f4', // ` -> 'o' circumflex + + '\x7b': '\u00e9', // { -> 'e' acute + '\x7c': '\u00f9', // | -> 'u' grave + '\x7d': '\u00e8', // } -> 'e' grave + '\x7e': '\u00fb', // ~ -> 'u' circumflex + }); + +/** + * German character map. + * http://vt100.net/docs/vt220-rm/table2-10.html + */ +hterm.VT.CharacterMaps.DefaultMaps['K'] = new hterm.VT.CharacterMap( + 'german', { + '\x40': '\u00a7', // @ -> section symbol (double s) + + '\x5b': '\u00c4', // [ -> 'A' umlaut + '\x5c': '\u00d6', // \ -> 'O' umlaut + '\x5d': '\u00dc', // ] -> 'U' umlaut + + '\x7b': '\u00e4', // { -> 'a' umlaut + '\x7c': '\u00f6', // | -> 'o' umlaut + '\x7d': '\u00fc', // } -> 'u' umlaut + '\x7e': '\u00df', // ~ -> eszett + }); + +/** + * Italian character map. + * http://vt100.net/docs/vt220-rm/table2-11.html + */ +hterm.VT.CharacterMaps.DefaultMaps['Y'] = new hterm.VT.CharacterMap( + 'italian', { + '\x23': '\u00a3', // # -> british-pound + + '\x40': '\u00a7', // @ -> section symbol (double s) + + '\x5b': '\u00b0', // [ -> ring + '\x5c': '\u00e7', // \ -> 'c' cedilla + '\x5d': '\u00e9', // ] -> 'e' acute + + '\x60': '\u00f9', // ` -> 'u' grave + + '\x7b': '\u00e0', // { -> 'a' grave + '\x7c': '\u00f2', // | -> 'o' grave + '\x7d': '\u00e8', // } -> 'e' grave + '\x7e': '\u00ec', // ~ -> 'i' grave + }); + +/** + * Norwegian/Danish character map. + * http://vt100.net/docs/vt220-rm/table2-12.html + */ +hterm.VT.CharacterMaps.DefaultMaps['E'] = +hterm.VT.CharacterMaps.DefaultMaps['6'] = new hterm.VT.CharacterMap( + 'norwegian/danish', { + '\x40': '\u00c4', // @ -> 'A' umlaut + + '\x5b': '\u00c6', // [ -> 'AE' ligature + '\x5c': '\u00d8', // \ -> 'O' stroke + '\x5d': '\u00c5', // ] -> 'A' ring + '\x5e': '\u00dc', // ^ -> 'U' umlaut + + '\x60': '\u00e4', // ` -> 'a' umlaut + + '\x7b': '\u00e6', // { -> 'ae' ligature + '\x7c': '\u00f8', // | -> 'o' stroke + '\x7d': '\u00e5', // } -> 'a' ring + '\x7e': '\u00fc', // ~ -> 'u' umlaut + }); + +/** + * Spanish character map. + * http://vt100.net/docs/vt220-rm/table2-13.html + */ +hterm.VT.CharacterMaps.DefaultMaps['Z'] = new hterm.VT.CharacterMap( + 'spanish', { + '\x23': '\u00a3', // # -> british-pound + + '\x40': '\u00a7', // @ -> section symbol (double s) + + '\x5b': '\u00a1', // [ -> '!' inverted + '\x5c': '\u00d1', // \ -> 'N' tilde + '\x5d': '\u00bf', // ] -> '?' inverted + + '\x7b': '\u00b0', // { -> ring + '\x7c': '\u00f1', // | -> 'n' tilde + '\x7d': '\u00e7', // } -> 'c' cedilla + }); + +/** + * Swedish character map. + * http://vt100.net/docs/vt220-rm/table2-14.html + */ +hterm.VT.CharacterMaps.DefaultMaps['7'] = +hterm.VT.CharacterMaps.DefaultMaps['H'] = new hterm.VT.CharacterMap( + 'swedish', { + '\x40': '\u00c9', // @ -> 'E' acute + + '\x5b': '\u00c4', // [ -> 'A' umlaut + '\x5c': '\u00d6', // \ -> 'O' umlaut + '\x5d': '\u00c5', // ] -> 'A' ring + '\x5e': '\u00dc', // ^ -> 'U' umlaut + + '\x60': '\u00e9', // ` -> 'e' acute + + '\x7b': '\u00e4', // { -> 'a' umlaut + '\x7c': '\u00f6', // | -> 'o' umlaut + '\x7d': '\u00e5', // } -> 'a' ring + '\x7e': '\u00fc', // ~ -> 'u' umlaut + }); + +/** + * Swiss character map. + * http://vt100.net/docs/vt220-rm/table2-15.html + */ +hterm.VT.CharacterMaps.DefaultMaps['='] = new hterm.VT.CharacterMap( + 'swiss', { + '\x23': '\u00f9', // # -> 'u' grave + + '\x40': '\u00e0', // @ -> 'a' grave + + '\x5b': '\u00e9', // [ -> 'e' acute + '\x5c': '\u00e7', // \ -> 'c' cedilla + '\x5d': '\u00ea', // ] -> 'e' circumflex + '\x5e': '\u00ee', // ^ -> 'i' circumflex + '\x5f': '\u00e8', // _ -> 'e' grave + + '\x60': '\u00f4', // ` -> 'o' circumflex + + '\x7b': '\u00e4', // { -> 'a' umlaut + '\x7c': '\u00f6', // | -> 'o' umlaut + '\x7d': '\u00fc', // } -> 'u' umlaut + '\x7e': '\u00fb', // ~ -> 'u' circumflex + }); +lib.resource.add('hterm/audio/bell', 'audio/ogg;base64', +'T2dnUwACAAAAAAAAAADhqW5KAAAAAMFvEjYBHgF2b3JiaXMAAAAAAYC7AAAAAAAAAHcBAAAAAAC4' + +'AU9nZ1MAAAAAAAAAAAAA4aluSgEAAAAAesI3EC3//////////////////8kDdm9yYmlzHQAAAFhp' + +'cGguT3JnIGxpYlZvcmJpcyBJIDIwMDkwNzA5AAAAAAEFdm9yYmlzKUJDVgEACAAAADFMIMWA0JBV' + +'AAAQAABgJCkOk2ZJKaWUoSh5mJRISSmllMUwiZiUicUYY4wxxhhjjDHGGGOMIDRkFQAABACAKAmO' + +'o+ZJas45ZxgnjnKgOWlOOKcgB4pR4DkJwvUmY26mtKZrbs4pJQgNWQUAAAIAQEghhRRSSCGFFGKI' + +'IYYYYoghhxxyyCGnnHIKKqigggoyyCCDTDLppJNOOumoo4466ii00EILLbTSSkwx1VZjrr0GXXxz' + +'zjnnnHPOOeecc84JQkNWAQAgAAAEQgYZZBBCCCGFFFKIKaaYcgoyyIDQkFUAACAAgAAAAABHkRRJ' + +'sRTLsRzN0SRP8ixREzXRM0VTVE1VVVVVdV1XdmXXdnXXdn1ZmIVbuH1ZuIVb2IVd94VhGIZhGIZh' + +'GIZh+H3f933f930gNGQVACABAKAjOZbjKaIiGqLiOaIDhIasAgBkAAAEACAJkiIpkqNJpmZqrmmb' + +'tmirtm3LsizLsgyEhqwCAAABAAQAAAAAAKBpmqZpmqZpmqZpmqZpmqZpmqZpmmZZlmVZlmVZlmVZ' + +'lmVZlmVZlmVZlmVZlmVZlmVZlmVZlmVZlmVZQGjIKgBAAgBAx3Ecx3EkRVIkx3IsBwgNWQUAyAAA' + +'CABAUizFcjRHczTHczzHczxHdETJlEzN9EwPCA1ZBQAAAgAIAAAAAABAMRzFcRzJ0SRPUi3TcjVX' + +'cz3Xc03XdV1XVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVYHQkFUAAAQAACGdZpZq' + +'gAgzkGEgNGQVAIAAAAAYoQhDDAgNWQUAAAQAAIih5CCa0JrzzTkOmuWgqRSb08GJVJsnuamYm3PO' + +'OeecbM4Z45xzzinKmcWgmdCac85JDJqloJnQmnPOeRKbB62p0ppzzhnnnA7GGWGcc85p0poHqdlY' + +'m3POWdCa5qi5FJtzzomUmye1uVSbc84555xzzjnnnHPOqV6czsE54Zxzzonam2u5CV2cc875ZJzu' + +'zQnhnHPOOeecc84555xzzglCQ1YBAEAAAARh2BjGnYIgfY4GYhQhpiGTHnSPDpOgMcgppB6NjkZK' + +'qYNQUhknpXSC0JBVAAAgAACEEFJIIYUUUkghhRRSSCGGGGKIIaeccgoqqKSSiirKKLPMMssss8wy' + +'y6zDzjrrsMMQQwwxtNJKLDXVVmONteaec645SGultdZaK6WUUkoppSA0ZBUAAAIAQCBkkEEGGYUU' + +'UkghhphyyimnoIIKCA1ZBQAAAgAIAAAA8CTPER3RER3RER3RER3RER3P8RxREiVREiXRMi1TMz1V' + +'VFVXdm1Zl3Xbt4Vd2HXf133f141fF4ZlWZZlWZZlWZZlWZZlWZZlCUJDVgEAIAAAAEIIIYQUUkgh' + +'hZRijDHHnINOQgmB0JBVAAAgAIAAAAAAR3EUx5EcyZEkS7IkTdIszfI0T/M00RNFUTRNUxVd0RV1' + +'0xZlUzZd0zVl01Vl1XZl2bZlW7d9WbZ93/d93/d93/d93/d939d1IDRkFQAgAQCgIzmSIimSIjmO' + +'40iSBISGrAIAZAAABACgKI7iOI4jSZIkWZImeZZniZqpmZ7pqaIKhIasAgAAAQAEAAAAAACgaIqn' + +'mIqniIrniI4oiZZpiZqquaJsyq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7rukBo' + +'yCoAQAIAQEdyJEdyJEVSJEVyJAcIDVkFAMgAAAgAwDEcQ1Ikx7IsTfM0T/M00RM90TM9VXRFFwgN' + +'WQUAAAIACAAAAAAAwJAMS7EczdEkUVIt1VI11VItVVQ9VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV' + +'VVVVVVVVVVVV1TRN0zSB0JCVAAAZAAAjQQYZhBCKcpBCbj1YCDHmJAWhOQahxBiEpxAzDDkNInSQ' + +'QSc9uJI5wwzz4FIoFURMg40lN44gDcKmXEnlOAhCQ1YEAFEAAIAxyDHEGHLOScmgRM4xCZ2UyDkn' + +'pZPSSSktlhgzKSWmEmPjnKPSScmklBhLip2kEmOJrQAAgAAHAIAAC6HQkBUBQBQAAGIMUgophZRS' + +'zinmkFLKMeUcUko5p5xTzjkIHYTKMQadgxAppRxTzinHHITMQeWcg9BBKAAAIMABACDAQig0ZEUA' + +'ECcA4HAkz5M0SxQlSxNFzxRl1xNN15U0zTQ1UVRVyxNV1VRV2xZNVbYlTRNNTfRUVRNFVRVV05ZN' + +'VbVtzzRl2VRV3RZV1bZl2xZ+V5Z13zNNWRZV1dZNVbV115Z9X9ZtXZg0zTQ1UVRVTRRV1VRV2zZV' + +'17Y1UXRVUVVlWVRVWXZlWfdVV9Z9SxRV1VNN2RVVVbZV2fVtVZZ94XRVXVdl2fdVWRZ+W9eF4fZ9' + +'4RhV1dZN19V1VZZ9YdZlYbd13yhpmmlqoqiqmiiqqqmqtm2qrq1bouiqoqrKsmeqrqzKsq+rrmzr' + +'miiqrqiqsiyqqiyrsqz7qizrtqiquq3KsrCbrqvrtu8LwyzrunCqrq6rsuz7qizruq3rxnHrujB8' + +'pinLpqvquqm6um7runHMtm0co6rqvirLwrDKsu/rui+0dSFRVXXdlF3jV2VZ921fd55b94WybTu/' + +'rfvKceu60vg5z28cubZtHLNuG7+t+8bzKz9hOI6lZ5q2baqqrZuqq+uybivDrOtCUVV9XZVl3zdd' + +'WRdu3zeOW9eNoqrquirLvrDKsjHcxm8cuzAcXds2jlvXnbKtC31jyPcJz2vbxnH7OuP2daOvDAnH' + +'jwAAgAEHAIAAE8pAoSErAoA4AQAGIecUUxAqxSB0EFLqIKRUMQYhc05KxRyUUEpqIZTUKsYgVI5J' + +'yJyTEkpoKZTSUgehpVBKa6GU1lJrsabUYu0gpBZKaS2U0lpqqcbUWowRYxAy56RkzkkJpbQWSmkt' + +'c05K56CkDkJKpaQUS0otVsxJyaCj0kFIqaQSU0mptVBKa6WkFktKMbYUW24x1hxKaS2kEltJKcYU' + +'U20txpojxiBkzknJnJMSSmktlNJa5ZiUDkJKmYOSSkqtlZJSzJyT0kFIqYOOSkkptpJKTKGU1kpK' + +'sYVSWmwx1pxSbDWU0lpJKcaSSmwtxlpbTLV1EFoLpbQWSmmttVZraq3GUEprJaUYS0qxtRZrbjHm' + +'GkppraQSW0mpxRZbji3GmlNrNabWam4x5hpbbT3WmnNKrdbUUo0txppjbb3VmnvvIKQWSmktlNJi' + +'ai3G1mKtoZTWSiqxlZJabDHm2lqMOZTSYkmpxZJSjC3GmltsuaaWamwx5ppSi7Xm2nNsNfbUWqwt' + +'xppTS7XWWnOPufVWAADAgAMAQIAJZaDQkJUAQBQAAEGIUs5JaRByzDkqCULMOSepckxCKSlVzEEI' + +'JbXOOSkpxdY5CCWlFksqLcVWaykptRZrLQAAoMABACDABk2JxQEKDVkJAEQBACDGIMQYhAYZpRiD' + +'0BikFGMQIqUYc05KpRRjzknJGHMOQioZY85BKCmEUEoqKYUQSkklpQIAAAocAAACbNCUWByg0JAV' + +'AUAUAABgDGIMMYYgdFQyKhGETEonqYEQWgutddZSa6XFzFpqrbTYQAithdYySyXG1FpmrcSYWisA' + +'AOzAAQDswEIoNGQlAJAHAEAYoxRjzjlnEGLMOegcNAgx5hyEDirGnIMOQggVY85BCCGEzDkIIYQQ' + +'QuYchBBCCKGDEEIIpZTSQQghhFJK6SCEEEIppXQQQgihlFIKAAAqcAAACLBRZHOCkaBCQ1YCAHkA' + +'AIAxSjkHoZRGKcYglJJSoxRjEEpJqXIMQikpxVY5B6GUlFrsIJTSWmw1dhBKaS3GWkNKrcVYa64h' + +'pdZirDXX1FqMteaaa0otxlprzbkAANwFBwCwAxtFNicYCSo0ZCUAkAcAgCCkFGOMMYYUYoox55xD' + +'CCnFmHPOKaYYc84555RijDnnnHOMMeecc845xphzzjnnHHPOOeecc44555xzzjnnnHPOOeecc845' + +'55xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAABFWYowxxhgbCDHGGGOMMUYSYowxxhhjbDHGGGOM' + +'McaYYowxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHG' + +'GFtrrbXWWmuttdZaa6211lprrQBAvwoHAP8HG1ZHOCkaCyw0ZCUAEA4AABjDmHOOOQYdhIYp6KSE' + +'DkIIoUNKOSglhFBKKSlzTkpKpaSUWkqZc1JSKiWlllLqIKTUWkottdZaByWl1lJqrbXWOgiltNRa' + +'a6212EFIKaXWWostxlBKSq212GKMNYZSUmqtxdhirDGk0lJsLcYYY6yhlNZaazHGGGstKbXWYoy1' + +'xlprSam11mKLNdZaCwDgbnAAgEiwcYaVpLPC0eBCQ1YCACEBAARCjDnnnHMQQgghUoox56CDEEII' + +'IURKMeYcdBBCCCGEjDHnoIMQQgghhJAx5hx0EEIIIYQQOucchBBCCKGEUkrnHHQQQgghlFBC6SCE' + +'EEIIoYRSSikdhBBCKKGEUkopJYQQQgmllFJKKaWEEEIIoYQSSimllBBCCKWUUkoppZQSQgghlFJK' + +'KaWUUkIIoZRQSimllFJKCCGEUkoppZRSSgkhhFBKKaWUUkopIYQSSimllFJKKaUAAIADBwCAACPo' + +'JKPKImw04cIDUGjISgCADAAAcdhq6ynWyCDFnISWS4SQchBiLhFSijlHsWVIGcUY1ZQxpRRTUmvo' + +'nGKMUU+dY0oxw6yUVkookYLScqy1dswBAAAgCAAwECEzgUABFBjIAIADhAQpAKCwwNAxXAQE5BIy' + +'CgwKx4Rz0mkDABCEyAyRiFgMEhOqgaJiOgBYXGDIB4AMjY20iwvoMsAFXdx1IIQgBCGIxQEUkICD' + +'E2544g1PuMEJOkWlDgIAAAAA4AAAHgAAkg0gIiKaOY4Ojw+QEJERkhKTE5QAAAAAALABgA8AgCQF' + +'iIiIZo6jw+MDJERkhKTE5AQlAAAAAAAAAAAACAgIAAAAAAAEAAAACAhPZ2dTAAQYOwAAAAAAAOGp' + +'bkoCAAAAmc74DRgyNjM69TAzOTk74dnLubewsbagmZiNp4d0KbsExSY/I3XUTwJgkeZdn1HY4zoj' + +'33/q9DFtv3Ui1/jmx7lCUtPt18/sYf9MkgAsAGRBd3gMGP4sU+qCPYBy9VrA3YqJosW3W2/ef1iO' + +'/u3cg8ZG/57jU+pPmbGEJUgkfnaI39DbPqxddZphbMRmCc5rKlkUMkyx8iIoug5dJv1OYH9a59c+' + +'3Gevqc7Z2XFdDjL/qHztRfjWEWxJ/aiGezjohu9HsCZdQBKbiH0VtU/3m85lDG2T/+xkZcYnX+E+' + +'aqzv/xTgOoTFG+x7SNqQ4N+oAABSxuVXw77Jd5bmmTmuJakX7509HH0kGYKvARPpwfOSAPySPAc2' + +'EkneDwB2HwAAJlQDYK5586N79GJCjx4+p6aDUd27XSvRyXLJkIC5YZ1jLv5lpOhZTz0s+DmnF1di' + +'ptrnM6UDgIW11Xh8cHTd0/SmbgOAdxcyWwMAAGIrZ3fNSfZbzKiYrK4+tPqtnMVLOeWOG2kVvUY+' + +'p2PJ/hkCl5aFRO4TLGYPZcIU3vYM1hohS4jHFlnyW/2T5J7kGsShXWT8N05V+3C/GPqJ1QdWisGP' + +'xEzHqXISBPIinWDUt7IeJv/f5OtzBxpTzZZQ+CYEhHXfqG4aABQli72GJhN4oJv+hXcApAJSErAW' + +'8G2raAX4NUcABnVt77CzZAB+LsHcVe+Q4h+QB1wh/ZrJTPxSBdI8mgTeAdTsQOoFUEng9BHcVPhx' + +'SRRYkKWZJXOFYP6V4AEripJoEjXgA2wJRZHSExmJDm8F0A6gEXsg5a4ZsALItrMB7+fh7UKLvYWS' + +'dtsDwFf1mzYzS1F82N1h2Oyt2e76B1QdS0SAsQigLPMOgJS9JRC7hFXA6kUsLFNKD5cA5cTRvgSq' + +'Pc3Fl99xW3QTi/MHR8DEm6WnvaVQATwRqRKjywQ9BrrhugR2AKTsPQeQckrAOgDOhbTESyrXQ50C' + +'kNpXdtWjW7W2/3UjeX3U95gIdalfRAoAmqUEiwp53hCdcCwlg47fcbfzlmQMAgaBkh7c+fcDgF+i' + +'fwDXfzegLPcLYJsAAJQArTXjnh/uXGy3v1Hk3pV6/3t5ruW81f6prfbM2Q3WNVy98BwUtbCwhFhA' + +'WuPev6Oe/4ZaFQUcgKrVs4defzh1TADA1DEh5b3VlDaECw5b+bPfkKos3tIAue3vJZOih3ga3l6O' + +'3PSfIkrLv0PAS86PPdL7g8oc2KteNFKKzKRehOv2gJoFLBPXmaXvPBQILgJon0bbWBszrYZYYwE7' + +'jl2j+vTdU7Vpk21LiU0QajPkywAAHqbUC0/YsYOdb4e6BOp7E0cCi04Ao/TgD8ZVAMid6h/A8IeB' + +'Nkp6/xsAACZELEYIk+yvI6Qz1NN6lIftB/6IMWjWJNOqPTMedAmyaj6Es0QBklJpiSWWHnQ2CoYb' + +'GWAmt+0gLQBFKCBnp2QUUQZ/1thtZDBJUpFWY82z34ocorB62oX7qB5y0oPAv/foxH25wVmgIHf2' + +'xFOr8leZcBq1Kx3ZvCq9Bga639AxuHuPNL/71YCF4EywJpqHFAX6XF0sjVbuANnvvdLcrufYwOM/' + +'iDa6iA468AYAAB6mNBMXcgTD8HSRqJ4vw8CjAlCEPACASlX/APwPOJKl9xQAAAPmnev2eWp33Xgy' + +'w3Dvfz6myGk3oyP8YTKsCOvzAgALQi0o1c6Nzs2O2Pg2h4ACIJAgAGP0aNn5x0BDgVfH7u2TtyfD' + +'cRIuYAyQhBF/lvSRAttgA6TPbWZA9gaUrZWAUEAA+Dx47Q3/r87HxUUqZmB0BmUuMlojFjHt1gDu' + +'nnvuX8MImsjSq5WkzSzGS62OEIlOufWWezxWpv6FBgDgJVltfXFYtNAAnqU0xQoD0YLiXo5cF5QV' + +'4CnY1tBLAkZCOABAhbk/AM+/AwSCCdlWAAAMcFjS7owb8GVDzveDiZvznbt2tF4bL5odN1YKl88T' + +'AEABCZvufq9YCTBtMwVAQUEAwGtNltzSaHvADYC3TxLVjqiRA+OZAMhzcqEgRcAOwoCgvdTxsTHL' + +'QEF6+oOb2+PAI8ciPQcXg7pOY+LjxQSv2fjmFuj34gGwz310/bGK6z3xgT887eomWULEaDd04wHe' + +'tYxdjcgV2SxvSwn0VoZXJRqkRC5ASQ/muVoAUsX7AgAQMBNaVwAAlABRxT/1PmfqLqSRNDbhXb07' + +'berpB3b94jpuWEZjBCD2OcdXFpCKEgCDfcFPMw8AAADUwT4lnUm50lmwrpMMhPQIKj6u0E8fr2vG' + +'BngMNdIlrZsigjahljud6AFVg+tzXwUnXL3TJLpajaWKA4VAAAAMiFfqJgKAZ08XrtS3dxtQNYcp' + +'PvYEG8ClvrQRJgBephwnNWJjtGqmp6VEPSvBe7EBiU3qgJbQAwD4Le8LAMDMhHbNAAAlgK+tFs5O' + +'+YyJc9yCnJa3rxLPulGnxwsXV9Fsk2k4PisCAHC8FkwbGE9gJQAAoMnyksj0CdFMZLLgoz8M+Fxz' + +'iwYBgIx+zHiCBAKAlBKNpF1sO9JpVcyEi9ar15YlHgrut5fPJnkdJ6vEwZPyAHQBIEDUrlMcBAAd' + +'2KAS0Qq+JwRsE4AJZtMnAD6GnOYwYlOIZvtzUNdjreB7fiMkWI0CmBB6AIAKc38A9osEFlTSGECB' + +'+cbeRDC0aRpLHqNPplcK/76Lxn2rpmqyXsYJWRi/FQAAAKBQk9MCAOibrQBQADCDsqpooPutd+05' + +'Ce9g6iEdiYXgVmQAI4+4wskEBEiBloNQ6Ki0/KTQ0QjWfjxzi+AeuXKoMjEVfQOZzr0y941qLgM2' + +'AExvbZOqcxZ6J6krlrj4y2j9AdgKDx6GnJsVLhbc42uq584+ouSdNBpoCiCVHrz+WzUA/DDtD8AT' + +'gA3h0lMCAAzcFv+S+fSSNkeYWlTpb34mf2RfmqqJeMeklhHAfu7VoAEACgAApKRktL+KkQDWMwYC' + +'UAAAAHCKsp80xhp91UjqQBw3x45cetqkjQEyu3G9B6N+R650Uq8OVig7wOm6Wun0ea4lKDPoabJs' + +'6aLqgbhPzpv4KR4iODilw88ZpY7q1IOMcbASAOAVtmcCnobcrkG4KGS7/ZnskVWRNF9J0RUHKOnB' + +'yy9WA8Dv6L4AAARMCQUA4GritfVM2lcZfH3Q3T/vZ47J2YHhcmBazjfdyuV25gLAzrc0cwAAAAAY' + +'Ch6PdwAAAGyWjFW4yScjaWa2mGcofHxWxewKALglWBpLUvwwk+UOh5eNGyUOs1/EF+pZr+ud5Ozo' + +'GwYdAABg2p52LiSgAY/ZVlOmilEgHn6G3OcwYjzI7vOj1t6xsx4S3lBY96EUQBF6AIBAmPYH4PoG' + +'YCoJAADWe+OZJZi7/x76/yH7Lzf9M5XzRKnFPmveMsilQHwVAAAAAKB3LQD8PCIAAADga0QujBLy' + +'wzeJ4a6Z/ERVBAUlAEDqvoM7BQBAuAguzFqILtmjH3Kd4wfKobnOhA3z85qWoRPm9hwoOHoDAAlC' + +'bwDAA56FHAuXflHo3fe2ttG9XUDeA9YmYCBQ0oPr/1QC8IvuCwAAApbUAQCK22MmE3O78VAbHQT9' + +'PIPNoT9zNc3l2Oe7TAVLANBufT8MAQAAAGzT4PS8AQAAoELGHb2uaCwwEv1EWhFriUkbAaAZ27/f' + +'VZnTZXbWz3BwWpjUaMZKRj7dZ0J//gUeTdpVEwAAZOFsNxKAjQSgA+ABPoY8Jj5y2wje81jsXc/1' + +'TOQWTDYZBmAkNDiqVwuA2NJ9AQAAEBKAt9Vrsfs/2N19MO91S9rd8EHTZHnzC5MYmfQEACy/FBcA' + +'AADA5c4gi4z8RANs/m6FNXVo9DV46JG1BBDukqlw/Va5G7QbuGVSI+2aZaoLXJrdVj2zlC9Z5QEA' + +'EFz/5QzgVZwAAAAA/oXcxyC6WfTu+09Ve/c766J4VTAGUFmA51+VANKi/QPoPwYgYAkA715OH4S0' + +'s5KDHvj99MMq8TPFc3roKZnGOoT1bmIhVgc7XAMBAAAAAMAW1VbQw3gapzOpJd+Kd2fc4iSO62fJ' + +'v9+movui1wUNPAj059N3OVxzk4gV73PmE8FIA2F5mRq37Evc76vLXfF4rD5UJJAw46hW6LZCb5sN' + +'Ldx+kzMCAAB+hfy95+965ZCLP7B3/VlTHCvDEKtQhTm4KiCgAEAbrfbWTPssAAAAXpee1tVrozYY' + +'n41wD1aeYtkKfswN5/SXPO0JDnhO/4laUortv/s412fybe/nONdncoCHnBVliu0CQGBWlPY/5Kwo' + +'m2L/kruPM6Q7oz4tvDQy+bZ3HzOi+gNHA4DZEgA=' + +'' +); + +lib.resource.add('hterm/images/icon-96', 'image/png;base64', +'iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdC' + +'AK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dE' + +'AP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAFKhJREFUeNrtXXlsXMd5/30z8649uDzE' + +'mxRFibIsOXZ8VInTJFYSW3actE1ctWkctEF6I0VRFEWAoihQoAjQFmiBogWaIEADFCmQXklto04T' + +'O0ndWI4bxZalWHJinTYtkRJFkctzl9zd977+8c49+UjuipbCD1y+9+ae75vvmJlv3gO2YRu2YRu2' + +'YRu2YUuAtroBN3nfeKsaSXWurarvRvUrTnlccV/5a3lDReRKFdc4Za6nzvW2b7OIpwZh7N37iHYi' + +'Pztyvy4iqA00Tng/WXH1f3GQsFki0Qbz+cAV12jeRkTwwUd2yfsVI89OjbLrwnoJILw8EoAOIAFg' + +'LwDTCxcAJBEJIiIAgoiICAIgIgIBJGpdPRCRq3sPCBAJAii8QgAk/PIFkSBBQvh3QRkQXtECBKpx' + +'H9br5hMikhcg4QV4dYkgARFBSkmlUmnp7LmLX8rl8q95OPKJ0DQCkPeTEcQrAD179+7+7LsP3vtJ' + +'w9A1ZvbwFfQM/r1/AyD64KLBv5JHIaIwIpI5GIbevd82r0I3OMjvJfOo5ffCqw1EhIRlQQi3a37p' + +'0atfTVB22PhIuHt95tnnBr75zHN/AGASoYjyxVVTCOCPfOWN9sGfue+df/L4r3z8MSGUOv3aWYDI' + +'q43BEXXEQRPCQK5qFleFMdduOwMV3WKUBXFVyVXhtm3jrjtvw13vuL1uPXGAAUghkGlLPXJ9ZvZz' + +'L738oz8HsOhFF2u3aH0E8JEvAWhe+n2PHD70Z7/xmccfLBSK9M1nX0AqnYFSKiB7fIiOzg3k21Be' + +'YHW1gMkr1/DBB+6HkGLTxmRfbxf9+qc/8WszM9lzF99468twxZCAq5wbQiMCREWPBkDXde3eI489' + +'+he/+1u/et/c3AK+/uSzyLTvgK7rm+tBE4CZA1HRaFT7oqNQKCCdsqBp61GD9eHBD77XunJ16o/+' + +'6q+/cLJYLP2fhzfGGkRYiwBRK2fnL/3iRz7/uT/8nfuuz2Txla8+hXRbJ6QUKBaLuJmgVLJRKuSh' + +'lIBpatiEFApACIFHH/lA//NHj33qe0ePvQJXEa/JnHEIoABYd925/zOPf+JjBxMJC//yxX+GYaZg' + +'GAZse00ue1uByyWMQrGEldVVKCWbQgAA6OnegQP7997zvaPH2gGsIpQidWuoRwA/o2/bDz70off+' + +'nFIa/fczz2Pq2hzSbRksLCxsNT43BI7jYCW/ihd/cBKWZTZhQcFV9qMjQ0gmEwm4hkqsOVEjDogq' + +'37bOjvaElBKLizmYVgKWZW01HjeOLGaAbUipoJTWHAKwa4KYpmHCJUB0lQCoU0scK0gCMJRSqqOj' + +'Hel0EqZpIpFIbDUeNwwOM2y7gO4dnWhrSzVFBDEzMpkULNM04BIgFsS1ggxNUzKVSiCRsEBEUEoF' + +'iRq2v5HNXjMd18pSHVeZnuuniZaopIIQBAIhnUqgvb1tU3OBKFiWCdMydABWBH+bIoCvA3RNU9Ky' + +'DOiahG2XAAAzszO4NHkZINcKALuddRHi3VWFReLcWy8dhxO5aFpvkhamD5HFwQQuStgwLPpsOza4' + +'5GD/yD4MDw2jVCrCMHSkUwmws3kCMADD0GCZpialMG3bia4trVsJ+xkJAKSUStM0oWsSQrgTGdu2' + +'MXllEmezF/HRhz+C4b6hyEgrnyjVLLzhcho1iFsDiGomOzt+Ds/8z7PIzmfR39eP1dVVSOEijR0n' + +'RsFrg1ISpmkoQ9cTufxKrBbHmoUoJZWmlPDXRZgdMDNsx8HuXbtx3zvvhRQKTdFmLQACoT2dwY9e' + +'fRWlvA1m1xJy2IEggkPrnUvXB9M0lGkaiVx+xR/ADQuPRQAppaY0JfzOBB0joFAs4Oyb59E0Y7pF' + +'4DDDdmw47LgygQHbbs7Ij4JpGMIwjGRFcF0xFJcDdE0pUb3YQ1hYWsDFSxff7vgHMyO3kkMGiaAP' + +'zScAwzB0YVlmAuHo3zQHkKaUppTHAUQBLQnAYm4J41feCldAGeHe2FaCq9fdXQMP8qt5sB6OlGbP' + +'4pkBwzBgGHoKMdcIG82Ew0RK6UqTxHAJEHSBCLmVHCavXwUcwGpXMJIS2YnVhrq01cAOQxkC7YMG' + +'5i6vwi65LV4trIK10GJyHLvpTTR0DZZlJtEEMxR+IVJJTSlFAFdZL47joFgswrEZ3X06Dv3eAH78' + +'7Vm8/t0s8nMld9PjBhHCN1G7dlm490g3rIzCt/5yHIWiA5dxGQ5HOcBpatuYGZquwTSNTXMAogVo' + +'SukuAXwlzFUpSRCyl1cx+VoOBz/Zi93vyeDE16bx1iuLsIsOSLSWCuwwEh0a9h/uxDs+2gWnxDj+' + +'79dQKjhlg4bZl/vkiaDmtkvXNFimmURMJ4VYOkBpSldSug91TDYiIDdXwtEvTeDNlxZw3y/34PDn' + +'duLCi/M4+eQ0Zt5cCdI1G/FKFxg5mME9R7rRMWTi/AtzOPnENLKXV2tyrA+lFqzkKk3BNI0k3BWE' + +'5swDXA7wlm0bFEkEODbjzWPzmDqTw4HDnbjz57swdHcKp56+jte/k0VurtRUInSPJXD3Y90YfXcb' + +'Zt7I49t/M45LJ5ZgF7lMAbsN9BfiXE5uthXEzFBK+TpAhrVunAAEeEp4DQ4oyyQI+fkSjn/tGsZf' + +'WcA9j3Xjvk/0Yte72vD8FyZw/Y2VauRsAA483ImDn+oF28DL/zqFn3wni/xcESSoTvkExxdBBNil' + +'FnCAlLBMM+Hhdk3HtThoIE1TulTuDlscAgAuNxCA6XN5HP+Pa8heWsHAgSQyA0ZzFr8IGHhHCuke' + +'HedfmMOpb8wgly021jXkTsjYm9C0YjNJSgFvHuAP7qbMA3TpcwAo1ooDOwwjKTH2QDvu/lg3lCnw' + +'g69cxcSpJc8dZJPgACeeuAYhgf0Pd6JjyMArX5/GlZ8sg23U5TCf+ESt0QFCCFiWYcF131kT4lhB' + +'pDSXAMy+Eq1PAXYAIYHBu9O490g3evclMf7yAk785zSuX8i7Y68ZOoCA6xdW8N2/u4TRd2dw75Fu' + +'PPqnu3Dmu7N49RszWLiyGvgGRfM47HjNdzmg6U6kRLAs02wGAXwieBwgggoaMUD7oI67fmEHbjvU' + +'gfmrBTz395fw5ksLKK26pmgzO0wCsFcZ576XxeTpZdzxaCfu+HAXRg624eST0zh/dB6FXDjK3TUg' + +'VwQREUot0AFCEEx3U8ZoBgEAVwdoUnheFnWGLztA1y4Tj/zxCIyUwI+emsaPn5nF8qyvFFs0D/C8' + +'05Zni3jpq1MY/+EC7jnSg/f+5gB69yXw/BcnYBfDIeMrYaLW6ACAYFmmjpi7YqpmCRWMq2maLgIO' + +'qFcUQ7MErp5ZxqmnZ0Jx0+IJWNBIr5qpszl852/fwp73ZNC3PwmhKCQAUWCGAu5MuNlriEQEy6za' + +'FauLhHg6QClNejte9YQICcL1i3k8/4UJd/bZZHETGwGCYK8yzjw3h4vHFmAXym19dxfNE0Etcqkx' + +'TVPTdd0qFApRPNaEtcxQAiA0TelCeKvRDTSoXWTYJb5ho75Rq0kApbwDrphrOREd0Ip5AOBuyhiG' + +'HsttpB4BohiUmqZpgel4Mx1qournYCbcUg4wpLccUasVZVCLAJUZhKaUTp5hvTWCpXnAcEIOsG00' + +'fxuVYRq6MA3dX5JuCGt5xhEAqWkq4IC4M+GYbV0/bLJ6h92dmlaJIG9ThkyzbE9gQ0rYB6lpSgUc' + +'0CT8C0nQzPUvCDk2o7iysUU0gmsFcSCCnJZspeq6BtPUk3HSxrGChKZpmu/U2gwKsMPo2Z/E+397' + +'AELFL48EMHFqGd//x0k49gYwR+VWUGvmAQxD12GZZgox1tpiuSa6HOCJIJ8umxo5hELOxvSFPEiu' + +'IxcR5idXNzVqqwnQXBZghr8r5m/KbHgxzs+oNE1T/sBvhggiAcyOr+B//+FyUzsfD0ERM7RFIkjT' + +'gj2BNTmgnhUUXcd2N4SpBUp4C6DVHABmaEr5+8L+rtiGlTADUK4I8kJ8XeDDes/KAw37zPUSrYUn' + +'5tpJOJqE4ThOSACn+RzAAKSU/p7AmgI2phWkyeB4ZqQiAsFZtkFOZI+Ao7SgytVgeJoQVBkf+HRG' + +'rxVhVBFGqHj24imSP3psFUAylYCSEsWSDdu2y86WNQukuytmIdwVq3tSJo5zrtI0JUMjiAJzbrB/' + +'AA8YRnCWNnLON3JuFyEiIj8AZen9Vc0wL0JkRtMgGlfjDHBwDSLKzwp7dRZL+aYivZwAApZlWnAP' + +'t0TxuSYBKocCA1BKUxIgMBy0taUAOCiVikilUkin0/FbFnEz3xxQLGMg6rpemX9paQm37x2DlLLM' + +'U6IZIITwOUCraEAVERotR4ccoDQJAI7DGBrsx8MP3o+nv/V9dHf3BAc1IjguO00d+OpHffYrw5ir' + +'09WMi5wd4PC8QLDHXHGmIHr1G8dgsOOgoyOJB973LjR/KSLYFYtuymxYCZOUUtM8z2i/w48cPgTT' + +'MPDD46eQX1mG768Smqq+qAFEROwIQSASZVdBAiQIQggI8q7+c/AjSCEgZBgm/TgZ3stovKy4Rsqz' + +'LBMjOweRSiXhNOFwRi0CmJbhE2BTm/KspNQ0pcrMVaUkDj/0fnzg0P0olkqhs+4a71xoeA0LKCur' + +'Irhmf2rJzca9cl0Um3U0qZoAqNwV25AS9pEdnA2IguM4kFLC95bYLPiiJYIjtEI83BggWKapCSEs' + +'x3E2txinlPJOx9z8k7AbBUTBSRkrl8tv+GUdDIClksphFsvL+ZacKLn1gL3V0DICrOuQXvSohUNE' + +'2rnz41QqcdPNtVsRGEBbOgnbdkjTVKUZWgWqRn4fHABOoVBcNE2ztHPnoL7NAfHANHS8dPzE0sxM' + +'dsILqvsGrXocEGRYXFx67fUz5y729e7Yw4ADjumb2AJoWq2xCtrwdh0TQRz74YmLpZI9HitHjTCC' + +'a0KZANKGoX88lUo+pCmlhBASYMmAjE76Ea4CoNyerDYuUZHRXwiq2Pan8r/yNkcMAiqvv+pwFFWm' + +'pQqbl6isaqoVVtajsJfB0piXwCEidhyHp6/PHpudnfs8gDm4b07xX+xXBnEW43jv2Ojo73/20x+e' + +'zc47Fy6MN/IOXZ+ZxBvIE6eeCovbn0FXzjXqt4urEsVlGsPQ8NFHP0RP/dez4sv/9G8ZuK8wq2uK' + +'xtkRs+44cNs7e3t61NEXXwVIVUye1o+f+nnXsT1ZlrwiH9dKjLp+TZVhoRNy/Jb5PrPjlyfAzDiw' + +'f28vgD4AV+AuS5dq5au3FuS/I0IB6B3bM7L7wsW3IJSBjvb2ls0gb3YgIiym0hi/NImB/p5Mpi09' + +'Or+weBqu+CliHYtx/ruCpGWZu3cOD/Sceu08ioUiFhcX12rHTy0QEXTdwKVLV7B/326tt3fHnvmF' + +'RQMu8v03aAERIjTyC5IAtJGdg/s7OjLmbHYBXV29TVt6uFVB13VMXZtFwrIwMNA3dvbcGxaAFYQb' + +'9LE5QAFI7Nk9cgdAyOeL2CFlS8XPrbDUoZTC4lIexVIJw0P9IwDScBVxzVOT9QggvbiuvWOjY9ns' + +'PBxmLC0tbc+G1wApJWyHMTObxcjwYB+ALgBTCN8+WTYpa0QAQUTDu0eH+ycmp5BOtyGVSm0r4Big' + +'6wYmJqYwNNTfIaXss237DEIRVMYFUQIEnnDwOGBwoG9ff19P+tXT52BZiVtCRLS6D8wM0zRx6fJV' + +'/Oz991jdOzp3Xp2a9iVKlTlayQFR89PYPTp8wLJMys4tItNuYH5+fqvx97YHIQQ0XcfUtRmkUgnq' + +'7+8duTo1raGOj1AlB0TnAOm9Y6O35XJ5MAskk8lt8bMOmMzOwHEYw0P9IydOnjYR6oC6BADK5wD9' + +'e8d2DV65Og3dMKGUuuUUcCvFkcPA/PwCRnYODAJoA3AdNRy1anGABCA7O9vHRnYOdrx84sdgBubm' + +'5rY5ICa4m/8Sk1enMTQ00A2gG8BbKOcCBmpzgASgj44M7+/oaJfXpmfR3t5xy07AWsUFhUIRlyem' + +'cOcde9OpVHJgaWn5FawhgqLfhkmOje26nZmRyxXQtePmfU3xVoFpmbg2PYtMW1rr6+3eeX5pOaqE' + +'gyWJShHkJ9px297RXddnsiiWbCwuLv5UiJ9aX/bYSBlE7nV5OYe2dAqDA727zl94s5IAZSIoKv9F' + +'ImHt2rN7pDs7N4/l5WVIOesRwH8Tbs2qgwvXi6uKr9PB+u8ujomSeKlonZG0RmRl6AcPHcTAQC8G' + +'B/uGEb5RPToh46j3bhCxc3hg39Bgn9nbswPpVBK53ErZR2tqOV358eVx4X2wzRRx2K103q12yEXo' + +'5Bvcry99I4ewuI5kYdsj6SIOxV5omXOwphS6ujoghMDw0EAvXEvoSgTfAKrfaUMA9F0jQ7d3d3ch' + +'k0njoQ+9b83NiK0VTnHendOqdnLdIIY7K3YJ0N8ppeixbecMYixFpHaNDI+mU0n3pdl8a9n+NxJ8' + +'7ujv7030dO8YvHL1mr8zWsYBlZrZymTSKaUlQNLAVo/vmxsIxCV0tLeJzs72bo8AboSH71qroStL' + +'S8u567PzyK86G9ox32yjW1lU6/sTrYFhmQqWZSGdSmZqpVZlqV3IzcxkZ6evTWFpebWmT2+tj6MF' + +'76OtdbSL61gyzDXTlZ0hKE9Q9rEGrrK8uELec1Vc+bcJIvfRwyM1wpiry2sU5opvRqYtCcuUKBSK' + +'JYQf/QzcFX0CRN0Rc8dPnD5qJZ7okVKCHYd8V27/RRcM9gAAewc/2bsLH+GnCf+Xp/PmFsFtEBum' + +'Lqss8oTIX9lzUFCQJ9rAijRV92VtjTxHyquqpKzLjn+Fu+xsKyULzLzyxhuXnkSNL66WnYRB+KnC' + +'DNydHP/dZzpCU7WWUuAGzxwjvlYZ9cLWm4cbxMUpD2vkqQzzkVwEUIC7Gb/iXQvez3fSYlWR0YZL' + +'uUUvkYHw453+JGK9EKdTrdT0Db2TW9CO6DeGSyhHetWXVqOfvXAq7m0vY9xvBW+28RvJ3ygP4ca3' + +'KcpJUU7wER/VAQBqK2H/DRZ+hspDe81EYKsQsZV1Vg7oKNKjyGegsXNuFOE302Ywr/G8Fe2pq4fq' + +'IfZmQvjbHbZ6AGzDNmzDNmzD2xT+H+5UT7Tyxc2HAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA2' + +'LTMwVDExOjUwOjAyLTA0OjAwOaSkCgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxMy0xMS0wMVQxMDoz' + +'ODoyNC0wNDowMNba8BsAAAAASUVORK5CYII=' + +'' +); + +lib.resource.add('hterm/concat/date', 'text/plain', +'Tue, 22 Aug 2017 06:42:31 +0000' + +'' +); + +lib.resource.add('hterm/changelog/version', 'text/plain', +'1.70' + +'' +); + +lib.resource.add('hterm/changelog/date', 'text/plain', +'2017-08-16' + +'' +); + +lib.resource.add('hterm/git/HEAD', 'text/plain', +'git rev-parse HEAD' + +'' +); + +// SOURCE FILE: hterm/js/hterm_export.js +module.exports = { + hterm: hterm, + lib: lib +}; + + + +/***/ }), +/* 15 */ +/***/ (function(module, exports, __webpack_require__) { + "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -2861,7 +20851,7 @@ if (elem !== null) { /***/ }), -/* 15 */ +/* 16 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -2993,7 +20983,7 @@ exports.CompositionHelper = CompositionHelper; /***/ }), -/* 16 */ +/* 17 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -3937,7 +21927,7 @@ var wcwidth = (function (opts) { /***/ }), -/* 17 */ +/* 18 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -4178,7 +22168,7 @@ exports.Linkifier = Linkifier; /***/ }), -/* 18 */ +/* 19 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -4663,13 +22653,13 @@ exports.Parser = Parser; /***/ }), -/* 19 */ +/* 20 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -var DomElementObjectPool_1 = __webpack_require__(32); +var DomElementObjectPool_1 = __webpack_require__(33); var MAX_REFRESH_FRAME_SKIP = 5; var FLAGS; (function (FLAGS) { @@ -4948,7 +22938,7 @@ function checkBoldBroken(terminal) { /***/ }), -/* 20 */ +/* 21 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -4967,7 +22957,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); var Mouse = __webpack_require__(9); var Browser = __webpack_require__(8); var EventEmitter_1 = __webpack_require__(1); -var SelectionModel_1 = __webpack_require__(21); +var SelectionModel_1 = __webpack_require__(22); var DRAG_SCROLL_MAX_THRESHOLD = 50; var DRAG_SCROLL_MAX_SPEED = 15; var DRAG_SCROLL_INTERVAL = 50; @@ -5361,7 +23351,7 @@ exports.SelectionManager = SelectionManager; /***/ }), -/* 21 */ +/* 22 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -5441,7 +23431,7 @@ exports.SelectionModel = SelectionModel; /***/ }), -/* 22 */ +/* 23 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -5539,21 +23529,21 @@ exports.Viewport = Viewport; /***/ }), -/* 23 */ +/* 24 */ /***/ (function(module, exports, __webpack_require__) { var map = { "./attach/attach": 4, "./attach/attach.js": 4, - "./attach/package.json": 24, + "./attach/package.json": 25, "./fit/fit": 5, "./fit/fit.js": 5, - "./fit/package.json": 25, + "./fit/package.json": 26, "./fullscreen/fullscreen": 6, - "./fullscreen/fullscreen.css": 26, + "./fullscreen/fullscreen.css": 27, "./fullscreen/fullscreen.js": 6, - "./fullscreen/package.json": 27, - "./terminado/package.json": 28, + "./fullscreen/package.json": 28, + "./terminado/package.json": 29, "./terminado/terminado": 7, "./terminado/terminado.js": 7 }; @@ -5571,40 +23561,40 @@ webpackContext.keys = function webpackContextKeys() { }; webpackContext.resolve = webpackContextResolve; module.exports = webpackContext; -webpackContext.id = 23; - -/***/ }), -/* 24 */ -/***/ (function(module, exports) { - -module.exports = {"name":"xterm.attach","main":"attach.js","private":true} +webpackContext.id = 24; /***/ }), /* 25 */ /***/ (function(module, exports) { -module.exports = {"name":"xterm.fit","main":"fit.js","private":true} +module.exports = {"name":"xterm.attach","main":"attach.js","private":true} /***/ }), /* 26 */ /***/ (function(module, exports) { -throw new Error("Module parse failed: /home/yudai/archive/products/2015/gotty/src/github.com/yudai/gotty/js/node_modules/xterm/lib/addons/fullscreen/fullscreen.css Unexpected token (1:0)\nYou may need an appropriate loader to handle this file type.\n| .xterm.fullscreen {\n| position: fixed;\n| top: 0;"); +module.exports = {"name":"xterm.fit","main":"fit.js","private":true} /***/ }), /* 27 */ /***/ (function(module, exports) { -module.exports = {"name":"xterm.fullscreen","main":"fullscreen.js","private":true} +throw new Error("Module parse failed: /home/yudai/archive/products/2015/gotty/src/github.com/yudai/gotty/js/node_modules/xterm/lib/addons/fullscreen/fullscreen.css Unexpected token (1:0)\nYou may need an appropriate loader to handle this file type.\n| .xterm.fullscreen {\n| position: fixed;\n| top: 0;"); /***/ }), /* 28 */ /***/ (function(module, exports) { -module.exports = {"name":"xterm.terminado","main":"terminado.js","private":true} +module.exports = {"name":"xterm.fullscreen","main":"fullscreen.js","private":true} /***/ }), /* 29 */ +/***/ (function(module, exports) { + +module.exports = {"name":"xterm.terminado","main":"terminado.js","private":true} + +/***/ }), +/* 30 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -5680,7 +23670,7 @@ exports.rightClickHandler = rightClickHandler; /***/ }), -/* 30 */ +/* 31 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -5754,7 +23744,7 @@ exports.CharMeasure = CharMeasure; /***/ }), -/* 31 */ +/* 32 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -5924,7 +23914,7 @@ exports.CircularList = CircularList; /***/ }), -/* 32 */ +/* 33 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -5976,7 +23966,7 @@ exports.DomElementObjectPool = DomElementObjectPool; /***/ }), -/* 33 */ +/* 34 */ /***/ (function(module, exports, __webpack_require__) { "use strict"; @@ -5991,18 +23981,6 @@ exports.contains = contains; //# sourceMappingURL=Generic.js.map -/***/ }), -/* 34 */ -/***/ (function(module, exports) { - -module.exports = hterm; - -/***/ }), -/* 35 */ -/***/ (function(module, exports) { - -module.exports = lib; - /***/ }) /******/ ]); //# sourceMappingURL=bundle.js.map \ No newline at end of file diff --git a/js/dist/bundle.js.map b/js/dist/bundle.js.map index fcc8662..3457893 100644 --- a/js/dist/bundle.js.map +++ b/js/dist/bundle.js.map @@ -1 +1 @@ -{"version":3,"sources":["webpack:///webpack/bootstrap 75bb02f622408516a58c","webpack:///./~/xterm/lib/xterm.js","webpack:///./~/xterm/lib/EventEmitter.js","webpack:///./~/xterm/lib/EscapeSequences.js","webpack:///./~/xterm/lib/Charsets.js","webpack:///./~/xterm/lib/addons/attach/attach.js","webpack:///./~/xterm/lib/addons/fit/fit.js","webpack:///./~/xterm/lib/addons/fullscreen/fullscreen.js","webpack:///./~/xterm/lib/addons/terminado/terminado.js","webpack:///./~/xterm/lib/utils/Browser.js","webpack:///./~/xterm/lib/utils/Mouse.js","webpack:///./src/hterm.ts","webpack:///./src/websocket.ts","webpack:///./src/webtty.ts","webpack:///./src/xterm.ts","webpack:///./src/main.ts","webpack:///./~/xterm/lib/CompositionHelper.js","webpack:///./~/xterm/lib/InputHandler.js","webpack:///./~/xterm/lib/Linkifier.js","webpack:///./~/xterm/lib/Parser.js","webpack:///./~/xterm/lib/Renderer.js","webpack:///./~/xterm/lib/SelectionManager.js","webpack:///./~/xterm/lib/SelectionModel.js","webpack:///./~/xterm/lib/Viewport.js","webpack:///./~/xterm/lib/addons ^\\.\\/.*$","webpack:///./~/xterm/lib/addons/attach/package.json","webpack:///./~/xterm/lib/addons/fit/package.json","webpack:///./~/xterm/lib/addons/fullscreen/package.json","webpack:///./~/xterm/lib/addons/terminado/package.json","webpack:///./~/xterm/lib/handlers/Clipboard.js","webpack:///./~/xterm/lib/utils/CharMeasure.js","webpack:///./~/xterm/lib/utils/CircularList.js","webpack:///./~/xterm/lib/utils/DomElementObjectPool.js","webpack:///./~/xterm/lib/utils/Generic.js","webpack:///external \"hterm\"","webpack:///external \"lib\""],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA,mDAA2C,cAAc;;AAEzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;AAEA;AACA;;;;;;;;AChEA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,SAAS;AACnB;AACA;AACA;AACA,UAAU,QAAQ;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,UAAU,SAAS;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B,iBAAiB;AAC7C,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,iBAAiB;AAC5C,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,gDAAgD,8CAA8C;AAC9F;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B,iBAAiB;AAC7C,KAAK;AACL;AACA,2BAA2B,iBAAiB;AAC5C,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL,mCAAmC,yCAAyC,EAAE;AAC9E,iEAAiE,yCAAyC,EAAE;AAC5G;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAA0B,4CAA4C;AACtE,iCAAiC,wCAAwC;AACzE,gCAAgC,0CAA0C;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA,oBAAoB;AACpB;AACA,oBAAoB;AACpB;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kEAAkE,cAAc;AAChF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,gCAAgC;AAChC,8BAA8B;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,UAAU;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D,iEAAiE;AACjE,wHAAwH;AACxH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D,iEAAiE;AACjE,wHAAwH;AACxH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D,iEAAiE;AACjE,gEAAgE;AAChE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D,iEAAiE;AACjE,gEAAgE;AAChE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,mCAAmC;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,eAAe;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,6BAA6B;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,gBAAgB;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;AC5lDA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,gBAAgB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AC1DA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,qCAAqC;AACtC;;AAEA;;;;;;;;ACzCA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;;AAEA;;;;;;;AChKA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;AAEA;AACA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,UAAU;AACvB,aAAa,QAAQ;AACrB;AACA,aAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,UAAU;AACvB;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,aAAa,UAAU;AACvB,aAAa,QAAQ;AACrB;AACA,aAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,UAAU;AACvB;AACA;AACA;AACA;AACA;;AAEA;AACA,CAAC;;;;;;;AC7HD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,+BAA+B;AAC/B;AACA,kCAAkC;AAClC;AACA;;AAEA;AACA;;AAEA,gBAAgB;AAChB;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,CAAC;;;;;;;ACrFD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,QAAQ;AACrB;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA,KAAK;AACL;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,CAAC;;;;;;;ACjDD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;AAEA;AACA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,UAAU;AACvB,aAAa,QAAQ;AACrB;AACA,aAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,UAAU;AACvB;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,aAAa,UAAU;AACvB,aAAa,QAAQ;AACrB;AACA,aAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,UAAU;AACvB;AACA;AACA;AACA;AACA;;AAEA;AACA,CAAC;;;;;;;;ACtID;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;ACdA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;AACA;;AAEA;;;;;;;;;;ACnCA,mCAA8B;AAC9B,sCAAoC;AAEpC;IAYI,mBAAY,IAAiB;QACzB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,KAAK,CAAC,cAAc,GAAG,IAAI,OAAO,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC;QACpD,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;QAChC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC;QACjD,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAE9B,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;QAC9B,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE,CAAC;IAChC,CAAC;IAAA,CAAC;IAEF,wBAAI,GAAJ;QACI,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC;IACtD,CAAC;IAAA,CAAC;IAEF,0BAAM,GAAN,UAAO,IAAY;QACf,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,IAAI,CAAC,CAAC,CAAC;YACvB,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QAClC,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,+BAAW,GAAX,UAAY,OAAe,EAAE,OAAe;QACxC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,EAAE,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC;YACd,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC/C,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;QAC5C,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,iCAAa,GAAb;QACI,iEAAiE;QACjE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IAC9C,CAAC;IAED,kCAAc,GAAd,UAAe,KAAa;QACxB,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;IAAA,CAAC;IAEF,kCAAc,GAAd,UAAe,KAAa;QAA5B,iBAIC;QAHG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,UAAC,GAAG;YAC3B,KAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC;QAC9C,CAAC,CAAC,CAAC;IACP,CAAC;IAAA,CAAC;IAEF,2BAAO,GAAP,UAAQ,QAAiC;QACrC,IAAI,CAAC,EAAE,CAAC,aAAa,GAAG,UAAC,IAAI;YACzB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC;QACF,IAAI,CAAC,EAAE,CAAC,UAAU,GAAG,UAAC,IAAI;YACtB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IAEF,4BAAQ,GAAR,UAAS,QAAiD;QAA1D,iBAMC;QALG,IAAI,CAAC,EAAE,CAAC,gBAAgB,GAAG,UAAC,OAAe,EAAE,IAAY;YACrD,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC;YACvB,KAAI,CAAC,IAAI,GAAG,IAAI,CAAC;YACjB,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;QAC5B,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IAEF,8BAAU,GAAV;QACI,IAAI,CAAC,EAAE,CAAC,aAAa,GAAG,IAAI,CAAC;QAC7B,IAAI,CAAC,EAAE,CAAC,UAAU,GAAG,IAAI;QACzB,IAAI,CAAC,EAAE,CAAC,gBAAgB,GAAG,IAAI,CAAC;QAChC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC;IAClC,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,aAAa,EAAE,CAAC;QACrB,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE,CAAC;IAChC,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC;IAClC,CAAC;IACL,gBAAC;AAAD,CAAC;AAzFY,8BAAS;;;;;;;;;;ACHtB;IAII,2BAAY,GAAW,EAAE,SAAmB;QACxC,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;IAC/B,CAAC;IAAA,CAAC;IAEF,kCAAM,GAAN;QACI,MAAM,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;IACpD,CAAC;IAAA,CAAC;IACN,wBAAC;AAAD,CAAC;AAZY,8CAAiB;AAc9B;IAII,oBAAY,GAAW,EAAE,SAAmB;QACxC,IAAI,CAAC,IAAI,GAAG,IAAI,SAAS,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;IAC9C,CAAC;IAED,yBAAI,GAAJ;QACI,6BAA6B;IACjC,CAAC;IAAA,CAAC;IAEF,0BAAK,GAAL;QACI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;IACtB,CAAC;IAAA,CAAC;IAEF,yBAAI,GAAJ,UAAK,IAAY;QACb,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;IAAA,CAAC;IAEF,2BAAM,GAAN;QACI,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,SAAS,CAAC,UAAU;YAC5C,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;YACzC,MAAM,CAAC,IAAI;QACf,CAAC;QACD,MAAM,CAAC,KAAK;IAChB,CAAC;IAED,2BAAM,GAAN,UAAO,QAAoB;QACvB,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,UAAC,KAAK;YACrB,QAAQ,EAAE,CAAC;QACf,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,8BAAS,GAAT,UAAU,QAAgC;QACtC,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,UAAC,KAAK;YACxB,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QACzB,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,4BAAO,GAAP,UAAQ,QAAoB;QACxB,IAAI,CAAC,IAAI,CAAC,OAAO,GAAG,UAAC,KAAK;YACtB,QAAQ,EAAE,CAAC;QACf,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IACN,iBAAC;AAAD,CAAC;AA7CY,gCAAU;;;;;;;;;;ACdV,iBAAS,GAAG,CAAC,QAAQ,CAAC,CAAC;AAEvB,uBAAe,GAAG,GAAG,CAAC;AACtB,gBAAQ,GAAG,GAAG,CAAC;AACf,eAAO,GAAG,GAAG,CAAC;AACd,yBAAiB,GAAG,GAAG,CAAC;AAExB,wBAAgB,GAAG,GAAG,CAAC;AACvB,iBAAS,GAAG,GAAG,CAAC;AAChB,eAAO,GAAG,GAAG,CAAC;AACd,yBAAiB,GAAG,GAAG,CAAC;AACxB,yBAAiB,GAAG,GAAG,CAAC;AACxB,uBAAe,GAAG,GAAG,CAAC;AAgCnC;IAOI,gBAAY,IAAc,EAAE,iBAAoC,EAAE,IAAY,EAAE,SAAiB;QAC7F,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAC3C,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;IACxB,CAAC;IAAA,CAAC;IAEF,qBAAI,GAAJ;QAAA,iBA2FC;QA1FG,IAAI,UAAU,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,EAAE,CAAC;QACjD,IAAI,SAAiB,CAAC;QACtB,IAAI,gBAAwB,CAAC;QAE7B,IAAM,KAAK,GAAG;YACV,UAAU,CAAC,MAAM,CAAC;gBACd,IAAM,QAAQ,GAAG,KAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;gBAElC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAC1B;oBACI,SAAS,EAAE,KAAI,CAAC,IAAI;oBACpB,SAAS,EAAE,KAAI,CAAC,SAAS;iBAC5B,CACJ,CAAC,CAAC;gBAGH,IAAM,aAAa,GAAG,UAAC,OAAe,EAAE,IAAY;oBAChD,UAAU,CAAC,IAAI,CACX,yBAAiB,GAAG,IAAI,CAAC,SAAS,CAC9B;wBACI,OAAO,EAAE,OAAO;wBAChB,IAAI,EAAE,IAAI;qBACb,CACJ,CACJ,CAAC;gBACN,CAAC,CAAC;gBAEF,KAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;gBAClC,aAAa,CAAC,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;gBAE/C,KAAI,CAAC,IAAI,CAAC,OAAO,CACb,UAAC,KAAa;oBACV,UAAU,CAAC,IAAI,CAAC,gBAAQ,GAAG,KAAK,CAAC,CAAC;gBACtC,CAAC,CACJ,CAAC;gBAEF,SAAS,GAAG,WAAW,CAAC;oBACpB,UAAU,CAAC,IAAI,CAAC,eAAO,CAAC;gBAC5B,CAAC,EAAE,EAAE,GAAG,IAAI,CAAC,CAAC;YAElB,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,SAAS,CAAC,UAAC,IAAI;gBACtB,IAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;gBAC9B,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;oBACd,KAAK,iBAAS;wBACV,KAAI,CAAC,IAAI,CAAC,MAAM,CACZ,kBAAkB,CAAC,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,UAAS,CAAC;4BACjE,MAAM,CAAC,GAAG,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;wBACjE,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CACf,CAAC;wBACF,KAAK,CAAC;oBACV,KAAK,eAAO;wBACR,KAAK,CAAC;oBACV,KAAK,yBAAiB;wBAClB,KAAI,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;wBAClC,KAAK,CAAC;oBACV,KAAK,yBAAiB;wBAClB,IAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;wBACxC,KAAI,CAAC,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;wBACtC,KAAK,CAAC;oBACV,KAAK,uBAAe;wBAChB,IAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;wBAC1C,OAAO,CAAC,GAAG,CAAC,sBAAsB,GAAG,aAAa,GAAG,UAAU,CAAC;wBAChE,KAAI,CAAC,SAAS,GAAG,aAAa,CAAC;wBAC/B,KAAK,CAAC;gBACd,CAAC;YACL,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,OAAO,CAAC;gBACf,aAAa,CAAC,SAAS,CAAC,CAAC;gBACzB,KAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;gBACvB,KAAI,CAAC,IAAI,CAAC,WAAW,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC;gBAC9C,EAAE,CAAC,CAAC,KAAI,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC;oBACrB,gBAAgB,GAAG,UAAU,CAAC;wBAC1B,UAAU,GAAG,KAAI,CAAC,iBAAiB,CAAC,MAAM,EAAE,CAAC;wBAC7C,KAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;wBAClB,KAAK,EAAE,CAAC;oBACZ,CAAC,EAAE,KAAI,CAAC,SAAS,GAAG,IAAI,CAAC,CAAC;gBAC9B,CAAC;YACL,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,IAAI,EAAE,CAAC;QACtB,CAAC;QAED,KAAK,EAAE,CAAC;QACR,MAAM,CAAC;YACH,YAAY,CAAC,gBAAgB,CAAC,CAAC;YAC/B,UAAU,CAAC,KAAK,EAAE,CAAC;QACvB,CAAC;IACL,CAAC;IAAA,CAAC;IACN,aAAC;AAAD,CAAC;AA3GY,wBAAM;AA2GlB,CAAC;;;;;;;;;;ACvJF,kCAA8B;AAE9B,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;AAEtB;IAUI,mBAAY,IAAiB;QAA7B,iBAqBC;QApBG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAEvB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,aAAa,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QACvD,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,eAAe,CAAC;QACzC,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;QAG3B,IAAI,CAAC,cAAc,GAAG;YAClB,KAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;YAChB,KAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC3B,KAAI,CAAC,WAAW,CAAC,MAAM,CAAC,KAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,GAAG,MAAM,CAAC,KAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,KAAI,CAAC,cAAc,CAAC,CAAC;QACjG,CAAC,CAAC;QAEF,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE;YACjB,KAAI,CAAC,cAAc,EAAE,CAAC;YACtB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,cAAQ,KAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC/B,CAAC;IAAA,CAAC;IAEF,wBAAI,GAAJ;QACI,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IAC7D,CAAC;IAAA,CAAC;IAEF,0BAAM,GAAN,UAAO,IAAY;QACf,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAAA,CAAC;IAEF,+BAAW,GAAX,UAAY,OAAe,EAAE,OAAe;QAA5C,iBAYC;QAXG,IAAI,CAAC,OAAO,CAAC,WAAW,GAAG,OAAO,CAAC;QACnC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAEpC,EAAE,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;YACpB,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpC,CAAC;QACD,EAAE,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC;YACd,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC;gBAC3B,KAAI,CAAC,IAAI,CAAC,WAAW,CAAC,KAAI,CAAC,OAAO,CAAC,CAAC;YACxC,CAAC,EAAE,OAAO,CAAC,CAAC;QAChB,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,iCAAa,GAAb;QACI,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;YACvC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;IACL,CAAC;IAED,kCAAc,GAAd,UAAe,KAAa;QACxB,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC;IAC3B,CAAC;IAAA,CAAC;IAEF,kCAAc,GAAd,UAAe,KAAa;IAC5B,CAAC;IAAA,CAAC;IAEF,2BAAO,GAAP,UAAQ,QAAiC;QACrC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,UAAC,IAAI;YACtB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC,CAAC;IAEP,CAAC;IAAA,CAAC;IAEF,4BAAQ,GAAR,UAAS,QAAiD;QACtD,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,EAAE,UAAC,IAAI;YACxB,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACP,CAAC;IAAA,CAAC;IAEF,8BAAU,GAAV;QACI,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QACtB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QACxB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACrB,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,aAAa,EAAE,CAAC;QACrB,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;IACtB,CAAC;IAED,yBAAK,GAAL;QACI,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IACL,gBAAC;AAAD,CAAC;AAhGY,8BAAS;;;;;;;;;;ACJtB,sCAAoC;AACpC,sCAAoC;AACpC,uCAAuD;AACvD,0CAAgD;AAMhD,IAAM,IAAI,GAAG,QAAQ,CAAC,cAAc,CAAC,UAAU,CAAC;AAEhD,EAAE,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC;IAChB,IAAI,IAAc,CAAC;IACnB,EAAE,CAAC,CAAC,UAAU,IAAI,OAAO,CAAC,CAAC,CAAC;QACxB,IAAI,GAAG,IAAI,iBAAS,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IAAC,IAAI,CAAC,CAAC;QACJ,IAAI,GAAG,IAAI,iBAAS,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IACD,IAAM,YAAY,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,IAAI,QAAQ,CAAC;IAC1D,IAAM,GAAG,GAAG,CAAC,YAAY,GAAG,QAAQ,GAAG,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;IACzG,IAAM,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;IACpC,IAAM,OAAO,GAAG,IAAI,6BAAiB,CAAC,GAAG,EAAE,kBAAS,CAAC,CAAC;IACtD,IAAM,EAAE,GAAG,IAAI,eAAM,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC;IAC7D,IAAM,QAAM,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC;IAEzB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE;QAC9B,QAAM,EAAE,CAAC;QACT,IAAI,CAAC,KAAK,EAAE,CAAC;IACjB,CAAC,CAAC,CAAC;AACP,CAAC;AAAA,CAAC;;;;;;;;AC7BF;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC,8CAA8C,EAAE;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AC5HA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,kBAAkB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAAgC,uDAAuD,EAAE;AACzF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,yBAAyB;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oEAAoE;AACpE;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oEAAoE,IAAI;AACxE;AACA;AACA,qEAAqE,GAAG;AACxE;AACA;AACA;AACA;AACA;AACA,qEAAqE,MAAM;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,mBAAmB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,mBAAmB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,OAAO;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,GAAG,qBAAqB;;AAEzB;;;;;;;;ACx6BA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA,2BAA2B,IAAI;AAC/B,sBAAsB,IAAI,KAAK,EAAE,IAAI,IAAI;AACzC;AACA,wBAAwB,IAAI;AAC5B;AACA;AACA,mFAAmF;AACnF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wDAAwD,gBAAgB;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,cAAc;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mDAAmD,QAAQ;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,+BAA+B;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,+BAA+B;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB;AACzB;AACA,mCAAmC,yBAAyB;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,kBAAkB;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,4BAA4B;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB;AAC/C;AACA;AACA;AACA,uBAAuB,qBAAqB;AAC5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;;AAEA;;;;;;;;ACzOA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA,2EAA2E,uBAAuB;AAClG,0EAA0E,2BAA2B;AACrG;AACA;AACA,0EAA0E,iCAAiC;AAC3G,0EAA0E,4BAA4B;AACtG,0EAA0E,sBAAsB;AAChG,0EAA0E,2BAA2B;AACrG,0EAA0E,0BAA0B;AACpG,2EAA2E,6CAA6C;AACxH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mEAAmE,4CAA4C;AAC/G;AACA,+CAA+C,8BAA8B;AAC7E,+CAA+C,8BAA8B;AAC7E,+CAA+C,8BAA8B;AAC7E,+CAA+C,gDAAgD;AAC/F,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,+BAA+B;AAC9E,+CAA+C,+BAA+B;AAC9E,+CAA+C,+BAA+B;AAC9E,gDAAgD,gCAAgC;AAChF,uBAAuB,wBAAwB,+BAA+B;AAC9E,oEAAoE,4CAA4C;AAChH;AACA,2DAA2D,oCAAoC;AAC/F,2DAA2D,iCAAiC;AAC5F,2DAA2D,mCAAmC;AAC9F,2DAA2D,sCAAsC;AACjG,2DAA2D,uCAAuC;AAClG,2DAA2D,uCAAuC;AAClG,2DAA2D,4CAA4C;AACvG,2DAA2D,2CAA2C;AACtG,2DAA2D,uCAAuC;AAClG,2DAA2D,yCAAyC;AACpG,2DAA2D,uCAAuC;AAClG,2DAA2D,oCAAoC;AAC/F,2DAA2D,oCAAoC;AAC/F,2DAA2D,oCAAoC;AAC/F,2DAA2D,oCAAoC;AAC/F,2DAA2D,iCAAiC;AAC5F;AACA;AACA;AACA;AACA;AACA,2DAA2D,mCAAmC;AAC9F,2DAA2D,0CAA0C;AACrG,2DAA2D,wCAAwC;AACnG,2DAA2D,0CAA0C;AACrG,2DAA2D,iDAAiD;AAC5G,2DAA2D,6CAA6C;AACxG,2DAA2D,wCAAwC;AACnG,2DAA2D,0CAA0C;AACrG,2DAA2D,mCAAmC;AAC9F,2DAA2D,iCAAiC;AAC5F,2DAA2D,gCAAgC;AAC3F,2DAA2D,kCAAkC;AAC7F,2DAA2D,uCAAuC;AAClG,2DAA2D,qCAAqC;AAChG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mDAAmD,wCAAwC;AAC3F,mDAAmD,mCAAmC;AACtF,mDAAmD,sCAAsC;AACzF,iGAAiG,4CAA4C;AAC7I;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,kCAAkC;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,oBAAoB;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gDAAgD;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AC7dA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,sBAAsB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qCAAqC,yBAAyB;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,mCAAmC;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,UAAU;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,WAAW;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;AACA,8CAA8C;AAC9C;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,0DAA0D;AAClG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,cAAc;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;ACrRA;AACA;AACA;AACA,UAAU,gBAAgB,sCAAsC,iBAAiB,EAAE;AACnF,yBAAyB,uDAAuD;AAChF;AACA;AACA,uBAAuB,sBAAsB;AAC7C;AACA;AACA,CAAC;AACD,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,sCAAsC;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,8BAA8B;AACpF,oDAAoD,kCAAkC;AACtF,oDAAoD,kCAAkC;AACtF,kDAAkD,gCAAgC;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC,iBAAiB;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,cAAc;AAChD,gCAAgC,eAAe;AAC/C;AACA;AACA;AACA,uBAAuB,iBAAiB;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oFAAoF,yBAAyB,EAAE;AAC/G;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,6EAA6E;AAC3G;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iEAAiE,4BAA4B,EAAE;AAC/F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,gBAAgB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;ACrZA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;ACxEA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAAgC,+BAA+B,EAAE;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;AC1FA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uB;;;;;;AC7BA,kBAAkB,wD;;;;;;ACAlB,kBAAkB,kD;;;;;;;;;;;;ACAlB,kBAAkB,gE;;;;;;ACAlB,kBAAkB,8D;;;;;;;ACAlB;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;ACpEA;AACA;AACA;AACA,UAAU,gBAAgB,sCAAsC,iBAAiB,EAAE;AACnF,yBAAyB,uDAAuD;AAChF;AACA;AACA,uBAAuB,sBAAsB;AAC7C;AACA;AACA,CAAC;AACD,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC,2BAA2B,EAAE;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AClEA;AACA;AACA;AACA,UAAU,gBAAgB,sCAAsC,iBAAiB,EAAE;AACnF,yBAAyB,uDAAuD;AAChF;AACA;AACA,uBAAuB,sBAAsB;AAC7C;AACA;AACA,CAAC;AACD,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,2BAA2B,yCAAyC;AACpE;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,0CAA0C,eAAe;AACzD;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,cAAc;AAC/C;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB;AAC/C;AACA;AACA;AACA,+BAA+B,gCAAgC;AAC/D;AACA;AACA;AACA;AACA;AACA,0CAA0C,YAAY;AACtD;AACA;AACA,2BAA2B,kBAAkB;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,QAAQ;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,WAAW;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AClKA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;AAEA;;;;;;;;AC5CA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;;AAEA;;;;;;;ACRA,uB;;;;;;ACAA,qB","file":"./dist/bundle.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// identity function for calling harmony imports with the correct context\n \t__webpack_require__.i = function(value) { return value; };\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 14);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 75bb02f622408516a58c","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar CompositionHelper_1 = require(\"./CompositionHelper\");\nvar EventEmitter_1 = require(\"./EventEmitter\");\nvar Viewport_1 = require(\"./Viewport\");\nvar Clipboard_1 = require(\"./handlers/Clipboard\");\nvar CircularList_1 = require(\"./utils/CircularList\");\nvar EscapeSequences_1 = require(\"./EscapeSequences\");\nvar InputHandler_1 = require(\"./InputHandler\");\nvar Parser_1 = require(\"./Parser\");\nvar Renderer_1 = require(\"./Renderer\");\nvar Linkifier_1 = require(\"./Linkifier\");\nvar SelectionManager_1 = require(\"./SelectionManager\");\nvar CharMeasure_1 = require(\"./utils/CharMeasure\");\nvar Browser = require(\"./utils/Browser\");\nvar Mouse_1 = require(\"./utils/Mouse\");\nvar document = (typeof window != 'undefined') ? window.document : null;\nvar WRITE_BUFFER_PAUSE_THRESHOLD = 5;\nvar WRITE_BATCH_SIZE = 300;\nvar CURSOR_BLINK_INTERVAL = 600;\nfunction Terminal(options) {\n var self = this;\n if (!(this instanceof Terminal)) {\n return new Terminal(arguments[0], arguments[1], arguments[2]);\n }\n self.browser = Browser;\n self.cancel = Terminal.cancel;\n EventEmitter_1.EventEmitter.call(this);\n if (typeof options === 'number') {\n options = {\n cols: arguments[0],\n rows: arguments[1],\n handler: arguments[2]\n };\n }\n options = options || {};\n Object.keys(Terminal.defaults).forEach(function (key) {\n if (options[key] == null) {\n options[key] = Terminal.options[key];\n if (Terminal[key] !== Terminal.defaults[key]) {\n options[key] = Terminal[key];\n }\n }\n self[key] = options[key];\n });\n if (options.colors.length === 8) {\n options.colors = options.colors.concat(Terminal._colors.slice(8));\n }\n else if (options.colors.length === 16) {\n options.colors = options.colors.concat(Terminal._colors.slice(16));\n }\n else if (options.colors.length === 10) {\n options.colors = options.colors.slice(0, -2).concat(Terminal._colors.slice(8, -2), options.colors.slice(-2));\n }\n else if (options.colors.length === 18) {\n options.colors = options.colors.concat(Terminal._colors.slice(16, -2), options.colors.slice(-2));\n }\n this.colors = options.colors;\n this.options = options;\n this.parent = options.body || options.parent || (document ? document.getElementsByTagName('body')[0] : null);\n this.cols = options.cols || options.geometry[0];\n this.rows = options.rows || options.geometry[1];\n this.geometry = [this.cols, this.rows];\n if (options.handler) {\n this.on('data', options.handler);\n }\n this.ybase = 0;\n this.ydisp = 0;\n this.x = 0;\n this.y = 0;\n this.cursorState = 0;\n this.cursorHidden = false;\n this.convertEol;\n this.queue = '';\n this.scrollTop = 0;\n this.scrollBottom = this.rows - 1;\n this.customKeyEventHandler = null;\n this.cursorBlinkInterval = null;\n this.applicationKeypad = false;\n this.applicationCursor = false;\n this.originMode = false;\n this.insertMode = false;\n this.wraparoundMode = true;\n this.normal = null;\n this.charset = null;\n this.gcharset = null;\n this.glevel = 0;\n this.charsets = [null];\n this.decLocator;\n this.x10Mouse;\n this.vt200Mouse;\n this.vt300Mouse;\n this.normalMouse;\n this.mouseEvents;\n this.sendFocus;\n this.utfMouse;\n this.sgrMouse;\n this.urxvtMouse;\n this.element;\n this.children;\n this.refreshStart;\n this.refreshEnd;\n this.savedX;\n this.savedY;\n this.savedCols;\n this.readable = true;\n this.writable = true;\n this.defAttr = (0 << 18) | (257 << 9) | (256 << 0);\n this.curAttr = this.defAttr;\n this.params = [];\n this.currentParam = 0;\n this.prefix = '';\n this.postfix = '';\n this.inputHandler = new InputHandler_1.InputHandler(this);\n this.parser = new Parser_1.Parser(this.inputHandler, this);\n this.renderer = this.renderer || null;\n this.selectionManager = this.selectionManager || null;\n this.linkifier = this.linkifier || new Linkifier_1.Linkifier();\n this.writeBuffer = [];\n this.writeInProgress = false;\n this.xoffSentToCatchUp = false;\n this.writeStopped = false;\n this.surrogate_high = '';\n this.lines = new CircularList_1.CircularList(this.scrollback);\n var i = this.rows;\n while (i--) {\n this.lines.push(this.blankLine());\n }\n if (this.selectionManager) {\n this.selectionManager.setBuffer(this.lines);\n }\n this.tabs;\n this.setupStops();\n this.userScrolling = false;\n}\ninherits(Terminal, EventEmitter_1.EventEmitter);\nTerminal.prototype.eraseAttr = function () {\n return (this.defAttr & ~0x1ff) | (this.curAttr & 0x1ff);\n};\nTerminal.tangoColors = [\n '#2e3436',\n '#cc0000',\n '#4e9a06',\n '#c4a000',\n '#3465a4',\n '#75507b',\n '#06989a',\n '#d3d7cf',\n '#555753',\n '#ef2929',\n '#8ae234',\n '#fce94f',\n '#729fcf',\n '#ad7fa8',\n '#34e2e2',\n '#eeeeec'\n];\nTerminal.colors = (function () {\n var colors = Terminal.tangoColors.slice(), r = [0x00, 0x5f, 0x87, 0xaf, 0xd7, 0xff], i;\n i = 0;\n for (; i < 216; i++) {\n out(r[(i / 36) % 6 | 0], r[(i / 6) % 6 | 0], r[i % 6]);\n }\n i = 0;\n for (; i < 24; i++) {\n r = 8 + i * 10;\n out(r, r, r);\n }\n function out(r, g, b) {\n colors.push('#' + hex(r) + hex(g) + hex(b));\n }\n function hex(c) {\n c = c.toString(16);\n return c.length < 2 ? '0' + c : c;\n }\n return colors;\n})();\nTerminal._colors = Terminal.colors.slice();\nTerminal.vcolors = (function () {\n var out = [], colors = Terminal.colors, i = 0, color;\n for (; i < 256; i++) {\n color = parseInt(colors[i].substring(1), 16);\n out.push([\n (color >> 16) & 0xff,\n (color >> 8) & 0xff,\n color & 0xff\n ]);\n }\n return out;\n})();\nTerminal.defaults = {\n colors: Terminal.colors,\n theme: 'default',\n convertEol: false,\n termName: 'xterm',\n geometry: [80, 24],\n cursorBlink: false,\n cursorStyle: 'block',\n visualBell: false,\n popOnBell: false,\n scrollback: 1000,\n screenKeys: false,\n debug: false,\n cancelEvents: false,\n disableStdin: false,\n useFlowControl: false,\n tabStopWidth: 8\n};\nTerminal.options = {};\nTerminal.focus = null;\neach(keys(Terminal.defaults), function (key) {\n Terminal[key] = Terminal.defaults[key];\n Terminal.options[key] = Terminal.defaults[key];\n});\nTerminal.prototype.focus = function () {\n return this.textarea.focus();\n};\nTerminal.prototype.getOption = function (key, value) {\n if (!(key in Terminal.defaults)) {\n throw new Error('No option with key \"' + key + '\"');\n }\n if (typeof this.options[key] !== 'undefined') {\n return this.options[key];\n }\n return this[key];\n};\nTerminal.prototype.setOption = function (key, value) {\n if (!(key in Terminal.defaults)) {\n throw new Error('No option with key \"' + key + '\"');\n }\n switch (key) {\n case 'scrollback':\n if (value < this.rows) {\n var msg = 'Setting the scrollback value less than the number of rows ';\n msg += \"(\" + this.rows + \") is not allowed.\";\n console.warn(msg);\n return false;\n }\n if (this.options[key] !== value) {\n if (this.lines.length > value) {\n var amountToTrim = this.lines.length - value;\n var needsRefresh = (this.ydisp - amountToTrim < 0);\n this.lines.trimStart(amountToTrim);\n this.ybase = Math.max(this.ybase - amountToTrim, 0);\n this.ydisp = Math.max(this.ydisp - amountToTrim, 0);\n if (needsRefresh) {\n this.refresh(0, this.rows - 1);\n }\n }\n this.lines.maxLength = value;\n this.viewport.syncScrollArea();\n }\n break;\n }\n this[key] = value;\n this.options[key] = value;\n switch (key) {\n case 'cursorBlink':\n this.setCursorBlinking(value);\n break;\n case 'cursorStyle':\n this.element.classList.toggle(\"xterm-cursor-style-underline\", value === 'underline');\n this.element.classList.toggle(\"xterm-cursor-style-bar\", value === 'bar');\n break;\n case 'tabStopWidth':\n this.setupStops();\n break;\n }\n};\nTerminal.prototype.restartCursorBlinking = function () {\n this.setCursorBlinking(this.options.cursorBlink);\n};\nTerminal.prototype.setCursorBlinking = function (enabled) {\n this.element.classList.toggle('xterm-cursor-blink', enabled);\n this.clearCursorBlinkingInterval();\n if (enabled) {\n var self = this;\n this.cursorBlinkInterval = setInterval(function () {\n self.element.classList.toggle('xterm-cursor-blink-on');\n }, CURSOR_BLINK_INTERVAL);\n }\n};\nTerminal.prototype.clearCursorBlinkingInterval = function () {\n this.element.classList.remove('xterm-cursor-blink-on');\n if (this.cursorBlinkInterval) {\n clearInterval(this.cursorBlinkInterval);\n this.cursorBlinkInterval = null;\n }\n};\nTerminal.bindFocus = function (term) {\n on(term.textarea, 'focus', function (ev) {\n if (term.sendFocus) {\n term.send(EscapeSequences_1.C0.ESC + '[I');\n }\n term.element.classList.add('focus');\n term.showCursor();\n term.restartCursorBlinking.apply(term);\n Terminal.focus = term;\n term.emit('focus', { terminal: term });\n });\n};\nTerminal.prototype.blur = function () {\n return this.textarea.blur();\n};\nTerminal.bindBlur = function (term) {\n on(term.textarea, 'blur', function (ev) {\n term.refresh(term.y, term.y);\n if (term.sendFocus) {\n term.send(EscapeSequences_1.C0.ESC + '[O');\n }\n term.element.classList.remove('focus');\n term.clearCursorBlinkingInterval.apply(term);\n Terminal.focus = null;\n term.emit('blur', { terminal: term });\n });\n};\nTerminal.prototype.initGlobal = function () {\n var _this = this;\n var term = this;\n Terminal.bindKeys(this);\n Terminal.bindFocus(this);\n Terminal.bindBlur(this);\n on(this.element, 'copy', function (event) {\n if (_this.mouseEvents) {\n return;\n }\n Clipboard_1.copyHandler(event, term, _this.selectionManager);\n });\n var pasteHandlerWrapper = function (event) { return Clipboard_1.pasteHandler(event, term); };\n on(this.textarea, 'paste', pasteHandlerWrapper);\n on(this.element, 'paste', pasteHandlerWrapper);\n if (term.browser.isFirefox) {\n on(this.element, 'mousedown', function (event) {\n if (event.button == 2) {\n Clipboard_1.rightClickHandler(event, _this.textarea, _this.selectionManager);\n }\n });\n }\n else {\n on(this.element, 'contextmenu', function (event) {\n Clipboard_1.rightClickHandler(event, _this.textarea, _this.selectionManager);\n });\n }\n if (term.browser.isLinux) {\n on(this.element, 'auxclick', function (event) {\n if (event.button === 1) {\n Clipboard_1.moveTextAreaUnderMouseCursor(event, _this.textarea, _this.selectionManager);\n }\n });\n }\n};\nTerminal.bindKeys = function (term) {\n on(term.element, 'keydown', function (ev) {\n if (document.activeElement != this) {\n return;\n }\n term.keyDown(ev);\n }, true);\n on(term.element, 'keypress', function (ev) {\n if (document.activeElement != this) {\n return;\n }\n term.keyPress(ev);\n }, true);\n on(term.element, 'keyup', function (ev) {\n if (!wasMondifierKeyOnlyEvent(ev)) {\n term.focus(term);\n }\n }, true);\n on(term.textarea, 'keydown', function (ev) {\n term.keyDown(ev);\n }, true);\n on(term.textarea, 'keypress', function (ev) {\n term.keyPress(ev);\n this.value = '';\n }, true);\n on(term.textarea, 'compositionstart', term.compositionHelper.compositionstart.bind(term.compositionHelper));\n on(term.textarea, 'compositionupdate', term.compositionHelper.compositionupdate.bind(term.compositionHelper));\n on(term.textarea, 'compositionend', term.compositionHelper.compositionend.bind(term.compositionHelper));\n term.on('refresh', term.compositionHelper.updateCompositionElements.bind(term.compositionHelper));\n term.on('refresh', function (data) {\n term.queueLinkification(data.start, data.end);\n });\n};\nTerminal.prototype.insertRow = function (row) {\n if (typeof row != 'object') {\n row = document.createElement('div');\n }\n this.rowContainer.appendChild(row);\n this.children.push(row);\n return row;\n};\nTerminal.prototype.open = function (parent, focus) {\n var _this = this;\n var self = this, i = 0, div;\n this.parent = parent || this.parent;\n if (!this.parent) {\n throw new Error('Terminal requires a parent element.');\n }\n this.context = this.parent.ownerDocument.defaultView;\n this.document = this.parent.ownerDocument;\n this.body = this.document.getElementsByTagName('body')[0];\n this.element = this.document.createElement('div');\n this.element.classList.add('terminal');\n this.element.classList.add('xterm');\n this.element.classList.add('xterm-theme-' + this.theme);\n this.setCursorBlinking(this.options.cursorBlink);\n this.element.setAttribute('tabindex', 0);\n this.viewportElement = document.createElement('div');\n this.viewportElement.classList.add('xterm-viewport');\n this.element.appendChild(this.viewportElement);\n this.viewportScrollArea = document.createElement('div');\n this.viewportScrollArea.classList.add('xterm-scroll-area');\n this.viewportElement.appendChild(this.viewportScrollArea);\n this.selectionContainer = document.createElement('div');\n this.selectionContainer.classList.add('xterm-selection');\n this.element.appendChild(this.selectionContainer);\n this.rowContainer = document.createElement('div');\n this.rowContainer.classList.add('xterm-rows');\n this.element.appendChild(this.rowContainer);\n this.children = [];\n this.linkifier.attachToDom(document, this.children);\n this.helperContainer = document.createElement('div');\n this.helperContainer.classList.add('xterm-helpers');\n this.element.appendChild(this.helperContainer);\n this.textarea = document.createElement('textarea');\n this.textarea.classList.add('xterm-helper-textarea');\n this.textarea.setAttribute('autocorrect', 'off');\n this.textarea.setAttribute('autocapitalize', 'off');\n this.textarea.setAttribute('spellcheck', 'false');\n this.textarea.tabIndex = 0;\n this.textarea.addEventListener('focus', function () {\n self.emit('focus', { terminal: self });\n });\n this.textarea.addEventListener('blur', function () {\n self.emit('blur', { terminal: self });\n });\n this.helperContainer.appendChild(this.textarea);\n this.compositionView = document.createElement('div');\n this.compositionView.classList.add('composition-view');\n this.compositionHelper = new CompositionHelper_1.CompositionHelper(this.textarea, this.compositionView, this);\n this.helperContainer.appendChild(this.compositionView);\n this.charSizeStyleElement = document.createElement('style');\n this.helperContainer.appendChild(this.charSizeStyleElement);\n for (; i < this.rows; i++) {\n this.insertRow();\n }\n this.parent.appendChild(this.element);\n this.charMeasure = new CharMeasure_1.CharMeasure(document, this.helperContainer);\n this.charMeasure.on('charsizechanged', function () {\n self.updateCharSizeStyles();\n });\n this.charMeasure.measure();\n this.viewport = new Viewport_1.Viewport(this, this.viewportElement, this.viewportScrollArea, this.charMeasure);\n this.renderer = new Renderer_1.Renderer(this);\n this.selectionManager = new SelectionManager_1.SelectionManager(this, this.lines, this.rowContainer, this.charMeasure);\n this.selectionManager.on('refresh', function (data) {\n _this.renderer.refreshSelection(data.start, data.end);\n });\n this.selectionManager.on('newselection', function (text) {\n _this.textarea.value = text;\n _this.textarea.focus();\n _this.textarea.select();\n });\n this.on('scroll', function () { return _this.selectionManager.refresh(); });\n this.viewportElement.addEventListener('scroll', function () { return _this.selectionManager.refresh(); });\n this.refresh(0, this.rows - 1);\n this.initGlobal();\n if (typeof focus == 'undefined') {\n var message = 'You did not pass the `focus` argument in `Terminal.prototype.open()`.\\n';\n message += 'The `focus` argument now defaults to `true` but starting with xterm.js 3.0 ';\n message += 'it will default to `false`.';\n console.warn(message);\n focus = true;\n }\n if (focus) {\n this.focus();\n }\n on(this.element, 'click', function () {\n var selection = document.getSelection(), collapsed = selection.isCollapsed, isRange = typeof collapsed == 'boolean' ? !collapsed : selection.type == 'Range';\n if (!isRange) {\n self.focus();\n }\n });\n this.bindMouse();\n this.emit('open');\n};\nTerminal.loadAddon = function (addon, callback) {\n if (typeof exports === 'object' && typeof module === 'object') {\n return require('./addons/' + addon + '/' + addon);\n }\n else if (typeof define == 'function') {\n return require(['./addons/' + addon + '/' + addon], callback);\n }\n else {\n console.error('Cannot load a module without a CommonJS or RequireJS environment.');\n return false;\n }\n};\nTerminal.prototype.updateCharSizeStyles = function () {\n this.charSizeStyleElement.textContent =\n \".xterm-wide-char{width:\" + this.charMeasure.width * 2 + \"px;}\" +\n (\".xterm-normal-char{width:\" + this.charMeasure.width + \"px;}\") +\n (\".xterm-rows > div{height:\" + this.charMeasure.height + \"px;}\");\n};\nTerminal.prototype.bindMouse = function () {\n var el = this.element, self = this, pressed = 32;\n function sendButton(ev) {\n var button, pos;\n button = getButton(ev);\n pos = Mouse_1.getRawByteCoords(ev, self.rowContainer, self.charMeasure, self.cols, self.rows);\n if (!pos)\n return;\n sendEvent(button, pos);\n switch (ev.overrideType || ev.type) {\n case 'mousedown':\n pressed = button;\n break;\n case 'mouseup':\n pressed = 32;\n break;\n case 'wheel':\n break;\n }\n }\n function sendMove(ev) {\n var button = pressed, pos;\n pos = Mouse_1.getRawByteCoords(ev, self.rowContainer, self.charMeasure, self.cols, self.rows);\n if (!pos)\n return;\n button += 32;\n sendEvent(button, pos);\n }\n function encode(data, ch) {\n if (!self.utfMouse) {\n if (ch === 255)\n return data.push(0);\n if (ch > 127)\n ch = 127;\n data.push(ch);\n }\n else {\n if (ch === 2047)\n return data.push(0);\n if (ch < 127) {\n data.push(ch);\n }\n else {\n if (ch > 2047)\n ch = 2047;\n data.push(0xC0 | (ch >> 6));\n data.push(0x80 | (ch & 0x3F));\n }\n }\n }\n function sendEvent(button, pos) {\n if (self.vt300Mouse) {\n button &= 3;\n pos.x -= 32;\n pos.y -= 32;\n var data = EscapeSequences_1.C0.ESC + '[24';\n if (button === 0)\n data += '1';\n else if (button === 1)\n data += '3';\n else if (button === 2)\n data += '5';\n else if (button === 3)\n return;\n else\n data += '0';\n data += '~[' + pos.x + ',' + pos.y + ']\\r';\n self.send(data);\n return;\n }\n if (self.decLocator) {\n button &= 3;\n pos.x -= 32;\n pos.y -= 32;\n if (button === 0)\n button = 2;\n else if (button === 1)\n button = 4;\n else if (button === 2)\n button = 6;\n else if (button === 3)\n button = 3;\n self.send(EscapeSequences_1.C0.ESC + '['\n + button\n + ';'\n + (button === 3 ? 4 : 0)\n + ';'\n + pos.y\n + ';'\n + pos.x\n + ';'\n + (pos.page || 0)\n + '&w');\n return;\n }\n if (self.urxvtMouse) {\n pos.x -= 32;\n pos.y -= 32;\n pos.x++;\n pos.y++;\n self.send(EscapeSequences_1.C0.ESC + '[' + button + ';' + pos.x + ';' + pos.y + 'M');\n return;\n }\n if (self.sgrMouse) {\n pos.x -= 32;\n pos.y -= 32;\n self.send(EscapeSequences_1.C0.ESC + '[<'\n + (((button & 3) === 3 ? button & ~3 : button) - 32)\n + ';'\n + pos.x\n + ';'\n + pos.y\n + ((button & 3) === 3 ? 'm' : 'M'));\n return;\n }\n var data = [];\n encode(data, button);\n encode(data, pos.x);\n encode(data, pos.y);\n self.send(EscapeSequences_1.C0.ESC + '[M' + String.fromCharCode.apply(String, data));\n }\n function getButton(ev) {\n var button, shift, meta, ctrl, mod;\n switch (ev.overrideType || ev.type) {\n case 'mousedown':\n button = ev.button != null\n ? +ev.button\n : ev.which != null\n ? ev.which - 1\n : null;\n if (self.browser.isMSIE) {\n button = button === 1 ? 0 : button === 4 ? 1 : button;\n }\n break;\n case 'mouseup':\n button = 3;\n break;\n case 'DOMMouseScroll':\n button = ev.detail < 0\n ? 64\n : 65;\n break;\n case 'wheel':\n button = ev.wheelDeltaY > 0\n ? 64\n : 65;\n break;\n }\n shift = ev.shiftKey ? 4 : 0;\n meta = ev.metaKey ? 8 : 0;\n ctrl = ev.ctrlKey ? 16 : 0;\n mod = shift | meta | ctrl;\n if (self.vt200Mouse) {\n mod &= ctrl;\n }\n else if (!self.normalMouse) {\n mod = 0;\n }\n button = (32 + (mod << 2)) + button;\n return button;\n }\n on(el, 'mousedown', function (ev) {\n if (!self.mouseEvents)\n return;\n sendButton(ev);\n self.focus();\n if (self.vt200Mouse) {\n ev.overrideType = 'mouseup';\n sendButton(ev);\n return self.cancel(ev);\n }\n if (self.normalMouse)\n on(self.document, 'mousemove', sendMove);\n if (!self.x10Mouse) {\n on(self.document, 'mouseup', function up(ev) {\n sendButton(ev);\n if (self.normalMouse)\n off(self.document, 'mousemove', sendMove);\n off(self.document, 'mouseup', up);\n return self.cancel(ev);\n });\n }\n return self.cancel(ev);\n });\n on(el, 'wheel', function (ev) {\n if (!self.mouseEvents)\n return;\n if (self.x10Mouse\n || self.vt300Mouse\n || self.decLocator)\n return;\n sendButton(ev);\n return self.cancel(ev);\n });\n on(el, 'wheel', function (ev) {\n if (self.mouseEvents)\n return;\n self.viewport.onWheel(ev);\n return self.cancel(ev);\n });\n on(el, 'touchstart', function (ev) {\n if (self.mouseEvents)\n return;\n self.viewport.onTouchStart(ev);\n return self.cancel(ev);\n });\n on(el, 'touchmove', function (ev) {\n if (self.mouseEvents)\n return;\n self.viewport.onTouchMove(ev);\n return self.cancel(ev);\n });\n};\nTerminal.prototype.destroy = function () {\n this.readable = false;\n this.writable = false;\n this._events = {};\n this.handler = function () { };\n this.write = function () { };\n if (this.element && this.element.parentNode) {\n this.element.parentNode.removeChild(this.element);\n }\n};\nTerminal.prototype.refresh = function (start, end) {\n if (this.renderer) {\n this.renderer.queueRefresh(start, end);\n }\n};\nTerminal.prototype.queueLinkification = function (start, end) {\n if (this.linkifier) {\n for (var i = start; i <= end; i++) {\n this.linkifier.linkifyRow(i);\n }\n }\n};\nTerminal.prototype.showCursor = function () {\n if (!this.cursorState) {\n this.cursorState = 1;\n this.refresh(this.y, this.y);\n }\n};\nTerminal.prototype.scroll = function (isWrapped) {\n var row;\n if (this.lines.length === this.lines.maxLength) {\n this.lines.trimStart(1);\n this.ybase--;\n if (this.ydisp !== 0) {\n this.ydisp--;\n }\n }\n this.ybase++;\n if (!this.userScrolling) {\n this.ydisp = this.ybase;\n }\n row = this.ybase + this.rows - 1;\n row -= this.rows - 1 - this.scrollBottom;\n if (row === this.lines.length) {\n this.lines.push(this.blankLine(undefined, isWrapped));\n }\n else {\n this.lines.splice(row, 0, this.blankLine(undefined, isWrapped));\n }\n if (this.scrollTop !== 0) {\n if (this.ybase !== 0) {\n this.ybase--;\n if (!this.userScrolling) {\n this.ydisp = this.ybase;\n }\n }\n this.lines.splice(this.ybase + this.scrollTop, 1);\n }\n this.updateRange(this.scrollTop);\n this.updateRange(this.scrollBottom);\n this.emit('scroll', this.ydisp);\n};\nTerminal.prototype.scrollDisp = function (disp, suppressScrollEvent) {\n if (disp < 0) {\n if (this.ydisp === 0) {\n return;\n }\n this.userScrolling = true;\n }\n else if (disp + this.ydisp >= this.ybase) {\n this.userScrolling = false;\n }\n this.ydisp += disp;\n if (this.ydisp > this.ybase) {\n this.ydisp = this.ybase;\n }\n else if (this.ydisp < 0) {\n this.ydisp = 0;\n }\n if (!suppressScrollEvent) {\n this.emit('scroll', this.ydisp);\n }\n this.refresh(0, this.rows - 1);\n};\nTerminal.prototype.scrollPages = function (pageCount) {\n this.scrollDisp(pageCount * (this.rows - 1));\n};\nTerminal.prototype.scrollToTop = function () {\n this.scrollDisp(-this.ydisp);\n};\nTerminal.prototype.scrollToBottom = function () {\n this.scrollDisp(this.ybase - this.ydisp);\n};\nTerminal.prototype.write = function (data) {\n this.writeBuffer.push(data);\n if (this.options.useFlowControl && !this.xoffSentToCatchUp && this.writeBuffer.length >= WRITE_BUFFER_PAUSE_THRESHOLD) {\n this.send(EscapeSequences_1.C0.DC3);\n this.xoffSentToCatchUp = true;\n }\n if (!this.writeInProgress && this.writeBuffer.length > 0) {\n this.writeInProgress = true;\n var self = this;\n setTimeout(function () {\n self.innerWrite();\n });\n }\n};\nTerminal.prototype.innerWrite = function () {\n var writeBatch = this.writeBuffer.splice(0, WRITE_BATCH_SIZE);\n while (writeBatch.length > 0) {\n var data = writeBatch.shift();\n var l = data.length, i = 0, j, cs, ch, code, low, ch_width, row;\n if (this.xoffSentToCatchUp && writeBatch.length === 0 && this.writeBuffer.length === 0) {\n this.send(EscapeSequences_1.C0.DC1);\n this.xoffSentToCatchUp = false;\n }\n this.refreshStart = this.y;\n this.refreshEnd = this.y;\n var state = this.parser.parse(data);\n this.parser.setState(state);\n this.updateRange(this.y);\n this.refresh(this.refreshStart, this.refreshEnd);\n }\n if (this.writeBuffer.length > 0) {\n var self = this;\n setTimeout(function () {\n self.innerWrite();\n }, 0);\n }\n else {\n this.writeInProgress = false;\n }\n};\nTerminal.prototype.writeln = function (data) {\n this.write(data + '\\r\\n');\n};\nTerminal.prototype.attachCustomKeydownHandler = function (customKeydownHandler) {\n var message = 'attachCustomKeydownHandler() is DEPRECATED and will be removed soon. Please use attachCustomKeyEventHandler() instead.';\n console.warn(message);\n this.attachCustomKeyEventHandler(customKeydownHandler);\n};\nTerminal.prototype.attachCustomKeyEventHandler = function (customKeyEventHandler) {\n this.customKeyEventHandler = customKeyEventHandler;\n};\nTerminal.prototype.setHypertextLinkHandler = function (handler) {\n if (!this.linkifier) {\n throw new Error('Cannot attach a hypertext link handler before Terminal.open is called');\n }\n this.linkifier.setHypertextLinkHandler(handler);\n this.refresh(0, this.rows - 1);\n};\nTerminal.prototype.setHypertextValidationCallback = function (callback) {\n if (!this.linkifier) {\n throw new Error('Cannot attach a hypertext validation callback before Terminal.open is called');\n }\n this.linkifier.setHypertextValidationCallback(callback);\n this.refresh(0, this.rows - 1);\n};\nTerminal.prototype.registerLinkMatcher = function (regex, handler, options) {\n if (this.linkifier) {\n var matcherId = this.linkifier.registerLinkMatcher(regex, handler, options);\n this.refresh(0, this.rows - 1);\n return matcherId;\n }\n};\nTerminal.prototype.deregisterLinkMatcher = function (matcherId) {\n if (this.linkifier) {\n if (this.linkifier.deregisterLinkMatcher(matcherId)) {\n this.refresh(0, this.rows - 1);\n }\n }\n};\nTerminal.prototype.hasSelection = function () {\n return this.selectionManager.hasSelection;\n};\nTerminal.prototype.getSelection = function () {\n return this.selectionManager.selectionText;\n};\nTerminal.prototype.clearSelection = function () {\n this.selectionManager.clearSelection();\n};\nTerminal.prototype.selectAll = function () {\n this.selectionManager.selectAll();\n};\nTerminal.prototype.keyDown = function (ev) {\n if (this.customKeyEventHandler && this.customKeyEventHandler(ev) === false) {\n return false;\n }\n this.restartCursorBlinking();\n if (!this.compositionHelper.keydown.bind(this.compositionHelper)(ev)) {\n if (this.ybase !== this.ydisp) {\n this.scrollToBottom();\n }\n return false;\n }\n var self = this;\n var result = this.evaluateKeyEscapeSequence(ev);\n if (result.key === EscapeSequences_1.C0.DC3) {\n this.writeStopped = true;\n }\n else if (result.key === EscapeSequences_1.C0.DC1) {\n this.writeStopped = false;\n }\n if (result.scrollDisp) {\n this.scrollDisp(result.scrollDisp);\n return this.cancel(ev, true);\n }\n if (isThirdLevelShift(this, ev)) {\n return true;\n }\n if (result.cancel) {\n this.cancel(ev, true);\n }\n if (!result.key) {\n return true;\n }\n this.emit('keydown', ev);\n this.emit('key', result.key, ev);\n this.showCursor();\n this.handler(result.key);\n return this.cancel(ev, true);\n};\nTerminal.prototype.evaluateKeyEscapeSequence = function (ev) {\n var result = {\n cancel: false,\n key: undefined,\n scrollDisp: undefined\n };\n var modifiers = ev.shiftKey << 0 | ev.altKey << 1 | ev.ctrlKey << 2 | ev.metaKey << 3;\n switch (ev.keyCode) {\n case 8:\n if (ev.shiftKey) {\n result.key = EscapeSequences_1.C0.BS;\n break;\n }\n result.key = EscapeSequences_1.C0.DEL;\n break;\n case 9:\n if (ev.shiftKey) {\n result.key = EscapeSequences_1.C0.ESC + '[Z';\n break;\n }\n result.key = EscapeSequences_1.C0.HT;\n result.cancel = true;\n break;\n case 13:\n result.key = EscapeSequences_1.C0.CR;\n result.cancel = true;\n break;\n case 27:\n result.key = EscapeSequences_1.C0.ESC;\n result.cancel = true;\n break;\n case 37:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'D';\n if (result.key == EscapeSequences_1.C0.ESC + '[1;3D') {\n result.key = (this.browser.isMac) ? EscapeSequences_1.C0.ESC + 'b' : EscapeSequences_1.C0.ESC + '[1;5D';\n }\n }\n else if (this.applicationCursor) {\n result.key = EscapeSequences_1.C0.ESC + 'OD';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[D';\n }\n break;\n case 39:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'C';\n if (result.key == EscapeSequences_1.C0.ESC + '[1;3C') {\n result.key = (this.browser.isMac) ? EscapeSequences_1.C0.ESC + 'f' : EscapeSequences_1.C0.ESC + '[1;5C';\n }\n }\n else if (this.applicationCursor) {\n result.key = EscapeSequences_1.C0.ESC + 'OC';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[C';\n }\n break;\n case 38:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'A';\n if (result.key == EscapeSequences_1.C0.ESC + '[1;3A') {\n result.key = EscapeSequences_1.C0.ESC + '[1;5A';\n }\n }\n else if (this.applicationCursor) {\n result.key = EscapeSequences_1.C0.ESC + 'OA';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[A';\n }\n break;\n case 40:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'B';\n if (result.key == EscapeSequences_1.C0.ESC + '[1;3B') {\n result.key = EscapeSequences_1.C0.ESC + '[1;5B';\n }\n }\n else if (this.applicationCursor) {\n result.key = EscapeSequences_1.C0.ESC + 'OB';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[B';\n }\n break;\n case 45:\n if (!ev.shiftKey && !ev.ctrlKey) {\n result.key = EscapeSequences_1.C0.ESC + '[2~';\n }\n break;\n case 46:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[3;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[3~';\n }\n break;\n case 36:\n if (modifiers)\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'H';\n else if (this.applicationCursor)\n result.key = EscapeSequences_1.C0.ESC + 'OH';\n else\n result.key = EscapeSequences_1.C0.ESC + '[H';\n break;\n case 35:\n if (modifiers)\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'F';\n else if (this.applicationCursor)\n result.key = EscapeSequences_1.C0.ESC + 'OF';\n else\n result.key = EscapeSequences_1.C0.ESC + '[F';\n break;\n case 33:\n if (ev.shiftKey) {\n result.scrollDisp = -(this.rows - 1);\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[5~';\n }\n break;\n case 34:\n if (ev.shiftKey) {\n result.scrollDisp = this.rows - 1;\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[6~';\n }\n break;\n case 112:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'P';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + 'OP';\n }\n break;\n case 113:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'Q';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + 'OQ';\n }\n break;\n case 114:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'R';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + 'OR';\n }\n break;\n case 115:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'S';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + 'OS';\n }\n break;\n case 116:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[15;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[15~';\n }\n break;\n case 117:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[17;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[17~';\n }\n break;\n case 118:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[18;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[18~';\n }\n break;\n case 119:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[19;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[19~';\n }\n break;\n case 120:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[20;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[20~';\n }\n break;\n case 121:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[21;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[21~';\n }\n break;\n case 122:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[23;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[23~';\n }\n break;\n case 123:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[24;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[24~';\n }\n break;\n default:\n if (ev.ctrlKey && !ev.shiftKey && !ev.altKey && !ev.metaKey) {\n if (ev.keyCode >= 65 && ev.keyCode <= 90) {\n result.key = String.fromCharCode(ev.keyCode - 64);\n }\n else if (ev.keyCode === 32) {\n result.key = String.fromCharCode(0);\n }\n else if (ev.keyCode >= 51 && ev.keyCode <= 55) {\n result.key = String.fromCharCode(ev.keyCode - 51 + 27);\n }\n else if (ev.keyCode === 56) {\n result.key = String.fromCharCode(127);\n }\n else if (ev.keyCode === 219) {\n result.key = String.fromCharCode(27);\n }\n else if (ev.keyCode === 220) {\n result.key = String.fromCharCode(28);\n }\n else if (ev.keyCode === 221) {\n result.key = String.fromCharCode(29);\n }\n }\n else if (!this.browser.isMac && ev.altKey && !ev.ctrlKey && !ev.metaKey) {\n if (ev.keyCode >= 65 && ev.keyCode <= 90) {\n result.key = EscapeSequences_1.C0.ESC + String.fromCharCode(ev.keyCode + 32);\n }\n else if (ev.keyCode === 192) {\n result.key = EscapeSequences_1.C0.ESC + '`';\n }\n else if (ev.keyCode >= 48 && ev.keyCode <= 57) {\n result.key = EscapeSequences_1.C0.ESC + (ev.keyCode - 48);\n }\n }\n else if (this.browser.isMac && !ev.altKey && !ev.ctrlKey && ev.metaKey) {\n if (ev.keyCode === 65) {\n this.selectAll();\n }\n }\n break;\n }\n return result;\n};\nTerminal.prototype.setgLevel = function (g) {\n this.glevel = g;\n this.charset = this.charsets[g];\n};\nTerminal.prototype.setgCharset = function (g, charset) {\n this.charsets[g] = charset;\n if (this.glevel === g) {\n this.charset = charset;\n }\n};\nTerminal.prototype.keyPress = function (ev) {\n var key;\n if (this.customKeyEventHandler && this.customKeyEventHandler(ev) === false) {\n return false;\n }\n this.cancel(ev);\n if (ev.charCode) {\n key = ev.charCode;\n }\n else if (ev.which == null) {\n key = ev.keyCode;\n }\n else if (ev.which !== 0 && ev.charCode !== 0) {\n key = ev.which;\n }\n else {\n return false;\n }\n if (!key || ((ev.altKey || ev.ctrlKey || ev.metaKey) && !isThirdLevelShift(this, ev))) {\n return false;\n }\n key = String.fromCharCode(key);\n this.emit('keypress', key, ev);\n this.emit('key', key, ev);\n this.showCursor();\n this.handler(key);\n return true;\n};\nTerminal.prototype.send = function (data) {\n var self = this;\n if (!this.queue) {\n setTimeout(function () {\n self.handler(self.queue);\n self.queue = '';\n }, 1);\n }\n this.queue += data;\n};\nTerminal.prototype.bell = function () {\n if (!this.visualBell)\n return;\n var self = this;\n this.element.style.borderColor = 'white';\n setTimeout(function () {\n self.element.style.borderColor = '';\n }, 10);\n if (this.popOnBell)\n this.focus();\n};\nTerminal.prototype.log = function () {\n if (!this.debug)\n return;\n if (!this.context.console || !this.context.console.log)\n return;\n var args = Array.prototype.slice.call(arguments);\n this.context.console.log.apply(this.context.console, args);\n};\nTerminal.prototype.error = function () {\n if (!this.debug)\n return;\n if (!this.context.console || !this.context.console.error)\n return;\n var args = Array.prototype.slice.call(arguments);\n this.context.console.error.apply(this.context.console, args);\n};\nTerminal.prototype.resize = function (x, y) {\n if (isNaN(x) || isNaN(y)) {\n return;\n }\n if (y > this.getOption('scrollback')) {\n this.setOption('scrollback', y);\n }\n var line, el, i, j, ch, addToY;\n if (x === this.cols && y === this.rows) {\n return;\n }\n if (x < 1)\n x = 1;\n if (y < 1)\n y = 1;\n j = this.cols;\n if (j < x) {\n ch = [this.defAttr, ' ', 1];\n i = this.lines.length;\n while (i--) {\n while (this.lines.get(i).length < x) {\n this.lines.get(i).push(ch);\n }\n }\n }\n this.cols = x;\n this.setupStops(this.cols);\n j = this.rows;\n addToY = 0;\n if (j < y) {\n el = this.element;\n while (j++ < y) {\n if (this.lines.length < y + this.ybase) {\n if (this.ybase > 0 && this.lines.length <= this.ybase + this.y + addToY + 1) {\n this.ybase--;\n addToY++;\n if (this.ydisp > 0) {\n this.ydisp--;\n }\n }\n else {\n this.lines.push(this.blankLine());\n }\n }\n if (this.children.length < y) {\n this.insertRow();\n }\n }\n }\n else {\n while (j-- > y) {\n if (this.lines.length > y + this.ybase) {\n if (this.lines.length > this.ybase + this.y + 1) {\n this.lines.pop();\n }\n else {\n this.ybase++;\n this.ydisp++;\n }\n }\n if (this.children.length > y) {\n el = this.children.shift();\n if (!el)\n continue;\n el.parentNode.removeChild(el);\n }\n }\n }\n this.rows = y;\n if (this.y >= y) {\n this.y = y - 1;\n }\n if (addToY) {\n this.y += addToY;\n }\n if (this.x >= x) {\n this.x = x - 1;\n }\n this.scrollTop = 0;\n this.scrollBottom = y - 1;\n this.charMeasure.measure();\n this.refresh(0, this.rows - 1);\n this.normal = null;\n this.geometry = [this.cols, this.rows];\n this.emit('resize', { terminal: this, cols: x, rows: y });\n};\nTerminal.prototype.updateRange = function (y) {\n if (y < this.refreshStart)\n this.refreshStart = y;\n if (y > this.refreshEnd)\n this.refreshEnd = y;\n};\nTerminal.prototype.maxRange = function () {\n this.refreshStart = 0;\n this.refreshEnd = this.rows - 1;\n};\nTerminal.prototype.setupStops = function (i) {\n if (i != null) {\n if (!this.tabs[i]) {\n i = this.prevStop(i);\n }\n }\n else {\n this.tabs = {};\n i = 0;\n }\n for (; i < this.cols; i += this.getOption('tabStopWidth')) {\n this.tabs[i] = true;\n }\n};\nTerminal.prototype.prevStop = function (x) {\n if (x == null)\n x = this.x;\n while (!this.tabs[--x] && x > 0)\n ;\n return x >= this.cols\n ? this.cols - 1\n : x < 0 ? 0 : x;\n};\nTerminal.prototype.nextStop = function (x) {\n if (x == null)\n x = this.x;\n while (!this.tabs[++x] && x < this.cols)\n ;\n return x >= this.cols\n ? this.cols - 1\n : x < 0 ? 0 : x;\n};\nTerminal.prototype.eraseRight = function (x, y) {\n var line = this.lines.get(this.ybase + y);\n if (!line) {\n return;\n }\n var ch = [this.eraseAttr(), ' ', 1];\n for (; x < this.cols; x++) {\n line[x] = ch;\n }\n this.updateRange(y);\n};\nTerminal.prototype.eraseLeft = function (x, y) {\n var line = this.lines.get(this.ybase + y);\n if (!line) {\n return;\n }\n var ch = [this.eraseAttr(), ' ', 1];\n x++;\n while (x--) {\n line[x] = ch;\n }\n this.updateRange(y);\n};\nTerminal.prototype.clear = function () {\n if (this.ybase === 0 && this.y === 0) {\n return;\n }\n this.lines.set(0, this.lines.get(this.ybase + this.y));\n this.lines.length = 1;\n this.ydisp = 0;\n this.ybase = 0;\n this.y = 0;\n for (var i = 1; i < this.rows; i++) {\n this.lines.push(this.blankLine());\n }\n this.refresh(0, this.rows - 1);\n this.emit('scroll', this.ydisp);\n};\nTerminal.prototype.eraseLine = function (y) {\n this.eraseRight(0, y);\n};\nTerminal.prototype.blankLine = function (cur, isWrapped) {\n var attr = cur\n ? this.eraseAttr()\n : this.defAttr;\n var ch = [attr, ' ', 1], line = [], i = 0;\n if (isWrapped) {\n line.isWrapped = isWrapped;\n }\n for (; i < this.cols; i++) {\n line[i] = ch;\n }\n return line;\n};\nTerminal.prototype.ch = function (cur) {\n return cur\n ? [this.eraseAttr(), ' ', 1]\n : [this.defAttr, ' ', 1];\n};\nTerminal.prototype.is = function (term) {\n var name = this.termName;\n return (name + '').indexOf(term) === 0;\n};\nTerminal.prototype.handler = function (data) {\n if (this.options.disableStdin) {\n return;\n }\n if (this.ybase !== this.ydisp) {\n this.scrollToBottom();\n }\n this.emit('data', data);\n};\nTerminal.prototype.handleTitle = function (title) {\n this.emit('title', title);\n};\nTerminal.prototype.index = function () {\n this.y++;\n if (this.y > this.scrollBottom) {\n this.y--;\n this.scroll();\n }\n if (this.x >= this.cols) {\n this.x--;\n }\n};\nTerminal.prototype.reverseIndex = function () {\n var j;\n if (this.y === this.scrollTop) {\n this.lines.shiftElements(this.y + this.ybase, this.rows - 1, 1);\n this.lines.set(this.y + this.ybase, this.blankLine(true));\n this.updateRange(this.scrollTop);\n this.updateRange(this.scrollBottom);\n }\n else {\n this.y--;\n }\n};\nTerminal.prototype.reset = function () {\n this.options.rows = this.rows;\n this.options.cols = this.cols;\n var customKeyEventHandler = this.customKeyEventHandler;\n var cursorBlinkInterval = this.cursorBlinkInterval;\n Terminal.call(this, this.options);\n this.customKeyEventHandler = customKeyEventHandler;\n this.cursorBlinkInterval = cursorBlinkInterval;\n this.refresh(0, this.rows - 1);\n this.viewport.syncScrollArea();\n};\nTerminal.prototype.tabSet = function () {\n this.tabs[this.x] = true;\n};\nfunction on(el, type, handler, capture) {\n if (!Array.isArray(el)) {\n el = [el];\n }\n el.forEach(function (element) {\n element.addEventListener(type, handler, capture || false);\n });\n}\nfunction off(el, type, handler, capture) {\n el.removeEventListener(type, handler, capture || false);\n}\nfunction cancel(ev, force) {\n if (!this.cancelEvents && !force) {\n return;\n }\n ev.preventDefault();\n ev.stopPropagation();\n return false;\n}\nfunction inherits(child, parent) {\n function f() {\n this.constructor = child;\n }\n f.prototype = parent.prototype;\n child.prototype = new f;\n}\nfunction indexOf(obj, el) {\n var i = obj.length;\n while (i--) {\n if (obj[i] === el)\n return i;\n }\n return -1;\n}\nfunction isThirdLevelShift(term, ev) {\n var thirdLevelKey = (term.browser.isMac && ev.altKey && !ev.ctrlKey && !ev.metaKey) ||\n (term.browser.isMSWindows && ev.altKey && ev.ctrlKey && !ev.metaKey);\n if (ev.type == 'keypress') {\n return thirdLevelKey;\n }\n return thirdLevelKey && (!ev.keyCode || ev.keyCode > 47);\n}\nTerminal.prototype.matchColor = matchColor;\nfunction matchColor(r1, g1, b1) {\n var hash = (r1 << 16) | (g1 << 8) | b1;\n if (matchColor._cache[hash] != null) {\n return matchColor._cache[hash];\n }\n var ldiff = Infinity, li = -1, i = 0, c, r2, g2, b2, diff;\n for (; i < Terminal.vcolors.length; i++) {\n c = Terminal.vcolors[i];\n r2 = c[0];\n g2 = c[1];\n b2 = c[2];\n diff = matchColor.distance(r1, g1, b1, r2, g2, b2);\n if (diff === 0) {\n li = i;\n break;\n }\n if (diff < ldiff) {\n ldiff = diff;\n li = i;\n }\n }\n return matchColor._cache[hash] = li;\n}\nmatchColor._cache = {};\nmatchColor.distance = function (r1, g1, b1, r2, g2, b2) {\n return Math.pow(30 * (r1 - r2), 2)\n + Math.pow(59 * (g1 - g2), 2)\n + Math.pow(11 * (b1 - b2), 2);\n};\nfunction each(obj, iter, con) {\n if (obj.forEach)\n return obj.forEach(iter, con);\n for (var i = 0; i < obj.length; i++) {\n iter.call(con, obj[i], i, obj);\n }\n}\nfunction wasMondifierKeyOnlyEvent(ev) {\n return ev.keyCode === 16 ||\n ev.keyCode === 17 ||\n ev.keyCode === 18;\n}\nfunction keys(obj) {\n if (Object.keys)\n return Object.keys(obj);\n var key, keys = [];\n for (key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n keys.push(key);\n }\n }\n return keys;\n}\nTerminal.EventEmitter = EventEmitter_1.EventEmitter;\nTerminal.inherits = inherits;\nTerminal.on = on;\nTerminal.off = off;\nTerminal.cancel = cancel;\nmodule.exports = Terminal;\n\n//# sourceMappingURL=xterm.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/xterm.js\n// module id = 0\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\n;\nvar EventEmitter = (function () {\n function EventEmitter() {\n this._events = this._events || {};\n }\n EventEmitter.prototype.on = function (type, listener) {\n this._events[type] = this._events[type] || [];\n this._events[type].push(listener);\n };\n EventEmitter.prototype.off = function (type, listener) {\n if (!this._events[type]) {\n return;\n }\n var obj = this._events[type];\n var i = obj.length;\n while (i--) {\n if (obj[i] === listener || obj[i].listener === listener) {\n obj.splice(i, 1);\n return;\n }\n }\n };\n EventEmitter.prototype.removeAllListeners = function (type) {\n if (this._events[type]) {\n delete this._events[type];\n }\n };\n EventEmitter.prototype.once = function (type, listener) {\n function on() {\n var args = Array.prototype.slice.call(arguments);\n this.off(type, on);\n return listener.apply(this, args);\n }\n on.listener = listener;\n return this.on(type, on);\n };\n EventEmitter.prototype.emit = function (type) {\n var args = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n args[_i - 1] = arguments[_i];\n }\n if (!this._events[type]) {\n return;\n }\n var obj = this._events[type];\n for (var i = 0; i < obj.length; i++) {\n obj[i].apply(this, args);\n }\n };\n EventEmitter.prototype.listeners = function (type) {\n return this._events[type] || [];\n };\n return EventEmitter;\n}());\nexports.EventEmitter = EventEmitter;\n\n//# sourceMappingURL=EventEmitter.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/EventEmitter.js\n// module id = 1\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar C0;\n(function (C0) {\n C0.NUL = '\\x00';\n C0.SOH = '\\x01';\n C0.STX = '\\x02';\n C0.ETX = '\\x03';\n C0.EOT = '\\x04';\n C0.ENQ = '\\x05';\n C0.ACK = '\\x06';\n C0.BEL = '\\x07';\n C0.BS = '\\x08';\n C0.HT = '\\x09';\n C0.LF = '\\x0a';\n C0.VT = '\\x0b';\n C0.FF = '\\x0c';\n C0.CR = '\\x0d';\n C0.SO = '\\x0e';\n C0.SI = '\\x0f';\n C0.DLE = '\\x10';\n C0.DC1 = '\\x11';\n C0.DC2 = '\\x12';\n C0.DC3 = '\\x13';\n C0.DC4 = '\\x14';\n C0.NAK = '\\x15';\n C0.SYN = '\\x16';\n C0.ETB = '\\x17';\n C0.CAN = '\\x18';\n C0.EM = '\\x19';\n C0.SUB = '\\x1a';\n C0.ESC = '\\x1b';\n C0.FS = '\\x1c';\n C0.GS = '\\x1d';\n C0.RS = '\\x1e';\n C0.US = '\\x1f';\n C0.SP = '\\x20';\n C0.DEL = '\\x7f';\n})(C0 = exports.C0 || (exports.C0 = {}));\n;\n\n//# sourceMappingURL=EscapeSequences.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/EscapeSequences.js\n// module id = 2\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.CHARSETS = {};\nexports.DEFAULT_CHARSET = exports.CHARSETS['B'];\nexports.CHARSETS['0'] = {\n '`': '\\u25c6',\n 'a': '\\u2592',\n 'b': '\\u0009',\n 'c': '\\u000c',\n 'd': '\\u000d',\n 'e': '\\u000a',\n 'f': '\\u00b0',\n 'g': '\\u00b1',\n 'h': '\\u2424',\n 'i': '\\u000b',\n 'j': '\\u2518',\n 'k': '\\u2510',\n 'l': '\\u250c',\n 'm': '\\u2514',\n 'n': '\\u253c',\n 'o': '\\u23ba',\n 'p': '\\u23bb',\n 'q': '\\u2500',\n 'r': '\\u23bc',\n 's': '\\u23bd',\n 't': '\\u251c',\n 'u': '\\u2524',\n 'v': '\\u2534',\n 'w': '\\u252c',\n 'x': '\\u2502',\n 'y': '\\u2264',\n 'z': '\\u2265',\n '{': '\\u03c0',\n '|': '\\u2260',\n '}': '\\u00a3',\n '~': '\\u00b7'\n};\nexports.CHARSETS['A'] = {\n '#': '£'\n};\nexports.CHARSETS['B'] = null;\nexports.CHARSETS['4'] = {\n '#': '£',\n '@': '¾',\n '[': 'ij',\n '\\\\': '½',\n ']': '|',\n '{': '¨',\n '|': 'f',\n '}': '¼',\n '~': '´'\n};\nexports.CHARSETS['C'] =\n exports.CHARSETS['5'] = {\n '[': 'Ä',\n '\\\\': 'Ö',\n ']': 'Ã…',\n '^': 'Ãœ',\n '`': 'é',\n '{': 'ä',\n '|': 'ö',\n '}': 'Ã¥',\n '~': 'ü'\n };\nexports.CHARSETS['R'] = {\n '#': '£',\n '@': 'à',\n '[': '°',\n '\\\\': 'ç',\n ']': '§',\n '{': 'é',\n '|': 'ù',\n '}': 'è',\n '~': '¨'\n};\nexports.CHARSETS['Q'] = {\n '@': 'à',\n '[': 'â',\n '\\\\': 'ç',\n ']': 'ê',\n '^': 'î',\n '`': 'ô',\n '{': 'é',\n '|': 'ù',\n '}': 'è',\n '~': 'û'\n};\nexports.CHARSETS['K'] = {\n '@': '§',\n '[': 'Ä',\n '\\\\': 'Ö',\n ']': 'Ãœ',\n '{': 'ä',\n '|': 'ö',\n '}': 'ü',\n '~': 'ß'\n};\nexports.CHARSETS['Y'] = {\n '#': '£',\n '@': '§',\n '[': '°',\n '\\\\': 'ç',\n ']': 'é',\n '`': 'ù',\n '{': 'à',\n '|': 'ò',\n '}': 'è',\n '~': 'ì'\n};\nexports.CHARSETS['E'] =\n exports.CHARSETS['6'] = {\n '@': 'Ä',\n '[': 'Æ',\n '\\\\': 'Ø',\n ']': 'Ã…',\n '^': 'Ãœ',\n '`': 'ä',\n '{': 'æ',\n '|': 'ø',\n '}': 'Ã¥',\n '~': 'ü'\n };\nexports.CHARSETS['Z'] = {\n '#': '£',\n '@': '§',\n '[': '¡',\n '\\\\': 'Ñ',\n ']': '¿',\n '{': '°',\n '|': 'ñ',\n '}': 'ç'\n};\nexports.CHARSETS['H'] =\n exports.CHARSETS['7'] = {\n '@': 'É',\n '[': 'Ä',\n '\\\\': 'Ö',\n ']': 'Ã…',\n '^': 'Ãœ',\n '`': 'é',\n '{': 'ä',\n '|': 'ö',\n '}': 'Ã¥',\n '~': 'ü'\n };\nexports.CHARSETS['='] = {\n '#': 'ù',\n '@': 'à',\n '[': 'é',\n '\\\\': 'ç',\n ']': 'ê',\n '^': 'î',\n '_': 'è',\n '`': 'ô',\n '{': 'ä',\n '|': 'ö',\n '}': 'ü',\n '~': 'û'\n};\n\n//# sourceMappingURL=Charsets.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Charsets.js\n// module id = 3\n// module chunks = 0","/**\n * Implements the attach method, that attaches the terminal to a WebSocket stream.\n * @module xterm/addons/attach/attach\n * @license MIT\n */\n\n(function (attach) {\n if (typeof exports === 'object' && typeof module === 'object') {\n /*\n * CommonJS environment\n */\n module.exports = attach(require('../../xterm'));\n } else if (typeof define == 'function') {\n /*\n * Require.js is available\n */\n define(['../../xterm'], attach);\n } else {\n /*\n * Plain browser environment\n */\n attach(window.Terminal);\n }\n})(function (Xterm) {\n 'use strict';\n\n var exports = {};\n\n /**\n * Attaches the given terminal to the given socket.\n *\n * @param {Xterm} term - The terminal to be attached to the given socket.\n * @param {WebSocket} socket - The socket to attach the current terminal.\n * @param {boolean} bidirectional - Whether the terminal should send data\n * to the socket as well.\n * @param {boolean} buffered - Whether the rendering of incoming data\n * should happen instantly or at a maximum\n * frequency of 1 rendering per 10ms.\n */\n exports.attach = function (term, socket, bidirectional, buffered) {\n bidirectional = (typeof bidirectional == 'undefined') ? true : bidirectional;\n term.socket = socket;\n\n term._flushBuffer = function () {\n term.write(term._attachSocketBuffer);\n term._attachSocketBuffer = null;\n clearTimeout(term._attachSocketBufferTimer);\n term._attachSocketBufferTimer = null;\n };\n\n term._pushToBuffer = function (data) {\n if (term._attachSocketBuffer) {\n term._attachSocketBuffer += data;\n } else {\n term._attachSocketBuffer = data;\n setTimeout(term._flushBuffer, 10);\n }\n };\n\n term._getMessage = function (ev) {\n if (buffered) {\n term._pushToBuffer(ev.data);\n } else {\n term.write(ev.data);\n }\n };\n\n term._sendData = function (data) {\n socket.send(data);\n };\n\n socket.addEventListener('message', term._getMessage);\n\n if (bidirectional) {\n term.on('data', term._sendData);\n }\n\n socket.addEventListener('close', term.detach.bind(term, socket));\n socket.addEventListener('error', term.detach.bind(term, socket));\n };\n\n /**\n * Detaches the given terminal from the given socket\n *\n * @param {Xterm} term - The terminal to be detached from the given socket.\n * @param {WebSocket} socket - The socket from which to detach the current\n * terminal.\n */\n exports.detach = function (term, socket) {\n term.off('data', term._sendData);\n\n socket = (typeof socket == 'undefined') ? term.socket : socket;\n\n if (socket) {\n socket.removeEventListener('message', term._getMessage);\n }\n\n delete term.socket;\n };\n\n /**\n * Attaches the current terminal to the given socket\n *\n * @param {WebSocket} socket - The socket to attach the current terminal.\n * @param {boolean} bidirectional - Whether the terminal should send data\n * to the socket as well.\n * @param {boolean} buffered - Whether the rendering of incoming data\n * should happen instantly or at a maximum\n * frequency of 1 rendering per 10ms.\n */\n Xterm.prototype.attach = function (socket, bidirectional, buffered) {\n return exports.attach(this, socket, bidirectional, buffered);\n };\n\n /**\n * Detaches the current terminal from the given socket.\n *\n * @param {WebSocket} socket - The socket from which to detach the current\n * terminal.\n */\n Xterm.prototype.detach = function (socket) {\n return exports.detach(this, socket);\n };\n\n return exports;\n});\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/attach/attach.js\n// module id = 4\n// module chunks = 0","/**\n * Fit terminal columns and rows to the dimensions of its DOM element.\n *\n * ## Approach\n * - Rows: Truncate the division of the terminal parent element height by the terminal row height.\n *\n * - Columns: Truncate the division of the terminal parent element width by the terminal character\n * width (apply display: inline at the terminal row and truncate its width with the current\n * number of columns).\n * @module xterm/addons/fit/fit\n * @license MIT\n */\n\n(function (fit) {\n if (typeof exports === 'object' && typeof module === 'object') {\n /*\n * CommonJS environment\n */\n module.exports = fit(require('../../xterm'));\n } else if (typeof define == 'function') {\n /*\n * Require.js is available\n */\n define(['../../xterm'], fit);\n } else {\n /*\n * Plain browser environment\n */\n fit(window.Terminal);\n }\n})(function (Xterm) {\n var exports = {};\n\n exports.proposeGeometry = function (term) {\n if (!term.element.parentElement) {\n return null;\n }\n var parentElementStyle = window.getComputedStyle(term.element.parentElement),\n parentElementHeight = parseInt(parentElementStyle.getPropertyValue('height')),\n parentElementWidth = Math.max(0, parseInt(parentElementStyle.getPropertyValue('width')) - 17),\n elementStyle = window.getComputedStyle(term.element),\n elementPaddingVer = parseInt(elementStyle.getPropertyValue('padding-top')) + parseInt(elementStyle.getPropertyValue('padding-bottom')),\n elementPaddingHor = parseInt(elementStyle.getPropertyValue('padding-right')) + parseInt(elementStyle.getPropertyValue('padding-left')),\n availableHeight = parentElementHeight - elementPaddingVer,\n availableWidth = parentElementWidth - elementPaddingHor,\n container = term.rowContainer,\n subjectRow = term.rowContainer.firstElementChild,\n contentBuffer = subjectRow.innerHTML,\n characterHeight,\n rows,\n characterWidth,\n cols,\n geometry;\n\n subjectRow.style.display = 'inline';\n subjectRow.innerHTML = 'W'; // Common character for measuring width, although on monospace\n characterWidth = subjectRow.getBoundingClientRect().width;\n subjectRow.style.display = ''; // Revert style before calculating height, since they differ.\n characterHeight = subjectRow.getBoundingClientRect().height;\n subjectRow.innerHTML = contentBuffer;\n\n rows = parseInt(availableHeight / characterHeight);\n cols = parseInt(availableWidth / characterWidth);\n\n geometry = {cols: cols, rows: rows};\n return geometry;\n };\n\n exports.fit = function (term) {\n var geometry = exports.proposeGeometry(term);\n\n if (geometry) {\n term.resize(geometry.cols, geometry.rows);\n }\n };\n\n Xterm.prototype.proposeGeometry = function () {\n return exports.proposeGeometry(this);\n };\n\n Xterm.prototype.fit = function () {\n return exports.fit(this);\n };\n\n return exports;\n});\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/fit/fit.js\n// module id = 5\n// module chunks = 0","/**\n * Fullscreen addon for xterm.js\n * @module xterm/addons/fullscreen/fullscreen\n * @license MIT\n */\n(function (fullscreen) {\n if (typeof exports === 'object' && typeof module === 'object') {\n /*\n * CommonJS environment\n */\n module.exports = fullscreen(require('../../xterm'));\n } else if (typeof define == 'function') {\n /*\n * Require.js is available\n */\n define(['../../xterm'], fullscreen);\n } else {\n /*\n * Plain browser environment\n */\n fullscreen(window.Terminal);\n }\n})(function (Xterm) {\n var exports = {};\n\n /**\n * Toggle the given terminal's fullscreen mode.\n * @param {Xterm} term - The terminal to toggle full screen mode\n * @param {boolean} fullscreen - Toggle fullscreen on (true) or off (false)\n */\n exports.toggleFullScreen = function (term, fullscreen) {\n var fn;\n\n if (typeof fullscreen == 'undefined') {\n fn = (term.element.classList.contains('fullscreen')) ? 'remove' : 'add';\n } else if (!fullscreen) {\n fn = 'remove';\n } else {\n fn = 'add';\n }\n\n term.element.classList[fn]('fullscreen');\n };\n\n Xterm.prototype.toggleFullscreen = function (fullscreen) {\n exports.toggleFullScreen(this, fullscreen);\n };\n\n return exports;\n});\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/fullscreen/fullscreen.js\n// module id = 6\n// module chunks = 0","/**\n * This module provides methods for attaching a terminal to a terminado WebSocket stream.\n *\n * @module xterm/addons/terminado/terminado\n * @license MIT\n */\n\n(function (attach) {\n if (typeof exports === 'object' && typeof module === 'object') {\n /*\n * CommonJS environment\n */\n module.exports = attach(require('../../xterm'));\n } else if (typeof define == 'function') {\n /*\n * Require.js is available\n */\n define(['../../xterm'], attach);\n } else {\n /*\n * Plain browser environment\n */\n attach(window.Terminal);\n }\n})(function (Xterm) {\n 'use strict';\n\n var exports = {};\n\n /**\n * Attaches the given terminal to the given socket.\n *\n * @param {Xterm} term - The terminal to be attached to the given socket.\n * @param {WebSocket} socket - The socket to attach the current terminal.\n * @param {boolean} bidirectional - Whether the terminal should send data\n * to the socket as well.\n * @param {boolean} buffered - Whether the rendering of incoming data\n * should happen instantly or at a maximum\n * frequency of 1 rendering per 10ms.\n */\n exports.terminadoAttach = function (term, socket, bidirectional, buffered) {\n bidirectional = (typeof bidirectional == 'undefined') ? true : bidirectional;\n term.socket = socket;\n\n term._flushBuffer = function () {\n term.write(term._attachSocketBuffer);\n term._attachSocketBuffer = null;\n clearTimeout(term._attachSocketBufferTimer);\n term._attachSocketBufferTimer = null;\n };\n\n term._pushToBuffer = function (data) {\n if (term._attachSocketBuffer) {\n term._attachSocketBuffer += data;\n } else {\n term._attachSocketBuffer = data;\n setTimeout(term._flushBuffer, 10);\n }\n };\n\n term._getMessage = function (ev) {\n var data = JSON.parse(ev.data)\n if( data[0] == \"stdout\" ) {\n if (buffered) {\n term._pushToBuffer(data[1]);\n } else {\n term.write(data[1]);\n }\n }\n };\n\n term._sendData = function (data) {\n socket.send(JSON.stringify(['stdin', data]));\n };\n\n term._setSize = function (size) {\n socket.send(JSON.stringify(['set_size', size.rows, size.cols]));\n };\n\n socket.addEventListener('message', term._getMessage);\n\n if (bidirectional) {\n term.on('data', term._sendData);\n }\n term.on('resize', term._setSize);\n\n socket.addEventListener('close', term.terminadoDetach.bind(term, socket));\n socket.addEventListener('error', term.terminadoDetach.bind(term, socket));\n };\n\n /**\n * Detaches the given terminal from the given socket\n *\n * @param {Xterm} term - The terminal to be detached from the given socket.\n * @param {WebSocket} socket - The socket from which to detach the current\n * terminal.\n */\n exports.terminadoDetach = function (term, socket) {\n term.off('data', term._sendData);\n\n socket = (typeof socket == 'undefined') ? term.socket : socket;\n\n if (socket) {\n socket.removeEventListener('message', term._getMessage);\n }\n\n delete term.socket;\n };\n\n /**\n * Attaches the current terminal to the given socket\n *\n * @param {WebSocket} socket - The socket to attach the current terminal.\n * @param {boolean} bidirectional - Whether the terminal should send data\n * to the socket as well.\n * @param {boolean} buffered - Whether the rendering of incoming data\n * should happen instantly or at a maximum\n * frequency of 1 rendering per 10ms.\n */\n Xterm.prototype.terminadoAttach = function (socket, bidirectional, buffered) {\n return exports.terminadoAttach(this, socket, bidirectional, buffered);\n };\n\n /**\n * Detaches the current terminal from the given socket.\n *\n * @param {WebSocket} socket - The socket from which to detach the current\n * terminal.\n */\n Xterm.prototype.terminadoDetach = function (socket) {\n return exports.terminadoDetach(this, socket);\n };\n\n return exports;\n});\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/terminado/terminado.js\n// module id = 7\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Generic_1 = require(\"./Generic\");\nvar isNode = (typeof navigator === 'undefined') ? true : false;\nvar userAgent = (isNode) ? 'node' : navigator.userAgent;\nvar platform = (isNode) ? 'node' : navigator.platform;\nexports.isFirefox = !!~userAgent.indexOf('Firefox');\nexports.isMSIE = !!~userAgent.indexOf('MSIE') || !!~userAgent.indexOf('Trident');\nexports.isMac = Generic_1.contains(['Macintosh', 'MacIntel', 'MacPPC', 'Mac68K'], platform);\nexports.isIpad = platform === 'iPad';\nexports.isIphone = platform === 'iPhone';\nexports.isMSWindows = Generic_1.contains(['Windows', 'Win16', 'Win32', 'WinCE'], platform);\nexports.isLinux = platform.indexOf('Linux') >= 0;\n\n//# sourceMappingURL=Browser.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/Browser.js\n// module id = 8\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nfunction getCoordsRelativeToElement(event, element) {\n if (event.pageX == null) {\n return null;\n }\n var x = event.pageX;\n var y = event.pageY;\n while (element && element !== self.document.documentElement) {\n x -= element.offsetLeft;\n y -= element.offsetTop;\n element = 'offsetParent' in element ? element.offsetParent : element.parentElement;\n }\n return [x, y];\n}\nexports.getCoordsRelativeToElement = getCoordsRelativeToElement;\nfunction getCoords(event, rowContainer, charMeasure, colCount, rowCount, isSelection) {\n var coords = getCoordsRelativeToElement(event, rowContainer);\n coords[0] = Math.ceil((coords[0] + (isSelection ? charMeasure.width / 2 : 0)) / charMeasure.width);\n coords[1] = Math.ceil(coords[1] / charMeasure.height);\n coords[0] = Math.min(Math.max(coords[0], 1), colCount + 1);\n coords[1] = Math.min(Math.max(coords[1], 1), rowCount + 1);\n return coords;\n}\nexports.getCoords = getCoords;\nfunction getRawByteCoords(event, rowContainer, charMeasure, colCount, rowCount) {\n var coords = getCoords(event, rowContainer, charMeasure, colCount, rowCount);\n var x = coords[0];\n var y = coords[1];\n x += 32;\n y += 32;\n return { x: x, y: y };\n}\nexports.getRawByteCoords = getRawByteCoords;\n\n//# sourceMappingURL=Mouse.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/Mouse.js\n// module id = 9\n// module chunks = 0","import * as bare from \"hterm\";\nimport * as bareLib from \"htermLib\";\n\nexport class TermHterm {\n elem: HTMLElement;\n\n term: bare.Terminal;\n io: bare.IO;\n\n columns: number;\n rows: number;\n\n // to \"show\" the current message when removeMessage() is called\n message: string;\n\n constructor(elem: HTMLElement) {\n this.elem = elem;\n hterm.defaultStorage = new bareLib.Storage.Memory();\n this.term = new bare.Terminal();\n this.term.getPrefs().set(\"send-encoding\", \"raw\");\n this.term.decorate(this.elem);\n\n this.io = this.term.io.push();\n this.term.installKeyboard();\n };\n\n info(): { columns: number, rows: number } {\n return { columns: this.columns, rows: this.rows };\n };\n\n output(data: string) {\n if (this.term.io != null) {\n this.term.io.writeUTF16(data);\n }\n };\n\n showMessage(message: string, timeout: number) {\n this.message = message;\n if (timeout > 0) {\n this.term.io.showOverlay(message, timeout);\n } else {\n this.term.io.showOverlay(message, null);\n }\n };\n\n removeMessage(): void {\n // there is no hideOverlay(), so show the same message with 0 sec\n this.term.io.showOverlay(this.message, 0);\n }\n\n setWindowTitle(title: string) {\n this.term.setWindowTitle(title);\n };\n\n setPreferences(value: object) {\n Object.keys(value).forEach((key) => {\n this.term.getPrefs().set(key, value[key]);\n });\n };\n\n onInput(callback: (input: string) => void) {\n this.io.onVTKeystroke = (data) => {\n callback(data);\n };\n this.io.sendString = (data) => {\n callback(data);\n };\n };\n\n onResize(callback: (colmuns: number, rows: number) => void) {\n this.io.onTerminalResize = (columns: number, rows: number) => {\n this.columns = columns;\n this.rows = rows;\n callback(columns, rows);\n };\n };\n\n deactivate(): void {\n this.io.onVTKeystroke = null;\n this.io.sendString = null\n this.io.onTerminalResize = null;\n this.term.uninstallKeyboard();\n }\n\n reset(): void {\n this.removeMessage();\n this.term.installKeyboard();\n }\n\n close(): void {\n this.term.uninstallKeyboard();\n }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/hterm.ts","export class ConnectionFactory {\n url: string;\n protocols: string[];\n\n constructor(url: string, protocols: string[]) {\n this.url = url;\n this.protocols = protocols;\n };\n\n create(): Connection {\n return new Connection(this.url, this.protocols);\n };\n}\n\nexport class Connection {\n bare: WebSocket;\n\n\n constructor(url: string, protocols: string[]) {\n this.bare = new WebSocket(url, protocols);\n }\n\n open() {\n // nothing todo for websocket\n };\n\n close() {\n this.bare.close();\n };\n\n send(data: string) {\n this.bare.send(data);\n };\n\n isOpen(): boolean {\n if (this.bare.readyState == WebSocket.CONNECTING ||\n this.bare.readyState == WebSocket.OPEN) {\n return true\n }\n return false\n }\n\n onOpen(callback: () => void) {\n this.bare.onopen = (event) => {\n callback();\n }\n };\n\n onReceive(callback: (data: string) => void) {\n this.bare.onmessage = (event) => {\n callback(event.data);\n }\n };\n\n onClose(callback: () => void) {\n this.bare.onclose = (event) => {\n callback();\n };\n };\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/websocket.ts","export const protocols = [\"webtty\"];\n\nexport const msgInputUnknown = '0';\nexport const msgInput = '1';\nexport const msgPing = '2';\nexport const msgResizeTerminal = '3';\n\nexport const msgUnknownOutput = '0';\nexport const msgOutput = '1';\nexport const msgPong = '2';\nexport const msgSetWindowTitle = '3';\nexport const msgSetPreferences = '4';\nexport const msgSetReconnect = '5';\n\n\nexport interface Terminal {\n info(): { columns: number, rows: number };\n output(data: string): void;\n showMessage(message: string, timeout: number): void;\n removeMessage(): void;\n setWindowTitle(title: string): void;\n setPreferences(value: object): void;\n onInput(callback: (input: string) => void): void;\n onResize(callback: (colmuns: number, rows: number) => void): void;\n reset(): void;\n deactivate(): void;\n close(): void;\n}\n\nexport interface Connection {\n open(): void;\n close(): void;\n send(data: string): void;\n isOpen(): boolean;\n onOpen(callback: () => void): void;\n onReceive(callback: (data: string) => void): void;\n onClose(callback: () => void): void;\n}\n\nexport interface ConnectionFactory {\n create(): Connection;\n}\n\n\nexport class WebTTY {\n term: Terminal;\n connectionFactory: ConnectionFactory;\n args: string;\n authToken: string;\n reconnect: number;\n\n constructor(term: Terminal, connectionFactory: ConnectionFactory, args: string, authToken: string) {\n this.term = term;\n this.connectionFactory = connectionFactory;\n this.args = args;\n this.authToken = authToken;\n this.reconnect = -1;\n };\n\n open() {\n let connection = this.connectionFactory.create();\n let pingTimer: number;\n let reconnectTimeout: number;\n\n const setup = () => {\n connection.onOpen(() => {\n const termInfo = this.term.info();\n\n connection.send(JSON.stringify(\n {\n Arguments: this.args,\n AuthToken: this.authToken,\n }\n ));\n\n\n const resizeHandler = (colmuns: number, rows: number) => {\n connection.send(\n msgResizeTerminal + JSON.stringify(\n {\n columns: colmuns,\n rows: rows\n }\n )\n );\n };\n\n this.term.onResize(resizeHandler);\n resizeHandler(termInfo.columns, termInfo.rows);\n\n this.term.onInput(\n (input: string) => {\n connection.send(msgInput + input);\n }\n );\n\n pingTimer = setInterval(() => {\n connection.send(msgPing)\n }, 30 * 1000);\n\n });\n\n connection.onReceive((data) => {\n const payload = data.slice(1);\n switch (data[0]) {\n case msgOutput:\n this.term.output(\n decodeURIComponent(Array.prototype.map.call(atob(payload), function(c) {\n return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);\n }).join(''))\n );\n break;\n case msgPong:\n break;\n case msgSetWindowTitle:\n this.term.setWindowTitle(payload);\n break;\n case msgSetPreferences:\n const preferences = JSON.parse(payload);\n this.term.setPreferences(preferences);\n break;\n case msgSetReconnect:\n const autoReconnect = JSON.parse(payload);\n console.log(\"Enabling reconnect: \" + autoReconnect + \" seconds\")\n this.reconnect = autoReconnect;\n break;\n }\n });\n\n connection.onClose(() => {\n clearInterval(pingTimer);\n this.term.deactivate();\n this.term.showMessage(\"Connection Closed\", 0);\n if (this.reconnect > 0) {\n reconnectTimeout = setTimeout(() => {\n connection = this.connectionFactory.create();\n this.term.reset();\n setup();\n }, this.reconnect * 1000);\n }\n });\n\n connection.open();\n }\n\n setup();\n return () => {\n clearTimeout(reconnectTimeout);\n connection.close();\n }\n };\n};\n\n\n\n// WEBPACK FOOTER //\n// ./src/webtty.ts","import * as bare from \"xterm\";\n\nbare.loadAddon(\"fit\");\n\nexport class TermXterm {\n elem: HTMLElement;\n\n message: HTMLElement;\n messageTimeout: number;\n messageTimer: number;\n\n term: bare;\n resizeListener: () => void;\n\n constructor(elem: HTMLElement) {\n this.elem = elem;\n this.term = new bare();\n\n this.message = elem.ownerDocument.createElement(\"div\");\n this.message.className = \"xterm-overlay\";\n this.messageTimeout = 2000;\n\n\n this.resizeListener = () => {\n this.term.fit();\n this.term.scrollToBottom();\n this.showMessage(String(this.term.cols) + \"x\" + String(this.term.rows), this.messageTimeout);\n };\n\n this.term.on(\"open\", () => {\n this.resizeListener();\n window.addEventListener(\"resize\", () => { this.resizeListener(); });\n });\n\n this.term.open(elem, true);\n };\n\n info(): { columns: number, rows: number } {\n return { columns: this.term.cols, rows: this.term.rows };\n };\n\n output(data: string) {\n this.term.write(data);\n };\n\n showMessage(message: string, timeout: number) {\n this.message.textContent = message;\n this.elem.appendChild(this.message);\n\n if (this.messageTimer) {\n clearTimeout(this.messageTimer);\n }\n if (timeout > 0) {\n this.messageTimer = setTimeout(() => {\n this.elem.removeChild(this.message);\n }, timeout);\n }\n };\n\n removeMessage(): void {\n if (this.message.parentNode == this.elem) {\n this.elem.removeChild(this.message);\n }\n }\n\n setWindowTitle(title: string) {\n document.title = title;\n };\n\n setPreferences(value: object) {\n };\n\n onInput(callback: (input: string) => void) {\n this.term.on(\"data\", (data) => {\n callback(data);\n });\n\n };\n\n onResize(callback: (colmuns: number, rows: number) => void) {\n this.term.on(\"resize\", (data) => {\n callback(data.cols, data.rows);\n });\n };\n\n deactivate(): void {\n this.term.off(\"data\");\n this.term.off(\"resize\");\n this.term.blur();\n }\n\n reset(): void {\n this.removeMessage();\n this.term.clear();\n }\n\n close(): void {\n window.removeEventListener(\"resize\", this.resizeListener);\n this.term.destroy();\n }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/xterm.ts","import { TermHterm } from \"./hterm\";\nimport { TermXterm } from \"./xterm\";\nimport { Terminal, WebTTY, protocols } from \"./webtty\";\nimport { ConnectionFactory } from \"./websocket\";\n\n// @TODO remove these\ndeclare var gotty_auth_token: string;\ndeclare var gotty_term: string;\n\nconst elem = document.getElementById(\"terminal\")\n\nif (elem !== null) {\n var term: Terminal;\n if (gotty_term == \"hterm\") {\n term = new TermHterm(elem);\n } else {\n term = new TermXterm(elem);\n }\n const httpsEnabled = window.location.protocol == \"https:\";\n const url = (httpsEnabled ? 'wss://' : 'ws://') + window.location.host + window.location.pathname + 'ws';\n const args = window.location.search;\n const factory = new ConnectionFactory(url, protocols);\n const wt = new WebTTY(term, factory, args, gotty_auth_token);\n const closer = wt.open();\n\n window.addEventListener(\"unload\", () => {\n closer();\n term.close();\n });\n};\n\n\n\n// WEBPACK FOOTER //\n// ./src/main.ts","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar CompositionHelper = (function () {\n function CompositionHelper(textarea, compositionView, terminal) {\n this.textarea = textarea;\n this.compositionView = compositionView;\n this.terminal = terminal;\n this.isComposing = false;\n this.isSendingComposition = false;\n this.compositionPosition = { start: null, end: null };\n }\n CompositionHelper.prototype.compositionstart = function () {\n this.isComposing = true;\n this.compositionPosition.start = this.textarea.value.length;\n this.compositionView.textContent = '';\n this.compositionView.classList.add('active');\n };\n CompositionHelper.prototype.compositionupdate = function (ev) {\n var _this = this;\n this.compositionView.textContent = ev.data;\n this.updateCompositionElements();\n setTimeout(function () {\n _this.compositionPosition.end = _this.textarea.value.length;\n }, 0);\n };\n CompositionHelper.prototype.compositionend = function () {\n this.finalizeComposition(true);\n };\n CompositionHelper.prototype.keydown = function (ev) {\n if (this.isComposing || this.isSendingComposition) {\n if (ev.keyCode === 229) {\n return false;\n }\n else if (ev.keyCode === 16 || ev.keyCode === 17 || ev.keyCode === 18) {\n return false;\n }\n else {\n this.finalizeComposition(false);\n }\n }\n if (ev.keyCode === 229) {\n this.handleAnyTextareaChanges();\n return false;\n }\n return true;\n };\n CompositionHelper.prototype.finalizeComposition = function (waitForPropogation) {\n var _this = this;\n this.compositionView.classList.remove('active');\n this.isComposing = false;\n this.clearTextareaPosition();\n if (!waitForPropogation) {\n this.isSendingComposition = false;\n var input = this.textarea.value.substring(this.compositionPosition.start, this.compositionPosition.end);\n this.terminal.handler(input);\n }\n else {\n var currentCompositionPosition_1 = {\n start: this.compositionPosition.start,\n end: this.compositionPosition.end,\n };\n this.isSendingComposition = true;\n setTimeout(function () {\n if (_this.isSendingComposition) {\n _this.isSendingComposition = false;\n var input = void 0;\n if (_this.isComposing) {\n input = _this.textarea.value.substring(currentCompositionPosition_1.start, currentCompositionPosition_1.end);\n }\n else {\n input = _this.textarea.value.substring(currentCompositionPosition_1.start);\n }\n _this.terminal.handler(input);\n }\n }, 0);\n }\n };\n CompositionHelper.prototype.handleAnyTextareaChanges = function () {\n var _this = this;\n var oldValue = this.textarea.value;\n setTimeout(function () {\n if (!_this.isComposing) {\n var newValue = _this.textarea.value;\n var diff = newValue.replace(oldValue, '');\n if (diff.length > 0) {\n _this.terminal.handler(diff);\n }\n }\n }, 0);\n };\n CompositionHelper.prototype.updateCompositionElements = function (dontRecurse) {\n var _this = this;\n if (!this.isComposing) {\n return;\n }\n var cursor = this.terminal.element.querySelector('.terminal-cursor');\n if (cursor) {\n var xtermRows = this.terminal.element.querySelector('.xterm-rows');\n var cursorTop = xtermRows.offsetTop + cursor.offsetTop;\n this.compositionView.style.left = cursor.offsetLeft + 'px';\n this.compositionView.style.top = cursorTop + 'px';\n this.compositionView.style.height = cursor.offsetHeight + 'px';\n this.compositionView.style.lineHeight = cursor.offsetHeight + 'px';\n var compositionViewBounds = this.compositionView.getBoundingClientRect();\n this.textarea.style.left = cursor.offsetLeft + 'px';\n this.textarea.style.top = cursorTop + 'px';\n this.textarea.style.width = compositionViewBounds.width + 'px';\n this.textarea.style.height = compositionViewBounds.height + 'px';\n this.textarea.style.lineHeight = compositionViewBounds.height + 'px';\n }\n if (!dontRecurse) {\n setTimeout(function () { return _this.updateCompositionElements(true); }, 0);\n }\n };\n ;\n CompositionHelper.prototype.clearTextareaPosition = function () {\n this.textarea.style.left = '';\n this.textarea.style.top = '';\n };\n ;\n return CompositionHelper;\n}());\nexports.CompositionHelper = CompositionHelper;\n\n//# sourceMappingURL=CompositionHelper.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/CompositionHelper.js\n// module id = 15\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar EscapeSequences_1 = require(\"./EscapeSequences\");\nvar Charsets_1 = require(\"./Charsets\");\nvar InputHandler = (function () {\n function InputHandler(_terminal) {\n this._terminal = _terminal;\n }\n InputHandler.prototype.addChar = function (char, code) {\n if (char >= ' ') {\n var ch_width = wcwidth(code);\n if (this._terminal.charset && this._terminal.charset[char]) {\n char = this._terminal.charset[char];\n }\n var row = this._terminal.y + this._terminal.ybase;\n if (!ch_width && this._terminal.x) {\n if (this._terminal.lines.get(row)[this._terminal.x - 1]) {\n if (!this._terminal.lines.get(row)[this._terminal.x - 1][2]) {\n if (this._terminal.lines.get(row)[this._terminal.x - 2])\n this._terminal.lines.get(row)[this._terminal.x - 2][1] += char;\n }\n else {\n this._terminal.lines.get(row)[this._terminal.x - 1][1] += char;\n }\n this._terminal.updateRange(this._terminal.y);\n }\n return;\n }\n if (this._terminal.x + ch_width - 1 >= this._terminal.cols) {\n if (this._terminal.wraparoundMode) {\n this._terminal.x = 0;\n this._terminal.y++;\n if (this._terminal.y > this._terminal.scrollBottom) {\n this._terminal.y--;\n this._terminal.scroll(true);\n }\n else {\n this._terminal.lines.get(this._terminal.y).isWrapped = true;\n }\n }\n else {\n if (ch_width === 2)\n return;\n }\n }\n row = this._terminal.y + this._terminal.ybase;\n if (this._terminal.insertMode) {\n for (var moves = 0; moves < ch_width; ++moves) {\n var removed = this._terminal.lines.get(this._terminal.y + this._terminal.ybase).pop();\n if (removed[2] === 0\n && this._terminal.lines.get(row)[this._terminal.cols - 2]\n && this._terminal.lines.get(row)[this._terminal.cols - 2][2] === 2) {\n this._terminal.lines.get(row)[this._terminal.cols - 2] = [this._terminal.curAttr, ' ', 1];\n }\n this._terminal.lines.get(row).splice(this._terminal.x, 0, [this._terminal.curAttr, ' ', 1]);\n }\n }\n this._terminal.lines.get(row)[this._terminal.x] = [this._terminal.curAttr, char, ch_width];\n this._terminal.x++;\n this._terminal.updateRange(this._terminal.y);\n if (ch_width === 2) {\n this._terminal.lines.get(row)[this._terminal.x] = [this._terminal.curAttr, '', 0];\n this._terminal.x++;\n }\n }\n };\n InputHandler.prototype.bell = function () {\n var _this = this;\n if (!this._terminal.visualBell) {\n return;\n }\n this._terminal.element.style.borderColor = 'white';\n setTimeout(function () { return _this._terminal.element.style.borderColor = ''; }, 10);\n if (this._terminal.popOnBell) {\n this._terminal.focus();\n }\n };\n InputHandler.prototype.lineFeed = function () {\n if (this._terminal.convertEol) {\n this._terminal.x = 0;\n }\n this._terminal.y++;\n if (this._terminal.y > this._terminal.scrollBottom) {\n this._terminal.y--;\n this._terminal.scroll();\n }\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x--;\n }\n };\n InputHandler.prototype.carriageReturn = function () {\n this._terminal.x = 0;\n };\n InputHandler.prototype.backspace = function () {\n if (this._terminal.x > 0) {\n this._terminal.x--;\n }\n };\n InputHandler.prototype.tab = function () {\n this._terminal.x = this._terminal.nextStop();\n };\n InputHandler.prototype.shiftOut = function () {\n this._terminal.setgLevel(1);\n };\n InputHandler.prototype.shiftIn = function () {\n this._terminal.setgLevel(0);\n };\n InputHandler.prototype.insertChars = function (params) {\n var param, row, j, ch;\n param = params[0];\n if (param < 1)\n param = 1;\n row = this._terminal.y + this._terminal.ybase;\n j = this._terminal.x;\n ch = [this._terminal.eraseAttr(), ' ', 1];\n while (param-- && j < this._terminal.cols) {\n this._terminal.lines.get(row).splice(j++, 0, ch);\n this._terminal.lines.get(row).pop();\n }\n };\n InputHandler.prototype.cursorUp = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y -= param;\n if (this._terminal.y < 0) {\n this._terminal.y = 0;\n }\n };\n InputHandler.prototype.cursorDown = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y += param;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x--;\n }\n };\n InputHandler.prototype.cursorForward = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.x += param;\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x = this._terminal.cols - 1;\n }\n };\n InputHandler.prototype.cursorBackward = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x--;\n }\n this._terminal.x -= param;\n if (this._terminal.x < 0) {\n this._terminal.x = 0;\n }\n };\n InputHandler.prototype.cursorNextLine = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y += param;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n this._terminal.x = 0;\n };\n ;\n InputHandler.prototype.cursorPrecedingLine = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y -= param;\n if (this._terminal.y < 0) {\n this._terminal.y = 0;\n }\n this._terminal.x = 0;\n };\n ;\n InputHandler.prototype.cursorCharAbsolute = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.x = param - 1;\n };\n InputHandler.prototype.cursorPosition = function (params) {\n var row, col;\n row = params[0] - 1;\n if (params.length >= 2) {\n col = params[1] - 1;\n }\n else {\n col = 0;\n }\n if (row < 0) {\n row = 0;\n }\n else if (row >= this._terminal.rows) {\n row = this._terminal.rows - 1;\n }\n if (col < 0) {\n col = 0;\n }\n else if (col >= this._terminal.cols) {\n col = this._terminal.cols - 1;\n }\n this._terminal.x = col;\n this._terminal.y = row;\n };\n InputHandler.prototype.cursorForwardTab = function (params) {\n var param = params[0] || 1;\n while (param--) {\n this._terminal.x = this._terminal.nextStop();\n }\n };\n InputHandler.prototype.eraseInDisplay = function (params) {\n var j;\n switch (params[0]) {\n case 0:\n this._terminal.eraseRight(this._terminal.x, this._terminal.y);\n j = this._terminal.y + 1;\n for (; j < this._terminal.rows; j++) {\n this._terminal.eraseLine(j);\n }\n break;\n case 1:\n this._terminal.eraseLeft(this._terminal.x, this._terminal.y);\n j = this._terminal.y;\n while (j--) {\n this._terminal.eraseLine(j);\n }\n break;\n case 2:\n j = this._terminal.rows;\n while (j--)\n this._terminal.eraseLine(j);\n break;\n case 3:\n var scrollBackSize = this._terminal.lines.length - this._terminal.rows;\n if (scrollBackSize > 0) {\n this._terminal.lines.trimStart(scrollBackSize);\n this._terminal.ybase = Math.max(this._terminal.ybase - scrollBackSize, 0);\n this._terminal.ydisp = Math.max(this._terminal.ydisp - scrollBackSize, 0);\n }\n break;\n }\n };\n InputHandler.prototype.eraseInLine = function (params) {\n switch (params[0]) {\n case 0:\n this._terminal.eraseRight(this._terminal.x, this._terminal.y);\n break;\n case 1:\n this._terminal.eraseLeft(this._terminal.x, this._terminal.y);\n break;\n case 2:\n this._terminal.eraseLine(this._terminal.y);\n break;\n }\n };\n InputHandler.prototype.insertLines = function (params) {\n var param, row, j;\n param = params[0];\n if (param < 1) {\n param = 1;\n }\n row = this._terminal.y + this._terminal.ybase;\n j = this._terminal.rows - 1 - this._terminal.scrollBottom;\n j = this._terminal.rows - 1 + this._terminal.ybase - j + 1;\n while (param--) {\n if (this._terminal.lines.length === this._terminal.lines.maxLength) {\n this._terminal.lines.trimStart(1);\n this._terminal.ybase--;\n this._terminal.ydisp--;\n row--;\n j--;\n }\n this._terminal.lines.splice(row, 0, this._terminal.blankLine(true));\n this._terminal.lines.splice(j, 1);\n }\n this._terminal.updateRange(this._terminal.y);\n this._terminal.updateRange(this._terminal.scrollBottom);\n };\n InputHandler.prototype.deleteLines = function (params) {\n var param, row, j;\n param = params[0];\n if (param < 1) {\n param = 1;\n }\n row = this._terminal.y + this._terminal.ybase;\n j = this._terminal.rows - 1 - this._terminal.scrollBottom;\n j = this._terminal.rows - 1 + this._terminal.ybase - j;\n while (param--) {\n if (this._terminal.lines.length === this._terminal.lines.maxLength) {\n this._terminal.lines.trimStart(1);\n this._terminal.ybase -= 1;\n this._terminal.ydisp -= 1;\n }\n this._terminal.lines.splice(j + 1, 0, this._terminal.blankLine(true));\n this._terminal.lines.splice(row, 1);\n }\n this._terminal.updateRange(this._terminal.y);\n this._terminal.updateRange(this._terminal.scrollBottom);\n };\n InputHandler.prototype.deleteChars = function (params) {\n var param, row, ch;\n param = params[0];\n if (param < 1) {\n param = 1;\n }\n row = this._terminal.y + this._terminal.ybase;\n ch = [this._terminal.eraseAttr(), ' ', 1];\n while (param--) {\n this._terminal.lines.get(row).splice(this._terminal.x, 1);\n this._terminal.lines.get(row).push(ch);\n }\n };\n InputHandler.prototype.scrollUp = function (params) {\n var param = params[0] || 1;\n while (param--) {\n this._terminal.lines.splice(this._terminal.ybase + this._terminal.scrollTop, 1);\n this._terminal.lines.splice(this._terminal.ybase + this._terminal.scrollBottom, 0, this._terminal.blankLine());\n }\n this._terminal.updateRange(this._terminal.scrollTop);\n this._terminal.updateRange(this._terminal.scrollBottom);\n };\n InputHandler.prototype.scrollDown = function (params) {\n var param = params[0] || 1;\n while (param--) {\n this._terminal.lines.splice(this._terminal.ybase + this._terminal.scrollBottom, 1);\n this._terminal.lines.splice(this._terminal.ybase + this._terminal.scrollTop, 0, this._terminal.blankLine());\n }\n this._terminal.updateRange(this._terminal.scrollTop);\n this._terminal.updateRange(this._terminal.scrollBottom);\n };\n InputHandler.prototype.eraseChars = function (params) {\n var param, row, j, ch;\n param = params[0];\n if (param < 1) {\n param = 1;\n }\n row = this._terminal.y + this._terminal.ybase;\n j = this._terminal.x;\n ch = [this._terminal.eraseAttr(), ' ', 1];\n while (param-- && j < this._terminal.cols) {\n this._terminal.lines.get(row)[j++] = ch;\n }\n };\n InputHandler.prototype.cursorBackwardTab = function (params) {\n var param = params[0] || 1;\n while (param--) {\n this._terminal.x = this._terminal.prevStop();\n }\n };\n InputHandler.prototype.charPosAbsolute = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.x = param - 1;\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x = this._terminal.cols - 1;\n }\n };\n InputHandler.prototype.HPositionRelative = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.x += param;\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x = this._terminal.cols - 1;\n }\n };\n InputHandler.prototype.repeatPrecedingCharacter = function (params) {\n var param = params[0] || 1, line = this._terminal.lines.get(this._terminal.ybase + this._terminal.y), ch = line[this._terminal.x - 1] || [this._terminal.defAttr, ' ', 1];\n while (param--) {\n line[this._terminal.x++] = ch;\n }\n };\n InputHandler.prototype.sendDeviceAttributes = function (params) {\n if (params[0] > 0) {\n return;\n }\n if (!this._terminal.prefix) {\n if (this._terminal.is('xterm') || this._terminal.is('rxvt-unicode') || this._terminal.is('screen')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[?1;2c');\n }\n else if (this._terminal.is('linux')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[?6c');\n }\n }\n else if (this._terminal.prefix === '>') {\n if (this._terminal.is('xterm')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[>0;276;0c');\n }\n else if (this._terminal.is('rxvt-unicode')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[>85;95;0c');\n }\n else if (this._terminal.is('linux')) {\n this._terminal.send(params[0] + 'c');\n }\n else if (this._terminal.is('screen')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[>83;40003;0c');\n }\n }\n };\n InputHandler.prototype.linePosAbsolute = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y = param - 1;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n };\n InputHandler.prototype.VPositionRelative = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y += param;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x--;\n }\n };\n InputHandler.prototype.HVPosition = function (params) {\n if (params[0] < 1)\n params[0] = 1;\n if (params[1] < 1)\n params[1] = 1;\n this._terminal.y = params[0] - 1;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n this._terminal.x = params[1] - 1;\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x = this._terminal.cols - 1;\n }\n };\n InputHandler.prototype.tabClear = function (params) {\n var param = params[0];\n if (param <= 0) {\n delete this._terminal.tabs[this._terminal.x];\n }\n else if (param === 3) {\n this._terminal.tabs = {};\n }\n };\n InputHandler.prototype.setMode = function (params) {\n if (params.length > 1) {\n for (var i = 0; i < params.length; i++) {\n this.setMode([params[i]]);\n }\n return;\n }\n if (!this._terminal.prefix) {\n switch (params[0]) {\n case 4:\n this._terminal.insertMode = true;\n break;\n case 20:\n break;\n }\n }\n else if (this._terminal.prefix === '?') {\n switch (params[0]) {\n case 1:\n this._terminal.applicationCursor = true;\n break;\n case 2:\n this._terminal.setgCharset(0, Charsets_1.DEFAULT_CHARSET);\n this._terminal.setgCharset(1, Charsets_1.DEFAULT_CHARSET);\n this._terminal.setgCharset(2, Charsets_1.DEFAULT_CHARSET);\n this._terminal.setgCharset(3, Charsets_1.DEFAULT_CHARSET);\n break;\n case 3:\n this._terminal.savedCols = this._terminal.cols;\n this._terminal.resize(132, this._terminal.rows);\n break;\n case 6:\n this._terminal.originMode = true;\n break;\n case 7:\n this._terminal.wraparoundMode = true;\n break;\n case 12:\n break;\n case 66:\n this._terminal.log('Serial port requested application keypad.');\n this._terminal.applicationKeypad = true;\n this._terminal.viewport.syncScrollArea();\n break;\n case 9:\n case 1000:\n case 1002:\n case 1003:\n this._terminal.x10Mouse = params[0] === 9;\n this._terminal.vt200Mouse = params[0] === 1000;\n this._terminal.normalMouse = params[0] > 1000;\n this._terminal.mouseEvents = true;\n this._terminal.element.classList.add('enable-mouse-events');\n this._terminal.selectionManager.disable();\n this._terminal.log('Binding to mouse events.');\n break;\n case 1004:\n this._terminal.sendFocus = true;\n break;\n case 1005:\n this._terminal.utfMouse = true;\n break;\n case 1006:\n this._terminal.sgrMouse = true;\n break;\n case 1015:\n this._terminal.urxvtMouse = true;\n break;\n case 25:\n this._terminal.cursorHidden = false;\n break;\n case 1049:\n ;\n case 47:\n case 1047:\n if (!this._terminal.normal) {\n var normal = {\n lines: this._terminal.lines,\n ybase: this._terminal.ybase,\n ydisp: this._terminal.ydisp,\n x: this._terminal.x,\n y: this._terminal.y,\n scrollTop: this._terminal.scrollTop,\n scrollBottom: this._terminal.scrollBottom,\n tabs: this._terminal.tabs\n };\n this._terminal.reset();\n this._terminal.viewport.syncScrollArea();\n this._terminal.normal = normal;\n this._terminal.showCursor();\n }\n break;\n }\n }\n };\n InputHandler.prototype.resetMode = function (params) {\n if (params.length > 1) {\n for (var i = 0; i < params.length; i++) {\n this.resetMode([params[i]]);\n }\n return;\n }\n if (!this._terminal.prefix) {\n switch (params[0]) {\n case 4:\n this._terminal.insertMode = false;\n break;\n case 20:\n break;\n }\n }\n else if (this._terminal.prefix === '?') {\n switch (params[0]) {\n case 1:\n this._terminal.applicationCursor = false;\n break;\n case 3:\n if (this._terminal.cols === 132 && this._terminal.savedCols) {\n this._terminal.resize(this._terminal.savedCols, this._terminal.rows);\n }\n delete this._terminal.savedCols;\n break;\n case 6:\n this._terminal.originMode = false;\n break;\n case 7:\n this._terminal.wraparoundMode = false;\n break;\n case 12:\n break;\n case 66:\n this._terminal.log('Switching back to normal keypad.');\n this._terminal.applicationKeypad = false;\n this._terminal.viewport.syncScrollArea();\n break;\n case 9:\n case 1000:\n case 1002:\n case 1003:\n this._terminal.x10Mouse = false;\n this._terminal.vt200Mouse = false;\n this._terminal.normalMouse = false;\n this._terminal.mouseEvents = false;\n this._terminal.element.classList.remove('enable-mouse-events');\n this._terminal.selectionManager.enable();\n break;\n case 1004:\n this._terminal.sendFocus = false;\n break;\n case 1005:\n this._terminal.utfMouse = false;\n break;\n case 1006:\n this._terminal.sgrMouse = false;\n break;\n case 1015:\n this._terminal.urxvtMouse = false;\n break;\n case 25:\n this._terminal.cursorHidden = true;\n break;\n case 1049:\n ;\n case 47:\n case 1047:\n if (this._terminal.normal) {\n this._terminal.lines = this._terminal.normal.lines;\n this._terminal.ybase = this._terminal.normal.ybase;\n this._terminal.ydisp = this._terminal.normal.ydisp;\n this._terminal.x = this._terminal.normal.x;\n this._terminal.y = this._terminal.normal.y;\n this._terminal.scrollTop = this._terminal.normal.scrollTop;\n this._terminal.scrollBottom = this._terminal.normal.scrollBottom;\n this._terminal.tabs = this._terminal.normal.tabs;\n this._terminal.normal = null;\n this._terminal.selectionManager.setBuffer(this._terminal.lines);\n this._terminal.refresh(0, this._terminal.rows - 1);\n this._terminal.viewport.syncScrollArea();\n this._terminal.showCursor();\n }\n break;\n }\n }\n };\n InputHandler.prototype.charAttributes = function (params) {\n if (params.length === 1 && params[0] === 0) {\n this._terminal.curAttr = this._terminal.defAttr;\n return;\n }\n var l = params.length, i = 0, flags = this._terminal.curAttr >> 18, fg = (this._terminal.curAttr >> 9) & 0x1ff, bg = this._terminal.curAttr & 0x1ff, p;\n for (; i < l; i++) {\n p = params[i];\n if (p >= 30 && p <= 37) {\n fg = p - 30;\n }\n else if (p >= 40 && p <= 47) {\n bg = p - 40;\n }\n else if (p >= 90 && p <= 97) {\n p += 8;\n fg = p - 90;\n }\n else if (p >= 100 && p <= 107) {\n p += 8;\n bg = p - 100;\n }\n else if (p === 0) {\n flags = this._terminal.defAttr >> 18;\n fg = (this._terminal.defAttr >> 9) & 0x1ff;\n bg = this._terminal.defAttr & 0x1ff;\n }\n else if (p === 1) {\n flags |= 1;\n }\n else if (p === 4) {\n flags |= 2;\n }\n else if (p === 5) {\n flags |= 4;\n }\n else if (p === 7) {\n flags |= 8;\n }\n else if (p === 8) {\n flags |= 16;\n }\n else if (p === 22) {\n flags &= ~1;\n }\n else if (p === 24) {\n flags &= ~2;\n }\n else if (p === 25) {\n flags &= ~4;\n }\n else if (p === 27) {\n flags &= ~8;\n }\n else if (p === 28) {\n flags &= ~16;\n }\n else if (p === 39) {\n fg = (this._terminal.defAttr >> 9) & 0x1ff;\n }\n else if (p === 49) {\n bg = this._terminal.defAttr & 0x1ff;\n }\n else if (p === 38) {\n if (params[i + 1] === 2) {\n i += 2;\n fg = this._terminal.matchColor(params[i] & 0xff, params[i + 1] & 0xff, params[i + 2] & 0xff);\n if (fg === -1)\n fg = 0x1ff;\n i += 2;\n }\n else if (params[i + 1] === 5) {\n i += 2;\n p = params[i] & 0xff;\n fg = p;\n }\n }\n else if (p === 48) {\n if (params[i + 1] === 2) {\n i += 2;\n bg = this._terminal.matchColor(params[i] & 0xff, params[i + 1] & 0xff, params[i + 2] & 0xff);\n if (bg === -1)\n bg = 0x1ff;\n i += 2;\n }\n else if (params[i + 1] === 5) {\n i += 2;\n p = params[i] & 0xff;\n bg = p;\n }\n }\n else if (p === 100) {\n fg = (this._terminal.defAttr >> 9) & 0x1ff;\n bg = this._terminal.defAttr & 0x1ff;\n }\n else {\n this._terminal.error('Unknown SGR attribute: %d.', p);\n }\n }\n this._terminal.curAttr = (flags << 18) | (fg << 9) | bg;\n };\n InputHandler.prototype.deviceStatus = function (params) {\n if (!this._terminal.prefix) {\n switch (params[0]) {\n case 5:\n this._terminal.send(EscapeSequences_1.C0.ESC + '[0n');\n break;\n case 6:\n this._terminal.send(EscapeSequences_1.C0.ESC + '['\n + (this._terminal.y + 1)\n + ';'\n + (this._terminal.x + 1)\n + 'R');\n break;\n }\n }\n else if (this._terminal.prefix === '?') {\n switch (params[0]) {\n case 6:\n this._terminal.send(EscapeSequences_1.C0.ESC + '[?'\n + (this._terminal.y + 1)\n + ';'\n + (this._terminal.x + 1)\n + 'R');\n break;\n case 15:\n break;\n case 25:\n break;\n case 26:\n break;\n case 53:\n break;\n }\n }\n };\n InputHandler.prototype.softReset = function (params) {\n this._terminal.cursorHidden = false;\n this._terminal.insertMode = false;\n this._terminal.originMode = false;\n this._terminal.wraparoundMode = true;\n this._terminal.applicationKeypad = false;\n this._terminal.viewport.syncScrollArea();\n this._terminal.applicationCursor = false;\n this._terminal.scrollTop = 0;\n this._terminal.scrollBottom = this._terminal.rows - 1;\n this._terminal.curAttr = this._terminal.defAttr;\n this._terminal.x = this._terminal.y = 0;\n this._terminal.charset = null;\n this._terminal.glevel = 0;\n this._terminal.charsets = [null];\n };\n InputHandler.prototype.setCursorStyle = function (params) {\n var param = params[0] < 1 ? 1 : params[0];\n switch (param) {\n case 1:\n case 2:\n this._terminal.setOption('cursorStyle', 'block');\n break;\n case 3:\n case 4:\n this._terminal.setOption('cursorStyle', 'underline');\n break;\n case 5:\n case 6:\n this._terminal.setOption('cursorStyle', 'bar');\n break;\n }\n var isBlinking = param % 2 === 1;\n this._terminal.setOption('cursorBlink', isBlinking);\n };\n InputHandler.prototype.setScrollRegion = function (params) {\n if (this._terminal.prefix)\n return;\n this._terminal.scrollTop = (params[0] || 1) - 1;\n this._terminal.scrollBottom = (params[1] && params[1] <= this._terminal.rows ? params[1] : this._terminal.rows) - 1;\n this._terminal.x = 0;\n this._terminal.y = 0;\n };\n InputHandler.prototype.saveCursor = function (params) {\n this._terminal.savedX = this._terminal.x;\n this._terminal.savedY = this._terminal.y;\n };\n InputHandler.prototype.restoreCursor = function (params) {\n this._terminal.x = this._terminal.savedX || 0;\n this._terminal.y = this._terminal.savedY || 0;\n };\n return InputHandler;\n}());\nexports.InputHandler = InputHandler;\nvar wcwidth = (function (opts) {\n var COMBINING = [\n [0x0300, 0x036F], [0x0483, 0x0486], [0x0488, 0x0489],\n [0x0591, 0x05BD], [0x05BF, 0x05BF], [0x05C1, 0x05C2],\n [0x05C4, 0x05C5], [0x05C7, 0x05C7], [0x0600, 0x0603],\n [0x0610, 0x0615], [0x064B, 0x065E], [0x0670, 0x0670],\n [0x06D6, 0x06E4], [0x06E7, 0x06E8], [0x06EA, 0x06ED],\n [0x070F, 0x070F], [0x0711, 0x0711], [0x0730, 0x074A],\n [0x07A6, 0x07B0], [0x07EB, 0x07F3], [0x0901, 0x0902],\n [0x093C, 0x093C], [0x0941, 0x0948], [0x094D, 0x094D],\n [0x0951, 0x0954], [0x0962, 0x0963], [0x0981, 0x0981],\n [0x09BC, 0x09BC], [0x09C1, 0x09C4], [0x09CD, 0x09CD],\n [0x09E2, 0x09E3], [0x0A01, 0x0A02], [0x0A3C, 0x0A3C],\n [0x0A41, 0x0A42], [0x0A47, 0x0A48], [0x0A4B, 0x0A4D],\n [0x0A70, 0x0A71], [0x0A81, 0x0A82], [0x0ABC, 0x0ABC],\n [0x0AC1, 0x0AC5], [0x0AC7, 0x0AC8], [0x0ACD, 0x0ACD],\n [0x0AE2, 0x0AE3], [0x0B01, 0x0B01], [0x0B3C, 0x0B3C],\n [0x0B3F, 0x0B3F], [0x0B41, 0x0B43], [0x0B4D, 0x0B4D],\n [0x0B56, 0x0B56], [0x0B82, 0x0B82], [0x0BC0, 0x0BC0],\n [0x0BCD, 0x0BCD], [0x0C3E, 0x0C40], [0x0C46, 0x0C48],\n [0x0C4A, 0x0C4D], [0x0C55, 0x0C56], [0x0CBC, 0x0CBC],\n [0x0CBF, 0x0CBF], [0x0CC6, 0x0CC6], [0x0CCC, 0x0CCD],\n [0x0CE2, 0x0CE3], [0x0D41, 0x0D43], [0x0D4D, 0x0D4D],\n [0x0DCA, 0x0DCA], [0x0DD2, 0x0DD4], [0x0DD6, 0x0DD6],\n [0x0E31, 0x0E31], [0x0E34, 0x0E3A], [0x0E47, 0x0E4E],\n [0x0EB1, 0x0EB1], [0x0EB4, 0x0EB9], [0x0EBB, 0x0EBC],\n [0x0EC8, 0x0ECD], [0x0F18, 0x0F19], [0x0F35, 0x0F35],\n [0x0F37, 0x0F37], [0x0F39, 0x0F39], [0x0F71, 0x0F7E],\n [0x0F80, 0x0F84], [0x0F86, 0x0F87], [0x0F90, 0x0F97],\n [0x0F99, 0x0FBC], [0x0FC6, 0x0FC6], [0x102D, 0x1030],\n [0x1032, 0x1032], [0x1036, 0x1037], [0x1039, 0x1039],\n [0x1058, 0x1059], [0x1160, 0x11FF], [0x135F, 0x135F],\n [0x1712, 0x1714], [0x1732, 0x1734], [0x1752, 0x1753],\n [0x1772, 0x1773], [0x17B4, 0x17B5], [0x17B7, 0x17BD],\n [0x17C6, 0x17C6], [0x17C9, 0x17D3], [0x17DD, 0x17DD],\n [0x180B, 0x180D], [0x18A9, 0x18A9], [0x1920, 0x1922],\n [0x1927, 0x1928], [0x1932, 0x1932], [0x1939, 0x193B],\n [0x1A17, 0x1A18], [0x1B00, 0x1B03], [0x1B34, 0x1B34],\n [0x1B36, 0x1B3A], [0x1B3C, 0x1B3C], [0x1B42, 0x1B42],\n [0x1B6B, 0x1B73], [0x1DC0, 0x1DCA], [0x1DFE, 0x1DFF],\n [0x200B, 0x200F], [0x202A, 0x202E], [0x2060, 0x2063],\n [0x206A, 0x206F], [0x20D0, 0x20EF], [0x302A, 0x302F],\n [0x3099, 0x309A], [0xA806, 0xA806], [0xA80B, 0xA80B],\n [0xA825, 0xA826], [0xFB1E, 0xFB1E], [0xFE00, 0xFE0F],\n [0xFE20, 0xFE23], [0xFEFF, 0xFEFF], [0xFFF9, 0xFFFB],\n [0x10A01, 0x10A03], [0x10A05, 0x10A06], [0x10A0C, 0x10A0F],\n [0x10A38, 0x10A3A], [0x10A3F, 0x10A3F], [0x1D167, 0x1D169],\n [0x1D173, 0x1D182], [0x1D185, 0x1D18B], [0x1D1AA, 0x1D1AD],\n [0x1D242, 0x1D244], [0xE0001, 0xE0001], [0xE0020, 0xE007F],\n [0xE0100, 0xE01EF]\n ];\n function bisearch(ucs) {\n var min = 0;\n var max = COMBINING.length - 1;\n var mid;\n if (ucs < COMBINING[0][0] || ucs > COMBINING[max][1])\n return false;\n while (max >= min) {\n mid = Math.floor((min + max) / 2);\n if (ucs > COMBINING[mid][1])\n min = mid + 1;\n else if (ucs < COMBINING[mid][0])\n max = mid - 1;\n else\n return true;\n }\n return false;\n }\n function wcwidth(ucs) {\n if (ucs === 0)\n return opts.nul;\n if (ucs < 32 || (ucs >= 0x7f && ucs < 0xa0))\n return opts.control;\n if (bisearch(ucs))\n return 0;\n if (isWide(ucs)) {\n return 2;\n }\n return 1;\n }\n function isWide(ucs) {\n return (ucs >= 0x1100 && (ucs <= 0x115f ||\n ucs === 0x2329 ||\n ucs === 0x232a ||\n (ucs >= 0x2e80 && ucs <= 0xa4cf && ucs !== 0x303f) ||\n (ucs >= 0xac00 && ucs <= 0xd7a3) ||\n (ucs >= 0xf900 && ucs <= 0xfaff) ||\n (ucs >= 0xfe10 && ucs <= 0xfe19) ||\n (ucs >= 0xfe30 && ucs <= 0xfe6f) ||\n (ucs >= 0xff00 && ucs <= 0xff60) ||\n (ucs >= 0xffe0 && ucs <= 0xffe6) ||\n (ucs >= 0x20000 && ucs <= 0x2fffd) ||\n (ucs >= 0x30000 && ucs <= 0x3fffd)));\n }\n return wcwidth;\n})({ nul: 0, control: 0 });\n\n//# sourceMappingURL=InputHandler.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/InputHandler.js\n// module id = 16\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar INVALID_LINK_CLASS = 'xterm-invalid-link';\nvar protocolClause = '(https?:\\\\/\\\\/)';\nvar domainCharacterSet = '[\\\\da-z\\\\.-]+';\nvar negatedDomainCharacterSet = '[^\\\\da-z\\\\.-]+';\nvar domainBodyClause = '(' + domainCharacterSet + ')';\nvar tldClause = '([a-z\\\\.]{2,6})';\nvar ipClause = '((\\\\d{1,3}\\\\.){3}\\\\d{1,3})';\nvar localHostClause = '(localhost)';\nvar portClause = '(:\\\\d{1,5})';\nvar hostClause = '((' + domainBodyClause + '\\\\.' + tldClause + ')|' + ipClause + '|' + localHostClause + ')' + portClause + '?';\nvar pathClause = '(\\\\/[\\\\/\\\\w\\\\.\\\\-%~]*)*';\nvar queryStringHashFragmentCharacterSet = '[0-9\\\\w\\\\[\\\\]\\\\(\\\\)\\\\/\\\\?\\\\!#@$%&\\'*+,:;~\\\\=\\\\.\\\\-]*';\nvar queryStringClause = '(\\\\?' + queryStringHashFragmentCharacterSet + ')?';\nvar hashFragmentClause = '(#' + queryStringHashFragmentCharacterSet + ')?';\nvar negatedPathCharacterSet = '[^\\\\/\\\\w\\\\.\\\\-%]+';\nvar bodyClause = hostClause + pathClause + queryStringClause + hashFragmentClause;\nvar start = '(?:^|' + negatedDomainCharacterSet + ')(';\nvar end = ')($|' + negatedPathCharacterSet + ')';\nvar strictUrlRegex = new RegExp(start + protocolClause + bodyClause + end);\nvar HYPERTEXT_LINK_MATCHER_ID = 0;\nvar Linkifier = (function () {\n function Linkifier() {\n this._nextLinkMatcherId = HYPERTEXT_LINK_MATCHER_ID;\n this._rowTimeoutIds = [];\n this._linkMatchers = [];\n this.registerLinkMatcher(strictUrlRegex, null, { matchIndex: 1 });\n }\n Linkifier.prototype.attachToDom = function (document, rows) {\n this._document = document;\n this._rows = rows;\n };\n Linkifier.prototype.linkifyRow = function (rowIndex) {\n if (!this._document) {\n return;\n }\n var timeoutId = this._rowTimeoutIds[rowIndex];\n if (timeoutId) {\n clearTimeout(timeoutId);\n }\n this._rowTimeoutIds[rowIndex] = setTimeout(this._linkifyRow.bind(this, rowIndex), Linkifier.TIME_BEFORE_LINKIFY);\n };\n Linkifier.prototype.setHypertextLinkHandler = function (handler) {\n this._linkMatchers[HYPERTEXT_LINK_MATCHER_ID].handler = handler;\n };\n Linkifier.prototype.setHypertextValidationCallback = function (callback) {\n this._linkMatchers[HYPERTEXT_LINK_MATCHER_ID].validationCallback = callback;\n };\n Linkifier.prototype.registerLinkMatcher = function (regex, handler, options) {\n if (options === void 0) { options = {}; }\n if (this._nextLinkMatcherId !== HYPERTEXT_LINK_MATCHER_ID && !handler) {\n throw new Error('handler must be defined');\n }\n var matcher = {\n id: this._nextLinkMatcherId++,\n regex: regex,\n handler: handler,\n matchIndex: options.matchIndex,\n validationCallback: options.validationCallback,\n priority: options.priority || 0\n };\n this._addLinkMatcherToList(matcher);\n return matcher.id;\n };\n Linkifier.prototype._addLinkMatcherToList = function (matcher) {\n if (this._linkMatchers.length === 0) {\n this._linkMatchers.push(matcher);\n return;\n }\n for (var i = this._linkMatchers.length - 1; i >= 0; i--) {\n if (matcher.priority <= this._linkMatchers[i].priority) {\n this._linkMatchers.splice(i + 1, 0, matcher);\n return;\n }\n }\n this._linkMatchers.splice(0, 0, matcher);\n };\n Linkifier.prototype.deregisterLinkMatcher = function (matcherId) {\n for (var i = 1; i < this._linkMatchers.length; i++) {\n if (this._linkMatchers[i].id === matcherId) {\n this._linkMatchers.splice(i, 1);\n return true;\n }\n }\n return false;\n };\n Linkifier.prototype._linkifyRow = function (rowIndex) {\n var row = this._rows[rowIndex];\n if (!row) {\n return;\n }\n var text = row.textContent;\n for (var i = 0; i < this._linkMatchers.length; i++) {\n var matcher = this._linkMatchers[i];\n var linkElements = this._doLinkifyRow(row, matcher);\n if (linkElements.length > 0) {\n if (matcher.validationCallback) {\n var _loop_1 = function (j) {\n var element = linkElements[j];\n matcher.validationCallback(element.textContent, element, function (isValid) {\n if (!isValid) {\n element.classList.add(INVALID_LINK_CLASS);\n }\n });\n };\n for (var j = 0; j < linkElements.length; j++) {\n _loop_1(j);\n }\n }\n return;\n }\n }\n };\n Linkifier.prototype._doLinkifyRow = function (row, matcher) {\n var result = [];\n var isHttpLinkMatcher = matcher.id === HYPERTEXT_LINK_MATCHER_ID;\n var nodes = row.childNodes;\n var match = row.textContent.match(matcher.regex);\n if (!match || match.length === 0) {\n return result;\n }\n var uri = match[typeof matcher.matchIndex !== 'number' ? 0 : matcher.matchIndex];\n var rowStartIndex = match.index + uri.length;\n for (var i = 0; i < nodes.length; i++) {\n var node = nodes[i];\n var searchIndex = node.textContent.indexOf(uri);\n if (searchIndex >= 0) {\n var linkElement = this._createAnchorElement(uri, matcher.handler, isHttpLinkMatcher);\n if (node.textContent.length === uri.length) {\n if (node.nodeType === 3) {\n this._replaceNode(node, linkElement);\n }\n else {\n var element = node;\n if (element.nodeName === 'A') {\n return result;\n }\n element.innerHTML = '';\n element.appendChild(linkElement);\n }\n }\n else if (node.childNodes.length > 1) {\n for (var j = 0; j < node.childNodes.length; j++) {\n var childNode = node.childNodes[j];\n var childSearchIndex = childNode.textContent.indexOf(uri);\n if (childSearchIndex !== -1) {\n this._replaceNodeSubstringWithNode(childNode, linkElement, uri, childSearchIndex);\n break;\n }\n }\n }\n else {\n var nodesAdded = this._replaceNodeSubstringWithNode(node, linkElement, uri, searchIndex);\n i += nodesAdded;\n }\n result.push(linkElement);\n match = row.textContent.substring(rowStartIndex).match(matcher.regex);\n if (!match || match.length === 0) {\n return result;\n }\n uri = match[typeof matcher.matchIndex !== 'number' ? 0 : matcher.matchIndex];\n rowStartIndex += match.index + uri.length;\n }\n }\n return result;\n };\n Linkifier.prototype._createAnchorElement = function (uri, handler, isHypertextLinkHandler) {\n var element = this._document.createElement('a');\n element.textContent = uri;\n element.draggable = false;\n if (isHypertextLinkHandler) {\n element.href = uri;\n element.target = '_blank';\n element.addEventListener('click', function (event) {\n if (handler) {\n return handler(event, uri);\n }\n });\n }\n else {\n element.addEventListener('click', function (event) {\n if (element.classList.contains(INVALID_LINK_CLASS)) {\n return;\n }\n return handler(event, uri);\n });\n }\n return element;\n };\n Linkifier.prototype._replaceNode = function (oldNode) {\n var newNodes = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n newNodes[_i - 1] = arguments[_i];\n }\n var parent = oldNode.parentNode;\n for (var i = 0; i < newNodes.length; i++) {\n parent.insertBefore(newNodes[i], oldNode);\n }\n parent.removeChild(oldNode);\n };\n Linkifier.prototype._replaceNodeSubstringWithNode = function (targetNode, newNode, substring, substringIndex) {\n if (targetNode.childNodes.length === 1) {\n targetNode = targetNode.childNodes[0];\n }\n if (targetNode.nodeType !== 3) {\n throw new Error('targetNode must be a text node or only contain a single text node');\n }\n var fullText = targetNode.textContent;\n if (substringIndex === 0) {\n var rightText_1 = fullText.substring(substring.length);\n var rightTextNode_1 = this._document.createTextNode(rightText_1);\n this._replaceNode(targetNode, newNode, rightTextNode_1);\n return 0;\n }\n if (substringIndex === targetNode.textContent.length - substring.length) {\n var leftText_1 = fullText.substring(0, substringIndex);\n var leftTextNode_1 = this._document.createTextNode(leftText_1);\n this._replaceNode(targetNode, leftTextNode_1, newNode);\n return 0;\n }\n var leftText = fullText.substring(0, substringIndex);\n var leftTextNode = this._document.createTextNode(leftText);\n var rightText = fullText.substring(substringIndex + substring.length);\n var rightTextNode = this._document.createTextNode(rightText);\n this._replaceNode(targetNode, leftTextNode, newNode, rightTextNode);\n return 1;\n };\n return Linkifier;\n}());\nLinkifier.TIME_BEFORE_LINKIFY = 200;\nexports.Linkifier = Linkifier;\n\n//# sourceMappingURL=Linkifier.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Linkifier.js\n// module id = 17\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar EscapeSequences_1 = require(\"./EscapeSequences\");\nvar Charsets_1 = require(\"./Charsets\");\nvar normalStateHandler = {};\nnormalStateHandler[EscapeSequences_1.C0.BEL] = function (parser, handler) { return handler.bell(); };\nnormalStateHandler[EscapeSequences_1.C0.LF] = function (parser, handler) { return handler.lineFeed(); };\nnormalStateHandler[EscapeSequences_1.C0.VT] = normalStateHandler[EscapeSequences_1.C0.LF];\nnormalStateHandler[EscapeSequences_1.C0.FF] = normalStateHandler[EscapeSequences_1.C0.LF];\nnormalStateHandler[EscapeSequences_1.C0.CR] = function (parser, handler) { return handler.carriageReturn(); };\nnormalStateHandler[EscapeSequences_1.C0.BS] = function (parser, handler) { return handler.backspace(); };\nnormalStateHandler[EscapeSequences_1.C0.HT] = function (parser, handler) { return handler.tab(); };\nnormalStateHandler[EscapeSequences_1.C0.SO] = function (parser, handler) { return handler.shiftOut(); };\nnormalStateHandler[EscapeSequences_1.C0.SI] = function (parser, handler) { return handler.shiftIn(); };\nnormalStateHandler[EscapeSequences_1.C0.ESC] = function (parser, handler) { return parser.setState(ParserState.ESCAPED); };\nvar escapedStateHandler = {};\nescapedStateHandler['['] = function (parser, terminal) {\n terminal.params = [];\n terminal.currentParam = 0;\n parser.setState(ParserState.CSI_PARAM);\n};\nescapedStateHandler[']'] = function (parser, terminal) {\n terminal.params = [];\n terminal.currentParam = 0;\n parser.setState(ParserState.OSC);\n};\nescapedStateHandler['P'] = function (parser, terminal) {\n terminal.params = [];\n terminal.currentParam = 0;\n parser.setState(ParserState.DCS);\n};\nescapedStateHandler['_'] = function (parser, terminal) {\n parser.setState(ParserState.IGNORE);\n};\nescapedStateHandler['^'] = function (parser, terminal) {\n parser.setState(ParserState.IGNORE);\n};\nescapedStateHandler['c'] = function (parser, terminal) {\n terminal.reset();\n};\nescapedStateHandler['E'] = function (parser, terminal) {\n terminal.x = 0;\n terminal.index();\n parser.setState(ParserState.NORMAL);\n};\nescapedStateHandler['D'] = function (parser, terminal) {\n terminal.index();\n parser.setState(ParserState.NORMAL);\n};\nescapedStateHandler['M'] = function (parser, terminal) {\n terminal.reverseIndex();\n parser.setState(ParserState.NORMAL);\n};\nescapedStateHandler['%'] = function (parser, terminal) {\n terminal.setgLevel(0);\n terminal.setgCharset(0, Charsets_1.DEFAULT_CHARSET);\n parser.setState(ParserState.NORMAL);\n parser.skipNextChar();\n};\nescapedStateHandler[EscapeSequences_1.C0.CAN] = function (parser) { return parser.setState(ParserState.NORMAL); };\nvar csiParamStateHandler = {};\ncsiParamStateHandler['?'] = function (parser) { return parser.setPrefix('?'); };\ncsiParamStateHandler['>'] = function (parser) { return parser.setPrefix('>'); };\ncsiParamStateHandler['!'] = function (parser) { return parser.setPrefix('!'); };\ncsiParamStateHandler['0'] = function (parser) { return parser.setParam(parser.getParam() * 10); };\ncsiParamStateHandler['1'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 1); };\ncsiParamStateHandler['2'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 2); };\ncsiParamStateHandler['3'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 3); };\ncsiParamStateHandler['4'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 4); };\ncsiParamStateHandler['5'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 5); };\ncsiParamStateHandler['6'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 6); };\ncsiParamStateHandler['7'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 7); };\ncsiParamStateHandler['8'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 8); };\ncsiParamStateHandler['9'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 9); };\ncsiParamStateHandler['$'] = function (parser) { return parser.setPostfix('$'); };\ncsiParamStateHandler['\"'] = function (parser) { return parser.setPostfix('\"'); };\ncsiParamStateHandler[' '] = function (parser) { return parser.setPostfix(' '); };\ncsiParamStateHandler['\\''] = function (parser) { return parser.setPostfix('\\''); };\ncsiParamStateHandler[';'] = function (parser) { return parser.finalizeParam(); };\ncsiParamStateHandler[EscapeSequences_1.C0.CAN] = function (parser) { return parser.setState(ParserState.NORMAL); };\nvar csiStateHandler = {};\ncsiStateHandler['@'] = function (handler, params, prefix) { return handler.insertChars(params); };\ncsiStateHandler['A'] = function (handler, params, prefix) { return handler.cursorUp(params); };\ncsiStateHandler['B'] = function (handler, params, prefix) { return handler.cursorDown(params); };\ncsiStateHandler['C'] = function (handler, params, prefix) { return handler.cursorForward(params); };\ncsiStateHandler['D'] = function (handler, params, prefix) { return handler.cursorBackward(params); };\ncsiStateHandler['E'] = function (handler, params, prefix) { return handler.cursorNextLine(params); };\ncsiStateHandler['F'] = function (handler, params, prefix) { return handler.cursorPrecedingLine(params); };\ncsiStateHandler['G'] = function (handler, params, prefix) { return handler.cursorCharAbsolute(params); };\ncsiStateHandler['H'] = function (handler, params, prefix) { return handler.cursorPosition(params); };\ncsiStateHandler['I'] = function (handler, params, prefix) { return handler.cursorForwardTab(params); };\ncsiStateHandler['J'] = function (handler, params, prefix) { return handler.eraseInDisplay(params); };\ncsiStateHandler['K'] = function (handler, params, prefix) { return handler.eraseInLine(params); };\ncsiStateHandler['L'] = function (handler, params, prefix) { return handler.insertLines(params); };\ncsiStateHandler['M'] = function (handler, params, prefix) { return handler.deleteLines(params); };\ncsiStateHandler['P'] = function (handler, params, prefix) { return handler.deleteChars(params); };\ncsiStateHandler['S'] = function (handler, params, prefix) { return handler.scrollUp(params); };\ncsiStateHandler['T'] = function (handler, params, prefix) {\n if (params.length < 2 && !prefix) {\n handler.scrollDown(params);\n }\n};\ncsiStateHandler['X'] = function (handler, params, prefix) { return handler.eraseChars(params); };\ncsiStateHandler['Z'] = function (handler, params, prefix) { return handler.cursorBackwardTab(params); };\ncsiStateHandler['`'] = function (handler, params, prefix) { return handler.charPosAbsolute(params); };\ncsiStateHandler['a'] = function (handler, params, prefix) { return handler.HPositionRelative(params); };\ncsiStateHandler['b'] = function (handler, params, prefix) { return handler.repeatPrecedingCharacter(params); };\ncsiStateHandler['c'] = function (handler, params, prefix) { return handler.sendDeviceAttributes(params); };\ncsiStateHandler['d'] = function (handler, params, prefix) { return handler.linePosAbsolute(params); };\ncsiStateHandler['e'] = function (handler, params, prefix) { return handler.VPositionRelative(params); };\ncsiStateHandler['f'] = function (handler, params, prefix) { return handler.HVPosition(params); };\ncsiStateHandler['g'] = function (handler, params, prefix) { return handler.tabClear(params); };\ncsiStateHandler['h'] = function (handler, params, prefix) { return handler.setMode(params); };\ncsiStateHandler['l'] = function (handler, params, prefix) { return handler.resetMode(params); };\ncsiStateHandler['m'] = function (handler, params, prefix) { return handler.charAttributes(params); };\ncsiStateHandler['n'] = function (handler, params, prefix) { return handler.deviceStatus(params); };\ncsiStateHandler['p'] = function (handler, params, prefix) {\n switch (prefix) {\n case '!':\n handler.softReset(params);\n break;\n }\n};\ncsiStateHandler['q'] = function (handler, params, prefix, postfix) {\n if (postfix === ' ') {\n handler.setCursorStyle(params);\n }\n};\ncsiStateHandler['r'] = function (handler, params) { return handler.setScrollRegion(params); };\ncsiStateHandler['s'] = function (handler, params) { return handler.saveCursor(params); };\ncsiStateHandler['u'] = function (handler, params) { return handler.restoreCursor(params); };\ncsiStateHandler[EscapeSequences_1.C0.CAN] = function (handler, params, prefix, postfix, parser) { return parser.setState(ParserState.NORMAL); };\nvar ParserState;\n(function (ParserState) {\n ParserState[ParserState[\"NORMAL\"] = 0] = \"NORMAL\";\n ParserState[ParserState[\"ESCAPED\"] = 1] = \"ESCAPED\";\n ParserState[ParserState[\"CSI_PARAM\"] = 2] = \"CSI_PARAM\";\n ParserState[ParserState[\"CSI\"] = 3] = \"CSI\";\n ParserState[ParserState[\"OSC\"] = 4] = \"OSC\";\n ParserState[ParserState[\"CHARSET\"] = 5] = \"CHARSET\";\n ParserState[ParserState[\"DCS\"] = 6] = \"DCS\";\n ParserState[ParserState[\"IGNORE\"] = 7] = \"IGNORE\";\n})(ParserState || (ParserState = {}));\nvar Parser = (function () {\n function Parser(_inputHandler, _terminal) {\n this._inputHandler = _inputHandler;\n this._terminal = _terminal;\n this._state = ParserState.NORMAL;\n }\n Parser.prototype.parse = function (data) {\n var l = data.length, j, cs, ch, code, low;\n this._position = 0;\n if (this._terminal.surrogate_high) {\n data = this._terminal.surrogate_high + data;\n this._terminal.surrogate_high = '';\n }\n for (; this._position < l; this._position++) {\n ch = data[this._position];\n code = data.charCodeAt(this._position);\n if (0xD800 <= code && code <= 0xDBFF) {\n low = data.charCodeAt(this._position + 1);\n if (isNaN(low)) {\n this._terminal.surrogate_high = ch;\n continue;\n }\n code = ((code - 0xD800) * 0x400) + (low - 0xDC00) + 0x10000;\n ch += data.charAt(this._position + 1);\n }\n if (0xDC00 <= code && code <= 0xDFFF)\n continue;\n switch (this._state) {\n case ParserState.NORMAL:\n if (ch in normalStateHandler) {\n normalStateHandler[ch](this, this._inputHandler);\n }\n else {\n this._inputHandler.addChar(ch, code);\n }\n break;\n case ParserState.ESCAPED:\n if (ch in escapedStateHandler) {\n escapedStateHandler[ch](this, this._terminal);\n break;\n }\n switch (ch) {\n case '(':\n case ')':\n case '*':\n case '+':\n case '-':\n case '.':\n switch (ch) {\n case '(':\n this._terminal.gcharset = 0;\n break;\n case ')':\n this._terminal.gcharset = 1;\n break;\n case '*':\n this._terminal.gcharset = 2;\n break;\n case '+':\n this._terminal.gcharset = 3;\n break;\n case '-':\n this._terminal.gcharset = 1;\n break;\n case '.':\n this._terminal.gcharset = 2;\n break;\n }\n this._state = ParserState.CHARSET;\n break;\n case '/':\n this._terminal.gcharset = 3;\n this._state = ParserState.CHARSET;\n this._position--;\n break;\n case 'N':\n break;\n case 'O':\n break;\n case 'n':\n this._terminal.setgLevel(2);\n break;\n case 'o':\n this._terminal.setgLevel(3);\n break;\n case '|':\n this._terminal.setgLevel(3);\n break;\n case '}':\n this._terminal.setgLevel(2);\n break;\n case '~':\n this._terminal.setgLevel(1);\n break;\n case '7':\n this._inputHandler.saveCursor();\n this._state = ParserState.NORMAL;\n break;\n case '8':\n this._inputHandler.restoreCursor();\n this._state = ParserState.NORMAL;\n break;\n case '#':\n this._state = ParserState.NORMAL;\n this._position++;\n break;\n case 'H':\n this._terminal.tabSet();\n this._state = ParserState.NORMAL;\n break;\n case '=':\n this._terminal.log('Serial port requested application keypad.');\n this._terminal.applicationKeypad = true;\n this._terminal.viewport.syncScrollArea();\n this._state = ParserState.NORMAL;\n break;\n case '>':\n this._terminal.log('Switching back to normal keypad.');\n this._terminal.applicationKeypad = false;\n this._terminal.viewport.syncScrollArea();\n this._state = ParserState.NORMAL;\n break;\n default:\n this._state = ParserState.NORMAL;\n this._terminal.error('Unknown ESC control: %s.', ch);\n break;\n }\n break;\n case ParserState.CHARSET:\n if (ch in Charsets_1.CHARSETS) {\n cs = Charsets_1.CHARSETS[ch];\n if (ch === '/') {\n this.skipNextChar();\n }\n }\n else {\n cs = Charsets_1.DEFAULT_CHARSET;\n }\n this._terminal.setgCharset(this._terminal.gcharset, cs);\n this._terminal.gcharset = null;\n this._state = ParserState.NORMAL;\n break;\n case ParserState.OSC:\n if (ch === EscapeSequences_1.C0.ESC || ch === EscapeSequences_1.C0.BEL) {\n if (ch === EscapeSequences_1.C0.ESC)\n this._position++;\n this._terminal.params.push(this._terminal.currentParam);\n switch (this._terminal.params[0]) {\n case 0:\n case 1:\n case 2:\n if (this._terminal.params[1]) {\n this._terminal.title = this._terminal.params[1];\n this._terminal.handleTitle(this._terminal.title);\n }\n break;\n case 3:\n break;\n case 4:\n case 5:\n break;\n case 10:\n case 11:\n case 12:\n case 13:\n case 14:\n case 15:\n case 16:\n case 17:\n case 18:\n case 19:\n break;\n case 46:\n break;\n case 50:\n break;\n case 51:\n break;\n case 52:\n break;\n case 104:\n case 105:\n case 110:\n case 111:\n case 112:\n case 113:\n case 114:\n case 115:\n case 116:\n case 117:\n case 118:\n break;\n }\n this._terminal.params = [];\n this._terminal.currentParam = 0;\n this._state = ParserState.NORMAL;\n }\n else {\n if (!this._terminal.params.length) {\n if (ch >= '0' && ch <= '9') {\n this._terminal.currentParam =\n this._terminal.currentParam * 10 + ch.charCodeAt(0) - 48;\n }\n else if (ch === ';') {\n this._terminal.params.push(this._terminal.currentParam);\n this._terminal.currentParam = '';\n }\n }\n else {\n this._terminal.currentParam += ch;\n }\n }\n break;\n case ParserState.CSI_PARAM:\n if (ch in csiParamStateHandler) {\n csiParamStateHandler[ch](this);\n break;\n }\n this.finalizeParam();\n this._state = ParserState.CSI;\n case ParserState.CSI:\n if (ch in csiStateHandler) {\n csiStateHandler[ch](this._inputHandler, this._terminal.params, this._terminal.prefix, this._terminal.postfix, this);\n }\n else {\n this._terminal.error('Unknown CSI code: %s.', ch);\n }\n this._state = ParserState.NORMAL;\n this._terminal.prefix = '';\n this._terminal.postfix = '';\n break;\n case ParserState.DCS:\n if (ch === EscapeSequences_1.C0.ESC || ch === EscapeSequences_1.C0.BEL) {\n if (ch === EscapeSequences_1.C0.ESC)\n this._position++;\n var pt = void 0;\n var valid = void 0;\n switch (this._terminal.prefix) {\n case '':\n break;\n case '$q':\n pt = this._terminal.currentParam;\n valid = false;\n switch (pt) {\n case '\"q':\n pt = '0\"q';\n break;\n case '\"p':\n pt = '61\"p';\n break;\n case 'r':\n pt = ''\n + (this._terminal.scrollTop + 1)\n + ';'\n + (this._terminal.scrollBottom + 1)\n + 'r';\n break;\n case 'm':\n pt = '0m';\n break;\n default:\n this._terminal.error('Unknown DCS Pt: %s.', pt);\n pt = '';\n break;\n }\n this._terminal.send(EscapeSequences_1.C0.ESC + 'P' + +valid + '$r' + pt + EscapeSequences_1.C0.ESC + '\\\\');\n break;\n case '+p':\n break;\n case '+q':\n pt = this._terminal.currentParam;\n valid = false;\n this._terminal.send(EscapeSequences_1.C0.ESC + 'P' + +valid + '+r' + pt + EscapeSequences_1.C0.ESC + '\\\\');\n break;\n default:\n this._terminal.error('Unknown DCS prefix: %s.', this._terminal.prefix);\n break;\n }\n this._terminal.currentParam = 0;\n this._terminal.prefix = '';\n this._state = ParserState.NORMAL;\n }\n else if (!this._terminal.currentParam) {\n if (!this._terminal.prefix && ch !== '$' && ch !== '+') {\n this._terminal.currentParam = ch;\n }\n else if (this._terminal.prefix.length === 2) {\n this._terminal.currentParam = ch;\n }\n else {\n this._terminal.prefix += ch;\n }\n }\n else {\n this._terminal.currentParam += ch;\n }\n break;\n case ParserState.IGNORE:\n if (ch === EscapeSequences_1.C0.ESC || ch === EscapeSequences_1.C0.BEL) {\n if (ch === EscapeSequences_1.C0.ESC)\n this._position++;\n this._state = ParserState.NORMAL;\n }\n break;\n }\n }\n return this._state;\n };\n Parser.prototype.setState = function (state) {\n this._state = state;\n };\n Parser.prototype.setPrefix = function (prefix) {\n this._terminal.prefix = prefix;\n };\n Parser.prototype.setPostfix = function (postfix) {\n this._terminal.postfix = postfix;\n };\n Parser.prototype.setParam = function (param) {\n this._terminal.currentParam = param;\n };\n Parser.prototype.getParam = function () {\n return this._terminal.currentParam;\n };\n Parser.prototype.finalizeParam = function () {\n this._terminal.params.push(this._terminal.currentParam);\n this._terminal.currentParam = 0;\n };\n Parser.prototype.skipNextChar = function () {\n this._position++;\n };\n return Parser;\n}());\nexports.Parser = Parser;\n\n//# sourceMappingURL=Parser.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Parser.js\n// module id = 18\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar DomElementObjectPool_1 = require(\"./utils/DomElementObjectPool\");\nvar MAX_REFRESH_FRAME_SKIP = 5;\nvar FLAGS;\n(function (FLAGS) {\n FLAGS[FLAGS[\"BOLD\"] = 1] = \"BOLD\";\n FLAGS[FLAGS[\"UNDERLINE\"] = 2] = \"UNDERLINE\";\n FLAGS[FLAGS[\"BLINK\"] = 4] = \"BLINK\";\n FLAGS[FLAGS[\"INVERSE\"] = 8] = \"INVERSE\";\n FLAGS[FLAGS[\"INVISIBLE\"] = 16] = \"INVISIBLE\";\n})(FLAGS || (FLAGS = {}));\n;\nvar brokenBold = null;\nvar Renderer = (function () {\n function Renderer(_terminal) {\n this._terminal = _terminal;\n this._refreshRowsQueue = [];\n this._refreshFramesSkipped = 0;\n this._refreshAnimationFrame = null;\n this._spanElementObjectPool = new DomElementObjectPool_1.DomElementObjectPool('span');\n if (brokenBold === null) {\n brokenBold = checkBoldBroken(this._terminal.element);\n }\n this._spanElementObjectPool = new DomElementObjectPool_1.DomElementObjectPool('span');\n }\n Renderer.prototype.queueRefresh = function (start, end) {\n this._refreshRowsQueue.push({ start: start, end: end });\n if (!this._refreshAnimationFrame) {\n this._refreshAnimationFrame = window.requestAnimationFrame(this._refreshLoop.bind(this));\n }\n };\n Renderer.prototype._refreshLoop = function () {\n var skipFrame = this._terminal.writeBuffer.length > 0 && this._refreshFramesSkipped++ <= MAX_REFRESH_FRAME_SKIP;\n if (skipFrame) {\n this._refreshAnimationFrame = window.requestAnimationFrame(this._refreshLoop.bind(this));\n return;\n }\n this._refreshFramesSkipped = 0;\n var start;\n var end;\n if (this._refreshRowsQueue.length > 4) {\n start = 0;\n end = this._terminal.rows - 1;\n }\n else {\n start = this._refreshRowsQueue[0].start;\n end = this._refreshRowsQueue[0].end;\n for (var i = 1; i < this._refreshRowsQueue.length; i++) {\n if (this._refreshRowsQueue[i].start < start) {\n start = this._refreshRowsQueue[i].start;\n }\n if (this._refreshRowsQueue[i].end > end) {\n end = this._refreshRowsQueue[i].end;\n }\n }\n }\n this._refreshRowsQueue = [];\n this._refreshAnimationFrame = null;\n this._refresh(start, end);\n };\n Renderer.prototype._refresh = function (start, end) {\n var parent;\n if (end - start >= this._terminal.rows / 2) {\n parent = this._terminal.element.parentNode;\n if (parent) {\n this._terminal.element.removeChild(this._terminal.rowContainer);\n }\n }\n var width = this._terminal.cols;\n var y = start;\n if (end >= this._terminal.rows) {\n this._terminal.log('`end` is too large. Most likely a bad CSR.');\n end = this._terminal.rows - 1;\n }\n for (; y <= end; y++) {\n var row = y + this._terminal.ydisp;\n var line = this._terminal.lines.get(row);\n var x = void 0;\n if (this._terminal.y === y - (this._terminal.ybase - this._terminal.ydisp) &&\n this._terminal.cursorState &&\n !this._terminal.cursorHidden) {\n x = this._terminal.x;\n }\n else {\n x = -1;\n }\n var attr = this._terminal.defAttr;\n var documentFragment = document.createDocumentFragment();\n var innerHTML = '';\n var currentElement = void 0;\n while (this._terminal.children[y].children.length) {\n var child = this._terminal.children[y].children[0];\n this._terminal.children[y].removeChild(child);\n this._spanElementObjectPool.release(child);\n }\n for (var i = 0; i < width; i++) {\n var data = line[i][0];\n var ch = line[i][1];\n var ch_width = line[i][2];\n if (!ch_width) {\n continue;\n }\n if (i === x) {\n data = -1;\n }\n if (data !== attr) {\n if (attr !== this._terminal.defAttr) {\n if (innerHTML) {\n currentElement.innerHTML = innerHTML;\n innerHTML = '';\n }\n documentFragment.appendChild(currentElement);\n currentElement = null;\n }\n if (data !== this._terminal.defAttr) {\n if (innerHTML && !currentElement) {\n currentElement = this._spanElementObjectPool.acquire();\n }\n if (currentElement) {\n if (innerHTML) {\n currentElement.innerHTML = innerHTML;\n innerHTML = '';\n }\n documentFragment.appendChild(currentElement);\n }\n currentElement = this._spanElementObjectPool.acquire();\n if (data === -1) {\n currentElement.classList.add('reverse-video');\n currentElement.classList.add('terminal-cursor');\n }\n else {\n var bg = data & 0x1ff;\n var fg = (data >> 9) & 0x1ff;\n var flags = data >> 18;\n if (flags & FLAGS.BOLD) {\n if (!brokenBold) {\n currentElement.classList.add('xterm-bold');\n }\n if (fg < 8) {\n fg += 8;\n }\n }\n if (flags & FLAGS.UNDERLINE) {\n currentElement.classList.add('xterm-underline');\n }\n if (flags & FLAGS.BLINK) {\n currentElement.classList.add('xterm-blink');\n }\n if (flags & FLAGS.INVERSE) {\n var temp = bg;\n bg = fg;\n fg = temp;\n if ((flags & 1) && fg < 8) {\n fg += 8;\n }\n }\n if (flags & FLAGS.INVISIBLE) {\n currentElement.classList.add('xterm-hidden');\n }\n if (flags & FLAGS.INVERSE) {\n if (bg === 257) {\n bg = 15;\n }\n if (fg === 256) {\n fg = 0;\n }\n }\n if (bg < 256) {\n currentElement.classList.add(\"xterm-bg-color-\" + bg);\n }\n if (fg < 256) {\n currentElement.classList.add(\"xterm-color-\" + fg);\n }\n }\n }\n }\n if (ch_width === 2) {\n innerHTML += \"\" + ch + \"\";\n }\n else if (ch.charCodeAt(0) > 255) {\n innerHTML += \"\" + ch + \"\";\n }\n else {\n switch (ch) {\n case '&':\n innerHTML += '&';\n break;\n case '<':\n innerHTML += '<';\n break;\n case '>':\n innerHTML += '>';\n break;\n default:\n if (ch <= ' ') {\n innerHTML += ' ';\n }\n else {\n innerHTML += ch;\n }\n break;\n }\n }\n attr = data;\n }\n if (innerHTML && !currentElement) {\n currentElement = this._spanElementObjectPool.acquire();\n }\n if (currentElement) {\n if (innerHTML) {\n currentElement.innerHTML = innerHTML;\n innerHTML = '';\n }\n documentFragment.appendChild(currentElement);\n currentElement = null;\n }\n this._terminal.children[y].appendChild(documentFragment);\n }\n if (parent) {\n this._terminal.element.appendChild(this._terminal.rowContainer);\n }\n this._terminal.emit('refresh', { element: this._terminal.element, start: start, end: end });\n };\n ;\n Renderer.prototype.refreshSelection = function (start, end) {\n while (this._terminal.selectionContainer.children.length) {\n this._terminal.selectionContainer.removeChild(this._terminal.selectionContainer.children[0]);\n }\n if (!start || !end) {\n return;\n }\n var viewportStartRow = start[1] - this._terminal.ydisp;\n var viewportEndRow = end[1] - this._terminal.ydisp;\n var viewportCappedStartRow = Math.max(viewportStartRow, 0);\n var viewportCappedEndRow = Math.min(viewportEndRow, this._terminal.rows - 1);\n if (viewportCappedStartRow >= this._terminal.rows || viewportCappedEndRow < 0) {\n return;\n }\n var documentFragment = document.createDocumentFragment();\n var startCol = viewportStartRow === viewportCappedStartRow ? start[0] : 0;\n var endCol = viewportCappedStartRow === viewportCappedEndRow ? end[0] : this._terminal.cols;\n documentFragment.appendChild(this._createSelectionElement(viewportCappedStartRow, startCol, endCol));\n var middleRowsCount = viewportCappedEndRow - viewportCappedStartRow - 1;\n documentFragment.appendChild(this._createSelectionElement(viewportCappedStartRow + 1, 0, this._terminal.cols, middleRowsCount));\n if (viewportCappedStartRow !== viewportCappedEndRow) {\n var endCol_1 = viewportEndRow === viewportCappedEndRow ? end[0] : this._terminal.cols;\n documentFragment.appendChild(this._createSelectionElement(viewportCappedEndRow, 0, endCol_1));\n }\n this._terminal.selectionContainer.appendChild(documentFragment);\n };\n Renderer.prototype._createSelectionElement = function (row, colStart, colEnd, rowCount) {\n if (rowCount === void 0) { rowCount = 1; }\n var element = document.createElement('div');\n element.style.height = rowCount * this._terminal.charMeasure.height + \"px\";\n element.style.top = row * this._terminal.charMeasure.height + \"px\";\n element.style.left = colStart * this._terminal.charMeasure.width + \"px\";\n element.style.width = this._terminal.charMeasure.width * (colEnd - colStart) + \"px\";\n return element;\n };\n return Renderer;\n}());\nexports.Renderer = Renderer;\nfunction checkBoldBroken(terminal) {\n var document = terminal.ownerDocument;\n var el = document.createElement('span');\n el.innerHTML = 'hello world';\n terminal.appendChild(el);\n var w1 = el.offsetWidth;\n var h1 = el.offsetHeight;\n el.style.fontWeight = 'bold';\n var w2 = el.offsetWidth;\n var h2 = el.offsetHeight;\n terminal.removeChild(el);\n return w1 !== w2 || h1 !== h2;\n}\n\n//# sourceMappingURL=Renderer.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Renderer.js\n// module id = 19\n// module chunks = 0","\"use strict\";\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Mouse = require(\"./utils/Mouse\");\nvar Browser = require(\"./utils/Browser\");\nvar EventEmitter_1 = require(\"./EventEmitter\");\nvar SelectionModel_1 = require(\"./SelectionModel\");\nvar DRAG_SCROLL_MAX_THRESHOLD = 50;\nvar DRAG_SCROLL_MAX_SPEED = 15;\nvar DRAG_SCROLL_INTERVAL = 50;\nvar CLEAR_MOUSE_DOWN_TIME = 400;\nvar CLEAR_MOUSE_DISTANCE = 10;\nvar WORD_SEPARATORS = ' ()[]{}\\'\"';\nvar LINE_DATA_CHAR_INDEX = 1;\nvar LINE_DATA_WIDTH_INDEX = 2;\nvar NON_BREAKING_SPACE_CHAR = String.fromCharCode(160);\nvar ALL_NON_BREAKING_SPACE_REGEX = new RegExp(NON_BREAKING_SPACE_CHAR, 'g');\nvar SelectionMode;\n(function (SelectionMode) {\n SelectionMode[SelectionMode[\"NORMAL\"] = 0] = \"NORMAL\";\n SelectionMode[SelectionMode[\"WORD\"] = 1] = \"WORD\";\n SelectionMode[SelectionMode[\"LINE\"] = 2] = \"LINE\";\n})(SelectionMode || (SelectionMode = {}));\nvar SelectionManager = (function (_super) {\n __extends(SelectionManager, _super);\n function SelectionManager(_terminal, _buffer, _rowContainer, _charMeasure) {\n var _this = _super.call(this) || this;\n _this._terminal = _terminal;\n _this._buffer = _buffer;\n _this._rowContainer = _rowContainer;\n _this._charMeasure = _charMeasure;\n _this._initListeners();\n _this.enable();\n _this._model = new SelectionModel_1.SelectionModel(_terminal);\n _this._lastMouseDownTime = 0;\n _this._activeSelectionMode = SelectionMode.NORMAL;\n return _this;\n }\n SelectionManager.prototype._initListeners = function () {\n var _this = this;\n this._bufferTrimListener = function (amount) { return _this._onTrim(amount); };\n this._mouseMoveListener = function (event) { return _this._onMouseMove(event); };\n this._mouseDownListener = function (event) { return _this._onMouseDown(event); };\n this._mouseUpListener = function (event) { return _this._onMouseUp(event); };\n };\n SelectionManager.prototype.disable = function () {\n this.clearSelection();\n this._buffer.off('trim', this._bufferTrimListener);\n this._rowContainer.removeEventListener('mousedown', this._mouseDownListener);\n };\n SelectionManager.prototype.enable = function () {\n this._buffer.on('trim', this._bufferTrimListener);\n this._rowContainer.addEventListener('mousedown', this._mouseDownListener);\n };\n SelectionManager.prototype.setBuffer = function (buffer) {\n this._buffer = buffer;\n this.clearSelection();\n };\n Object.defineProperty(SelectionManager.prototype, \"hasSelection\", {\n get: function () {\n var start = this._model.finalSelectionStart;\n var end = this._model.finalSelectionEnd;\n if (!start || !end) {\n return false;\n }\n return start[0] !== end[0] || start[1] !== end[1];\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(SelectionManager.prototype, \"selectionText\", {\n get: function () {\n var start = this._model.finalSelectionStart;\n var end = this._model.finalSelectionEnd;\n if (!start || !end) {\n return '';\n }\n var startRowEndCol = start[1] === end[1] ? end[0] : null;\n var result = [];\n result.push(this._translateBufferLineToString(this._buffer.get(start[1]), true, start[0], startRowEndCol));\n for (var i = start[1] + 1; i <= end[1] - 1; i++) {\n var bufferLine = this._buffer.get(i);\n var lineText = this._translateBufferLineToString(bufferLine, true);\n if (bufferLine.isWrapped) {\n result[result.length - 1] += lineText;\n }\n else {\n result.push(lineText);\n }\n }\n if (start[1] !== end[1]) {\n var bufferLine = this._buffer.get(end[1]);\n var lineText = this._translateBufferLineToString(bufferLine, true, 0, end[0]);\n if (bufferLine.isWrapped) {\n result[result.length - 1] += lineText;\n }\n else {\n result.push(lineText);\n }\n }\n var formattedResult = result.map(function (line) {\n return line.replace(ALL_NON_BREAKING_SPACE_REGEX, ' ');\n }).join(Browser.isMSWindows ? '\\r\\n' : '\\n');\n return formattedResult;\n },\n enumerable: true,\n configurable: true\n });\n SelectionManager.prototype.clearSelection = function () {\n this._model.clearSelection();\n this._removeMouseDownListeners();\n this.refresh();\n };\n SelectionManager.prototype._translateBufferLineToString = function (line, trimRight, startCol, endCol) {\n if (startCol === void 0) { startCol = 0; }\n if (endCol === void 0) { endCol = null; }\n var lineString = '';\n var widthAdjustedStartCol = startCol;\n var widthAdjustedEndCol = endCol;\n for (var i = 0; i < line.length; i++) {\n var char = line[i];\n lineString += char[LINE_DATA_CHAR_INDEX];\n if (char[LINE_DATA_WIDTH_INDEX] === 0) {\n if (startCol >= i) {\n widthAdjustedStartCol--;\n }\n if (endCol >= i) {\n widthAdjustedEndCol--;\n }\n }\n }\n var finalEndCol = widthAdjustedEndCol || line.length;\n if (trimRight) {\n var rightWhitespaceIndex = lineString.search(/\\s+$/);\n if (rightWhitespaceIndex !== -1) {\n finalEndCol = Math.min(finalEndCol, rightWhitespaceIndex);\n }\n if (finalEndCol <= widthAdjustedStartCol) {\n return '';\n }\n }\n return lineString.substring(widthAdjustedStartCol, finalEndCol);\n };\n SelectionManager.prototype.refresh = function (isNewSelection) {\n var _this = this;\n if (!this._refreshAnimationFrame) {\n this._refreshAnimationFrame = window.requestAnimationFrame(function () { return _this._refresh(); });\n }\n if (Browser.isLinux && isNewSelection) {\n var selectionText = this.selectionText;\n if (selectionText.length) {\n this.emit('newselection', this.selectionText);\n }\n }\n };\n SelectionManager.prototype._refresh = function () {\n this._refreshAnimationFrame = null;\n this.emit('refresh', { start: this._model.finalSelectionStart, end: this._model.finalSelectionEnd });\n };\n SelectionManager.prototype.selectAll = function () {\n this._model.isSelectAllActive = true;\n this.refresh();\n };\n SelectionManager.prototype._onTrim = function (amount) {\n var needsRefresh = this._model.onTrim(amount);\n if (needsRefresh) {\n this.refresh();\n }\n };\n SelectionManager.prototype._getMouseBufferCoords = function (event) {\n var coords = Mouse.getCoords(event, this._rowContainer, this._charMeasure, this._terminal.cols, this._terminal.rows, true);\n coords[0]--;\n coords[1]--;\n coords[1] += this._terminal.ydisp;\n return coords;\n };\n SelectionManager.prototype._getMouseEventScrollAmount = function (event) {\n var offset = Mouse.getCoordsRelativeToElement(event, this._rowContainer)[1];\n var terminalHeight = this._terminal.rows * this._charMeasure.height;\n if (offset >= 0 && offset <= terminalHeight) {\n return 0;\n }\n if (offset > terminalHeight) {\n offset -= terminalHeight;\n }\n offset = Math.min(Math.max(offset, -DRAG_SCROLL_MAX_THRESHOLD), DRAG_SCROLL_MAX_THRESHOLD);\n offset /= DRAG_SCROLL_MAX_THRESHOLD;\n return (offset / Math.abs(offset)) + Math.round(offset * (DRAG_SCROLL_MAX_SPEED - 1));\n };\n SelectionManager.prototype._onMouseDown = function (event) {\n if (event.button !== 0) {\n return;\n }\n event.preventDefault();\n this._dragScrollAmount = 0;\n this._setMouseClickCount(event);\n if (event.shiftKey) {\n this._onShiftClick(event);\n }\n else {\n if (this._clickCount === 1) {\n this._onSingleClick(event);\n }\n else if (this._clickCount === 2) {\n this._onDoubleClick(event);\n }\n else if (this._clickCount === 3) {\n this._onTripleClick(event);\n }\n }\n this._addMouseDownListeners();\n this.refresh(true);\n };\n SelectionManager.prototype._addMouseDownListeners = function () {\n var _this = this;\n this._rowContainer.ownerDocument.addEventListener('mousemove', this._mouseMoveListener);\n this._rowContainer.ownerDocument.addEventListener('mouseup', this._mouseUpListener);\n this._dragScrollIntervalTimer = setInterval(function () { return _this._dragScroll(); }, DRAG_SCROLL_INTERVAL);\n };\n SelectionManager.prototype._removeMouseDownListeners = function () {\n this._rowContainer.ownerDocument.removeEventListener('mousemove', this._mouseMoveListener);\n this._rowContainer.ownerDocument.removeEventListener('mouseup', this._mouseUpListener);\n clearInterval(this._dragScrollIntervalTimer);\n this._dragScrollIntervalTimer = null;\n };\n SelectionManager.prototype._onShiftClick = function (event) {\n if (this._model.selectionStart) {\n this._model.selectionEnd = this._getMouseBufferCoords(event);\n }\n };\n SelectionManager.prototype._onSingleClick = function (event) {\n this._model.selectionStartLength = 0;\n this._model.isSelectAllActive = false;\n this._activeSelectionMode = SelectionMode.NORMAL;\n this._model.selectionStart = this._getMouseBufferCoords(event);\n if (this._model.selectionStart) {\n this._model.selectionEnd = null;\n var char = this._buffer.get(this._model.selectionStart[1])[this._model.selectionStart[0]];\n if (char[LINE_DATA_WIDTH_INDEX] === 0) {\n this._model.selectionStart[0]++;\n }\n }\n };\n SelectionManager.prototype._onDoubleClick = function (event) {\n var coords = this._getMouseBufferCoords(event);\n if (coords) {\n this._activeSelectionMode = SelectionMode.WORD;\n this._selectWordAt(coords);\n }\n };\n SelectionManager.prototype._onTripleClick = function (event) {\n var coords = this._getMouseBufferCoords(event);\n if (coords) {\n this._activeSelectionMode = SelectionMode.LINE;\n this._selectLineAt(coords[1]);\n }\n };\n SelectionManager.prototype._setMouseClickCount = function (event) {\n var currentTime = (new Date()).getTime();\n if (currentTime - this._lastMouseDownTime > CLEAR_MOUSE_DOWN_TIME || this._distanceFromLastMousePosition(event) > CLEAR_MOUSE_DISTANCE) {\n this._clickCount = 0;\n }\n this._lastMouseDownTime = currentTime;\n this._lastMousePosition = [event.pageX, event.pageY];\n this._clickCount++;\n };\n SelectionManager.prototype._distanceFromLastMousePosition = function (event) {\n var result = Math.max(Math.abs(this._lastMousePosition[0] - event.pageX), Math.abs(this._lastMousePosition[1] - event.pageY));\n return result;\n };\n SelectionManager.prototype._onMouseMove = function (event) {\n var previousSelectionEnd = this._model.selectionEnd ? [this._model.selectionEnd[0], this._model.selectionEnd[1]] : null;\n this._model.selectionEnd = this._getMouseBufferCoords(event);\n if (this._activeSelectionMode === SelectionMode.LINE) {\n if (this._model.selectionEnd[1] < this._model.selectionStart[1]) {\n this._model.selectionEnd[0] = 0;\n }\n else {\n this._model.selectionEnd[0] = this._terminal.cols;\n }\n }\n else if (this._activeSelectionMode === SelectionMode.WORD) {\n this._selectToWordAt(this._model.selectionEnd);\n }\n this._dragScrollAmount = this._getMouseEventScrollAmount(event);\n if (this._dragScrollAmount > 0) {\n this._model.selectionEnd[0] = this._terminal.cols - 1;\n }\n else if (this._dragScrollAmount < 0) {\n this._model.selectionEnd[0] = 0;\n }\n if (this._model.selectionEnd[1] < this._buffer.length) {\n var char = this._buffer.get(this._model.selectionEnd[1])[this._model.selectionEnd[0]];\n if (char && char[2] === 0) {\n this._model.selectionEnd[0]++;\n }\n }\n if (!previousSelectionEnd ||\n previousSelectionEnd[0] !== this._model.selectionEnd[0] ||\n previousSelectionEnd[1] !== this._model.selectionEnd[1]) {\n this.refresh(true);\n }\n };\n SelectionManager.prototype._dragScroll = function () {\n if (this._dragScrollAmount) {\n this._terminal.scrollDisp(this._dragScrollAmount, false);\n if (this._dragScrollAmount > 0) {\n this._model.selectionEnd = [this._terminal.cols - 1, this._terminal.ydisp + this._terminal.rows];\n }\n else {\n this._model.selectionEnd = [0, this._terminal.ydisp];\n }\n this.refresh();\n }\n };\n SelectionManager.prototype._onMouseUp = function (event) {\n this._removeMouseDownListeners();\n };\n SelectionManager.prototype._convertViewportColToCharacterIndex = function (bufferLine, coords) {\n var charIndex = coords[0];\n for (var i = 0; coords[0] >= i; i++) {\n var char = bufferLine[i];\n if (char[LINE_DATA_WIDTH_INDEX] === 0) {\n charIndex--;\n }\n }\n return charIndex;\n };\n SelectionManager.prototype._getWordAt = function (coords) {\n var bufferLine = this._buffer.get(coords[1]);\n var line = this._translateBufferLineToString(bufferLine, false);\n var endIndex = this._convertViewportColToCharacterIndex(bufferLine, coords);\n var startIndex = endIndex;\n var charOffset = coords[0] - startIndex;\n var leftWideCharCount = 0;\n var rightWideCharCount = 0;\n if (line.charAt(startIndex) === ' ') {\n while (startIndex > 0 && line.charAt(startIndex - 1) === ' ') {\n startIndex--;\n }\n while (endIndex < line.length && line.charAt(endIndex + 1) === ' ') {\n endIndex++;\n }\n }\n else {\n var startCol = coords[0];\n var endCol = coords[0];\n if (bufferLine[startCol][LINE_DATA_WIDTH_INDEX] === 0) {\n leftWideCharCount++;\n startCol--;\n }\n if (bufferLine[endCol][LINE_DATA_WIDTH_INDEX] === 2) {\n rightWideCharCount++;\n endCol++;\n }\n while (startIndex > 0 && !this._isCharWordSeparator(line.charAt(startIndex - 1))) {\n if (bufferLine[startCol - 1][LINE_DATA_WIDTH_INDEX] === 0) {\n leftWideCharCount++;\n startCol--;\n }\n startIndex--;\n startCol--;\n }\n while (endIndex + 1 < line.length && !this._isCharWordSeparator(line.charAt(endIndex + 1))) {\n if (bufferLine[endCol + 1][LINE_DATA_WIDTH_INDEX] === 2) {\n rightWideCharCount++;\n endCol++;\n }\n endIndex++;\n endCol++;\n }\n }\n var start = startIndex + charOffset - leftWideCharCount;\n var length = Math.min(endIndex - startIndex + leftWideCharCount + rightWideCharCount + 1, this._terminal.cols);\n return { start: start, length: length };\n };\n SelectionManager.prototype._selectWordAt = function (coords) {\n var wordPosition = this._getWordAt(coords);\n this._model.selectionStart = [wordPosition.start, coords[1]];\n this._model.selectionStartLength = wordPosition.length;\n };\n SelectionManager.prototype._selectToWordAt = function (coords) {\n var wordPosition = this._getWordAt(coords);\n this._model.selectionEnd = [this._model.areSelectionValuesReversed() ? wordPosition.start : (wordPosition.start + wordPosition.length), coords[1]];\n };\n SelectionManager.prototype._isCharWordSeparator = function (char) {\n return WORD_SEPARATORS.indexOf(char) >= 0;\n };\n SelectionManager.prototype._selectLineAt = function (line) {\n this._model.selectionStart = [0, line];\n this._model.selectionStartLength = this._terminal.cols;\n };\n return SelectionManager;\n}(EventEmitter_1.EventEmitter));\nexports.SelectionManager = SelectionManager;\n\n//# sourceMappingURL=SelectionManager.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/SelectionManager.js\n// module id = 20\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar SelectionModel = (function () {\n function SelectionModel(_terminal) {\n this._terminal = _terminal;\n this.clearSelection();\n }\n SelectionModel.prototype.clearSelection = function () {\n this.selectionStart = null;\n this.selectionEnd = null;\n this.isSelectAllActive = false;\n this.selectionStartLength = 0;\n };\n Object.defineProperty(SelectionModel.prototype, \"finalSelectionStart\", {\n get: function () {\n if (this.isSelectAllActive) {\n return [0, 0];\n }\n if (!this.selectionEnd || !this.selectionStart) {\n return this.selectionStart;\n }\n return this.areSelectionValuesReversed() ? this.selectionEnd : this.selectionStart;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(SelectionModel.prototype, \"finalSelectionEnd\", {\n get: function () {\n if (this.isSelectAllActive) {\n return [this._terminal.cols, this._terminal.ybase + this._terminal.rows - 1];\n }\n if (!this.selectionStart) {\n return null;\n }\n if (!this.selectionEnd || this.areSelectionValuesReversed()) {\n return [this.selectionStart[0] + this.selectionStartLength, this.selectionStart[1]];\n }\n if (this.selectionStartLength) {\n if (this.selectionEnd[1] === this.selectionStart[1]) {\n return [Math.max(this.selectionStart[0] + this.selectionStartLength, this.selectionEnd[0]), this.selectionEnd[1]];\n }\n }\n return this.selectionEnd;\n },\n enumerable: true,\n configurable: true\n });\n SelectionModel.prototype.areSelectionValuesReversed = function () {\n var start = this.selectionStart;\n var end = this.selectionEnd;\n return start[1] > end[1] || (start[1] === end[1] && start[0] > end[0]);\n };\n SelectionModel.prototype.onTrim = function (amount) {\n if (this.selectionStart) {\n this.selectionStart[1] -= amount;\n }\n if (this.selectionEnd) {\n this.selectionEnd[1] -= amount;\n }\n if (this.selectionEnd && this.selectionEnd[1] < 0) {\n this.clearSelection();\n return true;\n }\n if (this.selectionStart && this.selectionStart[1] < 0) {\n this.selectionStart[1] = 0;\n }\n return false;\n };\n return SelectionModel;\n}());\nexports.SelectionModel = SelectionModel;\n\n//# sourceMappingURL=SelectionModel.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/SelectionModel.js\n// module id = 21\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Viewport = (function () {\n function Viewport(terminal, viewportElement, scrollArea, charMeasure) {\n var _this = this;\n this.terminal = terminal;\n this.viewportElement = viewportElement;\n this.scrollArea = scrollArea;\n this.charMeasure = charMeasure;\n this.currentRowHeight = 0;\n this.lastRecordedBufferLength = 0;\n this.lastRecordedViewportHeight = 0;\n this.terminal.on('scroll', this.syncScrollArea.bind(this));\n this.terminal.on('resize', this.syncScrollArea.bind(this));\n this.viewportElement.addEventListener('scroll', this.onScroll.bind(this));\n setTimeout(function () { return _this.syncScrollArea(); }, 0);\n }\n Viewport.prototype.refresh = function () {\n if (this.charMeasure.height > 0) {\n var rowHeightChanged = this.charMeasure.height !== this.currentRowHeight;\n if (rowHeightChanged) {\n this.currentRowHeight = this.charMeasure.height;\n this.viewportElement.style.lineHeight = this.charMeasure.height + 'px';\n this.terminal.rowContainer.style.lineHeight = this.charMeasure.height + 'px';\n }\n var viewportHeightChanged = this.lastRecordedViewportHeight !== this.terminal.rows;\n if (rowHeightChanged || viewportHeightChanged) {\n this.lastRecordedViewportHeight = this.terminal.rows;\n this.viewportElement.style.height = this.charMeasure.height * this.terminal.rows + 'px';\n this.terminal.selectionContainer.style.height = this.viewportElement.style.height;\n }\n this.scrollArea.style.height = (this.charMeasure.height * this.lastRecordedBufferLength) + 'px';\n }\n };\n Viewport.prototype.syncScrollArea = function () {\n if (this.lastRecordedBufferLength !== this.terminal.lines.length) {\n this.lastRecordedBufferLength = this.terminal.lines.length;\n this.refresh();\n }\n else if (this.lastRecordedViewportHeight !== this.terminal.rows) {\n this.refresh();\n }\n else {\n if (this.charMeasure.height !== this.currentRowHeight) {\n this.refresh();\n }\n }\n var scrollTop = this.terminal.ydisp * this.currentRowHeight;\n if (this.viewportElement.scrollTop !== scrollTop) {\n this.viewportElement.scrollTop = scrollTop;\n }\n };\n Viewport.prototype.onScroll = function (ev) {\n var newRow = Math.round(this.viewportElement.scrollTop / this.currentRowHeight);\n var diff = newRow - this.terminal.ydisp;\n this.terminal.scrollDisp(diff, true);\n };\n Viewport.prototype.onWheel = function (ev) {\n if (ev.deltaY === 0) {\n return;\n }\n var multiplier = 1;\n if (ev.deltaMode === WheelEvent.DOM_DELTA_LINE) {\n multiplier = this.currentRowHeight;\n }\n else if (ev.deltaMode === WheelEvent.DOM_DELTA_PAGE) {\n multiplier = this.currentRowHeight * this.terminal.rows;\n }\n this.viewportElement.scrollTop += ev.deltaY * multiplier;\n ev.preventDefault();\n };\n ;\n Viewport.prototype.onTouchStart = function (ev) {\n this.lastTouchY = ev.touches[0].pageY;\n };\n ;\n Viewport.prototype.onTouchMove = function (ev) {\n var deltaY = this.lastTouchY - ev.touches[0].pageY;\n this.lastTouchY = ev.touches[0].pageY;\n if (deltaY === 0) {\n return;\n }\n this.viewportElement.scrollTop += deltaY;\n ev.preventDefault();\n };\n ;\n return Viewport;\n}());\nexports.Viewport = Viewport;\n\n//# sourceMappingURL=Viewport.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Viewport.js\n// module id = 22\n// module chunks = 0","var map = {\n\t\"./attach/attach\": 4,\n\t\"./attach/attach.js\": 4,\n\t\"./attach/package.json\": 24,\n\t\"./fit/fit\": 5,\n\t\"./fit/fit.js\": 5,\n\t\"./fit/package.json\": 25,\n\t\"./fullscreen/fullscreen\": 6,\n\t\"./fullscreen/fullscreen.css\": 26,\n\t\"./fullscreen/fullscreen.js\": 6,\n\t\"./fullscreen/package.json\": 27,\n\t\"./terminado/package.json\": 28,\n\t\"./terminado/terminado\": 7,\n\t\"./terminado/terminado.js\": 7\n};\nfunction webpackContext(req) {\n\treturn __webpack_require__(webpackContextResolve(req));\n};\nfunction webpackContextResolve(req) {\n\tvar id = map[req];\n\tif(!(id + 1)) // check for number or string\n\t\tthrow new Error(\"Cannot find module '\" + req + \"'.\");\n\treturn id;\n};\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 23;\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons ^\\.\\/.*$\n// module id = 23\n// module chunks = 0","module.exports = {\"name\":\"xterm.attach\",\"main\":\"attach.js\",\"private\":true}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/attach/package.json\n// module id = 24\n// module chunks = 0","module.exports = {\"name\":\"xterm.fit\",\"main\":\"fit.js\",\"private\":true}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/fit/package.json\n// module id = 25\n// module chunks = 0","module.exports = {\"name\":\"xterm.fullscreen\",\"main\":\"fullscreen.js\",\"private\":true}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/fullscreen/package.json\n// module id = 27\n// module chunks = 0","module.exports = {\"name\":\"xterm.terminado\",\"main\":\"terminado.js\",\"private\":true}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/terminado/package.json\n// module id = 28\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nfunction prepareTextForTerminal(text, isMSWindows) {\n if (isMSWindows) {\n return text.replace(/\\r?\\n/g, '\\r');\n }\n return text;\n}\nexports.prepareTextForTerminal = prepareTextForTerminal;\nfunction copyHandler(ev, term, selectionManager) {\n if (term.browser.isMSIE) {\n window.clipboardData.setData('Text', selectionManager.selectionText);\n }\n else {\n ev.clipboardData.setData('text/plain', selectionManager.selectionText);\n }\n ev.preventDefault();\n}\nexports.copyHandler = copyHandler;\nfunction pasteHandler(ev, term) {\n ev.stopPropagation();\n var text;\n var dispatchPaste = function (text) {\n text = prepareTextForTerminal(text, term.browser.isMSWindows);\n term.handler(text);\n term.textarea.value = '';\n term.emit('paste', text);\n return term.cancel(ev);\n };\n if (term.browser.isMSIE) {\n if (window.clipboardData) {\n text = window.clipboardData.getData('Text');\n dispatchPaste(text);\n }\n }\n else {\n if (ev.clipboardData) {\n text = ev.clipboardData.getData('text/plain');\n dispatchPaste(text);\n }\n }\n}\nexports.pasteHandler = pasteHandler;\nfunction moveTextAreaUnderMouseCursor(ev, textarea) {\n textarea.style.position = 'fixed';\n textarea.style.width = '20px';\n textarea.style.height = '20px';\n textarea.style.left = (ev.clientX - 10) + 'px';\n textarea.style.top = (ev.clientY - 10) + 'px';\n textarea.style.zIndex = '1000';\n textarea.focus();\n setTimeout(function () {\n textarea.style.position = null;\n textarea.style.width = null;\n textarea.style.height = null;\n textarea.style.left = null;\n textarea.style.top = null;\n textarea.style.zIndex = null;\n }, 4);\n}\nexports.moveTextAreaUnderMouseCursor = moveTextAreaUnderMouseCursor;\nfunction rightClickHandler(ev, textarea, selectionManager) {\n moveTextAreaUnderMouseCursor(ev, textarea);\n textarea.value = selectionManager.selectionText;\n textarea.select();\n}\nexports.rightClickHandler = rightClickHandler;\n\n//# sourceMappingURL=Clipboard.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/handlers/Clipboard.js\n// module id = 29\n// module chunks = 0","\"use strict\";\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar EventEmitter_js_1 = require(\"../EventEmitter.js\");\nvar CharMeasure = (function (_super) {\n __extends(CharMeasure, _super);\n function CharMeasure(document, parentElement) {\n var _this = _super.call(this) || this;\n _this._document = document;\n _this._parentElement = parentElement;\n return _this;\n }\n Object.defineProperty(CharMeasure.prototype, \"width\", {\n get: function () {\n return this._width;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(CharMeasure.prototype, \"height\", {\n get: function () {\n return this._height;\n },\n enumerable: true,\n configurable: true\n });\n CharMeasure.prototype.measure = function () {\n var _this = this;\n if (!this._measureElement) {\n this._measureElement = this._document.createElement('span');\n this._measureElement.style.position = 'absolute';\n this._measureElement.style.top = '0';\n this._measureElement.style.left = '-9999em';\n this._measureElement.textContent = 'W';\n this._measureElement.setAttribute('aria-hidden', 'true');\n this._parentElement.appendChild(this._measureElement);\n setTimeout(function () { return _this._doMeasure(); }, 0);\n }\n else {\n this._doMeasure();\n }\n };\n CharMeasure.prototype._doMeasure = function () {\n var geometry = this._measureElement.getBoundingClientRect();\n if (geometry.width === 0 || geometry.height === 0) {\n return;\n }\n if (this._width !== geometry.width || this._height !== geometry.height) {\n this._width = geometry.width;\n this._height = geometry.height;\n this.emit('charsizechanged');\n }\n };\n return CharMeasure;\n}(EventEmitter_js_1.EventEmitter));\nexports.CharMeasure = CharMeasure;\n\n//# sourceMappingURL=CharMeasure.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/CharMeasure.js\n// module id = 30\n// module chunks = 0","\"use strict\";\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar EventEmitter_1 = require(\"../EventEmitter\");\nvar CircularList = (function (_super) {\n __extends(CircularList, _super);\n function CircularList(maxLength) {\n var _this = _super.call(this) || this;\n _this._array = new Array(maxLength);\n _this._startIndex = 0;\n _this._length = 0;\n return _this;\n }\n Object.defineProperty(CircularList.prototype, \"maxLength\", {\n get: function () {\n return this._array.length;\n },\n set: function (newMaxLength) {\n var newArray = new Array(newMaxLength);\n for (var i = 0; i < Math.min(newMaxLength, this.length); i++) {\n newArray[i] = this._array[this._getCyclicIndex(i)];\n }\n this._array = newArray;\n this._startIndex = 0;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(CircularList.prototype, \"length\", {\n get: function () {\n return this._length;\n },\n set: function (newLength) {\n if (newLength > this._length) {\n for (var i = this._length; i < newLength; i++) {\n this._array[i] = undefined;\n }\n }\n this._length = newLength;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(CircularList.prototype, \"forEach\", {\n get: function () {\n var _this = this;\n return function (callbackfn) {\n var i = 0;\n var length = _this.length;\n for (var i_1 = 0; i_1 < length; i_1++) {\n callbackfn(_this.get(i_1), i_1);\n }\n };\n },\n enumerable: true,\n configurable: true\n });\n CircularList.prototype.get = function (index) {\n return this._array[this._getCyclicIndex(index)];\n };\n CircularList.prototype.set = function (index, value) {\n this._array[this._getCyclicIndex(index)] = value;\n };\n CircularList.prototype.push = function (value) {\n this._array[this._getCyclicIndex(this._length)] = value;\n if (this._length === this.maxLength) {\n this._startIndex++;\n if (this._startIndex === this.maxLength) {\n this._startIndex = 0;\n }\n this.emit('trim', 1);\n }\n else {\n this._length++;\n }\n };\n CircularList.prototype.pop = function () {\n return this._array[this._getCyclicIndex(this._length-- - 1)];\n };\n CircularList.prototype.splice = function (start, deleteCount) {\n var items = [];\n for (var _i = 2; _i < arguments.length; _i++) {\n items[_i - 2] = arguments[_i];\n }\n if (deleteCount) {\n for (var i = start; i < this._length - deleteCount; i++) {\n this._array[this._getCyclicIndex(i)] = this._array[this._getCyclicIndex(i + deleteCount)];\n }\n this._length -= deleteCount;\n }\n if (items && items.length) {\n for (var i = this._length - 1; i >= start; i--) {\n this._array[this._getCyclicIndex(i + items.length)] = this._array[this._getCyclicIndex(i)];\n }\n for (var i = 0; i < items.length; i++) {\n this._array[this._getCyclicIndex(start + i)] = items[i];\n }\n if (this._length + items.length > this.maxLength) {\n var countToTrim = (this._length + items.length) - this.maxLength;\n this._startIndex += countToTrim;\n this._length = this.maxLength;\n this.emit('trim', countToTrim);\n }\n else {\n this._length += items.length;\n }\n }\n };\n CircularList.prototype.trimStart = function (count) {\n if (count > this._length) {\n count = this._length;\n }\n this._startIndex += count;\n this._length -= count;\n this.emit('trim', count);\n };\n CircularList.prototype.shiftElements = function (start, count, offset) {\n if (count <= 0) {\n return;\n }\n if (start < 0 || start >= this._length) {\n throw new Error('start argument out of range');\n }\n if (start + offset < 0) {\n throw new Error('Cannot shift elements in list beyond index 0');\n }\n if (offset > 0) {\n for (var i = count - 1; i >= 0; i--) {\n this.set(start + i + offset, this.get(start + i));\n }\n var expandListBy = (start + count + offset) - this._length;\n if (expandListBy > 0) {\n this._length += expandListBy;\n while (this._length > this.maxLength) {\n this._length--;\n this._startIndex++;\n this.emit('trim', 1);\n }\n }\n }\n else {\n for (var i = 0; i < count; i++) {\n this.set(start + i + offset, this.get(start + i));\n }\n }\n };\n CircularList.prototype._getCyclicIndex = function (index) {\n return (this._startIndex + index) % this.maxLength;\n };\n return CircularList;\n}(EventEmitter_1.EventEmitter));\nexports.CircularList = CircularList;\n\n//# sourceMappingURL=CircularList.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/CircularList.js\n// module id = 31\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar DomElementObjectPool = (function () {\n function DomElementObjectPool(type) {\n this.type = type;\n this._type = type;\n this._pool = [];\n this._inUse = {};\n }\n DomElementObjectPool.prototype.acquire = function () {\n var element;\n if (this._pool.length === 0) {\n element = this._createNew();\n }\n else {\n element = this._pool.pop();\n }\n this._inUse[element.getAttribute(DomElementObjectPool.OBJECT_ID_ATTRIBUTE)] = element;\n return element;\n };\n DomElementObjectPool.prototype.release = function (element) {\n if (!this._inUse[element.getAttribute(DomElementObjectPool.OBJECT_ID_ATTRIBUTE)]) {\n throw new Error('Could not release an element not yet acquired');\n }\n delete this._inUse[element.getAttribute(DomElementObjectPool.OBJECT_ID_ATTRIBUTE)];\n this._cleanElement(element);\n this._pool.push(element);\n };\n DomElementObjectPool.prototype._createNew = function () {\n var element = document.createElement(this._type);\n var id = DomElementObjectPool._objectCount++;\n element.setAttribute(DomElementObjectPool.OBJECT_ID_ATTRIBUTE, id.toString(10));\n return element;\n };\n DomElementObjectPool.prototype._cleanElement = function (element) {\n element.className = '';\n element.innerHTML = '';\n };\n return DomElementObjectPool;\n}());\nDomElementObjectPool.OBJECT_ID_ATTRIBUTE = 'data-obj-id';\nDomElementObjectPool._objectCount = 0;\nexports.DomElementObjectPool = DomElementObjectPool;\n\n//# sourceMappingURL=DomElementObjectPool.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/DomElementObjectPool.js\n// module id = 32\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nfunction contains(arr, el) {\n return arr.indexOf(el) >= 0;\n}\nexports.contains = contains;\n;\n\n//# sourceMappingURL=Generic.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/Generic.js\n// module id = 33\n// module chunks = 0","module.exports = hterm;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"hterm\"\n// module id = 34\n// module chunks = 0","module.exports = lib;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"lib\"\n// module id = 35\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file +{"version":3,"sources":["webpack:///webpack/bootstrap d143500d12edcad940e0","webpack:///./~/xterm/lib/xterm.js","webpack:///./~/xterm/lib/EventEmitter.js","webpack:///./~/xterm/lib/EscapeSequences.js","webpack:///./~/xterm/lib/Charsets.js","webpack:///./~/xterm/lib/addons/attach/attach.js","webpack:///./~/xterm/lib/addons/fit/fit.js","webpack:///./~/xterm/lib/addons/fullscreen/fullscreen.js","webpack:///./~/xterm/lib/addons/terminado/terminado.js","webpack:///./~/xterm/lib/utils/Browser.js","webpack:///./~/xterm/lib/utils/Mouse.js","webpack:///./src/hterm.ts","webpack:///./src/websocket.ts","webpack:///./src/webtty.ts","webpack:///./src/xterm.ts","webpack:///./~/libapps/hterm/dist/js/hterm_module.js","webpack:///./src/main.ts","webpack:///./~/xterm/lib/CompositionHelper.js","webpack:///./~/xterm/lib/InputHandler.js","webpack:///./~/xterm/lib/Linkifier.js","webpack:///./~/xterm/lib/Parser.js","webpack:///./~/xterm/lib/Renderer.js","webpack:///./~/xterm/lib/SelectionManager.js","webpack:///./~/xterm/lib/SelectionModel.js","webpack:///./~/xterm/lib/Viewport.js","webpack:///./~/xterm/lib/addons ^\\.\\/.*$","webpack:///./~/xterm/lib/addons/attach/package.json","webpack:///./~/xterm/lib/addons/fit/package.json","webpack:///./~/xterm/lib/addons/fullscreen/package.json","webpack:///./~/xterm/lib/addons/terminado/package.json","webpack:///./~/xterm/lib/handlers/Clipboard.js","webpack:///./~/xterm/lib/utils/CharMeasure.js","webpack:///./~/xterm/lib/utils/CircularList.js","webpack:///./~/xterm/lib/utils/DomElementObjectPool.js","webpack:///./~/xterm/lib/utils/Generic.js"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA,mDAA2C,cAAc;;AAEzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;AAEA;AACA;;;;;;;;AChEA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,SAAS;AACnB;AACA;AACA;AACA,UAAU,QAAQ;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA,UAAU,SAAS;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B,iBAAiB;AAC7C,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,iBAAiB;AAC5C,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL,gDAAgD,8CAA8C;AAC9F;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B,iBAAiB;AAC7C,KAAK;AACL;AACA,2BAA2B,iBAAiB;AAC5C,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,KAAK;AACL,mCAAmC,yCAAyC,EAAE;AAC9E,iEAAiE,yCAAyC,EAAE;AAC5G;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAA0B,4CAA4C;AACtE,iCAAiC,wCAAwC;AACzE,gCAAgC,0CAA0C;AAC1E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA,oBAAoB;AACpB;AACA,oBAAoB;AACpB;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kEAAkE,cAAc;AAChF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,gCAAgC;AAChC,8BAA8B;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,UAAU;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D,iEAAiE;AACjE,wHAAwH;AACxH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D,iEAAiE;AACjE,wHAAwH;AACxH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D,iEAAiE;AACjE,gEAAgE;AAChE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D,iEAAiE;AACjE,gEAAgE;AAChE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4DAA4D;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6DAA6D;AAC7D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB,mCAAmC;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,eAAe;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,eAAe;AACzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,6BAA6B;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,gBAAgB;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;AC5lDA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,gBAAgB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AC1DA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,qCAAqC;AACtC;;AAEA;;;;;;;;ACzCA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU;AACV;AACA,UAAU;AACV;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,MAAM;AACN;AACA;;AAEA;;;;;;;AChKA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;AAEA;AACA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,UAAU;AACvB,aAAa,QAAQ;AACrB;AACA,aAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,UAAU;AACvB;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,aAAa,UAAU;AACvB,aAAa,QAAQ;AACrB;AACA,aAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,UAAU;AACvB;AACA;AACA;AACA;AACA;;AAEA;AACA,CAAC;;;;;;;AC7HD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,+BAA+B;AAC/B;AACA,kCAAkC;AAClC;AACA;;AAEA;AACA;;AAEA,gBAAgB;AAChB;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,CAAC;;;;;;;ACrFD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,QAAQ;AACrB;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA,KAAK;AACL;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,CAAC;;;;;;;ACjDD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;AAEA;AACA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,UAAU;AACvB,aAAa,QAAQ;AACrB;AACA,aAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,MAAM;AACnB,aAAa,UAAU;AACvB;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,aAAa,UAAU;AACvB,aAAa,QAAQ;AACrB;AACA,aAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,aAAa,UAAU;AACvB;AACA;AACA;AACA;AACA;;AAEA;AACA,CAAC;;;;;;;;ACtID;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;ACdA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;AACA;;AAEA;;;;;;;;;;ACnCA,mCAAgC;AAEhC;IAYI,mBAAY,IAAiB;QACzB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,KAAK,CAAC,cAAc,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC;QAC1D,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;QACtC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC;QACjD,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAE9B,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;QAC9B,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE,CAAC;IAChC,CAAC;IAAA,CAAC;IAEF,wBAAI,GAAJ;QACI,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC;IACtD,CAAC;IAAA,CAAC;IAEF,0BAAM,GAAN,UAAO,IAAY;QACf,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,IAAI,CAAC,CAAC,CAAC;YACvB,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;QAClC,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,+BAAW,GAAX,UAAY,OAAe,EAAE,OAAe;QACxC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,EAAE,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC;YACd,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC/C,CAAC;QAAC,IAAI,CAAC,CAAC;YACJ,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;QAC5C,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,iCAAa,GAAb;QACI,iEAAiE;QACjE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IAC9C,CAAC;IAED,kCAAc,GAAd,UAAe,KAAa;QACxB,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;IAAA,CAAC;IAEF,kCAAc,GAAd,UAAe,KAAa;QAA5B,iBAIC;QAHG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,UAAC,GAAG;YAC3B,KAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC;QAC9C,CAAC,CAAC,CAAC;IACP,CAAC;IAAA,CAAC;IAEF,2BAAO,GAAP,UAAQ,QAAiC;QACrC,IAAI,CAAC,EAAE,CAAC,aAAa,GAAG,UAAC,IAAI;YACzB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC;QACF,IAAI,CAAC,EAAE,CAAC,UAAU,GAAG,UAAC,IAAI;YACtB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IAEF,4BAAQ,GAAR,UAAS,QAAiD;QAA1D,iBAMC;QALG,IAAI,CAAC,EAAE,CAAC,gBAAgB,GAAG,UAAC,OAAe,EAAE,IAAY;YACrD,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC;YACvB,KAAI,CAAC,IAAI,GAAG,IAAI,CAAC;YACjB,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;QAC5B,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IAEF,8BAAU,GAAV;QACI,IAAI,CAAC,EAAE,CAAC,aAAa,GAAG,IAAI,CAAC;QAC7B,IAAI,CAAC,EAAE,CAAC,UAAU,GAAG,IAAI;QACzB,IAAI,CAAC,EAAE,CAAC,gBAAgB,GAAG,IAAI,CAAC;QAChC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC;IAClC,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,aAAa,EAAE,CAAC;QACrB,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE,CAAC;IAChC,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC;IAClC,CAAC;IACL,gBAAC;AAAD,CAAC;AAzFY,8BAAS;;;;;;;;;;ACFtB;IAII,2BAAY,GAAW,EAAE,SAAmB;QACxC,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;IAC/B,CAAC;IAAA,CAAC;IAEF,kCAAM,GAAN;QACI,MAAM,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;IACpD,CAAC;IAAA,CAAC;IACN,wBAAC;AAAD,CAAC;AAZY,8CAAiB;AAc9B;IAII,oBAAY,GAAW,EAAE,SAAmB;QACxC,IAAI,CAAC,IAAI,GAAG,IAAI,SAAS,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;IAC9C,CAAC;IAED,yBAAI,GAAJ;QACI,6BAA6B;IACjC,CAAC;IAAA,CAAC;IAEF,0BAAK,GAAL;QACI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;IACtB,CAAC;IAAA,CAAC;IAEF,yBAAI,GAAJ,UAAK,IAAY;QACb,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;IAAA,CAAC;IAEF,2BAAM,GAAN;QACI,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,SAAS,CAAC,UAAU;YAC5C,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;YACzC,MAAM,CAAC,IAAI;QACf,CAAC;QACD,MAAM,CAAC,KAAK;IAChB,CAAC;IAED,2BAAM,GAAN,UAAO,QAAoB;QACvB,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,UAAC,KAAK;YACrB,QAAQ,EAAE,CAAC;QACf,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,8BAAS,GAAT,UAAU,QAAgC;QACtC,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,UAAC,KAAK;YACxB,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QACzB,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,4BAAO,GAAP,UAAQ,QAAoB;QACxB,IAAI,CAAC,IAAI,CAAC,OAAO,GAAG,UAAC,KAAK;YACtB,QAAQ,EAAE,CAAC;QACf,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IACN,iBAAC;AAAD,CAAC;AA7CY,gCAAU;;;;;;;;;;ACdV,iBAAS,GAAG,CAAC,QAAQ,CAAC,CAAC;AAEvB,uBAAe,GAAG,GAAG,CAAC;AACtB,gBAAQ,GAAG,GAAG,CAAC;AACf,eAAO,GAAG,GAAG,CAAC;AACd,yBAAiB,GAAG,GAAG,CAAC;AAExB,wBAAgB,GAAG,GAAG,CAAC;AACvB,iBAAS,GAAG,GAAG,CAAC;AAChB,eAAO,GAAG,GAAG,CAAC;AACd,yBAAiB,GAAG,GAAG,CAAC;AACxB,yBAAiB,GAAG,GAAG,CAAC;AACxB,uBAAe,GAAG,GAAG,CAAC;AAgCnC;IAOI,gBAAY,IAAc,EAAE,iBAAoC,EAAE,IAAY,EAAE,SAAiB;QAC7F,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAC3C,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;IACxB,CAAC;IAAA,CAAC;IAEF,qBAAI,GAAJ;QAAA,iBA2FC;QA1FG,IAAI,UAAU,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,EAAE,CAAC;QACjD,IAAI,SAAiB,CAAC;QACtB,IAAI,gBAAwB,CAAC;QAE7B,IAAM,KAAK,GAAG;YACV,UAAU,CAAC,MAAM,CAAC;gBACd,IAAM,QAAQ,GAAG,KAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;gBAElC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAC1B;oBACI,SAAS,EAAE,KAAI,CAAC,IAAI;oBACpB,SAAS,EAAE,KAAI,CAAC,SAAS;iBAC5B,CACJ,CAAC,CAAC;gBAGH,IAAM,aAAa,GAAG,UAAC,OAAe,EAAE,IAAY;oBAChD,UAAU,CAAC,IAAI,CACX,yBAAiB,GAAG,IAAI,CAAC,SAAS,CAC9B;wBACI,OAAO,EAAE,OAAO;wBAChB,IAAI,EAAE,IAAI;qBACb,CACJ,CACJ,CAAC;gBACN,CAAC,CAAC;gBAEF,KAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;gBAClC,aAAa,CAAC,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;gBAE/C,KAAI,CAAC,IAAI,CAAC,OAAO,CACb,UAAC,KAAa;oBACV,UAAU,CAAC,IAAI,CAAC,gBAAQ,GAAG,KAAK,CAAC,CAAC;gBACtC,CAAC,CACJ,CAAC;gBAEF,SAAS,GAAG,WAAW,CAAC;oBACpB,UAAU,CAAC,IAAI,CAAC,eAAO,CAAC;gBAC5B,CAAC,EAAE,EAAE,GAAG,IAAI,CAAC,CAAC;YAElB,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,SAAS,CAAC,UAAC,IAAI;gBACtB,IAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;gBAC9B,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;oBACd,KAAK,iBAAS;wBACV,KAAI,CAAC,IAAI,CAAC,MAAM,CACZ,kBAAkB,CAAC,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,UAAS,CAAC;4BACjE,MAAM,CAAC,GAAG,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;wBACjE,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CACf,CAAC;wBACF,KAAK,CAAC;oBACV,KAAK,eAAO;wBACR,KAAK,CAAC;oBACV,KAAK,yBAAiB;wBAClB,KAAI,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;wBAClC,KAAK,CAAC;oBACV,KAAK,yBAAiB;wBAClB,IAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;wBACxC,KAAI,CAAC,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;wBACtC,KAAK,CAAC;oBACV,KAAK,uBAAe;wBAChB,IAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;wBAC1C,OAAO,CAAC,GAAG,CAAC,sBAAsB,GAAG,aAAa,GAAG,UAAU,CAAC;wBAChE,KAAI,CAAC,SAAS,GAAG,aAAa,CAAC;wBAC/B,KAAK,CAAC;gBACd,CAAC;YACL,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,OAAO,CAAC;gBACf,aAAa,CAAC,SAAS,CAAC,CAAC;gBACzB,KAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;gBACvB,KAAI,CAAC,IAAI,CAAC,WAAW,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC;gBAC9C,EAAE,CAAC,CAAC,KAAI,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC;oBACrB,gBAAgB,GAAG,UAAU,CAAC;wBAC1B,UAAU,GAAG,KAAI,CAAC,iBAAiB,CAAC,MAAM,EAAE,CAAC;wBAC7C,KAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;wBAClB,KAAK,EAAE,CAAC;oBACZ,CAAC,EAAE,KAAI,CAAC,SAAS,GAAG,IAAI,CAAC,CAAC;gBAC9B,CAAC;YACL,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,IAAI,EAAE,CAAC;QACtB,CAAC;QAED,KAAK,EAAE,CAAC;QACR,MAAM,CAAC;YACH,YAAY,CAAC,gBAAgB,CAAC,CAAC;YAC/B,UAAU,CAAC,KAAK,EAAE,CAAC;QACvB,CAAC;IACL,CAAC;IAAA,CAAC;IACN,aAAC;AAAD,CAAC;AA3GY,wBAAM;AA2GlB,CAAC;;;;;;;;;;ACvJF,kCAA8B;AAE9B,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;AAEtB;IAUI,mBAAY,IAAiB;QAA7B,iBAqBC;QApBG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAEvB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,aAAa,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QACvD,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,eAAe,CAAC;QACzC,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;QAG3B,IAAI,CAAC,cAAc,GAAG;YAClB,KAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;YAChB,KAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC3B,KAAI,CAAC,WAAW,CAAC,MAAM,CAAC,KAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,GAAG,MAAM,CAAC,KAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,KAAI,CAAC,cAAc,CAAC,CAAC;QACjG,CAAC,CAAC;QAEF,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE;YACjB,KAAI,CAAC,cAAc,EAAE,CAAC;YACtB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,cAAQ,KAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC/B,CAAC;IAAA,CAAC;IAEF,wBAAI,GAAJ;QACI,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IAC7D,CAAC;IAAA,CAAC;IAEF,0BAAM,GAAN,UAAO,IAAY;QACf,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAAA,CAAC;IAEF,+BAAW,GAAX,UAAY,OAAe,EAAE,OAAe;QAA5C,iBAYC;QAXG,IAAI,CAAC,OAAO,CAAC,WAAW,GAAG,OAAO,CAAC;QACnC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAEpC,EAAE,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;YACpB,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpC,CAAC;QACD,EAAE,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC;YACd,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC;gBAC3B,KAAI,CAAC,IAAI,CAAC,WAAW,CAAC,KAAI,CAAC,OAAO,CAAC,CAAC;YACxC,CAAC,EAAE,OAAO,CAAC,CAAC;QAChB,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,iCAAa,GAAb;QACI,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;YACvC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;IACL,CAAC;IAED,kCAAc,GAAd,UAAe,KAAa;QACxB,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC;IAC3B,CAAC;IAAA,CAAC;IAEF,kCAAc,GAAd,UAAe,KAAa;IAC5B,CAAC;IAAA,CAAC;IAEF,2BAAO,GAAP,UAAQ,QAAiC;QACrC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,UAAC,IAAI;YACtB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC,CAAC;IAEP,CAAC;IAAA,CAAC;IAEF,4BAAQ,GAAR,UAAS,QAAiD;QACtD,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,EAAE,UAAC,IAAI;YACxB,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACP,CAAC;IAAA,CAAC;IAEF,8BAAU,GAAV;QACI,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QACtB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QACxB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACrB,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,aAAa,EAAE,CAAC;QACrB,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;IACtB,CAAC;IAED,yBAAK,GAAL;QACI,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IACL,gBAAC;AAAD,CAAC;AAhGY,8BAAS;;;;;;;;ACJtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA,iBAAiB,sBAAsB;AACvC;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,mBAAmB,kBAAkB;AACrC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,mBAAmB;AAC9B,YAAY,SAAS;AACrB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,WAAW;AACtB;AACA,WAAW,YAAY;AACvB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,qBAAqB,EAAE,WAAW,EAAE,WAAW,EAAE;;AAEjD;AACA;AACA,2BAA2B,IAAI,YAAY,IAAI;AAC/C,eAAe,IAAI;AACnB;;AAEA;AACA;AACA;AACA,iBAAiB,IAAI,YAAY,IAAI,YAAY,IAAI;AACrD;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,IAAI,YAAY,IAAI,YAAY,IAAI;AACrD;AACA;;AAEA;AACA,6BAA6B,IAAI,aAAa,IAAI,aAAa,IAAI;;AAEnE;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iCAAiC;AACjC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,sBAAsB;AACjC;AACA,YAAY,sBAAsB;AAClC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,mBAAmB,gBAAgB;AACnC;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,sBAAsB;AACjC;AACA,YAAY,sBAAsB;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,mBAAmB,gBAAgB;AACnC;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,OAAO;AACxB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,YAAY,OAAO;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,cAAc;AACd,WAAW,OAAO;AAClB,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB,0CAA0C;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB,gBAAgB;AAChB,iBAAiB;AACjB,kBAAkB;AAClB,iBAAiB;AACjB;;AAEA,kDAAkD,gBAAgB;AAClE;AACA;;AAEA;AACA;AACA;AACA,WAAW,gBAAgB;AAC3B;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,2CAA2C,iCAAiC;AAC5E;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,iBAAiB,kBAAkB;AACnC;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,eAAe;AAC1B,WAAW,QAAQ;AACnB,YAAY,OAAO;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,YAAY;AACvB,WAAW,IAAI;AACf;AACA,YAAY,SAAS;AACrB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA,4BAA4B,uBAAuB;AACnD;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,YAAY;AACZ;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,MAAM;AACjB;AACA;AACA;AACA;AACA;AACA,oBAAoB,+BAA+B;;AAEnD;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,sBAAsB;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,MAAM;AACjB;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,MAAM;AACjB,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;;AAEA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,kBAAkB;AACnC;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB,8CAA8C;AAClE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB;;AAEvB;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,cAAc;AACzB;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;;AAEA,0BAA0B;AAC1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,8CAA8C;AACzD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,WAAW;AACtB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,oBAAoB,0BAA0B;;AAE9C;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,wCAAwC;AACnD;AACA;AACA,WAAW,8CAA8C;AACzD;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,MAAM;AACjB;AACA;AACA;AACA;AACA,iBAAiB,qBAAqB;AACtC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;;AAEA,iBAAiB,kCAAkC;AACnD;;AAEA,iBAAiB,6BAA6B;AAC9C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,SAAS,kBAAkB,aAAa,WAAW,kBAAkB;AAC9E;AACA;AACA;AACA,WAAW,cAAc;AACzB,WAAW,cAAc;AACzB,YAAY,OAAO;AACnB;AACA;AACA;AACA,aAAa;AACb,eAAe;AACf,cAAc;AACd;;AAEA,iBAAiB,cAAc;AAC/B;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA,iBAAiB,cAAc;AAC/B;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,WAAW;AACtB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA,iBAAiB,uBAAuB;AACxC;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,mBAAmB;AACpC;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;;AAEH;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAAE;AACb,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,qBAAqB,qBAAqB;AAC1C;AACA,uBAAuB,qDAAqD;AAC5E;;AAEA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,sBAAsB;AAC3C;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA,WAAW,EAAE;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA,YAAY,EAAE;AACd;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA,YAAY,EAAE;AACd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,4BAA4B;AAC7C;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,cAAc;AACzB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,cAAc;AACzB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,MAAM;AACjB,WAAW;AACX;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,MAAM;AACjB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,4BAA4B;AAC7C;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,cAAc;AACzB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,cAAc;AACzB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW;AACX;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,MAAM;AACjB,WAAW;AACX;AACA;AACA;AACA;;AAEA,+BAA+B,QAAQ;AACvC;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,MAAM;AACjB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,cAAc;AACzB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,cAAc;AACzB;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;;AAEA;;AAEA;AACA,mBAAmB,4BAA4B;AAC/C;AACA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW;AACX;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,MAAM;AACjB,WAAW;AACX;AACA;AACA;AACA;;AAEA,+BAA+B,QAAQ;AACvC;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,EAAE;AACb;AACA,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,YAAY;;AAEZ;AACA,mBAAmB,4BAA4B;AAC/C;AACA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA,cAAc;AACd;AACA;;AAEA;AACA,mBAAmB,4BAA4B;AAC/C;AACA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,MAAM;AACjB,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,oBAAoB;AAC/B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,uBAAuB;AAClC;AACA,WAAW,OAAO;AAClB;AACA;;AAEA;AACA;AACA;AACA,WAAW,uBAAuB;AAClC;AACA,WAAW,OAAO;AAClB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B,SAAS;AACrC;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,eAAe;AACrC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ;AACR;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,YAAY,qBAAqB;AACjC;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,6BAA6B,SAAS;AACtC;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,uBAAuB;AAClC;AACA,WAAW,OAAO;AAClB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,uBAAuB;AAClC;AACA,WAAW,OAAO;AAClB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,sBAAsB;AACjC;AACA,WAAW,OAAO;AAClB;AACA,WAAW,yCAAyC;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,uBAAuB;AAClC;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,gBAAgB;AAC3B;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,qBAAqB;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,cAAc;AACzB;AACA;AACA;AACA;AACA,YAAY,IAAI;AAChB;AACA;AACA;AACA;;AAEA,iBAAiB,6CAA6C;AAC9D;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,uBAAuB;AAClC;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,uBAAuB;AAClC;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,mBAAmB,0BAA0B;AAC7C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,wBAAwB;AACnC;AACA,WAAW,qBAAqB;AAChC;AACA,WAAW,qBAAqB;AAChC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,IAAI;AACf;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,iBAAiB,mBAAmB;AACpC;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,EAAE;AACb,WAAW,EAAE;AACb,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,gDAAgD,2BAA2B;AAC3E;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,IAAI;AACf;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA,YAAY,QAAQ,kDAAkD;AACtE;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,YAAY,QAAQ;AACpB;AACA;AACA;;AAEA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA,YAAY,OAAO;AACnB;AACA;AACA;;AAEA,iCAAiC,yBAAyB;AAC1D;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,oCAAoC,cAAc;AAClD,GAAG;AACH;AACA;AACA;AACA;AACA,KAAK;AACL,sCAAsC,eAAe;AACrD;AACA;AACA,CAAC;;AAED;AACA,mBAAmB,gBAAgB;AACnC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,aAAa;AACxB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,aAAa;AACxB,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,6DAA6D,eAAe;;AAE5E;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,WAAW;AACvB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,WAAW;AACtB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,WAAW;AACtB,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,aAAa;AACzB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,aAAa;AACxB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,aAAa;AACxB,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,oBAAoB,eAAe;AACnC,eAAe,OAAO;AACtB,uBAAuB,OAAO;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,0BAA0B,wCAAwC,EAAE;AAC3E;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,0CAA0C,uBAAuB;AACjE;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,0BAA0B;AAC1B,qBAAqB;AACrB,8BAA8B;AAC9B,gBAAgB;AAChB,gBAAgB;AAChB,kBAAkB;AAClB,mBAAmB;AACnB,uBAAuB;AACvB,uBAAuB;AACvB,uEAAuE;AACvE,qEAAqE;;AAErE;AACA;AACA;AACA;AACA,uBAAuB;AACvB,mCAAmC;AACnC,sCAAsC;AACtC,uEAAuE;AACvE,4DAA4D;AAC5D,yBAAyB;AACzB;AACA;;AAEA;AACA;AACA;AACA,0BAA0B;AAC1B,2BAA2B;AAC3B,yBAAyB;AACzB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,qBAAqB;AACrB,eAAe;AACf;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,eAAe;AAC1B;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,YAAY;AACvB;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,iBAAiB,2BAA2B;AAC5C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,GAAG;AACH;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA,0BAA0B;AAC1B;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,cAAc;AACd,KAAK;AACL,cAAc;AACd,KAAK;AACL,cAAc;AACd,KAAK;AACL,cAAc;AACd,KAAK;AACL,cAAc;AACd,KAAK;AACL,cAAc;AACd,KAAK;AACL,cAAc;AACd;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,0BAA0B;AACrC,WAAW,yCAAyC;AACpD;AACA;AACA;AACA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH,eAAe;;AAEf;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA,WAAW,iCAAiC;AAC5C,WAAW,yCAAyC;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA,mDAAmD;AACnD;AACA;AACA,oBAAoB,0BAA0B;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,iBAAiB;AAClC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,sBAAsB;AACvC;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA,oBAAoB;AACpB;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,oBAAoB;;AAEpB;AACA,iBAAiB,yBAAyB,uBAAuB;;AAEjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb,aAAa;AACb;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;;AAEpB;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,2BAA2B,0CAA0C;AACrE;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;;AAEpB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,0BAA0B;AACrC,WAAW,0BAA0B;AACrC;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,GAAG;;AAEH;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,eAAe;AAC1B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY,OAAO;AACnB;AACA;;AAEA;AACA,YAAY,OAAO;AACnB;AACA;;AAEA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAO;AACP;AACA;;AAEA,OAAO;AACP;AACA;;AAEA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,cAAc;AACd;AACA;AACA;;AAEA;AACA,YAAY;;AAEZ;AACA,YAAY;;AAEZ;AACA,YAAY;;;AAGZ;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,WAAW;AACtB,WAAW,OAAO;AAClB,YAAY;AACZ;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C,EAAE;AAChD;AACA,KAAK;AACL;AACA,8CAA8C,EAAE;AAChD;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA,WAAW,QAAQ;AACnB;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH,+CAA+C;AAC/C,GAAG;AACH,yBAAyB;AACzB,GAAG;AACH,qBAAqB;AACrB,GAAG;AACH,qBAAqB;AACrB,GAAG;AACH,sBAAsB;AACtB,GAAG;AACH,mBAAmB;AACnB,GAAG;AACH;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAK;AACb,oBAAoB;AACpB;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,sDAAsD,yBAAyB;AAC/E;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;;AAEA;AACA;AACA,mBAAmB,iBAAiB;AACpC;AACA;AACA;;AAEA;AACA;AACA,mBAAmB;AACnB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,iBAAiB;AAC5B;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,iBAAiB;AAC5B;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,iBAAiB;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,WAAW;AACvB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,YAAY;AACxB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,YAAY,oBAAoB;AAChC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,YAAY;AACvB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,oBAAoB;AAC/B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,YAAY;AACxB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,YAAY,oBAAoB;AAChC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,YAAY;AACvB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,oBAAoB;AAC/B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,YAAY;AACvB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,oBAAoB;AAC/B;AACA;AACA,iBAAiB,iBAAiB;AAClC;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,YAAY,YAAY;AACxB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,YAAY,oBAAoB;AAChC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,KAAK;AAChB,YAAY,KAAK;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,KAAK;AAChB,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,KAAK;AAChB,YAAY,KAAK;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,KAAK;AAChB,WAAW,KAAK;AAChB,WAAW,QAAQ;AACnB;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,KAAK;AAChB,WAAW,KAAK;AAChB,WAAW,QAAQ;AACnB,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,2BAA2B;AAC5C;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,KAAK;AAChB,WAAW,QAAQ;AACnB,YAAY,MAAM;AAClB;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,KAAK;AAChB,WAAW,QAAQ;AACnB,YAAY,MAAM;AAClB;AACA;AACA,iBAAiB,2BAA2B;AAC5C;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,KAAK;AAChB,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,WAAW,MAAM;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,UAAU;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,YAAY;AACvB;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,iBAAiB;AAC5B;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA,GAAG;AACH;;AAEA,GAAG;AACH;AACA;AACA,KAAK;AACL;AACA;;AAEA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,iBAAiB;AACjB,oBAAoB;AACpB,0BAA0B;AAC1B;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA,mBAAmB;AACnB,oBAAoB;AACpB,oBAAoB;AACpB,mBAAmB;AACnB,wBAAwB;AACxB,+CAA+C;AAC/C,iCAAiC;AACjC,8BAA8B;;AAE9B;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,cAAc;AACd,wBAAwB;AACxB,8CAA8C;AAC9C,mDAAmD;AACnD,QAAQ;AACR;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAAgC;AAChC,sBAAsB;AACtB,8BAA8B;AAC9B,uBAAuB;AACvB,oCAAoC;AACpC,oBAAoB;AACpB,0BAA0B,oBAAoB;AAC9C,wBAAwB;AACxB,mBAAmB;AACnB;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;;AAEA;AACA;AACA;AACA;AACA,sBAAsB;AACtB,uBAAuB;AACvB,wBAAwB;AACxB,iCAAiC;AACjC,8BAA8B;AAC9B;;AAEA;AACA;AACA;AACA,sBAAsB;AACtB,wBAAwB;AACxB,4CAA4C;AAC5C,wBAAwB;;AAExB;;AAEA;AACA;AACA;AACA;AACA;AACA,gDAAgD;AAChD;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,0BAA0B;AAC1B,cAAc;AACd,eAAe;AACf;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB,iBAAiB;AACjB,gBAAgB;AAChB,eAAe;AACf,iBAAiB;AACjB;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,YAAY,WAAW;AACvB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B,gBAAgB;AAChB,iBAAiB;AACjB,4BAA4B;AAC5B,iCAAiC;AACjC,gCAAgC;;AAEhC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA,iBAAiB,mBAAmB;AACpC;AACA;AACA;AACA,OAAO;AACP;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;;AAGA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA,yBAAyB,6BAA6B;AACtD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,0BAA0B,mBAAmB;AAC7C;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,WAAW;AACtB,YAAY,OAAO;AACnB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,6BAA6B;AAC9C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,iBAAiB,6BAA6B;AAC9C;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,6BAA6B;AAC9C;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iDAAiD;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,6BAA6B,gCAAgC;AAC7D;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA,8DAA8D;AAC9D;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA,8BAA8B,wBAAwB,EAAE;AACxD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uDAAuD;;AAEvD;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,SAAS;AACpB;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA;;AAEA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA,SAAS;AACT;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,OAAO;AACP;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;;AAEA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA,KAAK;AACL,GAAG;;AAEH;AACA;;AAEA;AACA;AACA,GAAG;AACH;;;AAGA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;;AAEP;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA,SAAS,WAAW,EAAE,KAAK;AAC3B;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,6CAA6C;AAC7C;AACA,8BAA8B;AAC9B,GAAG;AACH,8BAA8B;AAC9B;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,aAAa;AACzB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,aAAa;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH,2CAA2C,QAAQ;AACnD;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,2BAA2B;AAC5C;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,yCAAyC,QAAQ;AACjD;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA,yCAAyC,QAAQ;AACjD;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qBAAqB,2BAA2B;AAChD;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,eAAe;AAC1B;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA,kDAAkD,cAAc;;AAEhE;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;;AAEH;AACA;;AAEA;AACA;AACA,qCAAqC;AACrC,iCAAiC;AACjC,mDAAmD;AACnD,4BAA4B;AAC5B,8BAA8B;AAC9B,SAAS;AACT,kBAAkB;AAClB,gCAAgC;AAChC,6BAA6B;AAC7B,uDAAuD;AACvD,oDAAoD;AACpD,SAAS;AACT,eAAe;AACf,iFAAiF;AACjF,mFAAmF;AACnF,uCAAuC;AACvC,uCAAuC;AACvC,4CAA4C;AAC5C,0CAA0C;AAC1C,gDAAgD;AAChD,qEAAqE;AACrE,SAAS;AACT,0BAA0B;AAC1B,gBAAgB,cAAc,EAAE;AAChC,cAAc,cAAc,EAAE;AAC9B,SAAS;AACT,qBAAqB;AACrB,gCAAgC;AAChC,+DAA+D;AAC/D,8CAA8C;AAC9C,iDAAiD;AACjD,yCAAyC;AACzC,SAAS;AACT;;AAEA;AACA;AACA;AACA;AACA,2BAA2B;AAC3B,iFAAiF;AACjF,iFAAiF;AACjF,uBAAuB;AACvB,2CAA2C;AAC3C,6CAA6C;AAC7C,mEAAmE;AACnE,gEAAgE;;AAEhE;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;AAC3B,mBAAmB;AACnB,uBAAuB;AACvB,oBAAoB;AACpB,qBAAqB;AACrB;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;;AAEN;AACA;AACA,KAAK;;AAEL;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA,YAAY,YAAY;AACxB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA,WAAW,QAAQ;AACnB;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA,qBAAqB,SAAS;AAC9B;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA,iBAAiB,WAAW;AAC5B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB,WAAW,aAAa;AACxB;AACA;AACA;;AAEA;AACA,qBAAqB,SAAS;AAC9B;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,UAAU,OAAO;AACjB;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA,mBAAmB,mBAAmB;AACtC;AACA;;AAEA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA,iBAAiB,gBAAgB;AACjC;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA,8BAA8B,aAAa;AAC3C;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;;AAEA;AACA,mBAAmB,8BAA8B;AACjD,qBAAqB,6BAA6B;AAClD;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,aAAa;AACxB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA,iBAAiB,YAAY;AAC7B;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,aAAa;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,yBAAyB,QAAQ;AACjC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA,iBAAiB,WAAW;AAC5B;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP,GAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;AACA,4BAA4B,gCAAgC;AAC5D;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB,gBAAgB;AACnC;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,SAAS,6BAA6B;AACtC,SAAS,qCAAqC;AAC9C;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,sBAAsB;AACtB,mCAAmC;AACnC,0BAA0B;AAC1B,4BAA4B;AAC5B,uBAAuB;AACvB,0CAA0C;AAC1C,oBAAoB;AACpB,sBAAsB;AACtB,4BAA4B;AAC5B,wCAAwC;AACxC,mCAAmC;AACnC,qCAAqC;AACrC,gCAAgC;;AAEhC;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,6BAA6B;AAC7B,6BAA6B;AAC7B,uBAAuB;AACvB,0CAA0C;AAC1C,4BAA4B;AAC5B,mCAAmC;AACnC,mDAAmD;AACnD,gCAAgC;AAChC,gDAAgD;;AAEhD;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,iCAAiC;AACjC,8BAA8B;AAC9B,0BAA0B;AAC1B;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,YAAY;AACZ;AACA;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA,4BAA4B,WAAW;AACvC,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,kDAAkD;AAClD;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,MAAM;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,MAAM;AACjB;AACA,gDAAgD;;AAEhD;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,MAAM;AACjB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,MAAM;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW;AACX;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,uBAAuB,OAAO;AAC9B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,eAAe;AAC1B,WAAW,eAAe;AAC1B;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,aAAa;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;;AAGA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,aAAa;AACxB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,qBAAqB;AACjC;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,YAAY,SAAS;AACrB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,gBAAgB;AAC3B,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,gBAAgB;AAC3B,WAAW,gBAAgB;AAC3B,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,gBAAgB;AAC3B,YAAY,QAAQ;AACpB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,YAAY;AACvB;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,YAAY;AACvB;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,YAAY;AACvB;AACA,WAAW,QAAQ;AACnB,WAAW,QAAQ;AACnB,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,YAAY,MAAM;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,iBAAiB,gBAAgB;AACjC;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,KAAK;AACL;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,eAAe;AAC1B;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,SAAS;AACpB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,YAAY,OAAO;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,SAAS;AACT;AACA;AACA,SAAS;AACT;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC,IAAI;AACxC;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA,GAAG,kBAAkB;AACrB;AACA;AACA;AACA;;AAEA,KAAK;AACL;AACA;AACA;AACA;;AAEA;AACA;;AAEA,GAAG;AACH;;AAEA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA,GAAG;AACH;AACA;AACA;AACA,KAAK;AACL;AACA;;AAEA,GAAG;AACH;AACA;;AAEA,GAAG;AACH;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAY,QAAQ;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;AAClB;AACA,GAAG,uBAAuB;AAC1B;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC;AACvC;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,+CAA+C;AAC/C;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA,OAAO;AACP;AACA;AACA,KAAK;AACL;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,sCAAsC,UAAU,OAAO;AACvD;AACA,wCAAwC;;AAExC;AACA;AACA;;AAEA,0BAA0B,wBAAwB;AAClD;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,0CAA0C;;AAE1C;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,wCAAwC,yBAAyB;AACjE;;AAEA;AACA;AACA;AACA;AACA;AACA,gBAAgB,2BAA2B;AAC3C;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,qCAAqC;AACrC;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC;AACxC;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA,qCAAqC;AACrC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC;AACzC;AACA;AACA,uDAAuD;AACvD;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,uBAAuB;AACxC;AACA;AACA;AACA,4CAA4C;;AAE5C;AACA;AACA;AACA,gBAAgB,MAAM;AACtB;AACA,0CAA0C,GAAG,IAAI,KAAK;AACtD;AACA;AACA;AACA;AACA,oBAAoB,gCAAgC;AACpD;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,WAAW;AAC5B;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,GAAG;AACH;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB,WAAW;AAC5B;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yCAAyC;AACzC;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uCAAuC,IAAI;AAC3C;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,4BAA4B;AAC7C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,4BAA4B;AAC7C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,4BAA4B;AAC7C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,iBAAiB,4BAA4B;AAC7C;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA,iBAAiB,4BAA4B;AAC7C;;AAEA;AACA,qBAAqB;AACrB;AACA,OAAO,qBAAqB;AAC5B;AACA,OAAO,qBAAqB;AAC5B;AACA,OAAO,qBAAqB;AAC5B;AACA,OAAO,qBAAqB;AAC5B;AACA,OAAO,qBAAqB;AAC5B;AACA,OAAO,qBAAqB;AAC5B;AACA,OAAO,qBAAqB;AAC5B;AACA,OAAO,qBAAqB;AAC5B;AACA,OAAO,sBAAsB;AAC7B;AACA;AACA,OAAO,sBAAsB;AAC7B;AACA,OAAO,sBAAsB;AAC7B;AACA,OAAO,sBAAsB;AAC7B;AACA,OAAO,sBAAsB;AAC7B;AACA,OAAO,sBAAsB;AAC7B;AACA,OAAO,sBAAsB;AAC7B;AACA;;AAEA,KAAK;AACL;AACA;AACA;AACA;AACA;;AAEA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA,SAAS;AACT;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;;AAEA,OAAO;AACP;;AAEA,OAAO;AACP;;AAEA,OAAO;AACP;AACA;AACA;AACA;AACA;;AAEA;AACA,SAAS;AACT;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA,OAAO;AACP;AACA;;AAEA,KAAK;AACL;;AAEA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,yCAAyC,0BAA0B;AACnE;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,kDAAkD;AAClD;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,0CAA0C,oBAAoB;AAC9D;AACA;AACA;AACA,6CAA6C,IAAI,IAAI;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kDAAkD;AAClD,GAAG;AACH;AACA,GAAG;AACH;AACA,GAAG;AACH,0CAA0C,EAAE,EAAE;AAC9C,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA,GAAG;AACH;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,QAAQ;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,kCAAkC;AAClC;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAY,sBAAsB;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB,YAAY,sBAAsB;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,WAAW,OAAO;AAClB,WAAW,sBAAsB;AACjC;AACA;AACA;AACA,iCAAiC;AACjC;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,WAAW,OAAO;AAClB;AACA;AACA;AACA,iCAAiC;;AAEjC;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B;AACA,4BAA4B;AAC5B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA,6BAA6B;AAC7B;AACA,6BAA6B;AAC7B;AACA,KAAK;AACL,gDAAgD;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;;;;;;;;;AC9jjBA,sCAAoC;AACpC,sCAAoC;AACpC,uCAAuD;AACvD,0CAAgD;AAMhD,IAAM,IAAI,GAAG,QAAQ,CAAC,cAAc,CAAC,UAAU,CAAC;AAEhD,EAAE,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC;IAChB,IAAI,IAAc,CAAC;IACnB,EAAE,CAAC,CAAC,UAAU,IAAI,OAAO,CAAC,CAAC,CAAC;QACxB,IAAI,GAAG,IAAI,iBAAS,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IAAC,IAAI,CAAC,CAAC;QACJ,IAAI,GAAG,IAAI,iBAAS,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IACD,IAAM,YAAY,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,IAAI,QAAQ,CAAC;IAC1D,IAAM,GAAG,GAAG,CAAC,YAAY,GAAG,QAAQ,GAAG,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,GAAG,IAAI,CAAC;IACzG,IAAM,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;IACpC,IAAM,OAAO,GAAG,IAAI,6BAAiB,CAAC,GAAG,EAAE,kBAAS,CAAC,CAAC;IACtD,IAAM,EAAE,GAAG,IAAI,eAAM,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC;IAC7D,IAAM,QAAM,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC;IAEzB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE;QAC9B,QAAM,EAAE,CAAC;QACT,IAAI,CAAC,KAAK,EAAE,CAAC;IACjB,CAAC,CAAC,CAAC;AACP,CAAC;AAAA,CAAC;;;;;;;;AC7BF;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC;AACpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC,8CAA8C,EAAE;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AC5HA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,kBAAkB;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAAgC,uDAAuD,EAAE;AACzF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB,yBAAyB;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oEAAoE;AACpE;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oEAAoE,IAAI;AACxE;AACA;AACA,qEAAqE,GAAG;AACxE;AACA;AACA;AACA;AACA;AACA,qEAAqE,MAAM;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,mBAAmB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,mBAAmB;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,OAAO;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,4BAA4B;AAC5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,GAAG,qBAAqB;;AAEzB;;;;;;;;ACx6BA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA,2BAA2B,IAAI;AAC/B,sBAAsB,IAAI,KAAK,EAAE,IAAI,IAAI;AACzC;AACA,wBAAwB,IAAI;AAC5B;AACA;AACA,mFAAmF;AACnF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wDAAwD,gBAAgB;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,cAAc;AAC/C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mDAAmD,QAAQ;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,+BAA+B;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,+BAA+B;AACtD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB;AACzB;AACA,mCAAmC,yBAAyB;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,kBAAkB;AACzC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,4BAA4B;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB;AAC/C;AACA;AACA;AACA,uBAAuB,qBAAqB;AAC5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;;AAEA;;;;;;;;ACzOA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA,2EAA2E,uBAAuB;AAClG,0EAA0E,2BAA2B;AACrG;AACA;AACA,0EAA0E,iCAAiC;AAC3G,0EAA0E,4BAA4B;AACtG,0EAA0E,sBAAsB;AAChG,0EAA0E,2BAA2B;AACrG,0EAA0E,0BAA0B;AACpG,2EAA2E,6CAA6C;AACxH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mEAAmE,4CAA4C;AAC/G;AACA,+CAA+C,8BAA8B;AAC7E,+CAA+C,8BAA8B;AAC7E,+CAA+C,8BAA8B;AAC7E,+CAA+C,gDAAgD;AAC/F,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,oDAAoD;AACnG,+CAA+C,+BAA+B;AAC9E,+CAA+C,+BAA+B;AAC9E,+CAA+C,+BAA+B;AAC9E,gDAAgD,gCAAgC;AAChF,uBAAuB,wBAAwB,+BAA+B;AAC9E,oEAAoE,4CAA4C;AAChH;AACA,2DAA2D,oCAAoC;AAC/F,2DAA2D,iCAAiC;AAC5F,2DAA2D,mCAAmC;AAC9F,2DAA2D,sCAAsC;AACjG,2DAA2D,uCAAuC;AAClG,2DAA2D,uCAAuC;AAClG,2DAA2D,4CAA4C;AACvG,2DAA2D,2CAA2C;AACtG,2DAA2D,uCAAuC;AAClG,2DAA2D,yCAAyC;AACpG,2DAA2D,uCAAuC;AAClG,2DAA2D,oCAAoC;AAC/F,2DAA2D,oCAAoC;AAC/F,2DAA2D,oCAAoC;AAC/F,2DAA2D,oCAAoC;AAC/F,2DAA2D,iCAAiC;AAC5F;AACA;AACA;AACA;AACA;AACA,2DAA2D,mCAAmC;AAC9F,2DAA2D,0CAA0C;AACrG,2DAA2D,wCAAwC;AACnG,2DAA2D,0CAA0C;AACrG,2DAA2D,iDAAiD;AAC5G,2DAA2D,6CAA6C;AACxG,2DAA2D,wCAAwC;AACnG,2DAA2D,0CAA0C;AACrG,2DAA2D,mCAAmC;AAC9F,2DAA2D,iCAAiC;AAC5F,2DAA2D,gCAAgC;AAC3F,2DAA2D,kCAAkC;AAC7F,2DAA2D,uCAAuC;AAClG,2DAA2D,qCAAqC;AAChG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mDAAmD,wCAAwC;AAC3F,mDAAmD,mCAAmC;AACtF,mDAAmD,sCAAsC;AACzF,iGAAiG,4CAA4C;AAC7I;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,kCAAkC;AACnC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,oBAAoB;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+BAA+B;AAC/B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gDAAgD;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AC7dA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,sBAAsB;AACvB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qCAAqC,yBAAyB;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,mCAAmC;AAC9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,UAAU;AACxB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,WAAW;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,+CAA+C;AAC/C;AACA;AACA,8CAA8C;AAC9C;AACA;AACA,8CAA8C;AAC9C;AACA;AACA;AACA,oDAAoD;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wCAAwC,0DAA0D;AAClG;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,cAAc;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;ACrRA;AACA;AACA;AACA,UAAU,gBAAgB,sCAAsC,iBAAiB,EAAE;AACnF,yBAAyB,uDAAuD;AAChF;AACA;AACA,uBAAuB,sBAAsB;AAC7C;AACA;AACA,CAAC;AACD,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC,sCAAsC;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sDAAsD,8BAA8B;AACpF,oDAAoD,kCAAkC;AACtF,oDAAoD,kCAAkC;AACtF,kDAAkD,gCAAgC;AAClF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,sCAAsC,iBAAiB;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;AACb;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC,cAAc;AAChD,gCAAgC,eAAe;AAC/C;AACA;AACA;AACA,uBAAuB,iBAAiB;AACxC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oFAAoF,yBAAyB,EAAE;AAC/G;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B,6EAA6E;AAC3G;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,iEAAiE,4BAA4B,EAAE;AAC/F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB,gBAAgB;AACvC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;ACrZA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;ACxEA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAAgC,+BAA+B,EAAE;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;AC1FA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uB;;;;;;AC7BA,kBAAkB,wD;;;;;;ACAlB,kBAAkB,kD;;;;;;;;;;;;ACAlB,kBAAkB,gE;;;;;;ACAlB,kBAAkB,8D;;;;;;;ACAlB;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;;ACpEA;AACA;AACA;AACA,UAAU,gBAAgB,sCAAsC,iBAAiB,EAAE;AACnF,yBAAyB,uDAAuD;AAChF;AACA;AACA,uBAAuB,sBAAsB;AAC7C;AACA;AACA,CAAC;AACD,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oCAAoC,2BAA2B,EAAE;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AClEA;AACA;AACA;AACA,UAAU,gBAAgB,sCAAsC,iBAAiB,EAAE;AACnF,yBAAyB,uDAAuD;AAChF;AACA;AACA,uBAAuB,sBAAsB;AAC7C;AACA;AACA,CAAC;AACD,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,2BAA2B,yCAAyC;AACpE;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,0CAA0C,eAAe;AACzD;AACA;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA,iCAAiC,cAAc;AAC/C;AACA;AACA;AACA,SAAS;AACT;AACA;AACA,KAAK;AACL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB,uBAAuB;AAC/C;AACA;AACA;AACA,+BAA+B,gCAAgC;AAC/D;AACA;AACA;AACA;AACA;AACA,0CAA0C,YAAY;AACtD;AACA;AACA,2BAA2B,kBAAkB;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mCAAmC,QAAQ;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B,WAAW;AACtC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;;AAEA;;;;;;;;AClKA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD;AACA;AACA;;AAEA;;;;;;;;AC5CA;AACA,8CAA8C,cAAc;AAC5D;AACA;AACA;AACA;AACA;;AAEA","file":"./dist/bundle.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// identity function for calling harmony imports with the correct context\n \t__webpack_require__.i = function(value) { return value; };\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 15);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap d143500d12edcad940e0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar CompositionHelper_1 = require(\"./CompositionHelper\");\nvar EventEmitter_1 = require(\"./EventEmitter\");\nvar Viewport_1 = require(\"./Viewport\");\nvar Clipboard_1 = require(\"./handlers/Clipboard\");\nvar CircularList_1 = require(\"./utils/CircularList\");\nvar EscapeSequences_1 = require(\"./EscapeSequences\");\nvar InputHandler_1 = require(\"./InputHandler\");\nvar Parser_1 = require(\"./Parser\");\nvar Renderer_1 = require(\"./Renderer\");\nvar Linkifier_1 = require(\"./Linkifier\");\nvar SelectionManager_1 = require(\"./SelectionManager\");\nvar CharMeasure_1 = require(\"./utils/CharMeasure\");\nvar Browser = require(\"./utils/Browser\");\nvar Mouse_1 = require(\"./utils/Mouse\");\nvar document = (typeof window != 'undefined') ? window.document : null;\nvar WRITE_BUFFER_PAUSE_THRESHOLD = 5;\nvar WRITE_BATCH_SIZE = 300;\nvar CURSOR_BLINK_INTERVAL = 600;\nfunction Terminal(options) {\n var self = this;\n if (!(this instanceof Terminal)) {\n return new Terminal(arguments[0], arguments[1], arguments[2]);\n }\n self.browser = Browser;\n self.cancel = Terminal.cancel;\n EventEmitter_1.EventEmitter.call(this);\n if (typeof options === 'number') {\n options = {\n cols: arguments[0],\n rows: arguments[1],\n handler: arguments[2]\n };\n }\n options = options || {};\n Object.keys(Terminal.defaults).forEach(function (key) {\n if (options[key] == null) {\n options[key] = Terminal.options[key];\n if (Terminal[key] !== Terminal.defaults[key]) {\n options[key] = Terminal[key];\n }\n }\n self[key] = options[key];\n });\n if (options.colors.length === 8) {\n options.colors = options.colors.concat(Terminal._colors.slice(8));\n }\n else if (options.colors.length === 16) {\n options.colors = options.colors.concat(Terminal._colors.slice(16));\n }\n else if (options.colors.length === 10) {\n options.colors = options.colors.slice(0, -2).concat(Terminal._colors.slice(8, -2), options.colors.slice(-2));\n }\n else if (options.colors.length === 18) {\n options.colors = options.colors.concat(Terminal._colors.slice(16, -2), options.colors.slice(-2));\n }\n this.colors = options.colors;\n this.options = options;\n this.parent = options.body || options.parent || (document ? document.getElementsByTagName('body')[0] : null);\n this.cols = options.cols || options.geometry[0];\n this.rows = options.rows || options.geometry[1];\n this.geometry = [this.cols, this.rows];\n if (options.handler) {\n this.on('data', options.handler);\n }\n this.ybase = 0;\n this.ydisp = 0;\n this.x = 0;\n this.y = 0;\n this.cursorState = 0;\n this.cursorHidden = false;\n this.convertEol;\n this.queue = '';\n this.scrollTop = 0;\n this.scrollBottom = this.rows - 1;\n this.customKeyEventHandler = null;\n this.cursorBlinkInterval = null;\n this.applicationKeypad = false;\n this.applicationCursor = false;\n this.originMode = false;\n this.insertMode = false;\n this.wraparoundMode = true;\n this.normal = null;\n this.charset = null;\n this.gcharset = null;\n this.glevel = 0;\n this.charsets = [null];\n this.decLocator;\n this.x10Mouse;\n this.vt200Mouse;\n this.vt300Mouse;\n this.normalMouse;\n this.mouseEvents;\n this.sendFocus;\n this.utfMouse;\n this.sgrMouse;\n this.urxvtMouse;\n this.element;\n this.children;\n this.refreshStart;\n this.refreshEnd;\n this.savedX;\n this.savedY;\n this.savedCols;\n this.readable = true;\n this.writable = true;\n this.defAttr = (0 << 18) | (257 << 9) | (256 << 0);\n this.curAttr = this.defAttr;\n this.params = [];\n this.currentParam = 0;\n this.prefix = '';\n this.postfix = '';\n this.inputHandler = new InputHandler_1.InputHandler(this);\n this.parser = new Parser_1.Parser(this.inputHandler, this);\n this.renderer = this.renderer || null;\n this.selectionManager = this.selectionManager || null;\n this.linkifier = this.linkifier || new Linkifier_1.Linkifier();\n this.writeBuffer = [];\n this.writeInProgress = false;\n this.xoffSentToCatchUp = false;\n this.writeStopped = false;\n this.surrogate_high = '';\n this.lines = new CircularList_1.CircularList(this.scrollback);\n var i = this.rows;\n while (i--) {\n this.lines.push(this.blankLine());\n }\n if (this.selectionManager) {\n this.selectionManager.setBuffer(this.lines);\n }\n this.tabs;\n this.setupStops();\n this.userScrolling = false;\n}\ninherits(Terminal, EventEmitter_1.EventEmitter);\nTerminal.prototype.eraseAttr = function () {\n return (this.defAttr & ~0x1ff) | (this.curAttr & 0x1ff);\n};\nTerminal.tangoColors = [\n '#2e3436',\n '#cc0000',\n '#4e9a06',\n '#c4a000',\n '#3465a4',\n '#75507b',\n '#06989a',\n '#d3d7cf',\n '#555753',\n '#ef2929',\n '#8ae234',\n '#fce94f',\n '#729fcf',\n '#ad7fa8',\n '#34e2e2',\n '#eeeeec'\n];\nTerminal.colors = (function () {\n var colors = Terminal.tangoColors.slice(), r = [0x00, 0x5f, 0x87, 0xaf, 0xd7, 0xff], i;\n i = 0;\n for (; i < 216; i++) {\n out(r[(i / 36) % 6 | 0], r[(i / 6) % 6 | 0], r[i % 6]);\n }\n i = 0;\n for (; i < 24; i++) {\n r = 8 + i * 10;\n out(r, r, r);\n }\n function out(r, g, b) {\n colors.push('#' + hex(r) + hex(g) + hex(b));\n }\n function hex(c) {\n c = c.toString(16);\n return c.length < 2 ? '0' + c : c;\n }\n return colors;\n})();\nTerminal._colors = Terminal.colors.slice();\nTerminal.vcolors = (function () {\n var out = [], colors = Terminal.colors, i = 0, color;\n for (; i < 256; i++) {\n color = parseInt(colors[i].substring(1), 16);\n out.push([\n (color >> 16) & 0xff,\n (color >> 8) & 0xff,\n color & 0xff\n ]);\n }\n return out;\n})();\nTerminal.defaults = {\n colors: Terminal.colors,\n theme: 'default',\n convertEol: false,\n termName: 'xterm',\n geometry: [80, 24],\n cursorBlink: false,\n cursorStyle: 'block',\n visualBell: false,\n popOnBell: false,\n scrollback: 1000,\n screenKeys: false,\n debug: false,\n cancelEvents: false,\n disableStdin: false,\n useFlowControl: false,\n tabStopWidth: 8\n};\nTerminal.options = {};\nTerminal.focus = null;\neach(keys(Terminal.defaults), function (key) {\n Terminal[key] = Terminal.defaults[key];\n Terminal.options[key] = Terminal.defaults[key];\n});\nTerminal.prototype.focus = function () {\n return this.textarea.focus();\n};\nTerminal.prototype.getOption = function (key, value) {\n if (!(key in Terminal.defaults)) {\n throw new Error('No option with key \"' + key + '\"');\n }\n if (typeof this.options[key] !== 'undefined') {\n return this.options[key];\n }\n return this[key];\n};\nTerminal.prototype.setOption = function (key, value) {\n if (!(key in Terminal.defaults)) {\n throw new Error('No option with key \"' + key + '\"');\n }\n switch (key) {\n case 'scrollback':\n if (value < this.rows) {\n var msg = 'Setting the scrollback value less than the number of rows ';\n msg += \"(\" + this.rows + \") is not allowed.\";\n console.warn(msg);\n return false;\n }\n if (this.options[key] !== value) {\n if (this.lines.length > value) {\n var amountToTrim = this.lines.length - value;\n var needsRefresh = (this.ydisp - amountToTrim < 0);\n this.lines.trimStart(amountToTrim);\n this.ybase = Math.max(this.ybase - amountToTrim, 0);\n this.ydisp = Math.max(this.ydisp - amountToTrim, 0);\n if (needsRefresh) {\n this.refresh(0, this.rows - 1);\n }\n }\n this.lines.maxLength = value;\n this.viewport.syncScrollArea();\n }\n break;\n }\n this[key] = value;\n this.options[key] = value;\n switch (key) {\n case 'cursorBlink':\n this.setCursorBlinking(value);\n break;\n case 'cursorStyle':\n this.element.classList.toggle(\"xterm-cursor-style-underline\", value === 'underline');\n this.element.classList.toggle(\"xterm-cursor-style-bar\", value === 'bar');\n break;\n case 'tabStopWidth':\n this.setupStops();\n break;\n }\n};\nTerminal.prototype.restartCursorBlinking = function () {\n this.setCursorBlinking(this.options.cursorBlink);\n};\nTerminal.prototype.setCursorBlinking = function (enabled) {\n this.element.classList.toggle('xterm-cursor-blink', enabled);\n this.clearCursorBlinkingInterval();\n if (enabled) {\n var self = this;\n this.cursorBlinkInterval = setInterval(function () {\n self.element.classList.toggle('xterm-cursor-blink-on');\n }, CURSOR_BLINK_INTERVAL);\n }\n};\nTerminal.prototype.clearCursorBlinkingInterval = function () {\n this.element.classList.remove('xterm-cursor-blink-on');\n if (this.cursorBlinkInterval) {\n clearInterval(this.cursorBlinkInterval);\n this.cursorBlinkInterval = null;\n }\n};\nTerminal.bindFocus = function (term) {\n on(term.textarea, 'focus', function (ev) {\n if (term.sendFocus) {\n term.send(EscapeSequences_1.C0.ESC + '[I');\n }\n term.element.classList.add('focus');\n term.showCursor();\n term.restartCursorBlinking.apply(term);\n Terminal.focus = term;\n term.emit('focus', { terminal: term });\n });\n};\nTerminal.prototype.blur = function () {\n return this.textarea.blur();\n};\nTerminal.bindBlur = function (term) {\n on(term.textarea, 'blur', function (ev) {\n term.refresh(term.y, term.y);\n if (term.sendFocus) {\n term.send(EscapeSequences_1.C0.ESC + '[O');\n }\n term.element.classList.remove('focus');\n term.clearCursorBlinkingInterval.apply(term);\n Terminal.focus = null;\n term.emit('blur', { terminal: term });\n });\n};\nTerminal.prototype.initGlobal = function () {\n var _this = this;\n var term = this;\n Terminal.bindKeys(this);\n Terminal.bindFocus(this);\n Terminal.bindBlur(this);\n on(this.element, 'copy', function (event) {\n if (_this.mouseEvents) {\n return;\n }\n Clipboard_1.copyHandler(event, term, _this.selectionManager);\n });\n var pasteHandlerWrapper = function (event) { return Clipboard_1.pasteHandler(event, term); };\n on(this.textarea, 'paste', pasteHandlerWrapper);\n on(this.element, 'paste', pasteHandlerWrapper);\n if (term.browser.isFirefox) {\n on(this.element, 'mousedown', function (event) {\n if (event.button == 2) {\n Clipboard_1.rightClickHandler(event, _this.textarea, _this.selectionManager);\n }\n });\n }\n else {\n on(this.element, 'contextmenu', function (event) {\n Clipboard_1.rightClickHandler(event, _this.textarea, _this.selectionManager);\n });\n }\n if (term.browser.isLinux) {\n on(this.element, 'auxclick', function (event) {\n if (event.button === 1) {\n Clipboard_1.moveTextAreaUnderMouseCursor(event, _this.textarea, _this.selectionManager);\n }\n });\n }\n};\nTerminal.bindKeys = function (term) {\n on(term.element, 'keydown', function (ev) {\n if (document.activeElement != this) {\n return;\n }\n term.keyDown(ev);\n }, true);\n on(term.element, 'keypress', function (ev) {\n if (document.activeElement != this) {\n return;\n }\n term.keyPress(ev);\n }, true);\n on(term.element, 'keyup', function (ev) {\n if (!wasMondifierKeyOnlyEvent(ev)) {\n term.focus(term);\n }\n }, true);\n on(term.textarea, 'keydown', function (ev) {\n term.keyDown(ev);\n }, true);\n on(term.textarea, 'keypress', function (ev) {\n term.keyPress(ev);\n this.value = '';\n }, true);\n on(term.textarea, 'compositionstart', term.compositionHelper.compositionstart.bind(term.compositionHelper));\n on(term.textarea, 'compositionupdate', term.compositionHelper.compositionupdate.bind(term.compositionHelper));\n on(term.textarea, 'compositionend', term.compositionHelper.compositionend.bind(term.compositionHelper));\n term.on('refresh', term.compositionHelper.updateCompositionElements.bind(term.compositionHelper));\n term.on('refresh', function (data) {\n term.queueLinkification(data.start, data.end);\n });\n};\nTerminal.prototype.insertRow = function (row) {\n if (typeof row != 'object') {\n row = document.createElement('div');\n }\n this.rowContainer.appendChild(row);\n this.children.push(row);\n return row;\n};\nTerminal.prototype.open = function (parent, focus) {\n var _this = this;\n var self = this, i = 0, div;\n this.parent = parent || this.parent;\n if (!this.parent) {\n throw new Error('Terminal requires a parent element.');\n }\n this.context = this.parent.ownerDocument.defaultView;\n this.document = this.parent.ownerDocument;\n this.body = this.document.getElementsByTagName('body')[0];\n this.element = this.document.createElement('div');\n this.element.classList.add('terminal');\n this.element.classList.add('xterm');\n this.element.classList.add('xterm-theme-' + this.theme);\n this.setCursorBlinking(this.options.cursorBlink);\n this.element.setAttribute('tabindex', 0);\n this.viewportElement = document.createElement('div');\n this.viewportElement.classList.add('xterm-viewport');\n this.element.appendChild(this.viewportElement);\n this.viewportScrollArea = document.createElement('div');\n this.viewportScrollArea.classList.add('xterm-scroll-area');\n this.viewportElement.appendChild(this.viewportScrollArea);\n this.selectionContainer = document.createElement('div');\n this.selectionContainer.classList.add('xterm-selection');\n this.element.appendChild(this.selectionContainer);\n this.rowContainer = document.createElement('div');\n this.rowContainer.classList.add('xterm-rows');\n this.element.appendChild(this.rowContainer);\n this.children = [];\n this.linkifier.attachToDom(document, this.children);\n this.helperContainer = document.createElement('div');\n this.helperContainer.classList.add('xterm-helpers');\n this.element.appendChild(this.helperContainer);\n this.textarea = document.createElement('textarea');\n this.textarea.classList.add('xterm-helper-textarea');\n this.textarea.setAttribute('autocorrect', 'off');\n this.textarea.setAttribute('autocapitalize', 'off');\n this.textarea.setAttribute('spellcheck', 'false');\n this.textarea.tabIndex = 0;\n this.textarea.addEventListener('focus', function () {\n self.emit('focus', { terminal: self });\n });\n this.textarea.addEventListener('blur', function () {\n self.emit('blur', { terminal: self });\n });\n this.helperContainer.appendChild(this.textarea);\n this.compositionView = document.createElement('div');\n this.compositionView.classList.add('composition-view');\n this.compositionHelper = new CompositionHelper_1.CompositionHelper(this.textarea, this.compositionView, this);\n this.helperContainer.appendChild(this.compositionView);\n this.charSizeStyleElement = document.createElement('style');\n this.helperContainer.appendChild(this.charSizeStyleElement);\n for (; i < this.rows; i++) {\n this.insertRow();\n }\n this.parent.appendChild(this.element);\n this.charMeasure = new CharMeasure_1.CharMeasure(document, this.helperContainer);\n this.charMeasure.on('charsizechanged', function () {\n self.updateCharSizeStyles();\n });\n this.charMeasure.measure();\n this.viewport = new Viewport_1.Viewport(this, this.viewportElement, this.viewportScrollArea, this.charMeasure);\n this.renderer = new Renderer_1.Renderer(this);\n this.selectionManager = new SelectionManager_1.SelectionManager(this, this.lines, this.rowContainer, this.charMeasure);\n this.selectionManager.on('refresh', function (data) {\n _this.renderer.refreshSelection(data.start, data.end);\n });\n this.selectionManager.on('newselection', function (text) {\n _this.textarea.value = text;\n _this.textarea.focus();\n _this.textarea.select();\n });\n this.on('scroll', function () { return _this.selectionManager.refresh(); });\n this.viewportElement.addEventListener('scroll', function () { return _this.selectionManager.refresh(); });\n this.refresh(0, this.rows - 1);\n this.initGlobal();\n if (typeof focus == 'undefined') {\n var message = 'You did not pass the `focus` argument in `Terminal.prototype.open()`.\\n';\n message += 'The `focus` argument now defaults to `true` but starting with xterm.js 3.0 ';\n message += 'it will default to `false`.';\n console.warn(message);\n focus = true;\n }\n if (focus) {\n this.focus();\n }\n on(this.element, 'click', function () {\n var selection = document.getSelection(), collapsed = selection.isCollapsed, isRange = typeof collapsed == 'boolean' ? !collapsed : selection.type == 'Range';\n if (!isRange) {\n self.focus();\n }\n });\n this.bindMouse();\n this.emit('open');\n};\nTerminal.loadAddon = function (addon, callback) {\n if (typeof exports === 'object' && typeof module === 'object') {\n return require('./addons/' + addon + '/' + addon);\n }\n else if (typeof define == 'function') {\n return require(['./addons/' + addon + '/' + addon], callback);\n }\n else {\n console.error('Cannot load a module without a CommonJS or RequireJS environment.');\n return false;\n }\n};\nTerminal.prototype.updateCharSizeStyles = function () {\n this.charSizeStyleElement.textContent =\n \".xterm-wide-char{width:\" + this.charMeasure.width * 2 + \"px;}\" +\n (\".xterm-normal-char{width:\" + this.charMeasure.width + \"px;}\") +\n (\".xterm-rows > div{height:\" + this.charMeasure.height + \"px;}\");\n};\nTerminal.prototype.bindMouse = function () {\n var el = this.element, self = this, pressed = 32;\n function sendButton(ev) {\n var button, pos;\n button = getButton(ev);\n pos = Mouse_1.getRawByteCoords(ev, self.rowContainer, self.charMeasure, self.cols, self.rows);\n if (!pos)\n return;\n sendEvent(button, pos);\n switch (ev.overrideType || ev.type) {\n case 'mousedown':\n pressed = button;\n break;\n case 'mouseup':\n pressed = 32;\n break;\n case 'wheel':\n break;\n }\n }\n function sendMove(ev) {\n var button = pressed, pos;\n pos = Mouse_1.getRawByteCoords(ev, self.rowContainer, self.charMeasure, self.cols, self.rows);\n if (!pos)\n return;\n button += 32;\n sendEvent(button, pos);\n }\n function encode(data, ch) {\n if (!self.utfMouse) {\n if (ch === 255)\n return data.push(0);\n if (ch > 127)\n ch = 127;\n data.push(ch);\n }\n else {\n if (ch === 2047)\n return data.push(0);\n if (ch < 127) {\n data.push(ch);\n }\n else {\n if (ch > 2047)\n ch = 2047;\n data.push(0xC0 | (ch >> 6));\n data.push(0x80 | (ch & 0x3F));\n }\n }\n }\n function sendEvent(button, pos) {\n if (self.vt300Mouse) {\n button &= 3;\n pos.x -= 32;\n pos.y -= 32;\n var data = EscapeSequences_1.C0.ESC + '[24';\n if (button === 0)\n data += '1';\n else if (button === 1)\n data += '3';\n else if (button === 2)\n data += '5';\n else if (button === 3)\n return;\n else\n data += '0';\n data += '~[' + pos.x + ',' + pos.y + ']\\r';\n self.send(data);\n return;\n }\n if (self.decLocator) {\n button &= 3;\n pos.x -= 32;\n pos.y -= 32;\n if (button === 0)\n button = 2;\n else if (button === 1)\n button = 4;\n else if (button === 2)\n button = 6;\n else if (button === 3)\n button = 3;\n self.send(EscapeSequences_1.C0.ESC + '['\n + button\n + ';'\n + (button === 3 ? 4 : 0)\n + ';'\n + pos.y\n + ';'\n + pos.x\n + ';'\n + (pos.page || 0)\n + '&w');\n return;\n }\n if (self.urxvtMouse) {\n pos.x -= 32;\n pos.y -= 32;\n pos.x++;\n pos.y++;\n self.send(EscapeSequences_1.C0.ESC + '[' + button + ';' + pos.x + ';' + pos.y + 'M');\n return;\n }\n if (self.sgrMouse) {\n pos.x -= 32;\n pos.y -= 32;\n self.send(EscapeSequences_1.C0.ESC + '[<'\n + (((button & 3) === 3 ? button & ~3 : button) - 32)\n + ';'\n + pos.x\n + ';'\n + pos.y\n + ((button & 3) === 3 ? 'm' : 'M'));\n return;\n }\n var data = [];\n encode(data, button);\n encode(data, pos.x);\n encode(data, pos.y);\n self.send(EscapeSequences_1.C0.ESC + '[M' + String.fromCharCode.apply(String, data));\n }\n function getButton(ev) {\n var button, shift, meta, ctrl, mod;\n switch (ev.overrideType || ev.type) {\n case 'mousedown':\n button = ev.button != null\n ? +ev.button\n : ev.which != null\n ? ev.which - 1\n : null;\n if (self.browser.isMSIE) {\n button = button === 1 ? 0 : button === 4 ? 1 : button;\n }\n break;\n case 'mouseup':\n button = 3;\n break;\n case 'DOMMouseScroll':\n button = ev.detail < 0\n ? 64\n : 65;\n break;\n case 'wheel':\n button = ev.wheelDeltaY > 0\n ? 64\n : 65;\n break;\n }\n shift = ev.shiftKey ? 4 : 0;\n meta = ev.metaKey ? 8 : 0;\n ctrl = ev.ctrlKey ? 16 : 0;\n mod = shift | meta | ctrl;\n if (self.vt200Mouse) {\n mod &= ctrl;\n }\n else if (!self.normalMouse) {\n mod = 0;\n }\n button = (32 + (mod << 2)) + button;\n return button;\n }\n on(el, 'mousedown', function (ev) {\n if (!self.mouseEvents)\n return;\n sendButton(ev);\n self.focus();\n if (self.vt200Mouse) {\n ev.overrideType = 'mouseup';\n sendButton(ev);\n return self.cancel(ev);\n }\n if (self.normalMouse)\n on(self.document, 'mousemove', sendMove);\n if (!self.x10Mouse) {\n on(self.document, 'mouseup', function up(ev) {\n sendButton(ev);\n if (self.normalMouse)\n off(self.document, 'mousemove', sendMove);\n off(self.document, 'mouseup', up);\n return self.cancel(ev);\n });\n }\n return self.cancel(ev);\n });\n on(el, 'wheel', function (ev) {\n if (!self.mouseEvents)\n return;\n if (self.x10Mouse\n || self.vt300Mouse\n || self.decLocator)\n return;\n sendButton(ev);\n return self.cancel(ev);\n });\n on(el, 'wheel', function (ev) {\n if (self.mouseEvents)\n return;\n self.viewport.onWheel(ev);\n return self.cancel(ev);\n });\n on(el, 'touchstart', function (ev) {\n if (self.mouseEvents)\n return;\n self.viewport.onTouchStart(ev);\n return self.cancel(ev);\n });\n on(el, 'touchmove', function (ev) {\n if (self.mouseEvents)\n return;\n self.viewport.onTouchMove(ev);\n return self.cancel(ev);\n });\n};\nTerminal.prototype.destroy = function () {\n this.readable = false;\n this.writable = false;\n this._events = {};\n this.handler = function () { };\n this.write = function () { };\n if (this.element && this.element.parentNode) {\n this.element.parentNode.removeChild(this.element);\n }\n};\nTerminal.prototype.refresh = function (start, end) {\n if (this.renderer) {\n this.renderer.queueRefresh(start, end);\n }\n};\nTerminal.prototype.queueLinkification = function (start, end) {\n if (this.linkifier) {\n for (var i = start; i <= end; i++) {\n this.linkifier.linkifyRow(i);\n }\n }\n};\nTerminal.prototype.showCursor = function () {\n if (!this.cursorState) {\n this.cursorState = 1;\n this.refresh(this.y, this.y);\n }\n};\nTerminal.prototype.scroll = function (isWrapped) {\n var row;\n if (this.lines.length === this.lines.maxLength) {\n this.lines.trimStart(1);\n this.ybase--;\n if (this.ydisp !== 0) {\n this.ydisp--;\n }\n }\n this.ybase++;\n if (!this.userScrolling) {\n this.ydisp = this.ybase;\n }\n row = this.ybase + this.rows - 1;\n row -= this.rows - 1 - this.scrollBottom;\n if (row === this.lines.length) {\n this.lines.push(this.blankLine(undefined, isWrapped));\n }\n else {\n this.lines.splice(row, 0, this.blankLine(undefined, isWrapped));\n }\n if (this.scrollTop !== 0) {\n if (this.ybase !== 0) {\n this.ybase--;\n if (!this.userScrolling) {\n this.ydisp = this.ybase;\n }\n }\n this.lines.splice(this.ybase + this.scrollTop, 1);\n }\n this.updateRange(this.scrollTop);\n this.updateRange(this.scrollBottom);\n this.emit('scroll', this.ydisp);\n};\nTerminal.prototype.scrollDisp = function (disp, suppressScrollEvent) {\n if (disp < 0) {\n if (this.ydisp === 0) {\n return;\n }\n this.userScrolling = true;\n }\n else if (disp + this.ydisp >= this.ybase) {\n this.userScrolling = false;\n }\n this.ydisp += disp;\n if (this.ydisp > this.ybase) {\n this.ydisp = this.ybase;\n }\n else if (this.ydisp < 0) {\n this.ydisp = 0;\n }\n if (!suppressScrollEvent) {\n this.emit('scroll', this.ydisp);\n }\n this.refresh(0, this.rows - 1);\n};\nTerminal.prototype.scrollPages = function (pageCount) {\n this.scrollDisp(pageCount * (this.rows - 1));\n};\nTerminal.prototype.scrollToTop = function () {\n this.scrollDisp(-this.ydisp);\n};\nTerminal.prototype.scrollToBottom = function () {\n this.scrollDisp(this.ybase - this.ydisp);\n};\nTerminal.prototype.write = function (data) {\n this.writeBuffer.push(data);\n if (this.options.useFlowControl && !this.xoffSentToCatchUp && this.writeBuffer.length >= WRITE_BUFFER_PAUSE_THRESHOLD) {\n this.send(EscapeSequences_1.C0.DC3);\n this.xoffSentToCatchUp = true;\n }\n if (!this.writeInProgress && this.writeBuffer.length > 0) {\n this.writeInProgress = true;\n var self = this;\n setTimeout(function () {\n self.innerWrite();\n });\n }\n};\nTerminal.prototype.innerWrite = function () {\n var writeBatch = this.writeBuffer.splice(0, WRITE_BATCH_SIZE);\n while (writeBatch.length > 0) {\n var data = writeBatch.shift();\n var l = data.length, i = 0, j, cs, ch, code, low, ch_width, row;\n if (this.xoffSentToCatchUp && writeBatch.length === 0 && this.writeBuffer.length === 0) {\n this.send(EscapeSequences_1.C0.DC1);\n this.xoffSentToCatchUp = false;\n }\n this.refreshStart = this.y;\n this.refreshEnd = this.y;\n var state = this.parser.parse(data);\n this.parser.setState(state);\n this.updateRange(this.y);\n this.refresh(this.refreshStart, this.refreshEnd);\n }\n if (this.writeBuffer.length > 0) {\n var self = this;\n setTimeout(function () {\n self.innerWrite();\n }, 0);\n }\n else {\n this.writeInProgress = false;\n }\n};\nTerminal.prototype.writeln = function (data) {\n this.write(data + '\\r\\n');\n};\nTerminal.prototype.attachCustomKeydownHandler = function (customKeydownHandler) {\n var message = 'attachCustomKeydownHandler() is DEPRECATED and will be removed soon. Please use attachCustomKeyEventHandler() instead.';\n console.warn(message);\n this.attachCustomKeyEventHandler(customKeydownHandler);\n};\nTerminal.prototype.attachCustomKeyEventHandler = function (customKeyEventHandler) {\n this.customKeyEventHandler = customKeyEventHandler;\n};\nTerminal.prototype.setHypertextLinkHandler = function (handler) {\n if (!this.linkifier) {\n throw new Error('Cannot attach a hypertext link handler before Terminal.open is called');\n }\n this.linkifier.setHypertextLinkHandler(handler);\n this.refresh(0, this.rows - 1);\n};\nTerminal.prototype.setHypertextValidationCallback = function (callback) {\n if (!this.linkifier) {\n throw new Error('Cannot attach a hypertext validation callback before Terminal.open is called');\n }\n this.linkifier.setHypertextValidationCallback(callback);\n this.refresh(0, this.rows - 1);\n};\nTerminal.prototype.registerLinkMatcher = function (regex, handler, options) {\n if (this.linkifier) {\n var matcherId = this.linkifier.registerLinkMatcher(regex, handler, options);\n this.refresh(0, this.rows - 1);\n return matcherId;\n }\n};\nTerminal.prototype.deregisterLinkMatcher = function (matcherId) {\n if (this.linkifier) {\n if (this.linkifier.deregisterLinkMatcher(matcherId)) {\n this.refresh(0, this.rows - 1);\n }\n }\n};\nTerminal.prototype.hasSelection = function () {\n return this.selectionManager.hasSelection;\n};\nTerminal.prototype.getSelection = function () {\n return this.selectionManager.selectionText;\n};\nTerminal.prototype.clearSelection = function () {\n this.selectionManager.clearSelection();\n};\nTerminal.prototype.selectAll = function () {\n this.selectionManager.selectAll();\n};\nTerminal.prototype.keyDown = function (ev) {\n if (this.customKeyEventHandler && this.customKeyEventHandler(ev) === false) {\n return false;\n }\n this.restartCursorBlinking();\n if (!this.compositionHelper.keydown.bind(this.compositionHelper)(ev)) {\n if (this.ybase !== this.ydisp) {\n this.scrollToBottom();\n }\n return false;\n }\n var self = this;\n var result = this.evaluateKeyEscapeSequence(ev);\n if (result.key === EscapeSequences_1.C0.DC3) {\n this.writeStopped = true;\n }\n else if (result.key === EscapeSequences_1.C0.DC1) {\n this.writeStopped = false;\n }\n if (result.scrollDisp) {\n this.scrollDisp(result.scrollDisp);\n return this.cancel(ev, true);\n }\n if (isThirdLevelShift(this, ev)) {\n return true;\n }\n if (result.cancel) {\n this.cancel(ev, true);\n }\n if (!result.key) {\n return true;\n }\n this.emit('keydown', ev);\n this.emit('key', result.key, ev);\n this.showCursor();\n this.handler(result.key);\n return this.cancel(ev, true);\n};\nTerminal.prototype.evaluateKeyEscapeSequence = function (ev) {\n var result = {\n cancel: false,\n key: undefined,\n scrollDisp: undefined\n };\n var modifiers = ev.shiftKey << 0 | ev.altKey << 1 | ev.ctrlKey << 2 | ev.metaKey << 3;\n switch (ev.keyCode) {\n case 8:\n if (ev.shiftKey) {\n result.key = EscapeSequences_1.C0.BS;\n break;\n }\n result.key = EscapeSequences_1.C0.DEL;\n break;\n case 9:\n if (ev.shiftKey) {\n result.key = EscapeSequences_1.C0.ESC + '[Z';\n break;\n }\n result.key = EscapeSequences_1.C0.HT;\n result.cancel = true;\n break;\n case 13:\n result.key = EscapeSequences_1.C0.CR;\n result.cancel = true;\n break;\n case 27:\n result.key = EscapeSequences_1.C0.ESC;\n result.cancel = true;\n break;\n case 37:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'D';\n if (result.key == EscapeSequences_1.C0.ESC + '[1;3D') {\n result.key = (this.browser.isMac) ? EscapeSequences_1.C0.ESC + 'b' : EscapeSequences_1.C0.ESC + '[1;5D';\n }\n }\n else if (this.applicationCursor) {\n result.key = EscapeSequences_1.C0.ESC + 'OD';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[D';\n }\n break;\n case 39:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'C';\n if (result.key == EscapeSequences_1.C0.ESC + '[1;3C') {\n result.key = (this.browser.isMac) ? EscapeSequences_1.C0.ESC + 'f' : EscapeSequences_1.C0.ESC + '[1;5C';\n }\n }\n else if (this.applicationCursor) {\n result.key = EscapeSequences_1.C0.ESC + 'OC';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[C';\n }\n break;\n case 38:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'A';\n if (result.key == EscapeSequences_1.C0.ESC + '[1;3A') {\n result.key = EscapeSequences_1.C0.ESC + '[1;5A';\n }\n }\n else if (this.applicationCursor) {\n result.key = EscapeSequences_1.C0.ESC + 'OA';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[A';\n }\n break;\n case 40:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'B';\n if (result.key == EscapeSequences_1.C0.ESC + '[1;3B') {\n result.key = EscapeSequences_1.C0.ESC + '[1;5B';\n }\n }\n else if (this.applicationCursor) {\n result.key = EscapeSequences_1.C0.ESC + 'OB';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[B';\n }\n break;\n case 45:\n if (!ev.shiftKey && !ev.ctrlKey) {\n result.key = EscapeSequences_1.C0.ESC + '[2~';\n }\n break;\n case 46:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[3;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[3~';\n }\n break;\n case 36:\n if (modifiers)\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'H';\n else if (this.applicationCursor)\n result.key = EscapeSequences_1.C0.ESC + 'OH';\n else\n result.key = EscapeSequences_1.C0.ESC + '[H';\n break;\n case 35:\n if (modifiers)\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'F';\n else if (this.applicationCursor)\n result.key = EscapeSequences_1.C0.ESC + 'OF';\n else\n result.key = EscapeSequences_1.C0.ESC + '[F';\n break;\n case 33:\n if (ev.shiftKey) {\n result.scrollDisp = -(this.rows - 1);\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[5~';\n }\n break;\n case 34:\n if (ev.shiftKey) {\n result.scrollDisp = this.rows - 1;\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[6~';\n }\n break;\n case 112:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'P';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + 'OP';\n }\n break;\n case 113:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'Q';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + 'OQ';\n }\n break;\n case 114:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'R';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + 'OR';\n }\n break;\n case 115:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[1;' + (modifiers + 1) + 'S';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + 'OS';\n }\n break;\n case 116:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[15;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[15~';\n }\n break;\n case 117:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[17;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[17~';\n }\n break;\n case 118:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[18;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[18~';\n }\n break;\n case 119:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[19;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[19~';\n }\n break;\n case 120:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[20;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[20~';\n }\n break;\n case 121:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[21;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[21~';\n }\n break;\n case 122:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[23;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[23~';\n }\n break;\n case 123:\n if (modifiers) {\n result.key = EscapeSequences_1.C0.ESC + '[24;' + (modifiers + 1) + '~';\n }\n else {\n result.key = EscapeSequences_1.C0.ESC + '[24~';\n }\n break;\n default:\n if (ev.ctrlKey && !ev.shiftKey && !ev.altKey && !ev.metaKey) {\n if (ev.keyCode >= 65 && ev.keyCode <= 90) {\n result.key = String.fromCharCode(ev.keyCode - 64);\n }\n else if (ev.keyCode === 32) {\n result.key = String.fromCharCode(0);\n }\n else if (ev.keyCode >= 51 && ev.keyCode <= 55) {\n result.key = String.fromCharCode(ev.keyCode - 51 + 27);\n }\n else if (ev.keyCode === 56) {\n result.key = String.fromCharCode(127);\n }\n else if (ev.keyCode === 219) {\n result.key = String.fromCharCode(27);\n }\n else if (ev.keyCode === 220) {\n result.key = String.fromCharCode(28);\n }\n else if (ev.keyCode === 221) {\n result.key = String.fromCharCode(29);\n }\n }\n else if (!this.browser.isMac && ev.altKey && !ev.ctrlKey && !ev.metaKey) {\n if (ev.keyCode >= 65 && ev.keyCode <= 90) {\n result.key = EscapeSequences_1.C0.ESC + String.fromCharCode(ev.keyCode + 32);\n }\n else if (ev.keyCode === 192) {\n result.key = EscapeSequences_1.C0.ESC + '`';\n }\n else if (ev.keyCode >= 48 && ev.keyCode <= 57) {\n result.key = EscapeSequences_1.C0.ESC + (ev.keyCode - 48);\n }\n }\n else if (this.browser.isMac && !ev.altKey && !ev.ctrlKey && ev.metaKey) {\n if (ev.keyCode === 65) {\n this.selectAll();\n }\n }\n break;\n }\n return result;\n};\nTerminal.prototype.setgLevel = function (g) {\n this.glevel = g;\n this.charset = this.charsets[g];\n};\nTerminal.prototype.setgCharset = function (g, charset) {\n this.charsets[g] = charset;\n if (this.glevel === g) {\n this.charset = charset;\n }\n};\nTerminal.prototype.keyPress = function (ev) {\n var key;\n if (this.customKeyEventHandler && this.customKeyEventHandler(ev) === false) {\n return false;\n }\n this.cancel(ev);\n if (ev.charCode) {\n key = ev.charCode;\n }\n else if (ev.which == null) {\n key = ev.keyCode;\n }\n else if (ev.which !== 0 && ev.charCode !== 0) {\n key = ev.which;\n }\n else {\n return false;\n }\n if (!key || ((ev.altKey || ev.ctrlKey || ev.metaKey) && !isThirdLevelShift(this, ev))) {\n return false;\n }\n key = String.fromCharCode(key);\n this.emit('keypress', key, ev);\n this.emit('key', key, ev);\n this.showCursor();\n this.handler(key);\n return true;\n};\nTerminal.prototype.send = function (data) {\n var self = this;\n if (!this.queue) {\n setTimeout(function () {\n self.handler(self.queue);\n self.queue = '';\n }, 1);\n }\n this.queue += data;\n};\nTerminal.prototype.bell = function () {\n if (!this.visualBell)\n return;\n var self = this;\n this.element.style.borderColor = 'white';\n setTimeout(function () {\n self.element.style.borderColor = '';\n }, 10);\n if (this.popOnBell)\n this.focus();\n};\nTerminal.prototype.log = function () {\n if (!this.debug)\n return;\n if (!this.context.console || !this.context.console.log)\n return;\n var args = Array.prototype.slice.call(arguments);\n this.context.console.log.apply(this.context.console, args);\n};\nTerminal.prototype.error = function () {\n if (!this.debug)\n return;\n if (!this.context.console || !this.context.console.error)\n return;\n var args = Array.prototype.slice.call(arguments);\n this.context.console.error.apply(this.context.console, args);\n};\nTerminal.prototype.resize = function (x, y) {\n if (isNaN(x) || isNaN(y)) {\n return;\n }\n if (y > this.getOption('scrollback')) {\n this.setOption('scrollback', y);\n }\n var line, el, i, j, ch, addToY;\n if (x === this.cols && y === this.rows) {\n return;\n }\n if (x < 1)\n x = 1;\n if (y < 1)\n y = 1;\n j = this.cols;\n if (j < x) {\n ch = [this.defAttr, ' ', 1];\n i = this.lines.length;\n while (i--) {\n while (this.lines.get(i).length < x) {\n this.lines.get(i).push(ch);\n }\n }\n }\n this.cols = x;\n this.setupStops(this.cols);\n j = this.rows;\n addToY = 0;\n if (j < y) {\n el = this.element;\n while (j++ < y) {\n if (this.lines.length < y + this.ybase) {\n if (this.ybase > 0 && this.lines.length <= this.ybase + this.y + addToY + 1) {\n this.ybase--;\n addToY++;\n if (this.ydisp > 0) {\n this.ydisp--;\n }\n }\n else {\n this.lines.push(this.blankLine());\n }\n }\n if (this.children.length < y) {\n this.insertRow();\n }\n }\n }\n else {\n while (j-- > y) {\n if (this.lines.length > y + this.ybase) {\n if (this.lines.length > this.ybase + this.y + 1) {\n this.lines.pop();\n }\n else {\n this.ybase++;\n this.ydisp++;\n }\n }\n if (this.children.length > y) {\n el = this.children.shift();\n if (!el)\n continue;\n el.parentNode.removeChild(el);\n }\n }\n }\n this.rows = y;\n if (this.y >= y) {\n this.y = y - 1;\n }\n if (addToY) {\n this.y += addToY;\n }\n if (this.x >= x) {\n this.x = x - 1;\n }\n this.scrollTop = 0;\n this.scrollBottom = y - 1;\n this.charMeasure.measure();\n this.refresh(0, this.rows - 1);\n this.normal = null;\n this.geometry = [this.cols, this.rows];\n this.emit('resize', { terminal: this, cols: x, rows: y });\n};\nTerminal.prototype.updateRange = function (y) {\n if (y < this.refreshStart)\n this.refreshStart = y;\n if (y > this.refreshEnd)\n this.refreshEnd = y;\n};\nTerminal.prototype.maxRange = function () {\n this.refreshStart = 0;\n this.refreshEnd = this.rows - 1;\n};\nTerminal.prototype.setupStops = function (i) {\n if (i != null) {\n if (!this.tabs[i]) {\n i = this.prevStop(i);\n }\n }\n else {\n this.tabs = {};\n i = 0;\n }\n for (; i < this.cols; i += this.getOption('tabStopWidth')) {\n this.tabs[i] = true;\n }\n};\nTerminal.prototype.prevStop = function (x) {\n if (x == null)\n x = this.x;\n while (!this.tabs[--x] && x > 0)\n ;\n return x >= this.cols\n ? this.cols - 1\n : x < 0 ? 0 : x;\n};\nTerminal.prototype.nextStop = function (x) {\n if (x == null)\n x = this.x;\n while (!this.tabs[++x] && x < this.cols)\n ;\n return x >= this.cols\n ? this.cols - 1\n : x < 0 ? 0 : x;\n};\nTerminal.prototype.eraseRight = function (x, y) {\n var line = this.lines.get(this.ybase + y);\n if (!line) {\n return;\n }\n var ch = [this.eraseAttr(), ' ', 1];\n for (; x < this.cols; x++) {\n line[x] = ch;\n }\n this.updateRange(y);\n};\nTerminal.prototype.eraseLeft = function (x, y) {\n var line = this.lines.get(this.ybase + y);\n if (!line) {\n return;\n }\n var ch = [this.eraseAttr(), ' ', 1];\n x++;\n while (x--) {\n line[x] = ch;\n }\n this.updateRange(y);\n};\nTerminal.prototype.clear = function () {\n if (this.ybase === 0 && this.y === 0) {\n return;\n }\n this.lines.set(0, this.lines.get(this.ybase + this.y));\n this.lines.length = 1;\n this.ydisp = 0;\n this.ybase = 0;\n this.y = 0;\n for (var i = 1; i < this.rows; i++) {\n this.lines.push(this.blankLine());\n }\n this.refresh(0, this.rows - 1);\n this.emit('scroll', this.ydisp);\n};\nTerminal.prototype.eraseLine = function (y) {\n this.eraseRight(0, y);\n};\nTerminal.prototype.blankLine = function (cur, isWrapped) {\n var attr = cur\n ? this.eraseAttr()\n : this.defAttr;\n var ch = [attr, ' ', 1], line = [], i = 0;\n if (isWrapped) {\n line.isWrapped = isWrapped;\n }\n for (; i < this.cols; i++) {\n line[i] = ch;\n }\n return line;\n};\nTerminal.prototype.ch = function (cur) {\n return cur\n ? [this.eraseAttr(), ' ', 1]\n : [this.defAttr, ' ', 1];\n};\nTerminal.prototype.is = function (term) {\n var name = this.termName;\n return (name + '').indexOf(term) === 0;\n};\nTerminal.prototype.handler = function (data) {\n if (this.options.disableStdin) {\n return;\n }\n if (this.ybase !== this.ydisp) {\n this.scrollToBottom();\n }\n this.emit('data', data);\n};\nTerminal.prototype.handleTitle = function (title) {\n this.emit('title', title);\n};\nTerminal.prototype.index = function () {\n this.y++;\n if (this.y > this.scrollBottom) {\n this.y--;\n this.scroll();\n }\n if (this.x >= this.cols) {\n this.x--;\n }\n};\nTerminal.prototype.reverseIndex = function () {\n var j;\n if (this.y === this.scrollTop) {\n this.lines.shiftElements(this.y + this.ybase, this.rows - 1, 1);\n this.lines.set(this.y + this.ybase, this.blankLine(true));\n this.updateRange(this.scrollTop);\n this.updateRange(this.scrollBottom);\n }\n else {\n this.y--;\n }\n};\nTerminal.prototype.reset = function () {\n this.options.rows = this.rows;\n this.options.cols = this.cols;\n var customKeyEventHandler = this.customKeyEventHandler;\n var cursorBlinkInterval = this.cursorBlinkInterval;\n Terminal.call(this, this.options);\n this.customKeyEventHandler = customKeyEventHandler;\n this.cursorBlinkInterval = cursorBlinkInterval;\n this.refresh(0, this.rows - 1);\n this.viewport.syncScrollArea();\n};\nTerminal.prototype.tabSet = function () {\n this.tabs[this.x] = true;\n};\nfunction on(el, type, handler, capture) {\n if (!Array.isArray(el)) {\n el = [el];\n }\n el.forEach(function (element) {\n element.addEventListener(type, handler, capture || false);\n });\n}\nfunction off(el, type, handler, capture) {\n el.removeEventListener(type, handler, capture || false);\n}\nfunction cancel(ev, force) {\n if (!this.cancelEvents && !force) {\n return;\n }\n ev.preventDefault();\n ev.stopPropagation();\n return false;\n}\nfunction inherits(child, parent) {\n function f() {\n this.constructor = child;\n }\n f.prototype = parent.prototype;\n child.prototype = new f;\n}\nfunction indexOf(obj, el) {\n var i = obj.length;\n while (i--) {\n if (obj[i] === el)\n return i;\n }\n return -1;\n}\nfunction isThirdLevelShift(term, ev) {\n var thirdLevelKey = (term.browser.isMac && ev.altKey && !ev.ctrlKey && !ev.metaKey) ||\n (term.browser.isMSWindows && ev.altKey && ev.ctrlKey && !ev.metaKey);\n if (ev.type == 'keypress') {\n return thirdLevelKey;\n }\n return thirdLevelKey && (!ev.keyCode || ev.keyCode > 47);\n}\nTerminal.prototype.matchColor = matchColor;\nfunction matchColor(r1, g1, b1) {\n var hash = (r1 << 16) | (g1 << 8) | b1;\n if (matchColor._cache[hash] != null) {\n return matchColor._cache[hash];\n }\n var ldiff = Infinity, li = -1, i = 0, c, r2, g2, b2, diff;\n for (; i < Terminal.vcolors.length; i++) {\n c = Terminal.vcolors[i];\n r2 = c[0];\n g2 = c[1];\n b2 = c[2];\n diff = matchColor.distance(r1, g1, b1, r2, g2, b2);\n if (diff === 0) {\n li = i;\n break;\n }\n if (diff < ldiff) {\n ldiff = diff;\n li = i;\n }\n }\n return matchColor._cache[hash] = li;\n}\nmatchColor._cache = {};\nmatchColor.distance = function (r1, g1, b1, r2, g2, b2) {\n return Math.pow(30 * (r1 - r2), 2)\n + Math.pow(59 * (g1 - g2), 2)\n + Math.pow(11 * (b1 - b2), 2);\n};\nfunction each(obj, iter, con) {\n if (obj.forEach)\n return obj.forEach(iter, con);\n for (var i = 0; i < obj.length; i++) {\n iter.call(con, obj[i], i, obj);\n }\n}\nfunction wasMondifierKeyOnlyEvent(ev) {\n return ev.keyCode === 16 ||\n ev.keyCode === 17 ||\n ev.keyCode === 18;\n}\nfunction keys(obj) {\n if (Object.keys)\n return Object.keys(obj);\n var key, keys = [];\n for (key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n keys.push(key);\n }\n }\n return keys;\n}\nTerminal.EventEmitter = EventEmitter_1.EventEmitter;\nTerminal.inherits = inherits;\nTerminal.on = on;\nTerminal.off = off;\nTerminal.cancel = cancel;\nmodule.exports = Terminal;\n\n//# sourceMappingURL=xterm.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/xterm.js\n// module id = 0\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\n;\nvar EventEmitter = (function () {\n function EventEmitter() {\n this._events = this._events || {};\n }\n EventEmitter.prototype.on = function (type, listener) {\n this._events[type] = this._events[type] || [];\n this._events[type].push(listener);\n };\n EventEmitter.prototype.off = function (type, listener) {\n if (!this._events[type]) {\n return;\n }\n var obj = this._events[type];\n var i = obj.length;\n while (i--) {\n if (obj[i] === listener || obj[i].listener === listener) {\n obj.splice(i, 1);\n return;\n }\n }\n };\n EventEmitter.prototype.removeAllListeners = function (type) {\n if (this._events[type]) {\n delete this._events[type];\n }\n };\n EventEmitter.prototype.once = function (type, listener) {\n function on() {\n var args = Array.prototype.slice.call(arguments);\n this.off(type, on);\n return listener.apply(this, args);\n }\n on.listener = listener;\n return this.on(type, on);\n };\n EventEmitter.prototype.emit = function (type) {\n var args = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n args[_i - 1] = arguments[_i];\n }\n if (!this._events[type]) {\n return;\n }\n var obj = this._events[type];\n for (var i = 0; i < obj.length; i++) {\n obj[i].apply(this, args);\n }\n };\n EventEmitter.prototype.listeners = function (type) {\n return this._events[type] || [];\n };\n return EventEmitter;\n}());\nexports.EventEmitter = EventEmitter;\n\n//# sourceMappingURL=EventEmitter.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/EventEmitter.js\n// module id = 1\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar C0;\n(function (C0) {\n C0.NUL = '\\x00';\n C0.SOH = '\\x01';\n C0.STX = '\\x02';\n C0.ETX = '\\x03';\n C0.EOT = '\\x04';\n C0.ENQ = '\\x05';\n C0.ACK = '\\x06';\n C0.BEL = '\\x07';\n C0.BS = '\\x08';\n C0.HT = '\\x09';\n C0.LF = '\\x0a';\n C0.VT = '\\x0b';\n C0.FF = '\\x0c';\n C0.CR = '\\x0d';\n C0.SO = '\\x0e';\n C0.SI = '\\x0f';\n C0.DLE = '\\x10';\n C0.DC1 = '\\x11';\n C0.DC2 = '\\x12';\n C0.DC3 = '\\x13';\n C0.DC4 = '\\x14';\n C0.NAK = '\\x15';\n C0.SYN = '\\x16';\n C0.ETB = '\\x17';\n C0.CAN = '\\x18';\n C0.EM = '\\x19';\n C0.SUB = '\\x1a';\n C0.ESC = '\\x1b';\n C0.FS = '\\x1c';\n C0.GS = '\\x1d';\n C0.RS = '\\x1e';\n C0.US = '\\x1f';\n C0.SP = '\\x20';\n C0.DEL = '\\x7f';\n})(C0 = exports.C0 || (exports.C0 = {}));\n;\n\n//# sourceMappingURL=EscapeSequences.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/EscapeSequences.js\n// module id = 2\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.CHARSETS = {};\nexports.DEFAULT_CHARSET = exports.CHARSETS['B'];\nexports.CHARSETS['0'] = {\n '`': '\\u25c6',\n 'a': '\\u2592',\n 'b': '\\u0009',\n 'c': '\\u000c',\n 'd': '\\u000d',\n 'e': '\\u000a',\n 'f': '\\u00b0',\n 'g': '\\u00b1',\n 'h': '\\u2424',\n 'i': '\\u000b',\n 'j': '\\u2518',\n 'k': '\\u2510',\n 'l': '\\u250c',\n 'm': '\\u2514',\n 'n': '\\u253c',\n 'o': '\\u23ba',\n 'p': '\\u23bb',\n 'q': '\\u2500',\n 'r': '\\u23bc',\n 's': '\\u23bd',\n 't': '\\u251c',\n 'u': '\\u2524',\n 'v': '\\u2534',\n 'w': '\\u252c',\n 'x': '\\u2502',\n 'y': '\\u2264',\n 'z': '\\u2265',\n '{': '\\u03c0',\n '|': '\\u2260',\n '}': '\\u00a3',\n '~': '\\u00b7'\n};\nexports.CHARSETS['A'] = {\n '#': '£'\n};\nexports.CHARSETS['B'] = null;\nexports.CHARSETS['4'] = {\n '#': '£',\n '@': '¾',\n '[': 'ij',\n '\\\\': '½',\n ']': '|',\n '{': '¨',\n '|': 'f',\n '}': '¼',\n '~': '´'\n};\nexports.CHARSETS['C'] =\n exports.CHARSETS['5'] = {\n '[': 'Ä',\n '\\\\': 'Ö',\n ']': 'Ã…',\n '^': 'Ãœ',\n '`': 'é',\n '{': 'ä',\n '|': 'ö',\n '}': 'Ã¥',\n '~': 'ü'\n };\nexports.CHARSETS['R'] = {\n '#': '£',\n '@': 'à',\n '[': '°',\n '\\\\': 'ç',\n ']': '§',\n '{': 'é',\n '|': 'ù',\n '}': 'è',\n '~': '¨'\n};\nexports.CHARSETS['Q'] = {\n '@': 'à',\n '[': 'â',\n '\\\\': 'ç',\n ']': 'ê',\n '^': 'î',\n '`': 'ô',\n '{': 'é',\n '|': 'ù',\n '}': 'è',\n '~': 'û'\n};\nexports.CHARSETS['K'] = {\n '@': '§',\n '[': 'Ä',\n '\\\\': 'Ö',\n ']': 'Ãœ',\n '{': 'ä',\n '|': 'ö',\n '}': 'ü',\n '~': 'ß'\n};\nexports.CHARSETS['Y'] = {\n '#': '£',\n '@': '§',\n '[': '°',\n '\\\\': 'ç',\n ']': 'é',\n '`': 'ù',\n '{': 'à',\n '|': 'ò',\n '}': 'è',\n '~': 'ì'\n};\nexports.CHARSETS['E'] =\n exports.CHARSETS['6'] = {\n '@': 'Ä',\n '[': 'Æ',\n '\\\\': 'Ø',\n ']': 'Ã…',\n '^': 'Ãœ',\n '`': 'ä',\n '{': 'æ',\n '|': 'ø',\n '}': 'Ã¥',\n '~': 'ü'\n };\nexports.CHARSETS['Z'] = {\n '#': '£',\n '@': '§',\n '[': '¡',\n '\\\\': 'Ñ',\n ']': '¿',\n '{': '°',\n '|': 'ñ',\n '}': 'ç'\n};\nexports.CHARSETS['H'] =\n exports.CHARSETS['7'] = {\n '@': 'É',\n '[': 'Ä',\n '\\\\': 'Ö',\n ']': 'Ã…',\n '^': 'Ãœ',\n '`': 'é',\n '{': 'ä',\n '|': 'ö',\n '}': 'Ã¥',\n '~': 'ü'\n };\nexports.CHARSETS['='] = {\n '#': 'ù',\n '@': 'à',\n '[': 'é',\n '\\\\': 'ç',\n ']': 'ê',\n '^': 'î',\n '_': 'è',\n '`': 'ô',\n '{': 'ä',\n '|': 'ö',\n '}': 'ü',\n '~': 'û'\n};\n\n//# sourceMappingURL=Charsets.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Charsets.js\n// module id = 3\n// module chunks = 0","/**\n * Implements the attach method, that attaches the terminal to a WebSocket stream.\n * @module xterm/addons/attach/attach\n * @license MIT\n */\n\n(function (attach) {\n if (typeof exports === 'object' && typeof module === 'object') {\n /*\n * CommonJS environment\n */\n module.exports = attach(require('../../xterm'));\n } else if (typeof define == 'function') {\n /*\n * Require.js is available\n */\n define(['../../xterm'], attach);\n } else {\n /*\n * Plain browser environment\n */\n attach(window.Terminal);\n }\n})(function (Xterm) {\n 'use strict';\n\n var exports = {};\n\n /**\n * Attaches the given terminal to the given socket.\n *\n * @param {Xterm} term - The terminal to be attached to the given socket.\n * @param {WebSocket} socket - The socket to attach the current terminal.\n * @param {boolean} bidirectional - Whether the terminal should send data\n * to the socket as well.\n * @param {boolean} buffered - Whether the rendering of incoming data\n * should happen instantly or at a maximum\n * frequency of 1 rendering per 10ms.\n */\n exports.attach = function (term, socket, bidirectional, buffered) {\n bidirectional = (typeof bidirectional == 'undefined') ? true : bidirectional;\n term.socket = socket;\n\n term._flushBuffer = function () {\n term.write(term._attachSocketBuffer);\n term._attachSocketBuffer = null;\n clearTimeout(term._attachSocketBufferTimer);\n term._attachSocketBufferTimer = null;\n };\n\n term._pushToBuffer = function (data) {\n if (term._attachSocketBuffer) {\n term._attachSocketBuffer += data;\n } else {\n term._attachSocketBuffer = data;\n setTimeout(term._flushBuffer, 10);\n }\n };\n\n term._getMessage = function (ev) {\n if (buffered) {\n term._pushToBuffer(ev.data);\n } else {\n term.write(ev.data);\n }\n };\n\n term._sendData = function (data) {\n socket.send(data);\n };\n\n socket.addEventListener('message', term._getMessage);\n\n if (bidirectional) {\n term.on('data', term._sendData);\n }\n\n socket.addEventListener('close', term.detach.bind(term, socket));\n socket.addEventListener('error', term.detach.bind(term, socket));\n };\n\n /**\n * Detaches the given terminal from the given socket\n *\n * @param {Xterm} term - The terminal to be detached from the given socket.\n * @param {WebSocket} socket - The socket from which to detach the current\n * terminal.\n */\n exports.detach = function (term, socket) {\n term.off('data', term._sendData);\n\n socket = (typeof socket == 'undefined') ? term.socket : socket;\n\n if (socket) {\n socket.removeEventListener('message', term._getMessage);\n }\n\n delete term.socket;\n };\n\n /**\n * Attaches the current terminal to the given socket\n *\n * @param {WebSocket} socket - The socket to attach the current terminal.\n * @param {boolean} bidirectional - Whether the terminal should send data\n * to the socket as well.\n * @param {boolean} buffered - Whether the rendering of incoming data\n * should happen instantly or at a maximum\n * frequency of 1 rendering per 10ms.\n */\n Xterm.prototype.attach = function (socket, bidirectional, buffered) {\n return exports.attach(this, socket, bidirectional, buffered);\n };\n\n /**\n * Detaches the current terminal from the given socket.\n *\n * @param {WebSocket} socket - The socket from which to detach the current\n * terminal.\n */\n Xterm.prototype.detach = function (socket) {\n return exports.detach(this, socket);\n };\n\n return exports;\n});\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/attach/attach.js\n// module id = 4\n// module chunks = 0","/**\n * Fit terminal columns and rows to the dimensions of its DOM element.\n *\n * ## Approach\n * - Rows: Truncate the division of the terminal parent element height by the terminal row height.\n *\n * - Columns: Truncate the division of the terminal parent element width by the terminal character\n * width (apply display: inline at the terminal row and truncate its width with the current\n * number of columns).\n * @module xterm/addons/fit/fit\n * @license MIT\n */\n\n(function (fit) {\n if (typeof exports === 'object' && typeof module === 'object') {\n /*\n * CommonJS environment\n */\n module.exports = fit(require('../../xterm'));\n } else if (typeof define == 'function') {\n /*\n * Require.js is available\n */\n define(['../../xterm'], fit);\n } else {\n /*\n * Plain browser environment\n */\n fit(window.Terminal);\n }\n})(function (Xterm) {\n var exports = {};\n\n exports.proposeGeometry = function (term) {\n if (!term.element.parentElement) {\n return null;\n }\n var parentElementStyle = window.getComputedStyle(term.element.parentElement),\n parentElementHeight = parseInt(parentElementStyle.getPropertyValue('height')),\n parentElementWidth = Math.max(0, parseInt(parentElementStyle.getPropertyValue('width')) - 17),\n elementStyle = window.getComputedStyle(term.element),\n elementPaddingVer = parseInt(elementStyle.getPropertyValue('padding-top')) + parseInt(elementStyle.getPropertyValue('padding-bottom')),\n elementPaddingHor = parseInt(elementStyle.getPropertyValue('padding-right')) + parseInt(elementStyle.getPropertyValue('padding-left')),\n availableHeight = parentElementHeight - elementPaddingVer,\n availableWidth = parentElementWidth - elementPaddingHor,\n container = term.rowContainer,\n subjectRow = term.rowContainer.firstElementChild,\n contentBuffer = subjectRow.innerHTML,\n characterHeight,\n rows,\n characterWidth,\n cols,\n geometry;\n\n subjectRow.style.display = 'inline';\n subjectRow.innerHTML = 'W'; // Common character for measuring width, although on monospace\n characterWidth = subjectRow.getBoundingClientRect().width;\n subjectRow.style.display = ''; // Revert style before calculating height, since they differ.\n characterHeight = subjectRow.getBoundingClientRect().height;\n subjectRow.innerHTML = contentBuffer;\n\n rows = parseInt(availableHeight / characterHeight);\n cols = parseInt(availableWidth / characterWidth);\n\n geometry = {cols: cols, rows: rows};\n return geometry;\n };\n\n exports.fit = function (term) {\n var geometry = exports.proposeGeometry(term);\n\n if (geometry) {\n term.resize(geometry.cols, geometry.rows);\n }\n };\n\n Xterm.prototype.proposeGeometry = function () {\n return exports.proposeGeometry(this);\n };\n\n Xterm.prototype.fit = function () {\n return exports.fit(this);\n };\n\n return exports;\n});\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/fit/fit.js\n// module id = 5\n// module chunks = 0","/**\n * Fullscreen addon for xterm.js\n * @module xterm/addons/fullscreen/fullscreen\n * @license MIT\n */\n(function (fullscreen) {\n if (typeof exports === 'object' && typeof module === 'object') {\n /*\n * CommonJS environment\n */\n module.exports = fullscreen(require('../../xterm'));\n } else if (typeof define == 'function') {\n /*\n * Require.js is available\n */\n define(['../../xterm'], fullscreen);\n } else {\n /*\n * Plain browser environment\n */\n fullscreen(window.Terminal);\n }\n})(function (Xterm) {\n var exports = {};\n\n /**\n * Toggle the given terminal's fullscreen mode.\n * @param {Xterm} term - The terminal to toggle full screen mode\n * @param {boolean} fullscreen - Toggle fullscreen on (true) or off (false)\n */\n exports.toggleFullScreen = function (term, fullscreen) {\n var fn;\n\n if (typeof fullscreen == 'undefined') {\n fn = (term.element.classList.contains('fullscreen')) ? 'remove' : 'add';\n } else if (!fullscreen) {\n fn = 'remove';\n } else {\n fn = 'add';\n }\n\n term.element.classList[fn]('fullscreen');\n };\n\n Xterm.prototype.toggleFullscreen = function (fullscreen) {\n exports.toggleFullScreen(this, fullscreen);\n };\n\n return exports;\n});\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/fullscreen/fullscreen.js\n// module id = 6\n// module chunks = 0","/**\n * This module provides methods for attaching a terminal to a terminado WebSocket stream.\n *\n * @module xterm/addons/terminado/terminado\n * @license MIT\n */\n\n(function (attach) {\n if (typeof exports === 'object' && typeof module === 'object') {\n /*\n * CommonJS environment\n */\n module.exports = attach(require('../../xterm'));\n } else if (typeof define == 'function') {\n /*\n * Require.js is available\n */\n define(['../../xterm'], attach);\n } else {\n /*\n * Plain browser environment\n */\n attach(window.Terminal);\n }\n})(function (Xterm) {\n 'use strict';\n\n var exports = {};\n\n /**\n * Attaches the given terminal to the given socket.\n *\n * @param {Xterm} term - The terminal to be attached to the given socket.\n * @param {WebSocket} socket - The socket to attach the current terminal.\n * @param {boolean} bidirectional - Whether the terminal should send data\n * to the socket as well.\n * @param {boolean} buffered - Whether the rendering of incoming data\n * should happen instantly or at a maximum\n * frequency of 1 rendering per 10ms.\n */\n exports.terminadoAttach = function (term, socket, bidirectional, buffered) {\n bidirectional = (typeof bidirectional == 'undefined') ? true : bidirectional;\n term.socket = socket;\n\n term._flushBuffer = function () {\n term.write(term._attachSocketBuffer);\n term._attachSocketBuffer = null;\n clearTimeout(term._attachSocketBufferTimer);\n term._attachSocketBufferTimer = null;\n };\n\n term._pushToBuffer = function (data) {\n if (term._attachSocketBuffer) {\n term._attachSocketBuffer += data;\n } else {\n term._attachSocketBuffer = data;\n setTimeout(term._flushBuffer, 10);\n }\n };\n\n term._getMessage = function (ev) {\n var data = JSON.parse(ev.data)\n if( data[0] == \"stdout\" ) {\n if (buffered) {\n term._pushToBuffer(data[1]);\n } else {\n term.write(data[1]);\n }\n }\n };\n\n term._sendData = function (data) {\n socket.send(JSON.stringify(['stdin', data]));\n };\n\n term._setSize = function (size) {\n socket.send(JSON.stringify(['set_size', size.rows, size.cols]));\n };\n\n socket.addEventListener('message', term._getMessage);\n\n if (bidirectional) {\n term.on('data', term._sendData);\n }\n term.on('resize', term._setSize);\n\n socket.addEventListener('close', term.terminadoDetach.bind(term, socket));\n socket.addEventListener('error', term.terminadoDetach.bind(term, socket));\n };\n\n /**\n * Detaches the given terminal from the given socket\n *\n * @param {Xterm} term - The terminal to be detached from the given socket.\n * @param {WebSocket} socket - The socket from which to detach the current\n * terminal.\n */\n exports.terminadoDetach = function (term, socket) {\n term.off('data', term._sendData);\n\n socket = (typeof socket == 'undefined') ? term.socket : socket;\n\n if (socket) {\n socket.removeEventListener('message', term._getMessage);\n }\n\n delete term.socket;\n };\n\n /**\n * Attaches the current terminal to the given socket\n *\n * @param {WebSocket} socket - The socket to attach the current terminal.\n * @param {boolean} bidirectional - Whether the terminal should send data\n * to the socket as well.\n * @param {boolean} buffered - Whether the rendering of incoming data\n * should happen instantly or at a maximum\n * frequency of 1 rendering per 10ms.\n */\n Xterm.prototype.terminadoAttach = function (socket, bidirectional, buffered) {\n return exports.terminadoAttach(this, socket, bidirectional, buffered);\n };\n\n /**\n * Detaches the current terminal from the given socket.\n *\n * @param {WebSocket} socket - The socket from which to detach the current\n * terminal.\n */\n Xterm.prototype.terminadoDetach = function (socket) {\n return exports.terminadoDetach(this, socket);\n };\n\n return exports;\n});\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/terminado/terminado.js\n// module id = 7\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Generic_1 = require(\"./Generic\");\nvar isNode = (typeof navigator === 'undefined') ? true : false;\nvar userAgent = (isNode) ? 'node' : navigator.userAgent;\nvar platform = (isNode) ? 'node' : navigator.platform;\nexports.isFirefox = !!~userAgent.indexOf('Firefox');\nexports.isMSIE = !!~userAgent.indexOf('MSIE') || !!~userAgent.indexOf('Trident');\nexports.isMac = Generic_1.contains(['Macintosh', 'MacIntel', 'MacPPC', 'Mac68K'], platform);\nexports.isIpad = platform === 'iPad';\nexports.isIphone = platform === 'iPhone';\nexports.isMSWindows = Generic_1.contains(['Windows', 'Win16', 'Win32', 'WinCE'], platform);\nexports.isLinux = platform.indexOf('Linux') >= 0;\n\n//# sourceMappingURL=Browser.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/Browser.js\n// module id = 8\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nfunction getCoordsRelativeToElement(event, element) {\n if (event.pageX == null) {\n return null;\n }\n var x = event.pageX;\n var y = event.pageY;\n while (element && element !== self.document.documentElement) {\n x -= element.offsetLeft;\n y -= element.offsetTop;\n element = 'offsetParent' in element ? element.offsetParent : element.parentElement;\n }\n return [x, y];\n}\nexports.getCoordsRelativeToElement = getCoordsRelativeToElement;\nfunction getCoords(event, rowContainer, charMeasure, colCount, rowCount, isSelection) {\n var coords = getCoordsRelativeToElement(event, rowContainer);\n coords[0] = Math.ceil((coords[0] + (isSelection ? charMeasure.width / 2 : 0)) / charMeasure.width);\n coords[1] = Math.ceil(coords[1] / charMeasure.height);\n coords[0] = Math.min(Math.max(coords[0], 1), colCount + 1);\n coords[1] = Math.min(Math.max(coords[1], 1), rowCount + 1);\n return coords;\n}\nexports.getCoords = getCoords;\nfunction getRawByteCoords(event, rowContainer, charMeasure, colCount, rowCount) {\n var coords = getCoords(event, rowContainer, charMeasure, colCount, rowCount);\n var x = coords[0];\n var y = coords[1];\n x += 32;\n y += 32;\n return { x: x, y: y };\n}\nexports.getRawByteCoords = getRawByteCoords;\n\n//# sourceMappingURL=Mouse.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/Mouse.js\n// module id = 9\n// module chunks = 0","import * as bare from \"libapps\";\n\nexport class TermHterm {\n elem: HTMLElement;\n\n term: bare.Terminal;\n io: bare.IO;\n\n columns: number;\n rows: number;\n\n // to \"show\" the current message when removeMessage() is called\n message: string;\n\n constructor(elem: HTMLElement) {\n this.elem = elem;\n bare.hterm.defaultStorage = new bare.lib.Storage.Memory();\n this.term = new bare.hterm.Terminal();\n this.term.getPrefs().set(\"send-encoding\", \"raw\");\n this.term.decorate(this.elem);\n\n this.io = this.term.io.push();\n this.term.installKeyboard();\n };\n\n info(): { columns: number, rows: number } {\n return { columns: this.columns, rows: this.rows };\n };\n\n output(data: string) {\n if (this.term.io != null) {\n this.term.io.writeUTF16(data);\n }\n };\n\n showMessage(message: string, timeout: number) {\n this.message = message;\n if (timeout > 0) {\n this.term.io.showOverlay(message, timeout);\n } else {\n this.term.io.showOverlay(message, null);\n }\n };\n\n removeMessage(): void {\n // there is no hideOverlay(), so show the same message with 0 sec\n this.term.io.showOverlay(this.message, 0);\n }\n\n setWindowTitle(title: string) {\n this.term.setWindowTitle(title);\n };\n\n setPreferences(value: object) {\n Object.keys(value).forEach((key) => {\n this.term.getPrefs().set(key, value[key]);\n });\n };\n\n onInput(callback: (input: string) => void) {\n this.io.onVTKeystroke = (data) => {\n callback(data);\n };\n this.io.sendString = (data) => {\n callback(data);\n };\n };\n\n onResize(callback: (colmuns: number, rows: number) => void) {\n this.io.onTerminalResize = (columns: number, rows: number) => {\n this.columns = columns;\n this.rows = rows;\n callback(columns, rows);\n };\n };\n\n deactivate(): void {\n this.io.onVTKeystroke = null;\n this.io.sendString = null\n this.io.onTerminalResize = null;\n this.term.uninstallKeyboard();\n }\n\n reset(): void {\n this.removeMessage();\n this.term.installKeyboard();\n }\n\n close(): void {\n this.term.uninstallKeyboard();\n }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/hterm.ts","export class ConnectionFactory {\n url: string;\n protocols: string[];\n\n constructor(url: string, protocols: string[]) {\n this.url = url;\n this.protocols = protocols;\n };\n\n create(): Connection {\n return new Connection(this.url, this.protocols);\n };\n}\n\nexport class Connection {\n bare: WebSocket;\n\n\n constructor(url: string, protocols: string[]) {\n this.bare = new WebSocket(url, protocols);\n }\n\n open() {\n // nothing todo for websocket\n };\n\n close() {\n this.bare.close();\n };\n\n send(data: string) {\n this.bare.send(data);\n };\n\n isOpen(): boolean {\n if (this.bare.readyState == WebSocket.CONNECTING ||\n this.bare.readyState == WebSocket.OPEN) {\n return true\n }\n return false\n }\n\n onOpen(callback: () => void) {\n this.bare.onopen = (event) => {\n callback();\n }\n };\n\n onReceive(callback: (data: string) => void) {\n this.bare.onmessage = (event) => {\n callback(event.data);\n }\n };\n\n onClose(callback: () => void) {\n this.bare.onclose = (event) => {\n callback();\n };\n };\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/websocket.ts","export const protocols = [\"webtty\"];\n\nexport const msgInputUnknown = '0';\nexport const msgInput = '1';\nexport const msgPing = '2';\nexport const msgResizeTerminal = '3';\n\nexport const msgUnknownOutput = '0';\nexport const msgOutput = '1';\nexport const msgPong = '2';\nexport const msgSetWindowTitle = '3';\nexport const msgSetPreferences = '4';\nexport const msgSetReconnect = '5';\n\n\nexport interface Terminal {\n info(): { columns: number, rows: number };\n output(data: string): void;\n showMessage(message: string, timeout: number): void;\n removeMessage(): void;\n setWindowTitle(title: string): void;\n setPreferences(value: object): void;\n onInput(callback: (input: string) => void): void;\n onResize(callback: (colmuns: number, rows: number) => void): void;\n reset(): void;\n deactivate(): void;\n close(): void;\n}\n\nexport interface Connection {\n open(): void;\n close(): void;\n send(data: string): void;\n isOpen(): boolean;\n onOpen(callback: () => void): void;\n onReceive(callback: (data: string) => void): void;\n onClose(callback: () => void): void;\n}\n\nexport interface ConnectionFactory {\n create(): Connection;\n}\n\n\nexport class WebTTY {\n term: Terminal;\n connectionFactory: ConnectionFactory;\n args: string;\n authToken: string;\n reconnect: number;\n\n constructor(term: Terminal, connectionFactory: ConnectionFactory, args: string, authToken: string) {\n this.term = term;\n this.connectionFactory = connectionFactory;\n this.args = args;\n this.authToken = authToken;\n this.reconnect = -1;\n };\n\n open() {\n let connection = this.connectionFactory.create();\n let pingTimer: number;\n let reconnectTimeout: number;\n\n const setup = () => {\n connection.onOpen(() => {\n const termInfo = this.term.info();\n\n connection.send(JSON.stringify(\n {\n Arguments: this.args,\n AuthToken: this.authToken,\n }\n ));\n\n\n const resizeHandler = (colmuns: number, rows: number) => {\n connection.send(\n msgResizeTerminal + JSON.stringify(\n {\n columns: colmuns,\n rows: rows\n }\n )\n );\n };\n\n this.term.onResize(resizeHandler);\n resizeHandler(termInfo.columns, termInfo.rows);\n\n this.term.onInput(\n (input: string) => {\n connection.send(msgInput + input);\n }\n );\n\n pingTimer = setInterval(() => {\n connection.send(msgPing)\n }, 30 * 1000);\n\n });\n\n connection.onReceive((data) => {\n const payload = data.slice(1);\n switch (data[0]) {\n case msgOutput:\n this.term.output(\n decodeURIComponent(Array.prototype.map.call(atob(payload), function(c) {\n return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);\n }).join(''))\n );\n break;\n case msgPong:\n break;\n case msgSetWindowTitle:\n this.term.setWindowTitle(payload);\n break;\n case msgSetPreferences:\n const preferences = JSON.parse(payload);\n this.term.setPreferences(preferences);\n break;\n case msgSetReconnect:\n const autoReconnect = JSON.parse(payload);\n console.log(\"Enabling reconnect: \" + autoReconnect + \" seconds\")\n this.reconnect = autoReconnect;\n break;\n }\n });\n\n connection.onClose(() => {\n clearInterval(pingTimer);\n this.term.deactivate();\n this.term.showMessage(\"Connection Closed\", 0);\n if (this.reconnect > 0) {\n reconnectTimeout = setTimeout(() => {\n connection = this.connectionFactory.create();\n this.term.reset();\n setup();\n }, this.reconnect * 1000);\n }\n });\n\n connection.open();\n }\n\n setup();\n return () => {\n clearTimeout(reconnectTimeout);\n connection.close();\n }\n };\n};\n\n\n\n// WEBPACK FOOTER //\n// ./src/webtty.ts","import * as bare from \"xterm\";\n\nbare.loadAddon(\"fit\");\n\nexport class TermXterm {\n elem: HTMLElement;\n\n message: HTMLElement;\n messageTimeout: number;\n messageTimer: number;\n\n term: bare;\n resizeListener: () => void;\n\n constructor(elem: HTMLElement) {\n this.elem = elem;\n this.term = new bare();\n\n this.message = elem.ownerDocument.createElement(\"div\");\n this.message.className = \"xterm-overlay\";\n this.messageTimeout = 2000;\n\n\n this.resizeListener = () => {\n this.term.fit();\n this.term.scrollToBottom();\n this.showMessage(String(this.term.cols) + \"x\" + String(this.term.rows), this.messageTimeout);\n };\n\n this.term.on(\"open\", () => {\n this.resizeListener();\n window.addEventListener(\"resize\", () => { this.resizeListener(); });\n });\n\n this.term.open(elem, true);\n };\n\n info(): { columns: number, rows: number } {\n return { columns: this.term.cols, rows: this.term.rows };\n };\n\n output(data: string) {\n this.term.write(data);\n };\n\n showMessage(message: string, timeout: number) {\n this.message.textContent = message;\n this.elem.appendChild(this.message);\n\n if (this.messageTimer) {\n clearTimeout(this.messageTimer);\n }\n if (timeout > 0) {\n this.messageTimer = setTimeout(() => {\n this.elem.removeChild(this.message);\n }, timeout);\n }\n };\n\n removeMessage(): void {\n if (this.message.parentNode == this.elem) {\n this.elem.removeChild(this.message);\n }\n }\n\n setWindowTitle(title: string) {\n document.title = title;\n };\n\n setPreferences(value: object) {\n };\n\n onInput(callback: (input: string) => void) {\n this.term.on(\"data\", (data) => {\n callback(data);\n });\n\n };\n\n onResize(callback: (colmuns: number, rows: number) => void) {\n this.term.on(\"resize\", (data) => {\n callback(data.cols, data.rows);\n });\n };\n\n deactivate(): void {\n this.term.off(\"data\");\n this.term.off(\"resize\");\n this.term.blur();\n }\n\n reset(): void {\n this.removeMessage();\n this.term.clear();\n }\n\n close(): void {\n window.removeEventListener(\"resize\", this.resizeListener);\n this.term.destroy();\n }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./src/xterm.ts","// This file was generated by libdot/bin/concat.sh.\n// It has been marked read-only for your safety. Rather\n// than edit it directly, please modify one of these source\n// files...\n//\n// libdot/js/lib.js\n// libdot/js/lib_polyfill.js\n// libdot/js/lib_colors.js\n// libdot/js/lib_f.js\n// libdot/js/lib_message_manager.js\n// libdot/js/lib_preference_manager.js\n// libdot/js/lib_resource.js\n// libdot/js/lib_storage.js\n// libdot/js/lib_storage_chrome.js\n// libdot/js/lib_storage_local.js\n// libdot/js/lib_storage_memory.js\n// libdot/js/lib_test_manager.js\n// libdot/js/lib_utf8.js\n// libdot/third_party/wcwidth/lib_wc.js\n// hterm/js/hterm.js\n// hterm/js/hterm_frame.js\n// hterm/js/hterm_keyboard.js\n// hterm/js/hterm_keyboard_bindings.js\n// hterm/js/hterm_keyboard_keymap.js\n// hterm/js/hterm_keyboard_keypattern.js\n// hterm/js/hterm_options.js\n// hterm/js/hterm_parser.js\n// hterm/js/hterm_parser_identifiers.js\n// hterm/js/hterm_preference_manager.js\n// hterm/js/hterm_pubsub.js\n// hterm/js/hterm_screen.js\n// hterm/js/hterm_scrollport.js\n// hterm/js/hterm_terminal.js\n// hterm/js/hterm_terminal_io.js\n// hterm/js/hterm_text_attributes.js\n// hterm/js/hterm_vt.js\n// hterm/js/hterm_vt_character_map.js\n// hterm/js/hterm_export.js\n//\n\n// SOURCE FILE: libdot/js/lib.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nif (typeof lib != 'undefined')\n throw new Error('Global \"lib\" object already exists.');\n\nvar lib = {};\n\n/**\n * Map of \"dependency\" to [\"source\", ...].\n *\n * Each dependency is a object name, like \"lib.fs\", \"source\" is the url that\n * depends on the object.\n */\nlib.runtimeDependencies_ = {};\n\n/**\n * List of functions that need to be invoked during library initialization.\n *\n * Each element in the initCallbacks_ array is itself a two-element array.\n * Element 0 is a short string describing the owner of the init routine, useful\n * for debugging. Element 1 is the callback function.\n */\nlib.initCallbacks_ = [];\n\n/**\n * Records a runtime dependency.\n *\n * This can be useful when you want to express a run-time dependency at\n * compile time. It is not intended to be a full-fledged library system or\n * dependency tracker. It's just there to make it possible to debug the\n * deps without running all the code.\n *\n * Object names are specified as strings. For example...\n *\n * lib.rtdep('lib.colors', 'lib.PreferenceManager');\n *\n * Object names need not be rooted by 'lib'. You may use this to declare a\n * dependency on any object.\n *\n * The client program may call lib.ensureRuntimeDependencies() at startup in\n * order to ensure that all runtime dependencies have been met.\n *\n * @param {string} var_args One or more objects specified as strings.\n */\nlib.rtdep = function(var_args) {\n var source;\n\n try {\n throw new Error();\n } catch (ex) {\n var stackArray = ex.stack.split('\\n');\n // In Safari, the resulting stackArray will only have 2 elements and the\n // individual strings are formatted differently.\n if (stackArray.length >= 3) {\n source = stackArray[2].replace(/^\\s*at\\s+/, '');\n } else {\n source = stackArray[1].replace(/^\\s*global code@/, '');\n }\n }\n\n for (var i = 0; i < arguments.length; i++) {\n var path = arguments[i];\n if (path instanceof Array) {\n lib.rtdep.apply(lib, path);\n } else {\n var ary = this.runtimeDependencies_[path];\n if (!ary)\n ary = this.runtimeDependencies_[path] = [];\n ary.push(source);\n }\n }\n};\n\n/**\n * Ensures that all runtime dependencies are met, or an exception is thrown.\n *\n * Every unmet runtime dependency will be logged to the JS console. If at\n * least one dependency is unmet this will raise an exception.\n */\nlib.ensureRuntimeDependencies_ = function() {\n var passed = true;\n\n for (var path in lib.runtimeDependencies_) {\n var sourceList = lib.runtimeDependencies_[path];\n var names = path.split('.');\n\n // In a document context 'window' is the global object. In a worker it's\n // called 'self'.\n var obj = (window || self);\n for (var i = 0; i < names.length; i++) {\n if (!(names[i] in obj)) {\n console.warn('Missing \"' + path + '\" is needed by', sourceList);\n passed = false;\n break;\n }\n\n obj = obj[names[i]];\n }\n }\n\n if (!passed)\n throw new Error('Failed runtime dependency check');\n};\n\n/**\n * Register an initialization function.\n *\n * The initialization functions are invoked in registration order when\n * lib.init() is invoked. Each function will receive a single parameter, which\n * is a function to be invoked when it completes its part of the initialization.\n *\n * @param {string} name A short descriptive name of the init routine useful for\n * debugging.\n * @param {function(function)} callback The initialization function to register.\n * @return {function} The callback parameter.\n */\nlib.registerInit = function(name, callback) {\n lib.initCallbacks_.push([name, callback]);\n return callback;\n};\n\n/**\n * Initialize the library.\n *\n * This will ensure that all registered runtime dependencies are met, and\n * invoke any registered initialization functions.\n *\n * Initialization is asynchronous. The library is not ready for use until\n * the onInit function is invoked.\n *\n * @param {function()} onInit The function to invoke when initialization is\n * complete.\n * @param {function(*)} opt_logFunction An optional function to send\n * initialization related log messages to.\n */\nlib.init = function(onInit, opt_logFunction) {\n var ary = lib.initCallbacks_;\n\n var initNext = function() {\n if (ary.length) {\n var rec = ary.shift();\n if (opt_logFunction)\n opt_logFunction('init: ' + rec[0]);\n rec[1](lib.f.alarm(initNext));\n } else {\n onInit();\n }\n };\n\n if (typeof onInit != 'function')\n throw new Error('Missing or invalid argument: onInit');\n\n lib.ensureRuntimeDependencies_();\n\n setTimeout(initNext, 0);\n};\n// SOURCE FILE: libdot/js/lib_polyfill.js\n// Copyright 2017 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * @fileoverview Polyfills for ES2016+ features we want to use.\n */\n\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStart\nif (!String.prototype.padStart) {\n String.prototype.padStart = function(targetLength, padString) {\n // If the string is already long enough, nothing to do!\n targetLength -= this.length;\n if (targetLength <= 0)\n return String(this);\n\n if (padString === undefined)\n padString = ' ';\n\n // In case the pad is multiple chars long.\n if (targetLength > padString.length)\n padString = padString.repeat((targetLength / padString.length) + 1);\n\n return padString.slice(0, targetLength) + String(this);\n };\n}\n\n// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padEnd\nif (!String.prototype.padEnd) {\n String.prototype.padEnd = function(targetLength, padString) {\n // If the string is already long enough, nothing to do!\n targetLength -= this.length;\n if (targetLength <= 0)\n return String(this);\n\n if (padString === undefined)\n padString = ' ';\n\n // In case the pad is multiple chars long.\n if (targetLength > padString.length)\n padString = padString.repeat((targetLength / padString.length) + 1);\n\n return String(this) + padString.slice(0, targetLength);\n };\n}\n// SOURCE FILE: libdot/js/lib_colors.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * Namespace for color utilities.\n */\nlib.colors = {};\n\n/**\n * First, some canned regular expressions we're going to use in this file.\n *\n *\n * BRACE YOURSELF\n *\n * ,~~~~.\n * |>_< ~~\n * 3`---'-/.\n * 3:::::\\v\\\n * =o=:::::\\,\\\n * | :::::\\,,\\\n *\n * THE REGULAR EXPRESSIONS\n * ARE COMING.\n *\n * There's no way to break long RE literals in JavaScript. Fix that why don't\n * you? Oh, and also there's no way to write a string that doesn't interpret\n * escapes.\n *\n * Instead, we stoop to this .replace() trick.\n */\nlib.colors.re_ = {\n // CSS hex color, #RGB.\n hex16: /#([a-f0-9])([a-f0-9])([a-f0-9])/i,\n\n // CSS hex color, #RRGGBB.\n hex24: /#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/i,\n\n // CSS rgb color, rgb(rrr,ggg,bbb).\n rgb: new RegExp(\n ('^/s*rgb/s*/(/s*(/d{1,3})/s*,/s*(/d{1,3})/s*,' +\n '/s*(/d{1,3})/s*/)/s*$'\n ).replace(/\\//g, '\\\\'), 'i'),\n\n // CSS rgb color, rgb(rrr,ggg,bbb,aaa).\n rgba: new RegExp(\n ('^/s*rgba/s*' +\n '/(/s*(/d{1,3})/s*,/s*(/d{1,3})/s*,/s*(/d{1,3})/s*' +\n '(?:,/s*(/d+(?:/./d+)?)/s*)/)/s*$'\n ).replace(/\\//g, '\\\\'), 'i'),\n\n // Either RGB or RGBA.\n rgbx: new RegExp(\n ('^/s*rgba?/s*' +\n '/(/s*(/d{1,3})/s*,/s*(/d{1,3})/s*,/s*(/d{1,3})/s*' +\n '(?:,/s*(/d+(?:/./d+)?)/s*)?/)/s*$'\n ).replace(/\\//g, '\\\\'), 'i'),\n\n // An X11 \"rgb:dddd/dddd/dddd\" value.\n x11rgb: /^\\s*rgb:([a-f0-9]{1,4})\\/([a-f0-9]{1,4})\\/([a-f0-9]{1,4})\\s*$/i,\n\n // English color name.\n name: /[a-z][a-z0-9\\s]+/,\n};\n\n/**\n * Convert a CSS rgb(ddd,ddd,ddd) color value into an X11 color value.\n *\n * Other CSS color values are ignored to ensure sanitary data handling.\n *\n * Each 'ddd' component is a one byte value specified in decimal.\n *\n * @param {string} value The CSS color value to convert.\n * @return {string} The X11 color value or null if the value could not be\n * converted.\n */\nlib.colors.rgbToX11 = function(value) {\n function scale(v) {\n v = (Math.min(v, 255) * 257).toString(16);\n return lib.f.zpad(v, 4);\n }\n\n var ary = value.match(lib.colors.re_.rgbx);\n if (!ary)\n return null;\n\n return 'rgb:' + scale(ary[1]) + '/' + scale(ary[2]) + '/' + scale(ary[3]);\n};\n\n/**\n * Convert a legacy X11 colover value into an CSS rgb(...) color value.\n *\n * They take the form:\n * 12 bit: #RGB -> #R000G000B000\n * 24 bit: #RRGGBB -> #RR00GG00BB00\n * 36 bit: #RRRGGGBBB -> #RRR0GGG0BBB0\n * 48 bit: #RRRRGGGGBBBB\n * These are the most significant bits.\n *\n * Truncate values back down to 24 bit since that's all CSS supports.\n */\nlib.colors.x11HexToCSS = function(v) {\n if (!v.startsWith('#'))\n return null;\n // Strip the leading # off.\n v = v.substr(1);\n\n // Reject unknown sizes.\n if ([3, 6, 9, 12].indexOf(v.length) == -1)\n return null;\n\n // Reject non-hex values.\n if (v.match(/[^a-f0-9]/i))\n return null;\n\n // Split the colors out.\n var size = v.length / 3;\n var r = v.substr(0, size);\n var g = v.substr(size, size);\n var b = v.substr(size + size, size);\n\n // Normalize to 16 bits.\n function norm16(v) {\n v = parseInt(v, 16);\n return size == 2 ? v : // 16 bit\n size == 1 ? v << 4 : // 8 bit\n v >> (4 * (size - 2)); // 24 or 32 bit\n }\n return lib.colors.arrayToRGBA([r, g, b].map(norm16));\n};\n\n/**\n * Convert an X11 color value into an CSS rgb(...) color value.\n *\n * The X11 value may be an X11 color name, or an RGB value of the form\n * rgb:hhhh/hhhh/hhhh. If a component value is less than 4 digits it is\n * padded out to 4, then scaled down to fit in a single byte.\n *\n * @param {string} value The X11 color value to convert.\n * @return {string} The CSS color value or null if the value could not be\n * converted.\n */\nlib.colors.x11ToCSS = function(v) {\n function scale(v) {\n // Pad out values with less than four digits. This padding (probably)\n // matches xterm. It's difficult to say for sure since xterm seems to\n // arrive at a padded value and then perform some combination of\n // gamma correction, color space transformation, and quantization.\n\n if (v.length == 1) {\n // Single digits pad out to four by repeating the character. \"f\" becomes\n // \"ffff\". Scaling down a hex value of this pattern by 257 is the same\n // as cutting off one byte. We skip the middle step and just double\n // the character.\n return parseInt(v + v, 16);\n }\n\n if (v.length == 2) {\n // Similar deal here. X11 pads two digit values by repeating the\n // byte (or scale up by 257). Since we're going to scale it back\n // down anyway, we can just return the original value.\n return parseInt(v, 16);\n }\n\n if (v.length == 3) {\n // Three digit values seem to be padded by repeating the final digit.\n // e.g. 10f becomes 10ff.\n v = v + v.substr(2);\n }\n\n // Scale down the 2 byte value.\n return Math.round(parseInt(v, 16) / 257);\n }\n\n var ary = v.match(lib.colors.re_.x11rgb);\n if (!ary) {\n // Handle the legacy format.\n if (v.startsWith('#'))\n return lib.colors.x11HexToCSS(v);\n else\n return lib.colors.nameToRGB(v);\n }\n\n ary.splice(0, 1);\n return lib.colors.arrayToRGBA(ary.map(scale));\n};\n\n/**\n * Converts one or more CSS '#RRGGBB' color values into their rgb(...)\n * form.\n *\n * Arrays are converted in place. If a value cannot be converted, it is\n * replaced with null.\n *\n * @param {string|Array.} A single RGB value or array of RGB values to\n * convert.\n * @return {string|Array.} The converted value or values.\n */\nlib.colors.hexToRGB = function(arg) {\n var hex16 = lib.colors.re_.hex16;\n var hex24 = lib.colors.re_.hex24;\n\n function convert(hex) {\n if (hex.length == 4) {\n hex = hex.replace(hex16, function(h, r, g, b) {\n return \"#\" + r + r + g + g + b + b;\n });\n }\n var ary = hex.match(hex24);\n if (!ary)\n return null;\n\n return 'rgb(' + parseInt(ary[1], 16) + ', ' +\n parseInt(ary[2], 16) + ', ' +\n parseInt(ary[3], 16) + ')';\n }\n\n if (arg instanceof Array) {\n for (var i = 0; i < arg.length; i++) {\n arg[i] = convert(arg[i]);\n }\n } else {\n arg = convert(arg);\n }\n\n return arg;\n};\n\n/**\n * Converts one or more CSS rgb(...) forms into their '#RRGGBB' color values.\n *\n * If given an rgba(...) form, the alpha field is thrown away.\n *\n * Arrays are converted in place. If a value cannot be converted, it is\n * replaced with null.\n *\n * @param {string|Array.} A single rgb(...) value or array of rgb(...)\n * values to convert.\n * @return {string|Array.} The converted value or values.\n */\nlib.colors.rgbToHex = function(arg) {\n function convert(rgb) {\n var ary = lib.colors.crackRGB(rgb);\n if (!ary)\n return null;\n return '#' + lib.f.zpad(((parseInt(ary[0]) << 16) |\n (parseInt(ary[1]) << 8) |\n (parseInt(ary[2]) << 0)).toString(16), 6);\n }\n\n if (arg instanceof Array) {\n for (var i = 0; i < arg.length; i++) {\n arg[i] = convert(arg[i]);\n }\n } else {\n arg = convert(arg);\n }\n\n return arg;\n};\n\n/**\n * Take any valid css color definition and turn it into an rgb or rgba value.\n *\n * Returns null if the value could not be normalized.\n */\nlib.colors.normalizeCSS = function(def) {\n if (def.startsWith('#'))\n return lib.colors.hexToRGB(def);\n\n if (lib.colors.re_.rgbx.test(def))\n return def;\n\n return lib.colors.nameToRGB(def);\n};\n\n/**\n * Convert a 3 or 4 element array into an rgba(...) string.\n */\nlib.colors.arrayToRGBA = function(ary) {\n var alpha = (ary.length > 3) ? ary[3] : 1;\n return 'rgba(' + ary[0] + ', ' + ary[1] + ', ' + ary[2] + ', ' + alpha + ')';\n};\n\n/**\n * Overwrite the alpha channel of an rgb/rgba color.\n */\nlib.colors.setAlpha = function(rgb, alpha) {\n var ary = lib.colors.crackRGB(rgb);\n ary[3] = alpha;\n return lib.colors.arrayToRGBA(ary);\n};\n\n/**\n * Mix a percentage of a tint color into a base color.\n */\nlib.colors.mix = function(base, tint, percent) {\n var ary1 = lib.colors.crackRGB(base);\n var ary2 = lib.colors.crackRGB(tint);\n\n for (var i = 0; i < 4; ++i) {\n var diff = ary2[i] - ary1[i];\n ary1[i] = Math.round(parseInt(ary1[i]) + diff * percent);\n }\n\n return lib.colors.arrayToRGBA(ary1);\n};\n\n/**\n * Split an rgb/rgba color into an array of its components.\n *\n * On success, a 4 element array will be returned. For rgb values, the alpha\n * will be set to 1.\n */\nlib.colors.crackRGB = function(color) {\n if (color.startsWith('rgba')) {\n var ary = color.match(lib.colors.re_.rgba);\n if (ary) {\n ary.shift();\n return ary;\n }\n } else {\n var ary = color.match(lib.colors.re_.rgb);\n if (ary) {\n ary.shift();\n ary.push(1);\n return ary;\n }\n }\n\n console.error('Couldn\\'t crack: ' + color);\n return null;\n};\n\n/**\n * Convert an X11 color name into a CSS rgb(...) value.\n *\n * Names are stripped of spaces and converted to lowercase. If the name is\n * unknown, null is returned.\n *\n * This list of color name to RGB mapping is derived from the stock X11\n * rgb.txt file.\n *\n * @param {string} name The color name to convert.\n * @return {string} The corresponding CSS rgb(...) value.\n */\nlib.colors.nameToRGB = function(name) {\n if (name in lib.colors.colorNames)\n return lib.colors.colorNames[name];\n\n name = name.toLowerCase();\n if (name in lib.colors.colorNames)\n return lib.colors.colorNames[name];\n\n name = name.replace(/\\s+/g, '');\n if (name in lib.colors.colorNames)\n return lib.colors.colorNames[name];\n\n return null;\n};\n\n/**\n * The stock color palette.\n */\nlib.colors.stockColorPalette = lib.colors.hexToRGB\n ([// The \"ANSI 16\"...\n '#000000', '#CC0000', '#4E9A06', '#C4A000',\n '#3465A4', '#75507B', '#06989A', '#D3D7CF',\n '#555753', '#EF2929', '#00BA13', '#FCE94F',\n '#729FCF', '#F200CB', '#00B5BD', '#EEEEEC',\n\n // The 6x6 color cubes...\n '#000000', '#00005F', '#000087', '#0000AF', '#0000D7', '#0000FF',\n '#005F00', '#005F5F', '#005F87', '#005FAF', '#005FD7', '#005FFF',\n '#008700', '#00875F', '#008787', '#0087AF', '#0087D7', '#0087FF',\n '#00AF00', '#00AF5F', '#00AF87', '#00AFAF', '#00AFD7', '#00AFFF',\n '#00D700', '#00D75F', '#00D787', '#00D7AF', '#00D7D7', '#00D7FF',\n '#00FF00', '#00FF5F', '#00FF87', '#00FFAF', '#00FFD7', '#00FFFF',\n\n '#5F0000', '#5F005F', '#5F0087', '#5F00AF', '#5F00D7', '#5F00FF',\n '#5F5F00', '#5F5F5F', '#5F5F87', '#5F5FAF', '#5F5FD7', '#5F5FFF',\n '#5F8700', '#5F875F', '#5F8787', '#5F87AF', '#5F87D7', '#5F87FF',\n '#5FAF00', '#5FAF5F', '#5FAF87', '#5FAFAF', '#5FAFD7', '#5FAFFF',\n '#5FD700', '#5FD75F', '#5FD787', '#5FD7AF', '#5FD7D7', '#5FD7FF',\n '#5FFF00', '#5FFF5F', '#5FFF87', '#5FFFAF', '#5FFFD7', '#5FFFFF',\n\n '#870000', '#87005F', '#870087', '#8700AF', '#8700D7', '#8700FF',\n '#875F00', '#875F5F', '#875F87', '#875FAF', '#875FD7', '#875FFF',\n '#878700', '#87875F', '#878787', '#8787AF', '#8787D7', '#8787FF',\n '#87AF00', '#87AF5F', '#87AF87', '#87AFAF', '#87AFD7', '#87AFFF',\n '#87D700', '#87D75F', '#87D787', '#87D7AF', '#87D7D7', '#87D7FF',\n '#87FF00', '#87FF5F', '#87FF87', '#87FFAF', '#87FFD7', '#87FFFF',\n\n '#AF0000', '#AF005F', '#AF0087', '#AF00AF', '#AF00D7', '#AF00FF',\n '#AF5F00', '#AF5F5F', '#AF5F87', '#AF5FAF', '#AF5FD7', '#AF5FFF',\n '#AF8700', '#AF875F', '#AF8787', '#AF87AF', '#AF87D7', '#AF87FF',\n '#AFAF00', '#AFAF5F', '#AFAF87', '#AFAFAF', '#AFAFD7', '#AFAFFF',\n '#AFD700', '#AFD75F', '#AFD787', '#AFD7AF', '#AFD7D7', '#AFD7FF',\n '#AFFF00', '#AFFF5F', '#AFFF87', '#AFFFAF', '#AFFFD7', '#AFFFFF',\n\n '#D70000', '#D7005F', '#D70087', '#D700AF', '#D700D7', '#D700FF',\n '#D75F00', '#D75F5F', '#D75F87', '#D75FAF', '#D75FD7', '#D75FFF',\n '#D78700', '#D7875F', '#D78787', '#D787AF', '#D787D7', '#D787FF',\n '#D7AF00', '#D7AF5F', '#D7AF87', '#D7AFAF', '#D7AFD7', '#D7AFFF',\n '#D7D700', '#D7D75F', '#D7D787', '#D7D7AF', '#D7D7D7', '#D7D7FF',\n '#D7FF00', '#D7FF5F', '#D7FF87', '#D7FFAF', '#D7FFD7', '#D7FFFF',\n\n '#FF0000', '#FF005F', '#FF0087', '#FF00AF', '#FF00D7', '#FF00FF',\n '#FF5F00', '#FF5F5F', '#FF5F87', '#FF5FAF', '#FF5FD7', '#FF5FFF',\n '#FF8700', '#FF875F', '#FF8787', '#FF87AF', '#FF87D7', '#FF87FF',\n '#FFAF00', '#FFAF5F', '#FFAF87', '#FFAFAF', '#FFAFD7', '#FFAFFF',\n '#FFD700', '#FFD75F', '#FFD787', '#FFD7AF', '#FFD7D7', '#FFD7FF',\n '#FFFF00', '#FFFF5F', '#FFFF87', '#FFFFAF', '#FFFFD7', '#FFFFFF',\n\n // The greyscale ramp...\n '#080808', '#121212', '#1C1C1C', '#262626', '#303030', '#3A3A3A',\n '#444444', '#4E4E4E', '#585858', '#626262', '#6C6C6C', '#767676',\n '#808080', '#8A8A8A', '#949494', '#9E9E9E', '#A8A8A8', '#B2B2B2',\n '#BCBCBC', '#C6C6C6', '#D0D0D0', '#DADADA', '#E4E4E4', '#EEEEEE'\n ]);\n\n/**\n * The current color palette, possibly with user changes.\n */\nlib.colors.colorPalette = lib.colors.stockColorPalette;\n\n/**\n * Named colors according to the stock X11 rgb.txt file.\n */\nlib.colors.colorNames = {\n \"aliceblue\": \"rgb(240, 248, 255)\",\n \"antiquewhite\": \"rgb(250, 235, 215)\",\n \"antiquewhite1\": \"rgb(255, 239, 219)\",\n \"antiquewhite2\": \"rgb(238, 223, 204)\",\n \"antiquewhite3\": \"rgb(205, 192, 176)\",\n \"antiquewhite4\": \"rgb(139, 131, 120)\",\n \"aquamarine\": \"rgb(127, 255, 212)\",\n \"aquamarine1\": \"rgb(127, 255, 212)\",\n \"aquamarine2\": \"rgb(118, 238, 198)\",\n \"aquamarine3\": \"rgb(102, 205, 170)\",\n \"aquamarine4\": \"rgb(69, 139, 116)\",\n \"azure\": \"rgb(240, 255, 255)\",\n \"azure1\": \"rgb(240, 255, 255)\",\n \"azure2\": \"rgb(224, 238, 238)\",\n \"azure3\": \"rgb(193, 205, 205)\",\n \"azure4\": \"rgb(131, 139, 139)\",\n \"beige\": \"rgb(245, 245, 220)\",\n \"bisque\": \"rgb(255, 228, 196)\",\n \"bisque1\": \"rgb(255, 228, 196)\",\n \"bisque2\": \"rgb(238, 213, 183)\",\n \"bisque3\": \"rgb(205, 183, 158)\",\n \"bisque4\": \"rgb(139, 125, 107)\",\n \"black\": \"rgb(0, 0, 0)\",\n \"blanchedalmond\": \"rgb(255, 235, 205)\",\n \"blue\": \"rgb(0, 0, 255)\",\n \"blue1\": \"rgb(0, 0, 255)\",\n \"blue2\": \"rgb(0, 0, 238)\",\n \"blue3\": \"rgb(0, 0, 205)\",\n \"blue4\": \"rgb(0, 0, 139)\",\n \"blueviolet\": \"rgb(138, 43, 226)\",\n \"brown\": \"rgb(165, 42, 42)\",\n \"brown1\": \"rgb(255, 64, 64)\",\n \"brown2\": \"rgb(238, 59, 59)\",\n \"brown3\": \"rgb(205, 51, 51)\",\n \"brown4\": \"rgb(139, 35, 35)\",\n \"burlywood\": \"rgb(222, 184, 135)\",\n \"burlywood1\": \"rgb(255, 211, 155)\",\n \"burlywood2\": \"rgb(238, 197, 145)\",\n \"burlywood3\": \"rgb(205, 170, 125)\",\n \"burlywood4\": \"rgb(139, 115, 85)\",\n \"cadetblue\": \"rgb(95, 158, 160)\",\n \"cadetblue1\": \"rgb(152, 245, 255)\",\n \"cadetblue2\": \"rgb(142, 229, 238)\",\n \"cadetblue3\": \"rgb(122, 197, 205)\",\n \"cadetblue4\": \"rgb(83, 134, 139)\",\n \"chartreuse\": \"rgb(127, 255, 0)\",\n \"chartreuse1\": \"rgb(127, 255, 0)\",\n \"chartreuse2\": \"rgb(118, 238, 0)\",\n \"chartreuse3\": \"rgb(102, 205, 0)\",\n \"chartreuse4\": \"rgb(69, 139, 0)\",\n \"chocolate\": \"rgb(210, 105, 30)\",\n \"chocolate1\": \"rgb(255, 127, 36)\",\n \"chocolate2\": \"rgb(238, 118, 33)\",\n \"chocolate3\": \"rgb(205, 102, 29)\",\n \"chocolate4\": \"rgb(139, 69, 19)\",\n \"coral\": \"rgb(255, 127, 80)\",\n \"coral1\": \"rgb(255, 114, 86)\",\n \"coral2\": \"rgb(238, 106, 80)\",\n \"coral3\": \"rgb(205, 91, 69)\",\n \"coral4\": \"rgb(139, 62, 47)\",\n \"cornflowerblue\": \"rgb(100, 149, 237)\",\n \"cornsilk\": \"rgb(255, 248, 220)\",\n \"cornsilk1\": \"rgb(255, 248, 220)\",\n \"cornsilk2\": \"rgb(238, 232, 205)\",\n \"cornsilk3\": \"rgb(205, 200, 177)\",\n \"cornsilk4\": \"rgb(139, 136, 120)\",\n \"cyan\": \"rgb(0, 255, 255)\",\n \"cyan1\": \"rgb(0, 255, 255)\",\n \"cyan2\": \"rgb(0, 238, 238)\",\n \"cyan3\": \"rgb(0, 205, 205)\",\n \"cyan4\": \"rgb(0, 139, 139)\",\n \"darkblue\": \"rgb(0, 0, 139)\",\n \"darkcyan\": \"rgb(0, 139, 139)\",\n \"darkgoldenrod\": \"rgb(184, 134, 11)\",\n \"darkgoldenrod1\": \"rgb(255, 185, 15)\",\n \"darkgoldenrod2\": \"rgb(238, 173, 14)\",\n \"darkgoldenrod3\": \"rgb(205, 149, 12)\",\n \"darkgoldenrod4\": \"rgb(139, 101, 8)\",\n \"darkgray\": \"rgb(169, 169, 169)\",\n \"darkgreen\": \"rgb(0, 100, 0)\",\n \"darkgrey\": \"rgb(169, 169, 169)\",\n \"darkkhaki\": \"rgb(189, 183, 107)\",\n \"darkmagenta\": \"rgb(139, 0, 139)\",\n \"darkolivegreen\": \"rgb(85, 107, 47)\",\n \"darkolivegreen1\": \"rgb(202, 255, 112)\",\n \"darkolivegreen2\": \"rgb(188, 238, 104)\",\n \"darkolivegreen3\": \"rgb(162, 205, 90)\",\n \"darkolivegreen4\": \"rgb(110, 139, 61)\",\n \"darkorange\": \"rgb(255, 140, 0)\",\n \"darkorange1\": \"rgb(255, 127, 0)\",\n \"darkorange2\": \"rgb(238, 118, 0)\",\n \"darkorange3\": \"rgb(205, 102, 0)\",\n \"darkorange4\": \"rgb(139, 69, 0)\",\n \"darkorchid\": \"rgb(153, 50, 204)\",\n \"darkorchid1\": \"rgb(191, 62, 255)\",\n \"darkorchid2\": \"rgb(178, 58, 238)\",\n \"darkorchid3\": \"rgb(154, 50, 205)\",\n \"darkorchid4\": \"rgb(104, 34, 139)\",\n \"darkred\": \"rgb(139, 0, 0)\",\n \"darksalmon\": \"rgb(233, 150, 122)\",\n \"darkseagreen\": \"rgb(143, 188, 143)\",\n \"darkseagreen1\": \"rgb(193, 255, 193)\",\n \"darkseagreen2\": \"rgb(180, 238, 180)\",\n \"darkseagreen3\": \"rgb(155, 205, 155)\",\n \"darkseagreen4\": \"rgb(105, 139, 105)\",\n \"darkslateblue\": \"rgb(72, 61, 139)\",\n \"darkslategray\": \"rgb(47, 79, 79)\",\n \"darkslategray1\": \"rgb(151, 255, 255)\",\n \"darkslategray2\": \"rgb(141, 238, 238)\",\n \"darkslategray3\": \"rgb(121, 205, 205)\",\n \"darkslategray4\": \"rgb(82, 139, 139)\",\n \"darkslategrey\": \"rgb(47, 79, 79)\",\n \"darkturquoise\": \"rgb(0, 206, 209)\",\n \"darkviolet\": \"rgb(148, 0, 211)\",\n \"debianred\": \"rgb(215, 7, 81)\",\n \"deeppink\": \"rgb(255, 20, 147)\",\n \"deeppink1\": \"rgb(255, 20, 147)\",\n \"deeppink2\": \"rgb(238, 18, 137)\",\n \"deeppink3\": \"rgb(205, 16, 118)\",\n \"deeppink4\": \"rgb(139, 10, 80)\",\n \"deepskyblue\": \"rgb(0, 191, 255)\",\n \"deepskyblue1\": \"rgb(0, 191, 255)\",\n \"deepskyblue2\": \"rgb(0, 178, 238)\",\n \"deepskyblue3\": \"rgb(0, 154, 205)\",\n \"deepskyblue4\": \"rgb(0, 104, 139)\",\n \"dimgray\": \"rgb(105, 105, 105)\",\n \"dimgrey\": \"rgb(105, 105, 105)\",\n \"dodgerblue\": \"rgb(30, 144, 255)\",\n \"dodgerblue1\": \"rgb(30, 144, 255)\",\n \"dodgerblue2\": \"rgb(28, 134, 238)\",\n \"dodgerblue3\": \"rgb(24, 116, 205)\",\n \"dodgerblue4\": \"rgb(16, 78, 139)\",\n \"firebrick\": \"rgb(178, 34, 34)\",\n \"firebrick1\": \"rgb(255, 48, 48)\",\n \"firebrick2\": \"rgb(238, 44, 44)\",\n \"firebrick3\": \"rgb(205, 38, 38)\",\n \"firebrick4\": \"rgb(139, 26, 26)\",\n \"floralwhite\": \"rgb(255, 250, 240)\",\n \"forestgreen\": \"rgb(34, 139, 34)\",\n \"gainsboro\": \"rgb(220, 220, 220)\",\n \"ghostwhite\": \"rgb(248, 248, 255)\",\n \"gold\": \"rgb(255, 215, 0)\",\n \"gold1\": \"rgb(255, 215, 0)\",\n \"gold2\": \"rgb(238, 201, 0)\",\n \"gold3\": \"rgb(205, 173, 0)\",\n \"gold4\": \"rgb(139, 117, 0)\",\n \"goldenrod\": \"rgb(218, 165, 32)\",\n \"goldenrod1\": \"rgb(255, 193, 37)\",\n \"goldenrod2\": \"rgb(238, 180, 34)\",\n \"goldenrod3\": \"rgb(205, 155, 29)\",\n \"goldenrod4\": \"rgb(139, 105, 20)\",\n \"gray\": \"rgb(190, 190, 190)\",\n \"gray0\": \"rgb(0, 0, 0)\",\n \"gray1\": \"rgb(3, 3, 3)\",\n \"gray10\": \"rgb(26, 26, 26)\",\n \"gray100\": \"rgb(255, 255, 255)\",\n \"gray11\": \"rgb(28, 28, 28)\",\n \"gray12\": \"rgb(31, 31, 31)\",\n \"gray13\": \"rgb(33, 33, 33)\",\n \"gray14\": \"rgb(36, 36, 36)\",\n \"gray15\": \"rgb(38, 38, 38)\",\n \"gray16\": \"rgb(41, 41, 41)\",\n \"gray17\": \"rgb(43, 43, 43)\",\n \"gray18\": \"rgb(46, 46, 46)\",\n \"gray19\": \"rgb(48, 48, 48)\",\n \"gray2\": \"rgb(5, 5, 5)\",\n \"gray20\": \"rgb(51, 51, 51)\",\n \"gray21\": \"rgb(54, 54, 54)\",\n \"gray22\": \"rgb(56, 56, 56)\",\n \"gray23\": \"rgb(59, 59, 59)\",\n \"gray24\": \"rgb(61, 61, 61)\",\n \"gray25\": \"rgb(64, 64, 64)\",\n \"gray26\": \"rgb(66, 66, 66)\",\n \"gray27\": \"rgb(69, 69, 69)\",\n \"gray28\": \"rgb(71, 71, 71)\",\n \"gray29\": \"rgb(74, 74, 74)\",\n \"gray3\": \"rgb(8, 8, 8)\",\n \"gray30\": \"rgb(77, 77, 77)\",\n \"gray31\": \"rgb(79, 79, 79)\",\n \"gray32\": \"rgb(82, 82, 82)\",\n \"gray33\": \"rgb(84, 84, 84)\",\n \"gray34\": \"rgb(87, 87, 87)\",\n \"gray35\": \"rgb(89, 89, 89)\",\n \"gray36\": \"rgb(92, 92, 92)\",\n \"gray37\": \"rgb(94, 94, 94)\",\n \"gray38\": \"rgb(97, 97, 97)\",\n \"gray39\": \"rgb(99, 99, 99)\",\n \"gray4\": \"rgb(10, 10, 10)\",\n \"gray40\": \"rgb(102, 102, 102)\",\n \"gray41\": \"rgb(105, 105, 105)\",\n \"gray42\": \"rgb(107, 107, 107)\",\n \"gray43\": \"rgb(110, 110, 110)\",\n \"gray44\": \"rgb(112, 112, 112)\",\n \"gray45\": \"rgb(115, 115, 115)\",\n \"gray46\": \"rgb(117, 117, 117)\",\n \"gray47\": \"rgb(120, 120, 120)\",\n \"gray48\": \"rgb(122, 122, 122)\",\n \"gray49\": \"rgb(125, 125, 125)\",\n \"gray5\": \"rgb(13, 13, 13)\",\n \"gray50\": \"rgb(127, 127, 127)\",\n \"gray51\": \"rgb(130, 130, 130)\",\n \"gray52\": \"rgb(133, 133, 133)\",\n \"gray53\": \"rgb(135, 135, 135)\",\n \"gray54\": \"rgb(138, 138, 138)\",\n \"gray55\": \"rgb(140, 140, 140)\",\n \"gray56\": \"rgb(143, 143, 143)\",\n \"gray57\": \"rgb(145, 145, 145)\",\n \"gray58\": \"rgb(148, 148, 148)\",\n \"gray59\": \"rgb(150, 150, 150)\",\n \"gray6\": \"rgb(15, 15, 15)\",\n \"gray60\": \"rgb(153, 153, 153)\",\n \"gray61\": \"rgb(156, 156, 156)\",\n \"gray62\": \"rgb(158, 158, 158)\",\n \"gray63\": \"rgb(161, 161, 161)\",\n \"gray64\": \"rgb(163, 163, 163)\",\n \"gray65\": \"rgb(166, 166, 166)\",\n \"gray66\": \"rgb(168, 168, 168)\",\n \"gray67\": \"rgb(171, 171, 171)\",\n \"gray68\": \"rgb(173, 173, 173)\",\n \"gray69\": \"rgb(176, 176, 176)\",\n \"gray7\": \"rgb(18, 18, 18)\",\n \"gray70\": \"rgb(179, 179, 179)\",\n \"gray71\": \"rgb(181, 181, 181)\",\n \"gray72\": \"rgb(184, 184, 184)\",\n \"gray73\": \"rgb(186, 186, 186)\",\n \"gray74\": \"rgb(189, 189, 189)\",\n \"gray75\": \"rgb(191, 191, 191)\",\n \"gray76\": \"rgb(194, 194, 194)\",\n \"gray77\": \"rgb(196, 196, 196)\",\n \"gray78\": \"rgb(199, 199, 199)\",\n \"gray79\": \"rgb(201, 201, 201)\",\n \"gray8\": \"rgb(20, 20, 20)\",\n \"gray80\": \"rgb(204, 204, 204)\",\n \"gray81\": \"rgb(207, 207, 207)\",\n \"gray82\": \"rgb(209, 209, 209)\",\n \"gray83\": \"rgb(212, 212, 212)\",\n \"gray84\": \"rgb(214, 214, 214)\",\n \"gray85\": \"rgb(217, 217, 217)\",\n \"gray86\": \"rgb(219, 219, 219)\",\n \"gray87\": \"rgb(222, 222, 222)\",\n \"gray88\": \"rgb(224, 224, 224)\",\n \"gray89\": \"rgb(227, 227, 227)\",\n \"gray9\": \"rgb(23, 23, 23)\",\n \"gray90\": \"rgb(229, 229, 229)\",\n \"gray91\": \"rgb(232, 232, 232)\",\n \"gray92\": \"rgb(235, 235, 235)\",\n \"gray93\": \"rgb(237, 237, 237)\",\n \"gray94\": \"rgb(240, 240, 240)\",\n \"gray95\": \"rgb(242, 242, 242)\",\n \"gray96\": \"rgb(245, 245, 245)\",\n \"gray97\": \"rgb(247, 247, 247)\",\n \"gray98\": \"rgb(250, 250, 250)\",\n \"gray99\": \"rgb(252, 252, 252)\",\n \"green\": \"rgb(0, 255, 0)\",\n \"green1\": \"rgb(0, 255, 0)\",\n \"green2\": \"rgb(0, 238, 0)\",\n \"green3\": \"rgb(0, 205, 0)\",\n \"green4\": \"rgb(0, 139, 0)\",\n \"greenyellow\": \"rgb(173, 255, 47)\",\n \"grey\": \"rgb(190, 190, 190)\",\n \"grey0\": \"rgb(0, 0, 0)\",\n \"grey1\": \"rgb(3, 3, 3)\",\n \"grey10\": \"rgb(26, 26, 26)\",\n \"grey100\": \"rgb(255, 255, 255)\",\n \"grey11\": \"rgb(28, 28, 28)\",\n \"grey12\": \"rgb(31, 31, 31)\",\n \"grey13\": \"rgb(33, 33, 33)\",\n \"grey14\": \"rgb(36, 36, 36)\",\n \"grey15\": \"rgb(38, 38, 38)\",\n \"grey16\": \"rgb(41, 41, 41)\",\n \"grey17\": \"rgb(43, 43, 43)\",\n \"grey18\": \"rgb(46, 46, 46)\",\n \"grey19\": \"rgb(48, 48, 48)\",\n \"grey2\": \"rgb(5, 5, 5)\",\n \"grey20\": \"rgb(51, 51, 51)\",\n \"grey21\": \"rgb(54, 54, 54)\",\n \"grey22\": \"rgb(56, 56, 56)\",\n \"grey23\": \"rgb(59, 59, 59)\",\n \"grey24\": \"rgb(61, 61, 61)\",\n \"grey25\": \"rgb(64, 64, 64)\",\n \"grey26\": \"rgb(66, 66, 66)\",\n \"grey27\": \"rgb(69, 69, 69)\",\n \"grey28\": \"rgb(71, 71, 71)\",\n \"grey29\": \"rgb(74, 74, 74)\",\n \"grey3\": \"rgb(8, 8, 8)\",\n \"grey30\": \"rgb(77, 77, 77)\",\n \"grey31\": \"rgb(79, 79, 79)\",\n \"grey32\": \"rgb(82, 82, 82)\",\n \"grey33\": \"rgb(84, 84, 84)\",\n \"grey34\": \"rgb(87, 87, 87)\",\n \"grey35\": \"rgb(89, 89, 89)\",\n \"grey36\": \"rgb(92, 92, 92)\",\n \"grey37\": \"rgb(94, 94, 94)\",\n \"grey38\": \"rgb(97, 97, 97)\",\n \"grey39\": \"rgb(99, 99, 99)\",\n \"grey4\": \"rgb(10, 10, 10)\",\n \"grey40\": \"rgb(102, 102, 102)\",\n \"grey41\": \"rgb(105, 105, 105)\",\n \"grey42\": \"rgb(107, 107, 107)\",\n \"grey43\": \"rgb(110, 110, 110)\",\n \"grey44\": \"rgb(112, 112, 112)\",\n \"grey45\": \"rgb(115, 115, 115)\",\n \"grey46\": \"rgb(117, 117, 117)\",\n \"grey47\": \"rgb(120, 120, 120)\",\n \"grey48\": \"rgb(122, 122, 122)\",\n \"grey49\": \"rgb(125, 125, 125)\",\n \"grey5\": \"rgb(13, 13, 13)\",\n \"grey50\": \"rgb(127, 127, 127)\",\n \"grey51\": \"rgb(130, 130, 130)\",\n \"grey52\": \"rgb(133, 133, 133)\",\n \"grey53\": \"rgb(135, 135, 135)\",\n \"grey54\": \"rgb(138, 138, 138)\",\n \"grey55\": \"rgb(140, 140, 140)\",\n \"grey56\": \"rgb(143, 143, 143)\",\n \"grey57\": \"rgb(145, 145, 145)\",\n \"grey58\": \"rgb(148, 148, 148)\",\n \"grey59\": \"rgb(150, 150, 150)\",\n \"grey6\": \"rgb(15, 15, 15)\",\n \"grey60\": \"rgb(153, 153, 153)\",\n \"grey61\": \"rgb(156, 156, 156)\",\n \"grey62\": \"rgb(158, 158, 158)\",\n \"grey63\": \"rgb(161, 161, 161)\",\n \"grey64\": \"rgb(163, 163, 163)\",\n \"grey65\": \"rgb(166, 166, 166)\",\n \"grey66\": \"rgb(168, 168, 168)\",\n \"grey67\": \"rgb(171, 171, 171)\",\n \"grey68\": \"rgb(173, 173, 173)\",\n \"grey69\": \"rgb(176, 176, 176)\",\n \"grey7\": \"rgb(18, 18, 18)\",\n \"grey70\": \"rgb(179, 179, 179)\",\n \"grey71\": \"rgb(181, 181, 181)\",\n \"grey72\": \"rgb(184, 184, 184)\",\n \"grey73\": \"rgb(186, 186, 186)\",\n \"grey74\": \"rgb(189, 189, 189)\",\n \"grey75\": \"rgb(191, 191, 191)\",\n \"grey76\": \"rgb(194, 194, 194)\",\n \"grey77\": \"rgb(196, 196, 196)\",\n \"grey78\": \"rgb(199, 199, 199)\",\n \"grey79\": \"rgb(201, 201, 201)\",\n \"grey8\": \"rgb(20, 20, 20)\",\n \"grey80\": \"rgb(204, 204, 204)\",\n \"grey81\": \"rgb(207, 207, 207)\",\n \"grey82\": \"rgb(209, 209, 209)\",\n \"grey83\": \"rgb(212, 212, 212)\",\n \"grey84\": \"rgb(214, 214, 214)\",\n \"grey85\": \"rgb(217, 217, 217)\",\n \"grey86\": \"rgb(219, 219, 219)\",\n \"grey87\": \"rgb(222, 222, 222)\",\n \"grey88\": \"rgb(224, 224, 224)\",\n \"grey89\": \"rgb(227, 227, 227)\",\n \"grey9\": \"rgb(23, 23, 23)\",\n \"grey90\": \"rgb(229, 229, 229)\",\n \"grey91\": \"rgb(232, 232, 232)\",\n \"grey92\": \"rgb(235, 235, 235)\",\n \"grey93\": \"rgb(237, 237, 237)\",\n \"grey94\": \"rgb(240, 240, 240)\",\n \"grey95\": \"rgb(242, 242, 242)\",\n \"grey96\": \"rgb(245, 245, 245)\",\n \"grey97\": \"rgb(247, 247, 247)\",\n \"grey98\": \"rgb(250, 250, 250)\",\n \"grey99\": \"rgb(252, 252, 252)\",\n \"honeydew\": \"rgb(240, 255, 240)\",\n \"honeydew1\": \"rgb(240, 255, 240)\",\n \"honeydew2\": \"rgb(224, 238, 224)\",\n \"honeydew3\": \"rgb(193, 205, 193)\",\n \"honeydew4\": \"rgb(131, 139, 131)\",\n \"hotpink\": \"rgb(255, 105, 180)\",\n \"hotpink1\": \"rgb(255, 110, 180)\",\n \"hotpink2\": \"rgb(238, 106, 167)\",\n \"hotpink3\": \"rgb(205, 96, 144)\",\n \"hotpink4\": \"rgb(139, 58, 98)\",\n \"indianred\": \"rgb(205, 92, 92)\",\n \"indianred1\": \"rgb(255, 106, 106)\",\n \"indianred2\": \"rgb(238, 99, 99)\",\n \"indianred3\": \"rgb(205, 85, 85)\",\n \"indianred4\": \"rgb(139, 58, 58)\",\n \"ivory\": \"rgb(255, 255, 240)\",\n \"ivory1\": \"rgb(255, 255, 240)\",\n \"ivory2\": \"rgb(238, 238, 224)\",\n \"ivory3\": \"rgb(205, 205, 193)\",\n \"ivory4\": \"rgb(139, 139, 131)\",\n \"khaki\": \"rgb(240, 230, 140)\",\n \"khaki1\": \"rgb(255, 246, 143)\",\n \"khaki2\": \"rgb(238, 230, 133)\",\n \"khaki3\": \"rgb(205, 198, 115)\",\n \"khaki4\": \"rgb(139, 134, 78)\",\n \"lavender\": \"rgb(230, 230, 250)\",\n \"lavenderblush\": \"rgb(255, 240, 245)\",\n \"lavenderblush1\": \"rgb(255, 240, 245)\",\n \"lavenderblush2\": \"rgb(238, 224, 229)\",\n \"lavenderblush3\": \"rgb(205, 193, 197)\",\n \"lavenderblush4\": \"rgb(139, 131, 134)\",\n \"lawngreen\": \"rgb(124, 252, 0)\",\n \"lemonchiffon\": \"rgb(255, 250, 205)\",\n \"lemonchiffon1\": \"rgb(255, 250, 205)\",\n \"lemonchiffon2\": \"rgb(238, 233, 191)\",\n \"lemonchiffon3\": \"rgb(205, 201, 165)\",\n \"lemonchiffon4\": \"rgb(139, 137, 112)\",\n \"lightblue\": \"rgb(173, 216, 230)\",\n \"lightblue1\": \"rgb(191, 239, 255)\",\n \"lightblue2\": \"rgb(178, 223, 238)\",\n \"lightblue3\": \"rgb(154, 192, 205)\",\n \"lightblue4\": \"rgb(104, 131, 139)\",\n \"lightcoral\": \"rgb(240, 128, 128)\",\n \"lightcyan\": \"rgb(224, 255, 255)\",\n \"lightcyan1\": \"rgb(224, 255, 255)\",\n \"lightcyan2\": \"rgb(209, 238, 238)\",\n \"lightcyan3\": \"rgb(180, 205, 205)\",\n \"lightcyan4\": \"rgb(122, 139, 139)\",\n \"lightgoldenrod\": \"rgb(238, 221, 130)\",\n \"lightgoldenrod1\": \"rgb(255, 236, 139)\",\n \"lightgoldenrod2\": \"rgb(238, 220, 130)\",\n \"lightgoldenrod3\": \"rgb(205, 190, 112)\",\n \"lightgoldenrod4\": \"rgb(139, 129, 76)\",\n \"lightgoldenrodyellow\": \"rgb(250, 250, 210)\",\n \"lightgray\": \"rgb(211, 211, 211)\",\n \"lightgreen\": \"rgb(144, 238, 144)\",\n \"lightgrey\": \"rgb(211, 211, 211)\",\n \"lightpink\": \"rgb(255, 182, 193)\",\n \"lightpink1\": \"rgb(255, 174, 185)\",\n \"lightpink2\": \"rgb(238, 162, 173)\",\n \"lightpink3\": \"rgb(205, 140, 149)\",\n \"lightpink4\": \"rgb(139, 95, 101)\",\n \"lightsalmon\": \"rgb(255, 160, 122)\",\n \"lightsalmon1\": \"rgb(255, 160, 122)\",\n \"lightsalmon2\": \"rgb(238, 149, 114)\",\n \"lightsalmon3\": \"rgb(205, 129, 98)\",\n \"lightsalmon4\": \"rgb(139, 87, 66)\",\n \"lightseagreen\": \"rgb(32, 178, 170)\",\n \"lightskyblue\": \"rgb(135, 206, 250)\",\n \"lightskyblue1\": \"rgb(176, 226, 255)\",\n \"lightskyblue2\": \"rgb(164, 211, 238)\",\n \"lightskyblue3\": \"rgb(141, 182, 205)\",\n \"lightskyblue4\": \"rgb(96, 123, 139)\",\n \"lightslateblue\": \"rgb(132, 112, 255)\",\n \"lightslategray\": \"rgb(119, 136, 153)\",\n \"lightslategrey\": \"rgb(119, 136, 153)\",\n \"lightsteelblue\": \"rgb(176, 196, 222)\",\n \"lightsteelblue1\": \"rgb(202, 225, 255)\",\n \"lightsteelblue2\": \"rgb(188, 210, 238)\",\n \"lightsteelblue3\": \"rgb(162, 181, 205)\",\n \"lightsteelblue4\": \"rgb(110, 123, 139)\",\n \"lightyellow\": \"rgb(255, 255, 224)\",\n \"lightyellow1\": \"rgb(255, 255, 224)\",\n \"lightyellow2\": \"rgb(238, 238, 209)\",\n \"lightyellow3\": \"rgb(205, 205, 180)\",\n \"lightyellow4\": \"rgb(139, 139, 122)\",\n \"limegreen\": \"rgb(50, 205, 50)\",\n \"linen\": \"rgb(250, 240, 230)\",\n \"magenta\": \"rgb(255, 0, 255)\",\n \"magenta1\": \"rgb(255, 0, 255)\",\n \"magenta2\": \"rgb(238, 0, 238)\",\n \"magenta3\": \"rgb(205, 0, 205)\",\n \"magenta4\": \"rgb(139, 0, 139)\",\n \"maroon\": \"rgb(176, 48, 96)\",\n \"maroon1\": \"rgb(255, 52, 179)\",\n \"maroon2\": \"rgb(238, 48, 167)\",\n \"maroon3\": \"rgb(205, 41, 144)\",\n \"maroon4\": \"rgb(139, 28, 98)\",\n \"mediumaquamarine\": \"rgb(102, 205, 170)\",\n \"mediumblue\": \"rgb(0, 0, 205)\",\n \"mediumorchid\": \"rgb(186, 85, 211)\",\n \"mediumorchid1\": \"rgb(224, 102, 255)\",\n \"mediumorchid2\": \"rgb(209, 95, 238)\",\n \"mediumorchid3\": \"rgb(180, 82, 205)\",\n \"mediumorchid4\": \"rgb(122, 55, 139)\",\n \"mediumpurple\": \"rgb(147, 112, 219)\",\n \"mediumpurple1\": \"rgb(171, 130, 255)\",\n \"mediumpurple2\": \"rgb(159, 121, 238)\",\n \"mediumpurple3\": \"rgb(137, 104, 205)\",\n \"mediumpurple4\": \"rgb(93, 71, 139)\",\n \"mediumseagreen\": \"rgb(60, 179, 113)\",\n \"mediumslateblue\": \"rgb(123, 104, 238)\",\n \"mediumspringgreen\": \"rgb(0, 250, 154)\",\n \"mediumturquoise\": \"rgb(72, 209, 204)\",\n \"mediumvioletred\": \"rgb(199, 21, 133)\",\n \"midnightblue\": \"rgb(25, 25, 112)\",\n \"mintcream\": \"rgb(245, 255, 250)\",\n \"mistyrose\": \"rgb(255, 228, 225)\",\n \"mistyrose1\": \"rgb(255, 228, 225)\",\n \"mistyrose2\": \"rgb(238, 213, 210)\",\n \"mistyrose3\": \"rgb(205, 183, 181)\",\n \"mistyrose4\": \"rgb(139, 125, 123)\",\n \"moccasin\": \"rgb(255, 228, 181)\",\n \"navajowhite\": \"rgb(255, 222, 173)\",\n \"navajowhite1\": \"rgb(255, 222, 173)\",\n \"navajowhite2\": \"rgb(238, 207, 161)\",\n \"navajowhite3\": \"rgb(205, 179, 139)\",\n \"navajowhite4\": \"rgb(139, 121, 94)\",\n \"navy\": \"rgb(0, 0, 128)\",\n \"navyblue\": \"rgb(0, 0, 128)\",\n \"oldlace\": \"rgb(253, 245, 230)\",\n \"olivedrab\": \"rgb(107, 142, 35)\",\n \"olivedrab1\": \"rgb(192, 255, 62)\",\n \"olivedrab2\": \"rgb(179, 238, 58)\",\n \"olivedrab3\": \"rgb(154, 205, 50)\",\n \"olivedrab4\": \"rgb(105, 139, 34)\",\n \"orange\": \"rgb(255, 165, 0)\",\n \"orange1\": \"rgb(255, 165, 0)\",\n \"orange2\": \"rgb(238, 154, 0)\",\n \"orange3\": \"rgb(205, 133, 0)\",\n \"orange4\": \"rgb(139, 90, 0)\",\n \"orangered\": \"rgb(255, 69, 0)\",\n \"orangered1\": \"rgb(255, 69, 0)\",\n \"orangered2\": \"rgb(238, 64, 0)\",\n \"orangered3\": \"rgb(205, 55, 0)\",\n \"orangered4\": \"rgb(139, 37, 0)\",\n \"orchid\": \"rgb(218, 112, 214)\",\n \"orchid1\": \"rgb(255, 131, 250)\",\n \"orchid2\": \"rgb(238, 122, 233)\",\n \"orchid3\": \"rgb(205, 105, 201)\",\n \"orchid4\": \"rgb(139, 71, 137)\",\n \"palegoldenrod\": \"rgb(238, 232, 170)\",\n \"palegreen\": \"rgb(152, 251, 152)\",\n \"palegreen1\": \"rgb(154, 255, 154)\",\n \"palegreen2\": \"rgb(144, 238, 144)\",\n \"palegreen3\": \"rgb(124, 205, 124)\",\n \"palegreen4\": \"rgb(84, 139, 84)\",\n \"paleturquoise\": \"rgb(175, 238, 238)\",\n \"paleturquoise1\": \"rgb(187, 255, 255)\",\n \"paleturquoise2\": \"rgb(174, 238, 238)\",\n \"paleturquoise3\": \"rgb(150, 205, 205)\",\n \"paleturquoise4\": \"rgb(102, 139, 139)\",\n \"palevioletred\": \"rgb(219, 112, 147)\",\n \"palevioletred1\": \"rgb(255, 130, 171)\",\n \"palevioletred2\": \"rgb(238, 121, 159)\",\n \"palevioletred3\": \"rgb(205, 104, 137)\",\n \"palevioletred4\": \"rgb(139, 71, 93)\",\n \"papayawhip\": \"rgb(255, 239, 213)\",\n \"peachpuff\": \"rgb(255, 218, 185)\",\n \"peachpuff1\": \"rgb(255, 218, 185)\",\n \"peachpuff2\": \"rgb(238, 203, 173)\",\n \"peachpuff3\": \"rgb(205, 175, 149)\",\n \"peachpuff4\": \"rgb(139, 119, 101)\",\n \"peru\": \"rgb(205, 133, 63)\",\n \"pink\": \"rgb(255, 192, 203)\",\n \"pink1\": \"rgb(255, 181, 197)\",\n \"pink2\": \"rgb(238, 169, 184)\",\n \"pink3\": \"rgb(205, 145, 158)\",\n \"pink4\": \"rgb(139, 99, 108)\",\n \"plum\": \"rgb(221, 160, 221)\",\n \"plum1\": \"rgb(255, 187, 255)\",\n \"plum2\": \"rgb(238, 174, 238)\",\n \"plum3\": \"rgb(205, 150, 205)\",\n \"plum4\": \"rgb(139, 102, 139)\",\n \"powderblue\": \"rgb(176, 224, 230)\",\n \"purple\": \"rgb(160, 32, 240)\",\n \"purple1\": \"rgb(155, 48, 255)\",\n \"purple2\": \"rgb(145, 44, 238)\",\n \"purple3\": \"rgb(125, 38, 205)\",\n \"purple4\": \"rgb(85, 26, 139)\",\n \"red\": \"rgb(255, 0, 0)\",\n \"red1\": \"rgb(255, 0, 0)\",\n \"red2\": \"rgb(238, 0, 0)\",\n \"red3\": \"rgb(205, 0, 0)\",\n \"red4\": \"rgb(139, 0, 0)\",\n \"rosybrown\": \"rgb(188, 143, 143)\",\n \"rosybrown1\": \"rgb(255, 193, 193)\",\n \"rosybrown2\": \"rgb(238, 180, 180)\",\n \"rosybrown3\": \"rgb(205, 155, 155)\",\n \"rosybrown4\": \"rgb(139, 105, 105)\",\n \"royalblue\": \"rgb(65, 105, 225)\",\n \"royalblue1\": \"rgb(72, 118, 255)\",\n \"royalblue2\": \"rgb(67, 110, 238)\",\n \"royalblue3\": \"rgb(58, 95, 205)\",\n \"royalblue4\": \"rgb(39, 64, 139)\",\n \"saddlebrown\": \"rgb(139, 69, 19)\",\n \"salmon\": \"rgb(250, 128, 114)\",\n \"salmon1\": \"rgb(255, 140, 105)\",\n \"salmon2\": \"rgb(238, 130, 98)\",\n \"salmon3\": \"rgb(205, 112, 84)\",\n \"salmon4\": \"rgb(139, 76, 57)\",\n \"sandybrown\": \"rgb(244, 164, 96)\",\n \"seagreen\": \"rgb(46, 139, 87)\",\n \"seagreen1\": \"rgb(84, 255, 159)\",\n \"seagreen2\": \"rgb(78, 238, 148)\",\n \"seagreen3\": \"rgb(67, 205, 128)\",\n \"seagreen4\": \"rgb(46, 139, 87)\",\n \"seashell\": \"rgb(255, 245, 238)\",\n \"seashell1\": \"rgb(255, 245, 238)\",\n \"seashell2\": \"rgb(238, 229, 222)\",\n \"seashell3\": \"rgb(205, 197, 191)\",\n \"seashell4\": \"rgb(139, 134, 130)\",\n \"sienna\": \"rgb(160, 82, 45)\",\n \"sienna1\": \"rgb(255, 130, 71)\",\n \"sienna2\": \"rgb(238, 121, 66)\",\n \"sienna3\": \"rgb(205, 104, 57)\",\n \"sienna4\": \"rgb(139, 71, 38)\",\n \"skyblue\": \"rgb(135, 206, 235)\",\n \"skyblue1\": \"rgb(135, 206, 255)\",\n \"skyblue2\": \"rgb(126, 192, 238)\",\n \"skyblue3\": \"rgb(108, 166, 205)\",\n \"skyblue4\": \"rgb(74, 112, 139)\",\n \"slateblue\": \"rgb(106, 90, 205)\",\n \"slateblue1\": \"rgb(131, 111, 255)\",\n \"slateblue2\": \"rgb(122, 103, 238)\",\n \"slateblue3\": \"rgb(105, 89, 205)\",\n \"slateblue4\": \"rgb(71, 60, 139)\",\n \"slategray\": \"rgb(112, 128, 144)\",\n \"slategray1\": \"rgb(198, 226, 255)\",\n \"slategray2\": \"rgb(185, 211, 238)\",\n \"slategray3\": \"rgb(159, 182, 205)\",\n \"slategray4\": \"rgb(108, 123, 139)\",\n \"slategrey\": \"rgb(112, 128, 144)\",\n \"snow\": \"rgb(255, 250, 250)\",\n \"snow1\": \"rgb(255, 250, 250)\",\n \"snow2\": \"rgb(238, 233, 233)\",\n \"snow3\": \"rgb(205, 201, 201)\",\n \"snow4\": \"rgb(139, 137, 137)\",\n \"springgreen\": \"rgb(0, 255, 127)\",\n \"springgreen1\": \"rgb(0, 255, 127)\",\n \"springgreen2\": \"rgb(0, 238, 118)\",\n \"springgreen3\": \"rgb(0, 205, 102)\",\n \"springgreen4\": \"rgb(0, 139, 69)\",\n \"steelblue\": \"rgb(70, 130, 180)\",\n \"steelblue1\": \"rgb(99, 184, 255)\",\n \"steelblue2\": \"rgb(92, 172, 238)\",\n \"steelblue3\": \"rgb(79, 148, 205)\",\n \"steelblue4\": \"rgb(54, 100, 139)\",\n \"tan\": \"rgb(210, 180, 140)\",\n \"tan1\": \"rgb(255, 165, 79)\",\n \"tan2\": \"rgb(238, 154, 73)\",\n \"tan3\": \"rgb(205, 133, 63)\",\n \"tan4\": \"rgb(139, 90, 43)\",\n \"thistle\": \"rgb(216, 191, 216)\",\n \"thistle1\": \"rgb(255, 225, 255)\",\n \"thistle2\": \"rgb(238, 210, 238)\",\n \"thistle3\": \"rgb(205, 181, 205)\",\n \"thistle4\": \"rgb(139, 123, 139)\",\n \"tomato\": \"rgb(255, 99, 71)\",\n \"tomato1\": \"rgb(255, 99, 71)\",\n \"tomato2\": \"rgb(238, 92, 66)\",\n \"tomato3\": \"rgb(205, 79, 57)\",\n \"tomato4\": \"rgb(139, 54, 38)\",\n \"turquoise\": \"rgb(64, 224, 208)\",\n \"turquoise1\": \"rgb(0, 245, 255)\",\n \"turquoise2\": \"rgb(0, 229, 238)\",\n \"turquoise3\": \"rgb(0, 197, 205)\",\n \"turquoise4\": \"rgb(0, 134, 139)\",\n \"violet\": \"rgb(238, 130, 238)\",\n \"violetred\": \"rgb(208, 32, 144)\",\n \"violetred1\": \"rgb(255, 62, 150)\",\n \"violetred2\": \"rgb(238, 58, 140)\",\n \"violetred3\": \"rgb(205, 50, 120)\",\n \"violetred4\": \"rgb(139, 34, 82)\",\n \"wheat\": \"rgb(245, 222, 179)\",\n \"wheat1\": \"rgb(255, 231, 186)\",\n \"wheat2\": \"rgb(238, 216, 174)\",\n \"wheat3\": \"rgb(205, 186, 150)\",\n \"wheat4\": \"rgb(139, 126, 102)\",\n \"white\": \"rgb(255, 255, 255)\",\n \"whitesmoke\": \"rgb(245, 245, 245)\",\n \"yellow\": \"rgb(255, 255, 0)\",\n \"yellow1\": \"rgb(255, 255, 0)\",\n \"yellow2\": \"rgb(238, 238, 0)\",\n \"yellow3\": \"rgb(205, 205, 0)\",\n \"yellow4\": \"rgb(139, 139, 0)\",\n \"yellowgreen\": \"rgb(154, 205, 50)\"\n};\n// SOURCE FILE: libdot/js/lib_f.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * Grab bag of utility functions.\n */\nlib.f = {};\n\n/**\n * Create a unique enum value.\n *\n * @suppress {lintChecks}\n * @param {string} name A human friendly name for debugging.\n * @return {Object} A unique enum that won't compare equal to anything else.\n */\nlib.f.createEnum = function(name) {\n // We use a String object as nothing else should be using them -- we want to\n // use string primitives normally. But debuggers will include our name.\n return new String(name);\n};\n\n/**\n * Replace variable references in a string.\n *\n * Variables are of the form %FUNCTION(VARNAME). FUNCTION is an optional\n * escape function to apply to the value.\n *\n * For example\n * lib.f.replaceVars(\"%(greeting), %encodeURIComponent(name)\",\n * { greeting: \"Hello\",\n * name: \"Google+\" });\n *\n * Will result in \"Hello, Google%2B\".\n */\nlib.f.replaceVars = function(str, vars) {\n return str.replace(/%([a-z]*)\\(([^\\)]+)\\)/gi, function(match, fn, varname) {\n if (typeof vars[varname] == 'undefined')\n throw 'Unknown variable: ' + varname;\n\n var rv = vars[varname];\n\n if (fn in lib.f.replaceVars.functions) {\n rv = lib.f.replaceVars.functions[fn](rv);\n } else if (fn) {\n throw 'Unknown escape function: ' + fn;\n }\n\n return rv;\n });\n};\n\n/**\n * Functions that can be used with replaceVars.\n *\n * Clients can add to this list to extend lib.f.replaceVars().\n */\nlib.f.replaceVars.functions = {\n encodeURI: encodeURI,\n encodeURIComponent: encodeURIComponent,\n escapeHTML: function(str) {\n var map = {\n '<': '<',\n '>': '>',\n '&': '&',\n '\"': '"',\n \"'\": '''\n };\n\n return str.replace(/[<>&\\\"\\']/g, function(m) { return map[m] });\n }\n};\n\n/**\n * Get the list of accepted UI languages.\n *\n * @param {function(Array)} callback Function to invoke with the results. The\n * parameter is a list of locale names.\n */\nlib.f.getAcceptLanguages = function(callback) {\n if (lib.f.getAcceptLanguages.chromeSupported()) {\n chrome.i18n.getAcceptLanguages(callback);\n } else {\n setTimeout(function() {\n callback([navigator.language.replace(/-/g, '_')]);\n }, 0);\n }\n};\n\nlib.f.getAcceptLanguages.chromeSupported = function() {\n return window.chrome && chrome.i18n;\n};\n\n/**\n * Parse a query string into a hash.\n *\n * This takes a url query string in the form 'name1=value&name2=value' and\n * converts it into an object of the form { name1: 'value', name2: 'value' }.\n * If a given name appears multiple times in the query string, only the\n * last value will appear in the result.\n *\n * Names and values are passed through decodeURIComponent before being added\n * to the result object.\n *\n * @param {string} queryString The string to parse. If it starts with a\n * leading '?', the '?' will be ignored.\n */\nlib.f.parseQuery = function(queryString) {\n if (queryString.startsWith('?'))\n queryString = queryString.substr(1);\n\n var rv = {};\n\n var pairs = queryString.split('&');\n for (var i = 0; i < pairs.length; i++) {\n var pair = pairs[i].split('=');\n rv[decodeURIComponent(pair[0])] = decodeURIComponent(pair[1]);\n }\n\n return rv;\n};\n\nlib.f.getURL = function(path) {\n if (lib.f.getURL.chromeSupported())\n return chrome.runtime.getURL(path);\n\n return path;\n};\n\nlib.f.getURL.chromeSupported = function() {\n return window.chrome && chrome.runtime && chrome.runtime.getURL;\n};\n\n/**\n * Clamp a given integer to a specified range.\n *\n * @param {integer} v The value to be clamped.\n * @param {integer} min The minimum acceptable value.\n * @param {integer} max The maximum acceptable value.\n */\nlib.f.clamp = function(v, min, max) {\n if (v < min)\n return min;\n if (v > max)\n return max;\n return v;\n};\n\n/**\n * Left pad a number to a given length with leading zeros.\n *\n * @param {string|integer} number The number to pad.\n * @param {integer} length The desired length.\n * @return {string} The padded number as a string.\n */\nlib.f.zpad = function(number, length) {\n return String(number).padStart(length, '0');\n};\n\n/**\n * Return a string containing a given number of space characters.\n *\n * This method maintains a static cache of the largest amount of whitespace\n * ever requested. It shouldn't be used to generate an insanely huge amount of\n * whitespace.\n *\n * @param {integer} length The desired amount of whitespace.\n * @param {string} A string of spaces of the requested length.\n */\nlib.f.getWhitespace = function(length) {\n if (length <= 0)\n return '';\n\n var f = this.getWhitespace;\n if (!f.whitespace)\n f.whitespace = ' ';\n\n while (length > f.whitespace.length) {\n f.whitespace += f.whitespace;\n }\n\n return f.whitespace.substr(0, length);\n};\n\n /**\n * Ensure that a function is called within a certain time limit.\n *\n * Simple usage looks like this...\n *\n * lib.registerInit(lib.f.alarm(onInit));\n *\n * This will log a warning to the console if onInit() is not invoked within\n * 5 seconds.\n *\n * If you're performing some operation that may take longer than 5 seconds you\n * can pass a duration in milliseconds as the optional second parameter.\n *\n * If you pass a string identifier instead of a callback function, you'll get a\n * wrapper generator rather than a single wrapper. Each call to the\n * generator will return a wrapped version of the callback wired to\n * a shared timeout. This is for cases where you want to ensure that at least\n * one of a set of callbacks is invoked before a timeout expires.\n *\n * var alarm = lib.f.alarm('fetch object');\n * lib.foo.fetchObject(alarm(onSuccess), alarm(onFailure));\n *\n * @param {function(*)} callback The function to wrap in an alarm.\n * @param {int} opt_ms Optional number of milliseconds to wait before raising\n * an alarm. Default is 5000 (5 seconds).\n * @return {function} If callback is a function then the return value will be\n * the wrapped callback. If callback is a string then the return value will\n * be a function that generates new wrapped callbacks.\n */\nlib.f.alarm = function(callback, opt_ms) {\n var ms = opt_ms || 5 * 1000;\n var stack = lib.f.getStack(1);\n\n return (function() {\n // This outer function is called immediately. It's here to capture a new\n // scope for the timeout variable.\n\n // The 'timeout' variable is shared by this timeout function, and the\n // callback wrapper.\n var timeout = setTimeout(function() {\n var name = (typeof callback == 'string') ? name : callback.name;\n name = name ? (': ' + name) : '';\n console.warn('lib.f.alarm: timeout expired: ' + (ms / 1000) + 's' + name);\n console.log(stack);\n timeout = null;\n }, ms);\n\n var wrapperGenerator = function(callback) {\n return function() {\n if (timeout) {\n clearTimeout(timeout);\n timeout = null;\n }\n\n return callback.apply(null, arguments);\n }\n };\n\n if (typeof callback == 'string')\n return wrapperGenerator;\n\n return wrapperGenerator(callback);\n })();\n};\n\n/**\n * Return the current call stack after skipping a given number of frames.\n *\n * This method is intended to be used for debugging only. It returns an\n * Object instead of an Array, because the console stringifies arrays by\n * default and that's not what we want.\n *\n * A typical call might look like...\n *\n * console.log('Something wicked this way came', lib.f.getStack());\n * // Notice the comma ^\n *\n * This would print the message to the js console, followed by an object\n * which can be clicked to reveal the stack.\n *\n * @param {number} opt_ignoreFrames The optional number of stack frames to\n * ignore. The actual 'getStack' call is always ignored.\n */\nlib.f.getStack = function(opt_ignoreFrames) {\n var ignoreFrames = opt_ignoreFrames ? opt_ignoreFrames + 2 : 2;\n\n var stackArray;\n\n try {\n throw new Error();\n } catch (ex) {\n stackArray = ex.stack.split('\\n');\n }\n\n var stackObject = {};\n for (var i = ignoreFrames; i < stackArray.length; i++) {\n stackObject[i - ignoreFrames] = stackArray[i].replace(/^\\s*at\\s+/, '');\n }\n\n return stackObject;\n};\n\n/**\n * Divides the two numbers and floors the results, unless the remainder is less\n * than an incredibly small value, in which case it returns the ceiling.\n * This is useful when the number are truncated approximations of longer\n * values, and so doing division with these numbers yields a result incredibly\n * close to a whole number.\n *\n * @param {number} numerator\n * @param {number} denominator\n * @return {number}\n */\nlib.f.smartFloorDivide = function(numerator, denominator) {\n var val = numerator / denominator;\n var ceiling = Math.ceil(val);\n if (ceiling - val < .0001) {\n return ceiling;\n } else {\n return Math.floor(val);\n }\n};\n\n/**\n * Get a random integer in a range (inclusive).\n *\n * @param {number} min The lowest integer in the range.\n * @param {number} max The highest integer in the range.\n * @return {number} A random number between min & max.\n */\nlib.f.randomInt = function(min, max) {\n return Math.floor(Math.random() * (max - min + 1)) + min;\n};\n// SOURCE FILE: libdot/js/lib_message_manager.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * MessageManager class handles internationalized strings.\n *\n * Note: chrome.i18n isn't sufficient because...\n * 1. There's a bug in chrome that makes it unavailable in iframes:\n * https://crbug.com/130200\n * 2. The client code may not be packaged in a Chrome extension.\n * 3. The client code may be part of a library packaged in a third-party\n * Chrome extension.\n *\n * @param {Array} languages List of languages to load, in the order they\n * should be loaded. Newer messages replace older ones. 'en' is\n * automatically added as the first language if it is not already present.\n */\nlib.MessageManager = function(languages) {\n this.languages_ = languages.map(\n function(el) { return el.replace(/-/g, '_') });\n\n if (this.languages_.indexOf('en') == -1)\n this.languages_.unshift('en');\n\n this.messages = {};\n};\n\n/**\n * Add message definitions to the message manager.\n *\n * This takes an object of the same format of a Chrome messages.json file. See\n * .\n */\nlib.MessageManager.prototype.addMessages = function(defs) {\n for (var key in defs) {\n var def = defs[key];\n\n if (!def.placeholders) {\n this.messages[key] = def.message;\n } else {\n // Replace \"$NAME$\" placeholders with \"$1\", etc.\n this.messages[key] = def.message.replace(\n /\\$([a-z][^\\s\\$]+)\\$/ig,\n function(m, name) {\n return defs[key].placeholders[name.toLowerCase()].content;\n });\n }\n }\n};\n\n/**\n * Load the first available language message bundle.\n *\n * @param {string} pattern A url pattern containing a \"$1\" where the locale\n * name should go.\n * @param {function(Array,Array)} onComplete Function to be called when loading\n * is complete. The two arrays are the list of successful and failed\n * locale names. If the first parameter is length 0, no locales were\n * loaded.\n */\nlib.MessageManager.prototype.findAndLoadMessages = function(\n pattern, onComplete) {\n var languages = this.languages_.concat();\n var loaded = [];\n var failed = [];\n\n function onLanguageComplete(state) {\n if (state) {\n loaded = languages.shift();\n } else {\n failed = languages.shift();\n }\n\n if (languages.length) {\n tryNextLanguage();\n } else {\n onComplete(loaded, failed);\n }\n }\n\n var tryNextLanguage = function() {\n this.loadMessages(this.replaceReferences(pattern, languages),\n onLanguageComplete.bind(this, true),\n onLanguageComplete.bind(this, false));\n }.bind(this);\n\n tryNextLanguage();\n};\n\n/**\n * Load messages from a messages.json file.\n */\nlib.MessageManager.prototype.loadMessages = function(\n url, onSuccess, opt_onError) {\n var xhr = new XMLHttpRequest();\n\n xhr.onloadend = function() {\n if (xhr.status != 200) {\n if (opt_onError)\n opt_onError(xhr.status);\n\n return;\n }\n\n this.addMessages(JSON.parse(xhr.responseText));\n onSuccess();\n }.bind(this);\n\n xhr.open('GET', url);\n xhr.send();\n};\n\n/**\n * Replace $1...$n references with the elements of the args array.\n *\n * @param {string} msg String containing the message and argument references.\n * @param {Array} args Array containing the argument values.\n */\nlib.MessageManager.replaceReferences = function(msg, args) {\n return msg.replace(/\\$(\\d+)/g, function (m, index) {\n return args[index - 1];\n });\n};\n\n/**\n * Per-instance copy of replaceReferences.\n */\nlib.MessageManager.prototype.replaceReferences =\n lib.MessageManager.replaceReferences;\n\n/**\n * Get a message by name, optionally replacing arguments too.\n *\n * @param {string} msgname String containing the name of the message to get.\n * @param {Array} opt_args Optional array containing the argument values.\n * @param {string} opt_default Optional value to return if the msgname is not\n * found. Returns the message name by default.\n */\nlib.MessageManager.prototype.get = function(msgname, opt_args, opt_default) {\n var message;\n\n if (msgname in this.messages) {\n message = this.messages[msgname];\n\n } else {\n if (window.chrome.i18n)\n message = chrome.i18n.getMessage(msgname);\n\n if (!message) {\n console.warn('Unknown message: ' + msgname);\n return (typeof opt_default == 'undefined') ? msgname : opt_default;\n }\n }\n\n if (!opt_args)\n return message;\n\n if (!(opt_args instanceof Array))\n opt_args = [opt_args];\n\n return this.replaceReferences(message, opt_args);\n};\n\n/**\n * Process all of the \"i18n\" html attributes found in a given dom fragment.\n *\n * The real work happens in processI18nAttribute.\n */\nlib.MessageManager.prototype.processI18nAttributes = function(dom) {\n var nodes = dom.querySelectorAll('[i18n]');\n\n for (var i = 0; i < nodes.length; i++)\n this.processI18nAttribute(nodes[i]);\n};\n\n/**\n * Process the \"i18n\" attribute in the specified node.\n *\n * The i18n attribute should contain a JSON object. The keys are taken to\n * be attribute names, and the values are message names.\n *\n * If the JSON object has a \"_\" (underscore) key, its value is used as the\n * textContent of the element.\n *\n * Message names can refer to other attributes on the same element with by\n * prefixing with a dollar sign. For example...\n *\n * \n *\n * The aria-label message name will be computed as \"SEND_BUTTON_ARIA_LABEL\".\n * Notice that the \"id\" attribute was appended to the target attribute, and\n * the result converted to UPPER_AND_UNDER style.\n */\nlib.MessageManager.prototype.processI18nAttribute = function(node) {\n // Convert the \"lower-and-dashes\" attribute names into\n // \"UPPER_AND_UNDER\" style.\n function thunk(str) { return str.replace(/-/g, '_').toUpperCase() }\n\n var i18n = node.getAttribute('i18n');\n if (!i18n)\n return;\n\n try {\n i18n = JSON.parse(i18n);\n } catch (ex) {\n console.error('Can\\'t parse ' + node.tagName + '#' + node.id + ': ' + i18n);\n throw ex;\n }\n\n // Load all the messages specified in the i18n attributes.\n for (var key in i18n) {\n // The node attribute we'll be setting.\n var attr = key;\n\n var msgname = i18n[key];\n // For \"=foo\", re-use the referenced message name.\n if (msgname.startsWith('=')) {\n key = msgname.substr(1);\n msgname = i18n[key];\n }\n\n // For \"$foo\", calculate the message name.\n if (msgname.startsWith('$'))\n msgname = thunk(node.getAttribute(msgname.substr(1)) + '_' + key);\n\n // Finally load the message.\n var msg = this.get(msgname);\n if (attr == '_')\n node.textContent = msg;\n else\n node.setAttribute(attr, msg);\n }\n};\n// SOURCE FILE: libdot/js/lib_preference_manager.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * Constructor for lib.PreferenceManager objects.\n *\n * These objects deal with persisting changes to stable storage and notifying\n * consumers when preferences change.\n *\n * It is intended that the backing store could be something other than HTML5\n * storage, but there aren't any use cases at the moment. In the future there\n * may be a chrome api to store sync-able name/value pairs, and we'd want\n * that.\n *\n * @param {lib.Storage.*} storage The storage object to use as a backing\n * store.\n * @param {string} opt_prefix The optional prefix to be used for all preference\n * names. The '/' character should be used to separate levels of hierarchy,\n * if you're going to have that kind of thing. If provided, the prefix\n * should start with a '/'. If not provided, it defaults to '/'.\n */\nlib.PreferenceManager = function(storage, opt_prefix) {\n this.storage = storage;\n this.storageObserver_ = this.onStorageChange_.bind(this);\n\n this.isActive_ = false;\n this.activate();\n\n this.trace = false;\n\n var prefix = opt_prefix || '/';\n if (!prefix.endsWith('/'))\n prefix += '/';\n\n this.prefix = prefix;\n\n this.prefRecords_ = {};\n this.globalObservers_ = [];\n\n this.childFactories_ = {};\n\n // Map of list-name to {map of child pref managers}\n // As in...\n //\n // this.childLists_ = {\n // 'profile-ids': {\n // 'one': PreferenceManager,\n // 'two': PreferenceManager,\n // ...\n // },\n //\n // 'frob-ids': {\n // ...\n // }\n // }\n this.childLists_ = {};\n};\n\n/**\n * Used internally to indicate that the current value of the preference should\n * be taken from the default value defined with the preference.\n *\n * Equality tests against this value MUST use '===' or '!==' to be accurate.\n */\nlib.PreferenceManager.prototype.DEFAULT_VALUE = lib.f.createEnum('DEFAULT');\n\n/**\n * An individual preference.\n *\n * These objects are managed by the PreferenceManager, you shouldn't need to\n * handle them directly.\n */\nlib.PreferenceManager.Record = function(name, defaultValue) {\n this.name = name;\n this.defaultValue = defaultValue;\n this.currentValue = this.DEFAULT_VALUE;\n this.observers = [];\n};\n\n/**\n * A local copy of the DEFAULT_VALUE constant to make it less verbose.\n */\nlib.PreferenceManager.Record.prototype.DEFAULT_VALUE =\n lib.PreferenceManager.prototype.DEFAULT_VALUE;\n\n/**\n * Register a callback to be invoked when this preference changes.\n *\n * @param {function(value, string, lib.PreferenceManager} observer The function\n * to invoke. It will receive the new value, the name of the preference,\n * and a reference to the PreferenceManager as parameters.\n */\nlib.PreferenceManager.Record.prototype.addObserver = function(observer) {\n this.observers.push(observer);\n};\n\n/**\n * Unregister an observer callback.\n *\n * @param {function} observer A previously registered callback.\n */\nlib.PreferenceManager.Record.prototype.removeObserver = function(observer) {\n var i = this.observers.indexOf(observer);\n if (i >= 0)\n this.observers.splice(i, 1);\n};\n\n/**\n * Fetch the value of this preference.\n */\nlib.PreferenceManager.Record.prototype.get = function() {\n if (this.currentValue === this.DEFAULT_VALUE) {\n if (/^(string|number)$/.test(typeof this.defaultValue))\n return this.defaultValue;\n\n if (typeof this.defaultValue == 'object') {\n // We want to return a COPY of the default value so that users can\n // modify the array or object without changing the default value.\n return JSON.parse(JSON.stringify(this.defaultValue));\n }\n\n return this.defaultValue;\n }\n\n return this.currentValue;\n};\n\n/**\n * Stop this preference manager from tracking storage changes.\n *\n * Call this if you're going to swap out one preference manager for another so\n * that you don't get notified about irrelevant changes.\n */\nlib.PreferenceManager.prototype.deactivate = function() {\n if (!this.isActive_)\n throw new Error('Not activated');\n\n this.isActive_ = false;\n this.storage.removeObserver(this.storageObserver_);\n};\n\n/**\n * Start tracking storage changes.\n *\n * If you previously deactivated this preference manager, you can reactivate it\n * with this method. You don't need to call this at initialization time, as\n * it's automatically called as part of the constructor.\n */\nlib.PreferenceManager.prototype.activate = function() {\n if (this.isActive_)\n throw new Error('Already activated');\n\n this.isActive_ = true;\n this.storage.addObserver(this.storageObserver_);\n};\n\n/**\n * Read the backing storage for these preferences.\n *\n * You should do this once at initialization time to prime the local cache\n * of preference values. The preference manager will monitor the backing\n * storage for changes, so you should not need to call this more than once.\n *\n * This function recursively reads storage for all child preference managers as\n * well.\n *\n * This function is asynchronous, if you need to read preference values, you\n * *must* wait for the callback.\n *\n * @param {function()} opt_callback Optional function to invoke when the read\n * has completed.\n */\nlib.PreferenceManager.prototype.readStorage = function(opt_callback) {\n var pendingChildren = 0;\n\n function onChildComplete() {\n if (--pendingChildren == 0 && opt_callback)\n opt_callback();\n }\n\n var keys = Object.keys(this.prefRecords_).map(\n function(el) { return this.prefix + el }.bind(this));\n\n if (this.trace)\n console.log('Preferences read: ' + this.prefix);\n\n this.storage.getItems(keys, function(items) {\n var prefixLength = this.prefix.length;\n\n for (var key in items) {\n var value = items[key];\n var name = key.substr(prefixLength);\n var needSync = (name in this.childLists_ &&\n (JSON.stringify(value) !=\n JSON.stringify(this.prefRecords_[name].currentValue)));\n\n this.prefRecords_[name].currentValue = value;\n\n if (needSync) {\n pendingChildren++;\n this.syncChildList(name, onChildComplete);\n }\n }\n\n if (pendingChildren == 0 && opt_callback)\n setTimeout(opt_callback);\n }.bind(this));\n};\n\n/**\n * Define a preference.\n *\n * This registers a name, default value, and onChange handler for a preference.\n *\n * @param {string} name The name of the preference. This will be prefixed by\n * the prefix of this PreferenceManager before written to local storage.\n * @param {string|number|boolean|Object|Array|null} value The default value of\n * this preference. Anything that can be represented in JSON is a valid\n * default value.\n * @param {function(value, string, lib.PreferenceManager} opt_observer A\n * function to invoke when the preference changes. It will receive the new\n * value, the name of the preference, and a reference to the\n * PreferenceManager as parameters.\n */\nlib.PreferenceManager.prototype.definePreference = function(\n name, value, opt_onChange) {\n\n var record = this.prefRecords_[name];\n if (record) {\n this.changeDefault(name, value);\n } else {\n record = this.prefRecords_[name] =\n new lib.PreferenceManager.Record(name, value);\n }\n\n if (opt_onChange)\n record.addObserver(opt_onChange);\n};\n\n/**\n * Define multiple preferences with a single function call.\n *\n * @param {Array} defaults An array of 3-element arrays. Each three element\n * array should contain the [key, value, onChange] parameters for a\n * preference.\n */\nlib.PreferenceManager.prototype.definePreferences = function(defaults) {\n for (var i = 0; i < defaults.length; i++) {\n this.definePreference(defaults[i][0], defaults[i][1], defaults[i][2]);\n }\n};\n\n/**\n * Define an ordered list of child preferences.\n *\n * Child preferences are different from just storing an array of JSON objects\n * in that each child is an instance of a preference manager. This means you\n * can observe changes to individual child preferences, and get some validation\n * that you're not reading or writing to an undefined child preference value.\n *\n * @param {string} listName A name for the list of children. This must be\n * unique in this preference manager. The listName will become a\n * preference on this PreferenceManager used to store the ordered list of\n * child ids. It is also used in get/add/remove operations to identify the\n * list of children to operate on.\n * @param {function} childFactory A function that will be used to generate\n * instances of these children. The factory function will receive the\n * parent lib.PreferenceManager object and a unique id for the new child\n * preferences.\n */\nlib.PreferenceManager.prototype.defineChildren = function(\n listName, childFactory) {\n\n // Define a preference to hold the ordered list of child ids.\n this.definePreference(listName, [],\n this.onChildListChange_.bind(this, listName));\n this.childFactories_[listName] = childFactory;\n this.childLists_[listName] = {};\n};\n\n/**\n * Register to observe preference changes.\n *\n * @param {Function} global A callback that will happen for every preference.\n * Pass null if you don't need one.\n * @param {Object} map A map of preference specific callbacks. Pass null if\n * you don't need any.\n */\nlib.PreferenceManager.prototype.addObservers = function(global, map) {\n if (global && typeof global != 'function')\n throw new Error('Invalid param: globals');\n\n if (global)\n this.globalObservers_.push(global);\n\n if (!map)\n return;\n\n for (var name in map) {\n if (!(name in this.prefRecords_))\n throw new Error('Unknown preference: ' + name);\n\n this.prefRecords_[name].addObserver(map[name]);\n }\n};\n\n/**\n * Dispatch the change observers for all known preferences.\n *\n * It may be useful to call this after readStorage completes, in order to\n * get application state in sync with user preferences.\n *\n * This can be used if you've changed a preference manager out from under\n * a live object, for example when switching to a different prefix.\n */\nlib.PreferenceManager.prototype.notifyAll = function() {\n for (var name in this.prefRecords_) {\n this.notifyChange_(name);\n }\n};\n\n/**\n * Notify the change observers for a given preference.\n *\n * @param {string} name The name of the preference that changed.\n */\nlib.PreferenceManager.prototype.notifyChange_ = function(name) {\n var record = this.prefRecords_[name];\n if (!record)\n throw new Error('Unknown preference: ' + name);\n\n var currentValue = record.get();\n\n for (var i = 0; i < this.globalObservers_.length; i++)\n this.globalObservers_[i](name, currentValue);\n\n for (var i = 0; i < record.observers.length; i++) {\n record.observers[i](currentValue, name, this);\n }\n};\n\n/**\n * Create a new child PreferenceManager for the given child list.\n *\n * The optional hint parameter is an opaque prefix added to the auto-generated\n * unique id for this child. Your child factory can parse out the prefix\n * and use it.\n *\n * @param {string} listName The child list to create the new instance from.\n * @param {string} opt_hint Optional hint to include in the child id.\n * @param {string} opt_id Optional id to override the generated id.\n */\nlib.PreferenceManager.prototype.createChild = function(listName, opt_hint,\n opt_id) {\n var ids = this.get(listName);\n var id;\n\n if (opt_id) {\n id = opt_id;\n if (ids.indexOf(id) != -1)\n throw new Error('Duplicate child: ' + listName + ': ' + id);\n\n } else {\n // Pick a random, unique 4-digit hex identifier for the new profile.\n while (!id || ids.indexOf(id) != -1) {\n id = lib.f.randomInt(1, 0xffff).toString(16);\n id = lib.f.zpad(id, 4);\n if (opt_hint)\n id = opt_hint + ':' + id;\n }\n }\n\n var childManager = this.childFactories_[listName](this, id);\n childManager.trace = this.trace;\n childManager.resetAll();\n\n this.childLists_[listName][id] = childManager;\n\n ids.push(id);\n this.set(listName, ids);\n\n return childManager;\n};\n\n/**\n * Remove a child preferences instance.\n *\n * Removes a child preference manager and clears any preferences stored in it.\n *\n * @param {string} listName The name of the child list containing the child to\n * remove.\n * @param {string} id The child ID.\n */\nlib.PreferenceManager.prototype.removeChild = function(listName, id) {\n var prefs = this.getChild(listName, id);\n prefs.resetAll();\n\n var ids = this.get(listName);\n var i = ids.indexOf(id);\n if (i != -1) {\n ids.splice(i, 1);\n this.set(listName, ids);\n }\n\n delete this.childLists_[listName][id];\n};\n\n/**\n * Return a child PreferenceManager instance for a given id.\n *\n * If the child list or child id is not known this will return the specified\n * default value or throw an exception if no default value is provided.\n *\n * @param {string} listName The child list to look in.\n * @param {string} id The child ID.\n * @param {*} opt_default The optional default value to return if the child\n * is not found.\n */\nlib.PreferenceManager.prototype.getChild = function(listName, id, opt_default) {\n if (!(listName in this.childLists_))\n throw new Error('Unknown child list: ' + listName);\n\n var childList = this.childLists_[listName];\n if (!(id in childList)) {\n if (typeof opt_default == 'undefined')\n throw new Error('Unknown \"' + listName + '\" child: ' + id);\n\n return opt_default;\n }\n\n return childList[id];\n};\n\n/**\n * Calculate the difference between two lists of child ids.\n *\n * Given two arrays of child ids, this function will return an object\n * with \"added\", \"removed\", and \"common\" properties. Each property is\n * a map of child-id to `true`. For example, given...\n *\n * a = ['child-x', 'child-y']\n * b = ['child-y']\n *\n * diffChildLists(a, b) =>\n * { added: { 'child-x': true }, removed: {}, common: { 'child-y': true } }\n *\n * The added/removed properties assume that `a` is the current list.\n *\n * @param {Array[string]} a The most recent list of child ids.\n * @param {Array[string]} b An older list of child ids.\n * @return {Object} An object with added/removed/common properties.\n */\nlib.PreferenceManager.diffChildLists = function(a, b) {\n var rv = {\n added: {},\n removed: {},\n common: {},\n };\n\n for (var i = 0; i < a.length; i++) {\n if (b.indexOf(a[i]) != -1) {\n rv.common[a[i]] = true;\n } else {\n rv.added[a[i]] = true;\n }\n }\n\n for (var i = 0; i < b.length; i++) {\n if ((b[i] in rv.added) || (b[i] in rv.common))\n continue;\n\n rv.removed[b[i]] = true;\n }\n\n return rv;\n};\n\n/**\n * Synchronize a list of child PreferenceManagers instances with the current\n * list stored in prefs.\n *\n * This will instantiate any missing managers and read current preference values\n * from storage. Any active managers that no longer appear in preferences will\n * be deleted.\n *\n * @param {string} listName The child list to synchronize.\n * @param {function()} opt_callback Optional function to invoke when the sync\n * is complete.\n */\nlib.PreferenceManager.prototype.syncChildList = function(\n listName, opt_callback) {\n\n var pendingChildren = 0;\n function onChildStorage() {\n if (--pendingChildren == 0 && opt_callback)\n opt_callback();\n }\n\n // The list of child ids that we *should* have a manager for.\n var currentIds = this.get(listName);\n\n // The known managers at the start of the sync. Any manager still in this\n // list at the end should be discarded.\n var oldIds = Object.keys(this.childLists_[listName]);\n\n var rv = lib.PreferenceManager.diffChildLists(currentIds, oldIds);\n\n for (var i = 0; i < currentIds.length; i++) {\n var id = currentIds[i];\n\n var managerIndex = oldIds.indexOf(id);\n if (managerIndex >= 0)\n oldIds.splice(managerIndex, 1);\n\n if (!this.childLists_[listName][id]) {\n var childManager = this.childFactories_[listName](this, id);\n if (!childManager) {\n console.warn('Unable to restore child: ' + listName + ': ' + id);\n continue;\n }\n\n childManager.trace = this.trace;\n this.childLists_[listName][id] = childManager;\n pendingChildren++;\n childManager.readStorage(onChildStorage);\n }\n }\n\n for (var i = 0; i < oldIds.length; i++) {\n delete this.childLists_[listName][oldIds[i]];\n }\n\n if (!pendingChildren && opt_callback)\n setTimeout(opt_callback);\n};\n\n/**\n * Reset a preference to its default state.\n *\n * This will dispatch the onChange handler if the preference value actually\n * changes.\n *\n * @param {string} name The preference to reset.\n */\nlib.PreferenceManager.prototype.reset = function(name) {\n var record = this.prefRecords_[name];\n if (!record)\n throw new Error('Unknown preference: ' + name);\n\n this.storage.removeItem(this.prefix + name);\n\n if (record.currentValue !== this.DEFAULT_VALUE) {\n record.currentValue = this.DEFAULT_VALUE;\n this.notifyChange_(name);\n }\n};\n\n/**\n * Reset all preferences back to their default state.\n */\nlib.PreferenceManager.prototype.resetAll = function() {\n var changed = [];\n\n for (var listName in this.childLists_) {\n var childList = this.childLists_[listName];\n for (var id in childList) {\n childList[id].resetAll();\n }\n }\n\n for (var name in this.prefRecords_) {\n if (this.prefRecords_[name].currentValue !== this.DEFAULT_VALUE) {\n this.prefRecords_[name].currentValue = this.DEFAULT_VALUE;\n changed.push(name);\n }\n }\n\n var keys = Object.keys(this.prefRecords_).map(function(el) {\n return this.prefix + el;\n }.bind(this));\n\n this.storage.removeItems(keys);\n\n changed.forEach(this.notifyChange_.bind(this));\n};\n\n/**\n * Return true if two values should be considered not-equal.\n *\n * If both values are the same scalar type and compare equal this function\n * returns false (no difference), otherwise return true.\n *\n * This is used in places where we want to check if a preference has changed.\n * Rather than take the time to compare complex values we just consider them\n * to always be different.\n *\n * @param {*} a A value to compare.\n * @param {*} b A value to compare.\n */\nlib.PreferenceManager.prototype.diff = function(a, b) {\n // If the types are different, or the type is not a simple primitive one.\n if ((typeof a) !== (typeof b) ||\n !(/^(undefined|boolean|number|string)$/.test(typeof a))) {\n return true;\n }\n\n return a !== b;\n};\n\n/**\n * Change the default value of a preference.\n *\n * This is useful when subclassing preference managers.\n *\n * The function does not alter the current value of the preference, unless\n * it has the old default value. When that happens, the change observers\n * will be notified.\n *\n * @param {string} name The name of the parameter to change.\n * @param {*} newValue The new default value for the preference.\n */\nlib.PreferenceManager.prototype.changeDefault = function(name, newValue) {\n var record = this.prefRecords_[name];\n if (!record)\n throw new Error('Unknown preference: ' + name);\n\n if (!this.diff(record.defaultValue, newValue)) {\n // Default value hasn't changed.\n return;\n }\n\n if (record.currentValue !== this.DEFAULT_VALUE) {\n // This pref has a specific value, just change the default and we're done.\n record.defaultValue = newValue;\n return;\n }\n\n record.defaultValue = newValue;\n\n this.notifyChange_(name);\n};\n\n/**\n * Change the default value of multiple preferences.\n *\n * @param {Object} map A map of name -> value pairs specifying the new default\n * values.\n */\nlib.PreferenceManager.prototype.changeDefaults = function(map) {\n for (var key in map) {\n this.changeDefault(key, map[key]);\n }\n};\n\n/**\n * Set a preference to a specific value.\n *\n * This will dispatch the onChange handler if the preference value actually\n * changes.\n *\n * @param {string} key The preference to set.\n * @param {*} value The value to set. Anything that can be represented in\n * JSON is a valid value.\n */\nlib.PreferenceManager.prototype.set = function(name, newValue) {\n var record = this.prefRecords_[name];\n if (!record)\n throw new Error('Unknown preference: ' + name);\n\n var oldValue = record.get();\n\n if (!this.diff(oldValue, newValue))\n return;\n\n if (this.diff(record.defaultValue, newValue)) {\n record.currentValue = newValue;\n this.storage.setItem(this.prefix + name, newValue);\n } else {\n record.currentValue = this.DEFAULT_VALUE;\n this.storage.removeItem(this.prefix + name);\n }\n\n // We need to manually send out the notification on this instance. If we\n // The storage event won't fire a notification because we've already changed\n // the currentValue, so it won't see a difference. If we delayed changing\n // currentValue until the storage event, a pref read immediately after a write\n // would return the previous value.\n //\n // The notification is in a timeout so clients don't accidentally depend on\n // a synchronous notification.\n setTimeout(this.notifyChange_.bind(this, name), 0);\n};\n\n/**\n * Get the value of a preference.\n *\n * @param {string} key The preference to get.\n */\nlib.PreferenceManager.prototype.get = function(name) {\n var record = this.prefRecords_[name];\n if (!record)\n throw new Error('Unknown preference: ' + name);\n\n return record.get();\n};\n\n/**\n * Return all non-default preferences as a JSON object.\n *\n * This includes any nested preference managers as well.\n */\nlib.PreferenceManager.prototype.exportAsJson = function() {\n var rv = {};\n\n for (var name in this.prefRecords_) {\n if (name in this.childLists_) {\n rv[name] = [];\n var childIds = this.get(name);\n for (var i = 0; i < childIds.length; i++) {\n var id = childIds[i];\n rv[name].push({id: id, json: this.getChild(name, id).exportAsJson()});\n }\n\n } else {\n var record = this.prefRecords_[name];\n if (record.currentValue != this.DEFAULT_VALUE)\n rv[name] = record.currentValue;\n }\n }\n\n return rv;\n};\n\n/**\n * Import a JSON blob of preferences previously generated with exportAsJson.\n *\n * This will create nested preference managers as well.\n */\nlib.PreferenceManager.prototype.importFromJson = function(json) {\n for (var name in json) {\n if (name in this.childLists_) {\n var childList = json[name];\n for (var i = 0; i < childList.length; i++) {\n var id = childList[i].id;\n\n var childPrefManager = this.childLists_[name][id];\n if (!childPrefManager)\n childPrefManager = this.createChild(name, null, id);\n\n childPrefManager.importFromJson(childList[i].json);\n }\n\n } else {\n this.set(name, json[name]);\n }\n }\n};\n\n/**\n * Called when one of the child list preferences changes.\n */\nlib.PreferenceManager.prototype.onChildListChange_ = function(listName) {\n this.syncChildList(listName);\n};\n\n/**\n * Called when a key in the storage changes.\n */\nlib.PreferenceManager.prototype.onStorageChange_ = function(map) {\n for (var key in map) {\n if (this.prefix) {\n if (key.lastIndexOf(this.prefix, 0) != 0)\n continue;\n }\n\n var name = key.substr(this.prefix.length);\n\n if (!(name in this.prefRecords_)) {\n // Sometimes we'll get notified about prefs that are no longer defined.\n continue;\n }\n\n var record = this.prefRecords_[name];\n\n var newValue = map[key].newValue;\n var currentValue = record.currentValue;\n if (currentValue === record.DEFAULT_VALUE)\n currentValue = (void 0);\n\n if (this.diff(currentValue, newValue)) {\n if (typeof newValue == 'undefined' || newValue === null) {\n record.currentValue = record.DEFAULT_VALUE;\n } else {\n record.currentValue = newValue;\n }\n\n this.notifyChange_(name);\n }\n }\n};\n// SOURCE FILE: libdot/js/lib_resource.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * Storage for canned resources.\n *\n * These are usually non-JavaScript things that are collected during a build\n * step and converted into a series of 'lib.resource.add(...)' calls. See\n * the \"@resource\" directive from libdot/bin/concat.sh for the canonical use\n * case.\n *\n * This is global storage, so you should prefix your resource names to avoid\n * collisions.\n */\nlib.resource = {\n resources_: {}\n};\n\n/**\n * Add a resource.\n *\n * @param {string} name A name for the resource. You should prefix this to\n * avoid collisions with resources from a shared library.\n * @param {string} type A mime type for the resource, or \"raw\" if not\n * applicable.\n * @param {*} data The value of the resource.\n */\nlib.resource.add = function(name, type, data) {\n lib.resource.resources_[name] = {\n type: type,\n name: name,\n data: data\n };\n};\n\n/**\n * Retrieve a resource record.\n *\n * The resource data is stored on the \"data\" property of the returned object.\n *\n * @param {string} name The name of the resource to get.\n * @param {*} opt_defaultValue The optional value to return if the resource is\n * not defined.\n * @return {object} An object with \"type\", \"name\", and \"data\" properties.\n */\nlib.resource.get = function(name, opt_defaultValue) {\n if (!(name in lib.resource.resources_)) {\n if (typeof opt_defaultValue == 'undefined')\n throw 'Unknown resource: ' + name;\n\n return opt_defaultValue;\n }\n\n return lib.resource.resources_[name];\n};\n\n/**\n * Retrieve resource data.\n *\n * @param {string} name The name of the resource to get.\n * @param {*} opt_defaultValue The optional value to return if the resource is\n * not defined.\n * @return {*} The resource data.\n */\nlib.resource.getData = function(name, opt_defaultValue) {\n if (!(name in lib.resource.resources_)) {\n if (typeof opt_defaultValue == 'undefined')\n throw 'Unknown resource: ' + name;\n\n return opt_defaultValue;\n }\n\n return lib.resource.resources_[name].data;\n};\n\n/**\n * Retrieve resource as a data: url.\n *\n * @param {string} name The name of the resource to get.\n * @param {*} opt_defaultValue The optional value to return if the resource is\n * not defined.\n * @return {*} A data: url encoded version of the resource.\n */\nlib.resource.getDataUrl = function(name, opt_defaultValue) {\n var resource = lib.resource.get(name, opt_defaultValue);\n return 'data:' + resource.type + ',' + resource.data;\n};\n// SOURCE FILE: libdot/js/lib_storage.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * Namespace for implementations of persistent, possibly cloud-backed\n * storage.\n */\nlib.Storage = new Object();\n// SOURCE FILE: libdot/js/lib_storage_chrome.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * chrome.storage based class with an async interface that is interchangeable\n * with other lib.Storage.* implementations.\n */\nlib.Storage.Chrome = function(storage) {\n this.storage_ = storage;\n this.observers_ = [];\n\n chrome.storage.onChanged.addListener(this.onChanged_.bind(this));\n};\n\n/**\n * Called by the storage implementation when the storage is modified.\n */\nlib.Storage.Chrome.prototype.onChanged_ = function(changes, areaname) {\n if (chrome.storage[areaname] != this.storage_)\n return;\n\n for (var i = 0; i < this.observers_.length; i++) {\n this.observers_[i](changes);\n }\n};\n\n/**\n * Register a function to observe storage changes.\n *\n * @param {function(map)} callback The function to invoke when the storage\n * changes.\n */\nlib.Storage.Chrome.prototype.addObserver = function(callback) {\n this.observers_.push(callback);\n};\n\n/**\n * Unregister a change observer.\n *\n * @param {function} observer A previously registered callback.\n */\nlib.Storage.Chrome.prototype.removeObserver = function(callback) {\n var i = this.observers_.indexOf(callback);\n if (i != -1)\n this.observers_.splice(i, 1);\n};\n\n/**\n * Delete everything in this storage.\n *\n * @param {function(map)} callback The function to invoke when the delete\n * has completed.\n */\nlib.Storage.Chrome.prototype.clear = function(opt_callback) {\n this.storage_.clear();\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Return the current value of a storage item.\n *\n * @param {string} key The key to look up.\n * @param {function(value) callback The function to invoke when the value has\n * been retrieved.\n */\nlib.Storage.Chrome.prototype.getItem = function(key, callback) {\n this.storage_.get(key, callback);\n};\n/**\n * Fetch the values of multiple storage items.\n *\n * @param {Array} keys The keys to look up.\n * @param {function(map) callback The function to invoke when the values have\n * been retrieved.\n */\n\nlib.Storage.Chrome.prototype.getItems = function(keys, callback) {\n this.storage_.get(keys, callback);\n};\n\n/**\n * Set a value in storage.\n *\n * @param {string} key The key for the value to be stored.\n * @param {*} value The value to be stored. Anything that can be serialized\n * with JSON is acceptable.\n * @param {function()} opt_callback Optional function to invoke when the\n * set is complete. You don't have to wait for the set to complete in order\n * to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Chrome.prototype.setItem = function(key, value, opt_callback) {\n var obj = {};\n obj[key] = value;\n this.storage_.set(obj, opt_callback);\n};\n\n/**\n * Set multiple values in storage.\n *\n * @param {Object} map A map of key/values to set in storage.\n * @param {function()} opt_callback Optional function to invoke when the\n * set is complete. You don't have to wait for the set to complete in order\n * to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Chrome.prototype.setItems = function(obj, opt_callback) {\n this.storage_.set(obj, opt_callback);\n};\n\n/**\n * Remove an item from storage.\n *\n * @param {string} key The key to be removed.\n * @param {function()} opt_callback Optional function to invoke when the\n * remove is complete. You don't have to wait for the set to complete in\n * order to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Chrome.prototype.removeItem = function(key, opt_callback) {\n this.storage_.remove(key, opt_callback);\n};\n\n/**\n * Remove multiple items from storage.\n *\n * @param {Array} keys The keys to be removed.\n * @param {function()} opt_callback Optional function to invoke when the\n * remove is complete. You don't have to wait for the set to complete in\n * order to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Chrome.prototype.removeItems = function(keys, opt_callback) {\n this.storage_.remove(keys, opt_callback);\n};\n// SOURCE FILE: libdot/js/lib_storage_local.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * window.localStorage based class with an async interface that is\n * interchangeable with other lib.Storage.* implementations.\n */\nlib.Storage.Local = function() {\n this.observers_ = [];\n this.storage_ = window.localStorage;\n window.addEventListener('storage', this.onStorage_.bind(this));\n};\n\n/**\n * Called by the storage implementation when the storage is modified.\n */\nlib.Storage.Local.prototype.onStorage_ = function(e) {\n if (e.storageArea != this.storage_)\n return;\n\n // JS throws an exception if JSON.parse is given an empty string. So here we\n // only parse if the value is truthy. This mean the empty string, undefined\n // and null will not be parsed.\n var prevValue = e.oldValue ? JSON.parse(e.oldValue) : e.oldValue;\n var curValue = e.newValue ? JSON.parse(e.newValue) : e.newValue;\n var o = {};\n o[e.key] = {\n oldValue: prevValue,\n newValue: curValue\n };\n\n for (var i = 0; i < this.observers_.length; i++) {\n this.observers_[i](o);\n }\n};\n\n/**\n * Register a function to observe storage changes.\n *\n * @param {function(map)} callback The function to invoke when the storage\n * changes.\n */\nlib.Storage.Local.prototype.addObserver = function(callback) {\n this.observers_.push(callback);\n};\n\n/**\n * Unregister a change observer.\n *\n * @param {function} observer A previously registered callback.\n */\nlib.Storage.Local.prototype.removeObserver = function(callback) {\n var i = this.observers_.indexOf(callback);\n if (i != -1)\n this.observers_.splice(i, 1);\n};\n\n/**\n * Delete everything in this storage.\n *\n * @param {function(map)} callback The function to invoke when the delete\n * has completed.\n */\nlib.Storage.Local.prototype.clear = function(opt_callback) {\n this.storage_.clear();\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Return the current value of a storage item.\n *\n * @param {string} key The key to look up.\n * @param {function(value) callback The function to invoke when the value has\n * been retrieved.\n */\nlib.Storage.Local.prototype.getItem = function(key, callback) {\n var value = this.storage_.getItem(key);\n\n if (typeof value == 'string') {\n try {\n value = JSON.parse(value);\n } catch (e) {\n // If we can't parse the value, just return it unparsed.\n }\n }\n\n setTimeout(callback.bind(null, value), 0);\n};\n\n/**\n * Fetch the values of multiple storage items.\n *\n * @param {Array} keys The keys to look up.\n * @param {function(map) callback The function to invoke when the values have\n * been retrieved.\n */\nlib.Storage.Local.prototype.getItems = function(keys, callback) {\n var rv = {};\n\n for (var i = keys.length - 1; i >= 0; i--) {\n var key = keys[i];\n var value = this.storage_.getItem(key);\n if (typeof value == 'string') {\n try {\n rv[key] = JSON.parse(value);\n } catch (e) {\n // If we can't parse the value, just return it unparsed.\n rv[key] = value;\n }\n } else {\n keys.splice(i, 1);\n }\n }\n\n setTimeout(callback.bind(null, rv), 0);\n};\n\n/**\n * Set a value in storage.\n *\n * @param {string} key The key for the value to be stored.\n * @param {*} value The value to be stored. Anything that can be serialized\n * with JSON is acceptable.\n * @param {function()} opt_callback Optional function to invoke when the\n * set is complete. You don't have to wait for the set to complete in order\n * to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Local.prototype.setItem = function(key, value, opt_callback) {\n this.storage_.setItem(key, JSON.stringify(value));\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Set multiple values in storage.\n *\n * @param {Object} map A map of key/values to set in storage.\n * @param {function()} opt_callback Optional function to invoke when the\n * set is complete. You don't have to wait for the set to complete in order\n * to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Local.prototype.setItems = function(obj, opt_callback) {\n for (var key in obj) {\n this.storage_.setItem(key, JSON.stringify(obj[key]));\n }\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Remove an item from storage.\n *\n * @param {string} key The key to be removed.\n * @param {function()} opt_callback Optional function to invoke when the\n * remove is complete. You don't have to wait for the set to complete in\n * order to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Local.prototype.removeItem = function(key, opt_callback) {\n this.storage_.removeItem(key);\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Remove multiple items from storage.\n *\n * @param {Array} keys The keys to be removed.\n * @param {function()} opt_callback Optional function to invoke when the\n * remove is complete. You don't have to wait for the set to complete in\n * order to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Local.prototype.removeItems = function(ary, opt_callback) {\n for (var i = 0; i < ary.length; i++) {\n this.storage_.removeItem(ary[i]);\n }\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n// SOURCE FILE: libdot/js/lib_storage_memory.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * In-memory storage class with an async interface that is interchangeable with\n * other lib.Storage.* implementations.\n */\nlib.Storage.Memory = function() {\n this.observers_ = [];\n this.storage_ = {};\n};\n\n/**\n * Register a function to observe storage changes.\n *\n * @param {function(map)} callback The function to invoke when the storage\n * changes.\n */\nlib.Storage.Memory.prototype.addObserver = function(callback) {\n this.observers_.push(callback);\n};\n\n/**\n * Unregister a change observer.\n *\n * @param {function} observer A previously registered callback.\n */\nlib.Storage.Memory.prototype.removeObserver = function(callback) {\n var i = this.observers_.indexOf(callback);\n if (i != -1)\n this.observers_.splice(i, 1);\n};\n\n/**\n * Delete everything in this storage.\n *\n * @param {function(map)} callback The function to invoke when the delete\n * has completed.\n */\nlib.Storage.Memory.prototype.clear = function(opt_callback) {\n var e = {};\n for (var key in this.storage_) {\n e[key] = {oldValue: this.storage_[key], newValue: (void 0)};\n }\n\n this.storage_ = {};\n\n setTimeout(function() {\n for (var i = 0; i < this.observers_.length; i++) {\n this.observers_[i](e);\n }\n }.bind(this), 0);\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Return the current value of a storage item.\n *\n * @param {string} key The key to look up.\n * @param {function(value) callback The function to invoke when the value has\n * been retrieved.\n */\nlib.Storage.Memory.prototype.getItem = function(key, callback) {\n var value = this.storage_[key];\n\n if (typeof value == 'string') {\n try {\n value = JSON.parse(value);\n } catch (e) {\n // If we can't parse the value, just return it unparsed.\n }\n }\n\n setTimeout(callback.bind(null, value), 0);\n};\n\n/**\n * Fetch the values of multiple storage items.\n *\n * @param {Array} keys The keys to look up.\n * @param {function(map) callback The function to invoke when the values have\n * been retrieved.\n */\nlib.Storage.Memory.prototype.getItems = function(keys, callback) {\n var rv = {};\n\n for (var i = keys.length - 1; i >= 0; i--) {\n var key = keys[i];\n var value = this.storage_[key];\n if (typeof value == 'string') {\n try {\n rv[key] = JSON.parse(value);\n } catch (e) {\n // If we can't parse the value, just return it unparsed.\n rv[key] = value;\n }\n } else {\n keys.splice(i, 1);\n }\n }\n\n setTimeout(callback.bind(null, rv), 0);\n};\n\n/**\n * Set a value in storage.\n *\n * @param {string} key The key for the value to be stored.\n * @param {*} value The value to be stored. Anything that can be serialized\n * with JSON is acceptable.\n * @param {function()} opt_callback Optional function to invoke when the\n * set is complete. You don't have to wait for the set to complete in order\n * to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Memory.prototype.setItem = function(key, value, opt_callback) {\n var oldValue = this.storage_[key];\n this.storage_[key] = JSON.stringify(value);\n\n var e = {};\n e[key] = {oldValue: oldValue, newValue: value};\n\n setTimeout(function() {\n for (var i = 0; i < this.observers_.length; i++) {\n this.observers_[i](e);\n }\n }.bind(this), 0);\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Set multiple values in storage.\n *\n * @param {Object} map A map of key/values to set in storage.\n * @param {function()} opt_callback Optional function to invoke when the\n * set is complete. You don't have to wait for the set to complete in order\n * to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Memory.prototype.setItems = function(obj, opt_callback) {\n var e = {};\n\n for (var key in obj) {\n e[key] = {oldValue: this.storage_[key], newValue: obj[key]};\n this.storage_[key] = JSON.stringify(obj[key]);\n }\n\n setTimeout(function() {\n for (var i = 0; i < this.observers_.length; i++) {\n this.observers_[i](e);\n }\n }.bind(this));\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Remove an item from storage.\n *\n * @param {string} key The key to be removed.\n * @param {function()} opt_callback Optional function to invoke when the\n * remove is complete. You don't have to wait for the set to complete in\n * order to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Memory.prototype.removeItem = function(key, opt_callback) {\n delete this.storage_[key];\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n\n/**\n * Remove multiple items from storage.\n *\n * @param {Array} keys The keys to be removed.\n * @param {function()} opt_callback Optional function to invoke when the\n * remove is complete. You don't have to wait for the set to complete in\n * order to read the value, since the local cache is updated synchronously.\n */\nlib.Storage.Memory.prototype.removeItems = function(ary, opt_callback) {\n for (var i = 0; i < ary.length; i++) {\n delete this.storage_[ary[i]];\n }\n\n if (opt_callback)\n setTimeout(opt_callback, 0);\n};\n// SOURCE FILE: libdot/js/lib_test_manager.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * @fileoverview JavaScript unit testing framework for synchronous and\n * asynchronous tests.\n *\n * This file contains the lib.TestManager and related classes. At the moment\n * it's all collected in a single file since it's reasonably small\n * (=~1k lines), and it's a lot easier to include one file into your test\n * harness than it is to include seven.\n *\n * The following classes are defined...\n *\n * lib.TestManager - The root class and entrypoint for creating test runs.\n * lib.TestManager.Log - Logging service.\n * lib.TestManager.Suite - A collection of tests.\n * lib.TestManager.Test - A single test.\n * lib.TestManager.TestRun - Manages the execution of a set of tests.\n * lib.TestManager.Result - A single test result.\n */\n\n/**\n * Root object in the unit test hierarchy, and keeper of the log object.\n *\n * @param {lib.TestManager.Log} opt_log Optional lib.TestManager.Log object.\n * Logs to the JavaScript console if omitted.\n */\nlib.TestManager = function(opt_log) {\n this.log = opt_log || new lib.TestManager.Log();\n}\n\n/**\n * Create a new test run object for this test manager.\n *\n * @param {Object} opt_cx An object to be passed to test suite setup(),\n * preamble(), and test cases during this test run. This object is opaque\n * to lib.TestManager.* code. It's entirely up to the test suite what it's\n * used for.\n */\nlib.TestManager.prototype.createTestRun = function(opt_cx) {\n return new lib.TestManager.TestRun(this, opt_cx);\n};\n\n/**\n * Called when a test run associated with this test manager completes.\n *\n * Clients may override this to call an appropriate function.\n */\nlib.TestManager.prototype.onTestRunComplete = function(testRun) {};\n\n/**\n * Called before a test associated with this test manager is run.\n *\n * @param {lib.TestManager.Result} result The result object for the upcoming\n * test.\n * @param {Object} cx The context object for a test run.\n */\nlib.TestManager.prototype.testPreamble = function(result, cx) {};\n\n/**\n * Called after a test associated with this test manager finishes.\n *\n * @param {lib.TestManager.Result} result The result object for the finished\n * test.\n * @param {Object} cx The context object for a test run.\n */\nlib.TestManager.prototype.testPostamble = function(result, cx) {};\n\n/**\n * Destination for test case output.\n *\n * Thw API will be the same as the console object. e.g. We support info(),\n * warn(), error(), etc... just like console.info(), etc...\n *\n * @param {Object} opt_console The console object to route all logging through.\n * Should provide saome API as the standard console API.\n */\nlib.TestManager.Log = function(opt_console=console) {\n this.save = false;\n this.data = '';\n this.prefix_ = '';\n this.prefixStack_ = 0;\n\n // Capture all the console entry points in case code at runtime calls these\n // directly. We want to be able to still see things.\n // We also expose the direct API to our callers (e.g. we provide warn()).\n this.console_ = opt_console;\n ['log', 'debug', 'info', 'warn', 'error'].forEach((level) => {\n let msgPrefix = '';\n switch (level) {\n case 'debug':\n case 'warn':\n case 'error':\n msgPrefix = level.toUpperCase() + ': ';\n break;\n }\n\n const oLog = this.console_[level];\n this[level] = this.console_[level] = (...args) => {\n if (this.save)\n this.data += this.prefix_ + msgPrefix + args.join(' ') + '\\n';\n oLog.apply(this.console_, args);\n };\n });\n\n // Wrap/bind the group functions.\n ['group', 'groupCollapsed'].forEach((group) => {\n const oGroup = this.console_[group];\n this[group] = this.console_[group] = (label='') => {\n oGroup(label);\n if (this.save)\n this.data += this.prefix_ + label + '\\n';\n this.prefix_ = ' '.repeat(++this.prefixStack_);\n };\n });\n\n const oGroupEnd = this.console_.groupEnd;\n this.groupEnd = this.console_.groupEnd = () => {\n oGroupEnd();\n this.prefix_ = ' '.repeat(--this.prefixStack_);\n };\n};\n\n/**\n * Returns a new constructor function that will inherit from\n * lib.TestManager.Suite.\n *\n * Use this function to create a new test suite subclass. It will return a\n * properly initialized constructor function for the subclass. You can then\n * override the setup() and preamble() methods if necessary and add test cases\n * to the subclass.\n *\n * var MyTests = new lib.TestManager.Suite('MyTests');\n *\n * MyTests.prototype.setup = function(cx) {\n * // Sets this.size to cx.size if it exists, or the default value of 10\n * // if not.\n * this.setDefault(cx, {size: 10});\n * };\n *\n * MyTests.prototype.preamble = function(result, cx) {\n * // Some tests (even successful ones) may side-effect this list, so\n * // recreate it before every test.\n * this.list = [];\n * for (var i = 0; i < this.size; i++) {\n * this.list[i] = i;\n * }\n * };\n *\n * // Basic synchronous test case.\n * MyTests.addTest('pop-length', function(result, cx) {\n * this.list.pop();\n *\n * // If this assertion fails, the testcase will stop here.\n * result.assertEQ(this.list.length, this.size - 1);\n *\n * // A test must indicate it has passed by calling this method.\n * result.pass();\n * });\n *\n * // Sample asynchronous test case.\n * MyTests.addTest('async-pop-length', function(result, cx) {\n * var self = this;\n *\n * var callback = function() {\n * result.assertEQ(self.list.length, self.size - 1);\n * result.pass();\n * };\n *\n * // Wait 100ms to check the array length for the sake of this example.\n * setTimeout(callback, 100);\n *\n * this.list.pop();\n *\n * // Indicate that this test needs another 200ms to complete.\n * // If the test does not report pass/fail by then, it is considered to\n * // have timed out.\n * result.requestTime(200);\n * });\n *\n * ...\n *\n * @param {string} suiteName The name of the test suite.\n */\nlib.TestManager.Suite = function(suiteName) {\n function ctor(testManager, cx) {\n this.testManager_ = testManager;\n this.suiteName = suiteName;\n\n this.setup(cx);\n }\n\n ctor.suiteName = suiteName;\n ctor.addTest = lib.TestManager.Suite.addTest;\n ctor.disableTest = lib.TestManager.Suite.disableTest;\n ctor.getTest = lib.TestManager.Suite.getTest;\n ctor.getTestList = lib.TestManager.Suite.getTestList;\n ctor.testList_ = [];\n ctor.testMap_ = {};\n ctor.prototype = Object.create(lib.TestManager.Suite.prototype);\n ctor.constructor = lib.TestManager.Suite;\n\n lib.TestManager.Suite.subclasses.push(ctor);\n\n return ctor;\n};\n\n/**\n * List of lib.TestManager.Suite subclasses, in the order they were defined.\n */\nlib.TestManager.Suite.subclasses = [];\n\n/**\n * Add a test to a lib.TestManager.Suite.\n *\n * This method is copied to new subclasses when they are created.\n */\nlib.TestManager.Suite.addTest = function(testName, testFunction) {\n if (testName in this.testMap_)\n throw 'Duplicate test name: ' + testName;\n\n var test = new lib.TestManager.Test(this, testName, testFunction);\n this.testMap_[testName] = test;\n this.testList_.push(test);\n};\n\n/**\n * Defines a disabled test.\n */\nlib.TestManager.Suite.disableTest = function(testName, testFunction) {\n if (testName in this.testMap_)\n throw 'Duplicate test name: ' + testName;\n\n var test = new lib.TestManager.Test(this, testName, testFunction);\n console.log('Disabled test: ' + test.fullName);\n};\n\n/**\n * Get a lib.TestManager.Test instance by name.\n *\n * This method is copied to new subclasses when they are created.\n *\n * @param {string} testName The name of the desired test.\n * @return {lib.TestManager.Test} The requested test, or undefined if it was not\n * found.\n */\nlib.TestManager.Suite.getTest = function(testName) {\n return this.testMap_[testName];\n};\n\n/**\n * Get an array of lib.TestManager.Tests associated with this Suite.\n *\n * This method is copied to new subclasses when they are created.\n */\nlib.TestManager.Suite.getTestList = function() {\n return this.testList_;\n};\n\n/**\n * Set properties on a test suite instance, pulling the property value from\n * the context if it exists and from the defaults dictionary if not.\n *\n * This is intended to be used in your test suite's setup() method to\n * define parameters for the test suite which may be overridden through the\n * context object. For example...\n *\n * MySuite.prototype.setup = function(cx) {\n * this.setDefaults(cx, {size: 10});\n * };\n *\n * If the context object has a 'size' property then this.size will be set to\n * the value of cx.size, otherwise this.size will get a default value of 10.\n *\n * @param {Object} cx The context object for a test run.\n * @param {Object} defaults An object containing name/value pairs to set on\n * this test suite instance. The value listed here will be used if the\n * name is not defined on the context object.\n */\nlib.TestManager.Suite.prototype.setDefaults = function(cx, defaults) {\n for (var k in defaults) {\n this[k] = (k in cx) ? cx[k] : defaults[k];\n }\n};\n\n/**\n * Subclassable method called to set up the test suite.\n *\n * The default implementation of this method is a no-op. If your test suite\n * requires some kind of suite-wide setup, this is the place to do it.\n *\n * It's fine to store state on the test suite instance, that state will be\n * accessible to all tests in the suite. If any test case fails, the entire\n * test suite object will be discarded and a new one will be created for\n * the remaining tests.\n *\n * Any side effects outside of this test suite instance must be idempotent.\n * For example, if you're adding DOM nodes to a document, make sure to first\n * test that they're not already there. If they are, remove them rather than\n * reuse them. You should not count on their state, since they were probably\n * left behind by a failed testcase.\n *\n * Any exception here will abort the remainder of the test run.\n *\n * @param {Object} cx The context object for a test run.\n */\nlib.TestManager.Suite.prototype.setup = function(cx) {};\n\n/**\n * Subclassable method called to do pre-test set up.\n *\n * The default implementation of this method is a no-op. If your test suite\n * requires some kind of pre-test setup, this is the place to do it.\n *\n * This can be used to avoid a bunch of boilerplate setup/teardown code in\n * this suite's testcases.\n *\n * Any exception here will abort the remainder of the test run.\n *\n * @param {lib.TestManager.Result} result The result object for the upcoming\n * test.\n * @param {Object} cx The context object for a test run.\n */\nlib.TestManager.Suite.prototype.preamble = function(result, cx) {};\n\n/**\n * Subclassable method called to do post-test tear-down.\n *\n * The default implementation of this method is a no-op. If your test suite\n * requires some kind of pre-test setup, this is the place to do it.\n *\n * This can be used to avoid a bunch of boilerplate setup/teardown code in\n * this suite's testcases.\n *\n * Any exception here will abort the remainder of the test run.\n *\n * @param {lib.TestManager.Result} result The result object for the finished\n * test.\n * @param {Object} cx The context object for a test run.\n */\nlib.TestManager.Suite.prototype.postamble = function(result, cx) {};\n\n/**\n * Object representing a single test in a test suite.\n *\n * These are created as part of the lib.TestManager.Suite.addTest() method.\n * You should never have to construct one by hand.\n *\n * @param {lib.TestManager.Suite} suiteClass The test suite class containing\n * this test.\n * @param {string} testName The local name of this test case, not including the\n * test suite name.\n * @param {function(lib.TestManager.Result, Object)} testFunction The function\n * to invoke for this test case. This is passed a Result instance and the\n * context object associated with the test run.\n *\n */\nlib.TestManager.Test = function(suiteClass, testName, testFunction) {\n /**\n * The test suite class containing this function.\n */\n this.suiteClass = suiteClass;\n\n /**\n * The local name of this test, not including the test suite name.\n */\n this.testName = testName;\n\n /**\n * The global name of this test, including the test suite name.\n */\n this.fullName = suiteClass.suiteName + '[' + testName + ']';\n\n // The function to call for this test.\n this.testFunction_ = testFunction;\n};\n\n/**\n * Execute this test.\n *\n * This is called by a lib.TestManager.Result instance, as part of a\n * lib.TestManager.TestRun. You should not call it by hand.\n *\n * @param {lib.TestManager.Result} result The result object for the test.\n */\nlib.TestManager.Test.prototype.run = function(result) {\n try {\n // Tests are applied to the parent lib.TestManager.Suite subclass.\n this.testFunction_.apply(result.suite,\n [result, result.testRun.cx]);\n } catch (ex) {\n if (ex instanceof lib.TestManager.Result.TestComplete)\n return;\n\n result.println('Test raised an exception: ' + ex);\n\n if (ex.stack) {\n if (ex.stack instanceof Array) {\n result.println(ex.stack.join('\\n'));\n } else {\n result.println(ex.stack);\n }\n }\n\n result.completeTest_(result.FAILED, false);\n }\n};\n\n/**\n * Used to choose a set of tests and run them.\n *\n * It's slightly more convenient to construct one of these from\n * lib.TestManager.prototype.createTestRun().\n *\n * @param {lib.TestManager} testManager The testManager associated with this\n * TestRun.\n * @param {Object} cx A context to be passed into the tests. This can be used\n * to set parameters for the test suite or individual test cases.\n */\nlib.TestManager.TestRun = function(testManager, cx) {\n /**\n * The associated lib.TestManager instance.\n */\n this.testManager = testManager;\n\n /**\n * Shortcut to the lib.TestManager's log.\n */\n this.log = testManager.log;\n\n /**\n * The test run context. It's entirely up to the test suite and test cases\n * how this is used. It is opaque to lib.TestManager.* classes.\n */\n this.cx = cx || {};\n\n /**\n * The list of test cases that encountered failures.\n */\n this.failures = [];\n\n /**\n * The list of test cases that passed.\n */\n this.passes = [];\n\n /**\n * The time the test run started, or null if it hasn't been started yet.\n */\n this.startDate = null;\n\n /**\n * The time in milliseconds that the test run took to complete, or null if\n * it hasn't completed yet.\n */\n this.duration = null;\n\n /**\n * The most recent result object, or null if the test run hasn't started\n * yet. In order to detect late failures, this is not cleared when the test\n * completes.\n */\n this.currentResult = null;\n\n /**\n * Number of maximum failures. The test run will stop when this number is\n * reached. If 0 or omitted, the entire set of selected tests is run, even\n * if some fail.\n */\n this.maxFailures = 0;\n\n /**\n * True if this test run ended early because of an unexpected condition.\n */\n this.panic = false;\n\n // List of pending test cases.\n this.testQueue_ = [];\n\n};\n\n/**\n * This value can be passed to select() to indicate that all tests should\n * be selected.\n */\nlib.TestManager.TestRun.prototype.ALL_TESTS = lib.f.createEnum('');\n\n/**\n * Add a single test to the test run.\n */\nlib.TestManager.TestRun.prototype.selectTest = function(test) {\n this.testQueue_.push(test);\n};\n\nlib.TestManager.TestRun.prototype.selectSuite = function(\n suiteClass, opt_pattern) {\n var pattern = opt_pattern || this.ALL_TESTS;\n var selectCount = 0;\n var testList = suiteClass.getTestList();\n\n for (var j = 0; j < testList.length; j++) {\n var test = testList[j];\n // Note that we're using \"!==\" rather than \"!=\" so that we're matching\n // the ALL_TESTS String object, rather than the contents of the string.\n if (pattern !== this.ALL_TESTS) {\n if (pattern instanceof RegExp) {\n if (!pattern.test(test.testName))\n continue;\n } else if (test.testName != pattern) {\n continue;\n }\n }\n\n this.selectTest(test);\n selectCount++;\n }\n\n return selectCount;\n};\n\n/**\n * Selects one or more tests to gather results for.\n *\n * Selecting the same test more than once is allowed.\n *\n * @param {string|RegExp} pattern Pattern used to select tests.\n * If TestRun.prototype.ALL_TESTS, all tests are selected.\n * If a string, only the test that exactly matches is selected.\n * If a RegExp, only tests matching the RegExp are added.\n *\n * @return {int} The number of additional tests that have been selected into\n * this TestRun.\n */\nlib.TestManager.TestRun.prototype.selectPattern = function(pattern) {\n var selectCount = 0;\n\n for (var i = 0; i < lib.TestManager.Suite.subclasses.length; i++) {\n selectCount += this.selectSuite(lib.TestManager.Suite.subclasses[i],\n pattern);\n }\n\n if (!selectCount) {\n this.log.warn('No tests matched selection criteria: ' + pattern);\n }\n\n return selectCount;\n};\n\n/**\n * Hooked up to window.onerror during a test run in order to catch exceptions\n * that would otherwise go uncaught.\n */\nlib.TestManager.TestRun.prototype.onUncaughtException_ = function(\n message, file, line) {\n\n if (message.indexOf('Uncaught lib.TestManager.Result.TestComplete') == 0 ||\n message.indexOf('status: passed') != -1) {\n // This is a result.pass() or result.fail() call from a callback. We're\n // already going to deal with it as part of the completeTest_() call\n // that raised it. We can safely squelch this error message.\n return true;\n }\n\n if (!this.currentResult)\n return;\n\n if (message == 'Uncaught ' + this.currentResult.expectedErrorMessage_) {\n // Test cases may need to raise an unhandled exception as part of the test.\n return;\n }\n\n var when = 'during';\n\n if (this.currentResult.status != this.currentResult.PENDING)\n when = 'after';\n\n this.log.error('Uncaught exception ' + when + ' test case: ' +\n this.currentResult.test.fullName);\n this.log.error(message + ', ' + file + ':' + line);\n\n this.currentResult.completeTest_(this.currentResult.FAILED, false);\n\n return false;\n};\n\n/**\n * Called to when this test run has completed.\n *\n * This method typically re-runs itself asynchronously, in order to let the\n * DOM stabilize and short-term timeouts to complete before declaring the\n * test run complete.\n *\n * @param {boolean} opt_skipTimeout If true, the timeout is skipped and the\n * test run is completed immediately. This should only be used from within\n * this function.\n */\nlib.TestManager.TestRun.prototype.onTestRunComplete_ = function(\n opt_skipTimeout) {\n if (!opt_skipTimeout) {\n // The final test may have left a lingering setTimeout(..., 0), or maybe\n // poked at the DOM in a way that will trigger a event to fire at the end\n // of this stack, so we give things a chance to settle down before our\n // final cleanup...\n setTimeout(this.onTestRunComplete_.bind(this), 0, true);\n return;\n }\n\n this.duration = (new Date()) - this.startDate;\n\n this.log.groupEnd();\n this.log.info(this.passes.length + ' passed, ' +\n this.failures.length + ' failed, ' +\n this.msToSeconds_(this.duration));\n\n this.summarize();\n\n window.onerror = null;\n\n this.testManager.onTestRunComplete(this);\n};\n\n/**\n * Called by the lib.TestManager.Result object when a test completes.\n *\n * @param {lib.TestManager.Result} result The result object which has just\n * completed.\n */\nlib.TestManager.TestRun.prototype.onResultComplete = function(result) {\n try {\n this.testManager.testPostamble(result, this.cx);\n result.suite.postamble(result, this.ctx);\n } catch (ex) {\n this.log.error('Unexpected exception in postamble: ' +\n (ex.stack ? ex.stack : ex));\n this.panic = true;\n }\n\n if (result.status != result.PASSED)\n this.log.error(result.status);\n else if (result.duration > 500)\n this.log.warn('Slow test took ' + this.msToSeconds_(result.duration));\n this.log.groupEnd();\n\n if (result.status == result.FAILED) {\n this.failures.push(result);\n this.currentSuite = null;\n } else if (result.status == result.PASSED) {\n this.passes.push(result);\n } else {\n this.log.error('Unknown result status: ' + result.test.fullName + ': ' +\n result.status);\n return this.panic = true;\n }\n\n this.runNextTest_();\n};\n\n/**\n * Called by the lib.TestManager.Result object when a test which has already\n * completed reports another completion.\n *\n * This is usually indicative of a buggy testcase. It is probably reporting a\n * result on exit and then again from an asynchronous callback.\n *\n * It may also be the case that the last act of the testcase causes a DOM change\n * which triggers some event to run after the test returns. If the event\n * handler reports a failure or raises an uncaught exception, the test will\n * fail even though it has already completed.\n *\n * In any case, re-completing a test ALWAYS moves it into the failure pile.\n *\n * @param {lib.TestManager.Result} result The result object which has just\n * completed.\n * @param {string} lateStatus The status that the test attempted to record this\n * time around.\n */\nlib.TestManager.TestRun.prototype.onResultReComplete = function(\n result, lateStatus) {\n this.log.error('Late complete for test: ' + result.test.fullName + ': ' +\n lateStatus);\n\n // Consider any late completion a failure, even if it's a double-pass, since\n // it's a misuse of the testing API.\n var index = this.passes.indexOf(result);\n if (index >= 0) {\n this.passes.splice(index, 1);\n this.failures.push(result);\n }\n};\n\n/**\n * Run the next test in the queue.\n */\nlib.TestManager.TestRun.prototype.runNextTest_ = function() {\n if (this.panic || !this.testQueue_.length)\n return this.onTestRunComplete_();\n\n if (this.maxFailures && this.failures.length >= this.maxFailures) {\n this.log.error('Maximum failure count reached, aborting test run.');\n return this.onTestRunComplete_();\n }\n\n // Peek at the top test first. We remove it later just before it's about\n // to run, so that we don't disturb the incomplete test count in the\n // event that we fail before running it.\n var test = this.testQueue_[0];\n var suite = this.currentResult ? this.currentResult.suite : null;\n\n try {\n if (!suite || !(suite instanceof test.suiteClass)) {\n if (suite)\n this.log.groupEnd();\n this.log.group(test.suiteClass.suiteName);\n suite = new test.suiteClass(this.testManager, this.cx);\n }\n } catch (ex) {\n // If test suite setup fails we're not even going to try to run the tests.\n this.log.error('Exception during setup: ' + (ex.stack ? ex.stack : ex));\n this.panic = true;\n this.onTestRunComplete_();\n return;\n }\n\n try {\n this.log.group(test.testName);\n\n this.currentResult = new lib.TestManager.Result(this, suite, test);\n this.testManager.testPreamble(this.currentResult, this.cx);\n suite.preamble(this.currentResult, this.cx);\n\n this.testQueue_.shift();\n } catch (ex) {\n this.log.error('Unexpected exception during test preamble: ' +\n (ex.stack ? ex.stack : ex));\n this.log.groupEnd();\n\n this.panic = true;\n this.onTestRunComplete_();\n return;\n }\n\n try {\n this.currentResult.run();\n } catch (ex) {\n // Result.run() should catch test exceptions and turn them into failures.\n // If we got here, it means there is trouble in the testing framework.\n this.log.error('Unexpected exception during test run: ' +\n (ex.stack ? ex.stack : ex));\n this.panic = true;\n }\n};\n\n/**\n * Run the selected list of tests.\n *\n * Some tests may need to run asynchronously, so you cannot assume the run is\n * complete when this function returns. Instead, pass in a function to be\n * called back when the run has completed.\n *\n * This function will log the results of the test run as they happen into the\n * log defined by the associated lib.TestManager. By default this is\n * console.log, which can be viewed in the JavaScript console of most browsers.\n *\n * The browser state is determined by the last test to run. We intentionally\n * don't do any cleanup so that you can inspect the state of a failed test, or\n * leave the browser ready for manual testing.\n *\n * Any failures in lib.TestManager.* code or test suite setup or test case\n * preamble will cause the test run to abort.\n */\nlib.TestManager.TestRun.prototype.run = function() {\n this.log.info('Running ' + this.testQueue_.length + ' test(s)');\n\n window.onerror = this.onUncaughtException_.bind(this);\n this.startDate = new Date();\n this.runNextTest_();\n};\n\n/**\n * Format milliseconds as fractional seconds.\n */\nlib.TestManager.TestRun.prototype.msToSeconds_ = function(ms) {\n var secs = (ms / 1000).toFixed(2);\n return secs + 's';\n};\n\n/**\n * Log the current result summary.\n */\nlib.TestManager.TestRun.prototype.summarize = function() {\n if (this.failures.length) {\n for (var i = 0; i < this.failures.length; i++) {\n this.log.error('FAILED: ' + this.failures[i].test.fullName);\n }\n }\n\n if (this.testQueue_.length) {\n this.log.warn('Test run incomplete: ' + this.testQueue_.length +\n ' test(s) were not run.');\n }\n};\n\n/**\n * Record of the result of a single test.\n *\n * These are constructed during a test run, you shouldn't have to make one\n * on your own.\n *\n * An instance of this class is passed in to each test function. It can be\n * used to add messages to the test log, to record a test pass/fail state, to\n * test assertions, or to create exception-proof wrappers for callback\n * functions.\n *\n * @param {lib.TestManager.TestRun} testRun The TestRun instance associated with\n * this result.\n * @param {lib.TestManager.Suit} suite The Suite containing the test we're\n * collecting this result for.\n * @param {lib.TestManager.Test} test The test we're collecting this result for.\n */\nlib.TestManager.Result = function(testRun, suite, test) {\n /**\n * The TestRun instance associated with this result.\n */\n this.testRun = testRun;\n\n /**\n * The Suite containing the test we're collecting this result for.\n */\n this.suite = suite;\n\n /**\n * The test we're collecting this result for.\n */\n this.test = test;\n\n /**\n * The time we started to collect this result, or null if we haven't started.\n */\n this.startDate = null;\n\n /**\n * The time in milliseconds that the test took to complete, or null if\n * it hasn't completed yet.\n */\n this.duration = null;\n\n /**\n * The current status of this test result.\n */\n this.status = this.PENDING;\n\n // An error message that the test case is expected to generate.\n this.expectedErrorMessage_ = null;\n};\n\n/**\n * Possible values for this.status.\n */\nlib.TestManager.Result.prototype.PENDING = 'pending';\nlib.TestManager.Result.prototype.FAILED = 'FAILED';\nlib.TestManager.Result.prototype.PASSED = 'passed';\n\n/**\n * Exception thrown when a test completes (pass or fail), to ensure no more of\n * the test is run.\n */\nlib.TestManager.Result.TestComplete = function(result) {\n this.result = result;\n};\n\nlib.TestManager.Result.TestComplete.prototype.toString = function() {\n return 'lib.TestManager.Result.TestComplete: ' + this.result.test.fullName +\n ', status: ' + this.result.status;\n}\n\n/**\n * Start the test associated with this result.\n */\nlib.TestManager.Result.prototype.run = function() {\n var self = this;\n\n this.startDate = new Date();\n this.test.run(this);\n\n if (this.status == this.PENDING && !this.timeout_) {\n this.println('Test did not return a value and did not request more time.');\n this.completeTest_(this.FAILED, false);\n }\n};\n\n/**\n * Unhandled error message this test expects to generate.\n *\n * This must be the exact string that would appear in the JavaScript console,\n * minus the 'Uncaught ' prefix.\n *\n * The test case does *not* automatically fail if the error message is not\n * encountered.\n */\nlib.TestManager.Result.prototype.expectErrorMessage = function(str) {\n this.expectedErrorMessage_ = str;\n};\n\n/**\n * Function called when a test times out.\n */\nlib.TestManager.Result.prototype.onTimeout_ = function() {\n this.timeout_ = null;\n\n if (this.status != this.PENDING)\n return;\n\n this.println('Test timed out.');\n this.completeTest_(this.FAILED, false);\n};\n\n/**\n * Indicate that a test case needs more time to complete.\n *\n * Before a test case returns it must report a pass/fail result, or request more\n * time to do so.\n *\n * If a test does not report pass/fail before the time expires it will\n * be reported as a timeout failure. Any late pass/fails will be noted in the\n * test log, but will not affect the final result of the test.\n *\n * Test cases may call requestTime more than once. If you have a few layers\n * of asynchronous API to go through, you should call this once per layer with\n * an estimate of how long each callback will take to complete.\n *\n * @param {int} ms Number of milliseconds requested.\n */\nlib.TestManager.Result.prototype.requestTime = function(ms) {\n if (this.timeout_)\n clearTimeout(this.timeout_);\n\n this.timeout_ = setTimeout(this.onTimeout_.bind(this), ms);\n};\n\n/**\n * Report the completion of a test.\n *\n * @param {string} status The status of the test case.\n * @param {boolean} opt_throw Optional boolean indicating whether or not\n * to throw the TestComplete exception.\n */\nlib.TestManager.Result.prototype.completeTest_ = function(status, opt_throw) {\n if (this.status == this.PENDING) {\n this.duration = (new Date()) - this.startDate;\n this.status = status;\n\n this.testRun.onResultComplete(this);\n } else {\n this.testRun.onResultReComplete(this, status);\n }\n\n if (arguments.length < 2 || opt_throw)\n throw new lib.TestManager.Result.TestComplete(this);\n};\n\n/**\n * Check that two arrays are equal.\n */\nlib.TestManager.Result.prototype.arrayEQ_ = function(actual, expected) {\n if (!actual || !expected)\n return (!actual && !expected);\n\n if (actual.length != expected.length)\n return false;\n\n for (var i = 0; i < actual.length; ++i)\n if (actual[i] != expected[i])\n return false;\n\n return true;\n};\n\n/**\n * Assert that an actual value is exactly equal to the expected value.\n *\n * This uses the JavaScript '===' operator in order to avoid type coercion.\n *\n * If the assertion fails, the test is marked as a failure and a TestCompleted\n * exception is thrown.\n *\n * @param {*} actual The actual measured value.\n * @param {*} expected The value expected.\n * @param {string} opt_name An optional name used to identify this\n * assertion in the test log. If omitted it will be the file:line\n * of the caller.\n */\nlib.TestManager.Result.prototype.assertEQ = function(\n actual, expected, opt_name) {\n // Utility function to pretty up the log.\n function format(value) {\n if (typeof value == 'number')\n return value;\n\n var str = String(value);\n var ary = str.split('\\n').map(function (e) { return JSON.stringify(e) });\n if (ary.length > 1) {\n // If the string has newlines, start it off on its own line so that\n // it's easier to compare against another string with newlines.\n return '\\n' + ary.join('\\n');\n } else {\n return ary.join('\\n');\n }\n }\n\n if (actual === expected)\n return;\n\n // Deal with common object types since JavaScript can't.\n if (expected instanceof Array)\n if (this.arrayEQ_(actual, expected))\n return;\n\n var name = opt_name ? '[' + opt_name + ']' : '';\n\n this.fail('assertEQ' + name + ': ' + this.getCallerLocation_(1) + ': ' +\n format(actual) + ' !== ' + format(expected));\n};\n\n/**\n * Assert that a value is true.\n *\n * This uses the JavaScript '===' operator in order to avoid type coercion.\n * The must be the boolean value `true`, not just some \"truish\" value.\n *\n * If the assertion fails, the test is marked as a failure and a TestCompleted\n * exception is thrown.\n *\n * @param {boolean} actual The actual measured value.\n * @param {string} opt_name An optional name used to identify this\n * assertion in the test log. If omitted it will be the file:line\n * of the caller.\n */\nlib.TestManager.Result.prototype.assert = function(actual, opt_name) {\n if (actual === true)\n return;\n\n var name = opt_name ? '[' + opt_name + ']' : '';\n\n this.fail('assert' + name + ': ' + this.getCallerLocation_(1) + ': ' +\n String(actual));\n};\n\n/**\n * Return the filename:line of a calling stack frame.\n *\n * This uses a dirty hack. It throws an exception, catches it, and examines\n * the stack property of the caught exception.\n *\n * @param {int} frameIndex The stack frame to return. 0 is the frame that\n * called this method, 1 is its caller, and so on.\n * @return {string} A string of the format \"filename:linenumber\".\n */\nlib.TestManager.Result.prototype.getCallerLocation_ = function(frameIndex) {\n try {\n throw new Error();\n } catch (ex) {\n var frame = ex.stack.split('\\n')[frameIndex + 2];\n var ary = frame.match(/([^/]+:\\d+):\\d+\\)?$/);\n return ary ? ary[1] : '???';\n }\n};\n\n/**\n * Write a message to the result log.\n */\nlib.TestManager.Result.prototype.println = function(message) {\n this.testRun.log.info(message);\n};\n\n/**\n * Mark a failed test and exit out of the rest of the test.\n *\n * This will throw a TestCompleted exception, causing the current test to stop.\n *\n * @param {string} opt_message Optional message to add to the log.\n */\nlib.TestManager.Result.prototype.fail = function(opt_message) {\n if (arguments.length)\n this.println(opt_message);\n\n this.completeTest_(this.FAILED, true);\n};\n\n/**\n * Mark a passed test and exit out of the rest of the test.\n *\n * This will throw a TestCompleted exception, causing the current test to stop.\n */\nlib.TestManager.Result.prototype.pass = function() {\n this.completeTest_(this.PASSED, true);\n};\n// SOURCE FILE: libdot/js/lib_utf8.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n// TODO(davidben): When the string encoding API is implemented,\n// replace this with the native in-browser implementation.\n//\n// https://wiki.whatwg.org/wiki/StringEncoding\n// https://encoding.spec.whatwg.org/\n\n/**\n * A stateful UTF-8 decoder.\n */\nlib.UTF8Decoder = function() {\n // The number of bytes left in the current sequence.\n this.bytesLeft = 0;\n // The in-progress code point being decoded, if bytesLeft > 0.\n this.codePoint = 0;\n // The lower bound on the final code point, if bytesLeft > 0.\n this.lowerBound = 0;\n};\n\n/**\n * Decodes a some UTF-8 data, taking into account state from previous\n * data streamed through the encoder.\n *\n * @param {String} str data to decode, represented as a JavaScript\n * String with each code unit representing a byte between 0x00 to\n * 0xFF.\n * @return {String} The data decoded into a JavaScript UTF-16 string.\n */\nlib.UTF8Decoder.prototype.decode = function(str) {\n var ret = '';\n for (var i = 0; i < str.length; i++) {\n var c = str.charCodeAt(i);\n if (this.bytesLeft == 0) {\n if (c <= 0x7F) {\n ret += str.charAt(i);\n } else if (0xC0 <= c && c <= 0xDF) {\n this.codePoint = c - 0xC0;\n this.bytesLeft = 1;\n this.lowerBound = 0x80;\n } else if (0xE0 <= c && c <= 0xEF) {\n this.codePoint = c - 0xE0;\n this.bytesLeft = 2;\n this.lowerBound = 0x800;\n } else if (0xF0 <= c && c <= 0xF7) {\n this.codePoint = c - 0xF0;\n this.bytesLeft = 3;\n this.lowerBound = 0x10000;\n } else if (0xF8 <= c && c <= 0xFB) {\n this.codePoint = c - 0xF8;\n this.bytesLeft = 4;\n this.lowerBound = 0x200000;\n } else if (0xFC <= c && c <= 0xFD) {\n this.codePoint = c - 0xFC;\n this.bytesLeft = 5;\n this.lowerBound = 0x4000000;\n } else {\n ret += '\\ufffd';\n }\n } else {\n if (0x80 <= c && c <= 0xBF) {\n this.bytesLeft--;\n this.codePoint = (this.codePoint << 6) + (c - 0x80);\n if (this.bytesLeft == 0) {\n // Got a full sequence. Check if it's within bounds and\n // filter out surrogate pairs.\n var codePoint = this.codePoint;\n if (codePoint < this.lowerBound\n || (0xD800 <= codePoint && codePoint <= 0xDFFF)\n || codePoint > 0x10FFFF) {\n ret += '\\ufffd';\n } else {\n // Encode as UTF-16 in the output.\n if (codePoint < 0x10000) {\n ret += String.fromCharCode(codePoint);\n } else {\n // Surrogate pair.\n codePoint -= 0x10000;\n ret += String.fromCharCode(\n 0xD800 + ((codePoint >>> 10) & 0x3FF),\n 0xDC00 + (codePoint & 0x3FF));\n }\n }\n }\n } else {\n // Too few bytes in multi-byte sequence. Rewind stream so we\n // don't lose the next byte.\n ret += '\\ufffd';\n this.bytesLeft = 0;\n i--;\n }\n }\n }\n return ret;\n};\n\n/**\n * Decodes UTF-8 data. This is a convenience function for when all the\n * data is already known.\n *\n * @param {String} str data to decode, represented as a JavaScript\n * String with each code unit representing a byte between 0x00 to\n * 0xFF.\n * @return {String} The data decoded into a JavaScript UTF-16 string.\n */\nlib.decodeUTF8 = function(utf8) {\n return (new lib.UTF8Decoder()).decode(utf8);\n};\n\n/**\n * Encodes a UTF-16 string into UTF-8.\n *\n * TODO(davidben): Do we need a stateful version of this that can\n * handle a surrogate pair split in two calls? What happens if a\n * keypress event would have contained a character outside the BMP?\n *\n * @param {String} str The string to encode.\n * @return {String} The string encoded as UTF-8, as a JavaScript\n * string with bytes represented as code units from 0x00 to 0xFF.\n */\nlib.encodeUTF8 = function(str) {\n var ret = '';\n for (var i = 0; i < str.length; i++) {\n // Get a unicode code point out of str.\n var c = str.charCodeAt(i);\n if (0xDC00 <= c && c <= 0xDFFF) {\n c = 0xFFFD;\n } else if (0xD800 <= c && c <= 0xDBFF) {\n if (i+1 < str.length) {\n var d = str.charCodeAt(i+1);\n if (0xDC00 <= d && d <= 0xDFFF) {\n // Swallow a surrogate pair.\n c = 0x10000 + ((c & 0x3FF) << 10) + (d & 0x3FF);\n i++;\n } else {\n c = 0xFFFD;\n }\n } else {\n c = 0xFFFD;\n }\n }\n\n // Encode c in UTF-8.\n var bytesLeft;\n if (c <= 0x7F) {\n ret += str.charAt(i);\n continue;\n } else if (c <= 0x7FF) {\n ret += String.fromCharCode(0xC0 | (c >>> 6));\n bytesLeft = 1;\n } else if (c <= 0xFFFF) {\n ret += String.fromCharCode(0xE0 | (c >>> 12));\n bytesLeft = 2;\n } else /* if (c <= 0x10FFFF) */ {\n ret += String.fromCharCode(0xF0 | (c >>> 18));\n bytesLeft = 3;\n }\n\n while (bytesLeft > 0) {\n bytesLeft--;\n ret += String.fromCharCode(0x80 | ((c >>> (6 * bytesLeft)) & 0x3F));\n }\n }\n return ret;\n};\n// SOURCE FILE: libdot/third_party/wcwidth/lib_wc.js\n// Copyright (c) 2014 The Chromium OS Authors. All rights reserved.\n// Use of lib.wc source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * This JavaScript library is ported from the wcwidth.js module of node.js.\n * The original implementation can be found at:\n * https://npmjs.org/package/wcwidth.js\n */\n\n/**\n * JavaScript porting of Markus Kuhn's wcwidth() implementation\n *\n * The following explanation comes from the original C implementation:\n *\n * This is an implementation of wcwidth() and wcswidth() (defined in\n * IEEE Std 1002.1-2001) for Unicode.\n *\n * http://www.opengroup.org/onlinepubs/007904975/functions/wcwidth.html\n * http://www.opengroup.org/onlinepubs/007904975/functions/wcswidth.html\n *\n * In fixed-width output devices, Latin characters all occupy a single\n * \"cell\" position of equal width, whereas ideographic CJK characters\n * occupy two such cells. Interoperability between terminal-line\n * applications and (teletype-style) character terminals using the\n * UTF-8 encoding requires agreement on which character should advance\n * the cursor by how many cell positions. No established formal\n * standards exist at present on which Unicode character shall occupy\n * how many cell positions on character terminals. These routines are\n * a first attempt of defining such behavior based on simple rules\n * applied to data provided by the Unicode Consortium.\n *\n * For some graphical characters, the Unicode standard explicitly\n * defines a character-cell width via the definition of the East Asian\n * FullWidth (F), Wide (W), Half-width (H), and Narrow (Na) classes.\n * In all these cases, there is no ambiguity about which width a\n * terminal shall use. For characters in the East Asian Ambiguous (A)\n * class, the width choice depends purely on a preference of backward\n * compatibility with either historic CJK or Western practice.\n * Choosing single-width for these characters is easy to justify as\n * the appropriate long-term solution, as the CJK practice of\n * displaying these characters as double-width comes from historic\n * implementation simplicity (8-bit encoded characters were displayed\n * single-width and 16-bit ones double-width, even for Greek,\n * Cyrillic, etc.) and not any typographic considerations.\n *\n * Much less clear is the choice of width for the Not East Asian\n * (Neutral) class. Existing practice does not dictate a width for any\n * of these characters. It would nevertheless make sense\n * typographically to allocate two character cells to characters such\n * as for instance EM SPACE or VOLUME INTEGRAL, which cannot be\n * represented adequately with a single-width glyph. The following\n * routines at present merely assign a single-cell width to all\n * neutral characters, in the interest of simplicity. This is not\n * entirely satisfactory and should be reconsidered before\n * establishing a formal standard in lib.wc area. At the moment, the\n * decision which Not East Asian (Neutral) characters should be\n * represented by double-width glyphs cannot yet be answered by\n * applying a simple rule from the Unicode database content. Setting\n * up a proper standard for the behavior of UTF-8 character terminals\n * will require a careful analysis not only of each Unicode character,\n * but also of each presentation form, something the author of these\n * routines has avoided to do so far.\n *\n * http://www.unicode.org/unicode/reports/tr11/\n *\n * Markus Kuhn -- 2007-05-26 (Unicode 5.0)\n *\n * Permission to use, copy, modify, and distribute lib.wc software\n * for any purpose and without fee is hereby granted. The author\n * disclaims all warranties with regard to lib.wc software.\n *\n * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c\n */\n\n/**\n * The following function defines the column width of an ISO 10646 character\n * as follows:\n *\n * - The null character (U+0000) has a column width of 0.\n * - Other C0/C1 control characters and DEL will lead to a return value of -1.\n * - Non-spacing and enclosing combining characters (general category code Mn\n * or Me in the Unicode database) have a column width of 0.\n * - SOFT HYPHEN (U+00AD) has a column width of 1.\n * - Other format characters (general category code Cf in the Unicode database)\n * and ZERO WIDTH SPACE (U+200B) have a column width of 0.\n * - Hangul Jamo medial vowels and final consonants (U+1160-U+11FF) have a\n * column width of 0.\n * - Spacing characters in the East Asian Wide (W) or East Asian Full-width (F)\n * category as defined in Unicode Technical Report #11 have a column width of\n * 2.\n * - East Asian Ambiguous characters are taken into account if\n * regardCjkAmbiguous flag is enabled. They have a column width of 2.\n * - All remaining characters (including all printable ISO 8859-1 and WGL4\n * characters, Unicode control characters, etc.) have a column width of 1.\n *\n * This implementation assumes that characters are encoded in ISO 10646.\n */\n\nlib.wc = {};\n\n// Width of a nul character.\nlib.wc.nulWidth = 0;\n\n// Width of a control character.\nlib.wc.controlWidth = 0;\n\n// Flag whether to consider East Asian Ambiguous characters.\nlib.wc.regardCjkAmbiguous = false;\n\n// Width of an East Asian Ambiguous character.\nlib.wc.cjkAmbiguousWidth = 2;\n\n// Sorted list of non-overlapping intervals of non-spacing characters\n// generated by \"uniset +cat=Me +cat=Mn +cat=Cf -00AD +1160-11FF +200B c\"\nlib.wc.combining = [\n [ 0x0300, 0x036F ], [ 0x0483, 0x0486 ], [ 0x0488, 0x0489 ],\n [ 0x0591, 0x05BD ], [ 0x05BF, 0x05BF ], [ 0x05C1, 0x05C2 ],\n [ 0x05C4, 0x05C5 ], [ 0x05C7, 0x05C7 ], [ 0x0600, 0x0603 ],\n [ 0x0610, 0x0615 ], [ 0x064B, 0x065E ], [ 0x0670, 0x0670 ],\n [ 0x06D6, 0x06E4 ], [ 0x06E7, 0x06E8 ], [ 0x06EA, 0x06ED ],\n [ 0x070F, 0x070F ], [ 0x0711, 0x0711 ], [ 0x0730, 0x074A ],\n [ 0x07A6, 0x07B0 ], [ 0x07EB, 0x07F3 ], [ 0x0901, 0x0902 ],\n [ 0x093C, 0x093C ], [ 0x0941, 0x0948 ], [ 0x094D, 0x094D ],\n [ 0x0951, 0x0954 ], [ 0x0962, 0x0963 ], [ 0x0981, 0x0981 ],\n [ 0x09BC, 0x09BC ], [ 0x09C1, 0x09C4 ], [ 0x09CD, 0x09CD ],\n [ 0x09E2, 0x09E3 ], [ 0x0A01, 0x0A02 ], [ 0x0A3C, 0x0A3C ],\n [ 0x0A41, 0x0A42 ], [ 0x0A47, 0x0A48 ], [ 0x0A4B, 0x0A4D ],\n [ 0x0A70, 0x0A71 ], [ 0x0A81, 0x0A82 ], [ 0x0ABC, 0x0ABC ],\n [ 0x0AC1, 0x0AC5 ], [ 0x0AC7, 0x0AC8 ], [ 0x0ACD, 0x0ACD ],\n [ 0x0AE2, 0x0AE3 ], [ 0x0B01, 0x0B01 ], [ 0x0B3C, 0x0B3C ],\n [ 0x0B3F, 0x0B3F ], [ 0x0B41, 0x0B43 ], [ 0x0B4D, 0x0B4D ],\n [ 0x0B56, 0x0B56 ], [ 0x0B82, 0x0B82 ], [ 0x0BC0, 0x0BC0 ],\n [ 0x0BCD, 0x0BCD ], [ 0x0C3E, 0x0C40 ], [ 0x0C46, 0x0C48 ],\n [ 0x0C4A, 0x0C4D ], [ 0x0C55, 0x0C56 ], [ 0x0CBC, 0x0CBC ],\n [ 0x0CBF, 0x0CBF ], [ 0x0CC6, 0x0CC6 ], [ 0x0CCC, 0x0CCD ],\n [ 0x0CE2, 0x0CE3 ], [ 0x0D41, 0x0D43 ], [ 0x0D4D, 0x0D4D ],\n [ 0x0DCA, 0x0DCA ], [ 0x0DD2, 0x0DD4 ], [ 0x0DD6, 0x0DD6 ],\n [ 0x0E31, 0x0E31 ], [ 0x0E34, 0x0E3A ], [ 0x0E47, 0x0E4E ],\n [ 0x0EB1, 0x0EB1 ], [ 0x0EB4, 0x0EB9 ], [ 0x0EBB, 0x0EBC ],\n [ 0x0EC8, 0x0ECD ], [ 0x0F18, 0x0F19 ], [ 0x0F35, 0x0F35 ],\n [ 0x0F37, 0x0F37 ], [ 0x0F39, 0x0F39 ], [ 0x0F71, 0x0F7E ],\n [ 0x0F80, 0x0F84 ], [ 0x0F86, 0x0F87 ], [ 0x0F90, 0x0F97 ],\n [ 0x0F99, 0x0FBC ], [ 0x0FC6, 0x0FC6 ], [ 0x102D, 0x1030 ],\n [ 0x1032, 0x1032 ], [ 0x1036, 0x1037 ], [ 0x1039, 0x1039 ],\n [ 0x1058, 0x1059 ], [ 0x1160, 0x11FF ], [ 0x135F, 0x135F ],\n [ 0x1712, 0x1714 ], [ 0x1732, 0x1734 ], [ 0x1752, 0x1753 ],\n [ 0x1772, 0x1773 ], [ 0x17B4, 0x17B5 ], [ 0x17B7, 0x17BD ],\n [ 0x17C6, 0x17C6 ], [ 0x17C9, 0x17D3 ], [ 0x17DD, 0x17DD ],\n [ 0x180B, 0x180D ], [ 0x18A9, 0x18A9 ], [ 0x1920, 0x1922 ],\n [ 0x1927, 0x1928 ], [ 0x1932, 0x1932 ], [ 0x1939, 0x193B ],\n [ 0x1A17, 0x1A18 ], [ 0x1B00, 0x1B03 ], [ 0x1B34, 0x1B34 ],\n [ 0x1B36, 0x1B3A ], [ 0x1B3C, 0x1B3C ], [ 0x1B42, 0x1B42 ],\n [ 0x1B6B, 0x1B73 ], [ 0x1DC0, 0x1DCA ], [ 0x1DFE, 0x1DFF ],\n [ 0x200B, 0x200F ], [ 0x202A, 0x202E ], [ 0x2060, 0x2063 ],\n [ 0x206A, 0x206F ], [ 0x20D0, 0x20EF ], [ 0x302A, 0x302F ],\n [ 0x3099, 0x309A ], [ 0xA806, 0xA806 ], [ 0xA80B, 0xA80B ],\n [ 0xA825, 0xA826 ], [ 0xFB1E, 0xFB1E ], [ 0xFE00, 0xFE0F ],\n [ 0xFE20, 0xFE23 ], [ 0xFEFF, 0xFEFF ], [ 0xFFF9, 0xFFFB ],\n [ 0x10A01, 0x10A03 ], [ 0x10A05, 0x10A06 ], [ 0x10A0C, 0x10A0F ],\n [ 0x10A38, 0x10A3A ], [ 0x10A3F, 0x10A3F ], [ 0x1D167, 0x1D169 ],\n [ 0x1D173, 0x1D182 ], [ 0x1D185, 0x1D18B ], [ 0x1D1AA, 0x1D1AD ],\n [ 0x1D242, 0x1D244 ], [ 0xE0001, 0xE0001 ], [ 0xE0020, 0xE007F ],\n [ 0xE0100, 0xE01EF ]\n];\n\n// Sorted list of non-overlapping intervals of East Asian Ambiguous characters\n// generated by \"uniset +WIDTH-A -cat=Me -cat=Mn -cat=Cf c\"\nlib.wc.ambiguous = [\n [ 0x00A1, 0x00A1 ], [ 0x00A4, 0x00A4 ], [ 0x00A7, 0x00A8 ],\n [ 0x00AA, 0x00AA ], [ 0x00AE, 0x00AE ], [ 0x00B0, 0x00B4 ],\n [ 0x00B6, 0x00BA ], [ 0x00BC, 0x00BF ], [ 0x00C6, 0x00C6 ],\n [ 0x00D0, 0x00D0 ], [ 0x00D7, 0x00D8 ], [ 0x00DE, 0x00E1 ],\n [ 0x00E6, 0x00E6 ], [ 0x00E8, 0x00EA ], [ 0x00EC, 0x00ED ],\n [ 0x00F0, 0x00F0 ], [ 0x00F2, 0x00F3 ], [ 0x00F7, 0x00FA ],\n [ 0x00FC, 0x00FC ], [ 0x00FE, 0x00FE ], [ 0x0101, 0x0101 ],\n [ 0x0111, 0x0111 ], [ 0x0113, 0x0113 ], [ 0x011B, 0x011B ],\n [ 0x0126, 0x0127 ], [ 0x012B, 0x012B ], [ 0x0131, 0x0133 ],\n [ 0x0138, 0x0138 ], [ 0x013F, 0x0142 ], [ 0x0144, 0x0144 ],\n [ 0x0148, 0x014B ], [ 0x014D, 0x014D ], [ 0x0152, 0x0153 ],\n [ 0x0166, 0x0167 ], [ 0x016B, 0x016B ], [ 0x01CE, 0x01CE ],\n [ 0x01D0, 0x01D0 ], [ 0x01D2, 0x01D2 ], [ 0x01D4, 0x01D4 ],\n [ 0x01D6, 0x01D6 ], [ 0x01D8, 0x01D8 ], [ 0x01DA, 0x01DA ],\n [ 0x01DC, 0x01DC ], [ 0x0251, 0x0251 ], [ 0x0261, 0x0261 ],\n [ 0x02C4, 0x02C4 ], [ 0x02C7, 0x02C7 ], [ 0x02C9, 0x02CB ],\n [ 0x02CD, 0x02CD ], [ 0x02D0, 0x02D0 ], [ 0x02D8, 0x02DB ],\n [ 0x02DD, 0x02DD ], [ 0x02DF, 0x02DF ], [ 0x0391, 0x03A1 ],\n [ 0x03A3, 0x03A9 ], [ 0x03B1, 0x03C1 ], [ 0x03C3, 0x03C9 ],\n [ 0x0401, 0x0401 ], [ 0x0410, 0x044F ], [ 0x0451, 0x0451 ],\n [ 0x2010, 0x2010 ], [ 0x2013, 0x2016 ], [ 0x2018, 0x2019 ],\n [ 0x201C, 0x201D ], [ 0x2020, 0x2022 ], [ 0x2024, 0x2027 ],\n [ 0x2030, 0x2030 ], [ 0x2032, 0x2033 ], [ 0x2035, 0x2035 ],\n [ 0x203B, 0x203B ], [ 0x203E, 0x203E ], [ 0x2074, 0x2074 ],\n [ 0x207F, 0x207F ], [ 0x2081, 0x2084 ], [ 0x20AC, 0x20AC ],\n [ 0x2103, 0x2103 ], [ 0x2105, 0x2105 ], [ 0x2109, 0x2109 ],\n [ 0x2113, 0x2113 ], [ 0x2116, 0x2116 ], [ 0x2121, 0x2122 ],\n [ 0x2126, 0x2126 ], [ 0x212B, 0x212B ], [ 0x2153, 0x2154 ],\n [ 0x215B, 0x215E ], [ 0x2160, 0x216B ], [ 0x2170, 0x2179 ],\n [ 0x2190, 0x2199 ], [ 0x21B8, 0x21B9 ], [ 0x21D2, 0x21D2 ],\n [ 0x21D4, 0x21D4 ], [ 0x21E7, 0x21E7 ], [ 0x2200, 0x2200 ],\n [ 0x2202, 0x2203 ], [ 0x2207, 0x2208 ], [ 0x220B, 0x220B ],\n [ 0x220F, 0x220F ], [ 0x2211, 0x2211 ], [ 0x2215, 0x2215 ],\n [ 0x221A, 0x221A ], [ 0x221D, 0x2220 ], [ 0x2223, 0x2223 ],\n [ 0x2225, 0x2225 ], [ 0x2227, 0x222C ], [ 0x222E, 0x222E ],\n [ 0x2234, 0x2237 ], [ 0x223C, 0x223D ], [ 0x2248, 0x2248 ],\n [ 0x224C, 0x224C ], [ 0x2252, 0x2252 ], [ 0x2260, 0x2261 ],\n [ 0x2264, 0x2267 ], [ 0x226A, 0x226B ], [ 0x226E, 0x226F ],\n [ 0x2282, 0x2283 ], [ 0x2286, 0x2287 ], [ 0x2295, 0x2295 ],\n [ 0x2299, 0x2299 ], [ 0x22A5, 0x22A5 ], [ 0x22BF, 0x22BF ],\n [ 0x2312, 0x2312 ], [ 0x2460, 0x24E9 ], [ 0x24EB, 0x254B ],\n [ 0x2550, 0x2573 ], [ 0x2580, 0x258F ], [ 0x2592, 0x2595 ],\n [ 0x25A0, 0x25A1 ], [ 0x25A3, 0x25A9 ], [ 0x25B2, 0x25B3 ],\n [ 0x25B6, 0x25B7 ], [ 0x25BC, 0x25BD ], [ 0x25C0, 0x25C1 ],\n [ 0x25C6, 0x25C8 ], [ 0x25CB, 0x25CB ], [ 0x25CE, 0x25D1 ],\n [ 0x25E2, 0x25E5 ], [ 0x25EF, 0x25EF ], [ 0x2605, 0x2606 ],\n [ 0x2609, 0x2609 ], [ 0x260E, 0x260F ], [ 0x2614, 0x2615 ],\n [ 0x261C, 0x261C ], [ 0x261E, 0x261E ], [ 0x2640, 0x2640 ],\n [ 0x2642, 0x2642 ], [ 0x2660, 0x2661 ], [ 0x2663, 0x2665 ],\n [ 0x2667, 0x266A ], [ 0x266C, 0x266D ], [ 0x266F, 0x266F ],\n [ 0x273D, 0x273D ], [ 0x2776, 0x277F ], [ 0xE000, 0xF8FF ],\n [ 0xFFFD, 0xFFFD ], [ 0xF0000, 0xFFFFD ], [ 0x100000, 0x10FFFD ]\n];\n\n/**\n * Binary search to check if the given unicode character is a space character.\n *\n * @param {integer} ucs A unicode character code.\n *\n * @return {boolean} True if the given character is a space character; false\n * otherwise.\n */\nlib.wc.isSpace = function(ucs) {\n // Auxiliary function for binary search in interval table.\n var min = 0, max = lib.wc.combining.length - 1;\n var mid;\n\n if (ucs < lib.wc.combining[0][0] || ucs > lib.wc.combining[max][1])\n return false;\n while (max >= min) {\n mid = Math.floor((min + max) / 2);\n if (ucs > lib.wc.combining[mid][1]) {\n min = mid + 1;\n } else if (ucs < lib.wc.combining[mid][0]) {\n max = mid - 1;\n } else {\n return true;\n }\n }\n\n return false;\n};\n\n/**\n * Auxiliary function for checking if the given unicode character is a East\n * Asian Ambiguous character.\n *\n * @param {integer} ucs A unicode character code.\n *\n * @return {boolean} True if the given character is a East Asian Ambiguous\n * character.\n */\nlib.wc.isCjkAmbiguous = function(ucs) {\n var min = 0, max = lib.wc.ambiguous.length - 1;\n var mid;\n\n if (ucs < lib.wc.ambiguous[0][0] || ucs > lib.wc.ambiguous[max][1])\n return false;\n while (max >= min) {\n mid = Math.floor((min + max) / 2);\n if (ucs > lib.wc.ambiguous[mid][1]) {\n min = mid + 1;\n } else if (ucs < lib.wc.ambiguous[mid][0]) {\n max = mid - 1;\n } else {\n return true;\n }\n }\n\n return false;\n};\n\n/**\n * Determine the column width of the given character.\n *\n * @param {integer} ucs A unicode character code.\n *\n * @return {integer} The column width of the given character.\n */\nlib.wc.charWidth = function(ucs) {\n if (lib.wc.regardCjkAmbiguous) {\n return lib.wc.charWidthRegardAmbiguous(ucs);\n } else {\n return lib.wc.charWidthDisregardAmbiguous(ucs);\n }\n};\n\n/**\n * Determine the column width of the given character without considering East\n * Asian Ambiguous characters.\n *\n * @param {integer} ucs A unicode character code.\n *\n * @return {integer} The column width of the given character.\n */\nlib.wc.charWidthDisregardAmbiguous = function(ucs) {\n // Test for 8-bit control characters.\n if (ucs === 0)\n return lib.wc.nulWidth;\n if (ucs < 32 || (ucs >= 0x7f && ucs < 0xa0))\n return lib.wc.controlWidth;\n\n // Optimize for ASCII characters.\n if (ucs < 0x7f)\n return 1;\n\n // Binary search in table of non-spacing characters.\n if (lib.wc.isSpace(ucs))\n return 0;\n\n // If we arrive here, ucs is not a combining or C0/C1 control character.\n return 1 +\n (ucs >= 0x1100 &&\n (ucs <= 0x115f || // Hangul Jamo init. consonants\n ucs == 0x2329 || ucs == 0x232a ||\n (ucs >= 0x2e80 && ucs <= 0xa4cf &&\n ucs != 0x303f) || // CJK ... Yi\n (ucs >= 0xac00 && ucs <= 0xd7a3) || // Hangul Syllables\n (ucs >= 0xf900 && ucs <= 0xfaff) || // CJK Compatibility Ideographs\n (ucs >= 0xfe10 && ucs <= 0xfe19) || // Vertical forms\n (ucs >= 0xfe30 && ucs <= 0xfe6f) || // CJK Compatibility Forms\n (ucs >= 0xff00 && ucs <= 0xff60) || // Fullwidth Forms\n (ucs >= 0xffe0 && ucs <= 0xffe6) ||\n (ucs >= 0x20000 && ucs <= 0x2fffd) ||\n (ucs >= 0x30000 && ucs <= 0x3fffd)));\n // TODO: emoji characters usually require space for wide characters although\n // East Asian width spec says nothing. Should we add special cases for them?\n};\n\n/**\n * Determine the column width of the given character considering East Asian\n * Ambiguous characters.\n *\n * @param {integer} ucs A unicode character code.\n *\n * @return {integer} The column width of the given character.\n */\nlib.wc.charWidthRegardAmbiguous = function(ucs) {\n if (lib.wc.isCjkAmbiguous(ucs))\n return lib.wc.cjkAmbiguousWidth;\n\n return lib.wc.charWidthDisregardAmbiguous(ucs);\n};\n\n/**\n * Determine the column width of the given string.\n *\n * @param {string} str A string.\n *\n * @return {integer} The column width of the given string.\n */\nlib.wc.strWidth = function(str) {\n var width, rv = 0;\n\n for (var i = 0; i < str.length;) {\n var codePoint = str.codePointAt(i);\n width = lib.wc.charWidth(codePoint);\n if (width < 0)\n return -1;\n rv += width;\n i += (codePoint <= 0xffff) ? 1 : 2;\n }\n\n return rv;\n};\n\n/**\n * Get the substring at the given column offset of the given column width.\n *\n * @param {string} str The string to get substring from.\n * @param {integer} start The starting column offset to get substring.\n * @param {integer} opt_width The column width of the substring.\n *\n * @return {string} The substring.\n */\nlib.wc.substr = function(str, start, opt_width) {\n var startIndex, endIndex, width;\n\n for (startIndex = 0, width = 0; startIndex < str.length; startIndex++) {\n width += lib.wc.charWidth(str.charCodeAt(startIndex));\n if (width > start)\n break;\n }\n\n if (opt_width != undefined) {\n for (endIndex = startIndex, width = 0;\n endIndex < str.length && width <= opt_width;\n width += lib.wc.charWidth(str.charCodeAt(endIndex)), endIndex++);\n if (width > opt_width)\n endIndex--;\n return str.substring(startIndex, endIndex);\n }\n\n return str.substr(startIndex);\n};\n\n/**\n * Get substring at the given start and end column offset.\n *\n * @param {string} str The string to get substring from.\n * @param {integer} start The starting column offset.\n * @param {integer} end The ending column offset.\n *\n * @return {string} The substring.\n */\nlib.wc.substring = function(str, start, end) {\n return lib.wc.substr(str, start, end - start);\n};\nlib.resource.add('libdot/changelog/version', 'text/plain',\n'1.16' +\n''\n);\n\nlib.resource.add('libdot/changelog/date', 'text/plain',\n'2017-08-16' +\n''\n);\n\n// SOURCE FILE: hterm/js/hterm.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.Storage');\n\n/**\n * @fileoverview Declares the hterm.* namespace and some basic shared utilities\n * that are too small to deserve dedicated files.\n */\nvar hterm = {};\n\n/**\n * The type of window hosting hterm.\n *\n * This is set as part of hterm.init(). The value is invalid until\n * initialization completes.\n */\nhterm.windowType = null;\n\n/**\n * Warning message to display in the terminal when browser zoom is enabled.\n *\n * You can replace it with your own localized message.\n */\nhterm.zoomWarningMessage = 'ZOOM != 100%';\n\n/**\n * Brief overlay message displayed when text is copied to the clipboard.\n *\n * By default it is the unicode BLACK SCISSORS character, but you can\n * replace it with your own localized message.\n *\n * This is only displayed when the 'enable-clipboard-notice' preference\n * is enabled.\n */\nhterm.notifyCopyMessage = '\\u2702';\n\n\n/**\n * Text shown in a desktop notification for the terminal\n * bell. \\u226a is a unicode EIGHTH NOTE, %(title) will\n * be replaced by the terminal title.\n */\nhterm.desktopNotificationTitle = '\\u266A %(title) \\u266A';\n\n/**\n * List of known hterm test suites.\n *\n * A test harness should ensure that they all exist before running.\n */\nhterm.testDeps = ['hterm.ScrollPort.Tests', 'hterm.Screen.Tests',\n 'hterm.Terminal.Tests', 'hterm.VT.Tests',\n 'hterm.VT.CannedTests'];\n\n/**\n * The hterm init function, registered with lib.registerInit().\n *\n * This is called during lib.init().\n *\n * @param {function} onInit The function lib.init() wants us to invoke when\n * initialization is complete.\n */\nlib.registerInit('hterm', function(onInit) {\n function onWindow(window) {\n hterm.windowType = window.type;\n setTimeout(onInit, 0);\n }\n\n function onTab(tab) {\n if (tab && window.chrome) {\n chrome.windows.get(tab.windowId, null, onWindow);\n } else {\n // TODO(rginda): This is where we end up for a v1 app's background page.\n // Maybe windowType = 'none' would be more appropriate, or something.\n hterm.windowType = 'normal';\n setTimeout(onInit, 0);\n }\n }\n\n if (!hterm.defaultStorage) {\n if (window.chrome && chrome.storage && chrome.storage.sync) {\n hterm.defaultStorage = new lib.Storage.Chrome(chrome.storage.sync);\n } else {\n hterm.defaultStorage = new lib.Storage.Local();\n }\n }\n\n // The chrome.tabs API is not supported in packaged apps, and detecting if\n // you're a packaged app is a little awkward.\n var isPackagedApp = false;\n if (window.chrome && chrome.runtime && chrome.runtime.getManifest) {\n var manifest = chrome.runtime.getManifest();\n isPackagedApp = manifest.app && manifest.app.background;\n }\n\n if (isPackagedApp) {\n // Packaged apps are never displayed in browser tabs.\n setTimeout(onWindow.bind(null, {type: 'popup'}), 0);\n } else {\n if (window.chrome && chrome.tabs) {\n // The getCurrent method gets the tab that is \"currently running\", not the\n // topmost or focused tab.\n chrome.tabs.getCurrent(onTab);\n } else {\n setTimeout(onWindow.bind(null, {type: 'normal'}), 0);\n }\n }\n});\n\n/**\n * Return decimal { width, height } for a given dom node.\n */\nhterm.getClientSize = function(dom) {\n return dom.getBoundingClientRect();\n};\n\n/**\n * Return decimal width for a given dom node.\n */\nhterm.getClientWidth = function(dom) {\n return dom.getBoundingClientRect().width;\n};\n\n/**\n * Return decimal height for a given dom node.\n */\nhterm.getClientHeight = function(dom) {\n return dom.getBoundingClientRect().height;\n};\n\n/**\n * Copy the current selection to the system clipboard.\n *\n * @param {HTMLDocument} The document with the selection to copy.\n */\nhterm.copySelectionToClipboard = function(document) {\n try {\n document.execCommand('copy');\n } catch (firefoxException) {\n // Ignore this. FF throws an exception if there was an error, even though\n // the spec says just return false.\n }\n};\n\n/**\n * Paste the system clipboard into the element with focus.\n *\n * Note: In Chrome/Firefox app/extension environments, you'll need the\n * \"clipboardRead\" permission. In other environments, this might always\n * fail as the browser frequently blocks access for security reasons.\n *\n * @param {HTMLDocument} The document to paste into.\n * @return {boolean} True if the paste succeeded.\n */\nhterm.pasteFromClipboard = function(document) {\n try {\n return document.execCommand('paste');\n } catch (firefoxException) {\n // Ignore this. FF 40 and older would incorrectly throw an exception if\n // there was an error instead of returning false.\n return false;\n }\n};\n\n/**\n * Create a new notification.\n *\n * @param {Object} params Various parameters for the notification.\n * @param {string} params.title The title (defaults to the window's title).\n * @param {string} params.body The message body (main text).\n */\nhterm.notify = function(params) {\n var def = (curr, fallback) => curr !== undefined ? curr : fallback;\n if (params === undefined || params === null)\n params = {};\n\n // Merge the user's choices with the default settings. We don't take it\n // directly in case it was stuffed with excess junk.\n var options = {\n 'body': params.body,\n 'icon': def(params.icon, lib.resource.getDataUrl('hterm/images/icon-96')),\n }\n\n var title = def(params.title, window.document.title);\n if (!title)\n title = 'hterm';\n title = lib.f.replaceVars(hterm.desktopNotificationTitle, {'title': title});\n\n var n = new Notification(title, options);\n n.onclick = function() {\n window.focus();\n this.close();\n };\n return n;\n};\n\n/**\n * Constructor for a hterm.Size record.\n *\n * Instances of this class have public read/write members for width and height.\n *\n * @param {integer} width The width of this record.\n * @param {integer} height The height of this record.\n */\nhterm.Size = function(width, height) {\n this.width = width;\n this.height = height;\n};\n\n/**\n * Adjust the width and height of this record.\n *\n * @param {integer} width The new width of this record.\n * @param {integer} height The new height of this record.\n */\nhterm.Size.prototype.resize = function(width, height) {\n this.width = width;\n this.height = height;\n};\n\n/**\n * Return a copy of this record.\n *\n * @return {hterm.Size} A new hterm.Size instance with the same width and\n * height.\n */\nhterm.Size.prototype.clone = function() {\n return new hterm.Size(this.width, this.height);\n};\n\n/**\n * Set the height and width of this instance based on another hterm.Size.\n *\n * @param {hterm.Size} that The object to copy from.\n */\nhterm.Size.prototype.setTo = function(that) {\n this.width = that.width;\n this.height = that.height;\n};\n\n/**\n * Test if another hterm.Size instance is equal to this one.\n *\n * @param {hterm.Size} that The other hterm.Size instance.\n * @return {boolean} True if both instances have the same width/height, false\n * otherwise.\n */\nhterm.Size.prototype.equals = function(that) {\n return this.width == that.width && this.height == that.height;\n};\n\n/**\n * Return a string representation of this instance.\n *\n * @return {string} A string that identifies the width and height of this\n * instance.\n */\nhterm.Size.prototype.toString = function() {\n return '[hterm.Size: ' + this.width + ', ' + this.height + ']';\n};\n\n/**\n * Constructor for a hterm.RowCol record.\n *\n * Instances of this class have public read/write members for row and column.\n *\n * This class includes an 'overflow' bit which is use to indicate that an\n * attempt has been made to move the cursor column passed the end of the\n * screen. When this happens we leave the cursor column set to the last column\n * of the screen but set the overflow bit. In this state cursor movement\n * happens normally, but any attempt to print new characters causes a cr/lf\n * first.\n *\n * @param {integer} row The row of this record.\n * @param {integer} column The column of this record.\n * @param {boolean} opt_overflow Optional boolean indicating that the RowCol\n * has overflowed.\n */\nhterm.RowCol = function(row, column, opt_overflow) {\n this.row = row;\n this.column = column;\n this.overflow = !!opt_overflow;\n};\n\n/**\n * Adjust the row and column of this record.\n *\n * @param {integer} row The new row of this record.\n * @param {integer} column The new column of this record.\n * @param {boolean} opt_overflow Optional boolean indicating that the RowCol\n * has overflowed.\n */\nhterm.RowCol.prototype.move = function(row, column, opt_overflow) {\n this.row = row;\n this.column = column;\n this.overflow = !!opt_overflow;\n};\n\n/**\n * Return a copy of this record.\n *\n * @return {hterm.RowCol} A new hterm.RowCol instance with the same row and\n * column.\n */\nhterm.RowCol.prototype.clone = function() {\n return new hterm.RowCol(this.row, this.column, this.overflow);\n};\n\n/**\n * Set the row and column of this instance based on another hterm.RowCol.\n *\n * @param {hterm.RowCol} that The object to copy from.\n */\nhterm.RowCol.prototype.setTo = function(that) {\n this.row = that.row;\n this.column = that.column;\n this.overflow = that.overflow;\n};\n\n/**\n * Test if another hterm.RowCol instance is equal to this one.\n *\n * @param {hterm.RowCol} that The other hterm.RowCol instance.\n * @return {boolean} True if both instances have the same row/column, false\n * otherwise.\n */\nhterm.RowCol.prototype.equals = function(that) {\n return (this.row == that.row && this.column == that.column &&\n this.overflow == that.overflow);\n};\n\n/**\n * Return a string representation of this instance.\n *\n * @return {string} A string that identifies the row and column of this\n * instance.\n */\nhterm.RowCol.prototype.toString = function() {\n return ('[hterm.RowCol: ' + this.row + ', ' + this.column + ', ' +\n this.overflow + ']');\n};\n// SOURCE FILE: hterm/js/hterm_frame.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.f');\n\n/**\n * First draft of the interface between the terminal and a third party dialog.\n *\n * This is rough. It's just the terminal->dialog layer. To complete things\n * we'll also need a command->terminal layer. That will have to facilitate\n * command->terminal->dialog or direct command->dialog communication.\n *\n * I imagine this class will change significantly when that happens.\n */\n\n/**\n * Construct a new frame for the given terminal.\n *\n * @param terminal {hterm.Terminal} The parent terminal object.\n * @param url {String} The url to load in the frame.\n * @param opt_options {Object} Optional options for the frame. Not implemented.\n */\nhterm.Frame = function(terminal, url, opt_options) {\n this.terminal_ = terminal;\n this.div_ = terminal.div_;\n this.url = url;\n this.options = opt_options || {};\n this.iframe_ = null;\n this.container_ = null;\n this.messageChannel_ = null;\n};\n\n/**\n * Handle messages from the iframe.\n */\nhterm.Frame.prototype.onMessage_ = function(e) {\n switch (e.data.name) {\n case 'ipc-init-ok':\n // We get this response after we send them ipc-init and they finish.\n this.sendTerminalInfo_();\n return;\n case 'terminal-info-ok':\n // We get this response after we send them terminal-info and they finish.\n // Show the finished frame, and then rebind our message handler to the\n // callback below.\n this.container_.style.display = 'flex';\n this.messageChannel_.port1.onmessage = this.onMessage.bind(this);\n this.onLoad();\n return;\n default:\n console.log('Unknown message from frame:', e.data);\n return;\n }\n};\n\n/**\n * Clients could override this, I guess.\n *\n * It doesn't support multiple listeners, but I'm not sure that would make sense\n * here. It's probably better to speak directly to our parents.\n */\nhterm.Frame.prototype.onMessage = function() {};\n\n/**\n * Handle iframe onLoad event.\n */\nhterm.Frame.prototype.onLoad_ = function() {\n this.messageChannel_ = new MessageChannel();\n this.messageChannel_.port1.onmessage = this.onMessage_.bind(this);\n this.messageChannel_.port1.start();\n this.iframe_.contentWindow.postMessage(\n {name: 'ipc-init', argv: [{messagePort: this.messageChannel_.port2}]},\n this.url, [this.messageChannel_.port2]);\n};\n\n/**\n * Clients may override this.\n */\nhterm.Frame.prototype.onLoad = function() {};\n\n/**\n * Sends the terminal-info message to the iframe.\n */\nhterm.Frame.prototype.sendTerminalInfo_ = function() {\n lib.f.getAcceptLanguages(function(languages) {\n this.postMessage('terminal-info', [{\n acceptLanguages: languages,\n foregroundColor: this.terminal_.getForegroundColor(),\n backgroundColor: this.terminal_.getBackgroundColor(),\n cursorColor: this.terminal_.getCursorColor(),\n fontSize: this.terminal_.getFontSize(),\n fontFamily: this.terminal_.getFontFamily(),\n baseURL: lib.f.getURL('/')\n }]\n );\n }.bind(this));\n};\n\n/**\n * User clicked the close button on the frame decoration.\n */\nhterm.Frame.prototype.onCloseClicked_ = function() {\n this.close();\n};\n\n/**\n * Close this frame.\n */\nhterm.Frame.prototype.close = function() {\n if (!this.container_ || !this.container_.parentNode)\n return;\n\n this.container_.parentNode.removeChild(this.container_);\n this.onClose();\n};\n\n\n/**\n * Clients may override this.\n */\nhterm.Frame.prototype.onClose = function() {};\n\n/**\n * Send a message to the iframe.\n */\nhterm.Frame.prototype.postMessage = function(name, argv) {\n if (!this.messageChannel_)\n throw new Error('Message channel is not set up.');\n\n this.messageChannel_.port1.postMessage({name: name, argv: argv});\n};\n\n/**\n * Show the UI for this frame.\n *\n * The iframe src is not loaded until this method is called.\n */\nhterm.Frame.prototype.show = function() {\n var self = this;\n\n function opt(name, defaultValue) {\n if (name in self.options)\n return self.options[name];\n\n return defaultValue;\n }\n\n var self = this;\n\n if (this.container_ && this.container_.parentNode) {\n console.error('Frame already visible');\n return;\n }\n\n var headerHeight = '16px';\n\n var divSize = hterm.getClientSize(this.div_);\n\n var width = opt('width', 640);\n var height = opt('height', 480);\n var left = (divSize.width - width) / 2;\n var top = (divSize.height - height) / 2;\n\n var document = this.terminal_.document_;\n\n var container = this.container_ = document.createElement('div');\n container.style.cssText = (\n 'position: absolute;' +\n 'display: none;' +\n 'flex-direction: column;' +\n 'top: 10%;' +\n 'left: 4%;' +\n 'width: 90%;' +\n 'height: 80%;' +\n 'min-height: 20%;' +\n 'max-height: 80%;' +\n 'box-shadow: 0 0 2px ' + this.terminal_.getForegroundColor() + ';' +\n 'border: 2px ' + this.terminal_.getForegroundColor() + ' solid;');\n\n if (false) {\n // No use for the close button, so no use for the window header either.\n var header = document.createElement('div');\n header.style.cssText = (\n 'display: flex;' +\n 'justify-content: flex-end;' +\n 'height: ' + headerHeight + ';' +\n 'background-color: ' + this.terminal_.getForegroundColor() + ';' +\n 'color: ' + this.terminal_.getBackgroundColor() + ';' +\n 'font-size: 16px;' +\n 'font-family: ' + this.terminal_.getFontFamily());\n container.appendChild(header);\n\n var button = document.createElement('div');\n button.setAttribute('role', 'button');\n button.style.cssText = (\n 'margin-top: -3px;' +\n 'margin-right: 3px;' +\n 'cursor: pointer;');\n button.textContent = '\\u2a2f';\n button.addEventListener('click', this.onCloseClicked_.bind(this));\n header.appendChild(button);\n }\n\n var iframe = this.iframe_ = document.createElement('iframe');\n iframe.onload = this.onLoad_.bind(this);\n iframe.style.cssText = (\n 'display: flex;' +\n 'flex: 1;' +\n 'width: 100%');\n iframe.setAttribute('src', this.url);\n iframe.setAttribute('seamless', true);\n container.appendChild(iframe);\n\n this.div_.appendChild(container);\n};\n// SOURCE FILE: hterm/js/hterm_keyboard.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('hterm.Keyboard.KeyMap');\n\n/**\n * Keyboard handler.\n *\n * Consumes onKey* events and invokes onVTKeystroke on the associated\n * hterm.Terminal object.\n *\n * See also: [XTERM] as referenced in vt.js.\n *\n * @param {hterm.Terminal} The Terminal object associated with this keyboard.\n */\nhterm.Keyboard = function(terminal) {\n // The parent vt interpreter.\n this.terminal = terminal;\n\n // The element we're currently capturing keyboard events for.\n this.keyboardElement_ = null;\n\n // The event handlers we are interested in, and their bound callbacks, saved\n // so they can be uninstalled with removeEventListener, when required.\n this.handlers_ = [\n ['focusout', this.onFocusOut_.bind(this)],\n ['keydown', this.onKeyDown_.bind(this)],\n ['keypress', this.onKeyPress_.bind(this)],\n ['keyup', this.onKeyUp_.bind(this)],\n ['textInput', this.onTextInput_.bind(this)]\n ];\n\n /**\n * The current key map.\n */\n this.keyMap = new hterm.Keyboard.KeyMap(this);\n\n this.bindings = new hterm.Keyboard.Bindings(this);\n\n /**\n * none: Disable any AltGr related munging.\n * ctrl-alt: Assume Ctrl+Alt means AltGr.\n * left-alt: Assume left Alt means AltGr.\n * right-alt: Assume right Alt means AltGr.\n */\n this.altGrMode = 'none';\n\n /**\n * If true, Shift-Insert will fall through to the browser as a paste.\n * If false, the keystroke will be sent to the host.\n */\n this.shiftInsertPaste = true;\n\n /**\n * If true, home/end will control the terminal scrollbar and shift home/end\n * will send the VT keycodes. If false then home/end sends VT codes and\n * shift home/end scrolls.\n */\n this.homeKeysScroll = false;\n\n /**\n * Same as above, except for page up/page down.\n */\n this.pageKeysScroll = false;\n\n /**\n * If true, Ctrl-Plus/Minus/Zero controls zoom.\n * If false, Ctrl-Shift-Plus/Minus/Zero controls zoom, Ctrl-Minus sends ^_,\n * Ctrl-Plus/Zero do nothing.\n */\n this.ctrlPlusMinusZeroZoom = true;\n\n /**\n * Ctrl+C copies if true, sends ^C to host if false.\n * Ctrl+Shift+C sends ^C to host if true, copies if false.\n */\n this.ctrlCCopy = false;\n\n /**\n * Ctrl+V pastes if true, sends ^V to host if false.\n * Ctrl+Shift+V sends ^V to host if true, pastes if false.\n */\n this.ctrlVPaste = false;\n\n /**\n * Enable/disable application keypad.\n *\n * This changes the way numeric keys are sent from the keyboard.\n */\n this.applicationKeypad = false;\n\n /**\n * Enable/disable the application cursor mode.\n *\n * This changes the way cursor keys are sent from the keyboard.\n */\n this.applicationCursor = false;\n\n /**\n * If true, the backspace should send BS ('\\x08', aka ^H). Otherwise\n * the backspace key should send '\\x7f'.\n */\n this.backspaceSendsBackspace = false;\n\n /**\n * The encoding method for data sent to the host.\n */\n this.characterEncoding = 'utf-8';\n\n /**\n * Set whether the meta key sends a leading escape or not.\n */\n this.metaSendsEscape = true;\n\n /**\n * Set whether meta-V gets passed to host.\n */\n this.passMetaV = true;\n\n /**\n * Controls how the alt key is handled.\n *\n * escape....... Send an ESC prefix.\n * 8-bit........ Add 128 to the unshifted character as in xterm.\n * browser-key.. Wait for the keypress event and see what the browser says.\n * (This won't work well on platforms where the browser\n * performs a default action for some alt sequences.)\n *\n * This setting only matters when alt is distinct from meta (altIsMeta is\n * false.)\n */\n this.altSendsWhat = 'escape';\n\n /**\n * Set whether the alt key acts as a meta key, instead of producing 8-bit\n * characters.\n *\n * True to enable, false to disable, null to autodetect based on platform.\n */\n this.altIsMeta = false;\n\n /**\n * If true, tries to detect DEL key events that are from alt-backspace on\n * Chrome OS vs from a true DEL key press.\n *\n * Background: At the time of writing, on Chrome OS, alt-backspace is mapped\n * to DEL. Some users may be happy with this, but others may be frustrated\n * that it's impossible to do meta-backspace. If the user enables this pref,\n * we use a trick to tell a true DEL keypress from alt-backspace: on\n * alt-backspace, we will see the alt key go down, then get a DEL keystroke\n * that indicates that alt is not pressed. See https://crbug.com/174410 .\n */\n this.altBackspaceIsMetaBackspace = false;\n\n /**\n * Used to keep track of the current alt-key state, which is necessary for\n * the altBackspaceIsMetaBackspace preference above and for the altGrMode\n * preference. This is a bitmap with where bit positions correspond to the\n * \"location\" property of the key event.\n */\n this.altKeyPressed = 0;\n\n /**\n * If true, Chrome OS media keys will be mapped to their F-key equivalent.\n * E.g. \"Back\" will be mapped to F1. If false, Chrome will handle the keys.\n */\n this.mediaKeysAreFKeys = false;\n\n /**\n * Holds the previous setting of altSendsWhat when DECSET 1039 is used. When\n * DECRST 1039 is used, altSendsWhat is changed back to this and this is\n * nulled out.\n */\n this.previousAltSendsWhat_ = null;\n};\n\n/**\n * Special handling for keyCodes in a keyboard layout.\n */\nhterm.Keyboard.KeyActions = {\n /**\n * Call preventDefault and stopPropagation for this key event and nothing\n * else.\n */\n CANCEL: lib.f.createEnum('CANCEL'),\n\n /**\n * This performs the default terminal action for the key. If used in the\n * 'normal' action and the the keystroke represents a printable key, the\n * character will be sent to the host. If used in one of the modifier\n * actions, the terminal will perform the normal action after (possibly)\n * altering it.\n *\n * - If the normal sequence starts with CSI, the sequence will be adjusted\n * to include the modifier parameter as described in [XTERM] in the final\n * table of the \"PC-Style Function Keys\" section.\n *\n * - If the control key is down and the key represents a printable character,\n * and the uppercase version of the unshifted keycap is between\n * 64 (ASCII '@') and 95 (ASCII '_'), then the uppercase version of the\n * unshifted keycap minus 64 is sent. This makes '^@' send '\\x00' and\n * '^_' send '\\x1f'. (Note that one higher that 0x1f is 0x20, which is\n * the first printable ASCII value.)\n *\n * - If the alt key is down and the key represents a printable character then\n * the value of the character is shifted up by 128.\n *\n * - If meta is down and configured to send an escape, '\\x1b' will be sent\n * before the normal action is performed.\n */\n DEFAULT: lib.f.createEnum('DEFAULT'),\n\n /**\n * Causes the terminal to opt out of handling the key event, instead letting\n * the browser deal with it.\n */\n PASS: lib.f.createEnum('PASS'),\n\n /**\n * Insert the first or second character of the keyCap, based on e.shiftKey.\n * The key will be handled in onKeyDown, and e.preventDefault() will be\n * called.\n *\n * It is useful for a modified key action, where it essentially strips the\n * modifier while preventing the browser from reacting to the key.\n */\n STRIP: lib.f.createEnum('STRIP')\n};\n\n/**\n * Encode a string according to the 'send-encoding' preference.\n */\nhterm.Keyboard.prototype.encode = function(str) {\n if (this.characterEncoding == 'utf-8')\n return this.terminal.vt.encodeUTF8(str);\n\n return str;\n};\n\n/**\n * Capture keyboard events sent to the associated element.\n *\n * This enables the keyboard. Captured events are consumed by this class\n * and will not perform their default action or bubble to other elements.\n *\n * Passing a null element will uninstall the keyboard handlers.\n *\n * @param {HTMLElement} element The element whose events should be captured, or\n * null to disable the keyboard.\n */\nhterm.Keyboard.prototype.installKeyboard = function(element) {\n if (element == this.keyboardElement_)\n return;\n\n if (element && this.keyboardElement_)\n this.installKeyboard(null);\n\n for (var i = 0; i < this.handlers_.length; i++) {\n var handler = this.handlers_[i];\n if (element) {\n element.addEventListener(handler[0], handler[1]);\n } else {\n this.keyboardElement_.removeEventListener(handler[0], handler[1]);\n }\n }\n\n this.keyboardElement_ = element;\n};\n\n/**\n * Disable keyboard event capture.\n *\n * This will allow the browser to process key events normally.\n */\nhterm.Keyboard.prototype.uninstallKeyboard = function() {\n this.installKeyboard(null);\n};\n\n/**\n * Handle onTextInput events.\n *\n * We're not actually supposed to get these, but we do on the Mac in the case\n * where a third party app sends synthetic keystrokes to Chrome.\n */\nhterm.Keyboard.prototype.onTextInput_ = function(e) {\n if (!e.data)\n return;\n\n e.data.split('').forEach(this.terminal.onVTKeystroke.bind(this.terminal));\n};\n\n/**\n * Handle onKeyPress events.\n */\nhterm.Keyboard.prototype.onKeyPress_ = function(e) {\n var code;\n\n var key = String.fromCharCode(e.which);\n var lowerKey = key.toLowerCase();\n if ((e.ctrlKey || e.metaKey) && (lowerKey == 'c' || lowerKey == 'v')) {\n // On FF the key press (not key down) event gets fired for copy/paste.\n // Let it fall through for the default browser behavior.\n return;\n }\n\n if (e.altKey && this.altSendsWhat == 'browser-key' && e.charCode == 0) {\n // If we got here because we were expecting the browser to handle an\n // alt sequence but it didn't do it, then we might be on an OS without\n // an enabled IME system. In that case we fall back to xterm-like\n // behavior.\n //\n // This happens here only as a fallback. Typically these platforms should\n // set altSendsWhat to either 'escape' or '8-bit'.\n var ch = String.fromCharCode(e.keyCode);\n if (!e.shiftKey)\n ch = ch.toLowerCase();\n code = ch.charCodeAt(0) + 128;\n\n } else if (e.charCode >= 32) {\n ch = e.charCode;\n }\n\n if (ch)\n this.terminal.onVTKeystroke(String.fromCharCode(ch));\n\n e.preventDefault();\n e.stopPropagation();\n};\n\n/**\n * Prevent default handling for non-ctrl-shifted event.\n *\n * When combined with Chrome permission 'app.window.fullscreen.overrideEsc',\n * and called for both key down and key up events,\n * the ESC key remains usable within fullscreen Chrome app windows.\n */\nhterm.Keyboard.prototype.preventChromeAppNonCtrlShiftDefault_ = function(e) {\n if (!window.chrome || !window.chrome.app || !window.chrome.app.window)\n return;\n if (!e.ctrlKey || !e.shiftKey)\n e.preventDefault();\n};\n\nhterm.Keyboard.prototype.onFocusOut_ = function(e) {\n this.altKeyPressed = 0;\n};\n\nhterm.Keyboard.prototype.onKeyUp_ = function(e) {\n if (e.keyCode == 18)\n this.altKeyPressed = this.altKeyPressed & ~(1 << (e.location - 1));\n\n if (e.keyCode == 27)\n this.preventChromeAppNonCtrlShiftDefault_(e);\n};\n\n/**\n * Handle onKeyDown events.\n */\nhterm.Keyboard.prototype.onKeyDown_ = function(e) {\n if (e.keyCode == 18)\n this.altKeyPressed = this.altKeyPressed | (1 << (e.location - 1));\n\n if (e.keyCode == 27)\n this.preventChromeAppNonCtrlShiftDefault_(e);\n\n var keyDef = this.keyMap.keyDefs[e.keyCode];\n if (!keyDef) {\n console.warn('No definition for keyCode: ' + e.keyCode);\n return;\n }\n\n // The type of action we're going to use.\n var resolvedActionType = null;\n\n var self = this;\n function getAction(name) {\n // Get the key action for the given action name. If the action is a\n // function, dispatch it. If the action defers to the normal action,\n // resolve that instead.\n\n resolvedActionType = name;\n\n var action = keyDef[name];\n if (typeof action == 'function')\n action = action.apply(self.keyMap, [e, keyDef]);\n\n if (action === DEFAULT && name != 'normal')\n action = getAction('normal');\n\n return action;\n }\n\n // Note that we use the triple-equals ('===') operator to test equality for\n // these constants, in order to distinguish usage of the constant from usage\n // of a literal string that happens to contain the same bytes.\n var CANCEL = hterm.Keyboard.KeyActions.CANCEL;\n var DEFAULT = hterm.Keyboard.KeyActions.DEFAULT;\n var PASS = hterm.Keyboard.KeyActions.PASS;\n var STRIP = hterm.Keyboard.KeyActions.STRIP;\n\n var control = e.ctrlKey;\n var alt = this.altIsMeta ? false : e.altKey;\n var meta = this.altIsMeta ? (e.altKey || e.metaKey) : e.metaKey;\n\n // In the key-map, we surround the keyCap for non-printables in \"[...]\"\n var isPrintable = !(/^\\[\\w+\\]$/.test(keyDef.keyCap));\n\n switch (this.altGrMode) {\n case 'ctrl-alt':\n if (isPrintable && control && alt) {\n // ctrl-alt-printable means altGr. We clear out the control and\n // alt modifiers and wait to see the charCode in the keydown event.\n control = false;\n alt = false;\n }\n break;\n\n case 'right-alt':\n if (isPrintable && (this.terminal.keyboard.altKeyPressed & 2)) {\n control = false;\n alt = false;\n }\n break;\n\n case 'left-alt':\n if (isPrintable && (this.terminal.keyboard.altKeyPressed & 1)) {\n control = false;\n alt = false;\n }\n break;\n }\n\n var action;\n\n if (control) {\n action = getAction('control');\n } else if (alt) {\n action = getAction('alt');\n } else if (meta) {\n action = getAction('meta');\n } else {\n action = getAction('normal');\n }\n\n // If e.maskShiftKey was set (during getAction) it means the shift key is\n // already accounted for in the action, and we should not act on it any\n // further. This is currently only used for Ctrl-Shift-Tab, which should send\n // \"CSI Z\", not \"CSI 1 ; 2 Z\".\n var shift = !e.maskShiftKey && e.shiftKey;\n\n var keyDown = {\n keyCode: e.keyCode,\n shift: e.shiftKey, // not `var shift` from above.\n ctrl: control,\n alt: alt,\n meta: meta\n };\n\n var binding = this.bindings.getBinding(keyDown);\n\n if (binding) {\n // Clear out the modifier bits so we don't try to munge the sequence\n // further.\n shift = control = alt = meta = false;\n resolvedActionType = 'normal';\n action = binding.action;\n\n if (typeof action == 'function')\n action = action.call(this, this.terminal, keyDown);\n }\n\n if (alt && this.altSendsWhat == 'browser-key' && action == DEFAULT) {\n // When altSendsWhat is 'browser-key', we wait for the keypress event.\n // In keypress, the browser should have set the event.charCode to the\n // appropriate character.\n // TODO(rginda): Character compositions will need some black magic.\n action = PASS;\n }\n\n if (action === PASS || (action === DEFAULT && !(control || alt || meta))) {\n // If this key is supposed to be handled by the browser, or it is an\n // unmodified key with the default action, then exit this event handler.\n // If it's an unmodified key, it'll be handled in onKeyPress where we\n // can tell for sure which ASCII code to insert.\n //\n // This block needs to come before the STRIP test, otherwise we'll strip\n // the modifier and think it's ok to let the browser handle the keypress.\n // The browser won't know we're trying to ignore the modifiers and might\n // perform some default action.\n return;\n }\n\n if (action === STRIP) {\n alt = control = false;\n action = keyDef.normal;\n if (typeof action == 'function')\n action = action.apply(this.keyMap, [e, keyDef]);\n\n if (action == DEFAULT && keyDef.keyCap.length == 2)\n action = keyDef.keyCap.substr((shift ? 1 : 0), 1);\n }\n\n e.preventDefault();\n e.stopPropagation();\n\n if (action === CANCEL)\n return;\n\n if (action !== DEFAULT && typeof action != 'string') {\n console.warn('Invalid action: ' + JSON.stringify(action));\n return;\n }\n\n // Strip the modifier that is associated with the action, since we assume that\n // modifier has already been accounted for in the action.\n if (resolvedActionType == 'control') {\n control = false;\n } else if (resolvedActionType == 'alt') {\n alt = false;\n } else if (resolvedActionType == 'meta') {\n meta = false;\n }\n\n if (action.substr(0, 2) == '\\x1b[' && (alt || control || shift)) {\n // The action is an escape sequence that and it was triggered in the\n // presence of a keyboard modifier, we may need to alter the action to\n // include the modifier before sending it.\n\n var mod;\n\n if (shift && !(alt || control)) {\n mod = ';2';\n } else if (alt && !(shift || control)) {\n mod = ';3';\n } else if (shift && alt && !control) {\n mod = ';4';\n } else if (control && !(shift || alt)) {\n mod = ';5';\n } else if (shift && control && !alt) {\n mod = ';6';\n } else if (alt && control && !shift) {\n mod = ';7';\n } else if (shift && alt && control) {\n mod = ';8';\n }\n\n if (action.length == 3) {\n // Some of the CSI sequences have zero parameters unless modified.\n action = '\\x1b[1' + mod + action.substr(2, 1);\n } else {\n // Others always have at least one parameter.\n action = action.substr(0, action.length - 1) + mod +\n action.substr(action.length - 1);\n }\n\n } else {\n if (action === DEFAULT) {\n action = keyDef.keyCap.substr((shift ? 1 : 0), 1);\n\n if (control) {\n var unshifted = keyDef.keyCap.substr(0, 1);\n var code = unshifted.charCodeAt(0);\n if (code >= 64 && code <= 95) {\n action = String.fromCharCode(code - 64);\n }\n }\n }\n\n if (alt && this.altSendsWhat == '8-bit' && action.length == 1) {\n var code = action.charCodeAt(0) + 128;\n action = String.fromCharCode(code);\n }\n\n // We respect alt/metaSendsEscape even if the keymap action was a literal\n // string. Otherwise, every overridden alt/meta action would have to\n // check alt/metaSendsEscape.\n if ((alt && this.altSendsWhat == 'escape') ||\n (meta && this.metaSendsEscape)) {\n action = '\\x1b' + action;\n }\n }\n\n this.terminal.onVTKeystroke(action);\n};\n// SOURCE FILE: hterm/js/hterm_keyboard_bindings.js\n// Copyright (c) 2015 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * A mapping from hterm.Keyboard.KeyPattern to an action.\n *\n * TODO(rginda): For now this bindings code is only used for user overrides.\n * hterm.Keyboard.KeyMap still handles all of the built-in key mappings.\n * It'd be nice if we migrated that over to be hterm.Keyboard.Bindings based.\n */\nhterm.Keyboard.Bindings = function() {\n this.bindings_ = {};\n};\n\n/**\n * Remove all bindings.\n */\nhterm.Keyboard.Bindings.prototype.clear = function () {\n this.bindings_ = {};\n};\n\n/**\n * Add a new binding.\n *\n * Internal API that assumes parsed objects as inputs.\n * See the public addBinding for more details.\n *\n * @param {hterm.Keyboard.KeyPattern} keyPattern\n * @param {string|function|hterm.Keyboard.KeyAction} action\n */\nhterm.Keyboard.Bindings.prototype.addBinding_ = function(keyPattern, action) {\n var binding = null;\n var list = this.bindings_[keyPattern.keyCode];\n if (list) {\n for (var i = 0; i < list.length; i++) {\n if (list[i].keyPattern.matchKeyPattern(keyPattern)) {\n binding = list[i];\n break;\n }\n }\n }\n\n if (binding) {\n binding.action = action;\n } else {\n binding = {keyPattern: keyPattern, action: action};\n\n if (!list) {\n this.bindings_[keyPattern.keyCode] = [binding];\n } else {\n this.bindings_[keyPattern.keyCode].push(binding);\n\n list.sort(function(a, b) {\n return hterm.Keyboard.KeyPattern.sortCompare(\n a.keyPattern, b.keyPattern);\n });\n }\n }\n};\n\n/**\n * Add a new binding.\n *\n * If a binding for the keyPattern already exists it will be overridden.\n *\n * More specific keyPatterns take precedence over those with wildcards. Given\n * bindings for \"Ctrl-A\" and \"Ctrl-*-A\", and a \"Ctrl-A\" keydown, the \"Ctrl-A\"\n * binding will match even if \"Ctrl-*-A\" was created last.\n *\n * If action is a string, it will be passed through hterm.Parser.parseKeyAction.\n *\n * For example:\n * // Will replace Ctrl-P keystrokes with the string \"hiya!\".\n * addBinding('Ctrl-P', \"'hiya!'\");\n * // Will cancel the keystroke entirely (make it do nothing).\n * addBinding('Alt-D', hterm.Keyboard.KeyActions.CANCEL);\n * // Will execute the code and return the action.\n * addBinding('Ctrl-T', function() {\n * console.log('Got a T!');\n * return hterm.Keyboard.KeyActions.PASS;\n * });\n *\n * @param {string|hterm.Keyboard.KeyPattern} keyPattern\n * @param {string|function|hterm.Keyboard.KeyAction} action\n */\nhterm.Keyboard.Bindings.prototype.addBinding = function(key, action) {\n // If we're given a hterm.Keyboard.KeyPattern object, pass it down.\n if (typeof key != 'string') {\n this.addBinding_(key, action);\n return;\n }\n\n // Here we treat key as a string.\n var p = new hterm.Parser();\n\n p.reset(key);\n var sequence;\n\n try {\n sequence = p.parseKeySequence();\n } catch (ex) {\n console.error(ex);\n return;\n }\n\n if (!p.isComplete()) {\n console.error(p.error('Expected end of sequence: ' + sequence));\n return;\n }\n\n // If action is a string, parse it. Otherwise assume it's callable.\n if (typeof action == 'string') {\n p.reset(action);\n try {\n action = p.parseKeyAction();\n } catch (ex) {\n console.error(ex);\n return;\n }\n }\n\n if (!p.isComplete()) {\n console.error(p.error('Expected end of sequence: ' + sequence));\n return;\n }\n\n this.addBinding_(new hterm.Keyboard.KeyPattern(sequence), action);\n};\n\n/**\n * Add multiple bindings at a time using a map of {string: string, ...}\n *\n * This uses hterm.Parser to parse the maps key into KeyPatterns, and the\n * map values into {string|function|KeyAction}.\n *\n * For example:\n * {\n * // Will replace Ctrl-P keystrokes with the string \"hiya!\".\n * 'Ctrl-P': \"'hiya!'\",\n * // Will cancel the keystroke entirely (make it do nothing).\n * 'Alt-D': hterm.Keyboard.KeyActions.CANCEL,\n * }\n *\n * @param {Object} map\n */\nhterm.Keyboard.Bindings.prototype.addBindings = function(map) {\n for (var key in map) {\n this.addBinding(key, map[key]);\n }\n};\n\n/**\n * Return the binding that is the best match for the given keyDown record,\n * or null if there is no match.\n *\n * @param {Object} keyDown An object with a keyCode property and zero or\n * more boolean properties representing key modifiers. These property names\n * must match those defined in hterm.Keyboard.KeyPattern.modifiers.\n */\nhterm.Keyboard.Bindings.prototype.getBinding = function(keyDown) {\n var list = this.bindings_[keyDown.keyCode];\n if (!list)\n return null;\n\n for (var i = 0; i < list.length; i++) {\n var binding = list[i];\n if (binding.keyPattern.matchKeyDown(keyDown))\n return binding;\n }\n\n return null;\n};\n// SOURCE FILE: hterm/js/hterm_keyboard_keymap.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('hterm.Keyboard.KeyActions');\n\n/**\n * The default key map for hterm.\n *\n * Contains a mapping of keyCodes to keyDefs (aka key definitions). The key\n * definition tells the hterm.Keyboard class how to handle keycodes.\n *\n * This should work for most cases, as the printable characters get handled\n * in the keypress event. In that case, even if the keycap is wrong in the\n * key map, the correct character should be sent.\n *\n * Different layouts, such as Dvorak should work with this keymap, as those\n * layouts typically move keycodes around on the keyboard without disturbing\n * the actual keycaps.\n *\n * There may be issues with control keys on non-US keyboards or with keyboards\n * that very significantly from the expectations here, in which case we may\n * have to invent new key maps.\n *\n * The sequences defined in this key map come from [XTERM] as referenced in\n * vt.js, starting with the section titled \"Alt and Meta Keys\".\n */\nhterm.Keyboard.KeyMap = function(keyboard) {\n this.keyboard = keyboard;\n this.keyDefs = {};\n this.reset();\n};\n\n/**\n * Add a single key definition.\n *\n * The definition is a hash containing the following keys: 'keyCap', 'normal',\n * 'control', and 'alt'.\n *\n * - keyCap is a string identifying the key. For printable\n * keys, the key cap should be exactly two characters, starting with the\n * unshifted version. For example, 'aA', 'bB', '1!' and '=+'. For\n * non-printable the key cap should be surrounded in square braces, as in\n * '[INS]', '[LEFT]'. By convention, non-printable keycaps are in uppercase\n * but this is not a strict requirement.\n *\n * - Normal is the action that should be performed when they key is pressed\n * in the absence of any modifier. See below for the supported actions.\n *\n * - Control is the action that should be performed when they key is pressed\n * along with the control modifier. See below for the supported actions.\n *\n * - Alt is the action that should be performed when they key is pressed\n * along with the alt modifier. See below for the supported actions.\n *\n * - Meta is the action that should be performed when they key is pressed\n * along with the meta modifier. See below for the supported actions.\n *\n * Actions can be one of the hterm.Keyboard.KeyActions as documented below,\n * a literal string, or an array. If the action is a literal string then\n * the string is sent directly to the host. If the action is an array it\n * is taken to be an escape sequence that may be altered by modifier keys.\n * The second-to-last element of the array will be overwritten with the\n * state of the modifier keys, as specified in the final table of \"PC-Style\n * Function Keys\" from [XTERM].\n */\nhterm.Keyboard.KeyMap.prototype.addKeyDef = function(keyCode, def) {\n if (keyCode in this.keyDefs)\n console.warn('Duplicate keyCode: ' + keyCode);\n\n this.keyDefs[keyCode] = def;\n};\n\n/**\n * Add multiple key definitions in a single call.\n *\n * This function takes the key definitions as variable argument list. Each\n * argument is the key definition specified as an array.\n *\n * (If the function took everything as one big hash we couldn't detect\n * duplicates, and there would be a lot more typing involved.)\n *\n * Each key definition should have 6 elements: (keyCode, keyCap, normal action,\n * control action, alt action and meta action). See KeyMap.addKeyDef for the\n * meaning of these elements.\n */\nhterm.Keyboard.KeyMap.prototype.addKeyDefs = function(var_args) {\n for (var i = 0; i < arguments.length; i++) {\n this.addKeyDef(arguments[i][0],\n { keyCap: arguments[i][1],\n normal: arguments[i][2],\n control: arguments[i][3],\n alt: arguments[i][4],\n meta: arguments[i][5]\n });\n }\n};\n\n/**\n * Set up the default state for this keymap.\n */\nhterm.Keyboard.KeyMap.prototype.reset = function() {\n this.keyDefs = {};\n\n var self = this;\n\n // This function is used by the \"macro\" functions below. It makes it\n // possible to use the call() macro as an argument to any other macro.\n function resolve(action, e, k) {\n if (typeof action == 'function')\n return action.apply(self, [e, k]);\n\n return action;\n }\n\n // If not application keypad a, else b. The keys that care about\n // application keypad ignore it when the key is modified.\n function ak(a, b) {\n return function(e, k) {\n var action = (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey ||\n !self.keyboard.applicationKeypad) ? a : b;\n return resolve(action, e, k);\n };\n }\n\n // If mod or not application cursor a, else b. The keys that care about\n // application cursor ignore it when the key is modified.\n function ac(a, b) {\n return function(e, k) {\n var action = (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey ||\n !self.keyboard.applicationCursor) ? a : b;\n return resolve(action, e, k);\n };\n }\n\n // If not backspace-sends-backspace keypad a, else b.\n function bs(a, b) {\n return function(e, k) {\n var action = !self.keyboard.backspaceSendsBackspace ? a : b;\n return resolve(action, e, k);\n };\n }\n\n // If not e.shiftKey a, else b.\n function sh(a, b) {\n return function(e, k) {\n var action = !e.shiftKey ? a : b;\n e.maskShiftKey = true;\n return resolve(action, e, k);\n };\n }\n\n // If not e.altKey a, else b.\n function alt(a, b) {\n return function(e, k) {\n var action = !e.altKey ? a : b;\n return resolve(action, e, k);\n };\n }\n\n // If no modifiers a, else b.\n function mod(a, b) {\n return function(e, k) {\n var action = !(e.shiftKey || e.ctrlKey || e.altKey || e.metaKey) ? a : b;\n return resolve(action, e, k);\n };\n }\n\n // Compute a control character for a given character.\n function ctl(ch) { return String.fromCharCode(ch.charCodeAt(0) - 64) }\n\n // Call a method on the keymap instance.\n function c(m) { return function (e, k) { return this[m](e, k) } }\n\n // Ignore if not trapping media keys.\n function med(fn) {\n return function(e, k) {\n if (!self.keyboard.mediaKeysAreFKeys) {\n // Block Back, Forward, and Reload keys to avoid navigating away from\n // the current page.\n return (e.keyCode == 166 || e.keyCode == 167 || e.keyCode == 168) ?\n hterm.Keyboard.KeyActions.CANCEL :\n hterm.Keyboard.KeyActions.PASS;\n }\n return resolve(fn, e, k);\n };\n }\n\n var ESC = '\\x1b';\n var CSI = '\\x1b[';\n var SS3 = '\\x1bO';\n\n var CANCEL = hterm.Keyboard.KeyActions.CANCEL;\n var DEFAULT = hterm.Keyboard.KeyActions.DEFAULT;\n var PASS = hterm.Keyboard.KeyActions.PASS;\n var STRIP = hterm.Keyboard.KeyActions.STRIP;\n\n this.addKeyDefs(\n // These fields are: [keycode, keycap, normal, control, alt, meta]\n\n // The browser sends the keycode 0 for some keys. We'll just assume it's\n // going to do the right thing by default for those keys.\n [0, '[UNKNOWN]', PASS, PASS, PASS, PASS],\n\n // First row.\n [27, '[ESC]', ESC, DEFAULT, DEFAULT, DEFAULT],\n [112, '[F1]', mod(SS3 + 'P', CSI + 'P'), DEFAULT, CSI + \"23~\", DEFAULT],\n [113, '[F2]', mod(SS3 + 'Q', CSI + 'Q'), DEFAULT, CSI + \"24~\", DEFAULT],\n [114, '[F3]', mod(SS3 + 'R', CSI + 'R'), DEFAULT, CSI + \"25~\", DEFAULT],\n [115, '[F4]', mod(SS3 + 'S', CSI + 'S'), DEFAULT, CSI + \"26~\", DEFAULT],\n [116, '[F5]', CSI + '15~', DEFAULT, CSI + \"28~\", DEFAULT],\n [117, '[F6]', CSI + '17~', DEFAULT, CSI + \"29~\", DEFAULT],\n [118, '[F7]', CSI + '18~', DEFAULT, CSI + \"31~\", DEFAULT],\n [119, '[F8]', CSI + '19~', DEFAULT, CSI + \"32~\", DEFAULT],\n [120, '[F9]', CSI + '20~', DEFAULT, CSI + \"33~\", DEFAULT],\n [121, '[F10]', CSI + '21~', DEFAULT, CSI + \"34~\", DEFAULT],\n [122, '[F11]', CSI + '23~', DEFAULT, CSI + \"42~\", DEFAULT],\n [123, '[F12]', CSI + '24~', DEFAULT, CSI + \"43~\", DEFAULT],\n\n // Second row.\n [192, '`~', DEFAULT, sh(ctl('@'), ctl('^')), DEFAULT, PASS],\n [49, '1!', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [50, '2@', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [51, '3#', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [52, '4$', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [53, '5%', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [54, '6^', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [55, '7&', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [56, '8*', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [57, '9(', DEFAULT, c('onCtrlNum_'), c('onAltNum_'), c('onMetaNum_')],\n [48, '0)', DEFAULT, c('onPlusMinusZero_'),c('onAltNum_'),c('onPlusMinusZero_')],\n [189, '-_', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')],\n [187, '=+', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')],\n // Firefox -_ and =+\n [173, '-_', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')],\n [61, '=+', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')],\n // Firefox Italian +*\n [171, '+*', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')],\n\n [8, '[BKSP]', bs('\\x7f', '\\b'), bs('\\b', '\\x7f'), DEFAULT, DEFAULT],\n\n // Third row.\n [9, '[TAB]', sh('\\t', CSI + 'Z'), STRIP, PASS, DEFAULT],\n [81, 'qQ', DEFAULT, ctl('Q'), DEFAULT, DEFAULT],\n [87, 'wW', DEFAULT, ctl('W'), DEFAULT, DEFAULT],\n [69, 'eE', DEFAULT, ctl('E'), DEFAULT, DEFAULT],\n [82, 'rR', DEFAULT, ctl('R'), DEFAULT, DEFAULT],\n [84, 'tT', DEFAULT, ctl('T'), DEFAULT, DEFAULT],\n [89, 'yY', DEFAULT, ctl('Y'), DEFAULT, DEFAULT],\n [85, 'uU', DEFAULT, ctl('U'), DEFAULT, DEFAULT],\n [73, 'iI', DEFAULT, ctl('I'), DEFAULT, DEFAULT],\n [79, 'oO', DEFAULT, ctl('O'), DEFAULT, DEFAULT],\n [80, 'pP', DEFAULT, ctl('P'), DEFAULT, DEFAULT],\n [219, '[{', DEFAULT, ctl('['), DEFAULT, DEFAULT],\n [221, ']}', DEFAULT, ctl(']'), DEFAULT, DEFAULT],\n [220, '\\\\|', DEFAULT, ctl('\\\\'), DEFAULT, DEFAULT],\n\n // Fourth row. (We let Ctrl-Shift-J pass for Chrome DevTools.)\n [20, '[CAPS]', PASS, PASS, PASS, DEFAULT],\n [65, 'aA', DEFAULT, ctl('A'), DEFAULT, DEFAULT],\n [83, 'sS', DEFAULT, ctl('S'), DEFAULT, DEFAULT],\n [68, 'dD', DEFAULT, ctl('D'), DEFAULT, DEFAULT],\n [70, 'fF', DEFAULT, ctl('F'), DEFAULT, DEFAULT],\n [71, 'gG', DEFAULT, ctl('G'), DEFAULT, DEFAULT],\n [72, 'hH', DEFAULT, ctl('H'), DEFAULT, DEFAULT],\n [74, 'jJ', DEFAULT, sh(ctl('J'), PASS), DEFAULT, DEFAULT],\n [75, 'kK', DEFAULT, sh(ctl('K'), c('onClear_')), DEFAULT, DEFAULT],\n [76, 'lL', DEFAULT, sh(ctl('L'), PASS), DEFAULT, DEFAULT],\n [186, ';:', DEFAULT, STRIP, DEFAULT, DEFAULT],\n [222, '\\'\"', DEFAULT, STRIP, DEFAULT, DEFAULT],\n [13, '[ENTER]', '\\r', CANCEL, CANCEL, DEFAULT],\n\n // Fifth row. This includes the copy/paste shortcuts. On some\n // platforms it's Ctrl-C/V, on others it's Meta-C/V. We assume either\n // Ctrl-C/Meta-C should pass to the browser when there is a selection,\n // and Ctrl-Shift-V/Meta-*-V should always pass to the browser (since\n // these seem to be recognized as paste too).\n [16, '[SHIFT]', PASS, PASS, PASS, DEFAULT],\n [90, 'zZ', DEFAULT, ctl('Z'), DEFAULT, DEFAULT],\n [88, 'xX', DEFAULT, ctl('X'), DEFAULT, DEFAULT],\n [67, 'cC', DEFAULT, c('onCtrlC_'), DEFAULT, c('onMetaC_')],\n [86, 'vV', DEFAULT, c('onCtrlV_'), DEFAULT, c('onMetaV_')],\n [66, 'bB', DEFAULT, sh(ctl('B'), PASS), DEFAULT, sh(DEFAULT, PASS)],\n [78, 'nN', DEFAULT, c('onCtrlN_'), DEFAULT, c('onMetaN_')],\n [77, 'mM', DEFAULT, ctl('M'), DEFAULT, DEFAULT],\n [188, ',<', DEFAULT, alt(STRIP, PASS), DEFAULT, DEFAULT],\n [190, '.>', DEFAULT, alt(STRIP, PASS), DEFAULT, DEFAULT],\n [191, '/?', DEFAULT, sh(ctl('_'), ctl('?')), DEFAULT, DEFAULT],\n\n // Sixth and final row.\n [17, '[CTRL]', PASS, PASS, PASS, PASS],\n [18, '[ALT]', PASS, PASS, PASS, PASS],\n [91, '[LAPL]', PASS, PASS, PASS, PASS],\n [32, ' ', DEFAULT, ctl('@'), DEFAULT, DEFAULT],\n [92, '[RAPL]', PASS, PASS, PASS, PASS],\n [93, '[RMENU]', PASS, PASS, PASS, PASS],\n\n // These things.\n [42, '[PRTSCR]', PASS, PASS, PASS, PASS],\n [145, '[SCRLK]', PASS, PASS, PASS, PASS],\n [19, '[BREAK]', PASS, PASS, PASS, PASS],\n\n // The block of six keys above the arrows.\n [45, '[INSERT]', c('onKeyInsert_'), DEFAULT, DEFAULT, DEFAULT],\n [36, '[HOME]', c('onKeyHome_'), DEFAULT, DEFAULT, DEFAULT],\n [33, '[PGUP]', c('onKeyPageUp_'), DEFAULT, DEFAULT, DEFAULT],\n [46, '[DEL]', c('onKeyDel_'), DEFAULT, DEFAULT, DEFAULT],\n [35, '[END]', c('onKeyEnd_'), DEFAULT, DEFAULT, DEFAULT],\n [34, '[PGDOWN]', c('onKeyPageDown_'), DEFAULT, DEFAULT, DEFAULT],\n\n // Arrow keys. When unmodified they respect the application cursor state,\n // otherwise they always send the CSI codes.\n [38, '[UP]', c('onKeyArrowUp_'), DEFAULT, DEFAULT, DEFAULT],\n [40, '[DOWN]', c('onKeyArrowDown_'), DEFAULT, DEFAULT, DEFAULT],\n [39, '[RIGHT]', ac(CSI + 'C', SS3 + 'C'), DEFAULT, DEFAULT, DEFAULT],\n [37, '[LEFT]', ac(CSI + 'D', SS3 + 'D'), DEFAULT, DEFAULT, DEFAULT],\n\n [144, '[NUMLOCK]', PASS, PASS, PASS, PASS],\n\n // With numlock off, the keypad generates the same key codes as the arrows\n // and 'block of six' for some keys, and null key codes for the rest.\n\n // Keypad with numlock on generates unique key codes...\n [96, '[KP0]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [97, '[KP1]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [98, '[KP2]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [99, '[KP3]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [100, '[KP4]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [101, '[KP5]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [102, '[KP6]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [103, '[KP7]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [104, '[KP8]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [105, '[KP9]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [107, '[KP+]', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')],\n [109, '[KP-]', DEFAULT, c('onPlusMinusZero_'), DEFAULT, c('onPlusMinusZero_')],\n [106, '[KP*]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [111, '[KP/]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n [110, '[KP.]', DEFAULT, DEFAULT, DEFAULT, DEFAULT],\n\n // Chrome OS keyboard top row.\n [166, '[BACK]', med(mod(SS3+'P', CSI+'P')), DEFAULT, CSI+\"23~\", DEFAULT],\n [167, '[FWD]', med(mod(SS3+'Q', CSI+'Q')), DEFAULT, CSI+\"24~\", DEFAULT],\n [168, '[RELOAD]', med(mod(SS3+'R', CSI+'R')), DEFAULT, CSI+\"25~\", DEFAULT],\n [183, '[FSCR]', med(mod(SS3+'S', CSI+'S')), DEFAULT, CSI+\"26~\", DEFAULT],\n [182, '[WINS]', med(CSI + '15~'), DEFAULT, CSI+\"28~\", DEFAULT],\n [216, '[BRIT-]', med(CSI + '17~'), DEFAULT, CSI+\"29~\", DEFAULT],\n [217, '[BRIT+]', med(CSI + '18~'), DEFAULT, CSI+\"31~\", DEFAULT]\n\n // 173 [MUTE], 174 [VOL-] and 175 [VOL+] are trapped by the Chrome OS\n // window manager, so we'll never see them. Note that 173 is also\n // Firefox's -_ keycode.\n );\n};\n\n/**\n * Either allow the paste or send a key sequence.\n */\nhterm.Keyboard.KeyMap.prototype.onKeyInsert_ = function(e) {\n if (this.keyboard.shiftInsertPaste && e.shiftKey)\n return hterm.Keyboard.KeyActions.PASS;\n\n return '\\x1b[2~';\n};\n\n/**\n * Either scroll the scrollback buffer or send a key sequence.\n */\nhterm.Keyboard.KeyMap.prototype.onKeyHome_ = function(e) {\n if (!this.keyboard.homeKeysScroll ^ e.shiftKey) {\n if ((e.altey || e.ctrlKey || e.shiftKey) ||\n !this.keyboard.applicationCursor) {\n return '\\x1b[H';\n }\n\n return '\\x1bOH';\n }\n\n this.keyboard.terminal.scrollHome();\n return hterm.Keyboard.KeyActions.CANCEL;\n};\n\n/**\n * Either scroll the scrollback buffer or send a key sequence.\n */\nhterm.Keyboard.KeyMap.prototype.onKeyEnd_ = function(e) {\n if (!this.keyboard.homeKeysScroll ^ e.shiftKey) {\n if ((e.altKey || e.ctrlKey || e.shiftKey) ||\n !this.keyboard.applicationCursor) {\n return '\\x1b[F';\n }\n\n return '\\x1bOF';\n }\n\n this.keyboard.terminal.scrollEnd();\n return hterm.Keyboard.KeyActions.CANCEL;\n};\n\n/**\n * Either scroll the scrollback buffer or send a key sequence.\n */\nhterm.Keyboard.KeyMap.prototype.onKeyPageUp_ = function(e) {\n if (!this.keyboard.pageKeysScroll ^ e.shiftKey)\n return '\\x1b[5~';\n\n this.keyboard.terminal.scrollPageUp();\n return hterm.Keyboard.KeyActions.CANCEL;\n};\n\n/**\n * Either send a true DEL, or sub in meta-backspace.\n *\n * On Chrome OS, if we know the alt key is down, but we get a DEL event that\n * claims that the alt key is not pressed, we know the DEL was a synthetic\n * one from a user that hit alt-backspace. Based on a user pref, we can sub\n * in meta-backspace in this case.\n */\nhterm.Keyboard.KeyMap.prototype.onKeyDel_ = function(e) {\n if (this.keyboard.altBackspaceIsMetaBackspace &&\n this.keyboard.altKeyPressed && !e.altKey)\n return '\\x1b\\x7f';\n return '\\x1b[3~';\n};\n\n/**\n * Either scroll the scrollback buffer or send a key sequence.\n */\nhterm.Keyboard.KeyMap.prototype.onKeyPageDown_ = function(e) {\n if (!this.keyboard.pageKeysScroll ^ e.shiftKey)\n return '\\x1b[6~';\n\n this.keyboard.terminal.scrollPageDown();\n return hterm.Keyboard.KeyActions.CANCEL;\n};\n\n/**\n * Either scroll the scrollback buffer or send a key sequence.\n */\nhterm.Keyboard.KeyMap.prototype.onKeyArrowUp_ = function(e) {\n if (!this.keyboard.applicationCursor && e.shiftKey) {\n this.keyboard.terminal.scrollLineUp();\n return hterm.Keyboard.KeyActions.CANCEL;\n }\n\n return (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey ||\n !this.keyboard.applicationCursor) ? '\\x1b[A' : '\\x1bOA';\n};\n\n/**\n * Either scroll the scrollback buffer or send a key sequence.\n */\nhterm.Keyboard.KeyMap.prototype.onKeyArrowDown_ = function(e) {\n if (!this.keyboard.applicationCursor && e.shiftKey) {\n this.keyboard.terminal.scrollLineDown();\n return hterm.Keyboard.KeyActions.CANCEL;\n }\n\n return (e.shiftKey || e.ctrlKey || e.altKey || e.metaKey ||\n !this.keyboard.applicationCursor) ? '\\x1b[B' : '\\x1bOB';\n};\n\n/**\n * Clear the primary/alternate screens and the scrollback buffer.\n */\nhterm.Keyboard.KeyMap.prototype.onClear_ = function(e, keyDef) {\n this.keyboard.terminal.wipeContents();\n return hterm.Keyboard.KeyActions.CANCEL;\n};\n\n/**\n * Either pass Ctrl-1..9 to the browser or send them to the host.\n *\n * Note that Ctrl-1 and Ctrl-9 don't actually have special sequences mapped\n * to them in xterm or gnome-terminal. The range is really Ctrl-2..8, but\n * we handle 1..9 since Chrome treats the whole range special.\n */\nhterm.Keyboard.KeyMap.prototype.onCtrlNum_ = function(e, keyDef) {\n // Compute a control character for a given character.\n function ctl(ch) { return String.fromCharCode(ch.charCodeAt(0) - 64) }\n\n if (this.keyboard.terminal.passCtrlNumber && !e.shiftKey)\n return hterm.Keyboard.KeyActions.PASS;\n\n switch (keyDef.keyCap.substr(0, 1)) {\n case '1': return '1';\n case '2': return ctl('@');\n case '3': return ctl('[');\n case '4': return ctl('\\\\');\n case '5': return ctl(']');\n case '6': return ctl('^');\n case '7': return ctl('_');\n case '8': return '\\x7f';\n case '9': return '9';\n }\n};\n\n/**\n * Either pass Alt-1..9 to the browser or send them to the host.\n */\nhterm.Keyboard.KeyMap.prototype.onAltNum_ = function(e, keyDef) {\n if (this.keyboard.terminal.passAltNumber && !e.shiftKey)\n return hterm.Keyboard.KeyActions.PASS;\n\n return hterm.Keyboard.KeyActions.DEFAULT;\n};\n\n/**\n * Either pass Meta-1..9 to the browser or send them to the host.\n */\nhterm.Keyboard.KeyMap.prototype.onMetaNum_ = function(e, keyDef) {\n if (this.keyboard.terminal.passMetaNumber && !e.shiftKey)\n return hterm.Keyboard.KeyActions.PASS;\n\n return hterm.Keyboard.KeyActions.DEFAULT;\n};\n\n/**\n * Either send a ^C or interpret the keystroke as a copy command.\n */\nhterm.Keyboard.KeyMap.prototype.onCtrlC_ = function(e, keyDef) {\n var selection = this.keyboard.terminal.getDocument().getSelection();\n\n if (!selection.isCollapsed) {\n if (this.keyboard.ctrlCCopy && !e.shiftKey) {\n // Ctrl-C should copy if there is a selection, send ^C otherwise.\n // Perform the copy by letting the browser handle Ctrl-C. On most\n // browsers, this is the *only* way to place text on the clipboard from\n // the 'drive-by' web.\n if (this.keyboard.terminal.clearSelectionAfterCopy) {\n setTimeout(selection.collapseToEnd.bind(selection), 50);\n }\n return hterm.Keyboard.KeyActions.PASS;\n }\n\n if (!this.keyboard.ctrlCCopy && e.shiftKey) {\n // Ctrl-Shift-C should copy if there is a selection, send ^C otherwise.\n // Perform the copy manually. This only works in situations where\n // document.execCommand('copy') is allowed.\n if (this.keyboard.terminal.clearSelectionAfterCopy) {\n setTimeout(selection.collapseToEnd.bind(selection), 50);\n }\n this.keyboard.terminal.copySelectionToClipboard();\n return hterm.Keyboard.KeyActions.CANCEL;\n }\n }\n\n return '\\x03';\n};\n\n/**\n * Either send a ^N or open a new window to the same location.\n */\nhterm.Keyboard.KeyMap.prototype.onCtrlN_ = function(e, keyDef) {\n if (e.shiftKey) {\n window.open(document.location.href, '',\n 'chrome=no,close=yes,resize=yes,scrollbars=yes,' +\n 'minimizable=yes,width=' + window.innerWidth +\n ',height=' + window.innerHeight);\n return hterm.Keyboard.KeyActions.CANCEL;\n }\n\n return '\\x0e';\n};\n\n/**\n * Either send a ^V or issue a paste command.\n *\n * The default behavior is to paste if the user presses Ctrl-Shift-V, and send\n * a ^V if the user presses Ctrl-V. This can be flipped with the\n * 'ctrl-v-paste' preference.\n *\n */\nhterm.Keyboard.KeyMap.prototype.onCtrlV_ = function(e, keyDef) {\n if ((!e.shiftKey && this.keyboard.ctrlVPaste) ||\n (e.shiftKey && !this.keyboard.ctrlVPaste)) {\n // We try to do the pasting ourselves as not all browsers/OSs bind Ctrl-V to\n // pasting. Notably, on macOS, Ctrl-V/Ctrl-Shift-V do nothing.\n // However, this might run into web restrictions, so if it fails, we still\n // fallback to the letting the native behavior (hopefully) save us.\n if (this.keyboard.terminal.paste())\n return hterm.Keyboard.KeyActions.CANCEL;\n else\n return hterm.Keyboard.KeyActions.PASS;\n }\n\n return '\\x16';\n};\n\n/**\n * Either the default action or open a new window to the same location.\n */\nhterm.Keyboard.KeyMap.prototype.onMetaN_ = function(e, keyDef) {\n if (e.shiftKey) {\n window.open(document.location.href, '',\n 'chrome=no,close=yes,resize=yes,scrollbars=yes,' +\n 'minimizable=yes,width=' + window.outerWidth +\n ',height=' + window.outerHeight);\n return hterm.Keyboard.KeyActions.CANCEL;\n }\n\n return hterm.Keyboard.KeyActions.DEFAULT;\n};\n\n/**\n * Either send a Meta-C or allow the browser to interpret the keystroke as a\n * copy command.\n *\n * If there is no selection, or if the user presses Meta-Shift-C, then we'll\n * transmit an '\\x1b' (if metaSendsEscape is on) followed by 'c' or 'C'.\n *\n * If there is a selection, we defer to the browser. In this case we clear out\n * the selection so the user knows we heard them, and also to give them a\n * chance to send a Meta-C by just hitting the key again.\n */\nhterm.Keyboard.KeyMap.prototype.onMetaC_ = function(e, keyDef) {\n var document = this.keyboard.terminal.getDocument();\n if (e.shiftKey || document.getSelection().isCollapsed) {\n // If the shift key is being held, or there is no document selection, send\n // a Meta-C. The keyboard code will add the ESC if metaSendsEscape is true,\n // we just have to decide between 'c' and 'C'.\n return keyDef.keyCap.substr(e.shiftKey ? 1 : 0, 1);\n }\n\n // Otherwise let the browser handle it as a copy command.\n if (this.keyboard.terminal.clearSelectionAfterCopy) {\n setTimeout(function() { document.getSelection().collapseToEnd() }, 50);\n }\n return hterm.Keyboard.KeyActions.PASS;\n};\n\n/**\n * Either PASS or DEFAULT Meta-V, depending on preference.\n *\n * Always PASS Meta-Shift-V to allow browser to interpret the keystroke as\n * a paste command.\n */\nhterm.Keyboard.KeyMap.prototype.onMetaV_ = function(e, keyDef) {\n if (e.shiftKey)\n return hterm.Keyboard.KeyActions.PASS;\n\n return this.keyboard.passMetaV ?\n hterm.Keyboard.KeyActions.PASS :\n hterm.Keyboard.KeyActions.DEFAULT;\n};\n\n/**\n * Handle font zooming.\n *\n * The browser's built-in zoom has a bit of an issue at certain zoom levels.\n * At some magnifications, the measured height of a row of text differs from\n * the height that was explicitly set.\n *\n * We override the browser zoom keys to change the ScrollPort's font size to\n * avoid the issue.\n */\nhterm.Keyboard.KeyMap.prototype.onPlusMinusZero_ = function(e, keyDef) {\n if (!(this.keyboard.ctrlPlusMinusZeroZoom ^ e.shiftKey)) {\n // If ctrl-PMZ controls zoom and the shift key is pressed, or\n // ctrl-shift-PMZ controls zoom and this shift key is not pressed,\n // then we want to send the control code instead of affecting zoom.\n if (keyDef.keyCap == '-_')\n return '\\x1f'; // ^_\n\n // Only ^_ is valid, the other sequences have no meaning.\n return hterm.Keyboard.KeyActions.CANCEL;\n }\n\n if (this.keyboard.terminal.getZoomFactor() != 1) {\n // If we're not at 1:1 zoom factor, let the Ctrl +/-/0 keys control the\n // browser zoom, so it's easier to for the user to get back to 100%.\n return hterm.Keyboard.KeyActions.PASS;\n }\n\n var cap = keyDef.keyCap.substr(0, 1);\n if (cap == '0') {\n this.keyboard.terminal.setFontSize(0);\n } else {\n var size = this.keyboard.terminal.getFontSize();\n\n if (cap == '-' || keyDef.keyCap == '[KP-]') {\n size -= 1;\n } else {\n size += 1;\n }\n\n this.keyboard.terminal.setFontSize(size);\n }\n\n return hterm.Keyboard.KeyActions.CANCEL;\n};\n// SOURCE FILE: hterm/js/hterm_keyboard_keypattern.js\n// Copyright (c) 2015 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * A record of modifier bits and keycode used to define a key binding.\n *\n * The modifier names are enumerated in the static KeyPattern.modifiers\n * property below. Each modifier can be true, false, or \"*\". True means\n * the modifier key must be present, false means it must not, and \"*\" means\n * it doesn't matter.\n */\nhterm.Keyboard.KeyPattern = function(spec) {\n this.wildcardCount = 0;\n this.keyCode = spec.keyCode;\n\n hterm.Keyboard.KeyPattern.modifiers.forEach(function(mod) {\n this[mod] = spec[mod] || false;\n if (this[mod] == '*')\n this.wildcardCount++;\n }.bind(this));\n};\n\n/**\n * Valid modifier names.\n */\nhterm.Keyboard.KeyPattern.modifiers = [\n 'shift', 'ctrl', 'alt', 'meta'\n];\n\n/**\n * A compare callback for Array.prototype.sort().\n *\n * The bindings code wants to be sure to search through the strictest key\n * patterns first, so that loosely defined patterns have a lower priority than\n * exact patterns.\n *\n * @param {hterm.Keyboard.KeyPattern} a\n * @param {hterm.Keyboard.KeyPattern} b\n */\nhterm.Keyboard.KeyPattern.sortCompare = function(a, b) {\n if (a.wildcardCount < b.wildcardCount)\n return -1;\n\n if (a.wildcardCount > b.wildcardCount)\n return 1;\n\n return 0;\n};\n\n/**\n * Private method used to match this key pattern against other key patterns\n * or key down events.\n *\n * @param {Object} The object to match.\n * @param {boolean} True if we should ignore wildcards. Useful when you want\n * to perform and exact match against another key pattern.\n */\nhterm.Keyboard.KeyPattern.prototype.match_ = function(obj, exactMatch) {\n if (this.keyCode != obj.keyCode)\n return false;\n\n var rv = true;\n\n hterm.Keyboard.KeyPattern.modifiers.forEach(function(mod) {\n var modValue = (mod in obj) ? obj[mod] : false;\n if (!rv || (!exactMatch && this[mod] == '*') || this[mod] == modValue)\n return;\n\n rv = false;\n }.bind(this));\n\n return rv;\n};\n\n/**\n * Return true if the given keyDown object is a match for this key pattern.\n *\n * @param {Object} keyDown An object with a keyCode property and zero or\n * more boolean properties representing key modifiers. These property names\n * must match those defined in hterm.Keyboard.KeyPattern.modifiers.\n */\nhterm.Keyboard.KeyPattern.prototype.matchKeyDown = function(keyDown) {\n return this.match_(keyDown, false);\n};\n\n/**\n * Return true if the given hterm.Keyboard.KeyPattern is exactly the same as\n * this one.\n *\n * @param {hterm.Keyboard.KeyPattern}\n */\nhterm.Keyboard.KeyPattern.prototype.matchKeyPattern = function(keyPattern) {\n return this.match_(keyPattern, true);\n};\n// SOURCE FILE: hterm/js/hterm_options.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * @fileoverview This file implements the hterm.Options class,\n * which stores current operating conditions for the terminal. This object is\n * used instead of a series of parameters to allow saving/restoring of cursor\n * conditions easily, and to provide an easy place for common configuration\n * options.\n *\n * Original code by Cory Maccarrone.\n */\n\n/**\n * Constructor for the hterm.Options class, optionally acting as a copy\n * constructor.\n *\n * The defaults are as defined in http://www.vt100.net/docs/vt510-rm/DECSTR\n * except that we enable autowrap (wraparound) by default since that seems to\n * be what xterm does.\n *\n * @param {hterm.Options=} opt_copy Optional instance to copy.\n * @constructor\n */\nhterm.Options = function(opt_copy) {\n // All attributes in this class are public to allow easy access by the\n // terminal.\n\n this.wraparound = opt_copy ? opt_copy.wraparound : true;\n this.reverseWraparound = opt_copy ? opt_copy.reverseWraparound : false;\n this.originMode = opt_copy ? opt_copy.originMode : false;\n this.autoCarriageReturn = opt_copy ? opt_copy.autoCarriageReturn : false;\n this.cursorVisible = opt_copy ? opt_copy.cursorVisible : false;\n this.cursorBlink = opt_copy ? opt_copy.cursorBlink : false;\n this.insertMode = opt_copy ? opt_copy.insertMode : false;\n this.reverseVideo = opt_copy ? opt_copy.reverseVideo : false;\n this.bracketedPaste = opt_copy ? opt_copy.bracketedPaste : false;\n};\n// SOURCE FILE: hterm/js/hterm_parser.js\n// Copyright (c) 2015 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('hterm.Keyboard.KeyActions');\n\n/**\n * @constructor\n * Parses the key definition syntax used for user keyboard customizations.\n */\nhterm.Parser = function() {\n /**\n * @type {string} The source string.\n */\n this.source = '';\n\n /**\n * @type {number} The current position.\n */\n this.pos = 0;\n\n /**\n * @type {string?} The character at the current position.\n */\n this.ch = null;\n};\n\nhterm.Parser.prototype.error = function(message) {\n return new Error('Parse error at ' + this.pos + ': ' + message);\n};\n\nhterm.Parser.prototype.isComplete = function() {\n return this.pos == this.source.length;\n};\n\nhterm.Parser.prototype.reset = function(source, opt_pos) {\n this.source = source;\n this.pos = opt_pos || 0;\n this.ch = source.substr(0, 1);\n};\n\n/**\n * Parse a key sequence.\n *\n * A key sequence is zero or more of the key modifiers defined in\n * hterm.Parser.identifiers.modifierKeys followed by a key code. Key\n * codes can be an integer or an identifier from\n * hterm.Parser.identifiers.keyCodes. Modifiers and keyCodes should be joined\n * by the dash character.\n *\n * An asterisk \"*\" can be used to indicate that the unspecified modifiers\n * are optional.\n *\n * For example:\n * A: Matches only an unmodified \"A\" character.\n * 65: Same as above.\n * 0x41: Same as above.\n * Ctrl-A: Matches only Ctrl-A.\n * Ctrl-65: Same as above.\n * Ctrl-0x41: Same as above.\n * Ctrl-Shift-A: Matches only Ctrl-Shift-A.\n * Ctrl-*-A: Matches Ctrl-A, as well as any other key sequence that includes\n * at least the Ctrl and A keys.\n *\n * @return {Object} An object with shift, ctrl, alt, meta, keyCode\n * properties.\n */\nhterm.Parser.prototype.parseKeySequence = function() {\n var rv = {\n keyCode: null\n };\n\n for (var k in hterm.Parser.identifiers.modifierKeys) {\n rv[hterm.Parser.identifiers.modifierKeys[k]] = false;\n }\n\n while (this.pos < this.source.length) {\n this.skipSpace();\n\n var token = this.parseToken();\n if (token.type == 'integer') {\n rv.keyCode = token.value;\n\n } else if (token.type == 'identifier') {\n var ucValue = token.value.toUpperCase();\n if (ucValue in hterm.Parser.identifiers.modifierKeys &&\n hterm.Parser.identifiers.modifierKeys.hasOwnProperty(ucValue)) {\n var mod = hterm.Parser.identifiers.modifierKeys[ucValue];\n if (rv[mod] && rv[mod] != '*')\n throw this.error('Duplicate modifier: ' + token.value);\n rv[mod] = true;\n\n } else if (ucValue in hterm.Parser.identifiers.keyCodes &&\n hterm.Parser.identifiers.keyCodes.hasOwnProperty(ucValue)) {\n rv.keyCode = hterm.Parser.identifiers.keyCodes[ucValue];\n\n } else {\n throw this.error('Unknown key: ' + token.value);\n }\n\n } else if (token.type == 'symbol') {\n if (token.value == '*') {\n for (var id in hterm.Parser.identifiers.modifierKeys) {\n var p = hterm.Parser.identifiers.modifierKeys[id];\n if (!rv[p])\n rv[p] = '*';\n }\n } else {\n throw this.error('Unexpected symbol: ' + token.value);\n }\n } else {\n throw this.error('Expected integer or identifier');\n }\n\n this.skipSpace();\n\n if (this.ch != '-')\n break;\n\n if (rv.keyCode != null)\n throw this.error('Extra definition after target key');\n\n this.advance(1);\n }\n\n if (rv.keyCode == null)\n throw this.error('Missing target key');\n\n return rv;\n};\n\nhterm.Parser.prototype.parseKeyAction = function() {\n this.skipSpace();\n\n var token = this.parseToken();\n\n if (token.type == 'string')\n return token.value;\n\n if (token.type == 'identifier') {\n if (token.value in hterm.Parser.identifiers.actions &&\n hterm.Parser.identifiers.actions.hasOwnProperty(token.value))\n return hterm.Parser.identifiers.actions[token.value];\n\n throw this.error('Unknown key action: ' + token.value);\n }\n\n throw this.error('Expected string or identifier');\n\n};\n\nhterm.Parser.prototype.peekString = function() {\n return this.ch == '\\'' || this.ch == '\"';\n};\n\nhterm.Parser.prototype.peekIdentifier = function() {\n return this.ch.match(/[a-z_]/i);\n};\n\nhterm.Parser.prototype.peekInteger = function() {\n return this.ch.match(/[0-9]/);\n};\n\nhterm.Parser.prototype.parseToken = function() {\n if (this.ch == '*') {\n var rv = {type: 'symbol', value: this.ch};\n this.advance(1);\n return rv;\n }\n\n if (this.peekIdentifier())\n return {type: 'identifier', value: this.parseIdentifier()};\n\n if (this.peekString())\n return {type: 'string', value: this.parseString()};\n\n if (this.peekInteger())\n return {type: 'integer', value: this.parseInteger()};\n\n\n throw this.error('Unexpected token');\n};\n\nhterm.Parser.prototype.parseIdentifier = function() {\n if (!this.peekIdentifier())\n throw this.error('Expected identifier');\n\n return this.parsePattern(/[a-z0-9_]+/ig);\n};\n\nhterm.Parser.prototype.parseInteger = function() {\n var base = 10;\n\n if (this.ch == '0' && this.pos < this.source.length - 1 &&\n this.source.substr(this.pos + 1, 1) == 'x') {\n return parseInt(this.parsePattern(/0x[0-9a-f]+/gi));\n }\n\n return parseInt(this.parsePattern(/\\d+/g));\n};\n\n/**\n * Parse a single or double quoted string.\n *\n * The current position should point at the initial quote character. Single\n * quoted strings will be treated literally, double quoted will process escapes.\n *\n * TODO(rginda): Variable interpolation.\n *\n * @param {ParseState} parseState\n * @param {string} quote A single or double-quote character.\n * @return {string}\n */\nhterm.Parser.prototype.parseString = function() {\n var result = '';\n\n var quote = this.ch;\n if (quote != '\"' && quote != '\\'')\n throw this.error('String expected');\n\n this.advance(1);\n\n var re = new RegExp('[\\\\\\\\' + quote + ']', 'g');\n\n while (this.pos < this.source.length) {\n re.lastIndex = this.pos;\n if (!re.exec(this.source))\n throw this.error('Unterminated string literal');\n\n result += this.source.substring(this.pos, re.lastIndex - 1);\n\n this.advance(re.lastIndex - this.pos - 1);\n\n if (quote == '\"' && this.ch == '\\\\') {\n this.advance(1);\n result += this.parseEscape();\n continue;\n }\n\n if (quote == '\\'' && this.ch == '\\\\') {\n result += this.ch;\n this.advance(1);\n continue;\n }\n\n if (this.ch == quote) {\n this.advance(1);\n return result;\n }\n }\n\n throw this.error('Unterminated string literal');\n};\n\n\n/**\n * Parse an escape code from the current position (which should point to\n * the first character AFTER the leading backslash.)\n *\n * @return {string}\n */\nhterm.Parser.prototype.parseEscape = function() {\n var map = {\n '\"': '\"',\n '\\'': '\\'',\n '\\\\': '\\\\',\n 'a': '\\x07',\n 'b': '\\x08',\n 'e': '\\x1b',\n 'f': '\\x0c',\n 'n': '\\x0a',\n 'r': '\\x0d',\n 't': '\\x09',\n 'v': '\\x0b',\n 'x': function() {\n var value = this.parsePattern(/[a-z0-9]{2}/ig);\n return String.fromCharCode(parseInt(value, 16));\n },\n 'u': function() {\n var value = this.parsePattern(/[a-z0-9]{4}/ig);\n return String.fromCharCode(parseInt(value, 16));\n }\n };\n\n if (!(this.ch in map && map.hasOwnProperty(this.ch)))\n throw this.error('Unknown escape: ' + this.ch);\n\n var value = map[this.ch];\n this.advance(1);\n\n if (typeof value == 'function')\n value = value.call(this);\n\n return value;\n};\n\n/**\n * Parse the given pattern starting from the current position.\n *\n * @param {RegExp} pattern A pattern representing the characters to span. MUST\n * include the \"global\" RegExp flag.\n * @return {string}\n */\nhterm.Parser.prototype.parsePattern = function(pattern) {\n if (!pattern.global)\n throw this.error('Internal error: Span patterns must be global');\n\n pattern.lastIndex = this.pos;\n var ary = pattern.exec(this.source);\n\n if (!ary || pattern.lastIndex - ary[0].length != this.pos)\n throw this.error('Expected match for: ' + pattern);\n\n this.pos = pattern.lastIndex - 1;\n this.advance(1);\n\n return ary[0];\n};\n\n\n/**\n * Advance the current position.\n *\n * @param {number} count\n */\nhterm.Parser.prototype.advance = function(count) {\n this.pos += count;\n this.ch = this.source.substr(this.pos, 1);\n};\n\n/**\n * @param {string=} opt_expect A list of valid non-whitespace characters to\n * terminate on.\n * @return {void}\n */\nhterm.Parser.prototype.skipSpace = function(opt_expect) {\n if (!/\\s/.test(this.ch))\n return;\n\n var re = /\\s+/gm;\n re.lastIndex = this.pos;\n\n var source = this.source;\n if (re.exec(source))\n this.pos = re.lastIndex;\n\n this.ch = this.source.substr(this.pos, 1);\n\n if (opt_expect) {\n if (this.ch.indexOf(opt_expect) == -1) {\n throw this.error('Expected one of ' + opt_expect + ', found: ' +\n this.ch);\n }\n }\n};\n// SOURCE FILE: hterm/js/hterm_parser_identifiers.js\n// Copyright (c) 2015 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * Collections of identifier for hterm.Parser.\n */\nhterm.Parser.identifiers = {};\n\n/**\n * Modifier key names used when defining key sequences.\n *\n * These are upper case so we can normalize the user input and be forgiving.\n * \"CTRL-A\" and \"Ctrl-A\" and \"ctrl-a\" are all accepted.\n *\n * Note: Names here cannot overlap with hterm.Parser.identifiers.keyCodes.\n */\nhterm.Parser.identifiers.modifierKeys = {\n SHIFT: 'shift',\n CTRL: 'ctrl',\n // Common alias.\n CONTROL: 'ctrl',\n ALT: 'alt',\n META: 'meta'\n};\n\n/**\n * Key codes useful when defining key sequences.\n *\n * Punctuation is mostly left out of this list because they can move around\n * based on keyboard locale and browser.\n *\n * In a key sequence like \"Ctrl-ESC\", the ESC comes from this list of\n * identifiers. It is equivalent to \"Ctrl-27\" and \"Ctrl-0x1b\".\n *\n * These are upper case so we can normalize the user input and be forgiving.\n * \"Ctrl-ESC\" and \"Ctrl-Esc\" an \"Ctrl-esc\" are all accepted.\n *\n * We also include common aliases for the same key. \"Esc\" and \"Escape\" are the\n * same key.\n *\n * Note: Names here cannot overlap with hterm.Parser.identifiers.modifierKeys.\n */\nhterm.Parser.identifiers.keyCodes = {\n // Top row.\n ESCAPE: 27,\n ESC: 27,\n F1: 112,\n F2: 113,\n F3: 114,\n F4: 115,\n F5: 116,\n F6: 117,\n F7: 118,\n F8: 119,\n F9: 120,\n F10: 121,\n F11: 122,\n F12: 123,\n\n // Row two.\n ONE: 49,\n TWO: 50,\n THREE: 51,\n FOUR: 52,\n FIVE: 53,\n SIX: 54,\n SEVEN: 55,\n EIGHT: 56,\n NINE: 57,\n ZERO: 48,\n BACKSPACE: 8,\n BKSP: 8,\n BS: 8,\n\n // Row three.\n TAB: 9,\n Q: 81,\n W: 87,\n E: 69,\n R: 82,\n T: 84,\n Y: 89,\n U: 85,\n I: 73,\n O: 79,\n P: 80,\n\n // Row four.\n CAPS_LOCK: 20,\n CAPSLOCK: 20,\n CAPS: 20,\n A: 65,\n S: 83,\n D: 68,\n F: 70,\n G: 71,\n H: 72,\n J: 74,\n K: 75,\n L: 76,\n // We map enter and return together even though enter should really be 10\n // because most people don't know or care about the history here. Plus,\n // most keyboards/programs map them together already. If they really want\n // to bind them differently, they can also use the numeric value.\n ENTER: 13,\n ENT: 13,\n RETURN: 13,\n RET: 13,\n\n // Row five.\n Z: 90,\n X: 88,\n C: 67,\n V: 86,\n B: 66,\n N: 78,\n M: 77,\n\n // Etc.\n SPACE: 32,\n SP: 32,\n PRINT_SCREEN: 42,\n PRTSC: 42,\n SCROLL_LOCK: 145,\n SCRLK: 145,\n BREAK: 19,\n BRK: 19,\n INSERT: 45,\n INS: 45,\n HOME: 36,\n PAGE_UP: 33,\n PGUP: 33,\n DELETE: 46,\n DEL: 46,\n END: 35,\n PAGE_DOWN: 34,\n PGDOWN: 34,\n PGDN: 34,\n UP: 38,\n DOWN: 40,\n RIGHT: 39,\n LEFT: 37,\n NUMLOCK: 144,\n\n // Keypad\n KP0: 96,\n KP1: 97,\n KP2: 98,\n KP3: 99,\n KP4: 100,\n KP5: 101,\n KP6: 102,\n KP7: 103,\n KP8: 104,\n KP9: 105,\n KP_PLUS: 107,\n KP_ADD: 107,\n KP_MINUS: 109,\n KP_SUBTRACT: 109,\n KP_STAR: 106,\n KP_MULTIPLY: 106,\n KP_DIVIDE: 111,\n KP_DECIMAL: 110,\n KP_PERIOD: 110,\n\n // Chrome OS media keys\n NAVIGATE_BACK: 166,\n NAVIGATE_FORWARD: 167,\n RELOAD: 168,\n FULL_SCREEN: 183,\n WINDOW_OVERVIEW: 182,\n BRIGHTNESS_UP: 216,\n BRIGHTNESS_DOWN: 217\n};\n\n/**\n * Identifiers for use in key actions.\n */\nhterm.Parser.identifiers.actions = {\n /**\n * Prevent the browser and operating system from handling the event.\n */\n CANCEL: hterm.Keyboard.KeyActions.CANCEL,\n\n /**\n * Wait for a \"keypress\" event, send the keypress charCode to the host.\n */\n DEFAULT: hterm.Keyboard.KeyActions.DEFAULT,\n\n /**\n * Let the browser or operating system handle the key.\n */\n PASS: hterm.Keyboard.KeyActions.PASS,\n\n /**\n * Scroll the terminal one page up.\n */\n scrollPageUp: function(terminal) {\n terminal.scrollPageUp();\n return hterm.Keyboard.KeyActions.CANCEL;\n },\n\n /**\n * Scroll the terminal one page down.\n */\n scrollPageDown: function(terminal) {\n terminal.scrollPageDown();\n return hterm.Keyboard.KeyActions.CANCEL;\n },\n\n /**\n * Scroll the terminal to the top.\n */\n scrollToTop: function(terminal) {\n terminal.scrollEnd();\n return hterm.Keyboard.KeyActions.CANCEL;\n },\n\n /**\n * Scroll the terminal to the bottom.\n */\n scrollToBottom: function(terminal) {\n terminal.scrollEnd();\n return hterm.Keyboard.KeyActions.CANCEL;\n },\n\n /**\n * Clear the terminal and scrollback buffer.\n */\n clearScrollback: function(terminal) {\n terminal.wipeContents();\n return hterm.Keyboard.KeyActions.CANCEL;\n }\n};\n// SOURCE FILE: hterm/js/hterm_preference_manager.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.f', 'lib.Storage');\n\n/**\n * PreferenceManager subclass managing global NaSSH preferences.\n *\n * This is currently just an ordered list of known connection profiles.\n */\nhterm.PreferenceManager = function(profileId) {\n lib.PreferenceManager.call(this, hterm.defaultStorage,\n '/hterm/profiles/' + profileId);\n var defs = hterm.PreferenceManager.defaultPreferences;\n Object.keys(defs).forEach(function(key) {\n this.definePreference(key, defs[key][1]);\n }.bind(this));\n};\n\nhterm.PreferenceManager.categories = {};\nhterm.PreferenceManager.categories.Keyboard = 'Keyboard';\nhterm.PreferenceManager.categories.Appearance = 'Appearance';\nhterm.PreferenceManager.categories.CopyPaste = 'CopyPaste';\nhterm.PreferenceManager.categories.Sounds = 'Sounds';\nhterm.PreferenceManager.categories.Scrolling = 'Scrolling';\nhterm.PreferenceManager.categories.Encoding = 'Encoding';\nhterm.PreferenceManager.categories.Miscellaneous = 'Miscellaneous';\n\n/**\n * List of categories, ordered by display order (top to bottom)\n */\nhterm.PreferenceManager.categoryDefinitions = [\n { id: hterm.PreferenceManager.categories.Appearance,\n text: 'Appearance (fonts, colors, images)'},\n { id: hterm.PreferenceManager.categories.CopyPaste,\n text: 'Copy & Paste'},\n { id: hterm.PreferenceManager.categories.Encoding,\n text: 'Encoding'},\n { id: hterm.PreferenceManager.categories.Keyboard,\n text: 'Keyboard'},\n { id: hterm.PreferenceManager.categories.Scrolling,\n text: 'Scrolling'},\n { id: hterm.PreferenceManager.categories.Sounds,\n text: 'Sounds'},\n { id: hterm.PreferenceManager.categories.Miscellaneous,\n text: 'Misc.'}\n];\n\n\nhterm.PreferenceManager.defaultPreferences = {\n 'alt-gr-mode':\n [hterm.PreferenceManager.categories.Keyboard, null,\n [null, 'none', 'ctrl-alt', 'left-alt', 'right-alt'],\n 'Select an AltGr detection hack^Wheuristic.\\n' +\n '\\n' +\n '\\'null\\': Autodetect based on navigator.language:\\n' +\n ' \\'en-us\\' => \\'none\\', else => \\'right-alt\\'\\n' +\n '\\'none\\': Disable any AltGr related munging.\\n' +\n '\\'ctrl-alt\\': Assume Ctrl+Alt means AltGr.\\n' +\n '\\'left-alt\\': Assume left Alt means AltGr.\\n' +\n '\\'right-alt\\': Assume right Alt means AltGr.\\n'],\n\n 'alt-backspace-is-meta-backspace':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'If set, undoes the Chrome OS Alt-Backspace->DEL remap, so that ' +\n 'alt-backspace indeed is alt-backspace.'],\n\n 'alt-is-meta':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'Set whether the alt key acts as a meta key or as a distinct alt key.'],\n\n 'alt-sends-what':\n [hterm.PreferenceManager.categories.Keyboard, 'escape',\n ['escape', '8-bit', 'browser-key'],\n 'Controls how the alt key is handled.\\n' +\n '\\n' +\n ' escape....... Send an ESC prefix.\\n' +\n ' 8-bit........ Add 128 to the unshifted character as in xterm.\\n' +\n ' browser-key.. Wait for the keypress event and see what the browser \\n' +\n ' says. (This won\\'t work well on platforms where the \\n' +\n ' browser performs a default action for some alt sequences.)'\n ],\n\n 'audible-bell-sound':\n [hterm.PreferenceManager.categories.Sounds, 'lib-resource:hterm/audio/bell',\n 'url',\n 'URL of the terminal bell sound. Empty string for no audible bell.'],\n\n 'desktop-notification-bell':\n [hterm.PreferenceManager.categories.Sounds, false, 'bool',\n 'If true, terminal bells in the background will create a Web ' +\n 'Notification. https://www.w3.org/TR/notifications/\\n' +\n '\\n'+\n 'Displaying notifications requires permission from the user. When this ' +\n 'option is set to true, hterm will attempt to ask the user for permission ' +\n 'if necessary. Note browsers may not show this permission request if it ' +\n 'did not originate from a user action.\\n' +\n '\\n' +\n 'Chrome extensions with the \"notifications\" permission have permission to ' +\n 'display notifications.'],\n\n 'background-color':\n [hterm.PreferenceManager.categories.Appearance, 'rgb(16, 16, 16)', 'color',\n 'The background color for text with no other color attributes.'],\n\n 'background-image':\n [hterm.PreferenceManager.categories.Appearance, '', 'string',\n 'CSS value of the background image. Empty string for no image.\\n' +\n '\\n' +\n 'For example:\\n' +\n ' url(https://goo.gl/anedTK)\\n' +\n ' linear-gradient(top bottom, blue, red)'],\n\n 'background-size':\n [hterm.PreferenceManager.categories.Appearance, '', 'string',\n 'CSS value of the background image size. Defaults to none.'],\n\n 'background-position':\n [hterm.PreferenceManager.categories.Appearance, '', 'string',\n 'CSS value of the background image position.\\n' +\n '\\n' +\n 'For example:\\n' +\n ' 10% 10%\\n' +\n ' center'],\n\n 'backspace-sends-backspace':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'If true, the backspace should send BS (\\'\\\\x08\\', aka ^H). Otherwise ' +\n 'the backspace key should send \\'\\\\x7f\\'.'],\n\n 'character-map-overrides':\n [hterm.PreferenceManager.categories.Appearance, null, 'value',\n 'This is specified as an object. It is a sparse array, where each ' +\n 'property is the character set code and the value is an object that is ' +\n 'a sparse array itself. In that sparse array, each property is the ' +\n 'received character and the value is the displayed character.\\n' +\n '\\n' +\n 'For example:\\n' +\n ' {\"0\":{\"+\":\"\\\\u2192\",\",\":\"\\\\u2190\",\"-\":\"\\\\u2191\",\".\":\"\\\\u2193\", ' +\n '\"0\":\"\\\\u2588\"}}'\n ],\n\n 'close-on-exit':\n [hterm.PreferenceManager.categories.Miscellaneous, true, 'bool',\n 'Whether or not to close the window when the command exits.'],\n\n 'cursor-blink':\n [hterm.PreferenceManager.categories.Appearance, false, 'bool',\n 'Whether or not to blink the cursor by default.'],\n\n 'cursor-blink-cycle':\n [hterm.PreferenceManager.categories.Appearance, [1000, 500], 'value',\n 'The cursor blink rate in milliseconds.\\n' +\n '\\n' +\n 'A two element array, the first of which is how long the cursor should be ' +\n 'on, second is how long it should be off.'],\n\n 'cursor-color':\n [hterm.PreferenceManager.categories.Appearance, 'rgba(255, 0, 0, 0.5)',\n 'color',\n 'The color of the visible cursor.'],\n\n 'color-palette-overrides':\n [hterm.PreferenceManager.categories.Appearance, null, 'value',\n 'Override colors in the default palette.\\n' +\n '\\n' +\n 'This can be specified as an array or an object. If specified as an ' +\n 'object it is assumed to be a sparse array, where each property ' +\n 'is a numeric index into the color palette.\\n' +\n '\\n' +\n 'Values can be specified as almost any css color value. This ' +\n 'includes #RGB, #RRGGBB, rgb(...), rgba(...), and any color names ' +\n 'that are also part of the stock X11 rgb.txt file.\\n' +\n '\\n' +\n 'You can use \\'null\\' to specify that the default value should be not ' +\n 'be changed. This is useful for skipping a small number of indices ' +\n 'when the value is specified as an array.'],\n\n 'copy-on-select':\n [hterm.PreferenceManager.categories.CopyPaste, true, 'bool',\n 'Automatically copy mouse selection to the clipboard.'],\n\n 'use-default-window-copy':\n [hterm.PreferenceManager.categories.CopyPaste, false, 'bool',\n 'Whether to use the default window copy behavior'],\n\n 'clear-selection-after-copy':\n [hterm.PreferenceManager.categories.CopyPaste, true, 'bool',\n 'Whether to clear the selection after copying.'],\n\n 'ctrl-plus-minus-zero-zoom':\n [hterm.PreferenceManager.categories.Keyboard, true, 'bool',\n 'If true, Ctrl-Plus/Minus/Zero controls zoom.\\n' +\n 'If false, Ctrl-Shift-Plus/Minus/Zero controls zoom, Ctrl-Minus sends ^_, ' +\n 'Ctrl-Plus/Zero do nothing.'],\n\n 'ctrl-c-copy':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'Ctrl+C copies if true, send ^C to host if false.\\n' +\n 'Ctrl+Shift+C sends ^C to host if true, copies if false.'],\n\n 'ctrl-v-paste':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'Ctrl+V pastes if true, send ^V to host if false.\\n' +\n 'Ctrl+Shift+V sends ^V to host if true, pastes if false.'],\n\n 'east-asian-ambiguous-as-two-column':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'Set whether East Asian Ambiguous characters have two column width.'],\n\n 'enable-8-bit-control':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'True to enable 8-bit control characters, false to ignore them.\\n' +\n '\\n' +\n 'We\\'ll respect the two-byte versions of these control characters ' +\n 'regardless of this setting.'],\n\n 'enable-bold':\n [hterm.PreferenceManager.categories.Appearance, null, 'tristate',\n 'True if we should use bold weight font for text with the bold/bright ' +\n 'attribute. False to use the normal weight font. Null to autodetect.'],\n\n 'enable-bold-as-bright':\n [hterm.PreferenceManager.categories.Appearance, true, 'bool',\n 'True if we should use bright colors (8-15 on a 16 color palette) ' +\n 'for any text with the bold attribute. False otherwise.'],\n\n 'enable-blink':\n [hterm.PreferenceManager.categories.Appearance, true, 'bool',\n 'True if we should respect the blink attribute. False to ignore it. '],\n\n 'enable-clipboard-notice':\n [hterm.PreferenceManager.categories.CopyPaste, true, 'bool',\n 'Show a message in the terminal when the host writes to the clipboard.'],\n\n 'enable-clipboard-write':\n [hterm.PreferenceManager.categories.CopyPaste, true, 'bool',\n 'Allow the host to write directly to the system clipboard.'],\n\n 'enable-dec12':\n [hterm.PreferenceManager.categories.Miscellaneous, false, 'bool',\n 'Respect the host\\'s attempt to change the cursor blink status using ' +\n 'DEC Private Mode 12.'],\n\n 'environment':\n [hterm.PreferenceManager.categories.Miscellaneous, {'TERM': 'xterm-256color'},\n 'value',\n 'The default environment variables, as an object.'],\n\n 'font-family':\n [hterm.PreferenceManager.categories.Appearance,\n '\"DejaVu Sans Mono\", \"Everson Mono\", FreeMono, \"Menlo\", \"Terminal\", ' +\n 'monospace', 'string',\n 'Default font family for the terminal text.'],\n\n 'font-size':\n [hterm.PreferenceManager.categories.Appearance, 15, 'int',\n 'The default font size in pixels.'],\n\n 'font-smoothing':\n [hterm.PreferenceManager.categories.Appearance, 'antialiased', 'string',\n 'CSS font-smoothing property.'],\n\n 'foreground-color':\n [hterm.PreferenceManager.categories.Appearance, 'rgb(240, 240, 240)', 'color',\n 'The foreground color for text with no other color attributes.'],\n\n 'home-keys-scroll':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'If true, home/end will control the terminal scrollbar and shift home/end ' +\n 'will send the VT keycodes. If false then home/end sends VT codes and ' +\n 'shift home/end scrolls.'],\n\n 'keybindings':\n [hterm.PreferenceManager.categories.Keyboard, null, 'value',\n 'A map of key sequence to key actions. Key sequences include zero or ' +\n 'more modifier keys followed by a key code. Key codes can be decimal or ' +\n 'hexadecimal numbers, or a key identifier. Key actions can be specified ' +\n 'a string to send to the host, or an action identifier. For a full ' +\n 'explanation of the format, see https://goo.gl/LWRndr.\\n' +\n '\\n' +\n 'Sample keybindings:\\n' +\n '{\\n' +\n ' \"Ctrl-Alt-K\": \"clearScrollback\",\\n' +\n ' \"Ctrl-Shift-L\": \"PASS\",\\n' +\n ' \"Ctrl-H\": \"\\'HELLO\\\\n\\'\"\\n' +\n '}'],\n\n 'max-string-sequence':\n [hterm.PreferenceManager.categories.Encoding, 100000, 'int',\n 'Max length of a DCS, OSC, PM, or APS sequence before we give up and ' +\n 'ignore the code.'],\n\n 'media-keys-are-fkeys':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'If true, convert media keys to their Fkey equivalent. If false, let ' +\n 'the browser handle the keys.'],\n\n 'meta-sends-escape':\n [hterm.PreferenceManager.categories.Keyboard, true, 'bool',\n 'Set whether the meta key sends a leading escape or not.'],\n\n 'mouse-right-click-paste':\n [hterm.PreferenceManager.categories.CopyPaste, true, 'bool',\n 'Paste on right mouse button clicks.\\n' +\n '\\n' +\n 'This option is activate independent of the \"mouse-paste-button\" ' +\n 'setting.\\n' +\n '\\n' +\n 'Note: This will handle left & right handed mice correctly.'],\n\n 'mouse-paste-button':\n [hterm.PreferenceManager.categories.CopyPaste, null,\n [null, 0, 1, 2, 3, 4, 5, 6],\n 'Mouse paste button, or null to autodetect.\\n' +\n '\\n' +\n 'For autodetect, we\\'ll use the middle mouse button for non-X11 ' +\n 'platforms (including Chrome OS). On X11, we\\'ll use the right mouse ' +\n 'button (since the native window manager should paste via the middle ' +\n 'mouse button).\\n' +\n '\\n' +\n '0 == left (primary) button.\\n' +\n '1 == middle (auxiliary) button.\\n' +\n '2 == right (secondary) button.\\n' +\n '\\n' +\n 'This option is activate independent of the \"mouse-right-click-paste\" ' +\n 'setting.\\n' +\n '\\n' +\n 'Note: This will handle left & right handed mice correctly.'],\n\n 'word-break-match-left':\n [hterm.PreferenceManager.categories.CopyPaste,\n '[^\\\\s\\\\[\\\\](){}<>\"\\'\\\\^!@#$%&*,;:`]', 'string',\n 'Regular expression to halt matching to the left (start) of a selection.\\n' +\n '\\n' +\n 'Normally this is a character class to reject specific characters.\\n' +\n 'We allow \"~\" and \".\" by default as paths frequently start with those.'],\n\n 'word-break-match-right':\n [hterm.PreferenceManager.categories.CopyPaste,\n '[^\\\\s\\\\[\\\\](){}<>\"\\'\\\\^!@#$%&*,;:~.`]', 'string',\n 'Regular expression to halt matching to the right (end) of a selection.\\n' +\n '\\n' +\n 'Normally this is a character class to reject specific characters.'],\n\n 'word-break-match-middle':\n [hterm.PreferenceManager.categories.CopyPaste,\n '[^\\\\s\\\\[\\\\](){}<>\"\\'\\\\^]*', 'string',\n 'Regular expression to match all the characters in the middle.\\n' +\n '\\n' +\n 'Normally this is a character class to reject specific characters.\\n' +\n '\\n' +\n 'Used to expand the selection surrounding the starting point.'],\n\n 'page-keys-scroll':\n [hterm.PreferenceManager.categories.Keyboard, false, 'bool',\n 'If true, page up/down will control the terminal scrollbar and shift ' +\n 'page up/down will send the VT keycodes. If false then page up/down ' +\n 'sends VT codes and shift page up/down scrolls.'],\n\n 'pass-alt-number':\n [hterm.PreferenceManager.categories.Keyboard, null, 'tristate',\n 'Set whether we should pass Alt-1..9 to the browser.\\n' +\n '\\n' +\n 'This is handy when running hterm in a browser tab, so that you don\\'t ' +\n 'lose Chrome\\'s \"switch to tab\" keyboard accelerators. When not running ' +\n 'in a tab it\\'s better to send these keys to the host so they can be ' +\n 'used in vim or emacs.\\n' +\n '\\n' +\n 'If true, Alt-1..9 will be handled by the browser. If false, Alt-1..9 ' +\n 'will be sent to the host. If null, autodetect based on browser platform ' +\n 'and window type.'],\n\n 'pass-ctrl-number':\n [hterm.PreferenceManager.categories.Keyboard, null, 'tristate',\n 'Set whether we should pass Ctrl-1..9 to the browser.\\n' +\n '\\n' +\n 'This is handy when running hterm in a browser tab, so that you don\\'t ' +\n 'lose Chrome\\'s \"switch to tab\" keyboard accelerators. When not running ' +\n 'in a tab it\\'s better to send these keys to the host so they can be ' +\n 'used in vim or emacs.\\n' +\n '\\n' +\n 'If true, Ctrl-1..9 will be handled by the browser. If false, Ctrl-1..9 ' +\n 'will be sent to the host. If null, autodetect based on browser platform ' +\n 'and window type.'],\n\n 'pass-meta-number':\n [hterm.PreferenceManager.categories.Keyboard, null, 'tristate',\n 'Set whether we should pass Meta-1..9 to the browser.\\n' +\n '\\n' +\n 'This is handy when running hterm in a browser tab, so that you don\\'t ' +\n 'lose Chrome\\'s \"switch to tab\" keyboard accelerators. When not running ' +\n 'in a tab it\\'s better to send these keys to the host so they can be ' +\n 'used in vim or emacs.\\n' +\n '\\n' +\n 'If true, Meta-1..9 will be handled by the browser. If false, Meta-1..9 ' +\n 'will be sent to the host. If null, autodetect based on browser platform ' +\n 'and window type.'],\n\n 'pass-meta-v':\n [hterm.PreferenceManager.categories.Keyboard, true, 'bool',\n 'Set whether meta-V gets passed to host.'],\n\n 'receive-encoding':\n [hterm.PreferenceManager.categories.Encoding, 'utf-8', ['utf-8', 'raw'],\n 'Set the expected encoding for data received from the host.\\n' +\n '\\n' +\n 'Valid values are \\'utf-8\\' and \\'raw\\'.'],\n\n 'scroll-on-keystroke':\n [hterm.PreferenceManager.categories.Scrolling, true, 'bool',\n 'If true, scroll to the bottom on any keystroke.'],\n\n 'scroll-on-output':\n [hterm.PreferenceManager.categories.Scrolling, false, 'bool',\n 'If true, scroll to the bottom on terminal output.'],\n\n 'scrollbar-visible':\n [hterm.PreferenceManager.categories.Scrolling, true, 'bool',\n 'The vertical scrollbar mode.'],\n\n 'scroll-wheel-may-send-arrow-keys':\n [hterm.PreferenceManager.categories.Scrolling, false, 'bool',\n 'When using the alternative screen buffer, and DECCKM (Application Cursor ' +\n 'Keys) is active, mouse wheel scroll events will emulate arrow keys.\\n' +\n '\\n' +\n 'It can be temporarily disabled by holding the shift key.\\n' +\n '\\n' +\n 'This frequently comes up when using pagers (less) or reading man pages ' +\n 'or text editors (vi/nano) or using screen/tmux.'],\n\n 'scroll-wheel-move-multiplier':\n [hterm.PreferenceManager.categories.Scrolling, 1, 'int',\n 'The multiplier for the pixel delta in wheel events caused by the ' +\n 'scroll wheel. Alters how fast the page scrolls.'],\n\n 'send-encoding':\n [hterm.PreferenceManager.categories.Encoding, 'utf-8', ['utf-8', 'raw'],\n 'Set the encoding for data sent to host.'],\n\n 'terminal-encoding':\n [hterm.PreferenceManager.categories.Encoding, 'iso-2022',\n ['iso-2022', 'utf-8', 'utf-8-locked'],\n 'The default terminal encoding (DOCS).\\n' +\n '\\n' +\n 'ISO-2022 enables character map translations (like graphics maps).\\n' +\n 'UTF-8 disables support for those.\\n' +\n '\\n' +\n 'The locked variant means the encoding cannot be changed at runtime ' +\n 'via terminal escape sequences.\\n' +\n '\\n' +\n 'You should stick with UTF-8 unless you notice broken rendering with ' +\n 'legacy applications.'],\n\n 'shift-insert-paste':\n [hterm.PreferenceManager.categories.Keyboard, true, 'bool',\n 'Shift + Insert pastes if true, sent to host if false.'],\n\n 'user-css':\n [hterm.PreferenceManager.categories.Appearance, '', 'url',\n 'URL of user stylesheet to include in the terminal document.'],\n\n 'user-css-text':\n [hterm.PreferenceManager.categories.Appearance, '', 'multiline-string',\n 'Custom CSS text for styling the terminal.'],\n};\n\nhterm.PreferenceManager.prototype =\n Object.create(lib.PreferenceManager.prototype);\nhterm.PreferenceManager.constructor = hterm.PreferenceManager;\n// SOURCE FILE: hterm/js/hterm_pubsub.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\n/**\n * Utility class used to add publish/subscribe/unsubscribe functionality to\n * an existing object.\n */\nhterm.PubSub = function() {\n this.observers_ = {};\n};\n\n/**\n * Add publish, subscribe, and unsubscribe methods to an existing object.\n *\n * No other properties of the object are touched, so there is no need to\n * worry about clashing private properties.\n *\n * @param {Object} obj The object to add this behavior to.\n */\nhterm.PubSub.addBehavior = function(obj) {\n var pubsub = new hterm.PubSub();\n for (var m in hterm.PubSub.prototype) {\n obj[m] = hterm.PubSub.prototype[m].bind(pubsub);\n }\n};\n\n/**\n * Subscribe to be notified of messages about a subject.\n *\n * @param {string} subject The subject to subscribe to.\n * @param {function(Object)} callback The function to invoke for notifications.\n */\nhterm.PubSub.prototype.subscribe = function(subject, callback) {\n if (!(subject in this.observers_))\n this.observers_[subject] = [];\n\n this.observers_[subject].push(callback);\n};\n\n/**\n * Unsubscribe from a subject.\n *\n * @param {string} subject The subject to unsubscribe from.\n * @param {function(Object)} callback A callback previously registered via\n * subscribe().\n */\nhterm.PubSub.prototype.unsubscribe = function(subject, callback) {\n var list = this.observers_[subject];\n if (!list)\n throw 'Invalid subject: ' + subject;\n\n var i = list.indexOf(callback);\n if (i < 0)\n throw 'Not subscribed: ' + subject;\n\n list.splice(i, 1);\n};\n\n/**\n * Publish a message about a subject.\n *\n * Subscribers (and the optional final callback) are invoked asynchronously.\n * This method will return before anyone is actually notified.\n *\n * @param {string} subject The subject to publish about.\n * @param {Object} e An arbitrary object associated with this notification.\n * @param {function(Object)} opt_lastCallback An optional function to call after\n * all subscribers have been notified.\n */\nhterm.PubSub.prototype.publish = function(subject, e, opt_lastCallback) {\n function notifyList(i) {\n // Set this timeout before invoking the callback, so we don't have to\n // concern ourselves with exceptions.\n if (i < list.length - 1)\n setTimeout(notifyList, 0, i + 1);\n\n list[i](e);\n }\n\n var list = this.observers_[subject];\n if (list) {\n // Copy the list, in case it changes while we're notifying.\n list = [].concat(list);\n }\n\n if (opt_lastCallback) {\n if (list) {\n list.push(opt_lastCallback);\n } else {\n list = [opt_lastCallback];\n }\n }\n\n if (list)\n setTimeout(notifyList, 0, 0);\n};\n// SOURCE FILE: hterm/js/hterm_screen.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.f', 'lib.wc',\n 'hterm.RowCol', 'hterm.Size', 'hterm.TextAttributes');\n\n/**\n * @fileoverview This class represents a single terminal screen full of text.\n *\n * It maintains the current cursor position and has basic methods for text\n * insert and overwrite, and adding or removing rows from the screen.\n *\n * This class has no knowledge of the scrollback buffer.\n *\n * The number of rows on the screen is determined only by the number of rows\n * that the caller inserts into the screen. If a caller wants to ensure a\n * constant number of rows on the screen, it's their responsibility to remove a\n * row for each row inserted.\n *\n * The screen width, in contrast, is enforced locally.\n *\n *\n * In practice...\n * - The hterm.Terminal class holds two hterm.Screen instances. One for the\n * primary screen and one for the alternate screen.\n *\n * - The html.Screen class only cares that rows are HTMLElements. In the\n * larger context of hterm, however, the rows happen to be displayed by an\n * hterm.ScrollPort and have to follow a few rules as a result. Each\n * row must be rooted by the custom HTML tag 'x-row', and each must have a\n * rowIndex property that corresponds to the index of the row in the context\n * of the scrollback buffer. These invariants are enforced by hterm.Terminal\n * because that is the class using the hterm.Screen in the context of an\n * hterm.ScrollPort.\n */\n\n/**\n * Create a new screen instance.\n *\n * The screen initially has no rows and a maximum column count of 0.\n *\n * @param {integer} opt_columnCount The maximum number of columns for this\n * screen. See insertString() and overwriteString() for information about\n * what happens when too many characters are added too a row. Defaults to\n * 0 if not provided.\n */\nhterm.Screen = function(opt_columnCount) {\n /**\n * Public, read-only access to the rows in this screen.\n */\n this.rowsArray = [];\n\n // The max column width for this screen.\n this.columnCount_ = opt_columnCount || 80;\n\n // The current color, bold, underline and blink attributes.\n this.textAttributes = new hterm.TextAttributes(window.document);\n\n // Current zero-based cursor coordinates.\n this.cursorPosition = new hterm.RowCol(0, 0);\n\n // The node containing the row that the cursor is positioned on.\n this.cursorRowNode_ = null;\n\n // The node containing the span of text that the cursor is positioned on.\n this.cursorNode_ = null;\n\n // The offset in column width into cursorNode_ where the cursor is positioned.\n this.cursorOffset_ = null;\n\n // Regexes for expanding word selections.\n this.wordBreakMatchLeft = null;\n this.wordBreakMatchRight = null;\n this.wordBreakMatchMiddle = null;\n};\n\n/**\n * Return the screen size as an hterm.Size object.\n *\n * @return {hterm.Size} hterm.Size object representing the current number\n * of rows and columns in this screen.\n */\nhterm.Screen.prototype.getSize = function() {\n return new hterm.Size(this.columnCount_, this.rowsArray.length);\n};\n\n/**\n * Return the current number of rows in this screen.\n *\n * @return {integer} The number of rows in this screen.\n */\nhterm.Screen.prototype.getHeight = function() {\n return this.rowsArray.length;\n};\n\n/**\n * Return the current number of columns in this screen.\n *\n * @return {integer} The number of columns in this screen.\n */\nhterm.Screen.prototype.getWidth = function() {\n return this.columnCount_;\n};\n\n/**\n * Set the maximum number of columns per row.\n *\n * @param {integer} count The maximum number of columns per row.\n */\nhterm.Screen.prototype.setColumnCount = function(count) {\n this.columnCount_ = count;\n\n if (this.cursorPosition.column >= count)\n this.setCursorPosition(this.cursorPosition.row, count - 1);\n};\n\n/**\n * Remove the first row from the screen and return it.\n *\n * @return {HTMLElement} The first row in this screen.\n */\nhterm.Screen.prototype.shiftRow = function() {\n return this.shiftRows(1)[0];\n};\n\n/**\n * Remove rows from the top of the screen and return them as an array.\n *\n * @param {integer} count The number of rows to remove.\n * @return {Array.} The selected rows.\n */\nhterm.Screen.prototype.shiftRows = function(count) {\n return this.rowsArray.splice(0, count);\n};\n\n/**\n * Insert a row at the top of the screen.\n *\n * @param {HTMLElement} row The row to insert.\n */\nhterm.Screen.prototype.unshiftRow = function(row) {\n this.rowsArray.splice(0, 0, row);\n};\n\n/**\n * Insert rows at the top of the screen.\n *\n * @param {Array.} rows The rows to insert.\n */\nhterm.Screen.prototype.unshiftRows = function(rows) {\n this.rowsArray.unshift.apply(this.rowsArray, rows);\n};\n\n/**\n * Remove the last row from the screen and return it.\n *\n * @return {HTMLElement} The last row in this screen.\n */\nhterm.Screen.prototype.popRow = function() {\n return this.popRows(1)[0];\n};\n\n/**\n * Remove rows from the bottom of the screen and return them as an array.\n *\n * @param {integer} count The number of rows to remove.\n * @return {Array.} The selected rows.\n */\nhterm.Screen.prototype.popRows = function(count) {\n return this.rowsArray.splice(this.rowsArray.length - count, count);\n};\n\n/**\n * Insert a row at the bottom of the screen.\n *\n * @param {HTMLElement} row The row to insert.\n */\nhterm.Screen.prototype.pushRow = function(row) {\n this.rowsArray.push(row);\n};\n\n/**\n * Insert rows at the bottom of the screen.\n *\n * @param {Array.} rows The rows to insert.\n */\nhterm.Screen.prototype.pushRows = function(rows) {\n rows.push.apply(this.rowsArray, rows);\n};\n\n/**\n * Insert a row at the specified row of the screen.\n *\n * @param {integer} index The index to insert the row.\n * @param {HTMLElement} row The row to insert.\n */\nhterm.Screen.prototype.insertRow = function(index, row) {\n this.rowsArray.splice(index, 0, row);\n};\n\n/**\n * Insert rows at the specified row of the screen.\n *\n * @param {integer} index The index to insert the rows.\n * @param {Array.} rows The rows to insert.\n */\nhterm.Screen.prototype.insertRows = function(index, rows) {\n for (var i = 0; i < rows.length; i++) {\n this.rowsArray.splice(index + i, 0, rows[i]);\n }\n};\n\n/**\n * Remove a row from the screen and return it.\n *\n * @param {integer} index The index of the row to remove.\n * @return {HTMLElement} The selected row.\n */\nhterm.Screen.prototype.removeRow = function(index) {\n return this.rowsArray.splice(index, 1)[0];\n};\n\n/**\n * Remove rows from the bottom of the screen and return them as an array.\n *\n * @param {integer} index The index to start removing rows.\n * @param {integer} count The number of rows to remove.\n * @return {Array.} The selected rows.\n */\nhterm.Screen.prototype.removeRows = function(index, count) {\n return this.rowsArray.splice(index, count);\n};\n\n/**\n * Invalidate the current cursor position.\n *\n * This sets this.cursorPosition to (0, 0) and clears out some internal\n * data.\n *\n * Attempting to insert or overwrite text while the cursor position is invalid\n * will raise an obscure exception.\n */\nhterm.Screen.prototype.invalidateCursorPosition = function() {\n this.cursorPosition.move(0, 0);\n this.cursorRowNode_ = null;\n this.cursorNode_ = null;\n this.cursorOffset_ = null;\n};\n\n/**\n * Clear the contents of the cursor row.\n */\nhterm.Screen.prototype.clearCursorRow = function() {\n this.cursorRowNode_.innerHTML = '';\n this.cursorRowNode_.removeAttribute('line-overflow');\n this.cursorOffset_ = 0;\n this.cursorPosition.column = 0;\n this.cursorPosition.overflow = false;\n\n var text;\n if (this.textAttributes.isDefault()) {\n text = '';\n } else {\n text = lib.f.getWhitespace(this.columnCount_);\n }\n\n // We shouldn't honor inverse colors when clearing an area, to match\n // xterm's back color erase behavior.\n var inverse = this.textAttributes.inverse;\n this.textAttributes.inverse = false;\n this.textAttributes.syncColors();\n\n var node = this.textAttributes.createContainer(text);\n this.cursorRowNode_.appendChild(node);\n this.cursorNode_ = node;\n\n this.textAttributes.inverse = inverse;\n this.textAttributes.syncColors();\n};\n\n/**\n * Mark the current row as having overflowed to the next line.\n *\n * The line overflow state is used when converting a range of rows into text.\n * It makes it possible to recombine two or more overflow terminal rows into\n * a single line.\n *\n * This is distinct from the cursor being in the overflow state. Cursor\n * overflow indicates that printing at the cursor position will commit a\n * line overflow, unless it is preceded by a repositioning of the cursor\n * to a non-overflow state.\n */\nhterm.Screen.prototype.commitLineOverflow = function() {\n this.cursorRowNode_.setAttribute('line-overflow', true);\n};\n\n/**\n * Relocate the cursor to a give row and column.\n *\n * @param {integer} row The zero based row.\n * @param {integer} column The zero based column.\n */\nhterm.Screen.prototype.setCursorPosition = function(row, column) {\n if (!this.rowsArray.length) {\n console.warn('Attempt to set cursor position on empty screen.');\n return;\n }\n\n if (row >= this.rowsArray.length) {\n console.error('Row out of bounds: ' + row);\n row = this.rowsArray.length - 1;\n } else if (row < 0) {\n console.error('Row out of bounds: ' + row);\n row = 0;\n }\n\n if (column >= this.columnCount_) {\n console.error('Column out of bounds: ' + column);\n column = this.columnCount_ - 1;\n } else if (column < 0) {\n console.error('Column out of bounds: ' + column);\n column = 0;\n }\n\n this.cursorPosition.overflow = false;\n\n var rowNode = this.rowsArray[row];\n var node = rowNode.firstChild;\n\n if (!node) {\n node = rowNode.ownerDocument.createTextNode('');\n rowNode.appendChild(node);\n }\n\n var currentColumn = 0;\n\n if (rowNode == this.cursorRowNode_) {\n if (column >= this.cursorPosition.column - this.cursorOffset_) {\n node = this.cursorNode_;\n currentColumn = this.cursorPosition.column - this.cursorOffset_;\n }\n } else {\n this.cursorRowNode_ = rowNode;\n }\n\n this.cursorPosition.move(row, column);\n\n while (node) {\n var offset = column - currentColumn;\n var width = hterm.TextAttributes.nodeWidth(node);\n if (!node.nextSibling || width > offset) {\n this.cursorNode_ = node;\n this.cursorOffset_ = offset;\n return;\n }\n\n currentColumn += width;\n node = node.nextSibling;\n }\n};\n\n/**\n * Set the provided selection object to be a caret selection at the current\n * cursor position.\n */\nhterm.Screen.prototype.syncSelectionCaret = function(selection) {\n try {\n selection.collapse(this.cursorNode_, this.cursorOffset_);\n } catch (firefoxIgnoredException) {\n // FF can throw an exception if the range is off, rather than just not\n // performing the collapse.\n }\n};\n\n/**\n * Split a single node into two nodes at the given offset.\n *\n * For example:\n * Given the DOM fragment '
Hello World
', call splitNode_\n * passing the span and an offset of 6. This would modify the fragment to\n * become: '
Hello World
'. If the span\n * had any attributes they would have been copied to the new span as well.\n *\n * The to-be-split node must have a container, so that the new node can be\n * placed next to it.\n *\n * @param {HTMLNode} node The node to split.\n * @param {integer} offset The offset into the node where the split should\n * occur.\n */\nhterm.Screen.prototype.splitNode_ = function(node, offset) {\n var afterNode = node.cloneNode(false);\n\n var textContent = node.textContent;\n node.textContent = hterm.TextAttributes.nodeSubstr(node, 0, offset);\n afterNode.textContent = lib.wc.substr(textContent, offset);\n\n if (afterNode.textContent)\n node.parentNode.insertBefore(afterNode, node.nextSibling);\n if (!node.textContent)\n node.parentNode.removeChild(node);\n};\n\n/**\n * Ensure that text is clipped and the cursor is clamped to the column count.\n */\nhterm.Screen.prototype.maybeClipCurrentRow = function() {\n var width = hterm.TextAttributes.nodeWidth(this.cursorRowNode_);\n\n if (width <= this.columnCount_) {\n // Current row does not need clipping, but may need clamping.\n if (this.cursorPosition.column >= this.columnCount_) {\n this.setCursorPosition(this.cursorPosition.row, this.columnCount_ - 1);\n this.cursorPosition.overflow = true;\n }\n\n return;\n }\n\n // Save off the current column so we can maybe restore it later.\n var currentColumn = this.cursorPosition.column;\n\n // Move the cursor to the final column.\n this.setCursorPosition(this.cursorPosition.row, this.columnCount_ - 1);\n\n // Remove any text that partially overflows.\n width = hterm.TextAttributes.nodeWidth(this.cursorNode_);\n\n if (this.cursorOffset_ < width - 1) {\n this.cursorNode_.textContent = hterm.TextAttributes.nodeSubstr(\n this.cursorNode_, 0, this.cursorOffset_ + 1);\n }\n\n // Remove all nodes after the cursor.\n var rowNode = this.cursorRowNode_;\n var node = this.cursorNode_.nextSibling;\n\n while (node) {\n rowNode.removeChild(node);\n node = this.cursorNode_.nextSibling;\n }\n\n if (currentColumn < this.columnCount_) {\n // If the cursor was within the screen before we started then restore its\n // position.\n this.setCursorPosition(this.cursorPosition.row, currentColumn);\n } else {\n // Otherwise leave it at the the last column in the overflow state.\n this.cursorPosition.overflow = true;\n }\n};\n\n/**\n * Insert a string at the current character position using the current\n * text attributes.\n *\n * You must call maybeClipCurrentRow() after in order to clip overflowed\n * text and clamp the cursor.\n *\n * It is also up to the caller to properly maintain the line overflow state\n * using hterm.Screen..commitLineOverflow().\n */\nhterm.Screen.prototype.insertString = function(str) {\n var cursorNode = this.cursorNode_;\n var cursorNodeText = cursorNode.textContent;\n\n this.cursorRowNode_.removeAttribute('line-overflow');\n\n // We may alter the width of the string by prepending some missing\n // whitespaces, so we need to record the string width ahead of time.\n var strWidth = lib.wc.strWidth(str);\n\n // No matter what, before this function exits the cursor column will have\n // moved this much.\n this.cursorPosition.column += strWidth;\n\n // Local cache of the cursor offset.\n var offset = this.cursorOffset_;\n\n // Reverse offset is the offset measured from the end of the string.\n // Zero implies that the cursor is at the end of the cursor node.\n var reverseOffset = hterm.TextAttributes.nodeWidth(cursorNode) - offset;\n\n if (reverseOffset < 0) {\n // A negative reverse offset means the cursor is positioned past the end\n // of the characters on this line. We'll need to insert the missing\n // whitespace.\n var ws = lib.f.getWhitespace(-reverseOffset);\n\n // This whitespace should be completely unstyled. Underline, background\n // color, and strikethrough would be visible on whitespace, so we can't use\n // one of those spans to hold the text.\n if (!(this.textAttributes.underline ||\n this.textAttributes.strikethrough ||\n this.textAttributes.background ||\n this.textAttributes.wcNode ||\n !this.textAttributes.asciiNode ||\n this.textAttributes.tileData != null)) {\n // Best case scenario, we can just pretend the spaces were part of the\n // original string.\n str = ws + str;\n } else if (cursorNode.nodeType == 3 ||\n !(cursorNode.wcNode ||\n !cursorNode.asciiNode ||\n cursorNode.tileNode ||\n cursorNode.style.textDecoration ||\n cursorNode.style.backgroundColor)) {\n // Second best case, the current node is able to hold the whitespace.\n cursorNode.textContent = (cursorNodeText += ws);\n } else {\n // Worst case, we have to create a new node to hold the whitespace.\n var wsNode = cursorNode.ownerDocument.createTextNode(ws);\n this.cursorRowNode_.insertBefore(wsNode, cursorNode.nextSibling);\n this.cursorNode_ = cursorNode = wsNode;\n this.cursorOffset_ = offset = -reverseOffset;\n cursorNodeText = ws;\n }\n\n // We now know for sure that we're at the last character of the cursor node.\n reverseOffset = 0;\n }\n\n if (this.textAttributes.matchesContainer(cursorNode)) {\n // The new text can be placed directly in the cursor node.\n if (reverseOffset == 0) {\n cursorNode.textContent = cursorNodeText + str;\n } else if (offset == 0) {\n cursorNode.textContent = str + cursorNodeText;\n } else {\n cursorNode.textContent =\n hterm.TextAttributes.nodeSubstr(cursorNode, 0, offset) +\n str + hterm.TextAttributes.nodeSubstr(cursorNode, offset);\n }\n\n this.cursorOffset_ += strWidth;\n return;\n }\n\n // The cursor node is the wrong style for the new text. If we're at the\n // beginning or end of the cursor node, then the adjacent node is also a\n // potential candidate.\n\n if (offset == 0) {\n // At the beginning of the cursor node, the check the previous sibling.\n var previousSibling = cursorNode.previousSibling;\n if (previousSibling &&\n this.textAttributes.matchesContainer(previousSibling)) {\n previousSibling.textContent += str;\n this.cursorNode_ = previousSibling;\n this.cursorOffset_ = lib.wc.strWidth(previousSibling.textContent);\n return;\n }\n\n var newNode = this.textAttributes.createContainer(str);\n this.cursorRowNode_.insertBefore(newNode, cursorNode);\n this.cursorNode_ = newNode;\n this.cursorOffset_ = strWidth;\n return;\n }\n\n if (reverseOffset == 0) {\n // At the end of the cursor node, the check the next sibling.\n var nextSibling = cursorNode.nextSibling;\n if (nextSibling &&\n this.textAttributes.matchesContainer(nextSibling)) {\n nextSibling.textContent = str + nextSibling.textContent;\n this.cursorNode_ = nextSibling;\n this.cursorOffset_ = lib.wc.strWidth(str);\n return;\n }\n\n var newNode = this.textAttributes.createContainer(str);\n this.cursorRowNode_.insertBefore(newNode, nextSibling);\n this.cursorNode_ = newNode;\n // We specifically need to include any missing whitespace here, since it's\n // going in a new node.\n this.cursorOffset_ = hterm.TextAttributes.nodeWidth(newNode);\n return;\n }\n\n // Worst case, we're somewhere in the middle of the cursor node. We'll\n // have to split it into two nodes and insert our new container in between.\n this.splitNode_(cursorNode, offset);\n var newNode = this.textAttributes.createContainer(str);\n this.cursorRowNode_.insertBefore(newNode, cursorNode.nextSibling);\n this.cursorNode_ = newNode;\n this.cursorOffset_ = strWidth;\n};\n\n/**\n * Overwrite the text at the current cursor position.\n *\n * You must call maybeClipCurrentRow() after in order to clip overflowed\n * text and clamp the cursor.\n *\n * It is also up to the caller to properly maintain the line overflow state\n * using hterm.Screen..commitLineOverflow().\n */\nhterm.Screen.prototype.overwriteString = function(str) {\n var maxLength = this.columnCount_ - this.cursorPosition.column;\n if (!maxLength)\n return [str];\n\n var width = lib.wc.strWidth(str);\n if (this.textAttributes.matchesContainer(this.cursorNode_) &&\n this.cursorNode_.textContent.substr(this.cursorOffset_) == str) {\n // This overwrite would be a no-op, just move the cursor and return.\n this.cursorOffset_ += width;\n this.cursorPosition.column += width;\n return;\n }\n\n this.deleteChars(Math.min(width, maxLength));\n this.insertString(str);\n};\n\n/**\n * Forward-delete one or more characters at the current cursor position.\n *\n * Text to the right of the deleted characters is shifted left. Only affects\n * characters on the same row as the cursor.\n *\n * @param {integer} count The column width of characters to delete. This is\n * clamped to the column width minus the cursor column.\n * @return {integer} The column width of the characters actually deleted.\n */\nhterm.Screen.prototype.deleteChars = function(count) {\n var node = this.cursorNode_;\n var offset = this.cursorOffset_;\n\n var currentCursorColumn = this.cursorPosition.column;\n count = Math.min(count, this.columnCount_ - currentCursorColumn);\n if (!count)\n return 0;\n\n var rv = count;\n var startLength, endLength;\n\n while (node && count) {\n startLength = hterm.TextAttributes.nodeWidth(node);\n node.textContent = hterm.TextAttributes.nodeSubstr(node, 0, offset) +\n hterm.TextAttributes.nodeSubstr(node, offset + count);\n endLength = hterm.TextAttributes.nodeWidth(node);\n count -= startLength - endLength;\n if (offset < startLength && endLength && startLength == endLength) {\n // No characters were deleted when there should be. We're probably trying\n // to delete one column width from a wide character node. We remove the\n // wide character node here and replace it with a single space.\n var spaceNode = this.textAttributes.createContainer(' ');\n node.parentNode.insertBefore(spaceNode, node.nextSibling);\n node.textContent = '';\n endLength = 0;\n count -= 1;\n }\n\n var nextNode = node.nextSibling;\n if (endLength == 0 && node != this.cursorNode_) {\n node.parentNode.removeChild(node);\n }\n node = nextNode;\n offset = 0;\n }\n\n // Remove this.cursorNode_ if it is an empty non-text node.\n if (this.cursorNode_.nodeType != 3 && !this.cursorNode_.textContent) {\n var cursorNode = this.cursorNode_;\n if (cursorNode.previousSibling) {\n this.cursorNode_ = cursorNode.previousSibling;\n this.cursorOffset_ = hterm.TextAttributes.nodeWidth(\n cursorNode.previousSibling);\n } else if (cursorNode.nextSibling) {\n this.cursorNode_ = cursorNode.nextSibling;\n this.cursorOffset_ = 0;\n } else {\n var emptyNode = this.cursorRowNode_.ownerDocument.createTextNode('');\n this.cursorRowNode_.appendChild(emptyNode);\n this.cursorNode_ = emptyNode;\n this.cursorOffset_ = 0;\n }\n this.cursorRowNode_.removeChild(cursorNode);\n }\n\n return rv;\n};\n\n/**\n * Finds first X-ROW of a line containing specified X-ROW.\n * Used to support line overflow.\n *\n * @param {Node} row X-ROW to begin search for first row of line.\n * @return {Node} The X-ROW that is at the beginning of the line.\n **/\nhterm.Screen.prototype.getLineStartRow_ = function(row) {\n while (row.previousSibling &&\n row.previousSibling.hasAttribute('line-overflow')) {\n row = row.previousSibling;\n }\n return row;\n};\n\n/**\n * Gets text of a line beginning with row.\n * Supports line overflow.\n *\n * @param {Node} row First X-ROW of line.\n * @return {string} Text content of line.\n **/\nhterm.Screen.prototype.getLineText_ = function(row) {\n var rowText = \"\";\n while (row) {\n rowText += row.textContent;\n if (row.hasAttribute('line-overflow')) {\n row = row.nextSibling;\n } else {\n break;\n }\n }\n return rowText;\n};\n\n/**\n * Returns X-ROW that is ancestor of the node.\n *\n * @param {Node} node Node to get X-ROW ancestor for.\n * @return {Node} X-ROW ancestor of node, or null if not found.\n **/\nhterm.Screen.prototype.getXRowAncestor_ = function(node) {\n while (node) {\n if (node.nodeName === 'X-ROW')\n break;\n node = node.parentNode;\n }\n return node;\n};\n\n/**\n * Returns position within line of character at offset within node.\n * Supports line overflow.\n *\n * @param {Node} row X-ROW at beginning of line.\n * @param {Node} node Node to get position of.\n * @param {integer} offset Offset into node.\n *\n * @return {integer} Position within line of character at offset within node.\n **/\nhterm.Screen.prototype.getPositionWithOverflow_ = function(row, node, offset) {\n if (!node)\n return -1;\n var ancestorRow = this.getXRowAncestor_(node);\n if (!ancestorRow)\n return -1;\n var position = 0;\n while (ancestorRow != row) {\n position += hterm.TextAttributes.nodeWidth(row);\n if (row.hasAttribute('line-overflow') && row.nextSibling) {\n row = row.nextSibling;\n } else {\n return -1;\n }\n }\n return position + this.getPositionWithinRow_(row, node, offset);\n};\n\n/**\n * Returns position within row of character at offset within node.\n * Does not support line overflow.\n *\n * @param {Node} row X-ROW to get position within.\n * @param {Node} node Node to get position for.\n * @param {integer} offset Offset within node to get position for.\n * @return {integer} Position within row of character at offset within node.\n **/\nhterm.Screen.prototype.getPositionWithinRow_ = function(row, node, offset) {\n if (node.parentNode != row) {\n // If we traversed to the top node, then there's nothing to find here.\n if (node.parentNode == null)\n return -1;\n\n return this.getPositionWithinRow_(node.parentNode, node, offset) +\n this.getPositionWithinRow_(row, node.parentNode, 0);\n }\n var position = 0;\n for (var i = 0; i < row.childNodes.length; i++) {\n var currentNode = row.childNodes[i];\n if (currentNode == node)\n return position + offset;\n position += hterm.TextAttributes.nodeWidth(currentNode);\n }\n return -1;\n};\n\n/**\n * Returns the node and offset corresponding to position within line.\n * Supports line overflow.\n *\n * @param {Node} row X-ROW at beginning of line.\n * @param {integer} position Position within line to retrieve node and offset.\n * @return {Array} Two element array containing node and offset respectively.\n **/\nhterm.Screen.prototype.getNodeAndOffsetWithOverflow_ = function(row, position) {\n while (row && position > hterm.TextAttributes.nodeWidth(row)) {\n if (row.hasAttribute('line-overflow') && row.nextSibling) {\n position -= hterm.TextAttributes.nodeWidth(row);\n row = row.nextSibling;\n } else {\n return -1;\n }\n }\n return this.getNodeAndOffsetWithinRow_(row, position);\n};\n\n/**\n * Returns the node and offset corresponding to position within row.\n * Does not support line overflow.\n *\n * @param {Node} row X-ROW to get position within.\n * @param {integer} position Position within row to retrieve node and offset.\n * @return {Array} Two element array containing node and offset respectively.\n **/\nhterm.Screen.prototype.getNodeAndOffsetWithinRow_ = function(row, position) {\n for (var i = 0; i < row.childNodes.length; i++) {\n var node = row.childNodes[i];\n var nodeTextWidth = hterm.TextAttributes.nodeWidth(node);\n if (position <= nodeTextWidth) {\n if (node.nodeName === 'SPAN') {\n /** Drill down to node contained by SPAN. **/\n return this.getNodeAndOffsetWithinRow_(node, position);\n } else {\n return [node, position];\n }\n }\n position -= nodeTextWidth;\n }\n return null;\n};\n\n/**\n * Returns the node and offset corresponding to position within line.\n * Supports line overflow.\n *\n * @param {Node} row X-ROW at beginning of line.\n * @param {integer} start Start position of range within line.\n * @param {integer} end End position of range within line.\n * @param {Range} range Range to modify.\n **/\nhterm.Screen.prototype.setRange_ = function(row, start, end, range) {\n var startNodeAndOffset = this.getNodeAndOffsetWithOverflow_(row, start);\n if (startNodeAndOffset == null)\n return;\n var endNodeAndOffset = this.getNodeAndOffsetWithOverflow_(row, end);\n if (endNodeAndOffset == null)\n return;\n range.setStart(startNodeAndOffset[0], startNodeAndOffset[1]);\n range.setEnd(endNodeAndOffset[0], endNodeAndOffset[1]);\n};\n\n/**\n * Expands selection to surround URLs.\n *\n * @param {Selection} selection Selection to expand.\n **/\nhterm.Screen.prototype.expandSelection = function(selection) {\n if (!selection)\n return;\n\n var range = selection.getRangeAt(0);\n if (!range || range.toString().match(/\\s/))\n return;\n\n var row = this.getLineStartRow_(this.getXRowAncestor_(range.startContainer));\n if (!row)\n return;\n\n var startPosition = this.getPositionWithOverflow_(row,\n range.startContainer,\n range.startOffset);\n if (startPosition == -1)\n return;\n var endPosition = this.getPositionWithOverflow_(row,\n range.endContainer,\n range.endOffset);\n if (endPosition == -1)\n return;\n\n // Use the user configurable match settings.\n var leftMatch = this.wordBreakMatchLeft;\n var rightMatch = this.wordBreakMatchRight;\n var insideMatch = this.wordBreakMatchMiddle;\n\n //Move start to the left.\n var rowText = this.getLineText_(row);\n var lineUpToRange = lib.wc.substring(rowText, 0, endPosition);\n var leftRegularExpression = new RegExp(leftMatch + insideMatch + \"$\");\n var expandedStart = lineUpToRange.search(leftRegularExpression);\n if (expandedStart == -1 || expandedStart > startPosition)\n return;\n\n //Move end to the right.\n var lineFromRange = lib.wc.substring(rowText, startPosition,\n lib.wc.strWidth(rowText));\n var rightRegularExpression = new RegExp(\"^\" + insideMatch + rightMatch);\n var found = lineFromRange.match(rightRegularExpression);\n if (!found)\n return;\n var expandedEnd = startPosition + lib.wc.strWidth(found[0]);\n if (expandedEnd == -1 || expandedEnd < endPosition)\n return;\n\n this.setRange_(row, expandedStart, expandedEnd, range);\n selection.addRange(range);\n};\n// SOURCE FILE: hterm/js/hterm_scrollport.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.f', 'hterm.PubSub', 'hterm.Size');\n\n/**\n * A 'viewport' view of fixed-height rows with support for selection and\n * copy-to-clipboard.\n *\n * 'Viewport' in this case means that only the visible rows are in the DOM.\n * If the rowProvider has 100,000 rows, but the ScrollPort is only 25 rows\n * tall, then only 25 dom nodes are created. The ScrollPort will ask the\n * RowProvider to create new visible rows on demand as they are scrolled in\n * to the visible area.\n *\n * This viewport is designed so that select and copy-to-clipboard still works,\n * even when all or part of the selection is scrolled off screen.\n *\n * Note that the X11 mouse clipboard does not work properly when all or part\n * of the selection is off screen. It would be difficult to fix this without\n * adding significant overhead to pathologically large selection cases.\n *\n * The RowProvider should return rows rooted by the custom tag name 'x-row'.\n * This ensures that we can quickly assign the correct display height\n * to the rows with css.\n *\n * @param {RowProvider} rowProvider An object capable of providing rows as\n * raw text or row nodes.\n */\nhterm.ScrollPort = function(rowProvider) {\n hterm.PubSub.addBehavior(this);\n\n this.rowProvider_ = rowProvider;\n\n // SWAG the character size until we can measure it.\n this.characterSize = new hterm.Size(10, 10);\n\n // DOM node used for character measurement.\n this.ruler_ = null;\n\n this.selection = new hterm.ScrollPort.Selection(this);\n\n // A map of rowIndex => rowNode for each row that is drawn as part of a\n // pending redraw_() call. Null if there is no pending redraw_ call.\n this.currentRowNodeCache_ = null;\n\n // A map of rowIndex => rowNode for each row that was drawn as part of the\n // previous redraw_() call.\n this.previousRowNodeCache_ = {};\n\n // Used during scroll events to detect when the underlying cause is a resize.\n this.lastScreenWidth_ = null;\n this.lastScreenHeight_ = null;\n\n // True if the user should be allowed to select text in the terminal.\n // This is disabled when the host requests mouse drag events so that we don't\n // end up with two notions of selection.\n this.selectionEnabled_ = true;\n\n // The last row count returned by the row provider, re-populated during\n // syncScrollHeight().\n this.lastRowCount_ = 0;\n\n // The scroll wheel pixel delta multiplier to increase/decrease\n // the scroll speed of mouse wheel events. See: https://goo.gl/sXelnq\n this.scrollWheelMultiplier_ = 1;\n\n // The last touch events we saw to support touch based scrolling. Indexed\n // by touch identifier since we can have more than one touch active.\n this.lastTouch_ = {};\n\n /**\n * True if the last scroll caused the scrollport to show the final row.\n */\n this.isScrolledEnd = true;\n\n /**\n * A guess at the current scrollbar width, fixed in resize().\n */\n this.currentScrollbarWidthPx = 16;\n\n /**\n * Whether the ctrl-v key on the screen should paste.\n */\n this.ctrlVPaste = false;\n\n this.div_ = null;\n this.document_ = null;\n\n // Collection of active timeout handles.\n this.timeouts_ = {};\n\n this.observers_ = {};\n\n this.DEBUG_ = false;\n}\n\n/**\n * Proxy for the native selection object which understands how to walk up the\n * DOM to find the containing row node and sort out which comes first.\n *\n * @param {hterm.ScrollPort} scrollPort The parent hterm.ScrollPort instance.\n */\nhterm.ScrollPort.Selection = function(scrollPort) {\n this.scrollPort_ = scrollPort;\n\n /**\n * The row containing the start of the selection.\n *\n * This may be partially or fully selected. It may be the selection anchor\n * or the focus, but its rowIndex is guaranteed to be less-than-or-equal-to\n * that of the endRow.\n *\n * If only one row is selected then startRow == endRow. If there is no\n * selection or the selection is collapsed then startRow == null.\n */\n this.startRow = null;\n\n /**\n * The row containing the end of the selection.\n *\n * This may be partially or fully selected. It may be the selection anchor\n * or the focus, but its rowIndex is guaranteed to be greater-than-or-equal-to\n * that of the startRow.\n *\n * If only one row is selected then startRow == endRow. If there is no\n * selection or the selection is collapsed then startRow == null.\n */\n this.endRow = null;\n\n /**\n * True if startRow != endRow.\n */\n this.isMultiline = null;\n\n /**\n * True if the selection is just a point rather than a range.\n */\n this.isCollapsed = null;\n};\n\n/**\n * Given a list of DOM nodes and a container, return the DOM node that\n * is first according to a depth-first search.\n *\n * Returns null if none of the children are found.\n */\nhterm.ScrollPort.Selection.prototype.findFirstChild = function(\n parent, childAry) {\n var node = parent.firstChild;\n\n while (node) {\n if (childAry.indexOf(node) != -1)\n return node;\n\n if (node.childNodes.length) {\n var rv = this.findFirstChild(node, childAry);\n if (rv)\n return rv;\n }\n\n node = node.nextSibling;\n }\n\n return null;\n};\n\n/**\n * Synchronize this object with the current DOM selection.\n *\n * This is a one-way synchronization, the DOM selection is copied to this\n * object, not the other way around.\n */\nhterm.ScrollPort.Selection.prototype.sync = function() {\n var self = this;\n\n // The dom selection object has no way to tell which nodes come first in\n // the document, so we have to figure that out.\n //\n // This function is used when we detect that the \"anchor\" node is first.\n function anchorFirst() {\n self.startRow = anchorRow;\n self.startNode = selection.anchorNode;\n self.startOffset = selection.anchorOffset;\n self.endRow = focusRow;\n self.endNode = selection.focusNode;\n self.endOffset = selection.focusOffset;\n }\n\n // This function is used when we detect that the \"focus\" node is first.\n function focusFirst() {\n self.startRow = focusRow;\n self.startNode = selection.focusNode;\n self.startOffset = selection.focusOffset;\n self.endRow = anchorRow;\n self.endNode = selection.anchorNode;\n self.endOffset = selection.anchorOffset;\n }\n\n var selection = this.scrollPort_.getDocument().getSelection();\n\n this.startRow = null;\n this.endRow = null;\n this.isMultiline = null;\n this.isCollapsed = !selection || selection.isCollapsed;\n\n if (this.isCollapsed)\n return;\n\n var anchorRow = selection.anchorNode;\n while (anchorRow && !('rowIndex' in anchorRow)) {\n anchorRow = anchorRow.parentNode;\n }\n\n if (!anchorRow) {\n console.error('Selection anchor is not rooted in a row node: ' +\n selection.anchorNode.nodeName);\n return;\n }\n\n var focusRow = selection.focusNode;\n while (focusRow && !('rowIndex' in focusRow)) {\n focusRow = focusRow.parentNode;\n }\n\n if (!focusRow) {\n console.error('Selection focus is not rooted in a row node: ' +\n selection.focusNode.nodeName);\n return;\n }\n\n if (anchorRow.rowIndex < focusRow.rowIndex) {\n anchorFirst();\n\n } else if (anchorRow.rowIndex > focusRow.rowIndex) {\n focusFirst();\n\n } else if (selection.focusNode == selection.anchorNode) {\n if (selection.anchorOffset < selection.focusOffset) {\n anchorFirst();\n } else {\n focusFirst();\n }\n\n } else {\n // The selection starts and ends in the same row, but isn't contained all\n // in a single node.\n var firstNode = this.findFirstChild(\n anchorRow, [selection.anchorNode, selection.focusNode]);\n\n if (!firstNode)\n throw new Error('Unexpected error syncing selection.');\n\n if (firstNode == selection.anchorNode) {\n anchorFirst();\n } else {\n focusFirst();\n }\n }\n\n this.isMultiline = anchorRow.rowIndex != focusRow.rowIndex;\n};\n\n\n/**\n * Turn a div into this hterm.ScrollPort.\n */\nhterm.ScrollPort.prototype.decorate = function(div) {\n this.div_ = div;\n\n this.iframe_ = div.ownerDocument.createElement('iframe');\n this.iframe_.style.cssText = (\n 'border: 0;' +\n 'height: 100%;' +\n 'position: absolute;' +\n 'width: 100%');\n\n // Set the iframe src to # in FF. Otherwise when the frame's\n // load event fires in FF it clears out the content of the iframe.\n if ('mozInnerScreenX' in window) // detect a FF only property\n this.iframe_.src = '#';\n\n div.appendChild(this.iframe_);\n\n this.iframe_.contentWindow.addEventListener('resize',\n this.onResize_.bind(this));\n\n var doc = this.document_ = this.iframe_.contentDocument;\n doc.body.style.cssText = (\n 'margin: 0px;' +\n 'padding: 0px;' +\n 'height: 100%;' +\n 'width: 100%;' +\n 'overflow: hidden;' +\n 'cursor: var(--hterm-mouse-cursor-style);' +\n '-webkit-user-select: none;' +\n '-moz-user-select: none;');\n\n if (this.DEBUG_) {\n // When we're debugging we add padding to the body so that the offscreen\n // elements are visible.\n this.document_.body.style.paddingTop =\n this.document_.body.style.paddingBottom =\n 'calc(var(--hterm-charsize-height) * 3)';\n }\n\n var style = doc.createElement('style');\n style.textContent = (\n 'x-row {' +\n ' display: block;' +\n ' height: var(--hterm-charsize-height);' +\n ' line-height: var(--hterm-charsize-height);' +\n '}');\n doc.head.appendChild(style);\n\n this.userCssLink_ = doc.createElement('link');\n this.userCssLink_.setAttribute('rel', 'stylesheet');\n\n this.userCssText_ = doc.createElement('style');\n doc.head.appendChild(this.userCssText_);\n\n // TODO(rginda): Sorry, this 'screen_' isn't the same thing as hterm.Screen\n // from screen.js. I need to pick a better name for one of them to avoid\n // the collision.\n // We make this field editable even though we don't actually allow anything\n // to be edited here so that Chrome will do the right thing with virtual\n // keyboards and IMEs. But make sure we turn off all the input helper logic\n // that doesn't make sense here, and might inadvertently mung or save input.\n // Some of these attributes are standard while others are browser specific,\n // but should be safely ignored by other browsers.\n this.screen_ = doc.createElement('x-screen');\n this.screen_.setAttribute('contenteditable', 'true');\n this.screen_.setAttribute('spellcheck', 'false');\n this.screen_.setAttribute('autocomplete', 'off');\n this.screen_.setAttribute('autocorrect', 'off');\n this.screen_.setAttribute('autocaptalize', 'none');\n this.screen_.setAttribute('role', 'textbox');\n this.screen_.setAttribute('tabindex', '-1');\n this.screen_.style.cssText = (\n 'caret-color: transparent;' +\n 'display: block;' +\n 'font-family: monospace;' +\n 'font-size: 15px;' +\n 'font-variant-ligatures: none;' +\n 'height: 100%;' +\n 'overflow-y: scroll; overflow-x: hidden;' +\n 'white-space: pre;' +\n 'width: 100%;' +\n 'outline: none !important');\n\n doc.body.appendChild(this.screen_);\n\n this.screen_.addEventListener('scroll', this.onScroll_.bind(this));\n this.screen_.addEventListener('wheel', this.onScrollWheel_.bind(this));\n this.screen_.addEventListener('touchstart', this.onTouch_.bind(this));\n this.screen_.addEventListener('touchmove', this.onTouch_.bind(this));\n this.screen_.addEventListener('touchend', this.onTouch_.bind(this));\n this.screen_.addEventListener('touchcancel', this.onTouch_.bind(this));\n this.screen_.addEventListener('copy', this.onCopy_.bind(this));\n this.screen_.addEventListener('paste', this.onPaste_.bind(this));\n // Disable drag & drop of text/content. We don't handle it at all (yet?),\n // and the default behavior just confuses hterm.\n this.screen_.addEventListener('drop', function(e) {\n e.preventDefault();\n return false;\n });\n\n doc.body.addEventListener('keydown', this.onBodyKeyDown_.bind(this));\n\n // This is the main container for the fixed rows.\n this.rowNodes_ = doc.createElement('div');\n this.rowNodes_.id = 'hterm:row-nodes';\n this.rowNodes_.style.cssText = (\n 'display: block;' +\n 'position: fixed;' +\n 'overflow: hidden;' +\n '-webkit-user-select: text;' +\n '-moz-user-select: text;');\n this.screen_.appendChild(this.rowNodes_);\n\n // Two nodes to hold offscreen text during the copy event.\n this.topSelectBag_ = doc.createElement('x-select-bag');\n this.topSelectBag_.style.cssText = (\n 'display: block;' +\n 'overflow: hidden;' +\n 'height: var(--hterm-charsize-height);' +\n 'white-space: pre;');\n\n this.bottomSelectBag_ = this.topSelectBag_.cloneNode();\n\n // Nodes above the top fold and below the bottom fold are hidden. They are\n // only used to hold rows that are part of the selection but are currently\n // scrolled off the top or bottom of the visible range.\n this.topFold_ = doc.createElement('x-fold');\n this.topFold_.id = 'hterm:top-fold-for-row-selection';\n this.topFold_.style.cssText = 'display: block;';\n this.rowNodes_.appendChild(this.topFold_);\n\n this.bottomFold_ = this.topFold_.cloneNode();\n this.bottomFold_.id = 'hterm:bottom-fold-for-row-selection';\n this.rowNodes_.appendChild(this.bottomFold_);\n\n // This hidden div accounts for the vertical space that would be consumed by\n // all the rows in the buffer if they were visible. It's what causes the\n // scrollbar to appear on the 'x-screen', and it moves within the screen when\n // the scrollbar is moved.\n //\n // It is set 'visibility: hidden' to keep the browser from trying to include\n // it in the selection when a user 'drag selects' upwards (drag the mouse to\n // select and scroll at the same time). Without this, the selection gets\n // out of whack.\n this.scrollArea_ = doc.createElement('div');\n this.scrollArea_.id = 'hterm:scrollarea';\n this.scrollArea_.style.cssText = 'visibility: hidden';\n this.screen_.appendChild(this.scrollArea_);\n\n // This svg element is used to detect when the browser is zoomed. It must be\n // placed in the outermost document for currentScale to be correct.\n // TODO(rginda): This means that hterm nested in an iframe will not correctly\n // detect browser zoom level. We should come up with a better solution.\n // Note: This must be http:// else Chrome cannot create the element correctly.\n var xmlns = 'http://www.w3.org/2000/svg';\n this.svg_ = this.div_.ownerDocument.createElementNS(xmlns, 'svg');\n this.svg_.id = 'hterm:zoom-detector';\n this.svg_.setAttribute('xmlns', xmlns);\n this.svg_.setAttribute('version', '1.1');\n this.svg_.style.cssText = (\n 'position: absolute;' +\n 'top: 0;' +\n 'left: 0;' +\n 'visibility: hidden');\n\n\n // We send focus to this element just before a paste happens, so we can\n // capture the pasted text and forward it on to someone who cares.\n this.pasteTarget_ = doc.createElement('textarea');\n this.pasteTarget_.id = 'hterm:ctrl-v-paste-target';\n this.pasteTarget_.setAttribute('tabindex', '-1');\n this.pasteTarget_.style.cssText = (\n 'position: absolute;' +\n 'height: 1px;' +\n 'width: 1px;' +\n 'left: 0px; ' +\n 'bottom: 0px;' +\n 'opacity: 0');\n this.pasteTarget_.contentEditable = true;\n\n this.screen_.appendChild(this.pasteTarget_);\n this.pasteTarget_.addEventListener(\n 'textInput', this.handlePasteTargetTextInput_.bind(this));\n\n this.resize();\n};\n\n/**\n * Select the font-family and font-smoothing for this scrollport.\n *\n * @param {string} fontFamily Value of the CSS 'font-family' to use for this\n * scrollport. Should be a monospace font.\n * @param {string} opt_smoothing Optional value for '-webkit-font-smoothing'.\n * Defaults to an empty string if not specified.\n */\nhterm.ScrollPort.prototype.setFontFamily = function(fontFamily, opt_smoothing) {\n this.screen_.style.fontFamily = fontFamily;\n if (opt_smoothing) {\n this.screen_.style.webkitFontSmoothing = opt_smoothing;\n } else {\n this.screen_.style.webkitFontSmoothing = '';\n }\n\n this.syncCharacterSize();\n};\n\nhterm.ScrollPort.prototype.getFontFamily = function() {\n return this.screen_.style.fontFamily;\n};\n\n/**\n * Set a custom stylesheet to include in the scrollport.\n *\n * Defaults to null, meaning no custom css is loaded. Set it back to null or\n * the empty string to remove a previously applied custom css.\n */\nhterm.ScrollPort.prototype.setUserCssUrl = function(url) {\n if (url) {\n this.userCssLink_.setAttribute('href', url);\n\n if (!this.userCssLink_.parentNode)\n this.document_.head.appendChild(this.userCssLink_);\n } else if (this.userCssLink_.parentNode) {\n this.document_.head.removeChild(this.userCssLink_);\n }\n};\n\nhterm.ScrollPort.prototype.setUserCssText = function(text) {\n this.userCssText_.textContent = text;\n};\n\nhterm.ScrollPort.prototype.focus = function() {\n this.iframe_.focus();\n this.screen_.focus();\n};\n\nhterm.ScrollPort.prototype.getForegroundColor = function() {\n return this.screen_.style.color;\n};\n\nhterm.ScrollPort.prototype.setForegroundColor = function(color) {\n this.screen_.style.color = color;\n};\n\nhterm.ScrollPort.prototype.getBackgroundColor = function() {\n return this.screen_.style.backgroundColor;\n};\n\nhterm.ScrollPort.prototype.setBackgroundColor = function(color) {\n this.screen_.style.backgroundColor = color;\n};\n\nhterm.ScrollPort.prototype.setBackgroundImage = function(image) {\n this.screen_.style.backgroundImage = image;\n};\n\nhterm.ScrollPort.prototype.setBackgroundSize = function(size) {\n this.screen_.style.backgroundSize = size;\n};\n\nhterm.ScrollPort.prototype.setBackgroundPosition = function(position) {\n this.screen_.style.backgroundPosition = position;\n};\n\nhterm.ScrollPort.prototype.setCtrlVPaste = function(ctrlVPaste) {\n this.ctrlVPaste = ctrlVPaste;\n};\n\n/**\n * Get the usable size of the scrollport screen.\n *\n * The width will not include the scrollbar width.\n */\nhterm.ScrollPort.prototype.getScreenSize = function() {\n var size = hterm.getClientSize(this.screen_);\n return {\n height: size.height,\n width: size.width - this.currentScrollbarWidthPx\n };\n};\n\n/**\n * Get the usable width of the scrollport screen.\n *\n * This the widget width minus scrollbar width.\n */\nhterm.ScrollPort.prototype.getScreenWidth = function() {\n return this.getScreenSize().width ;\n};\n\n/**\n * Get the usable height of the scrollport screen.\n */\nhterm.ScrollPort.prototype.getScreenHeight = function() {\n return this.getScreenSize().height;\n};\n\n/**\n * Return the document that holds the visible rows of this hterm.ScrollPort.\n */\nhterm.ScrollPort.prototype.getDocument = function() {\n return this.document_;\n};\n\n/**\n * Returns the x-screen element that holds the rows of this hterm.ScrollPort.\n */\nhterm.ScrollPort.prototype.getScreenNode = function() {\n return this.screen_;\n};\n\n/**\n * Clear out any cached rowNodes.\n */\nhterm.ScrollPort.prototype.resetCache = function() {\n this.currentRowNodeCache_ = null;\n this.previousRowNodeCache_ = {};\n};\n\n/**\n * Change the current rowProvider.\n *\n * This will clear the row cache and cause a redraw.\n *\n * @param {Object} rowProvider An object capable of providing the rows\n * in this hterm.ScrollPort.\n */\nhterm.ScrollPort.prototype.setRowProvider = function(rowProvider) {\n this.resetCache();\n this.rowProvider_ = rowProvider;\n this.scheduleRedraw();\n};\n\n/**\n * Inform the ScrollPort that the root DOM nodes for some or all of the visible\n * rows are no longer valid.\n *\n * Specifically, this should be called if this.rowProvider_.getRowNode() now\n * returns an entirely different node than it did before. It does not\n * need to be called if the content of a row node is the only thing that\n * changed.\n *\n * This skips some of the overhead of a full redraw, but should not be used\n * in cases where the scrollport has been scrolled, or when the row count has\n * changed.\n */\nhterm.ScrollPort.prototype.invalidate = function() {\n var node = this.topFold_.nextSibling;\n while (node != this.bottomFold_) {\n var nextSibling = node.nextSibling;\n node.parentElement.removeChild(node);\n node = nextSibling;\n }\n\n this.previousRowNodeCache_ = null;\n var topRowIndex = this.getTopRowIndex();\n var bottomRowIndex = this.getBottomRowIndex(topRowIndex);\n\n this.drawVisibleRows_(topRowIndex, bottomRowIndex);\n};\n\nhterm.ScrollPort.prototype.scheduleInvalidate = function() {\n if (this.timeouts_.invalidate)\n return;\n\n var self = this;\n this.timeouts_.invalidate = setTimeout(function () {\n delete self.timeouts_.invalidate;\n self.invalidate();\n }, 0);\n};\n\n/**\n * Set the font size of the ScrollPort.\n */\nhterm.ScrollPort.prototype.setFontSize = function(px) {\n this.screen_.style.fontSize = px + 'px';\n this.syncCharacterSize();\n};\n\n/**\n * Return the current font size of the ScrollPort.\n */\nhterm.ScrollPort.prototype.getFontSize = function() {\n return parseInt(this.screen_.style.fontSize);\n};\n\n/**\n * Measure the size of a single character in pixels.\n *\n * @param {string} opt_weight The font weight to measure, or 'normal' if\n * omitted.\n * @return {hterm.Size} A new hterm.Size object.\n */\nhterm.ScrollPort.prototype.measureCharacterSize = function(opt_weight) {\n // Number of lines used to average the height of a single character.\n var numberOfLines = 100;\n // Number of chars per line used to average the width of a single character.\n var lineLength = 100;\n\n if (!this.ruler_) {\n this.ruler_ = this.document_.createElement('div');\n this.ruler_.id = 'hterm:ruler-character-size';\n this.ruler_.style.cssText = (\n 'position: absolute;' +\n 'top: 0;' +\n 'left: 0;' +\n 'visibility: hidden;' +\n 'height: auto !important;' +\n 'width: auto !important;');\n\n // We need to put the text in a span to make the size calculation\n // work properly in Firefox\n this.rulerSpan_ = this.document_.createElement('span');\n this.rulerSpan_.id = 'hterm:ruler-span-workaround';\n this.rulerSpan_.innerHTML =\n ('X'.repeat(lineLength) + '\\r').repeat(numberOfLines);\n this.ruler_.appendChild(this.rulerSpan_);\n\n this.rulerBaseline_ = this.document_.createElement('span');\n this.rulerSpan_.id = 'hterm:ruler-baseline';\n // We want to collapse it on the baseline\n this.rulerBaseline_.style.fontSize = '0px';\n this.rulerBaseline_.textContent = 'X';\n }\n\n this.rulerSpan_.style.fontWeight = opt_weight || '';\n\n this.rowNodes_.appendChild(this.ruler_);\n var rulerSize = hterm.getClientSize(this.rulerSpan_);\n\n var size = new hterm.Size(rulerSize.width / lineLength,\n rulerSize.height / numberOfLines);\n\n this.ruler_.appendChild(this.rulerBaseline_);\n size.baseline = this.rulerBaseline_.offsetTop;\n this.ruler_.removeChild(this.rulerBaseline_);\n\n this.rowNodes_.removeChild(this.ruler_);\n\n this.div_.ownerDocument.body.appendChild(this.svg_);\n size.zoomFactor = this.svg_.currentScale;\n this.div_.ownerDocument.body.removeChild(this.svg_);\n\n return size;\n};\n\n/**\n * Synchronize the character size.\n *\n * This will re-measure the current character size and adjust the height\n * of an x-row to match.\n */\nhterm.ScrollPort.prototype.syncCharacterSize = function() {\n this.characterSize = this.measureCharacterSize();\n\n this.resize();\n};\n\n/**\n * Reset dimensions and visible row count to account for a change in the\n * dimensions of the 'x-screen'.\n */\nhterm.ScrollPort.prototype.resize = function() {\n this.currentScrollbarWidthPx = hterm.getClientWidth(this.screen_) -\n this.screen_.clientWidth;\n\n this.syncScrollHeight();\n this.syncRowNodesDimensions_();\n\n var self = this;\n this.publish(\n 'resize', { scrollPort: this },\n function() {\n self.scrollRowToBottom(self.rowProvider_.getRowCount());\n self.scheduleRedraw();\n });\n};\n\n/**\n * Set the position and size of the row nodes element.\n */\nhterm.ScrollPort.prototype.syncRowNodesDimensions_ = function() {\n var screenSize = this.getScreenSize();\n\n this.lastScreenWidth_ = screenSize.width;\n this.lastScreenHeight_ = screenSize.height;\n\n // We don't want to show a partial row because it would be distracting\n // in a terminal, so we floor any fractional row count.\n this.visibleRowCount = lib.f.smartFloorDivide(\n screenSize.height, this.characterSize.height);\n\n // Then compute the height of our integral number of rows.\n var visibleRowsHeight = this.visibleRowCount * this.characterSize.height;\n\n // Then the difference between the screen height and total row height needs to\n // be made up for as top margin. We need to record this value so it\n // can be used later to determine the topRowIndex.\n this.visibleRowTopMargin = 0;\n this.visibleRowBottomMargin = screenSize.height - visibleRowsHeight;\n\n this.topFold_.style.marginBottom = this.visibleRowTopMargin + 'px';\n\n\n var topFoldOffset = 0;\n var node = this.topFold_.previousSibling;\n while (node) {\n topFoldOffset += hterm.getClientHeight(node);\n node = node.previousSibling;\n }\n\n // Set the dimensions of the visible rows container.\n this.rowNodes_.style.width = screenSize.width + 'px';\n this.rowNodes_.style.height = visibleRowsHeight + topFoldOffset + 'px';\n this.rowNodes_.style.left = this.screen_.offsetLeft + 'px';\n this.rowNodes_.style.top = this.screen_.offsetTop - topFoldOffset + 'px';\n};\n\nhterm.ScrollPort.prototype.syncScrollHeight = function() {\n // Resize the scroll area to appear as though it contains every row.\n this.lastRowCount_ = this.rowProvider_.getRowCount();\n this.scrollArea_.style.height = (this.characterSize.height *\n this.lastRowCount_ +\n this.visibleRowTopMargin +\n this.visibleRowBottomMargin +\n 'px');\n};\n\n/**\n * Schedule a redraw to happen asynchronously.\n *\n * If this method is called multiple times before the redraw has a chance to\n * run only one redraw occurs.\n */\nhterm.ScrollPort.prototype.scheduleRedraw = function() {\n if (this.timeouts_.redraw)\n return;\n\n var self = this;\n this.timeouts_.redraw = setTimeout(function () {\n delete self.timeouts_.redraw;\n self.redraw_();\n }, 0);\n};\n\n/**\n * Redraw the current hterm.ScrollPort based on the current scrollbar position.\n *\n * When redrawing, we are careful to make sure that the rows that start or end\n * the current selection are not touched in any way. Doing so would disturb\n * the selection, and cleaning up after that would cause flashes at best and\n * incorrect selection at worst. Instead, we modify the DOM around these nodes.\n * We even stash the selection start/end outside of the visible area if\n * they are not supposed to be visible in the hterm.ScrollPort.\n */\nhterm.ScrollPort.prototype.redraw_ = function() {\n this.resetSelectBags_();\n this.selection.sync();\n\n this.syncScrollHeight();\n\n this.currentRowNodeCache_ = {};\n\n var topRowIndex = this.getTopRowIndex();\n var bottomRowIndex = this.getBottomRowIndex(topRowIndex);\n\n this.drawTopFold_(topRowIndex);\n this.drawBottomFold_(bottomRowIndex);\n this.drawVisibleRows_(topRowIndex, bottomRowIndex);\n\n this.syncRowNodesDimensions_();\n\n this.previousRowNodeCache_ = this.currentRowNodeCache_;\n this.currentRowNodeCache_ = null;\n\n this.isScrolledEnd = (\n this.getTopRowIndex() + this.visibleRowCount >= this.lastRowCount_);\n};\n\n/**\n * Ensure that the nodes above the top fold are as they should be.\n *\n * If the selection start and/or end nodes are above the visible range\n * of this hterm.ScrollPort then the dom will be adjusted so that they appear\n * before the top fold (the first x-fold element, aka this.topFold).\n *\n * If not, the top fold will be the first element.\n *\n * It is critical that this method does not move the selection nodes. Doing\n * so would clear the current selection. Instead, the rest of the DOM is\n * adjusted around them.\n */\nhterm.ScrollPort.prototype.drawTopFold_ = function(topRowIndex) {\n if (!this.selection.startRow ||\n this.selection.startRow.rowIndex >= topRowIndex) {\n // Selection is entirely below the top fold, just make sure the fold is\n // the first child.\n if (this.rowNodes_.firstChild != this.topFold_)\n this.rowNodes_.insertBefore(this.topFold_, this.rowNodes_.firstChild);\n\n return;\n }\n\n if (!this.selection.isMultiline ||\n this.selection.endRow.rowIndex >= topRowIndex) {\n // Only the startRow is above the fold.\n if (this.selection.startRow.nextSibling != this.topFold_)\n this.rowNodes_.insertBefore(this.topFold_,\n this.selection.startRow.nextSibling);\n } else {\n // Both rows are above the fold.\n if (this.selection.endRow.nextSibling != this.topFold_) {\n this.rowNodes_.insertBefore(this.topFold_,\n this.selection.endRow.nextSibling);\n }\n\n // Trim any intermediate lines.\n while (this.selection.startRow.nextSibling !=\n this.selection.endRow) {\n this.rowNodes_.removeChild(this.selection.startRow.nextSibling);\n }\n }\n\n while(this.rowNodes_.firstChild != this.selection.startRow) {\n this.rowNodes_.removeChild(this.rowNodes_.firstChild);\n }\n};\n\n/**\n * Ensure that the nodes below the bottom fold are as they should be.\n *\n * If the selection start and/or end nodes are below the visible range\n * of this hterm.ScrollPort then the dom will be adjusted so that they appear\n * after the bottom fold (the second x-fold element, aka this.bottomFold).\n *\n * If not, the bottom fold will be the last element.\n *\n * It is critical that this method does not move the selection nodes. Doing\n * so would clear the current selection. Instead, the rest of the DOM is\n * adjusted around them.\n */\nhterm.ScrollPort.prototype.drawBottomFold_ = function(bottomRowIndex) {\n if (!this.selection.endRow ||\n this.selection.endRow.rowIndex <= bottomRowIndex) {\n // Selection is entirely above the bottom fold, just make sure the fold is\n // the last child.\n if (this.rowNodes_.lastChild != this.bottomFold_)\n this.rowNodes_.appendChild(this.bottomFold_);\n\n return;\n }\n\n if (!this.selection.isMultiline ||\n this.selection.startRow.rowIndex <= bottomRowIndex) {\n // Only the endRow is below the fold.\n if (this.bottomFold_.nextSibling != this.selection.endRow)\n this.rowNodes_.insertBefore(this.bottomFold_,\n this.selection.endRow);\n } else {\n // Both rows are below the fold.\n if (this.bottomFold_.nextSibling != this.selection.startRow) {\n this.rowNodes_.insertBefore(this.bottomFold_,\n this.selection.startRow);\n }\n\n // Trim any intermediate lines.\n while (this.selection.startRow.nextSibling !=\n this.selection.endRow) {\n this.rowNodes_.removeChild(this.selection.startRow.nextSibling);\n }\n }\n\n while(this.rowNodes_.lastChild != this.selection.endRow) {\n this.rowNodes_.removeChild(this.rowNodes_.lastChild);\n }\n};\n\n/**\n * Ensure that the rows between the top and bottom folds are as they should be.\n *\n * This method assumes that drawTopFold_() and drawBottomFold_() have already\n * run, and that they have left any visible selection row (selection start\n * or selection end) between the folds.\n *\n * It recycles DOM nodes from the previous redraw where possible, but will ask\n * the rowSource to make new nodes if necessary.\n *\n * It is critical that this method does not move the selection nodes. Doing\n * so would clear the current selection. Instead, the rest of the DOM is\n * adjusted around them.\n */\nhterm.ScrollPort.prototype.drawVisibleRows_ = function(\n topRowIndex, bottomRowIndex) {\n var self = this;\n\n // Keep removing nodes, starting with currentNode, until we encounter\n // targetNode. Throws on failure.\n function removeUntilNode(currentNode, targetNode) {\n while (currentNode != targetNode) {\n if (!currentNode)\n throw 'Did not encounter target node';\n\n if (currentNode == self.bottomFold_)\n throw 'Encountered bottom fold before target node';\n\n var deadNode = currentNode;\n currentNode = currentNode.nextSibling;\n deadNode.parentNode.removeChild(deadNode);\n }\n }\n\n // Shorthand for things we're going to use a lot.\n var selectionStartRow = this.selection.startRow;\n var selectionEndRow = this.selection.endRow;\n var bottomFold = this.bottomFold_;\n\n // The node we're examining during the current iteration.\n var node = this.topFold_.nextSibling;\n\n var targetDrawCount = Math.min(this.visibleRowCount,\n this.rowProvider_.getRowCount());\n\n for (var drawCount = 0; drawCount < targetDrawCount; drawCount++) {\n var rowIndex = topRowIndex + drawCount;\n\n if (node == bottomFold) {\n // We've hit the bottom fold, we need to insert a new row.\n var newNode = this.fetchRowNode_(rowIndex);\n if (!newNode) {\n console.log(\"Couldn't fetch row index: \" + rowIndex);\n break;\n }\n\n this.rowNodes_.insertBefore(newNode, node);\n continue;\n }\n\n if (node.rowIndex == rowIndex) {\n // This node is in the right place, move along.\n node = node.nextSibling;\n continue;\n }\n\n if (selectionStartRow && selectionStartRow.rowIndex == rowIndex) {\n // The selection start row is supposed to be here, remove nodes until\n // we find it.\n removeUntilNode(node, selectionStartRow);\n node = selectionStartRow.nextSibling;\n continue;\n }\n\n if (selectionEndRow && selectionEndRow.rowIndex == rowIndex) {\n // The selection end row is supposed to be here, remove nodes until\n // we find it.\n removeUntilNode(node, selectionEndRow);\n node = selectionEndRow.nextSibling;\n continue;\n }\n\n if (node == selectionStartRow || node == selectionEndRow) {\n // We encountered the start/end of the selection, but we don't want it\n // yet. Insert a new row instead.\n var newNode = this.fetchRowNode_(rowIndex);\n if (!newNode) {\n console.log(\"Couldn't fetch row index: \" + rowIndex);\n break;\n }\n\n this.rowNodes_.insertBefore(newNode, node);\n continue;\n }\n\n // There is nothing special about this node, but it's in our way. Replace\n // it with the node that should be here.\n var newNode = this.fetchRowNode_(rowIndex);\n if (!newNode) {\n console.log(\"Couldn't fetch row index: \" + rowIndex);\n break;\n }\n\n if (node == newNode) {\n node = node.nextSibling;\n continue;\n }\n\n this.rowNodes_.insertBefore(newNode, node);\n if (!newNode.nextSibling)\n debugger;\n this.rowNodes_.removeChild(node);\n node = newNode.nextSibling;\n }\n\n if (node != this.bottomFold_)\n removeUntilNode(node, bottomFold);\n};\n\n/**\n * Empty out both select bags and remove them from the document.\n *\n * These nodes hold the text between the start and end of the selection\n * when that text is otherwise off screen. They are filled out in the\n * onCopy_ event.\n */\nhterm.ScrollPort.prototype.resetSelectBags_ = function() {\n if (this.topSelectBag_.parentNode) {\n this.topSelectBag_.textContent = '';\n this.topSelectBag_.parentNode.removeChild(this.topSelectBag_);\n }\n\n if (this.bottomSelectBag_.parentNode) {\n this.bottomSelectBag_.textContent = '';\n this.bottomSelectBag_.parentNode.removeChild(this.bottomSelectBag_);\n }\n};\n\n/**\n * Place a row node in the cache of visible nodes.\n *\n * This method may only be used during a redraw_.\n */\nhterm.ScrollPort.prototype.cacheRowNode_ = function(rowNode) {\n this.currentRowNodeCache_[rowNode.rowIndex] = rowNode;\n};\n\n/**\n * Fetch the row node for the given index.\n *\n * This will return a node from the cache if possible, or will request one\n * from the RowProvider if not.\n *\n * If a redraw_ is in progress the row will be added to the current cache.\n */\nhterm.ScrollPort.prototype.fetchRowNode_ = function(rowIndex) {\n var node;\n\n if (this.previousRowNodeCache_ && rowIndex in this.previousRowNodeCache_) {\n node = this.previousRowNodeCache_[rowIndex];\n } else {\n node = this.rowProvider_.getRowNode(rowIndex);\n }\n\n if (this.currentRowNodeCache_)\n this.cacheRowNode_(node);\n\n return node;\n};\n\n/**\n * Select all rows in the viewport.\n */\nhterm.ScrollPort.prototype.selectAll = function() {\n var firstRow;\n\n if (this.topFold_.nextSibling.rowIndex != 0) {\n while (this.topFold_.previousSibling) {\n this.rowNodes_.removeChild(this.topFold_.previousSibling);\n }\n\n firstRow = this.fetchRowNode_(0);\n this.rowNodes_.insertBefore(firstRow, this.topFold_);\n this.syncRowNodesDimensions_();\n } else {\n firstRow = this.topFold_.nextSibling;\n }\n\n var lastRowIndex = this.rowProvider_.getRowCount() - 1;\n var lastRow;\n\n if (this.bottomFold_.previousSibling.rowIndex != lastRowIndex) {\n while (this.bottomFold_.nextSibling) {\n this.rowNodes_.removeChild(this.bottomFold_.nextSibling);\n }\n\n lastRow = this.fetchRowNode_(lastRowIndex);\n this.rowNodes_.appendChild(lastRow);\n } else {\n lastRow = this.bottomFold_.previousSibling.rowIndex;\n }\n\n var selection = this.document_.getSelection();\n selection.collapse(firstRow, 0);\n selection.extend(lastRow, lastRow.childNodes.length);\n\n this.selection.sync();\n};\n\n/**\n * Return the maximum scroll position in pixels.\n */\nhterm.ScrollPort.prototype.getScrollMax_ = function(e) {\n return (hterm.getClientHeight(this.scrollArea_) +\n this.visibleRowTopMargin + this.visibleRowBottomMargin -\n hterm.getClientHeight(this.screen_));\n};\n\n/**\n * Scroll the given rowIndex to the top of the hterm.ScrollPort.\n *\n * @param {integer} rowIndex Index of the target row.\n */\nhterm.ScrollPort.prototype.scrollRowToTop = function(rowIndex) {\n this.syncScrollHeight();\n\n this.isScrolledEnd = (\n rowIndex + this.visibleRowCount >= this.lastRowCount_);\n\n var scrollTop = rowIndex * this.characterSize.height +\n this.visibleRowTopMargin;\n\n var scrollMax = this.getScrollMax_();\n if (scrollTop > scrollMax)\n scrollTop = scrollMax;\n\n if (this.screen_.scrollTop == scrollTop)\n return;\n\n this.screen_.scrollTop = scrollTop;\n this.scheduleRedraw();\n};\n\n/**\n * Scroll the given rowIndex to the bottom of the hterm.ScrollPort.\n *\n * @param {integer} rowIndex Index of the target row.\n */\nhterm.ScrollPort.prototype.scrollRowToBottom = function(rowIndex) {\n this.syncScrollHeight();\n\n this.isScrolledEnd = (\n rowIndex + this.visibleRowCount >= this.lastRowCount_);\n\n var scrollTop = rowIndex * this.characterSize.height +\n this.visibleRowTopMargin + this.visibleRowBottomMargin;\n scrollTop -= this.visibleRowCount * this.characterSize.height;\n\n if (scrollTop < 0)\n scrollTop = 0;\n\n if (this.screen_.scrollTop == scrollTop)\n return;\n\n this.screen_.scrollTop = scrollTop;\n};\n\n/**\n * Return the row index of the first visible row.\n *\n * This is based on the scroll position. If a redraw_ is in progress this\n * returns the row that *should* be at the top.\n */\nhterm.ScrollPort.prototype.getTopRowIndex = function() {\n return Math.round(this.screen_.scrollTop / this.characterSize.height);\n};\n\n/**\n * Return the row index of the last visible row.\n *\n * This is based on the scroll position. If a redraw_ is in progress this\n * returns the row that *should* be at the bottom.\n */\nhterm.ScrollPort.prototype.getBottomRowIndex = function(topRowIndex) {\n return topRowIndex + this.visibleRowCount - 1;\n};\n\n/**\n * Handler for scroll events.\n *\n * The onScroll event fires when scrollArea's scrollTop property changes. This\n * may be due to the user manually move the scrollbar, or a programmatic change.\n */\nhterm.ScrollPort.prototype.onScroll_ = function(e) {\n var screenSize = this.getScreenSize();\n if (screenSize.width != this.lastScreenWidth_ ||\n screenSize.height != this.lastScreenHeight_) {\n // This event may also fire during a resize (but before the resize event!).\n // This happens when the browser moves the scrollbar as part of the resize.\n // In these cases, we want to ignore the scroll event and let onResize\n // handle things. If we don't, then we end up scrolling to the wrong\n // position after a resize.\n this.resize();\n return;\n }\n\n this.redraw_();\n this.publish('scroll', { scrollPort: this });\n};\n\n/**\n * Clients can override this if they want to hear scrollwheel events.\n *\n * Clients may call event.preventDefault() if they want to keep the scrollport\n * from also handling the events.\n */\nhterm.ScrollPort.prototype.onScrollWheel = function(e) {};\n\n/**\n * Handler for scroll-wheel events.\n *\n * The onScrollWheel event fires when the user moves their scrollwheel over this\n * hterm.ScrollPort. Because the frontmost element in the hterm.ScrollPort is\n * a fixed position DIV, the scroll wheel does nothing by default. Instead, we\n * have to handle it manually.\n */\nhterm.ScrollPort.prototype.onScrollWheel_ = function(e) {\n this.onScrollWheel(e);\n\n if (e.defaultPrevented)\n return;\n\n // Figure out how far this event wants us to scroll.\n var delta = this.scrollWheelDelta(e);\n\n var top = this.screen_.scrollTop - delta;\n if (top < 0)\n top = 0;\n\n var scrollMax = this.getScrollMax_();\n if (top > scrollMax)\n top = scrollMax;\n\n if (top != this.screen_.scrollTop) {\n // Moving scrollTop causes a scroll event, which triggers the redraw.\n this.screen_.scrollTop = top;\n\n // Only preventDefault when we've actually scrolled. If there's nothing\n // to scroll we want to pass the event through so Chrome can detect the\n // overscroll.\n e.preventDefault();\n }\n};\n\n/**\n * Calculate how far a wheel event should scroll.\n *\n * @param {WheelEvent} e The mouse wheel event to process.\n * @return {number} How far (in pixels) to scroll.\n */\nhterm.ScrollPort.prototype.scrollWheelDelta = function(e) {\n var delta;\n\n switch (e.deltaMode) {\n case WheelEvent.DOM_DELTA_PIXEL:\n delta = e.deltaY * this.scrollWheelMultiplier_;\n break;\n case WheelEvent.DOM_DELTA_LINE:\n delta = e.deltaY * this.characterSize.height;\n break;\n case WheelEvent.DOM_DELTA_PAGE:\n delta = e.deltaY * this.characterSize.height * this.screen_.getHeight();\n break;\n }\n\n // The sign is inverted from what we would expect.\n return delta * -1;\n};\n\n\n/**\n * Clients can override this if they want to hear touch events.\n *\n * Clients may call event.preventDefault() if they want to keep the scrollport\n * from also handling the events.\n */\nhterm.ScrollPort.prototype.onTouch = function(e) {};\n\n/**\n * Handler for touch events.\n */\nhterm.ScrollPort.prototype.onTouch_ = function(e) {\n this.onTouch(e);\n\n if (e.defaultPrevented)\n return;\n\n // Extract the fields from the Touch event that we need. If we saved the\n // event directly, it has references to other objects (like x-row) that\n // might stick around for a long time. This way we only have small objects\n // in our lastTouch_ state.\n var scrubTouch = function(t) {\n return {\n id: t.identifier,\n y: t.clientY,\n x: t.clientX,\n };\n };\n\n var i, touch;\n switch (e.type) {\n case 'touchstart':\n // Save the current set of touches.\n for (i = 0; i < e.changedTouches.length; ++i) {\n touch = scrubTouch(e.changedTouches[i]);\n this.lastTouch_[touch.id] = touch;\n }\n break;\n\n case 'touchcancel':\n case 'touchend':\n // Throw away existing touches that we're finished with.\n for (i = 0; i < e.changedTouches.length; ++i)\n delete this.lastTouch_[e.changedTouches[i].identifier];\n break;\n\n case 'touchmove':\n // Walk all of the touches in this one event and merge all of their\n // changes into one delta. This lets multiple fingers scroll faster.\n var delta = 0;\n for (i = 0; i < e.changedTouches.length; ++i) {\n touch = scrubTouch(e.changedTouches[i]);\n delta += (this.lastTouch_[touch.id].y - touch.y);\n this.lastTouch_[touch.id] = touch;\n }\n\n // Invert to match the touchscreen scrolling direction of browser windows.\n delta *= -1;\n\n var top = this.screen_.scrollTop - delta;\n if (top < 0)\n top = 0;\n\n var scrollMax = this.getScrollMax_();\n if (top > scrollMax)\n top = scrollMax;\n\n if (top != this.screen_.scrollTop) {\n // Moving scrollTop causes a scroll event, which triggers the redraw.\n this.screen_.scrollTop = top;\n }\n break;\n }\n\n // To disable gestures or anything else interfering with our scrolling.\n e.preventDefault();\n};\n\n/**\n * Handler for resize events.\n *\n * The browser will resize us such that the top row stays at the top, but we\n * prefer to the bottom row to stay at the bottom.\n */\nhterm.ScrollPort.prototype.onResize_ = function(e) {\n // Re-measure, since onResize also happens for browser zoom changes.\n this.syncCharacterSize();\n this.resize();\n};\n\n/**\n * Clients can override this if they want to hear copy events.\n *\n * Clients may call event.preventDefault() if they want to keep the scrollport\n * from also handling the events.\n */\nhterm.ScrollPort.prototype.onCopy = function(e) { };\n\n/**\n * Handler for copy-to-clipboard events.\n *\n * If some or all of the selected rows are off screen we may need to fill in\n * the rows between selection start and selection end. This handler determines\n * if we're missing some of the selected text, and if so populates one or both\n * of the \"select bags\" with the missing text.\n */\nhterm.ScrollPort.prototype.onCopy_ = function(e) {\n this.onCopy(e);\n\n if (e.defaultPrevented)\n return;\n\n this.resetSelectBags_();\n this.selection.sync();\n\n if (!this.selection.startRow ||\n this.selection.endRow.rowIndex - this.selection.startRow.rowIndex < 2) {\n return;\n }\n\n var topRowIndex = this.getTopRowIndex();\n var bottomRowIndex = this.getBottomRowIndex(topRowIndex);\n\n if (this.selection.startRow.rowIndex < topRowIndex) {\n // Start of selection is above the top fold.\n var endBackfillIndex;\n\n if (this.selection.endRow.rowIndex < topRowIndex) {\n // Entire selection is above the top fold.\n endBackfillIndex = this.selection.endRow.rowIndex;\n } else {\n // Selection extends below the top fold.\n endBackfillIndex = this.topFold_.nextSibling.rowIndex;\n }\n\n this.topSelectBag_.textContent = this.rowProvider_.getRowsText(\n this.selection.startRow.rowIndex + 1, endBackfillIndex);\n this.rowNodes_.insertBefore(this.topSelectBag_,\n this.selection.startRow.nextSibling);\n this.syncRowNodesDimensions_();\n }\n\n if (this.selection.endRow.rowIndex > bottomRowIndex) {\n // Selection ends below the bottom fold.\n var startBackfillIndex;\n\n if (this.selection.startRow.rowIndex > bottomRowIndex) {\n // Entire selection is below the bottom fold.\n startBackfillIndex = this.selection.startRow.rowIndex + 1;\n } else {\n // Selection starts above the bottom fold.\n startBackfillIndex = this.bottomFold_.previousSibling.rowIndex + 1;\n }\n\n this.bottomSelectBag_.textContent = this.rowProvider_.getRowsText(\n startBackfillIndex, this.selection.endRow.rowIndex);\n this.rowNodes_.insertBefore(this.bottomSelectBag_, this.selection.endRow);\n }\n};\n\n/**\n * Focuses on the paste target on a ctrl-v keydown event, as in\n * FF a content editable element must be focused before the paste event.\n */\nhterm.ScrollPort.prototype.onBodyKeyDown_ = function(e) {\n if (!this.ctrlVPaste)\n return;\n\n var key = String.fromCharCode(e.which);\n var lowerKey = key.toLowerCase();\n if ((e.ctrlKey || e.metaKey) && lowerKey == \"v\")\n this.pasteTarget_.focus();\n};\n\n/**\n * Handle a paste event on the the ScrollPort's screen element.\n */\nhterm.ScrollPort.prototype.onPaste_ = function(e) {\n this.pasteTarget_.focus();\n\n var self = this;\n setTimeout(function() {\n self.publish('paste', { text: self.pasteTarget_.value });\n self.pasteTarget_.value = '';\n self.screen_.focus();\n }, 0);\n};\n\n/**\n * Handles a textInput event on the paste target. Stops this from\n * propagating as we want this to be handled in the onPaste_ method.\n */\nhterm.ScrollPort.prototype.handlePasteTargetTextInput_ = function(e) {\n e.stopPropagation();\n};\n\n/**\n * Set the vertical scrollbar mode of the ScrollPort.\n */\nhterm.ScrollPort.prototype.setScrollbarVisible = function(state) {\n this.screen_.style.overflowY = state ? 'scroll' : 'hidden';\n};\n\n/**\n * Set scroll wheel multiplier. This alters how much the screen scrolls on\n * mouse wheel events.\n */\nhterm.ScrollPort.prototype.setScrollWheelMoveMultipler = function(multiplier) {\n this.scrollWheelMultiplier_ = multiplier;\n};\n// SOURCE FILE: hterm/js/hterm_terminal.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.colors', 'lib.PreferenceManager', 'lib.resource', 'lib.wc',\n 'lib.f', 'hterm.Keyboard', 'hterm.Options', 'hterm.PreferenceManager',\n 'hterm.Screen', 'hterm.ScrollPort', 'hterm.Size',\n 'hterm.TextAttributes', 'hterm.VT');\n\n/**\n * Constructor for the Terminal class.\n *\n * A Terminal pulls together the hterm.ScrollPort, hterm.Screen and hterm.VT100\n * classes to provide the complete terminal functionality.\n *\n * There are a number of lower-level Terminal methods that can be called\n * directly to manipulate the cursor, text, scroll region, and other terminal\n * attributes. However, the primary method is interpret(), which parses VT\n * escape sequences and invokes the appropriate Terminal methods.\n *\n * This class was heavily influenced by Cory Maccarrone's Framebuffer class.\n *\n * TODO(rginda): Eventually we're going to need to support characters which are\n * displayed twice as wide as standard latin characters. This is to support\n * CJK (and possibly other character sets).\n *\n * @param {string} opt_profileId Optional preference profile name. If not\n * provided, defaults to 'default'.\n */\nhterm.Terminal = function(opt_profileId) {\n this.profileId_ = null;\n\n // Two screen instances.\n this.primaryScreen_ = new hterm.Screen();\n this.alternateScreen_ = new hterm.Screen();\n\n // The \"current\" screen.\n this.screen_ = this.primaryScreen_;\n\n // The local notion of the screen size. ScreenBuffers also have a size which\n // indicates their present size. During size changes, the two may disagree.\n // Also, the inactive screen's size is not altered until it is made the active\n // screen.\n this.screenSize = new hterm.Size(0, 0);\n\n // The scroll port we'll be using to display the visible rows.\n this.scrollPort_ = new hterm.ScrollPort(this);\n this.scrollPort_.subscribe('resize', this.onResize_.bind(this));\n this.scrollPort_.subscribe('scroll', this.onScroll_.bind(this));\n this.scrollPort_.subscribe('paste', this.onPaste_.bind(this));\n this.scrollPort_.onCopy = this.onCopy_.bind(this);\n\n // The div that contains this terminal.\n this.div_ = null;\n\n // The document that contains the scrollPort. Defaulted to the global\n // document here so that the terminal is functional even if it hasn't been\n // inserted into a document yet, but re-set in decorate().\n this.document_ = window.document;\n\n // The rows that have scrolled off screen and are no longer addressable.\n this.scrollbackRows_ = [];\n\n // Saved tab stops.\n this.tabStops_ = [];\n\n // Keep track of whether default tab stops have been erased; after a TBC\n // clears all tab stops, defaults aren't restored on resize until a reset.\n this.defaultTabStops = true;\n\n // The VT's notion of the top and bottom rows. Used during some VT\n // cursor positioning and scrolling commands.\n this.vtScrollTop_ = null;\n this.vtScrollBottom_ = null;\n\n // The DIV element for the visible cursor.\n this.cursorNode_ = null;\n\n // The current cursor shape of the terminal.\n this.cursorShape_ = hterm.Terminal.cursorShape.BLOCK;\n\n // The current color of the cursor.\n this.cursorColor_ = null;\n\n // Cursor blink on/off cycle in ms, overwritten by prefs once they're loaded.\n this.cursorBlinkCycle_ = [100, 100];\n\n // Pre-bound onCursorBlink_ handler, so we don't have to do this for each\n // cursor on/off servicing.\n this.myOnCursorBlink_ = this.onCursorBlink_.bind(this);\n\n // These prefs are cached so we don't have to read from local storage with\n // each output and keystroke. They are initialized by the preference manager.\n this.backgroundColor_ = null;\n this.foregroundColor_ = null;\n this.scrollOnOutput_ = null;\n this.scrollOnKeystroke_ = null;\n this.scrollWheelArrowKeys_ = null;\n\n // True if we should override mouse event reporting to allow local selection.\n this.defeatMouseReports_ = false;\n\n // Terminal bell sound.\n this.bellAudio_ = this.document_.createElement('audio');\n this.bellAudio_.id = 'hterm:bell-audio';\n this.bellAudio_.setAttribute('preload', 'auto');\n\n // All terminal bell notifications that have been generated (not necessarily\n // shown).\n this.bellNotificationList_ = [];\n\n // Whether we have permission to display notifications.\n this.desktopNotificationBell_ = false;\n\n // Cursor position and attributes saved with DECSC.\n this.savedOptions_ = {};\n\n // The current mode bits for the terminal.\n this.options_ = new hterm.Options();\n\n // Timeouts we might need to clear.\n this.timeouts_ = {};\n\n // The VT escape sequence interpreter.\n this.vt = new hterm.VT(this);\n\n // The keyboard handler.\n this.keyboard = new hterm.Keyboard(this);\n\n // General IO interface that can be given to third parties without exposing\n // the entire terminal object.\n this.io = new hterm.Terminal.IO(this);\n\n // True if mouse-click-drag should scroll the terminal.\n this.enableMouseDragScroll = true;\n\n this.copyOnSelect = null;\n this.mouseRightClickPaste = null;\n this.mousePasteButton = null;\n\n // Whether to use the default window copy behavior.\n this.useDefaultWindowCopy = false;\n\n this.clearSelectionAfterCopy = true;\n\n this.realizeSize_(80, 24);\n this.setDefaultTabStops();\n\n this.setProfile(opt_profileId || 'default',\n function() { this.onTerminalReady(); }.bind(this));\n};\n\n/**\n * Possible cursor shapes.\n */\nhterm.Terminal.cursorShape = {\n BLOCK: 'BLOCK',\n BEAM: 'BEAM',\n UNDERLINE: 'UNDERLINE'\n};\n\n/**\n * Clients should override this to be notified when the terminal is ready\n * for use.\n *\n * The terminal initialization is asynchronous, and shouldn't be used before\n * this method is called.\n */\nhterm.Terminal.prototype.onTerminalReady = function() { };\n\n/**\n * Default tab with of 8 to match xterm.\n */\nhterm.Terminal.prototype.tabWidth = 8;\n\n/**\n * Select a preference profile.\n *\n * This will load the terminal preferences for the given profile name and\n * associate subsequent preference changes with the new preference profile.\n *\n * @param {string} profileId The name of the preference profile. Forward slash\n * characters will be removed from the name.\n * @param {function} opt_callback Optional callback to invoke when the profile\n * transition is complete.\n */\nhterm.Terminal.prototype.setProfile = function(profileId, opt_callback) {\n this.profileId_ = profileId.replace(/\\//g, '');\n\n var terminal = this;\n\n if (this.prefs_)\n this.prefs_.deactivate();\n\n this.prefs_ = new hterm.PreferenceManager(this.profileId_);\n this.prefs_.addObservers(null, {\n 'alt-gr-mode': function(v) {\n if (v == null) {\n if (navigator.language.toLowerCase() == 'en-us') {\n v = 'none';\n } else {\n v = 'right-alt';\n }\n } else if (typeof v == 'string') {\n v = v.toLowerCase();\n } else {\n v = 'none';\n }\n\n if (!/^(none|ctrl-alt|left-alt|right-alt)$/.test(v))\n v = 'none';\n\n terminal.keyboard.altGrMode = v;\n },\n\n 'alt-backspace-is-meta-backspace': function(v) {\n terminal.keyboard.altBackspaceIsMetaBackspace = v;\n },\n\n 'alt-is-meta': function(v) {\n terminal.keyboard.altIsMeta = v;\n },\n\n 'alt-sends-what': function(v) {\n if (!/^(escape|8-bit|browser-key)$/.test(v))\n v = 'escape';\n\n terminal.keyboard.altSendsWhat = v;\n },\n\n 'audible-bell-sound': function(v) {\n var ary = v.match(/^lib-resource:(\\S+)/);\n if (ary) {\n terminal.bellAudio_.setAttribute('src',\n lib.resource.getDataUrl(ary[1]));\n } else {\n terminal.bellAudio_.setAttribute('src', v);\n }\n },\n\n 'desktop-notification-bell': function(v) {\n if (v && Notification) {\n terminal.desktopNotificationBell_ =\n Notification.permission === 'granted';\n if (!terminal.desktopNotificationBell_) {\n // Note: We don't call Notification.requestPermission here because\n // Chrome requires the call be the result of a user action (such as an\n // onclick handler), and pref listeners are run asynchronously.\n //\n // A way of working around this would be to display a dialog in the\n // terminal with a \"click-to-request-permission\" button.\n console.warn('desktop-notification-bell is true but we do not have ' +\n 'permission to display notifications.');\n }\n } else {\n terminal.desktopNotificationBell_ = false;\n }\n },\n\n 'background-color': function(v) {\n terminal.setBackgroundColor(v);\n },\n\n 'background-image': function(v) {\n terminal.scrollPort_.setBackgroundImage(v);\n },\n\n 'background-size': function(v) {\n terminal.scrollPort_.setBackgroundSize(v);\n },\n\n 'background-position': function(v) {\n terminal.scrollPort_.setBackgroundPosition(v);\n },\n\n 'backspace-sends-backspace': function(v) {\n terminal.keyboard.backspaceSendsBackspace = v;\n },\n\n 'character-map-overrides': function(v) {\n if (!(v == null || v instanceof Object)) {\n console.warn('Preference character-map-modifications is not an ' +\n 'object: ' + v);\n return;\n }\n\n terminal.vt.characterMaps.reset();\n terminal.vt.characterMaps.setOverrides(v);\n },\n\n 'cursor-blink': function(v) {\n terminal.setCursorBlink(!!v);\n },\n\n 'cursor-blink-cycle': function(v) {\n if (v instanceof Array &&\n typeof v[0] == 'number' &&\n typeof v[1] == 'number') {\n terminal.cursorBlinkCycle_ = v;\n } else if (typeof v == 'number') {\n terminal.cursorBlinkCycle_ = [v, v];\n } else {\n // Fast blink indicates an error.\n terminal.cursorBlinkCycle_ = [100, 100];\n }\n },\n\n 'cursor-color': function(v) {\n terminal.setCursorColor(v);\n },\n\n 'color-palette-overrides': function(v) {\n if (!(v == null || v instanceof Object || v instanceof Array)) {\n console.warn('Preference color-palette-overrides is not an array or ' +\n 'object: ' + v);\n return;\n }\n\n lib.colors.colorPalette = lib.colors.stockColorPalette.concat();\n\n if (v) {\n for (var key in v) {\n var i = parseInt(key);\n if (isNaN(i) || i < 0 || i > 255) {\n console.log('Invalid value in palette: ' + key + ': ' + v[key]);\n continue;\n }\n\n if (v[i]) {\n var rgb = lib.colors.normalizeCSS(v[i]);\n if (rgb)\n lib.colors.colorPalette[i] = rgb;\n }\n }\n }\n\n terminal.primaryScreen_.textAttributes.resetColorPalette();\n terminal.alternateScreen_.textAttributes.resetColorPalette();\n },\n\n 'copy-on-select': function(v) {\n terminal.copyOnSelect = !!v;\n },\n\n 'use-default-window-copy': function(v) {\n terminal.useDefaultWindowCopy = !!v;\n },\n\n 'clear-selection-after-copy': function(v) {\n terminal.clearSelectionAfterCopy = !!v;\n },\n\n 'ctrl-plus-minus-zero-zoom': function(v) {\n terminal.keyboard.ctrlPlusMinusZeroZoom = v;\n },\n\n 'ctrl-c-copy': function(v) {\n terminal.keyboard.ctrlCCopy = v;\n },\n\n 'ctrl-v-paste': function(v) {\n terminal.keyboard.ctrlVPaste = v;\n terminal.scrollPort_.setCtrlVPaste(v);\n },\n\n 'east-asian-ambiguous-as-two-column': function(v) {\n lib.wc.regardCjkAmbiguous = v;\n },\n\n 'enable-8-bit-control': function(v) {\n terminal.vt.enable8BitControl = !!v;\n },\n\n 'enable-bold': function(v) {\n terminal.syncBoldSafeState();\n },\n\n 'enable-bold-as-bright': function(v) {\n terminal.primaryScreen_.textAttributes.enableBoldAsBright = !!v;\n terminal.alternateScreen_.textAttributes.enableBoldAsBright = !!v;\n },\n\n 'enable-blink': function(v) {\n terminal.syncBlinkState();\n },\n\n 'enable-clipboard-write': function(v) {\n terminal.vt.enableClipboardWrite = !!v;\n },\n\n 'enable-dec12': function(v) {\n terminal.vt.enableDec12 = !!v;\n },\n\n 'font-family': function(v) {\n terminal.syncFontFamily();\n },\n\n 'font-size': function(v) {\n terminal.setFontSize(v);\n },\n\n 'font-smoothing': function(v) {\n terminal.syncFontFamily();\n },\n\n 'foreground-color': function(v) {\n terminal.setForegroundColor(v);\n },\n\n 'home-keys-scroll': function(v) {\n terminal.keyboard.homeKeysScroll = v;\n },\n\n 'keybindings': function(v) {\n terminal.keyboard.bindings.clear();\n\n if (!v)\n return;\n\n if (!(v instanceof Object)) {\n console.error('Error in keybindings preference: Expected object');\n return;\n }\n\n try {\n terminal.keyboard.bindings.addBindings(v);\n } catch (ex) {\n console.error('Error in keybindings preference: ' + ex);\n }\n },\n\n 'max-string-sequence': function(v) {\n terminal.vt.maxStringSequence = v;\n },\n\n 'media-keys-are-fkeys': function(v) {\n terminal.keyboard.mediaKeysAreFKeys = v;\n },\n\n 'meta-sends-escape': function(v) {\n terminal.keyboard.metaSendsEscape = v;\n },\n\n 'mouse-right-click-paste': function(v) {\n terminal.mouseRightClickPaste = v;\n },\n\n 'mouse-paste-button': function(v) {\n terminal.syncMousePasteButton();\n },\n\n 'page-keys-scroll': function(v) {\n terminal.keyboard.pageKeysScroll = v;\n },\n\n 'pass-alt-number': function(v) {\n if (v == null) {\n var osx = window.navigator.userAgent.match(/Mac OS X/);\n\n // Let Alt-1..9 pass to the browser (to control tab switching) on\n // non-OS X systems, or if hterm is not opened in an app window.\n v = (!osx && hterm.windowType != 'popup');\n }\n\n terminal.passAltNumber = v;\n },\n\n 'pass-ctrl-number': function(v) {\n if (v == null) {\n var osx = window.navigator.userAgent.match(/Mac OS X/);\n\n // Let Ctrl-1..9 pass to the browser (to control tab switching) on\n // non-OS X systems, or if hterm is not opened in an app window.\n v = (!osx && hterm.windowType != 'popup');\n }\n\n terminal.passCtrlNumber = v;\n },\n\n 'pass-meta-number': function(v) {\n if (v == null) {\n var osx = window.navigator.userAgent.match(/Mac OS X/);\n\n // Let Meta-1..9 pass to the browser (to control tab switching) on\n // OS X systems, or if hterm is not opened in an app window.\n v = (osx && hterm.windowType != 'popup');\n }\n\n terminal.passMetaNumber = v;\n },\n\n 'pass-meta-v': function(v) {\n terminal.keyboard.passMetaV = v;\n },\n\n 'receive-encoding': function(v) {\n if (!(/^(utf-8|raw)$/).test(v)) {\n console.warn('Invalid value for \"receive-encoding\": ' + v);\n v = 'utf-8';\n }\n\n terminal.vt.characterEncoding = v;\n },\n\n 'scroll-on-keystroke': function(v) {\n terminal.scrollOnKeystroke_ = v;\n },\n\n 'scroll-on-output': function(v) {\n terminal.scrollOnOutput_ = v;\n },\n\n 'scrollbar-visible': function(v) {\n terminal.setScrollbarVisible(v);\n },\n\n 'scroll-wheel-may-send-arrow-keys': function(v) {\n terminal.scrollWheelArrowKeys_ = v;\n },\n\n 'scroll-wheel-move-multiplier': function(v) {\n terminal.setScrollWheelMoveMultipler(v);\n },\n\n 'send-encoding': function(v) {\n if (!(/^(utf-8|raw)$/).test(v)) {\n console.warn('Invalid value for \"send-encoding\": ' + v);\n v = 'utf-8';\n }\n\n terminal.keyboard.characterEncoding = v;\n },\n\n 'shift-insert-paste': function(v) {\n terminal.keyboard.shiftInsertPaste = v;\n },\n\n 'terminal-encoding': function(v) {\n terminal.vt.setEncoding(v);\n },\n\n 'user-css': function(v) {\n terminal.scrollPort_.setUserCssUrl(v);\n },\n\n 'user-css-text': function(v) {\n terminal.scrollPort_.setUserCssText(v);\n },\n\n 'word-break-match-left': function(v) {\n terminal.primaryScreen_.wordBreakMatchLeft = v;\n terminal.alternateScreen_.wordBreakMatchLeft = v;\n },\n\n 'word-break-match-right': function(v) {\n terminal.primaryScreen_.wordBreakMatchRight = v;\n terminal.alternateScreen_.wordBreakMatchRight = v;\n },\n\n 'word-break-match-middle': function(v) {\n terminal.primaryScreen_.wordBreakMatchMiddle = v;\n terminal.alternateScreen_.wordBreakMatchMiddle = v;\n },\n });\n\n this.prefs_.readStorage(function() {\n this.prefs_.notifyAll();\n\n if (opt_callback)\n opt_callback();\n }.bind(this));\n};\n\n\n/**\n * Returns the preferences manager used for configuring this terminal.\n *\n * @return {hterm.PreferenceManager}\n */\nhterm.Terminal.prototype.getPrefs = function() {\n return this.prefs_;\n};\n\n/**\n * Enable or disable bracketed paste mode.\n *\n * @param {boolean} state The value to set.\n */\nhterm.Terminal.prototype.setBracketedPaste = function(state) {\n this.options_.bracketedPaste = state;\n};\n\n/**\n * Set the color for the cursor.\n *\n * If you want this setting to persist, set it through prefs_, rather than\n * with this method.\n *\n * @param {string} color The color to set.\n */\nhterm.Terminal.prototype.setCursorColor = function(color) {\n this.cursorColor_ = color;\n this.cursorNode_.style.backgroundColor = color;\n this.cursorNode_.style.borderColor = color;\n};\n\n/**\n * Return the current cursor color as a string.\n * @return {string}\n */\nhterm.Terminal.prototype.getCursorColor = function() {\n return this.cursorColor_;\n};\n\n/**\n * Enable or disable mouse based text selection in the terminal.\n *\n * @param {boolean} state The value to set.\n */\nhterm.Terminal.prototype.setSelectionEnabled = function(state) {\n this.enableMouseDragScroll = state;\n};\n\n/**\n * Set the background color.\n *\n * If you want this setting to persist, set it through prefs_, rather than\n * with this method.\n *\n * @param {string} color The color to set.\n */\nhterm.Terminal.prototype.setBackgroundColor = function(color) {\n this.backgroundColor_ = lib.colors.normalizeCSS(color);\n this.primaryScreen_.textAttributes.setDefaults(\n this.foregroundColor_, this.backgroundColor_);\n this.alternateScreen_.textAttributes.setDefaults(\n this.foregroundColor_, this.backgroundColor_);\n this.scrollPort_.setBackgroundColor(color);\n};\n\n/**\n * Return the current terminal background color.\n *\n * Intended for use by other classes, so we don't have to expose the entire\n * prefs_ object.\n *\n * @return {string}\n */\nhterm.Terminal.prototype.getBackgroundColor = function() {\n return this.backgroundColor_;\n};\n\n/**\n * Set the foreground color.\n *\n * If you want this setting to persist, set it through prefs_, rather than\n * with this method.\n *\n * @param {string} color The color to set.\n */\nhterm.Terminal.prototype.setForegroundColor = function(color) {\n this.foregroundColor_ = lib.colors.normalizeCSS(color);\n this.primaryScreen_.textAttributes.setDefaults(\n this.foregroundColor_, this.backgroundColor_);\n this.alternateScreen_.textAttributes.setDefaults(\n this.foregroundColor_, this.backgroundColor_);\n this.scrollPort_.setForegroundColor(color);\n};\n\n/**\n * Return the current terminal foreground color.\n *\n * Intended for use by other classes, so we don't have to expose the entire\n * prefs_ object.\n *\n * @return {string}\n */\nhterm.Terminal.prototype.getForegroundColor = function() {\n return this.foregroundColor_;\n};\n\n/**\n * Create a new instance of a terminal command and run it with a given\n * argument string.\n *\n * @param {function} commandClass The constructor for a terminal command.\n * @param {string} argString The argument string to pass to the command.\n */\nhterm.Terminal.prototype.runCommandClass = function(commandClass, argString) {\n var environment = this.prefs_.get('environment');\n if (typeof environment != 'object' || environment == null)\n environment = {};\n\n var self = this;\n this.command = new commandClass(\n { argString: argString || '',\n io: this.io.push(),\n environment: environment,\n onExit: function(code) {\n self.io.pop();\n self.uninstallKeyboard();\n if (self.prefs_.get('close-on-exit'))\n window.close();\n }\n });\n\n this.installKeyboard();\n this.command.run();\n};\n\n/**\n * Returns true if the current screen is the primary screen, false otherwise.\n *\n * @return {boolean}\n */\nhterm.Terminal.prototype.isPrimaryScreen = function() {\n return this.screen_ == this.primaryScreen_;\n};\n\n/**\n * Install the keyboard handler for this terminal.\n *\n * This will prevent the browser from seeing any keystrokes sent to the\n * terminal.\n */\nhterm.Terminal.prototype.installKeyboard = function() {\n this.keyboard.installKeyboard(this.scrollPort_.getDocument().body);\n}\n\n/**\n * Uninstall the keyboard handler for this terminal.\n */\nhterm.Terminal.prototype.uninstallKeyboard = function() {\n this.keyboard.installKeyboard(null);\n}\n\n/**\n * Set a CSS variable.\n *\n * Normally this is used to set variables in the hterm namespace.\n *\n * @param {string} name The variable to set.\n * @param {string} value The value to assign to the variable.\n * @param {string?} opt_prefix The variable namespace/prefix to use.\n */\nhterm.Terminal.prototype.setCssVar = function(name, value,\n opt_prefix='--hterm-') {\n this.document_.documentElement.style.setProperty(\n `${opt_prefix}${name}`, value);\n};\n\n/**\n * Set the font size for this terminal.\n *\n * Call setFontSize(0) to reset to the default font size.\n *\n * This function does not modify the font-size preference.\n *\n * @param {number} px The desired font size, in pixels.\n */\nhterm.Terminal.prototype.setFontSize = function(px) {\n if (px === 0)\n px = this.prefs_.get('font-size');\n\n this.scrollPort_.setFontSize(px);\n this.setCssVar('charsize-width', this.scrollPort_.characterSize.width + 'px');\n this.setCssVar('charsize-height',\n this.scrollPort_.characterSize.height + 'px');\n};\n\n/**\n * Get the current font size.\n *\n * @return {number}\n */\nhterm.Terminal.prototype.getFontSize = function() {\n return this.scrollPort_.getFontSize();\n};\n\n/**\n * Get the current font family.\n *\n * @return {string}\n */\nhterm.Terminal.prototype.getFontFamily = function() {\n return this.scrollPort_.getFontFamily();\n};\n\n/**\n * Set the CSS \"font-family\" for this terminal.\n */\nhterm.Terminal.prototype.syncFontFamily = function() {\n this.scrollPort_.setFontFamily(this.prefs_.get('font-family'),\n this.prefs_.get('font-smoothing'));\n this.syncBoldSafeState();\n};\n\n/**\n * Set this.mousePasteButton based on the mouse-paste-button pref,\n * autodetecting if necessary.\n */\nhterm.Terminal.prototype.syncMousePasteButton = function() {\n var button = this.prefs_.get('mouse-paste-button');\n if (typeof button == 'number') {\n this.mousePasteButton = button;\n return;\n }\n\n var ary = navigator.userAgent.match(/\\(X11;\\s+(\\S+)/);\n if (!ary || ary[1] == 'CrOS') {\n this.mousePasteButton = 1; // Middle mouse button.\n } else {\n this.mousePasteButton = 2; // Right mouse button.\n }\n};\n\n/**\n * Enable or disable bold based on the enable-bold pref, autodetecting if\n * necessary.\n */\nhterm.Terminal.prototype.syncBoldSafeState = function() {\n var enableBold = this.prefs_.get('enable-bold');\n if (enableBold !== null) {\n this.primaryScreen_.textAttributes.enableBold = enableBold;\n this.alternateScreen_.textAttributes.enableBold = enableBold;\n return;\n }\n\n var normalSize = this.scrollPort_.measureCharacterSize();\n var boldSize = this.scrollPort_.measureCharacterSize('bold');\n\n var isBoldSafe = normalSize.equals(boldSize);\n if (!isBoldSafe) {\n console.warn('Bold characters disabled: Size of bold weight differs ' +\n 'from normal. Font family is: ' +\n this.scrollPort_.getFontFamily());\n }\n\n this.primaryScreen_.textAttributes.enableBold = isBoldSafe;\n this.alternateScreen_.textAttributes.enableBold = isBoldSafe;\n};\n\n/**\n * Enable or disable blink based on the enable-blink pref.\n */\nhterm.Terminal.prototype.syncBlinkState = function() {\n this.setCssVar('node-duration',\n this.prefs_.get('enable-blink') ? '0.7s' : '0');\n};\n\n/**\n * Set the mouse cursor style based on the current terminal mode.\n */\nhterm.Terminal.prototype.syncMouseStyle = function() {\n this.setCssVar('mouse-cursor-style',\n this.vt.mouseReport == this.vt.MOUSE_REPORT_DISABLED ?\n 'var(--hterm-mouse-cursor-text)' :\n 'var(--hterm-mouse-cursor-pointer)');\n};\n\n/**\n * Return a copy of the current cursor position.\n *\n * @return {hterm.RowCol} The RowCol object representing the current position.\n */\nhterm.Terminal.prototype.saveCursor = function() {\n return this.screen_.cursorPosition.clone();\n};\n\n/**\n * Return the current text attributes.\n *\n * @return {string}\n */\nhterm.Terminal.prototype.getTextAttributes = function() {\n return this.screen_.textAttributes;\n};\n\n/**\n * Set the text attributes.\n *\n * @param {string} textAttributes The attributes to set.\n */\nhterm.Terminal.prototype.setTextAttributes = function(textAttributes) {\n this.screen_.textAttributes = textAttributes;\n};\n\n/**\n * Return the current browser zoom factor applied to the terminal.\n *\n * @return {number} The current browser zoom factor.\n */\nhterm.Terminal.prototype.getZoomFactor = function() {\n return this.scrollPort_.characterSize.zoomFactor;\n};\n\n/**\n * Change the title of this terminal's window.\n *\n * @param {string} title The title to set.\n */\nhterm.Terminal.prototype.setWindowTitle = function(title) {\n window.document.title = title;\n};\n\n/**\n * Restore a previously saved cursor position.\n *\n * @param {hterm.RowCol} cursor The position to restore.\n */\nhterm.Terminal.prototype.restoreCursor = function(cursor) {\n var row = lib.f.clamp(cursor.row, 0, this.screenSize.height - 1);\n var column = lib.f.clamp(cursor.column, 0, this.screenSize.width - 1);\n this.screen_.setCursorPosition(row, column);\n if (cursor.column > column ||\n cursor.column == column && cursor.overflow) {\n this.screen_.cursorPosition.overflow = true;\n }\n};\n\n/**\n * Clear the cursor's overflow flag.\n */\nhterm.Terminal.prototype.clearCursorOverflow = function() {\n this.screen_.cursorPosition.overflow = false;\n};\n\n/**\n * Sets the cursor shape\n *\n * @param {string} shape The shape to set.\n */\nhterm.Terminal.prototype.setCursorShape = function(shape) {\n this.cursorShape_ = shape;\n this.restyleCursor_();\n}\n\n/**\n * Get the cursor shape\n *\n * @return {string}\n */\nhterm.Terminal.prototype.getCursorShape = function() {\n return this.cursorShape_;\n}\n\n/**\n * Set the width of the terminal, resizing the UI to match.\n *\n * @param {number} columnCount\n */\nhterm.Terminal.prototype.setWidth = function(columnCount) {\n if (columnCount == null) {\n this.div_.style.width = '100%';\n return;\n }\n\n this.div_.style.width = Math.ceil(\n this.scrollPort_.characterSize.width *\n columnCount + this.scrollPort_.currentScrollbarWidthPx) + 'px';\n this.realizeSize_(columnCount, this.screenSize.height);\n this.scheduleSyncCursorPosition_();\n};\n\n/**\n * Set the height of the terminal, resizing the UI to match.\n *\n * @param {number} rowCount The height in rows.\n */\nhterm.Terminal.prototype.setHeight = function(rowCount) {\n if (rowCount == null) {\n this.div_.style.height = '100%';\n return;\n }\n\n this.div_.style.height =\n this.scrollPort_.characterSize.height * rowCount + 'px';\n this.realizeSize_(this.screenSize.width, rowCount);\n this.scheduleSyncCursorPosition_();\n};\n\n/**\n * Deal with terminal size changes.\n *\n * @param {number} columnCount The number of columns.\n * @param {number} rowCount The number of rows.\n */\nhterm.Terminal.prototype.realizeSize_ = function(columnCount, rowCount) {\n if (columnCount != this.screenSize.width)\n this.realizeWidth_(columnCount);\n\n if (rowCount != this.screenSize.height)\n this.realizeHeight_(rowCount);\n\n // Send new terminal size to plugin.\n this.io.onTerminalResize_(columnCount, rowCount);\n};\n\n/**\n * Deal with terminal width changes.\n *\n * This function does what needs to be done when the terminal width changes\n * out from under us. It happens here rather than in onResize_() because this\n * code may need to run synchronously to handle programmatic changes of\n * terminal width.\n *\n * Relying on the browser to send us an async resize event means we may not be\n * in the correct state yet when the next escape sequence hits.\n *\n * @param {number} columnCount The number of columns.\n */\nhterm.Terminal.prototype.realizeWidth_ = function(columnCount) {\n if (columnCount <= 0)\n throw new Error('Attempt to realize bad width: ' + columnCount);\n\n var deltaColumns = columnCount - this.screen_.getWidth();\n\n this.screenSize.width = columnCount;\n this.screen_.setColumnCount(columnCount);\n\n if (deltaColumns > 0) {\n if (this.defaultTabStops)\n this.setDefaultTabStops(this.screenSize.width - deltaColumns);\n } else {\n for (var i = this.tabStops_.length - 1; i >= 0; i--) {\n if (this.tabStops_[i] < columnCount)\n break;\n\n this.tabStops_.pop();\n }\n }\n\n this.screen_.setColumnCount(this.screenSize.width);\n};\n\n/**\n * Deal with terminal height changes.\n *\n * This function does what needs to be done when the terminal height changes\n * out from under us. It happens here rather than in onResize_() because this\n * code may need to run synchronously to handle programmatic changes of\n * terminal height.\n *\n * Relying on the browser to send us an async resize event means we may not be\n * in the correct state yet when the next escape sequence hits.\n *\n * @param {number} rowCount The number of rows.\n */\nhterm.Terminal.prototype.realizeHeight_ = function(rowCount) {\n if (rowCount <= 0)\n throw new Error('Attempt to realize bad height: ' + rowCount);\n\n var deltaRows = rowCount - this.screen_.getHeight();\n\n this.screenSize.height = rowCount;\n\n var cursor = this.saveCursor();\n\n if (deltaRows < 0) {\n // Screen got smaller.\n deltaRows *= -1;\n while (deltaRows) {\n var lastRow = this.getRowCount() - 1;\n if (lastRow - this.scrollbackRows_.length == cursor.row)\n break;\n\n if (this.getRowText(lastRow))\n break;\n\n this.screen_.popRow();\n deltaRows--;\n }\n\n var ary = this.screen_.shiftRows(deltaRows);\n this.scrollbackRows_.push.apply(this.scrollbackRows_, ary);\n\n // We just removed rows from the top of the screen, we need to update\n // the cursor to match.\n cursor.row = Math.max(cursor.row - deltaRows, 0);\n } else if (deltaRows > 0) {\n // Screen got larger.\n\n if (deltaRows <= this.scrollbackRows_.length) {\n var scrollbackCount = Math.min(deltaRows, this.scrollbackRows_.length);\n var rows = this.scrollbackRows_.splice(\n this.scrollbackRows_.length - scrollbackCount, scrollbackCount);\n this.screen_.unshiftRows(rows);\n deltaRows -= scrollbackCount;\n cursor.row += scrollbackCount;\n }\n\n if (deltaRows)\n this.appendRows_(deltaRows);\n }\n\n this.setVTScrollRegion(null, null);\n this.restoreCursor(cursor);\n};\n\n/**\n * Scroll the terminal to the top of the scrollback buffer.\n */\nhterm.Terminal.prototype.scrollHome = function() {\n this.scrollPort_.scrollRowToTop(0);\n};\n\n/**\n * Scroll the terminal to the end.\n */\nhterm.Terminal.prototype.scrollEnd = function() {\n this.scrollPort_.scrollRowToBottom(this.getRowCount());\n};\n\n/**\n * Scroll the terminal one page up (minus one line) relative to the current\n * position.\n */\nhterm.Terminal.prototype.scrollPageUp = function() {\n var i = this.scrollPort_.getTopRowIndex();\n this.scrollPort_.scrollRowToTop(i - this.screenSize.height + 1);\n};\n\n/**\n * Scroll the terminal one page down (minus one line) relative to the current\n * position.\n */\nhterm.Terminal.prototype.scrollPageDown = function() {\n var i = this.scrollPort_.getTopRowIndex();\n this.scrollPort_.scrollRowToTop(i + this.screenSize.height - 1);\n};\n\n/**\n * Scroll the terminal one line up relative to the current position.\n */\nhterm.Terminal.prototype.scrollLineUp = function() {\n var i = this.scrollPort_.getTopRowIndex();\n this.scrollPort_.scrollRowToTop(i - 1);\n};\n\n/**\n * Scroll the terminal one line down relative to the current position.\n */\nhterm.Terminal.prototype.scrollLineDown = function() {\n var i = this.scrollPort_.getTopRowIndex();\n this.scrollPort_.scrollRowToTop(i + 1);\n};\n\n/**\n * Clear primary screen, secondary screen, and the scrollback buffer.\n */\nhterm.Terminal.prototype.wipeContents = function() {\n this.scrollbackRows_.length = 0;\n this.scrollPort_.resetCache();\n\n [this.primaryScreen_, this.alternateScreen_].forEach(function(screen) {\n var bottom = screen.getHeight();\n if (bottom > 0) {\n this.renumberRows_(0, bottom);\n this.clearHome(screen);\n }\n }.bind(this));\n\n this.syncCursorPosition_();\n this.scrollPort_.invalidate();\n};\n\n/**\n * Full terminal reset.\n */\nhterm.Terminal.prototype.reset = function() {\n this.clearAllTabStops();\n this.setDefaultTabStops();\n\n this.clearHome(this.primaryScreen_);\n this.primaryScreen_.textAttributes.reset();\n\n this.clearHome(this.alternateScreen_);\n this.alternateScreen_.textAttributes.reset();\n\n this.setCursorBlink(!!this.prefs_.get('cursor-blink'));\n\n this.vt.reset();\n\n this.softReset();\n};\n\n/**\n * Soft terminal reset.\n *\n * Perform a soft reset to the default values listed in\n * http://www.vt100.net/docs/vt510-rm/DECSTR#T5-9\n */\nhterm.Terminal.prototype.softReset = function() {\n // Reset terminal options to their default values.\n this.options_ = new hterm.Options();\n\n // We show the cursor on soft reset but do not alter the blink state.\n this.options_.cursorBlink = !!this.timeouts_.cursorBlink;\n\n // Xterm also resets the color palette on soft reset, even though it doesn't\n // seem to be documented anywhere.\n this.primaryScreen_.textAttributes.resetColorPalette();\n this.alternateScreen_.textAttributes.resetColorPalette();\n\n // The xterm man page explicitly says this will happen on soft reset.\n this.setVTScrollRegion(null, null);\n\n // Xterm also shows the cursor on soft reset, but does not alter the blink\n // state.\n this.setCursorVisible(true);\n};\n\n/**\n * Move the cursor forward to the next tab stop, or to the last column\n * if no more tab stops are set.\n */\nhterm.Terminal.prototype.forwardTabStop = function() {\n var column = this.screen_.cursorPosition.column;\n\n for (var i = 0; i < this.tabStops_.length; i++) {\n if (this.tabStops_[i] > column) {\n this.setCursorColumn(this.tabStops_[i]);\n return;\n }\n }\n\n // xterm does not clear the overflow flag on HT or CHT.\n var overflow = this.screen_.cursorPosition.overflow;\n this.setCursorColumn(this.screenSize.width - 1);\n this.screen_.cursorPosition.overflow = overflow;\n};\n\n/**\n * Move the cursor backward to the previous tab stop, or to the first column\n * if no previous tab stops are set.\n */\nhterm.Terminal.prototype.backwardTabStop = function() {\n var column = this.screen_.cursorPosition.column;\n\n for (var i = this.tabStops_.length - 1; i >= 0; i--) {\n if (this.tabStops_[i] < column) {\n this.setCursorColumn(this.tabStops_[i]);\n return;\n }\n }\n\n this.setCursorColumn(1);\n};\n\n/**\n * Set a tab stop at the given column.\n *\n * @param {integer} column Zero based column.\n */\nhterm.Terminal.prototype.setTabStop = function(column) {\n for (var i = this.tabStops_.length - 1; i >= 0; i--) {\n if (this.tabStops_[i] == column)\n return;\n\n if (this.tabStops_[i] < column) {\n this.tabStops_.splice(i + 1, 0, column);\n return;\n }\n }\n\n this.tabStops_.splice(0, 0, column);\n};\n\n/**\n * Clear the tab stop at the current cursor position.\n *\n * No effect if there is no tab stop at the current cursor position.\n */\nhterm.Terminal.prototype.clearTabStopAtCursor = function() {\n var column = this.screen_.cursorPosition.column;\n\n var i = this.tabStops_.indexOf(column);\n if (i == -1)\n return;\n\n this.tabStops_.splice(i, 1);\n};\n\n/**\n * Clear all tab stops.\n */\nhterm.Terminal.prototype.clearAllTabStops = function() {\n this.tabStops_.length = 0;\n this.defaultTabStops = false;\n};\n\n/**\n * Set up the default tab stops, starting from a given column.\n *\n * This sets a tabstop every (column % this.tabWidth) column, starting\n * from the specified column, or 0 if no column is provided. It also flags\n * future resizes to set them up.\n *\n * This does not clear the existing tab stops first, use clearAllTabStops\n * for that.\n *\n * @param {integer} opt_start Optional starting zero based starting column, useful\n * for filling out missing tab stops when the terminal is resized.\n */\nhterm.Terminal.prototype.setDefaultTabStops = function(opt_start) {\n var start = opt_start || 0;\n var w = this.tabWidth;\n // Round start up to a default tab stop.\n start = start - 1 - ((start - 1) % w) + w;\n for (var i = start; i < this.screenSize.width; i += w) {\n this.setTabStop(i);\n }\n\n this.defaultTabStops = true;\n};\n\n/**\n * Interpret a sequence of characters.\n *\n * Incomplete escape sequences are buffered until the next call.\n *\n * @param {string} str Sequence of characters to interpret or pass through.\n */\nhterm.Terminal.prototype.interpret = function(str) {\n this.vt.interpret(str);\n this.scheduleSyncCursorPosition_();\n};\n\n/**\n * Take over the given DIV for use as the terminal display.\n *\n * @param {HTMLDivElement} div The div to use as the terminal display.\n */\nhterm.Terminal.prototype.decorate = function(div) {\n this.div_ = div;\n\n this.scrollPort_.decorate(div);\n this.scrollPort_.setBackgroundImage(this.prefs_.get('background-image'));\n this.scrollPort_.setBackgroundSize(this.prefs_.get('background-size'));\n this.scrollPort_.setBackgroundPosition(\n this.prefs_.get('background-position'));\n this.scrollPort_.setUserCssUrl(this.prefs_.get('user-css'));\n this.scrollPort_.setUserCssText(this.prefs_.get('user-css-text'));\n\n this.div_.focus = this.focus.bind(this);\n\n this.setFontSize(this.prefs_.get('font-size'));\n this.syncFontFamily();\n\n this.setScrollbarVisible(this.prefs_.get('scrollbar-visible'));\n this.setScrollWheelMoveMultipler(\n this.prefs_.get('scroll-wheel-move-multiplier'));\n\n this.document_ = this.scrollPort_.getDocument();\n\n this.document_.body.oncontextmenu = function() { return false; };\n\n var onMouse = this.onMouse_.bind(this);\n var screenNode = this.scrollPort_.getScreenNode();\n screenNode.addEventListener('mousedown', onMouse);\n screenNode.addEventListener('mouseup', onMouse);\n screenNode.addEventListener('mousemove', onMouse);\n this.scrollPort_.onScrollWheel = onMouse;\n\n screenNode.addEventListener(\n 'focus', this.onFocusChange_.bind(this, true));\n // Listen for mousedown events on the screenNode as in FF the focus\n // events don't bubble.\n screenNode.addEventListener('mousedown', function() {\n setTimeout(this.onFocusChange_.bind(this, true));\n }.bind(this));\n\n screenNode.addEventListener(\n 'blur', this.onFocusChange_.bind(this, false));\n\n var style = this.document_.createElement('style');\n style.textContent =\n ('.cursor-node[focus=\"false\"] {' +\n ' box-sizing: border-box;' +\n ' background-color: transparent !important;' +\n ' border-width: 2px;' +\n ' border-style: solid;' +\n '}' +\n '.wc-node {' +\n ' display: inline-block;' +\n ' text-align: center;' +\n ' width: calc(var(--hterm-charsize-width) * 2);' +\n ' line-height: var(--hterm-charsize-height);' +\n '}' +\n ':root {' +\n ' --hterm-charsize-width: ' + this.scrollPort_.characterSize.width + 'px;' +\n ' --hterm-charsize-height: ' + this.scrollPort_.characterSize.height + 'px;' +\n ' --hterm-cursor-offset-col: 0;' +\n ' --hterm-cursor-offset-row: 0;' +\n ' --hterm-blink-node-duration: 0.7s;' +\n ' --hterm-mouse-cursor-text: text;' +\n ' --hterm-mouse-cursor-pointer: default;' +\n ' --hterm-mouse-cursor-style: var(--hterm-mouse-cursor-text);' +\n '}' +\n '@keyframes blink {' +\n ' from { opacity: 1.0; }' +\n ' to { opacity: 0.0; }' +\n '}' +\n '.blink-node {' +\n ' animation-name: blink;' +\n ' animation-duration: var(--hterm-blink-node-duration);' +\n ' animation-iteration-count: infinite;' +\n ' animation-timing-function: ease-in-out;' +\n ' animation-direction: alternate;' +\n '}');\n this.document_.head.appendChild(style);\n\n this.cursorNode_ = this.document_.createElement('div');\n this.cursorNode_.id = 'hterm:terminal-cursor';\n this.cursorNode_.className = 'cursor-node';\n this.cursorNode_.style.cssText =\n ('position: absolute;' +\n 'left: calc(var(--hterm-charsize-width) * var(--hterm-cursor-offset-col));' +\n 'top: calc(var(--hterm-charsize-height) * var(--hterm-cursor-offset-row));' +\n 'display: block;' +\n 'width: var(--hterm-charsize-width);' +\n 'height: var(--hterm-charsize-height);' +\n '-webkit-transition: opacity, background-color 100ms linear;' +\n '-moz-transition: opacity, background-color 100ms linear;');\n\n this.setCursorColor(this.prefs_.get('cursor-color'));\n this.setCursorBlink(!!this.prefs_.get('cursor-blink'));\n this.restyleCursor_();\n\n this.document_.body.appendChild(this.cursorNode_);\n\n // When 'enableMouseDragScroll' is off we reposition this element directly\n // under the mouse cursor after a click. This makes Chrome associate\n // subsequent mousemove events with the scroll-blocker. Since the\n // scroll-blocker is a peer (not a child) of the scrollport, the mousemove\n // events do not cause the scrollport to scroll.\n //\n // It's a hack, but it's the cleanest way I could find.\n this.scrollBlockerNode_ = this.document_.createElement('div');\n this.scrollBlockerNode_.id = 'hterm:mouse-drag-scroll-blocker';\n this.scrollBlockerNode_.style.cssText =\n ('position: absolute;' +\n 'top: -99px;' +\n 'display: block;' +\n 'width: 10px;' +\n 'height: 10px;');\n this.document_.body.appendChild(this.scrollBlockerNode_);\n\n this.scrollPort_.onScrollWheel = onMouse;\n ['mousedown', 'mouseup', 'mousemove', 'click', 'dblclick',\n ].forEach(function(event) {\n this.scrollBlockerNode_.addEventListener(event, onMouse);\n this.cursorNode_.addEventListener(event, onMouse);\n this.document_.addEventListener(event, onMouse);\n }.bind(this));\n\n this.cursorNode_.addEventListener('mousedown', function() {\n setTimeout(this.focus.bind(this));\n }.bind(this));\n\n this.setReverseVideo(false);\n\n this.scrollPort_.focus();\n this.scrollPort_.scheduleRedraw();\n};\n\n/**\n * Return the HTML document that contains the terminal DOM nodes.\n *\n * @return {HTMLDocument}\n */\nhterm.Terminal.prototype.getDocument = function() {\n return this.document_;\n};\n\n/**\n * Focus the terminal.\n */\nhterm.Terminal.prototype.focus = function() {\n this.scrollPort_.focus();\n};\n\n/**\n * Return the HTML Element for a given row index.\n *\n * This is a method from the RowProvider interface. The ScrollPort uses\n * it to fetch rows on demand as they are scrolled into view.\n *\n * TODO(rginda): Consider saving scrollback rows as (HTML source, text content)\n * pairs to conserve memory.\n *\n * @param {integer} index The zero-based row index, measured relative to the\n * start of the scrollback buffer. On-screen rows will always have the\n * largest indices.\n * @return {HTMLElement} The 'x-row' element containing for the requested row.\n */\nhterm.Terminal.prototype.getRowNode = function(index) {\n if (index < this.scrollbackRows_.length)\n return this.scrollbackRows_[index];\n\n var screenIndex = index - this.scrollbackRows_.length;\n return this.screen_.rowsArray[screenIndex];\n};\n\n/**\n * Return the text content for a given range of rows.\n *\n * This is a method from the RowProvider interface. The ScrollPort uses\n * it to fetch text content on demand when the user attempts to copy their\n * selection to the clipboard.\n *\n * @param {integer} start The zero-based row index to start from, measured\n * relative to the start of the scrollback buffer. On-screen rows will\n * always have the largest indices.\n * @param {integer} end The zero-based row index to end on, measured\n * relative to the start of the scrollback buffer.\n * @return {string} A single string containing the text value of the range of\n * rows. Lines will be newline delimited, with no trailing newline.\n */\nhterm.Terminal.prototype.getRowsText = function(start, end) {\n var ary = [];\n for (var i = start; i < end; i++) {\n var node = this.getRowNode(i);\n ary.push(node.textContent);\n if (i < end - 1 && !node.getAttribute('line-overflow'))\n ary.push('\\n');\n }\n\n return ary.join('');\n};\n\n/**\n * Return the text content for a given row.\n *\n * This is a method from the RowProvider interface. The ScrollPort uses\n * it to fetch text content on demand when the user attempts to copy their\n * selection to the clipboard.\n *\n * @param {integer} index The zero-based row index to return, measured\n * relative to the start of the scrollback buffer. On-screen rows will\n * always have the largest indices.\n * @return {string} A string containing the text value of the selected row.\n */\nhterm.Terminal.prototype.getRowText = function(index) {\n var node = this.getRowNode(index);\n return node.textContent;\n};\n\n/**\n * Return the total number of rows in the addressable screen and in the\n * scrollback buffer of this terminal.\n *\n * This is a method from the RowProvider interface. The ScrollPort uses\n * it to compute the size of the scrollbar.\n *\n * @return {integer} The number of rows in this terminal.\n */\nhterm.Terminal.prototype.getRowCount = function() {\n return this.scrollbackRows_.length + this.screen_.rowsArray.length;\n};\n\n/**\n * Create DOM nodes for new rows and append them to the end of the terminal.\n *\n * This is the only correct way to add a new DOM node for a row. Notice that\n * the new row is appended to the bottom of the list of rows, and does not\n * require renumbering (of the rowIndex property) of previous rows.\n *\n * If you think you want a new blank row somewhere in the middle of the\n * terminal, look into moveRows_().\n *\n * This method does not pay attention to vtScrollTop/Bottom, since you should\n * be using moveRows() in cases where they would matter.\n *\n * The cursor will be positioned at column 0 of the first inserted line.\n *\n * @param {number} count The number of rows to created.\n */\nhterm.Terminal.prototype.appendRows_ = function(count) {\n var cursorRow = this.screen_.rowsArray.length;\n var offset = this.scrollbackRows_.length + cursorRow;\n for (var i = 0; i < count; i++) {\n var row = this.document_.createElement('x-row');\n row.appendChild(this.document_.createTextNode(''));\n row.rowIndex = offset + i;\n this.screen_.pushRow(row);\n }\n\n var extraRows = this.screen_.rowsArray.length - this.screenSize.height;\n if (extraRows > 0) {\n var ary = this.screen_.shiftRows(extraRows);\n Array.prototype.push.apply(this.scrollbackRows_, ary);\n if (this.scrollPort_.isScrolledEnd)\n this.scheduleScrollDown_();\n }\n\n if (cursorRow >= this.screen_.rowsArray.length)\n cursorRow = this.screen_.rowsArray.length - 1;\n\n this.setAbsoluteCursorPosition(cursorRow, 0);\n};\n\n/**\n * Relocate rows from one part of the addressable screen to another.\n *\n * This is used to recycle rows during VT scrolls (those which are driven\n * by VT commands, rather than by the user manipulating the scrollbar.)\n *\n * In this case, the blank lines scrolled into the scroll region are made of\n * the nodes we scrolled off. These have their rowIndex properties carefully\n * renumbered so as not to confuse the ScrollPort.\n *\n * @param {number} fromIndex The start index.\n * @param {number} count The number of rows to move.\n * @param {number} toIndex The destination index.\n */\nhterm.Terminal.prototype.moveRows_ = function(fromIndex, count, toIndex) {\n var ary = this.screen_.removeRows(fromIndex, count);\n this.screen_.insertRows(toIndex, ary);\n\n var start, end;\n if (fromIndex < toIndex) {\n start = fromIndex;\n end = toIndex + count;\n } else {\n start = toIndex;\n end = fromIndex + count;\n }\n\n this.renumberRows_(start, end);\n this.scrollPort_.scheduleInvalidate();\n};\n\n/**\n * Renumber the rowIndex property of the given range of rows.\n *\n * The start and end indices are relative to the screen, not the scrollback.\n * Rows in the scrollback buffer cannot be renumbered. Since they are not\n * addressable (you can't delete them, scroll them, etc), you should have\n * no need to renumber scrollback rows.\n *\n * @param {number} start The start index.\n * @param {number} end The end index.\n * @param {hterm.Screen} opt_screen The screen to renumber.\n */\nhterm.Terminal.prototype.renumberRows_ = function(start, end, opt_screen) {\n var screen = opt_screen || this.screen_;\n\n var offset = this.scrollbackRows_.length;\n for (var i = start; i < end; i++) {\n screen.rowsArray[i].rowIndex = offset + i;\n }\n};\n\n/**\n * Print a string to the terminal.\n *\n * This respects the current insert and wraparound modes. It will add new lines\n * to the end of the terminal, scrolling off the top into the scrollback buffer\n * if necessary.\n *\n * The string is *not* parsed for escape codes. Use the interpret() method if\n * that's what you're after.\n *\n * @param{string} str The string to print.\n */\nhterm.Terminal.prototype.print = function(str) {\n var startOffset = 0;\n\n var strWidth = lib.wc.strWidth(str);\n\n while (startOffset < strWidth) {\n if (this.options_.wraparound && this.screen_.cursorPosition.overflow) {\n this.screen_.commitLineOverflow();\n this.newLine();\n }\n\n var count = strWidth - startOffset;\n var didOverflow = false;\n var substr;\n\n if (this.screen_.cursorPosition.column + count >= this.screenSize.width) {\n didOverflow = true;\n count = this.screenSize.width - this.screen_.cursorPosition.column;\n }\n\n if (didOverflow && !this.options_.wraparound) {\n // If the string overflowed the line but wraparound is off, then the\n // last printed character should be the last of the string.\n // TODO: This will add to our problems with multibyte UTF-16 characters.\n substr = lib.wc.substr(str, startOffset, count - 1) +\n lib.wc.substr(str, strWidth - 1);\n count = strWidth;\n } else {\n substr = lib.wc.substr(str, startOffset, count);\n }\n\n var tokens = hterm.TextAttributes.splitWidecharString(substr);\n for (var i = 0; i < tokens.length; i++) {\n this.screen_.textAttributes.wcNode = tokens[i].wcNode;\n this.screen_.textAttributes.asciiNode = tokens[i].asciiNode;\n\n if (this.options_.insertMode) {\n this.screen_.insertString(tokens[i].str);\n } else {\n this.screen_.overwriteString(tokens[i].str);\n }\n this.screen_.textAttributes.wcNode = false;\n this.screen_.textAttributes.asciiNode = true;\n }\n\n this.screen_.maybeClipCurrentRow();\n startOffset += count;\n }\n\n this.scheduleSyncCursorPosition_();\n\n if (this.scrollOnOutput_)\n this.scrollPort_.scrollRowToBottom(this.getRowCount());\n};\n\n/**\n * Set the VT scroll region.\n *\n * This also resets the cursor position to the absolute (0, 0) position, since\n * that's what xterm appears to do.\n *\n * Setting the scroll region to the full height of the terminal will clear\n * the scroll region. This is *NOT* what most terminals do. We're explicitly\n * going \"off-spec\" here because it makes `screen` and `tmux` overflow into the\n * local scrollback buffer, which means the scrollbars and shift-pgup/pgdn\n * continue to work as most users would expect.\n *\n * @param {integer} scrollTop The zero-based top of the scroll region.\n * @param {integer} scrollBottom The zero-based bottom of the scroll region,\n * inclusive.\n */\nhterm.Terminal.prototype.setVTScrollRegion = function(scrollTop, scrollBottom) {\n if (scrollTop == 0 && scrollBottom == this.screenSize.height - 1) {\n this.vtScrollTop_ = null;\n this.vtScrollBottom_ = null;\n } else {\n this.vtScrollTop_ = scrollTop;\n this.vtScrollBottom_ = scrollBottom;\n }\n};\n\n/**\n * Return the top row index according to the VT.\n *\n * This will return 0 unless the terminal has been told to restrict scrolling\n * to some lower row. It is used for some VT cursor positioning and scrolling\n * commands.\n *\n * @return {integer} The topmost row in the terminal's scroll region.\n */\nhterm.Terminal.prototype.getVTScrollTop = function() {\n if (this.vtScrollTop_ != null)\n return this.vtScrollTop_;\n\n return 0;\n};\n\n/**\n * Return the bottom row index according to the VT.\n *\n * This will return the height of the terminal unless the it has been told to\n * restrict scrolling to some higher row. It is used for some VT cursor\n * positioning and scrolling commands.\n *\n * @return {integer} The bottom most row in the terminal's scroll region.\n */\nhterm.Terminal.prototype.getVTScrollBottom = function() {\n if (this.vtScrollBottom_ != null)\n return this.vtScrollBottom_;\n\n return this.screenSize.height - 1;\n}\n\n/**\n * Process a '\\n' character.\n *\n * If the cursor is on the final row of the terminal this will append a new\n * blank row to the screen and scroll the topmost row into the scrollback\n * buffer.\n *\n * Otherwise, this moves the cursor to column zero of the next row.\n */\nhterm.Terminal.prototype.newLine = function() {\n var cursorAtEndOfScreen = (this.screen_.cursorPosition.row ==\n this.screen_.rowsArray.length - 1);\n\n if (this.vtScrollBottom_ != null) {\n // A VT Scroll region is active, we never append new rows.\n if (this.screen_.cursorPosition.row == this.vtScrollBottom_) {\n // We're at the end of the VT Scroll Region, perform a VT scroll.\n this.vtScrollUp(1);\n this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row, 0);\n } else if (cursorAtEndOfScreen) {\n // We're at the end of the screen, the only thing to do is put the\n // cursor to column 0.\n this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row, 0);\n } else {\n // Anywhere else, advance the cursor row, and reset the column.\n this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row + 1, 0);\n }\n } else if (cursorAtEndOfScreen) {\n // We're at the end of the screen. Append a new row to the terminal,\n // shifting the top row into the scrollback.\n this.appendRows_(1);\n } else {\n // Anywhere else in the screen just moves the cursor.\n this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row + 1, 0);\n }\n};\n\n/**\n * Like newLine(), except maintain the cursor column.\n */\nhterm.Terminal.prototype.lineFeed = function() {\n var column = this.screen_.cursorPosition.column;\n this.newLine();\n this.setCursorColumn(column);\n};\n\n/**\n * If autoCarriageReturn is set then newLine(), else lineFeed().\n */\nhterm.Terminal.prototype.formFeed = function() {\n if (this.options_.autoCarriageReturn) {\n this.newLine();\n } else {\n this.lineFeed();\n }\n};\n\n/**\n * Move the cursor up one row, possibly inserting a blank line.\n *\n * The cursor column is not changed.\n */\nhterm.Terminal.prototype.reverseLineFeed = function() {\n var scrollTop = this.getVTScrollTop();\n var currentRow = this.screen_.cursorPosition.row;\n\n if (currentRow == scrollTop) {\n this.insertLines(1);\n } else {\n this.setAbsoluteCursorRow(currentRow - 1);\n }\n};\n\n/**\n * Replace all characters to the left of the current cursor with the space\n * character.\n *\n * TODO(rginda): This should probably *remove* the characters (not just replace\n * with a space) if there are no characters at or beyond the current cursor\n * position.\n */\nhterm.Terminal.prototype.eraseToLeft = function() {\n var cursor = this.saveCursor();\n this.setCursorColumn(0);\n this.screen_.overwriteString(lib.f.getWhitespace(cursor.column + 1));\n this.restoreCursor(cursor);\n};\n\n/**\n * Erase a given number of characters to the right of the cursor.\n *\n * The cursor position is unchanged.\n *\n * If the current background color is not the default background color this\n * will insert spaces rather than delete. This is unfortunate because the\n * trailing space will affect text selection, but it's difficult to come up\n * with a way to style empty space that wouldn't trip up the hterm.Screen\n * code.\n *\n * eraseToRight is ignored in the presence of a cursor overflow. This deviates\n * from xterm, but agrees with gnome-terminal and konsole, xfce4-terminal. See\n * crbug.com/232390 for details.\n *\n * @param {number} opt_count The number of characters to erase.\n */\nhterm.Terminal.prototype.eraseToRight = function(opt_count) {\n if (this.screen_.cursorPosition.overflow)\n return;\n\n var maxCount = this.screenSize.width - this.screen_.cursorPosition.column;\n var count = opt_count ? Math.min(opt_count, maxCount) : maxCount;\n\n if (this.screen_.textAttributes.background ===\n this.screen_.textAttributes.DEFAULT_COLOR) {\n var cursorRow = this.screen_.rowsArray[this.screen_.cursorPosition.row];\n if (hterm.TextAttributes.nodeWidth(cursorRow) <=\n this.screen_.cursorPosition.column + count) {\n this.screen_.deleteChars(count);\n this.clearCursorOverflow();\n return;\n }\n }\n\n var cursor = this.saveCursor();\n this.screen_.overwriteString(lib.f.getWhitespace(count));\n this.restoreCursor(cursor);\n this.clearCursorOverflow();\n};\n\n/**\n * Erase the current line.\n *\n * The cursor position is unchanged.\n */\nhterm.Terminal.prototype.eraseLine = function() {\n var cursor = this.saveCursor();\n this.screen_.clearCursorRow();\n this.restoreCursor(cursor);\n this.clearCursorOverflow();\n};\n\n/**\n * Erase all characters from the start of the screen to the current cursor\n * position, regardless of scroll region.\n *\n * The cursor position is unchanged.\n */\nhterm.Terminal.prototype.eraseAbove = function() {\n var cursor = this.saveCursor();\n\n this.eraseToLeft();\n\n for (var i = 0; i < cursor.row; i++) {\n this.setAbsoluteCursorPosition(i, 0);\n this.screen_.clearCursorRow();\n }\n\n this.restoreCursor(cursor);\n this.clearCursorOverflow();\n};\n\n/**\n * Erase all characters from the current cursor position to the end of the\n * screen, regardless of scroll region.\n *\n * The cursor position is unchanged.\n */\nhterm.Terminal.prototype.eraseBelow = function() {\n var cursor = this.saveCursor();\n\n this.eraseToRight();\n\n var bottom = this.screenSize.height - 1;\n for (var i = cursor.row + 1; i <= bottom; i++) {\n this.setAbsoluteCursorPosition(i, 0);\n this.screen_.clearCursorRow();\n }\n\n this.restoreCursor(cursor);\n this.clearCursorOverflow();\n};\n\n/**\n * Fill the terminal with a given character.\n *\n * This methods does not respect the VT scroll region.\n *\n * @param {string} ch The character to use for the fill.\n */\nhterm.Terminal.prototype.fill = function(ch) {\n var cursor = this.saveCursor();\n\n this.setAbsoluteCursorPosition(0, 0);\n for (var row = 0; row < this.screenSize.height; row++) {\n for (var col = 0; col < this.screenSize.width; col++) {\n this.setAbsoluteCursorPosition(row, col);\n this.screen_.overwriteString(ch);\n }\n }\n\n this.restoreCursor(cursor);\n};\n\n/**\n * Erase the entire display and leave the cursor at (0, 0).\n *\n * This does not respect the scroll region.\n *\n * @param {hterm.Screen} opt_screen Optional screen to operate on. Defaults\n * to the current screen.\n */\nhterm.Terminal.prototype.clearHome = function(opt_screen) {\n var screen = opt_screen || this.screen_;\n var bottom = screen.getHeight();\n\n if (bottom == 0) {\n // Empty screen, nothing to do.\n return;\n }\n\n for (var i = 0; i < bottom; i++) {\n screen.setCursorPosition(i, 0);\n screen.clearCursorRow();\n }\n\n screen.setCursorPosition(0, 0);\n};\n\n/**\n * Erase the entire display without changing the cursor position.\n *\n * The cursor position is unchanged. This does not respect the scroll\n * region.\n *\n * @param {hterm.Screen} opt_screen Optional screen to operate on. Defaults\n * to the current screen.\n */\nhterm.Terminal.prototype.clear = function(opt_screen) {\n var screen = opt_screen || this.screen_;\n var cursor = screen.cursorPosition.clone();\n this.clearHome(screen);\n screen.setCursorPosition(cursor.row, cursor.column);\n};\n\n/**\n * VT command to insert lines at the current cursor row.\n *\n * This respects the current scroll region. Rows pushed off the bottom are\n * lost (they won't show up in the scrollback buffer).\n *\n * @param {integer} count The number of lines to insert.\n */\nhterm.Terminal.prototype.insertLines = function(count) {\n var cursorRow = this.screen_.cursorPosition.row;\n\n var bottom = this.getVTScrollBottom();\n count = Math.min(count, bottom - cursorRow);\n\n // The moveCount is the number of rows we need to relocate to make room for\n // the new row(s). The count is the distance to move them.\n var moveCount = bottom - cursorRow - count + 1;\n if (moveCount)\n this.moveRows_(cursorRow, moveCount, cursorRow + count);\n\n for (var i = count - 1; i >= 0; i--) {\n this.setAbsoluteCursorPosition(cursorRow + i, 0);\n this.screen_.clearCursorRow();\n }\n};\n\n/**\n * VT command to delete lines at the current cursor row.\n *\n * New rows are added to the bottom of scroll region to take their place. New\n * rows are strictly there to take up space and have no content or style.\n *\n * @param {number} count The number of lines to delete.\n */\nhterm.Terminal.prototype.deleteLines = function(count) {\n var cursor = this.saveCursor();\n\n var top = cursor.row;\n var bottom = this.getVTScrollBottom();\n\n var maxCount = bottom - top + 1;\n count = Math.min(count, maxCount);\n\n var moveStart = bottom - count + 1;\n if (count != maxCount)\n this.moveRows_(top, count, moveStart);\n\n for (var i = 0; i < count; i++) {\n this.setAbsoluteCursorPosition(moveStart + i, 0);\n this.screen_.clearCursorRow();\n }\n\n this.restoreCursor(cursor);\n this.clearCursorOverflow();\n};\n\n/**\n * Inserts the given number of spaces at the current cursor position.\n *\n * The cursor position is not changed.\n *\n * @param {number} count The number of spaces to insert.\n */\nhterm.Terminal.prototype.insertSpace = function(count) {\n var cursor = this.saveCursor();\n\n var ws = lib.f.getWhitespace(count || 1);\n this.screen_.insertString(ws);\n this.screen_.maybeClipCurrentRow();\n\n this.restoreCursor(cursor);\n this.clearCursorOverflow();\n};\n\n/**\n * Forward-delete the specified number of characters starting at the cursor\n * position.\n *\n * @param {integer} count The number of characters to delete.\n */\nhterm.Terminal.prototype.deleteChars = function(count) {\n var deleted = this.screen_.deleteChars(count);\n if (deleted && !this.screen_.textAttributes.isDefault()) {\n var cursor = this.saveCursor();\n this.setCursorColumn(this.screenSize.width - deleted);\n this.screen_.insertString(lib.f.getWhitespace(deleted));\n this.restoreCursor(cursor);\n }\n\n this.clearCursorOverflow();\n};\n\n/**\n * Shift rows in the scroll region upwards by a given number of lines.\n *\n * New rows are inserted at the bottom of the scroll region to fill the\n * vacated rows. The new rows not filled out with the current text attributes.\n *\n * This function does not affect the scrollback rows at all. Rows shifted\n * off the top are lost.\n *\n * The cursor position is not altered.\n *\n * @param {integer} count The number of rows to scroll.\n */\nhterm.Terminal.prototype.vtScrollUp = function(count) {\n var cursor = this.saveCursor();\n\n this.setAbsoluteCursorRow(this.getVTScrollTop());\n this.deleteLines(count);\n\n this.restoreCursor(cursor);\n};\n\n/**\n * Shift rows below the cursor down by a given number of lines.\n *\n * This function respects the current scroll region.\n *\n * New rows are inserted at the top of the scroll region to fill the\n * vacated rows. The new rows not filled out with the current text attributes.\n *\n * This function does not affect the scrollback rows at all. Rows shifted\n * off the bottom are lost.\n *\n * @param {integer} count The number of rows to scroll.\n */\nhterm.Terminal.prototype.vtScrollDown = function(opt_count) {\n var cursor = this.saveCursor();\n\n this.setAbsoluteCursorPosition(this.getVTScrollTop(), 0);\n this.insertLines(opt_count);\n\n this.restoreCursor(cursor);\n};\n\n\n/**\n * Set the cursor position.\n *\n * The cursor row is relative to the scroll region if the terminal has\n * 'origin mode' enabled, or relative to the addressable screen otherwise.\n *\n * @param {integer} row The new zero-based cursor row.\n * @param {integer} row The new zero-based cursor column.\n */\nhterm.Terminal.prototype.setCursorPosition = function(row, column) {\n if (this.options_.originMode) {\n this.setRelativeCursorPosition(row, column);\n } else {\n this.setAbsoluteCursorPosition(row, column);\n }\n};\n\n/**\n * Move the cursor relative to its current position.\n *\n * @param {number} row\n * @param {number} column\n */\nhterm.Terminal.prototype.setRelativeCursorPosition = function(row, column) {\n var scrollTop = this.getVTScrollTop();\n row = lib.f.clamp(row + scrollTop, scrollTop, this.getVTScrollBottom());\n column = lib.f.clamp(column, 0, this.screenSize.width - 1);\n this.screen_.setCursorPosition(row, column);\n};\n\n/**\n * Move the cursor to the specified position.\n *\n * @param {number} row\n * @param {number} column\n */\nhterm.Terminal.prototype.setAbsoluteCursorPosition = function(row, column) {\n row = lib.f.clamp(row, 0, this.screenSize.height - 1);\n column = lib.f.clamp(column, 0, this.screenSize.width - 1);\n this.screen_.setCursorPosition(row, column);\n};\n\n/**\n * Set the cursor column.\n *\n * @param {integer} column The new zero-based cursor column.\n */\nhterm.Terminal.prototype.setCursorColumn = function(column) {\n this.setAbsoluteCursorPosition(this.screen_.cursorPosition.row, column);\n};\n\n/**\n * Return the cursor column.\n *\n * @return {integer} The zero-based cursor column.\n */\nhterm.Terminal.prototype.getCursorColumn = function() {\n return this.screen_.cursorPosition.column;\n};\n\n/**\n * Set the cursor row.\n *\n * The cursor row is relative to the scroll region if the terminal has\n * 'origin mode' enabled, or relative to the addressable screen otherwise.\n *\n * @param {integer} row The new cursor row.\n */\nhterm.Terminal.prototype.setAbsoluteCursorRow = function(row) {\n this.setAbsoluteCursorPosition(row, this.screen_.cursorPosition.column);\n};\n\n/**\n * Return the cursor row.\n *\n * @return {integer} The zero-based cursor row.\n */\nhterm.Terminal.prototype.getCursorRow = function() {\n return this.screen_.cursorPosition.row;\n};\n\n/**\n * Request that the ScrollPort redraw itself soon.\n *\n * The redraw will happen asynchronously, soon after the call stack winds down.\n * Multiple calls will be coalesced into a single redraw.\n */\nhterm.Terminal.prototype.scheduleRedraw_ = function() {\n if (this.timeouts_.redraw)\n return;\n\n var self = this;\n this.timeouts_.redraw = setTimeout(function() {\n delete self.timeouts_.redraw;\n self.scrollPort_.redraw_();\n }, 0);\n};\n\n/**\n * Request that the ScrollPort be scrolled to the bottom.\n *\n * The scroll will happen asynchronously, soon after the call stack winds down.\n * Multiple calls will be coalesced into a single scroll.\n *\n * This affects the scrollbar position of the ScrollPort, and has nothing to\n * do with the VT scroll commands.\n */\nhterm.Terminal.prototype.scheduleScrollDown_ = function() {\n if (this.timeouts_.scrollDown)\n return;\n\n var self = this;\n this.timeouts_.scrollDown = setTimeout(function() {\n delete self.timeouts_.scrollDown;\n self.scrollPort_.scrollRowToBottom(self.getRowCount());\n }, 10);\n};\n\n/**\n * Move the cursor up a specified number of rows.\n *\n * @param {integer} count The number of rows to move the cursor.\n */\nhterm.Terminal.prototype.cursorUp = function(count) {\n return this.cursorDown(-(count || 1));\n};\n\n/**\n * Move the cursor down a specified number of rows.\n *\n * @param {integer} count The number of rows to move the cursor.\n */\nhterm.Terminal.prototype.cursorDown = function(count) {\n count = count || 1;\n var minHeight = (this.options_.originMode ? this.getVTScrollTop() : 0);\n var maxHeight = (this.options_.originMode ? this.getVTScrollBottom() :\n this.screenSize.height - 1);\n\n var row = lib.f.clamp(this.screen_.cursorPosition.row + count,\n minHeight, maxHeight);\n this.setAbsoluteCursorRow(row);\n};\n\n/**\n * Move the cursor left a specified number of columns.\n *\n * If reverse wraparound mode is enabled and the previous row wrapped into\n * the current row then we back up through the wraparound as well.\n *\n * @param {integer} count The number of columns to move the cursor.\n */\nhterm.Terminal.prototype.cursorLeft = function(count) {\n count = count || 1;\n\n if (count < 1)\n return;\n\n var currentColumn = this.screen_.cursorPosition.column;\n if (this.options_.reverseWraparound) {\n if (this.screen_.cursorPosition.overflow) {\n // If this cursor is in the right margin, consume one count to get it\n // back to the last column. This only applies when we're in reverse\n // wraparound mode.\n count--;\n this.clearCursorOverflow();\n\n if (!count)\n return;\n }\n\n var newRow = this.screen_.cursorPosition.row;\n var newColumn = currentColumn - count;\n if (newColumn < 0) {\n newRow = newRow - Math.floor(count / this.screenSize.width) - 1;\n if (newRow < 0) {\n // xterm also wraps from row 0 to the last row.\n newRow = this.screenSize.height + newRow % this.screenSize.height;\n }\n newColumn = this.screenSize.width + newColumn % this.screenSize.width;\n }\n\n this.setCursorPosition(Math.max(newRow, 0), newColumn);\n\n } else {\n var newColumn = Math.max(currentColumn - count, 0);\n this.setCursorColumn(newColumn);\n }\n};\n\n/**\n * Move the cursor right a specified number of columns.\n *\n * @param {integer} count The number of columns to move the cursor.\n */\nhterm.Terminal.prototype.cursorRight = function(count) {\n count = count || 1;\n\n if (count < 1)\n return;\n\n var column = lib.f.clamp(this.screen_.cursorPosition.column + count,\n 0, this.screenSize.width - 1);\n this.setCursorColumn(column);\n};\n\n/**\n * Reverse the foreground and background colors of the terminal.\n *\n * This only affects text that was drawn with no attributes.\n *\n * TODO(rginda): Test xterm to see if reverse is respected for text that has\n * been drawn with attributes that happen to coincide with the default\n * 'no-attribute' colors. My guess is probably not.\n *\n * @param {boolean} state The state to set.\n */\nhterm.Terminal.prototype.setReverseVideo = function(state) {\n this.options_.reverseVideo = state;\n if (state) {\n this.scrollPort_.setForegroundColor(this.prefs_.get('background-color'));\n this.scrollPort_.setBackgroundColor(this.prefs_.get('foreground-color'));\n } else {\n this.scrollPort_.setForegroundColor(this.prefs_.get('foreground-color'));\n this.scrollPort_.setBackgroundColor(this.prefs_.get('background-color'));\n }\n};\n\n/**\n * Ring the terminal bell.\n *\n * This will not play the bell audio more than once per second.\n */\nhterm.Terminal.prototype.ringBell = function() {\n this.cursorNode_.style.backgroundColor =\n this.scrollPort_.getForegroundColor();\n\n var self = this;\n setTimeout(function() {\n self.cursorNode_.style.backgroundColor = self.prefs_.get('cursor-color');\n }, 200);\n\n // bellSquelchTimeout_ affects both audio and notification bells.\n if (this.bellSquelchTimeout_)\n return;\n\n if (this.bellAudio_.getAttribute('src')) {\n this.bellAudio_.play();\n this.bellSequelchTimeout_ = setTimeout(function() {\n delete this.bellSquelchTimeout_;\n }.bind(this), 500);\n } else {\n delete this.bellSquelchTimeout_;\n }\n\n if (this.desktopNotificationBell_ && !this.document_.hasFocus()) {\n var n = hterm.notify();\n this.bellNotificationList_.push(n);\n // TODO: Should we try to raise the window here?\n n.onclick = function() { self.closeBellNotifications_(); };\n }\n};\n\n/**\n * Set the origin mode bit.\n *\n * If origin mode is on, certain VT cursor and scrolling commands measure their\n * row parameter relative to the VT scroll region. Otherwise, row 0 corresponds\n * to the top of the addressable screen.\n *\n * Defaults to off.\n *\n * @param {boolean} state True to set origin mode, false to unset.\n */\nhterm.Terminal.prototype.setOriginMode = function(state) {\n this.options_.originMode = state;\n this.setCursorPosition(0, 0);\n};\n\n/**\n * Set the insert mode bit.\n *\n * If insert mode is on, existing text beyond the cursor position will be\n * shifted right to make room for new text. Otherwise, new text overwrites\n * any existing text.\n *\n * Defaults to off.\n *\n * @param {boolean} state True to set insert mode, false to unset.\n */\nhterm.Terminal.prototype.setInsertMode = function(state) {\n this.options_.insertMode = state;\n};\n\n/**\n * Set the auto carriage return bit.\n *\n * If auto carriage return is on then a formfeed character is interpreted\n * as a newline, otherwise it's the same as a linefeed. The difference boils\n * down to whether or not the cursor column is reset.\n *\n * @param {boolean} state The state to set.\n */\nhterm.Terminal.prototype.setAutoCarriageReturn = function(state) {\n this.options_.autoCarriageReturn = state;\n};\n\n/**\n * Set the wraparound mode bit.\n *\n * If wraparound mode is on, certain VT commands will allow the cursor to wrap\n * to the start of the following row. Otherwise, the cursor is clamped to the\n * end of the screen and attempts to write past it are ignored.\n *\n * Defaults to on.\n *\n * @param {boolean} state True to set wraparound mode, false to unset.\n */\nhterm.Terminal.prototype.setWraparound = function(state) {\n this.options_.wraparound = state;\n};\n\n/**\n * Set the reverse-wraparound mode bit.\n *\n * If wraparound mode is off, certain VT commands will allow the cursor to wrap\n * to the end of the previous row. Otherwise, the cursor is clamped to column\n * 0.\n *\n * Defaults to off.\n *\n * @param {boolean} state True to set reverse-wraparound mode, false to unset.\n */\nhterm.Terminal.prototype.setReverseWraparound = function(state) {\n this.options_.reverseWraparound = state;\n};\n\n/**\n * Selects between the primary and alternate screens.\n *\n * If alternate mode is on, the alternate screen is active. Otherwise the\n * primary screen is active.\n *\n * Swapping screens has no effect on the scrollback buffer.\n *\n * Each screen maintains its own cursor position.\n *\n * Defaults to off.\n *\n * @param {boolean} state True to set alternate mode, false to unset.\n */\nhterm.Terminal.prototype.setAlternateMode = function(state) {\n var cursor = this.saveCursor();\n this.screen_ = state ? this.alternateScreen_ : this.primaryScreen_;\n\n if (this.screen_.rowsArray.length &&\n this.screen_.rowsArray[0].rowIndex != this.scrollbackRows_.length) {\n // If the screen changed sizes while we were away, our rowIndexes may\n // be incorrect.\n var offset = this.scrollbackRows_.length;\n var ary = this.screen_.rowsArray;\n for (var i = 0; i < ary.length; i++) {\n ary[i].rowIndex = offset + i;\n }\n }\n\n this.realizeWidth_(this.screenSize.width);\n this.realizeHeight_(this.screenSize.height);\n this.scrollPort_.syncScrollHeight();\n this.scrollPort_.invalidate();\n\n this.restoreCursor(cursor);\n this.scrollPort_.resize();\n};\n\n/**\n * Set the cursor-blink mode bit.\n *\n * If cursor-blink is on, the cursor will blink when it is visible. Otherwise\n * a visible cursor does not blink.\n *\n * You should make sure to turn blinking off if you're going to dispose of a\n * terminal, otherwise you'll leak a timeout.\n *\n * Defaults to on.\n *\n * @param {boolean} state True to set cursor-blink mode, false to unset.\n */\nhterm.Terminal.prototype.setCursorBlink = function(state) {\n this.options_.cursorBlink = state;\n\n if (!state && this.timeouts_.cursorBlink) {\n clearTimeout(this.timeouts_.cursorBlink);\n delete this.timeouts_.cursorBlink;\n }\n\n if (this.options_.cursorVisible)\n this.setCursorVisible(true);\n};\n\n/**\n * Set the cursor-visible mode bit.\n *\n * If cursor-visible is on, the cursor will be visible. Otherwise it will not.\n *\n * Defaults to on.\n *\n * @param {boolean} state True to set cursor-visible mode, false to unset.\n */\nhterm.Terminal.prototype.setCursorVisible = function(state) {\n this.options_.cursorVisible = state;\n\n if (!state) {\n if (this.timeouts_.cursorBlink) {\n clearTimeout(this.timeouts_.cursorBlink);\n delete this.timeouts_.cursorBlink;\n }\n this.cursorNode_.style.opacity = '0';\n return;\n }\n\n this.syncCursorPosition_();\n\n this.cursorNode_.style.opacity = '1';\n\n if (this.options_.cursorBlink) {\n if (this.timeouts_.cursorBlink)\n return;\n\n this.onCursorBlink_();\n } else {\n if (this.timeouts_.cursorBlink) {\n clearTimeout(this.timeouts_.cursorBlink);\n delete this.timeouts_.cursorBlink;\n }\n }\n};\n\n/**\n * Synchronizes the visible cursor and document selection with the current\n * cursor coordinates.\n */\nhterm.Terminal.prototype.syncCursorPosition_ = function() {\n var topRowIndex = this.scrollPort_.getTopRowIndex();\n var bottomRowIndex = this.scrollPort_.getBottomRowIndex(topRowIndex);\n var cursorRowIndex = this.scrollbackRows_.length +\n this.screen_.cursorPosition.row;\n\n if (cursorRowIndex > bottomRowIndex) {\n // Cursor is scrolled off screen, move it outside of the visible area.\n this.setCssVar('cursor-offset-row', '-1');\n return;\n }\n\n if (this.options_.cursorVisible &&\n this.cursorNode_.style.display == 'none') {\n // Re-display the terminal cursor if it was hidden by the mouse cursor.\n this.cursorNode_.style.display = '';\n }\n\n // Position the cursor using CSS variable math. If we do the math in JS,\n // the float math will end up being more precise than the CSS which will\n // cause the cursor tracking to be off.\n this.setCssVar(\n 'cursor-offset-row',\n `${cursorRowIndex - topRowIndex} + ` +\n `${this.scrollPort_.visibleRowTopMargin}px`);\n this.setCssVar('cursor-offset-col', this.screen_.cursorPosition.column);\n\n this.cursorNode_.setAttribute('title',\n '(' + this.screen_.cursorPosition.column +\n ', ' + this.screen_.cursorPosition.row +\n ')');\n\n // Update the caret for a11y purposes.\n var selection = this.document_.getSelection();\n if (selection && selection.isCollapsed)\n this.screen_.syncSelectionCaret(selection);\n};\n\n/**\n * Adjusts the style of this.cursorNode_ according to the current cursor shape\n * and character cell dimensions.\n */\nhterm.Terminal.prototype.restyleCursor_ = function() {\n var shape = this.cursorShape_;\n\n if (this.cursorNode_.getAttribute('focus') == 'false') {\n // Always show a block cursor when unfocused.\n shape = hterm.Terminal.cursorShape.BLOCK;\n }\n\n var style = this.cursorNode_.style;\n\n switch (shape) {\n case hterm.Terminal.cursorShape.BEAM:\n style.height = 'var(--hterm-charsize-height)';\n style.backgroundColor = 'transparent';\n style.borderBottomStyle = null;\n style.borderLeftStyle = 'solid';\n break;\n\n case hterm.Terminal.cursorShape.UNDERLINE:\n style.height = this.scrollPort_.characterSize.baseline + 'px';\n style.backgroundColor = 'transparent';\n style.borderBottomStyle = 'solid';\n // correct the size to put it exactly at the baseline\n style.borderLeftStyle = null;\n break;\n\n default:\n style.height = 'var(--hterm-charsize-height)';\n style.backgroundColor = this.cursorColor_;\n style.borderBottomStyle = null;\n style.borderLeftStyle = null;\n break;\n }\n};\n\n/**\n * Synchronizes the visible cursor with the current cursor coordinates.\n *\n * The sync will happen asynchronously, soon after the call stack winds down.\n * Multiple calls will be coalesced into a single sync.\n */\nhterm.Terminal.prototype.scheduleSyncCursorPosition_ = function() {\n if (this.timeouts_.syncCursor)\n return;\n\n var self = this;\n this.timeouts_.syncCursor = setTimeout(function() {\n self.syncCursorPosition_();\n delete self.timeouts_.syncCursor;\n }, 0);\n};\n\n/**\n * Show or hide the zoom warning.\n *\n * The zoom warning is a message warning the user that their browser zoom must\n * be set to 100% in order for hterm to function properly.\n *\n * @param {boolean} state True to show the message, false to hide it.\n */\nhterm.Terminal.prototype.showZoomWarning_ = function(state) {\n if (!this.zoomWarningNode_) {\n if (!state)\n return;\n\n this.zoomWarningNode_ = this.document_.createElement('div');\n this.zoomWarningNode_.id = 'hterm:zoom-warning';\n this.zoomWarningNode_.style.cssText = (\n 'color: black;' +\n 'background-color: #ff2222;' +\n 'font-size: large;' +\n 'border-radius: 8px;' +\n 'opacity: 0.75;' +\n 'padding: 0.2em 0.5em 0.2em 0.5em;' +\n 'top: 0.5em;' +\n 'right: 1.2em;' +\n 'position: absolute;' +\n '-webkit-text-size-adjust: none;' +\n '-webkit-user-select: none;' +\n '-moz-text-size-adjust: none;' +\n '-moz-user-select: none;');\n\n this.zoomWarningNode_.addEventListener('click', function(e) {\n this.parentNode.removeChild(this);\n });\n }\n\n this.zoomWarningNode_.textContent = lib.MessageManager.replaceReferences(\n hterm.zoomWarningMessage,\n [parseInt(this.scrollPort_.characterSize.zoomFactor * 100)]);\n\n this.zoomWarningNode_.style.fontFamily = this.prefs_.get('font-family');\n\n if (state) {\n if (!this.zoomWarningNode_.parentNode)\n this.div_.parentNode.appendChild(this.zoomWarningNode_);\n } else if (this.zoomWarningNode_.parentNode) {\n this.zoomWarningNode_.parentNode.removeChild(this.zoomWarningNode_);\n }\n};\n\n/**\n * Show the terminal overlay for a given amount of time.\n *\n * The terminal overlay appears in inverse video in a large font, centered\n * over the terminal. You should probably keep the overlay message brief,\n * since it's in a large font and you probably aren't going to check the size\n * of the terminal first.\n *\n * @param {string} msg The text (not HTML) message to display in the overlay.\n * @param {number} opt_timeout The amount of time to wait before fading out\n * the overlay. Defaults to 1.5 seconds. Pass null to have the overlay\n * stay up forever (or until the next overlay).\n */\nhterm.Terminal.prototype.showOverlay = function(msg, opt_timeout) {\n if (!this.overlayNode_) {\n if (!this.div_)\n return;\n\n this.overlayNode_ = this.document_.createElement('div');\n this.overlayNode_.style.cssText = (\n 'border-radius: 15px;' +\n 'font-size: xx-large;' +\n 'opacity: 0.75;' +\n 'padding: 0.2em 0.5em 0.2em 0.5em;' +\n 'position: absolute;' +\n '-webkit-user-select: none;' +\n '-webkit-transition: opacity 180ms ease-in;' +\n '-moz-user-select: none;' +\n '-moz-transition: opacity 180ms ease-in;');\n\n this.overlayNode_.addEventListener('mousedown', function(e) {\n e.preventDefault();\n e.stopPropagation();\n }, true);\n }\n\n this.overlayNode_.style.color = this.prefs_.get('background-color');\n this.overlayNode_.style.backgroundColor = this.prefs_.get('foreground-color');\n this.overlayNode_.style.fontFamily = this.prefs_.get('font-family');\n\n this.overlayNode_.textContent = msg;\n this.overlayNode_.style.opacity = '0.75';\n\n if (!this.overlayNode_.parentNode)\n this.div_.appendChild(this.overlayNode_);\n\n var divSize = hterm.getClientSize(this.div_);\n var overlaySize = hterm.getClientSize(this.overlayNode_);\n\n this.overlayNode_.style.top =\n (divSize.height - overlaySize.height) / 2 + 'px';\n this.overlayNode_.style.left = (divSize.width - overlaySize.width -\n this.scrollPort_.currentScrollbarWidthPx) / 2 + 'px';\n\n var self = this;\n\n if (this.overlayTimeout_)\n clearTimeout(this.overlayTimeout_);\n\n if (opt_timeout === null)\n return;\n\n this.overlayTimeout_ = setTimeout(function() {\n self.overlayNode_.style.opacity = '0';\n self.overlayTimeout_ = setTimeout(function() {\n if (self.overlayNode_.parentNode)\n self.overlayNode_.parentNode.removeChild(self.overlayNode_);\n self.overlayTimeout_ = null;\n self.overlayNode_.style.opacity = '0.75';\n }, 200);\n }, opt_timeout || 1500);\n};\n\n/**\n * Paste from the system clipboard to the terminal.\n */\nhterm.Terminal.prototype.paste = function() {\n return hterm.pasteFromClipboard(this.document_);\n};\n\n/**\n * Copy a string to the system clipboard.\n *\n * Note: If there is a selected range in the terminal, it'll be cleared.\n *\n * @param {string} str The string to copy.\n */\nhterm.Terminal.prototype.copyStringToClipboard = function(str) {\n if (this.prefs_.get('enable-clipboard-notice'))\n setTimeout(this.showOverlay.bind(this, hterm.notifyCopyMessage, 500), 200);\n\n var copySource = this.document_.createElement('pre');\n copySource.id = 'hterm:copy-to-clipboard-source';\n copySource.textContent = str;\n copySource.style.cssText = (\n '-webkit-user-select: text;' +\n '-moz-user-select: text;' +\n 'position: absolute;' +\n 'top: -99px');\n\n this.document_.body.appendChild(copySource);\n\n var selection = this.document_.getSelection();\n var anchorNode = selection.anchorNode;\n var anchorOffset = selection.anchorOffset;\n var focusNode = selection.focusNode;\n var focusOffset = selection.focusOffset;\n\n selection.selectAllChildren(copySource);\n\n hterm.copySelectionToClipboard(this.document_);\n\n // IE doesn't support selection.extend. This means that the selection\n // won't return on IE.\n if (selection.extend) {\n selection.collapse(anchorNode, anchorOffset);\n selection.extend(focusNode, focusOffset);\n }\n\n copySource.parentNode.removeChild(copySource);\n};\n\n/**\n * Returns the selected text, or null if no text is selected.\n *\n * @return {string|null}\n */\nhterm.Terminal.prototype.getSelectionText = function() {\n var selection = this.scrollPort_.selection;\n selection.sync();\n\n if (selection.isCollapsed)\n return null;\n\n\n // Start offset measures from the beginning of the line.\n var startOffset = selection.startOffset;\n var node = selection.startNode;\n\n if (node.nodeName != 'X-ROW') {\n // If the selection doesn't start on an x-row node, then it must be\n // somewhere inside the x-row. Add any characters from previous siblings\n // into the start offset.\n\n if (node.nodeName == '#text' && node.parentNode.nodeName == 'SPAN') {\n // If node is the text node in a styled span, move up to the span node.\n node = node.parentNode;\n }\n\n while (node.previousSibling) {\n node = node.previousSibling;\n startOffset += hterm.TextAttributes.nodeWidth(node);\n }\n }\n\n // End offset measures from the end of the line.\n var endOffset = (hterm.TextAttributes.nodeWidth(selection.endNode) -\n selection.endOffset);\n node = selection.endNode;\n\n if (node.nodeName != 'X-ROW') {\n // If the selection doesn't end on an x-row node, then it must be\n // somewhere inside the x-row. Add any characters from following siblings\n // into the end offset.\n\n if (node.nodeName == '#text' && node.parentNode.nodeName == 'SPAN') {\n // If node is the text node in a styled span, move up to the span node.\n node = node.parentNode;\n }\n\n while (node.nextSibling) {\n node = node.nextSibling;\n endOffset += hterm.TextAttributes.nodeWidth(node);\n }\n }\n\n var rv = this.getRowsText(selection.startRow.rowIndex,\n selection.endRow.rowIndex + 1);\n return lib.wc.substring(rv, startOffset, lib.wc.strWidth(rv) - endOffset);\n};\n\n/**\n * Copy the current selection to the system clipboard, then clear it after a\n * short delay.\n */\nhterm.Terminal.prototype.copySelectionToClipboard = function() {\n var text = this.getSelectionText();\n if (text != null)\n this.copyStringToClipboard(text);\n};\n\nhterm.Terminal.prototype.overlaySize = function() {\n this.showOverlay(this.screenSize.width + 'x' + this.screenSize.height);\n};\n\n/**\n * Invoked by hterm.Terminal.Keyboard when a VT keystroke is detected.\n *\n * @param {string} string The VT string representing the keystroke, in UTF-16.\n */\nhterm.Terminal.prototype.onVTKeystroke = function(string) {\n if (this.scrollOnKeystroke_)\n this.scrollPort_.scrollRowToBottom(this.getRowCount());\n\n this.io.onVTKeystroke(this.keyboard.encode(string));\n};\n\n/**\n * Launches url in a new tab.\n *\n * @param {string} url URL to launch in a new tab.\n */\nhterm.Terminal.prototype.openUrl = function(url) {\n if (window.chrome && window.chrome.browser) {\n // For Chrome v2 apps, we need to use this API to properly open windows.\n chrome.browser.openTab({'url': url});\n } else {\n var win = window.open(url, '_blank');\n win.focus();\n }\n}\n\n/**\n * Open the selected url.\n */\nhterm.Terminal.prototype.openSelectedUrl_ = function() {\n var str = this.getSelectionText();\n\n // If there is no selection, try and expand wherever they clicked.\n if (str == null) {\n this.screen_.expandSelection(this.document_.getSelection());\n str = this.getSelectionText();\n\n // If clicking in empty space, return.\n if (str == null)\n return;\n }\n\n // Make sure URL is valid before opening.\n if (str.length > 2048 || str.search(/[\\s\\[\\](){}<>\"'\\\\^`]/) >= 0)\n return;\n\n // If the URI isn't anchored, it'll open relative to the extension.\n // We have no way of knowing the correct schema, so assume http.\n if (str.search('^[a-zA-Z][a-zA-Z0-9+.-]*://') < 0) {\n // We have to whitelist a few protocols that lack authorities and thus\n // never use the //. Like mailto.\n switch (str.split(':', 1)[0]) {\n case 'mailto':\n break;\n default:\n str = 'http://' + str;\n break;\n }\n }\n\n this.openUrl(str);\n}\n\n\n/**\n * Add the terminalRow and terminalColumn properties to mouse events and\n * then forward on to onMouse().\n *\n * The terminalRow and terminalColumn properties contain the (row, column)\n * coordinates for the mouse event.\n *\n * @param {Event} e The mouse event to handle.\n */\nhterm.Terminal.prototype.onMouse_ = function(e) {\n if (e.processedByTerminalHandler_) {\n // We register our event handlers on the document, as well as the cursor\n // and the scroll blocker. Mouse events that occur on the cursor or\n // scroll blocker will also appear on the document, but we don't want to\n // process them twice.\n //\n // We can't just prevent bubbling because that has other side effects, so\n // we decorate the event object with this property instead.\n return;\n }\n\n var reportMouseEvents = (!this.defeatMouseReports_ &&\n this.vt.mouseReport != this.vt.MOUSE_REPORT_DISABLED);\n\n e.processedByTerminalHandler_ = true;\n\n // One based row/column stored on the mouse event.\n e.terminalRow = parseInt((e.clientY - this.scrollPort_.visibleRowTopMargin) /\n this.scrollPort_.characterSize.height) + 1;\n e.terminalColumn = parseInt(e.clientX /\n this.scrollPort_.characterSize.width) + 1;\n\n if (e.type == 'mousedown' && e.terminalColumn > this.screenSize.width) {\n // Mousedown in the scrollbar area.\n return;\n }\n\n if (this.options_.cursorVisible && !reportMouseEvents) {\n // If the cursor is visible and we're not sending mouse events to the\n // host app, then we want to hide the terminal cursor when the mouse\n // cursor is over top. This keeps the terminal cursor from interfering\n // with local text selection.\n if (e.terminalRow - 1 == this.screen_.cursorPosition.row &&\n e.terminalColumn - 1 == this.screen_.cursorPosition.column) {\n this.cursorNode_.style.display = 'none';\n } else if (this.cursorNode_.style.display == 'none') {\n this.cursorNode_.style.display = '';\n }\n }\n\n if (e.type == 'mousedown') {\n if (e.altKey || !reportMouseEvents) {\n // If VT mouse reporting is disabled, or has been defeated with\n // alt-mousedown, then the mouse will act on the local selection.\n this.defeatMouseReports_ = true;\n this.setSelectionEnabled(true);\n } else {\n // Otherwise we defer ownership of the mouse to the VT.\n this.defeatMouseReports_ = false;\n this.document_.getSelection().collapseToEnd();\n this.setSelectionEnabled(false);\n e.preventDefault();\n }\n }\n\n if (!reportMouseEvents) {\n if (e.type == 'dblclick' && this.copyOnSelect) {\n this.screen_.expandSelection(this.document_.getSelection());\n this.copySelectionToClipboard(this.document_);\n }\n\n if (e.type == 'click' && !e.shiftKey && (e.ctrlKey || e.metaKey)) {\n // Debounce this event with the dblclick event. If you try to doubleclick\n // a URL to open it, Chrome will fire click then dblclick, but we won't\n // have expanded the selection text at the first click event.\n clearTimeout(this.timeouts_.openUrl);\n this.timeouts_.openUrl = setTimeout(this.openSelectedUrl_.bind(this),\n 500);\n return;\n }\n\n if (e.type == 'mousedown') {\n if ((this.mouseRightClickPaste && e.button == 2 /* right button */) ||\n e.button == this.mousePasteButton) {\n if (!this.paste())\n console.warning('Could not paste manually due to web restrictions');;\n }\n }\n\n if (e.type == 'mouseup' && e.button == 0 && this.copyOnSelect &&\n !this.document_.getSelection().isCollapsed) {\n this.copySelectionToClipboard(this.document_);\n }\n\n if ((e.type == 'mousemove' || e.type == 'mouseup') &&\n this.scrollBlockerNode_.engaged) {\n // Disengage the scroll-blocker after one of these events.\n this.scrollBlockerNode_.engaged = false;\n this.scrollBlockerNode_.style.top = '-99px';\n }\n\n // Emulate arrow key presses via scroll wheel events.\n if (this.scrollWheelArrowKeys_ && !e.shiftKey &&\n this.keyboard.applicationCursor && !this.isPrimaryScreen()) {\n if (e.type == 'wheel') {\n var delta = this.scrollPort_.scrollWheelDelta(e);\n var lines = lib.f.smartFloorDivide(\n Math.abs(delta), this.scrollPort_.characterSize.height);\n\n var data = '\\x1bO' + (delta < 0 ? 'B' : 'A');\n this.io.sendString(data.repeat(lines));\n\n e.preventDefault();\n }\n }\n } else /* if (this.reportMouseEvents) */ {\n if (!this.scrollBlockerNode_.engaged) {\n if (e.type == 'mousedown') {\n // Move the scroll-blocker into place if we want to keep the scrollport\n // from scrolling.\n this.scrollBlockerNode_.engaged = true;\n this.scrollBlockerNode_.style.top = (e.clientY - 5) + 'px';\n this.scrollBlockerNode_.style.left = (e.clientX - 5) + 'px';\n } else if (e.type == 'mousemove') {\n // Oh. This means that drag-scroll was disabled AFTER the mouse down,\n // in which case it's too late to engage the scroll-blocker.\n this.document_.getSelection().collapseToEnd();\n e.preventDefault();\n }\n }\n\n this.onMouse(e);\n }\n\n if (e.type == 'mouseup' && this.document_.getSelection().isCollapsed) {\n // Restore this on mouseup in case it was temporarily defeated with a\n // alt-mousedown. Only do this when the selection is empty so that\n // we don't immediately kill the users selection.\n this.defeatMouseReports_ = false;\n }\n};\n\n/**\n * Clients should override this if they care to know about mouse events.\n *\n * The event parameter will be a normal DOM mouse click event with additional\n * 'terminalRow' and 'terminalColumn' properties.\n *\n * @param {Event} e The mouse event to handle.\n */\nhterm.Terminal.prototype.onMouse = function(e) { };\n\n/**\n * React when focus changes.\n *\n * @param {boolean} focused True if focused, false otherwise.\n */\nhterm.Terminal.prototype.onFocusChange_ = function(focused) {\n this.cursorNode_.setAttribute('focus', focused);\n this.restyleCursor_();\n if (focused === true)\n this.closeBellNotifications_();\n};\n\n/**\n * React when the ScrollPort is scrolled.\n */\nhterm.Terminal.prototype.onScroll_ = function() {\n this.scheduleSyncCursorPosition_();\n};\n\n/**\n * React when text is pasted into the scrollPort.\n *\n * @param {Event} e The DOM paste event to handle.\n */\nhterm.Terminal.prototype.onPaste_ = function(e) {\n var data = e.text.replace(/\\n/mg, '\\r');\n data = this.keyboard.encode(data);\n if (this.options_.bracketedPaste)\n data = '\\x1b[200~' + data + '\\x1b[201~';\n\n this.io.sendString(data);\n};\n\n/**\n * React when the user tries to copy from the scrollPort.\n *\n * @param {Event} e The DOM copy event.\n */\nhterm.Terminal.prototype.onCopy_ = function(e) {\n if (!this.useDefaultWindowCopy) {\n e.preventDefault();\n setTimeout(this.copySelectionToClipboard.bind(this), 0);\n }\n};\n\n/**\n * React when the ScrollPort is resized.\n *\n * Note: This function should not directly contain code that alters the internal\n * state of the terminal. That kind of code belongs in realizeWidth or\n * realizeHeight, so that it can be executed synchronously in the case of a\n * programmatic width change.\n */\nhterm.Terminal.prototype.onResize_ = function() {\n var columnCount = Math.floor(this.scrollPort_.getScreenWidth() /\n this.scrollPort_.characterSize.width) || 0;\n var rowCount = lib.f.smartFloorDivide(this.scrollPort_.getScreenHeight(),\n this.scrollPort_.characterSize.height) || 0;\n\n if (columnCount <= 0 || rowCount <= 0) {\n // We avoid these situations since they happen sometimes when the terminal\n // gets removed from the document or during the initial load, and we can't\n // deal with that.\n // This can also happen if called before the scrollPort calculates the\n // character size, meaning we dived by 0 above and default to 0 values.\n return;\n }\n\n var isNewSize = (columnCount != this.screenSize.width ||\n rowCount != this.screenSize.height);\n\n // We do this even if the size didn't change, just to be sure everything is\n // in sync.\n this.realizeSize_(columnCount, rowCount);\n this.showZoomWarning_(this.scrollPort_.characterSize.zoomFactor != 1);\n\n if (isNewSize)\n this.overlaySize();\n\n this.restyleCursor_();\n this.scheduleSyncCursorPosition_();\n};\n\n/**\n * Service the cursor blink timeout.\n */\nhterm.Terminal.prototype.onCursorBlink_ = function() {\n if (!this.options_.cursorBlink) {\n delete this.timeouts_.cursorBlink;\n return;\n }\n\n if (this.cursorNode_.getAttribute('focus') == 'false' ||\n this.cursorNode_.style.opacity == '0') {\n this.cursorNode_.style.opacity = '1';\n this.timeouts_.cursorBlink = setTimeout(this.myOnCursorBlink_,\n this.cursorBlinkCycle_[0]);\n } else {\n this.cursorNode_.style.opacity = '0';\n this.timeouts_.cursorBlink = setTimeout(this.myOnCursorBlink_,\n this.cursorBlinkCycle_[1]);\n }\n};\n\n/**\n * Set the scrollbar-visible mode bit.\n *\n * If scrollbar-visible is on, the vertical scrollbar will be visible.\n * Otherwise it will not.\n *\n * Defaults to on.\n *\n * @param {boolean} state True to set scrollbar-visible mode, false to unset.\n */\nhterm.Terminal.prototype.setScrollbarVisible = function(state) {\n this.scrollPort_.setScrollbarVisible(state);\n};\n\n/**\n * Set the scroll wheel move multiplier. This will affect how fast the page\n * scrolls on wheel events.\n *\n * Defaults to 1.\n *\n * @param {number} multiplier The multiplier to set.\n */\nhterm.Terminal.prototype.setScrollWheelMoveMultipler = function(multiplier) {\n this.scrollPort_.setScrollWheelMoveMultipler(multiplier);\n};\n\n/**\n * Close all web notifications created by terminal bells.\n */\nhterm.Terminal.prototype.closeBellNotifications_ = function() {\n this.bellNotificationList_.forEach(function(n) {\n n.close();\n });\n this.bellNotificationList_.length = 0;\n};\n// SOURCE FILE: hterm/js/hterm_terminal_io.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.encodeUTF8');\n\n/**\n * Input/Output interface used by commands to communicate with the terminal.\n *\n * Commands like `nassh` and `crosh` receive an instance of this class as\n * part of their argv object. This allows them to write to and read from the\n * terminal without exposing them to an entire hterm.Terminal instance.\n *\n * The active command must override the onVTKeystroke() and sendString() methods\n * of this class in order to receive keystrokes and send output to the correct\n * destination.\n *\n * Isolating commands from the terminal provides the following benefits:\n * - Provides a mechanism to save and restore onVTKeystroke and sendString\n * handlers when invoking subcommands (see the push() and pop() methods).\n * - The isolation makes it easier to make changes in Terminal and supporting\n * classes without affecting commands.\n * - In The Future commands may run in web workers where they would only be able\n * to talk to a Terminal instance through an IPC mechanism.\n *\n * @param {hterm.Terminal}\n */\nhterm.Terminal.IO = function(terminal) {\n this.terminal_ = terminal;\n\n // The IO object to restore on IO.pop().\n this.previousIO_ = null;\n};\n\n/**\n * Show the terminal overlay for a given amount of time.\n *\n * The terminal overlay appears in inverse video in a large font, centered\n * over the terminal. You should probably keep the overlay message brief,\n * since it's in a large font and you probably aren't going to check the size\n * of the terminal first.\n *\n * @param {string} msg The text (not HTML) message to display in the overlay.\n * @param {number} opt_timeout The amount of time to wait before fading out\n * the overlay. Defaults to 1.5 seconds. Pass null to have the overlay\n * stay up forever (or until the next overlay).\n */\nhterm.Terminal.IO.prototype.showOverlay = function(message, opt_timeout) {\n this.terminal_.showOverlay(message, opt_timeout);\n};\n\n/**\n * Open an frame in the current terminal window, pointed to the specified\n * url.\n *\n * Eventually we'll probably need size/position/decoration options.\n * The user should also be able to move/resize the frame.\n *\n * @param {string} url The URL to load in the frame.\n * @param {Object} opt_options Optional frame options. Not implemented.\n */\nhterm.Terminal.IO.prototype.createFrame = function(url, opt_options) {\n return new hterm.Frame(this.terminal_, url, opt_options);\n};\n\n/**\n * Change the preference profile for the terminal.\n *\n * @param profileName {string} The name of the preference profile to activate.\n */\nhterm.Terminal.IO.prototype.setTerminalProfile = function(profileName) {\n this.terminal_.setProfile(profileName);\n};\n\n/**\n * Create a new hterm.Terminal.IO instance and make it active on the Terminal\n * object associated with this instance.\n *\n * This is used to pass control of the terminal IO off to a subcommand. The\n * IO.pop() method can be used to restore control when the subcommand completes.\n */\nhterm.Terminal.IO.prototype.push = function() {\n var io = new hterm.Terminal.IO(this.terminal_);\n io.keyboardCaptured_ = this.keyboardCaptured_;\n\n io.columnCount = this.columnCount;\n io.rowCount = this.rowCount;\n\n io.previousIO_ = this.terminal_.io;\n this.terminal_.io = io;\n\n return io;\n};\n\n/**\n * Restore the Terminal's previous IO object.\n */\nhterm.Terminal.IO.prototype.pop = function() {\n this.terminal_.io = this.previousIO_;\n};\n\n/**\n * Called when data needs to be sent to the current command.\n *\n * Clients should override this to receive notification of pending data.\n *\n * @param {string} string The data to send.\n */\nhterm.Terminal.IO.prototype.sendString = function(string) {\n // Override this.\n console.log('Unhandled sendString: ' + string);\n};\n\n/**\n * Called when a terminal keystroke is detected.\n *\n * Clients should override this to receive notification of keystrokes.\n *\n * The keystroke data will be encoded according to the 'send-encoding'\n * preference.\n *\n * @param {string} string The VT key sequence.\n */\nhterm.Terminal.IO.prototype.onVTKeystroke = function(string) {\n // Override this.\n console.log('Unobserverd VT keystroke: ' + JSON.stringify(string));\n};\n\nhterm.Terminal.IO.prototype.onTerminalResize_ = function(width, height) {\n var obj = this;\n while (obj) {\n obj.columnCount = width;\n obj.rowCount = height;\n obj = obj.previousIO_;\n }\n\n this.onTerminalResize(width, height);\n};\n\n/**\n * Called when terminal size is changed.\n *\n * Clients should override this to receive notification of resize.\n *\n * @param {string|integer} terminal width.\n * @param {string|integer} terminal height.\n */\nhterm.Terminal.IO.prototype.onTerminalResize = function(width, height) {\n // Override this.\n};\n\n/**\n * Write a UTF-8 encoded byte string to the terminal.\n *\n * @param {string} string The UTF-8 encoded string to print.\n */\nhterm.Terminal.IO.prototype.writeUTF8 = function(string) {\n if (this.terminal_.io != this)\n throw 'Attempt to print from inactive IO object.';\n\n this.terminal_.interpret(string);\n};\n\n/**\n * Write a UTF-8 encoded byte string to the terminal followed by crlf.\n *\n * @param {string} string The UTF-8 encoded string to print.\n */\nhterm.Terminal.IO.prototype.writelnUTF8 = function(string) {\n if (this.terminal_.io != this)\n throw 'Attempt to print from inactive IO object.';\n\n this.terminal_.interpret(string + '\\r\\n');\n};\n\n/**\n * Write a UTF-16 JavaScript string to the terminal.\n *\n * @param {string} string The string to print.\n */\nhterm.Terminal.IO.prototype.print =\nhterm.Terminal.IO.prototype.writeUTF16 = function(string) {\n this.writeUTF8(lib.encodeUTF8(string));\n};\n\n/**\n * Print a UTF-16 JavaScript string to the terminal followed by a newline.\n *\n * @param {string} string The string to print.\n */\nhterm.Terminal.IO.prototype.println =\nhterm.Terminal.IO.prototype.writelnUTF16 = function(string) {\n this.writelnUTF8(lib.encodeUTF8(string));\n};\n// SOURCE FILE: hterm/js/hterm_text_attributes.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.colors');\n\n/**\n * Constructor for TextAttribute objects.\n *\n * These objects manage a set of text attributes such as foreground/\n * background color, bold, faint, italic, blink, underline, and strikethrough.\n *\n * TextAttribute instances can be used to construct a DOM container implementing\n * the current attributes, or to test an existing DOM container for\n * compatibility with the current attributes.\n *\n * @constructor\n * @param {HTMLDocument} document The parent document to use when creating\n * new DOM containers.\n */\nhterm.TextAttributes = function(document) {\n this.document_ = document;\n // These variables contain the source of the color as either:\n // SRC_DEFAULT (use context default)\n // SRC_RGB (specified in 'rgb( r, g, b)' form)\n // number (representing the index from color palette to use)\n this.foregroundSource = this.SRC_DEFAULT;\n this.backgroundSource = this.SRC_DEFAULT;\n\n // These properties cache the value in the color table, but foregroundSource\n // and backgroundSource contain the canonical values.\n this.foreground = this.DEFAULT_COLOR;\n this.background = this.DEFAULT_COLOR;\n\n this.defaultForeground = 'rgb(255, 255, 255)';\n this.defaultBackground = 'rgb(0, 0, 0)';\n\n this.bold = false;\n this.faint = false;\n this.italic = false;\n this.blink = false;\n this.underline = false;\n this.strikethrough = false;\n this.inverse = false;\n this.invisible = false;\n this.wcNode = false;\n this.asciiNode = true;\n this.tileData = null;\n\n this.colorPalette = null;\n this.resetColorPalette();\n};\n\n/**\n * If false, we ignore the bold attribute.\n *\n * This is used for fonts that have a bold version that is a different size\n * than the normal weight version.\n */\nhterm.TextAttributes.prototype.enableBold = true;\n\n/**\n * If true, use bright colors (if available) for bold text.\n *\n * This setting is independent of the enableBold setting.\n */\nhterm.TextAttributes.prototype.enableBoldAsBright = true;\n\n/**\n * A sentinel constant meaning \"whatever the default color is in this context\".\n */\nhterm.TextAttributes.prototype.DEFAULT_COLOR = lib.f.createEnum('');\n\n/**\n * A constant string used to specify that source color is context default.\n */\nhterm.TextAttributes.prototype.SRC_DEFAULT = 'default';\n\n\n/**\n * A constant string used to specify that the source of a color is a valid\n * rgb( r, g, b) specifier.\n */\nhterm.TextAttributes.prototype.SRC_RGB = 'rgb';\n\n/**\n * The document object which should own the DOM nodes created by this instance.\n *\n * @param {HTMLDocument} document The parent document.\n */\nhterm.TextAttributes.prototype.setDocument = function(document) {\n this.document_ = document;\n};\n\n/**\n * Create a deep copy of this object.\n *\n * @return {hterm.TextAttributes} A deep copy of this object.\n */\nhterm.TextAttributes.prototype.clone = function() {\n var rv = new hterm.TextAttributes(null);\n\n for (var key in this) {\n rv[key] = this[key];\n }\n\n rv.colorPalette = this.colorPalette.concat();\n return rv;\n};\n\n/**\n * Reset the current set of attributes.\n *\n * This does not affect the palette. Use resetColorPalette() for that.\n * It also doesn't affect the tile data, it's not meant to.\n */\nhterm.TextAttributes.prototype.reset = function() {\n this.foregroundSource = this.SRC_DEFAULT;\n this.backgroundSource = this.SRC_DEFAULT;\n this.foreground = this.DEFAULT_COLOR;\n this.background = this.DEFAULT_COLOR;\n this.bold = false;\n this.faint = false;\n this.italic = false;\n this.blink = false;\n this.underline = false;\n this.strikethrough = false;\n this.inverse = false;\n this.invisible = false;\n this.wcNode = false;\n this.asciiNode = true;\n};\n\n/**\n * Reset the color palette to the default state.\n */\nhterm.TextAttributes.prototype.resetColorPalette = function() {\n this.colorPalette = lib.colors.colorPalette.concat();\n this.syncColors();\n};\n\n/**\n * Test if the current attributes describe unstyled text.\n *\n * @return {boolean} True if the current attributes describe unstyled text.\n */\nhterm.TextAttributes.prototype.isDefault = function() {\n return (this.foregroundSource == this.SRC_DEFAULT &&\n this.backgroundSource == this.SRC_DEFAULT &&\n !this.bold &&\n !this.faint &&\n !this.italic &&\n !this.blink &&\n !this.underline &&\n !this.strikethrough &&\n !this.inverse &&\n !this.invisible &&\n !this.wcNode &&\n this.asciiNode &&\n this.tileData == null);\n};\n\n/**\n * Create a DOM container (a span or a text node) with a style to match the\n * current set of attributes.\n *\n * This method will create a plain text node if the text is unstyled, or\n * an HTML span if the text is styled. Due to lack of monospace wide character\n * fonts on certain systems (e.g. Chrome OS), we need to put each wide character\n * in a span of CSS class '.wc-node' which has double column width.\n * Each vt_tiledata tile is also represented by a span with a single\n * character, with CSS classes '.tile' and '.tile_'.\n *\n * @param {string} opt_textContent Optional text content for the new container.\n * @return {HTMLNode} An HTML span or text nodes styled to match the current\n * attributes.\n */\nhterm.TextAttributes.prototype.createContainer = function(opt_textContent) {\n if (this.isDefault())\n return this.document_.createTextNode(opt_textContent);\n\n var span = this.document_.createElement('span');\n var style = span.style;\n var classes = [];\n\n if (this.foreground != this.DEFAULT_COLOR)\n style.color = this.foreground;\n\n if (this.background != this.DEFAULT_COLOR)\n style.backgroundColor = this.background;\n\n if (this.enableBold && this.bold)\n style.fontWeight = 'bold';\n\n if (this.faint)\n span.faint = true;\n\n if (this.italic)\n style.fontStyle = 'italic';\n\n if (this.blink) {\n classes.push('blink-node');\n span.blinkNode = true;\n }\n\n var textDecoration = '';\n if (this.underline) {\n textDecoration += ' underline';\n span.underline = true;\n }\n if (this.strikethrough) {\n textDecoration += ' line-through';\n span.strikethrough = true;\n }\n if (textDecoration) {\n style.textDecoration = textDecoration;\n }\n\n if (this.wcNode) {\n classes.push('wc-node');\n span.wcNode = true;\n span.asciiNode = false;\n }\n\n if (this.tileData != null) {\n classes.push('tile');\n classes.push('tile_' + this.tileData);\n span.tileNode = true;\n }\n\n if (opt_textContent)\n span.textContent = opt_textContent;\n\n if (classes.length)\n span.className = classes.join(' ');\n\n return span;\n};\n\n/**\n * Tests if the provided object (string, span or text node) has the same\n * style as this TextAttributes instance.\n *\n * This indicates that text with these attributes could be inserted directly\n * into the target DOM node.\n *\n * For the purposes of this method, a string is considered a text node.\n *\n * @param {string|HTMLNode} obj The object to test.\n * @return {boolean} True if the provided container has the same style as\n * this attributes instance.\n */\nhterm.TextAttributes.prototype.matchesContainer = function(obj) {\n if (typeof obj == 'string' || obj.nodeType == 3)\n return this.isDefault();\n\n var style = obj.style;\n\n // We don't want to put multiple characters in a wcNode or a tile.\n // See the comments in createContainer.\n return (!(this.wcNode || obj.wcNode) &&\n this.asciiNode == this.asciiNode &&\n !(this.tileData != null || obj.tileNode) &&\n this.foreground == style.color &&\n this.background == style.backgroundColor &&\n (this.enableBold && this.bold) == !!style.fontWeight &&\n this.blink == obj.blinkNode &&\n this.italic == !!style.fontStyle &&\n !!this.underline == !!obj.underline &&\n !!this.strikethrough == !!obj.strikethrough);\n};\n\nhterm.TextAttributes.prototype.setDefaults = function(foreground, background) {\n this.defaultForeground = foreground;\n this.defaultBackground = background;\n\n this.syncColors();\n};\n\n/**\n * Updates foreground and background properties based on current indices and\n * other state.\n *\n * @param {string} terminalForeground The terminal foreground color for use as\n * inverse text background.\n * @param {string} terminalBackground The terminal background color for use as\n * inverse text foreground.\n *\n */\nhterm.TextAttributes.prototype.syncColors = function() {\n function getBrightIndex(i) {\n if (i < 8) {\n // If the color is from the lower half of the ANSI 16, add 8.\n return i + 8;\n }\n\n // If it's not from the 16 color palette, ignore bold requests. This\n // matches the behavior of gnome-terminal.\n return i;\n }\n\n var foregroundSource = this.foregroundSource;\n var backgroundSource = this.backgroundSource;\n var defaultForeground = this.DEFAULT_COLOR;\n var defaultBackground = this.DEFAULT_COLOR;\n\n if (this.inverse) {\n foregroundSource = this.backgroundSource;\n backgroundSource = this.foregroundSource;\n // We can't inherit the container's color anymore.\n defaultForeground = this.defaultBackground;\n defaultBackground = this.defaultForeground;\n }\n\n if (this.enableBoldAsBright && this.bold) {\n if (foregroundSource != this.SRC_DEFAULT &&\n foregroundSource != this.SRC_RGB) {\n foregroundSource = getBrightIndex(foregroundSource);\n }\n }\n\n if (this.invisible) {\n foregroundSource = backgroundSource;\n defaultForeground = this.defaultBackground;\n }\n\n // Set fore/background colors unless already specified in rgb(r, g, b) form.\n if (foregroundSource != this.SRC_RGB) {\n this.foreground = ((foregroundSource == this.SRC_DEFAULT) ?\n defaultForeground : this.colorPalette[foregroundSource]);\n }\n\n if (this.faint && !this.invisible) {\n var colorToMakeFaint = ((this.foreground == this.DEFAULT_COLOR) ?\n this.defaultForeground : this.foreground);\n this.foreground = lib.colors.mix(colorToMakeFaint, 'rgb(0, 0, 0)', 0.3333);\n }\n\n if (backgroundSource != this.SRC_RGB) {\n this.background = ((backgroundSource == this.SRC_DEFAULT) ?\n defaultBackground : this.colorPalette[backgroundSource]);\n }\n};\n\n/**\n * Static method used to test if the provided objects (strings, spans or\n * text nodes) have the same style.\n *\n * For the purposes of this method, a string is considered a text node.\n *\n * @param {string|HTMLNode} obj1 An object to test.\n * @param {string|HTMLNode} obj2 Another object to test.\n * @return {boolean} True if the containers have the same style.\n */\nhterm.TextAttributes.containersMatch = function(obj1, obj2) {\n if (typeof obj1 == 'string')\n return hterm.TextAttributes.containerIsDefault(obj2);\n\n if (obj1.nodeType != obj2.nodeType)\n return false;\n\n if (obj1.nodeType == 3)\n return true;\n\n var style1 = obj1.style;\n var style2 = obj2.style;\n\n return (style1.color == style2.color &&\n style1.backgroundColor == style2.backgroundColor &&\n style1.fontWeight == style2.fontWeight &&\n style1.fontStyle == style2.fontStyle &&\n style1.textDecoration == style2.textDecoration);\n};\n\n/**\n * Static method to test if a given DOM container represents unstyled text.\n *\n * For the purposes of this method, a string is considered a text node.\n *\n * @param {string|HTMLNode} obj1 An object to test.\n * @return {boolean} True if the object is unstyled.\n */\nhterm.TextAttributes.containerIsDefault = function(obj) {\n return typeof obj == 'string' || obj.nodeType == 3;\n};\n\n/**\n * Static method to get the column width of a node's textContent.\n *\n * @param {HTMLElement} node The HTML element to get the width of textContent\n * from.\n * @return {integer} The column width of the node's textContent.\n */\nhterm.TextAttributes.nodeWidth = function(node) {\n if (!node.asciiNode) {\n return lib.wc.strWidth(node.textContent);\n } else {\n return node.textContent.length;\n }\n}\n\n/**\n * Static method to get the substr of a node's textContent. The start index\n * and substr width are computed in column width.\n *\n * @param {HTMLElement} node The HTML element to get the substr of textContent\n * from.\n * @param {integer} start The starting offset in column width.\n * @param {integer} width The width to capture in column width.\n * @return {integer} The extracted substr of the node's textContent.\n */\nhterm.TextAttributes.nodeSubstr = function(node, start, width) {\n if (!node.asciiNode) {\n return lib.wc.substr(node.textContent, start, width);\n } else {\n return node.textContent.substr(start, width);\n }\n}\n\n/**\n * Static method to get the substring based of a node's textContent. The\n * start index of end index are computed in column width.\n *\n * @param {HTMLElement} node The HTML element to get the substr of textContent\n * from.\n * @param {integer} start The starting offset in column width.\n * @param {integer} end The ending offset in column width.\n * @return {integer} The extracted substring of the node's textContent.\n */\nhterm.TextAttributes.nodeSubstring = function(node, start, end) {\n if (!node.asciiNode) {\n return lib.wc.substring(node.textContent, start, end);\n } else {\n return node.textContent.substring(start, end);\n }\n};\n\n/**\n * Static method to split a string into contiguous runs of single-width\n * characters and runs of double-width characters.\n *\n * @param {string} str The string to split.\n * @return {Array} An array of objects that contain substrings of str, where\n * each substring is either a contiguous runs of single-width characters\n * or a double-width character. For objects that contain a double-width\n * character, its wcNode property is set to true. For objects that contain\n * only ASCII content, its asciiNode property is set to true.\n */\nhterm.TextAttributes.splitWidecharString = function(str) {\n var rv = [];\n var base = 0, length = 0;\n var asciiNode = true;\n\n for (var i = 0; i < str.length;) {\n var c = str.codePointAt(i);\n var increment = (c <= 0xffff) ? 1 : 2;\n if (c < 128) {\n length += increment;\n } else if (lib.wc.charWidth(c) <= 1) {\n length += increment;\n asciiNode = false;\n } else {\n if (length) {\n rv.push({\n str: str.substr(base, length),\n asciiNode: asciiNode,\n });\n asciiNode = true;\n }\n rv.push({\n str: str.substr(i, increment),\n wcNode: true,\n asciiNode: false,\n });\n base = i + increment;\n length = 0;\n }\n i += increment;\n }\n\n if (length) {\n rv.push({\n str: str.substr(base, length),\n asciiNode: asciiNode,\n });\n }\n\n return rv;\n};\n// SOURCE FILE: hterm/js/hterm_vt.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.colors', 'lib.f', 'lib.UTF8Decoder',\n 'hterm.VT.CharacterMap');\n\n/**\n * Constructor for the VT escape sequence interpreter.\n *\n * The interpreter operates on a terminal object capable of performing cursor\n * move operations, painting characters, etc.\n *\n * This interpreter is intended to be compatible with xterm, though it\n * ignores some of the more esoteric escape sequences.\n *\n * Control sequences are documented in hterm/doc/ControlSequences.md.\n *\n * @param {hterm.Terminal} terminal Terminal to use with the interpreter.\n */\nhterm.VT = function(terminal) {\n /**\n * The display terminal object associated with this virtual terminal.\n */\n this.terminal = terminal;\n\n terminal.onMouse = this.onTerminalMouse_.bind(this);\n this.mouseReport = this.MOUSE_REPORT_DISABLED;\n\n // Parse state left over from the last parse. You should use the parseState\n // instance passed into your parse routine, rather than reading\n // this.parseState_ directly.\n this.parseState_ = new hterm.VT.ParseState(this.parseUnknown_);\n\n // Any \"leading modifiers\" for the escape sequence, such as '?', ' ', or the\n // other modifiers handled in this.parseCSI_.\n this.leadingModifier_ = '';\n\n // Any \"trailing modifiers\". Same character set as a leading modifier,\n // except these are found after the numeric arguments.\n this.trailingModifier_ = '';\n\n // Whether or not to respect the escape codes for setting terminal width.\n this.allowColumnWidthChanges_ = false;\n\n // The amount of time we're willing to wait for the end of an OSC sequence.\n this.oscTimeLimit_ = 20000;\n\n // Decoder to maintain UTF-8 decode state.\n this.utf8Decoder_ = new lib.UTF8Decoder();\n\n /**\n * Whether to accept the 8-bit control characters.\n *\n * An 8-bit control character is one with the eighth bit set. These\n * didn't work on 7-bit terminals so they all have two byte equivalents.\n * Most hosts still only use the two-byte versions.\n *\n * We ignore 8-bit control codes by default. This is in order to avoid\n * issues with \"accidental\" usage of codes that need to be terminated.\n * The \"accident\" usually involves cat'ing binary data.\n */\n this.enable8BitControl = false;\n\n /**\n * Whether to allow the OSC 52 sequence to write to the system clipboard.\n */\n this.enableClipboardWrite = true;\n\n /**\n * Respect the host's attempt to change the cursor blink status using\n * the DEC Private mode 12.\n */\n this.enableDec12 = false;\n\n /**\n * The expected encoding method for data received from the host.\n */\n this.characterEncoding = 'utf-8';\n\n /**\n * Max length of an unterminated DCS, OSC, PM or APC sequence before we give\n * up and ignore the code.\n *\n * These all end with a String Terminator (ST, '\\x9c', ESC '\\\\') or\n * (BEL, '\\x07') character, hence the \"string sequence\" moniker.\n */\n this.maxStringSequence = 1024;\n\n /**\n * If true, emit warnings when we encounter a control character or escape\n * sequence that we don't recognize or explicitly ignore.\n */\n this.warnUnimplemented = true;\n\n /**\n * The set of available character maps (used by G0...G3 below).\n */\n this.characterMaps = new hterm.VT.CharacterMaps();\n\n /**\n * The default G0...G3 character maps.\n * We default to the US/ASCII map everywhere as that aligns with other\n * terminals, and it makes it harder to accidentally switch to the graphics\n * character map (Ctrl-N). Any program that wants to use the graphics map\n * will usually select it anyways since there's no guarantee what state any\n * of the maps are in at any particular time.\n */\n this.G0 = this.G1 = this.G2 = this.G3 =\n this.characterMaps.getMap('B');\n\n /**\n * The 7-bit visible character set.\n *\n * This is a mapping from inbound data to display glyph. The GL set\n * contains the 94 bytes from 0x21 to 0x7e.\n *\n * The default GL set is 'B', US ASCII.\n */\n this.GL = 'G0';\n\n /**\n * The 8-bit visible character set.\n *\n * This is a mapping from inbound data to display glyph. The GR set\n * contains the 94 bytes from 0xa1 to 0xfe.\n */\n this.GR = 'G0';\n\n /**\n * The current encoding of the terminal.\n *\n * We only support ECMA-35 and UTF-8, so go with a boolean here.\n * The encoding can be locked too.\n */\n this.codingSystemUtf8_ = false;\n this.codingSystemLocked_ = false;\n\n // Construct a regular expression to match the known one-byte control chars.\n // This is used in parseUnknown_ to quickly scan a string for the next\n // control character.\n this.cc1Pattern_ = null;\n this.updateEncodingState_();\n\n // Saved state used in DECSC.\n //\n // This is a place to store a copy VT state, it is *not* the active state.\n this.savedState_ = new hterm.VT.CursorState(this);\n};\n\n/**\n * No mouse events.\n */\nhterm.VT.prototype.MOUSE_REPORT_DISABLED = 0;\n\n/**\n * DECSET mode 1000.\n *\n * Report mouse down/up events only.\n */\nhterm.VT.prototype.MOUSE_REPORT_CLICK = 1;\n\n/**\n * DECSET mode 1002.\n *\n * Report mouse down/up and movement while a button is down.\n */\nhterm.VT.prototype.MOUSE_REPORT_DRAG = 3;\n\n/**\n * ParseState constructor.\n *\n * This object tracks the current state of the parse. It has fields for the\n * current buffer, position in the buffer, and the parse function.\n *\n * @param {function} defaultFunc The default parser function.\n * @param {string} opt_buf Optional string to use as the current buffer.\n */\nhterm.VT.ParseState = function(defaultFunction, opt_buf) {\n this.defaultFunction = defaultFunction;\n this.buf = opt_buf || null;\n this.pos = 0;\n this.func = defaultFunction;\n this.args = [];\n};\n\n/**\n * Reset the parser function, buffer, and position.\n */\nhterm.VT.ParseState.prototype.reset = function(opt_buf) {\n this.resetParseFunction();\n this.resetBuf(opt_buf || '');\n this.resetArguments();\n};\n\n/**\n * Reset the parser function only.\n */\nhterm.VT.ParseState.prototype.resetParseFunction = function() {\n this.func = this.defaultFunction;\n};\n\n/**\n * Reset the buffer and position only.\n *\n * @param {string} buf Optional new value for buf, defaults to null.\n */\nhterm.VT.ParseState.prototype.resetBuf = function(opt_buf) {\n this.buf = (typeof opt_buf == 'string') ? opt_buf : null;\n this.pos = 0;\n};\n\n/**\n * Reset the arguments list only.\n *\n * @param {string} opt_arg_zero Optional initial value for args[0].\n */\nhterm.VT.ParseState.prototype.resetArguments = function(opt_arg_zero) {\n this.args.length = 0;\n if (typeof opt_arg_zero != 'undefined')\n this.args[0] = opt_arg_zero;\n};\n\n/**\n * Get an argument as an integer.\n *\n * @param {number} argnum The argument number to retrieve.\n */\nhterm.VT.ParseState.prototype.iarg = function(argnum, defaultValue) {\n var str = this.args[argnum];\n if (str) {\n var ret = parseInt(str, 10);\n // An argument of zero is treated as the default value.\n if (ret == 0)\n ret = defaultValue;\n return ret;\n }\n return defaultValue;\n};\n\n/**\n * Advance the parse position.\n *\n * @param {integer} count The number of bytes to advance.\n */\nhterm.VT.ParseState.prototype.advance = function(count) {\n this.pos += count;\n};\n\n/**\n * Return the remaining portion of the buffer without affecting the parse\n * position.\n *\n * @return {string} The remaining portion of the buffer.\n */\nhterm.VT.ParseState.prototype.peekRemainingBuf = function() {\n return this.buf.substr(this.pos);\n};\n\n/**\n * Return the next single character in the buffer without affecting the parse\n * position.\n *\n * @return {string} The next character in the buffer.\n */\nhterm.VT.ParseState.prototype.peekChar = function() {\n return this.buf.substr(this.pos, 1);\n};\n\n/**\n * Return the next single character in the buffer and advance the parse\n * position one byte.\n *\n * @return {string} The next character in the buffer.\n */\nhterm.VT.ParseState.prototype.consumeChar = function() {\n return this.buf.substr(this.pos++, 1);\n};\n\n/**\n * Return true if the buffer is empty, or the position is past the end.\n */\nhterm.VT.ParseState.prototype.isComplete = function() {\n return this.buf == null || this.buf.length <= this.pos;\n};\n\nhterm.VT.CursorState = function(vt) {\n this.vt_ = vt;\n this.save();\n};\n\nhterm.VT.CursorState.prototype.save = function() {\n this.cursor = this.vt_.terminal.saveCursor();\n\n this.textAttributes = this.vt_.terminal.getTextAttributes().clone();\n\n this.GL = this.vt_.GL;\n this.GR = this.vt_.GR;\n\n this.G0 = this.vt_.G0;\n this.G1 = this.vt_.G1;\n this.G2 = this.vt_.G2;\n this.G3 = this.vt_.G3;\n};\n\nhterm.VT.CursorState.prototype.restore = function() {\n this.vt_.terminal.restoreCursor(this.cursor);\n\n this.vt_.terminal.setTextAttributes(this.textAttributes.clone());\n\n this.vt_.GL = this.GL;\n this.vt_.GR = this.GR;\n\n this.vt_.G0 = this.G0;\n this.vt_.G1 = this.G1;\n this.vt_.G2 = this.G2;\n this.vt_.G3 = this.G3;\n};\n\nhterm.VT.prototype.reset = function() {\n this.G0 = this.characterMaps.getMap('B');\n this.G1 = this.characterMaps.getMap('0');\n this.G2 = this.characterMaps.getMap('B');\n this.G3 = this.characterMaps.getMap('B');\n\n this.GL = 'G0';\n this.GR = 'G0';\n\n this.savedState_ = new hterm.VT.CursorState(this);\n\n this.mouseReport = this.MOUSE_REPORT_DISABLED;\n};\n\n/**\n * Handle terminal mouse events.\n *\n * See the \"Mouse Tracking\" section of [xterm].\n */\nhterm.VT.prototype.onTerminalMouse_ = function(e) {\n if (this.mouseReport == this.MOUSE_REPORT_DISABLED)\n return;\n\n // Temporary storage for our response.\n var response;\n\n // Modifier key state.\n var mod = 0;\n if (e.shiftKey)\n mod |= 4;\n if (e.metaKey || (this.terminal.keyboard.altIsMeta && e.altKey))\n mod |= 8;\n if (e.ctrlKey)\n mod |= 16;\n\n // TODO(rginda): We should also support mode 1005 and/or 1006 to extend the\n // coordinate space. Though, after poking around just a little, I wasn't\n // able to get vi or emacs to use either of these modes.\n var x = String.fromCharCode(lib.f.clamp(e.terminalColumn + 32, 32, 255));\n var y = String.fromCharCode(lib.f.clamp(e.terminalRow + 32, 32, 255));\n\n switch (e.type) {\n case 'wheel':\n // Mouse wheel is treated as button 1 or 2 plus an additional 64.\n b = (((e.deltaY * -1) > 0) ? 0 : 1) + 96;\n b |= mod;\n response = '\\x1b[M' + String.fromCharCode(b) + x + y;\n\n // Keep the terminal from scrolling.\n e.preventDefault();\n break;\n\n case 'mousedown':\n // Buttons are encoded as button number plus 32.\n var b = Math.min(e.button, 2) + 32;\n\n // And mix in the modifier keys.\n b |= mod;\n\n response = '\\x1b[M' + String.fromCharCode(b) + x + y;\n break;\n\n case 'mouseup':\n // Mouse up has no indication of which button was released.\n response = '\\x1b[M\\x23' + x + y;\n break;\n\n case 'mousemove':\n if (this.mouseReport == this.MOUSE_REPORT_DRAG && e.buttons) {\n // Standard button bits. The XTerm protocol only reports the first\n // button press (e.g. if left & right are pressed, right is ignored),\n // and it only supports the first three buttons. If none of them are\n // pressed, then XTerm flags it as a release. We'll do the same.\n b = 32;\n\n // Priority here matches XTerm: left, middle, right.\n if (e.buttons & 0x1) {\n // Report left button.\n b += 0;\n } else if (e.buttons & 0x4) {\n // Report middle button.\n b += 1;\n } else if (e.buttons & 0x2) {\n // Report right button.\n b += 2;\n } else {\n // Release higher buttons.\n b += 3;\n }\n\n // Add 32 to indicate mouse motion.\n b += 32;\n\n // And mix in the modifier keys.\n b |= mod;\n\n response = '\\x1b[M' + String.fromCharCode(b) + x + y;\n }\n\n break;\n\n case 'click':\n case 'dblclick':\n break;\n\n default:\n console.error('Unknown mouse event: ' + e.type, e);\n break;\n }\n\n if (response)\n this.terminal.io.sendString(response);\n};\n\n/**\n * Interpret a string of characters, displaying the results on the associated\n * terminal object.\n *\n * The buffer will be decoded according to the 'receive-encoding' preference.\n */\nhterm.VT.prototype.interpret = function(buf) {\n this.parseState_.resetBuf(this.decode(buf));\n\n while (!this.parseState_.isComplete()) {\n var func = this.parseState_.func;\n var pos = this.parseState_.pos;\n var buf = this.parseState_.buf;\n\n this.parseState_.func.call(this, this.parseState_);\n\n if (this.parseState_.func == func && this.parseState_.pos == pos &&\n this.parseState_.buf == buf) {\n throw 'Parser did not alter the state!';\n }\n }\n};\n\n/**\n * Decode a string according to the 'receive-encoding' preference.\n */\nhterm.VT.prototype.decode = function(str) {\n if (this.characterEncoding == 'utf-8')\n return this.decodeUTF8(str);\n\n return str;\n};\n\n/**\n * Encode a UTF-16 string as UTF-8.\n *\n * See also: https://en.wikipedia.org/wiki/UTF-16\n */\nhterm.VT.prototype.encodeUTF8 = function(str) {\n return lib.encodeUTF8(str);\n};\n\n/**\n * Decode a UTF-8 string into UTF-16.\n */\nhterm.VT.prototype.decodeUTF8 = function(str) {\n return this.utf8Decoder_.decode(str);\n};\n\n/**\n * Set the encoding of the terminal.\n *\n * @param {string} encoding The name of the encoding to set.\n */\nhterm.VT.prototype.setEncoding = function(encoding) {\n switch (encoding) {\n default:\n console.warn('Invalid value for \"terminal-encoding\": ' + encoding);\n // Fall through.\n case 'iso-2022':\n this.codingSystemUtf8_ = false;\n this.codingSystemLocked_ = false;\n break;\n case 'utf-8-locked':\n this.codingSystemUtf8_ = true;\n this.codingSystemLocked_ = true;\n break;\n case 'utf-8':\n this.codingSystemUtf8_ = true;\n this.codingSystemLocked_ = false;\n break;\n }\n\n this.updateEncodingState_();\n};\n\n/**\n * Refresh internal state when the encoding changes.\n */\nhterm.VT.prototype.updateEncodingState_ = function() {\n // If we're in UTF8 mode, don't suport 8-bit escape sequences as we'll never\n // see those -- everything should be UTF8!\n var cc1 = Object.keys(hterm.VT.CC1)\n .filter((e) => !this.codingSystemUtf8_ || e.charCodeAt() < 0x80)\n .map((e) => '\\\\x' + lib.f.zpad(e.charCodeAt().toString(16), 2))\n .join('');\n this.cc1Pattern_ = new RegExp(`[${cc1}]`);\n};\n\n/**\n * The default parse function.\n *\n * This will scan the string for the first 1-byte control character (C0/C1\n * characters from [CTRL]). Any plain text coming before the code will be\n * printed to the terminal, then the control character will be dispatched.\n */\nhterm.VT.prototype.parseUnknown_ = function(parseState) {\n var self = this;\n\n function print(str) {\n if (!self.codingSystemUtf8_ && self[self.GL].GL)\n str = self[self.GL].GL(str);\n\n self.terminal.print(str);\n };\n\n // Search for the next contiguous block of plain text.\n var buf = parseState.peekRemainingBuf();\n var nextControl = buf.search(this.cc1Pattern_);\n\n if (nextControl == 0) {\n // We've stumbled right into a control character.\n this.dispatch('CC1', buf.substr(0, 1), parseState);\n parseState.advance(1);\n return;\n }\n\n if (nextControl == -1) {\n // There are no control characters in this string.\n print(buf);\n parseState.reset();\n return;\n }\n\n print(buf.substr(0, nextControl));\n this.dispatch('CC1', buf.substr(nextControl, 1), parseState);\n parseState.advance(nextControl + 1);\n};\n\n/**\n * Parse a Control Sequence Introducer code and dispatch it.\n *\n * See [CSI] for some useful information about these codes.\n */\nhterm.VT.prototype.parseCSI_ = function(parseState) {\n var ch = parseState.peekChar();\n var args = parseState.args;\n\n if (ch >= '@' && ch <= '~') {\n // This is the final character.\n this.dispatch('CSI', this.leadingModifier_ + this.trailingModifier_ + ch,\n parseState);\n parseState.resetParseFunction();\n\n } else if (ch == ';') {\n // Parameter delimiter.\n if (this.trailingModifier_) {\n // Parameter delimiter after the trailing modifier. That's a paddlin'.\n parseState.resetParseFunction();\n\n } else {\n if (!args.length) {\n // They omitted the first param, we need to supply it.\n args.push('');\n }\n\n args.push('');\n }\n\n } else if (ch >= '0' && ch <= '9') {\n // Next byte in the current parameter.\n\n if (this.trailingModifier_) {\n // Numeric parameter after the trailing modifier. That's a paddlin'.\n parseState.resetParseFunction();\n } else {\n if (!args.length) {\n args[0] = ch;\n } else {\n args[args.length - 1] += ch;\n }\n }\n\n } else if (ch >= ' ' && ch <= '?' && ch != ':') {\n // Modifier character.\n if (!args.length) {\n this.leadingModifier_ += ch;\n } else {\n this.trailingModifier_ += ch;\n }\n\n } else if (this.cc1Pattern_.test(ch)) {\n // Control character.\n this.dispatch('CC1', ch, parseState);\n\n } else {\n // Unexpected character in sequence, bail out.\n parseState.resetParseFunction();\n }\n\n parseState.advance(1);\n};\n\n/**\n * Skip over the string until the next String Terminator (ST, 'ESC \\') or\n * Bell (BEL, '\\x07').\n *\n * The string is accumulated in parseState.args[0]. Make sure to reset the\n * arguments (with parseState.resetArguments) before starting the parse.\n *\n * You can detect that parsing in complete by checking that the parse\n * function has changed back to the default parse function.\n *\n * If we encounter more than maxStringSequence characters, we send back\n * the unterminated sequence to be re-parsed with the default parser function.\n *\n * @return {boolean} If true, parsing is ongoing or complete. If false, we've\n * exceeded the max string sequence.\n */\nhterm.VT.prototype.parseUntilStringTerminator_ = function(parseState) {\n var buf = parseState.peekRemainingBuf();\n var nextTerminator = buf.search(/(\\x1b\\\\|\\x07)/);\n var args = parseState.args;\n\n if (!args.length) {\n args[0] = '';\n args[1] = new Date();\n }\n\n if (nextTerminator == -1) {\n // No terminator here, have to wait for the next string.\n\n args[0] += buf;\n\n var abortReason;\n\n if (args[0].length > this.maxStringSequence)\n abortReason = 'too long: ' + args[0].length;\n\n if (args[0].indexOf('\\x1b') != -1)\n abortReason = 'embedded escape: ' + args[0].indexOf('\\x1b');\n\n if (new Date() - args[1] > this.oscTimeLimit_)\n abortReason = 'timeout expired: ' + new Date() - args[1];\n\n if (abortReason) {\n console.log('parseUntilStringTerminator_: aborting: ' + abortReason,\n args[0]);\n parseState.reset(args[0]);\n return false;\n }\n\n parseState.advance(buf.length);\n return true;\n }\n\n if (args[0].length + nextTerminator > this.maxStringSequence) {\n // We found the end of the sequence, but we still think it's too long.\n parseState.reset(args[0] + buf);\n return false;\n }\n\n args[0] += buf.substr(0, nextTerminator);\n\n parseState.resetParseFunction();\n parseState.advance(nextTerminator +\n (buf.substr(nextTerminator, 1) == '\\x1b' ? 2 : 1));\n\n return true;\n};\n\n/**\n * Dispatch to the function that handles a given CC1, ESC, or CSI or VT52 code.\n */\nhterm.VT.prototype.dispatch = function(type, code, parseState) {\n var handler = hterm.VT[type][code];\n if (!handler) {\n if (this.warnUnimplemented)\n console.warn('Unknown ' + type + ' code: ' + JSON.stringify(code));\n return;\n }\n\n if (handler == hterm.VT.ignore) {\n if (this.warnUnimplemented)\n console.warn('Ignored ' + type + ' code: ' + JSON.stringify(code));\n return;\n }\n\n if (type == 'CC1' && code > '\\x7f' && !this.enable8BitControl) {\n // It's kind of a hack to put this here, but...\n //\n // If we're dispatching a 'CC1' code, and it's got the eighth bit set,\n // but we're not supposed to handle 8-bit codes? Just ignore it.\n //\n // This prevents an errant (DCS, '\\x90'), (OSC, '\\x9d'), (PM, '\\x9e') or\n // (APC, '\\x9f') from locking up the terminal waiting for its expected\n // (ST, '\\x9c') or (BEL, '\\x07').\n console.warn('Ignoring 8-bit control code: 0x' +\n code.charCodeAt(0).toString(16));\n return;\n }\n\n handler.apply(this, [parseState, code]);\n};\n\n/**\n * Set one of the ANSI defined terminal mode bits.\n *\n * Invoked in response to SM/RM.\n *\n * Unexpected and unimplemented values are silently ignored.\n */\nhterm.VT.prototype.setANSIMode = function(code, state) {\n if (code == 4) { // Insert Mode (IRM)\n this.terminal.setInsertMode(state);\n } else if (code == 20) { // Automatic Newline (LNM)\n this.terminal.setAutoCarriageReturn(state);\n } else if (this.warnUnimplemented) {\n console.warn('Unimplemented ANSI Mode: ' + code);\n }\n};\n\n/**\n * Set or reset one of the DEC Private modes.\n *\n * Invoked in response to DECSET/DECRST.\n */\nhterm.VT.prototype.setDECMode = function(code, state) {\n switch (parseInt(code, 10)) {\n case 1: // DECCKM\n this.terminal.keyboard.applicationCursor = state;\n break;\n\n case 3: // DECCOLM\n if (this.allowColumnWidthChanges_) {\n this.terminal.setWidth(state ? 132 : 80);\n\n this.terminal.clearHome();\n this.terminal.setVTScrollRegion(null, null);\n }\n break;\n\n case 5: // DECSCNM\n this.terminal.setReverseVideo(state);\n break;\n\n case 6: // DECOM\n this.terminal.setOriginMode(state);\n break;\n\n case 7: // DECAWM\n this.terminal.setWraparound(state);\n break;\n\n case 12: // Start blinking cursor\n if (this.enableDec12)\n this.terminal.setCursorBlink(state);\n break;\n\n case 25: // DECTCEM\n this.terminal.setCursorVisible(state);\n break;\n\n case 30: // Show scrollbar\n this.terminal.setScrollbarVisible(state);\n break;\n\n case 40: // Allow 80 - 132 (DECCOLM) Mode\n this.terminal.allowColumnWidthChanges_ = state;\n break;\n\n case 45: // Reverse-wraparound Mode\n this.terminal.setReverseWraparound(state);\n break;\n\n case 67: // Backarrow key sends backspace (DECBKM)\n this.terminal.keyboard.backspaceSendsBackspace = state;\n break;\n\n case 1000: // Report on mouse clicks only.\n this.mouseReport = (\n state ? this.MOUSE_REPORT_CLICK : this.MOUSE_REPORT_DISABLED);\n this.terminal.syncMouseStyle();\n break;\n\n case 1002: // Report on mouse clicks and drags\n this.mouseReport = (\n state ? this.MOUSE_REPORT_DRAG : this.MOUSE_REPORT_DISABLED);\n this.terminal.syncMouseStyle();\n break;\n\n case 1010: // Scroll to bottom on tty output\n this.terminal.scrollOnOutput = state;\n break;\n\n case 1011: // Scroll to bottom on key press\n this.terminal.scrollOnKeystroke = state;\n break;\n\n case 1036: // Send ESC when Meta modifies a key\n this.terminal.keyboard.metaSendsEscape = state;\n break;\n\n case 1039: // Send ESC when Alt modifies a key\n if (state) {\n if (!this.terminal.keyboard.previousAltSendsWhat_) {\n this.terminal.keyboard.previousAltSendsWhat_ =\n this.terminal.keyboard.altSendsWhat;\n this.terminal.keyboard.altSendsWhat = 'escape';\n }\n } else if (this.terminal.keyboard.previousAltSendsWhat_) {\n this.terminal.keyboard.altSendsWhat =\n this.terminal.keyboard.previousAltSendsWhat_;\n this.terminal.keyboard.previousAltSendsWhat_ = null;\n }\n break;\n\n case 47: // Use Alternate Screen Buffer\n case 1047:\n this.terminal.setAlternateMode(state);\n break;\n\n case 1048: // Save cursor as in DECSC.\n this.savedState_.save();\n\n case 1049: // 1047 + 1048 + clear.\n if (state) {\n this.savedState_.save();\n this.terminal.setAlternateMode(state);\n this.terminal.clear();\n } else {\n this.terminal.setAlternateMode(state);\n this.savedState_.restore();\n }\n\n break;\n\n case 2004: // Bracketed paste mode.\n this.terminal.setBracketedPaste(state);\n break;\n\n default:\n if (this.warnUnimplemented)\n console.warn('Unimplemented DEC Private Mode: ' + code);\n break;\n }\n};\n\n/**\n * Function shared by control characters and escape sequences that are\n * ignored.\n */\nhterm.VT.ignore = function() {};\n\n/**\n * Collection of control characters expressed in a single byte.\n *\n * This includes the characters from the C0 and C1 sets (see [CTRL]) that we\n * care about. Two byte versions of the C1 codes are defined in the\n * hterm.VT.ESC collection.\n *\n * The 'CC1' mnemonic here refers to the fact that these are one-byte Control\n * Codes. It's only used in this source file and not defined in any of the\n * referenced documents.\n */\nhterm.VT.CC1 = {};\n\n/**\n * Collection of two-byte and three-byte sequences starting with ESC.\n */\nhterm.VT.ESC = {};\n\n/**\n * Collection of CSI (Control Sequence Introducer) sequences.\n *\n * These sequences begin with 'ESC [', and may take zero or more arguments.\n */\nhterm.VT.CSI = {};\n\n/**\n * Collection of OSC (Operating System Control) sequences.\n *\n * These sequences begin with 'ESC ]', followed by a function number and a\n * string terminated by either ST or BEL.\n */\nhterm.VT.OSC = {};\n\n/**\n * Collection of VT52 sequences.\n *\n * When in VT52 mode, other sequences are disabled.\n */\nhterm.VT.VT52 = {};\n\n/**\n * Null (NUL).\n *\n * Silently ignored.\n */\nhterm.VT.CC1['\\x00'] = hterm.VT.ignore;\n\n/**\n * Enquiry (ENQ).\n *\n * Transmit answerback message.\n *\n * The default answerback message in xterm is an empty string, so we just\n * ignore this.\n */\nhterm.VT.CC1['\\x05'] = hterm.VT.ignore;\n\n/**\n * Ring Bell (BEL).\n */\nhterm.VT.CC1['\\x07'] = function() {\n this.terminal.ringBell();\n};\n\n/**\n * Backspace (BS).\n *\n * Move the cursor to the left one character position, unless it is at the\n * left margin, in which case no action occurs.\n */\nhterm.VT.CC1['\\x08'] = function() {\n this.terminal.cursorLeft(1);\n};\n\n/**\n * Horizontal Tab (HT).\n *\n * Move the cursor to the next tab stop, or to the right margin if no further\n * tab stops are present on the line.\n */\nhterm.VT.CC1['\\x09'] = function() {\n this.terminal.forwardTabStop();\n};\n\n/**\n * Line Feed (LF).\n *\n * This code causes a line feed or a new line operation. See Automatic\n * Newline (LNM).\n */\nhterm.VT.CC1['\\x0a'] = function() {\n this.terminal.formFeed();\n};\n\n/**\n * Vertical Tab (VT).\n *\n * Interpreted as LF.\n */\nhterm.VT.CC1['\\x0b'] = hterm.VT.CC1['\\x0a'];\n\n/**\n * Form Feed (FF).\n *\n * Interpreted as LF.\n */\nhterm.VT.CC1['\\x0c'] = hterm.VT.CC1['\\x0a'];\n\n/**\n * Carriage Return (CR).\n *\n * Move cursor to the left margin on the current line.\n */\nhterm.VT.CC1['\\x0d'] = function() {\n this.terminal.setCursorColumn(0);\n};\n\n/**\n * Shift Out (SO), aka Lock Shift 0 (LS1).\n *\n * Invoke G1 character set in GL.\n */\nhterm.VT.CC1['\\x0e'] = function() {\n this.GL = 'G1';\n};\n\n/**\n * Shift In (SI), aka Lock Shift 0 (LS0).\n *\n * Invoke G0 character set in GL.\n */\nhterm.VT.CC1['\\x0f'] = function() {\n this.GL = 'G0';\n};\n\n/**\n * Transmit On (XON).\n *\n * Not currently implemented.\n *\n * TODO(rginda): Implement?\n */\nhterm.VT.CC1['\\x11'] = hterm.VT.ignore;\n\n/**\n * Transmit Off (XOFF).\n *\n * Not currently implemented.\n *\n * TODO(rginda): Implement?\n */\nhterm.VT.CC1['\\x13'] = hterm.VT.ignore;\n\n/**\n * Cancel (CAN).\n *\n * If sent during a control sequence, the sequence is immediately terminated\n * and not executed.\n *\n * It also causes the error character to be displayed.\n */\nhterm.VT.CC1['\\x18'] = function(parseState) {\n // If we've shifted in the G1 character set, shift it back out to\n // the default character set.\n if (this.GL == 'G1') {\n this.GL = 'G0';\n }\n parseState.resetParseFunction();\n this.terminal.print('?');\n};\n\n/**\n * Substitute (SUB).\n *\n * Interpreted as CAN.\n */\nhterm.VT.CC1['\\x1a'] = hterm.VT.CC1['\\x18'];\n\n/**\n * Escape (ESC).\n */\nhterm.VT.CC1['\\x1b'] = function(parseState) {\n function parseESC(parseState) {\n var ch = parseState.consumeChar();\n\n if (ch == '\\x1b')\n return;\n\n this.dispatch('ESC', ch, parseState);\n\n if (parseState.func == parseESC)\n parseState.resetParseFunction();\n };\n\n parseState.func = parseESC;\n};\n\n/**\n * Delete (DEL).\n */\nhterm.VT.CC1['\\x7f'] = hterm.VT.ignore;\n\n// 8 bit control characters and their two byte equivalents, below...\n\n/**\n * Index (IND).\n *\n * Like newline, only keep the X position\n */\nhterm.VT.CC1['\\x84'] =\nhterm.VT.ESC['D'] = function() {\n this.terminal.lineFeed();\n};\n\n/**\n * Next Line (NEL).\n *\n * Like newline, but doesn't add lines.\n */\nhterm.VT.CC1['\\x85'] =\nhterm.VT.ESC['E'] = function() {\n this.terminal.setCursorColumn(0);\n this.terminal.cursorDown(1);\n};\n\n/**\n * Horizontal Tabulation Set (HTS).\n */\nhterm.VT.CC1['\\x88'] =\nhterm.VT.ESC['H'] = function() {\n this.terminal.setTabStop(this.terminal.getCursorColumn());\n};\n\n/**\n * Reverse Index (RI).\n *\n * Move up one line.\n */\nhterm.VT.CC1['\\x8d'] =\nhterm.VT.ESC['M'] = function() {\n this.terminal.reverseLineFeed();\n};\n\n/**\n * Single Shift 2 (SS2).\n *\n * Select of G2 Character Set for the next character only.\n *\n * Not currently implemented.\n */\nhterm.VT.CC1['\\x8e'] =\nhterm.VT.ESC['N'] = hterm.VT.ignore;\n\n/**\n * Single Shift 3 (SS3).\n *\n * Select of G3 Character Set for the next character only.\n *\n * Not currently implemented.\n */\nhterm.VT.CC1['\\x8f'] =\nhterm.VT.ESC['O'] = hterm.VT.ignore;\n\n/**\n * Device Control String (DCS).\n *\n * Indicate a DCS sequence. See Device-Control functions in [XTERM].\n * Not currently implemented.\n *\n * TODO(rginda): Consider implementing DECRQSS, the rest don't seem applicable.\n */\nhterm.VT.CC1['\\x90'] =\nhterm.VT.ESC['P'] = function(parseState) {\n parseState.resetArguments();\n parseState.func = this.parseUntilStringTerminator_;\n};\n\n/**\n * Start of Guarded Area (SPA).\n *\n * Will not implement.\n */\nhterm.VT.CC1['\\x96'] =\nhterm.VT.ESC['V'] = hterm.VT.ignore;\n\n/**\n * End of Guarded Area (EPA).\n *\n * Will not implement.\n */\nhterm.VT.CC1['\\x97'] =\nhterm.VT.ESC['W'] = hterm.VT.ignore;\n\n/**\n * Start of String (SOS).\n *\n * Will not implement.\n */\nhterm.VT.CC1['\\x98'] =\nhterm.VT.ESC['X'] = hterm.VT.ignore;\n\n/**\n * Single Character Introducer (SCI, also DECID).\n *\n * Return Terminal ID. Obsolete form of 'ESC [ c' (DA).\n */\nhterm.VT.CC1['\\x9a'] =\nhterm.VT.ESC['Z'] = function() {\n this.terminal.io.sendString('\\x1b[?1;2c');\n};\n\n/**\n * Control Sequence Introducer (CSI).\n *\n * The lead into most escape sequences. See [CSI].\n */\nhterm.VT.CC1['\\x9b'] =\nhterm.VT.ESC['['] = function(parseState) {\n parseState.resetArguments();\n this.leadingModifier_ = '';\n this.trailingModifier_ = '';\n parseState.func = this.parseCSI_;\n};\n\n/**\n * String Terminator (ST).\n *\n * Used to terminate DCS/OSC/PM/APC commands which may take string arguments.\n *\n * We don't directly handle it here, as it's only used to terminate other\n * sequences. See the 'parseUntilStringTerminator_' method.\n */\nhterm.VT.CC1['\\x9c'] =\nhterm.VT.ESC['\\\\'] = hterm.VT.ignore;\n\n/**\n * Operating System Command (OSC).\n *\n * Commands relating to the operating system.\n */\nhterm.VT.CC1['\\x9d'] =\nhterm.VT.ESC[']'] = function(parseState) {\n parseState.resetArguments();\n\n function parseOSC(parseState) {\n if (!this.parseUntilStringTerminator_(parseState)) {\n // The string sequence was too long.\n return;\n }\n\n if (parseState.func == parseOSC) {\n // We're not done parsing the string yet.\n return;\n }\n\n // We're done.\n var ary = parseState.args[0].match(/^(\\d+);(.*)$/);\n if (ary) {\n parseState.args[0] = ary[2];\n this.dispatch('OSC', ary[1], parseState);\n } else {\n console.warn('Invalid OSC: ' + JSON.stringify(parseState.args[0]));\n }\n };\n\n parseState.func = parseOSC;\n};\n\n/**\n * Privacy Message (PM).\n *\n * Will not implement.\n */\nhterm.VT.CC1['\\x9e'] =\nhterm.VT.ESC['^'] = function(parseState) {\n parseState.resetArguments();\n parseState.func = this.parseUntilStringTerminator_;\n};\n\n/**\n * Application Program Control (APC).\n *\n * Will not implement.\n */\nhterm.VT.CC1['\\x9f'] =\nhterm.VT.ESC['_'] = function(parseState) {\n parseState.resetArguments();\n parseState.func = this.parseUntilStringTerminator_;\n};\n\n/**\n * ESC \\x20 - Unclear to me where these originated, possibly in xterm.\n *\n * Not currently implemented:\n * ESC \\x20 F - Select 7 bit escape codes in responses (S7C1T).\n * ESC \\x20 G - Select 8 bit escape codes in responses (S8C1T).\n * NB: We currently assume S7C1T always.\n *\n * Will not implement:\n * ESC \\x20 L - Set ANSI conformance level 1.\n * ESC \\x20 M - Set ANSI conformance level 2.\n * ESC \\x20 N - Set ANSI conformance level 3.\n */\nhterm.VT.ESC['\\x20'] = function(parseState) {\n parseState.func = function(parseState) {\n var ch = parseState.consumeChar();\n if (this.warnUnimplemented)\n console.warn('Unimplemented sequence: ESC 0x20 ' + ch);\n parseState.resetParseFunction();\n };\n};\n\n/**\n * DEC 'ESC #' sequences.\n */\nhterm.VT.ESC['#'] = function(parseState) {\n parseState.func = function(parseState) {\n var ch = parseState.consumeChar();\n if (ch == '8') // DEC Screen Alignment Test (DECALN)\n this.terminal.fill('E');\n\n parseState.resetParseFunction();\n };\n};\n\n/**\n * Designate Other Coding System (DOCS).\n */\nhterm.VT.ESC['%'] = function(parseState) {\n parseState.func = function(parseState) {\n var ch = parseState.consumeChar();\n\n // If we've locked the encoding, then just eat the bytes and return.\n if (this.codingSystemLocked_) {\n if (ch == '/')\n parseState.consumeChar();\n parseState.resetParseFunction();\n return;\n }\n\n // Process the encoding requests.\n switch (ch) {\n case '@':\n // Switch to ECMA 35.\n this.setEncoding('iso-2022');\n break;\n\n case 'G':\n // Switch to UTF-8.\n this.setEncoding('utf-8');\n break;\n\n case '/':\n // One way transition to something else.\n ch = parseState.consumeChar();\n switch (ch) {\n case 'G': // UTF-8 Level 1.\n case 'H': // UTF-8 Level 2.\n case 'I': // UTF-8 Level 3.\n // We treat all UTF-8 levels the same.\n this.setEncoding('utf-8-locked');\n break;\n\n default:\n if (this.warnUnimplemented)\n console.warn('Unknown ESC % / argument: ' + JSON.stringify(ch));\n break;\n }\n break;\n\n default:\n if (this.warnUnimplemented)\n console.warn('Unknown ESC % argument: ' + JSON.stringify(ch));\n break;\n }\n\n parseState.resetParseFunction();\n };\n};\n\n/**\n * Character Set Selection (SCS).\n *\n * ESC ( Ps - Set G0 character set (VT100).\n * ESC ) Ps - Set G1 character set (VT220).\n * ESC * Ps - Set G2 character set (VT220).\n * ESC + Ps - Set G3 character set (VT220).\n * ESC - Ps - Set G1 character set (VT300).\n * ESC . Ps - Set G2 character set (VT300).\n * ESC / Ps - Set G3 character set (VT300).\n *\n * All other sequences are echoed to the terminal.\n */\nhterm.VT.ESC['('] =\nhterm.VT.ESC[')'] =\nhterm.VT.ESC['*'] =\nhterm.VT.ESC['+'] =\nhterm.VT.ESC['-'] =\nhterm.VT.ESC['.'] =\nhterm.VT.ESC['/'] = function(parseState, code) {\n parseState.func = function(parseState) {\n var ch = parseState.consumeChar();\n if (ch == '\\x1b') {\n parseState.resetParseFunction();\n parseState.func();\n return;\n }\n\n var map = this.characterMaps.getMap(ch);\n if (map !== undefined) {\n if (code == '(') {\n this.G0 = map;\n } else if (code == ')' || code == '-') {\n this.G1 = map;\n } else if (code == '*' || code == '.') {\n this.G2 = map;\n } else if (code == '+' || code == '/') {\n this.G3 = map;\n }\n } else if (this.warnUnimplemented) {\n console.log('Invalid character set for \"' + code + '\": ' + ch);\n }\n\n parseState.resetParseFunction();\n };\n};\n\n/**\n * Back Index (DECBI).\n *\n * VT420 and up. Not currently implemented.\n */\nhterm.VT.ESC['6'] = hterm.VT.ignore;\n\n/**\n * Save Cursor (DECSC).\n */\nhterm.VT.ESC['7'] = function() {\n this.savedState_.save();\n};\n\n/**\n * Restore Cursor (DECRC).\n */\nhterm.VT.ESC['8'] = function() {\n this.savedState_.restore();\n};\n\n/**\n * Forward Index (DECFI).\n *\n * VT210 and up. Not currently implemented.\n */\nhterm.VT.ESC['9'] = hterm.VT.ignore;\n\n/**\n * Application keypad (DECKPAM).\n */\nhterm.VT.ESC['='] = function() {\n this.terminal.keyboard.applicationKeypad = true;\n};\n\n/**\n * Normal keypad (DECKPNM).\n */\nhterm.VT.ESC['>'] = function() {\n this.terminal.keyboard.applicationKeypad = false;\n};\n\n/**\n * Cursor to lower left corner of screen.\n *\n * Will not implement.\n *\n * This is only recognized by xterm when the hpLowerleftBugCompat resource is\n * set.\n */\nhterm.VT.ESC['F'] = hterm.VT.ignore;\n\n/**\n * Full Reset (RIS).\n */\nhterm.VT.ESC['c'] = function() {\n this.reset();\n this.terminal.reset();\n};\n\n/**\n * Memory lock/unlock.\n *\n * Will not implement.\n */\nhterm.VT.ESC['l'] =\nhterm.VT.ESC['m'] = hterm.VT.ignore;\n\n/**\n * Lock Shift 2 (LS2)\n *\n * Invoke the G2 Character Set as GL.\n */\nhterm.VT.ESC['n'] = function() {\n this.GL = 'G2';\n};\n\n/**\n * Lock Shift 3 (LS3)\n *\n * Invoke the G3 Character Set as GL.\n */\nhterm.VT.ESC['o'] = function() {\n this.GL = 'G3';\n};\n\n/**\n * Lock Shift 2, Right (LS3R)\n *\n * Invoke the G3 Character Set as GR.\n */\nhterm.VT.ESC['|'] = function() {\n this.GR = 'G3';\n};\n\n/**\n * Lock Shift 2, Right (LS2R)\n *\n * Invoke the G2 Character Set as GR.\n */\nhterm.VT.ESC['}'] = function() {\n this.GR = 'G2';\n};\n\n/**\n * Lock Shift 1, Right (LS1R)\n *\n * Invoke the G1 Character Set as GR.\n */\nhterm.VT.ESC['~'] = function() {\n this.GR = 'G1';\n};\n\n/**\n * Change icon name and window title.\n *\n * We only change the window title.\n */\nhterm.VT.OSC['0'] = function(parseState) {\n this.terminal.setWindowTitle(parseState.args[0]);\n};\n\n/**\n * Change window title.\n */\nhterm.VT.OSC['2'] = hterm.VT.OSC['0'];\n\n/**\n * Set/read color palette.\n */\nhterm.VT.OSC['4'] = function(parseState) {\n // Args come in as a single 'index1;rgb1 ... ;indexN;rgbN' string.\n // We split on the semicolon and iterate through the pairs.\n var args = parseState.args[0].split(';');\n\n var pairCount = parseInt(args.length / 2);\n var colorPalette = this.terminal.getTextAttributes().colorPalette;\n var responseArray = [];\n\n for (var pairNumber = 0; pairNumber < pairCount; ++pairNumber) {\n var colorIndex = parseInt(args[pairNumber * 2]);\n var colorValue = args[pairNumber * 2 + 1];\n\n if (colorIndex >= colorPalette.length)\n continue;\n\n if (colorValue == '?') {\n // '?' means we should report back the current color value.\n colorValue = lib.colors.rgbToX11(colorPalette[colorIndex]);\n if (colorValue)\n responseArray.push(colorIndex + ';' + colorValue);\n\n continue;\n }\n\n colorValue = lib.colors.x11ToCSS(colorValue);\n if (colorValue)\n colorPalette[colorIndex] = colorValue;\n }\n\n if (responseArray.length)\n this.terminal.io.sendString('\\x1b]4;' + responseArray.join(';') + '\\x07');\n};\n\n/**\n * iTerm2 growl notifications.\n */\nhterm.VT.OSC['9'] = function(parseState) {\n // This just dumps the entire string as the message.\n hterm.notify({'body': parseState.args[0]});\n};\n\n/**\n * Change VT100 text foreground color.\n */\nhterm.VT.OSC['10'] = function(parseState) {\n // Args come in as a single string, but extra args will chain to the following\n // OSC sequences.\n var args = parseState.args[0].split(';');\n if (!args)\n return;\n\n var colorArg;\n var colorX11 = lib.colors.x11ToCSS(args.shift());\n if (colorX11)\n this.terminal.setForegroundColor(colorX11);\n\n if (args.length > 0) {\n parseState.args[0] = args.join(';');\n hterm.VT.OSC['11'].apply(this, [parseState]);\n }\n};\n\n/**\n * Change VT100 text background color.\n */\nhterm.VT.OSC['11'] = function(parseState) {\n // Args come in as a single string, but extra args will chain to the following\n // OSC sequences.\n var args = parseState.args[0].split(';');\n if (!args)\n return;\n\n var colorArg;\n var colorX11 = lib.colors.x11ToCSS(args.shift());\n if (colorX11)\n this.terminal.setBackgroundColor(colorX11);\n\n /* Note: If we support OSC 12+, we'd chain it here.\n if (args.length > 0) {\n parseState.args[0] = args.join(';');\n hterm.VT.OSC['12'].apply(this, [parseState]);\n }\n */\n};\n\n/**\n * Set the cursor shape.\n *\n * Parameter is expected to be in the form \"CursorShape=number\", where number is\n * one of:\n *\n * 0 - Block\n * 1 - I-Beam\n * 2 - Underline\n *\n * This is a bit of a de-facto standard supported by iTerm 2 and Konsole. See\n * also: DECSCUSR.\n *\n * Invalid numbers will restore the cursor to the block shape.\n */\nhterm.VT.OSC['50'] = function(parseState) {\n var args = parseState.args[0].match(/CursorShape=(.)/i);\n if (!args) {\n console.warn('Could not parse OSC 50 args: ' + parseState.args[0]);\n return;\n }\n\n switch (args[1]) {\n case '1': // CursorShape=1: I-Beam.\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.BEAM);\n break;\n\n case '2': // CursorShape=2: Underline.\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.UNDERLINE);\n break;\n\n default: // CursorShape=0: Block.\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.BLOCK);\n }\n};\n\n/**\n * Set/read system clipboard.\n *\n * Read is not implemented due to security considerations. A remote app\n * that is able to both write and read to the clipboard could essentially\n * take over your session.\n *\n * The clipboard data will be decoded according to the 'receive-encoding'\n * preference.\n */\nhterm.VT.OSC['52'] = function(parseState) {\n // Args come in as a single 'clipboard;b64-data' string. The clipboard\n // parameter is used to select which of the X clipboards to address. Since\n // we're not integrating with X, we treat them all the same.\n var args = parseState.args[0].match(/^[cps01234567]*;(.*)/);\n if (!args)\n return;\n\n var data = window.atob(args[1]);\n if (data)\n this.terminal.copyStringToClipboard(this.decode(data));\n};\n\n/**\n * URxvt perl modules.\n *\n * This is the escape system used by rxvt-unicode and its perl modules.\n * Obviously we don't support perl or custom modules, so we list a few common\n * ones that we find useful.\n *\n * Technically there is no format here, but most modules obey:\n * ;\n */\nhterm.VT.OSC['777'] = function(parseState) {\n var ary;\n var urxvtMod = parseState.args[0].split(';', 1)[0];\n\n switch (urxvtMod) {\n case 'notify':\n // Format:\n // notify;title;message\n var title, message;\n ary = parseState.args[0].match(/^[^;]+;([^;]*)(;([\\s\\S]*))?$/);\n if (ary) {\n title = ary[1];\n message = ary[3];\n }\n hterm.notify({'title': title, 'body': message});\n break;\n\n default:\n console.warn('Unknown urxvt module: ' + parseState.args[0]);\n break;\n }\n};\n\n/**\n * Insert (blank) characters (ICH).\n */\nhterm.VT.CSI['@'] = function(parseState) {\n this.terminal.insertSpace(parseState.iarg(0, 1));\n};\n\n/**\n * Cursor Up (CUU).\n */\nhterm.VT.CSI['A'] = function(parseState) {\n this.terminal.cursorUp(parseState.iarg(0, 1));\n};\n\n/**\n * Cursor Down (CUD).\n */\nhterm.VT.CSI['B'] = function(parseState) {\n this.terminal.cursorDown(parseState.iarg(0, 1));\n};\n\n/**\n * Cursor Forward (CUF).\n */\nhterm.VT.CSI['C'] = function(parseState) {\n this.terminal.cursorRight(parseState.iarg(0, 1));\n};\n\n/**\n * Cursor Backward (CUB).\n */\nhterm.VT.CSI['D'] = function(parseState) {\n this.terminal.cursorLeft(parseState.iarg(0, 1));\n};\n\n/**\n * Cursor Next Line (CNL).\n *\n * This is like Cursor Down, except the cursor moves to the beginning of the\n * line as well.\n */\nhterm.VT.CSI['E'] = function(parseState) {\n this.terminal.cursorDown(parseState.iarg(0, 1));\n this.terminal.setCursorColumn(0);\n};\n\n/**\n * Cursor Preceding Line (CPL).\n *\n * This is like Cursor Up, except the cursor moves to the beginning of the\n * line as well.\n */\nhterm.VT.CSI['F'] = function(parseState) {\n this.terminal.cursorUp(parseState.iarg(0, 1));\n this.terminal.setCursorColumn(0);\n};\n\n/**\n * Cursor Character Absolute (CHA).\n */\nhterm.VT.CSI['G'] = function(parseState) {\n this.terminal.setCursorColumn(parseState.iarg(0, 1) - 1);\n};\n\n/**\n * Cursor Position (CUP).\n */\nhterm.VT.CSI['H'] = function(parseState) {\n this.terminal.setCursorPosition(parseState.iarg(0, 1) - 1,\n parseState.iarg(1, 1) - 1);\n};\n\n/**\n * Cursor Forward Tabulation (CHT).\n */\nhterm.VT.CSI['I'] = function(parseState) {\n var count = parseState.iarg(0, 1);\n count = lib.f.clamp(count, 1, this.terminal.screenSize.width);\n for (var i = 0; i < count; i++) {\n this.terminal.forwardTabStop();\n }\n};\n\n/**\n * Erase in Display (ED, DECSED).\n */\nhterm.VT.CSI['J'] =\nhterm.VT.CSI['?J'] = function(parseState, code) {\n var arg = parseState.args[0];\n\n if (!arg || arg == 0) {\n this.terminal.eraseBelow();\n } else if (arg == 1) {\n this.terminal.eraseAbove();\n } else if (arg == 2) {\n this.terminal.clear();\n } else if (arg == 3) {\n // The xterm docs say this means \"Erase saved lines\", but we'll just clear\n // the display since killing the scrollback seems rude.\n this.terminal.clear();\n }\n};\n\n/**\n * Erase in line (EL, DECSEL).\n */\nhterm.VT.CSI['K'] =\nhterm.VT.CSI['?K'] = function(parseState, code) {\n var arg = parseState.args[0];\n\n if (!arg || arg == 0) {\n this.terminal.eraseToRight();\n } else if (arg == 1) {\n this.terminal.eraseToLeft();\n } else if (arg == 2) {\n this.terminal.eraseLine();\n }\n};\n\n/**\n * Insert Lines (IL).\n */\nhterm.VT.CSI['L'] = function(parseState) {\n this.terminal.insertLines(parseState.iarg(0, 1));\n};\n\n/**\n * Delete Lines (DL).\n */\nhterm.VT.CSI['M'] = function(parseState) {\n this.terminal.deleteLines(parseState.iarg(0, 1));\n};\n\n/**\n * Delete Characters (DCH).\n *\n * This command shifts the line contents left, starting at the cursor position.\n */\nhterm.VT.CSI['P'] = function(parseState) {\n this.terminal.deleteChars(parseState.iarg(0, 1));\n};\n\n/**\n * Scroll Up (SU).\n */\nhterm.VT.CSI['S'] = function(parseState) {\n this.terminal.vtScrollUp(parseState.iarg(0, 1));\n};\n\n/**\n * Scroll Down (SD).\n * Also 'Initiate highlight mouse tracking'. Will not implement this part.\n */\nhterm.VT.CSI['T'] = function(parseState) {\n if (parseState.args.length <= 1)\n this.terminal.vtScrollDown(parseState.iarg(0, 1));\n};\n\n/**\n * Reset one or more features of the title modes to the default value.\n *\n * ESC [ > Ps T\n *\n * Normally, \"reset\" disables the feature. It is possible to disable the\n * ability to reset features by compiling a different default for the title\n * modes into xterm.\n *\n * Ps values:\n * 0 - Do not set window/icon labels using hexadecimal.\n * 1 - Do not query window/icon labels using hexadecimal.\n * 2 - Do not set window/icon labels using UTF-8.\n * 3 - Do not query window/icon labels using UTF-8.\n *\n * Will not implement.\n */\nhterm.VT.CSI['>T'] = hterm.VT.ignore;\n\n/**\n * Erase Characters (ECH).\n */\nhterm.VT.CSI['X'] = function(parseState) {\n this.terminal.eraseToRight(parseState.iarg(0, 1));\n};\n\n/**\n * Cursor Backward Tabulation (CBT).\n */\nhterm.VT.CSI['Z'] = function(parseState) {\n var count = parseState.iarg(0, 1);\n count = lib.f.clamp(count, 1, this.terminal.screenSize.width);\n for (var i = 0; i < count; i++) {\n this.terminal.backwardTabStop();\n }\n};\n\n/**\n * Character Position Absolute (HPA).\n *\n * Same as Cursor Character Absolute (CHA).\n */\nhterm.VT.CSI['`'] = hterm.VT.CSI['G'];\n\n/**\n * Character Position Relative (HPR).\n */\nhterm.VT.CSI['a'] = function(parseState) {\n this.terminal.setCursorColumn(this.terminal.getCursorColumn() +\n parseState.iarg(0, 1));\n};\n\n/**\n * Repeat the preceding graphic character.\n *\n * Not currently implemented.\n */\nhterm.VT.CSI['b'] = hterm.VT.ignore;\n\n/**\n * Send Device Attributes (Primary DA).\n *\n * TODO(rginda): This is hardcoded to send back 'VT100 with Advanced Video\n * Option', but it may be more correct to send a VT220 response once\n * we fill out the 'Not currently implemented' parts.\n */\nhterm.VT.CSI['c'] = function(parseState) {\n if (!parseState.args[0] || parseState.args[0] == 0) {\n this.terminal.io.sendString('\\x1b[?1;2c');\n }\n};\n\n/**\n * Send Device Attributes (Secondary DA).\n *\n * TODO(rginda): This is hardcoded to send back 'VT100' but it may be more\n * correct to send a VT220 response once we fill out more 'Not currently\n * implemented' parts.\n */\nhterm.VT.CSI['>c'] = function(parseState) {\n this.terminal.io.sendString('\\x1b[>0;256;0c');\n};\n\n/**\n * Line Position Absolute (VPA).\n */\nhterm.VT.CSI['d'] = function(parseState) {\n this.terminal.setAbsoluteCursorRow(parseState.iarg(0, 1) - 1);\n};\n\n/**\n * Horizontal and Vertical Position (HVP).\n *\n * Same as Cursor Position (CUP).\n */\nhterm.VT.CSI['f'] = hterm.VT.CSI['H'];\n\n/**\n * Tab Clear (TBC).\n */\nhterm.VT.CSI['g'] = function(parseState) {\n if (!parseState.args[0] || parseState.args[0] == 0) {\n // Clear tab stop at cursor.\n this.terminal.clearTabStopAtCursor(false);\n } else if (parseState.args[0] == 3) {\n // Clear all tab stops.\n this.terminal.clearAllTabStops();\n }\n};\n\n/**\n * Set Mode (SM).\n */\nhterm.VT.CSI['h'] = function(parseState) {\n for (var i = 0; i < parseState.args.length; i++) {\n this.setANSIMode(parseState.args[i], true);\n }\n};\n\n/**\n * DEC Private Mode Set (DECSET).\n */\nhterm.VT.CSI['?h'] = function(parseState) {\n for (var i = 0; i < parseState.args.length; i++) {\n this.setDECMode(parseState.args[i], true);\n }\n};\n\n/**\n * Media Copy (MC).\n * Media Copy (MC, DEC Specific).\n *\n * These commands control the printer. Will not implement.\n */\nhterm.VT.CSI['i'] =\nhterm.VT.CSI['?i'] = hterm.VT.ignore;\n\n/**\n * Reset Mode (RM).\n */\nhterm.VT.CSI['l'] = function(parseState) {\n for (var i = 0; i < parseState.args.length; i++) {\n this.setANSIMode(parseState.args[i], false);\n }\n};\n\n/**\n * DEC Private Mode Reset (DECRST).\n */\nhterm.VT.CSI['?l'] = function(parseState) {\n for (var i = 0; i < parseState.args.length; i++) {\n this.setDECMode(parseState.args[i], false);\n }\n};\n\n/**\n * Character Attributes (SGR).\n *\n * Iterate through the list of arguments, applying the attribute changes based\n * on the argument value...\n */\nhterm.VT.CSI['m'] = function(parseState) {\n function get256(i) {\n if (parseState.args.length < i + 2 || parseState.args[i + 1] != 5)\n return null;\n\n return parseState.iarg(i + 2, 0);\n }\n\n function getTrueColor(i) {\n if (parseState.args.length < i + 5 || parseState.args[i + 1] != 2)\n return null;\n var r = parseState.iarg(i + 2, 0);\n var g = parseState.iarg(i + 3, 0);\n var b = parseState.iarg(i + 4, 0);\n\n return 'rgb(' + r + ' ,' + g + ' ,' + b + ')';\n }\n\n var attrs = this.terminal.getTextAttributes();\n\n if (!parseState.args.length) {\n attrs.reset();\n return;\n }\n\n for (var i = 0; i < parseState.args.length; i++) {\n var arg = parseState.iarg(i, 0);\n\n if (arg < 30) {\n if (arg == 0) { // Normal (default).\n attrs.reset();\n } else if (arg == 1) { // Bold.\n attrs.bold = true;\n } else if (arg == 2) { // Faint.\n attrs.faint = true;\n } else if (arg == 3) { // Italic.\n attrs.italic = true;\n } else if (arg == 4) { // Underline.\n attrs.underline = true;\n } else if (arg == 5) { // Blink.\n attrs.blink = true;\n } else if (arg == 7) { // Inverse.\n attrs.inverse = true;\n } else if (arg == 8) { // Invisible.\n attrs.invisible = true;\n } else if (arg == 9) { // Crossed out.\n attrs.strikethrough = true;\n } else if (arg == 22) { // Not bold & not faint.\n attrs.bold = false;\n attrs.faint = false;\n } else if (arg == 23) { // Not italic.\n attrs.italic = false;\n } else if (arg == 24) { // Not underlined.\n attrs.underline = false;\n } else if (arg == 25) { // Not blink.\n attrs.blink = false;\n } else if (arg == 27) { // Steady.\n attrs.inverse = false;\n } else if (arg == 28) { // Visible.\n attrs.invisible = false;\n } else if (arg == 29) { // Not crossed out.\n attrs.strikethrough = false;\n }\n\n } else if (arg < 50) {\n // Select fore/background color from bottom half of 16 color palette\n // or from the 256 color palette or alternative specify color in fully\n // qualified rgb(r, g, b) form.\n if (arg < 38) {\n attrs.foregroundSource = arg - 30;\n\n } else if (arg == 38) {\n // First check for true color definition\n var trueColor = getTrueColor(i);\n if (trueColor != null) {\n attrs.foregroundSource = attrs.SRC_RGB;\n attrs.foreground = trueColor;\n\n i += 5;\n } else {\n // Check for 256 color\n var c = get256(i);\n if (c == null)\n break;\n\n i += 2;\n\n if (c >= attrs.colorPalette.length)\n continue;\n\n attrs.foregroundSource = c;\n }\n\n } else if (arg == 39) {\n attrs.foregroundSource = attrs.SRC_DEFAULT;\n\n } else if (arg < 48) {\n attrs.backgroundSource = arg - 40;\n\n } else if (arg == 48) {\n // First check for true color definition\n var trueColor = getTrueColor(i);\n if (trueColor != null) {\n attrs.backgroundSource = attrs.SRC_RGB;\n attrs.background = trueColor;\n\n i += 5;\n } else {\n // Check for 256 color\n var c = get256(i);\n if (c == null)\n break;\n\n i += 2;\n\n if (c >= attrs.colorPalette.length)\n continue;\n\n attrs.backgroundSource = c;\n }\n } else {\n attrs.backgroundSource = attrs.SRC_DEFAULT;\n }\n\n } else if (arg >= 90 && arg <= 97) {\n attrs.foregroundSource = arg - 90 + 8;\n\n } else if (arg >= 100 && arg <= 107) {\n attrs.backgroundSource = arg - 100 + 8;\n }\n }\n\n attrs.setDefaults(this.terminal.getForegroundColor(),\n this.terminal.getBackgroundColor());\n};\n\n/**\n * Set xterm-specific keyboard modes.\n *\n * Will not implement.\n */\nhterm.VT.CSI['>m'] = hterm.VT.ignore;\n\n/**\n * Device Status Report (DSR, DEC Specific).\n *\n * 5 - Status Report. Result (OK) is CSI 0 n\n * 6 - Report Cursor Position (CPR) [row;column]. Result is CSI r ; c R\n */\nhterm.VT.CSI['n'] = function(parseState) {\n if (parseState.args[0] == 5) {\n this.terminal.io.sendString('\\x1b0n');\n } else if (parseState.args[0] == 6) {\n var row = this.terminal.getCursorRow() + 1;\n var col = this.terminal.getCursorColumn() + 1;\n this.terminal.io.sendString('\\x1b[' + row + ';' + col + 'R');\n }\n};\n\n/**\n * Disable modifiers which may be enabled via CSI['>m'].\n *\n * Will not implement.\n */\nhterm.VT.CSI['>n'] = hterm.VT.ignore;\n\n/**\n * Device Status Report (DSR, DEC Specific).\n *\n * 6 - Report Cursor Position (CPR) [row;column] as CSI ? r ; c R\n * 15 - Report Printer status as CSI ? 1 0 n (ready) or\n * CSI ? 1 1 n (not ready).\n * 25 - Report UDK status as CSI ? 2 0 n (unlocked) or CSI ? 2 1 n (locked).\n * 26 - Report Keyboard status as CSI ? 2 7 ; 1 ; 0 ; 0 n (North American).\n * The last two parameters apply to VT400 & up, and denote keyboard ready\n * and LK01 respectively.\n * 53 - Report Locator status as CSI ? 5 3 n Locator available, if compiled-in,\n * or CSI ? 5 0 n No Locator, if not.\n */\nhterm.VT.CSI['?n'] = function(parseState) {\n if (parseState.args[0] == 6) {\n var row = this.terminal.getCursorRow() + 1;\n var col = this.terminal.getCursorColumn() + 1;\n this.terminal.io.sendString('\\x1b[' + row + ';' + col + 'R');\n } else if (parseState.args[0] == 15) {\n this.terminal.io.sendString('\\x1b[?11n');\n } else if (parseState.args[0] == 25) {\n this.terminal.io.sendString('\\x1b[?21n');\n } else if (parseState.args[0] == 26) {\n this.terminal.io.sendString('\\x1b[?12;1;0;0n');\n } else if (parseState.args[0] == 53) {\n this.terminal.io.sendString('\\x1b[?50n');\n }\n};\n\n/**\n * This is used by xterm to decide whether to hide the pointer cursor as the\n * user types.\n *\n * Valid values for the parameter:\n * 0 - Never hide the pointer.\n * 1 - Hide if the mouse tracking mode is not enabled.\n * 2 - Always hide the pointer.\n *\n * If no parameter is given, xterm uses the default, which is 1.\n *\n * Not currently implemented.\n */\nhterm.VT.CSI['>p'] = hterm.VT.ignore;\n\n/**\n * Soft terminal reset (DECSTR).\n */\nhterm.VT.CSI['!p'] = function() {\n this.reset();\n this.terminal.softReset();\n};\n\n/**\n * Request ANSI Mode (DECRQM).\n *\n * Not currently implemented.\n */\nhterm.VT.CSI['$p'] = hterm.VT.ignore;\nhterm.VT.CSI['?$p'] = hterm.VT.ignore;\n\n/**\n * Set conformance level (DECSCL).\n *\n * Not currently implemented.\n */\nhterm.VT.CSI['\"p'] = hterm.VT.ignore;\n\n/**\n * Load LEDs (DECLL).\n *\n * Not currently implemented. Could be implemented as virtual LEDs overlaying\n * the terminal if anyone cares.\n */\nhterm.VT.CSI['q'] = hterm.VT.ignore;\n\n/**\n * Set cursor style (DECSCUSR, VT520).\n */\nhterm.VT.CSI[' q'] = function(parseState) {\n var arg = parseState.args[0];\n\n if (arg == 0 || arg == 1) {\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.BLOCK);\n this.terminal.setCursorBlink(true);\n } else if (arg == 2) {\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.BLOCK);\n this.terminal.setCursorBlink(false);\n } else if (arg == 3) {\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.UNDERLINE);\n this.terminal.setCursorBlink(true);\n } else if (arg == 4) {\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.UNDERLINE);\n this.terminal.setCursorBlink(false);\n } else if (arg == 5) {\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.BEAM);\n this.terminal.setCursorBlink(true);\n } else if (arg == 6) {\n this.terminal.setCursorShape(hterm.Terminal.cursorShape.BEAM);\n this.terminal.setCursorBlink(false);\n } else {\n console.warn('Unknown cursor style: ' + arg);\n }\n};\n\n/**\n * Select character protection attribute (DECSCA).\n *\n * Will not implement.\n */\nhterm.VT.CSI['\"q'] = hterm.VT.ignore;\n\n/**\n * Set Scrolling Region (DECSTBM).\n */\nhterm.VT.CSI['r'] = function(parseState) {\n var args = parseState.args;\n var scrollTop = args[0] ? parseInt(args[0], 10) -1 : null;\n var scrollBottom = args[1] ? parseInt(args[1], 10) - 1 : null;\n this.terminal.setVTScrollRegion(scrollTop, scrollBottom);\n this.terminal.setCursorPosition(0, 0);\n};\n\n/**\n * Restore DEC Private Mode Values.\n *\n * Will not implement.\n */\nhterm.VT.CSI['?r'] = hterm.VT.ignore;\n\n/**\n * Change Attributes in Rectangular Area (DECCARA)\n *\n * Will not implement.\n */\nhterm.VT.CSI['$r'] = hterm.VT.ignore;\n\n/**\n * Save cursor (ANSI.SYS)\n */\nhterm.VT.CSI['s'] = function() {\n this.savedState_.save();\n};\n\n/**\n * Save DEC Private Mode Values.\n *\n * Will not implement.\n */\nhterm.VT.CSI['?s'] = hterm.VT.ignore;\n\n/**\n * Window manipulation (from dtterm, as well as extensions).\n *\n * Will not implement.\n */\nhterm.VT.CSI['t'] = hterm.VT.ignore;\n\n/**\n * Reverse Attributes in Rectangular Area (DECRARA).\n *\n * Will not implement.\n */\nhterm.VT.CSI['$t'] = hterm.VT.ignore;\n\n/**\n * Set one or more features of the title modes.\n *\n * Will not implement.\n */\nhterm.VT.CSI['>t'] = hterm.VT.ignore;\n\n/**\n * Set warning-bell volume (DECSWBV, VT520).\n *\n * Will not implement.\n */\nhterm.VT.CSI[' t'] = hterm.VT.ignore;\n\n/**\n * Restore cursor (ANSI.SYS).\n */\nhterm.VT.CSI['u'] = function() {\n this.savedState_.restore();\n};\n\n/**\n * Set margin-bell volume (DECSMBV, VT520).\n *\n * Will not implement.\n */\nhterm.VT.CSI[' u'] = hterm.VT.ignore;\n\n/**\n * Copy Rectangular Area (DECCRA, VT400 and up).\n *\n * Will not implement.\n */\nhterm.VT.CSI['$v'] = hterm.VT.ignore;\n\n/**\n * Enable Filter Rectangle (DECEFR).\n *\n * Will not implement.\n */\nhterm.VT.CSI['\\'w'] = hterm.VT.ignore;\n\n/**\n * Request Terminal Parameters (DECREQTPARM).\n *\n * Not currently implemented.\n */\nhterm.VT.CSI['x'] = hterm.VT.ignore;\n\n/**\n * Select Attribute Change Extent (DECSACE).\n *\n * Will not implement.\n */\nhterm.VT.CSI['*x'] = hterm.VT.ignore;\n\n/**\n * Fill Rectangular Area (DECFRA), VT420 and up.\n *\n * Will not implement.\n */\nhterm.VT.CSI['$x'] = hterm.VT.ignore;\n\n/**\n * vt_tiledata (as used by NAOhack and UnNetHack)\n * (see https://nethackwiki.com/wiki/Vt_tiledata for more info)\n *\n * Implemented as far as we care (start a glyph and end a glyph).\n */\nhterm.VT.CSI['z'] = function(parseState) {\n if (parseState.args.length < 1)\n return;\n var arg = parseState.args[0];\n if (arg == 0) {\n // Start a glyph (one parameter, the glyph number).\n if (parseState.args.length < 2)\n return;\n this.terminal.getTextAttributes().tileData = parseState.args[1];\n } else if (arg == 1) {\n // End a glyph.\n this.terminal.getTextAttributes().tileData = null;\n }\n};\n\n/**\n * Enable Locator Reporting (DECELR).\n *\n * Not currently implemented.\n */\nhterm.VT.CSI['\\'z'] = hterm.VT.ignore;\n\n/**\n * Erase Rectangular Area (DECERA), VT400 and up.\n *\n * Will not implement.\n */\nhterm.VT.CSI['$z'] = hterm.VT.ignore;\n\n/**\n * Select Locator Events (DECSLE).\n *\n * Not currently implemented.\n */\nhterm.VT.CSI['\\'{'] = hterm.VT.ignore;\n\n/**\n * Request Locator Position (DECRQLP).\n *\n * Not currently implemented.\n */\nhterm.VT.CSI['\\'|'] = hterm.VT.ignore;\n\n/**\n * Insert Columns (DECIC), VT420 and up.\n *\n * Will not implement.\n */\nhterm.VT.CSI['\\'}'] = hterm.VT.ignore;\n\n/**\n * Delete P s Columns (DECDC), VT420 and up.\n *\n * Will not implement.\n */\nhterm.VT.CSI['\\'~'] = hterm.VT.ignore;\n// SOURCE FILE: hterm/js/hterm_vt_character_map.js\n// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.\n// Use of this source code is governed by a BSD-style license that can be\n// found in the LICENSE file.\n\n'use strict';\n\nlib.rtdep('lib.f');\n\n/**\n * Character map object.\n *\n * Mapping from received to display character, used depending on the active\n * VT character set.\n *\n * GR maps are not currently supported.\n *\n * @param {string} description A human readable description of this map.\n * @param {Object} glmap The GL mapping from input to output characters.\n */\nhterm.VT.CharacterMap = function(description, glmap) {\n /**\n * Short description for this character set, useful for debugging.\n */\n this.description = description;\n\n /**\n * The function to call to when this map is installed in GL.\n */\n this.GL = null;\n\n // Always keep an unmodified reference to the map.\n // This allows us to sanely reset back to the original state.\n this.glmapBase_ = glmap;\n\n // Now sync the internal state as needed.\n this.sync_();\n};\n\n/**\n * Internal helper for resyncing internal state.\n *\n * Used when the mappings change.\n *\n * @param {Object?} opt_glmap Additional mappings to overlay on top of the\n * base mapping.\n */\nhterm.VT.CharacterMap.prototype.sync_ = function(opt_glmap) {\n // If there are no maps, then reset the state back.\n if (!this.glmapBase_ && !opt_glmap) {\n this.GL = null;\n delete this.glmap_;\n delete this.glre_;\n return;\n }\n\n // Set the the GL mapping. If we're given a custom mapping, then create a\n // new object to hold the merged map. This way we can cleanly reset back.\n if (opt_glmap)\n this.glmap_ = Object.assign({}, this.glmapBase_, opt_glmap);\n else\n this.glmap_ = this.glmapBase_;\n\n var glchars = Object.keys(this.glmap_).map((key) =>\n '\\\\x' + lib.f.zpad(key.charCodeAt(0).toString(16)));\n this.glre_ = new RegExp('[' + glchars.join('') + ']', 'g');\n\n this.GL = (str) => str.replace(this.glre_, (ch) => this.glmap_[ch]);\n};\n\n/**\n * Reset map back to original mappings (discarding runtime updates).\n *\n * Specifically, any calls to setOverrides will be discarded.\n */\nhterm.VT.CharacterMap.prototype.reset = function() {\n // If we haven't been given a custom mapping, then there's nothing to reset.\n if (this.glmap_ !== this.glmapBase_)\n this.sync_();\n};\n\n/**\n * Merge custom changes to this map.\n *\n * The input map need not duplicate the existing mappings as it is merged with\n * the existing base map (what was created with). Subsequent calls to this\n * will throw away previous override settings.\n *\n * @param {Object} glmap The custom map to override existing mappings.\n */\nhterm.VT.CharacterMap.prototype.setOverrides = function(glmap) {\n this.sync_(glmap);\n};\n\n/**\n * Return a copy of this mapping.\n *\n * @return {hterm.VT.CharacterMap} A new hterm.VT.CharacterMap instance.\n */\nhterm.VT.CharacterMap.prototype.clone = function() {\n var map = new hterm.VT.CharacterMap(this.description, this.glmapBase_);\n if (this.glmap_ !== this.glmapBase_)\n map.setOverrides(this.glmap_);\n return map;\n};\n\n/**\n * Table of character maps.\n */\nhterm.VT.CharacterMaps = function() {\n this.maps_ = hterm.VT.CharacterMaps.DefaultMaps;\n\n // Always keep an unmodified reference to the map.\n // This allows us to sanely reset back to the original state.\n this.mapsBase_ = this.maps_;\n};\n\n/**\n * Look up a previously registered map.\n *\n * @param {String} name The name of the map to lookup.\n * @return {hterm.VT.CharacterMap} The map, if it's been registered.\n */\nhterm.VT.CharacterMaps.prototype.getMap = function(name) {\n if (this.maps_.hasOwnProperty(name))\n return this.maps_[name];\n else\n return undefined;\n};\n\n/**\n * Register a new map.\n *\n * Any previously registered maps by this name will be discarded.\n *\n * @param {String} name The name of the map.\n * @param {hterm.VT.CharacterMap} map The map to register.\n */\nhterm.VT.CharacterMaps.prototype.addMap = function(name, map) {\n if (this.maps_ === this.mapsBase_)\n this.maps_ = Object.assign({}, this.mapsBase_);\n this.maps_[name] = map;\n};\n\n/**\n * Reset the table and all its maps back to original state.\n */\nhterm.VT.CharacterMaps.prototype.reset = function() {\n if (this.maps_ !== hterm.VT.CharacterMaps.DefaultMaps)\n this.maps_ = hterm.VT.CharacterMaps.DefaultMaps;\n};\n\n/**\n * Merge custom changes to this table.\n *\n * @param {Object} maps A set of hterm.VT.CharacterMap objects.\n */\nhterm.VT.CharacterMaps.prototype.setOverrides = function(maps) {\n if (this.maps_ === this.mapsBase_)\n this.maps_ = Object.assign({}, this.mapsBase_);\n\n for (var name in maps) {\n var map = this.getMap(name);\n if (map !== undefined) {\n this.maps_[name] = map.clone();\n this.maps_[name].setOverrides(maps[name]);\n } else\n this.addMap(name, new hterm.VT.CharacterMap('user ' + name, maps[name]));\n }\n};\n\n/**\n * The default set of supported character maps.\n */\nhterm.VT.CharacterMaps.DefaultMaps = {};\n\n/**\n * VT100 Graphic character map.\n * http://vt100.net/docs/vt220-rm/table2-4.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['0'] = new hterm.VT.CharacterMap(\n 'graphic', {\n '\\x60':'\\u25c6', // ` -> diamond\n '\\x61':'\\u2592', // a -> grey-box\n '\\x62':'\\u2409', // b -> h/t\n '\\x63':'\\u240c', // c -> f/f\n '\\x64':'\\u240d', // d -> c/r\n '\\x65':'\\u240a', // e -> l/f\n '\\x66':'\\u00b0', // f -> degree\n '\\x67':'\\u00b1', // g -> +/-\n '\\x68':'\\u2424', // h -> n/l\n '\\x69':'\\u240b', // i -> v/t\n '\\x6a':'\\u2518', // j -> bottom-right\n '\\x6b':'\\u2510', // k -> top-right\n '\\x6c':'\\u250c', // l -> top-left\n '\\x6d':'\\u2514', // m -> bottom-left\n '\\x6e':'\\u253c', // n -> line-cross\n '\\x6f':'\\u23ba', // o -> scan1\n '\\x70':'\\u23bb', // p -> scan3\n '\\x71':'\\u2500', // q -> scan5\n '\\x72':'\\u23bc', // r -> scan7\n '\\x73':'\\u23bd', // s -> scan9\n '\\x74':'\\u251c', // t -> left-tee\n '\\x75':'\\u2524', // u -> right-tee\n '\\x76':'\\u2534', // v -> bottom-tee\n '\\x77':'\\u252c', // w -> top-tee\n '\\x78':'\\u2502', // x -> vertical-line\n '\\x79':'\\u2264', // y -> less-equal\n '\\x7a':'\\u2265', // z -> greater-equal\n '\\x7b':'\\u03c0', // { -> pi\n '\\x7c':'\\u2260', // | -> not-equal\n '\\x7d':'\\u00a3', // } -> british-pound\n '\\x7e':'\\u00b7', // ~ -> dot\n });\n\n/**\n * British character map.\n * http://vt100.net/docs/vt220-rm/table2-5.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['A'] = new hterm.VT.CharacterMap(\n 'british', {\n '\\x23': '\\u00a3', // # -> british-pound\n });\n\n/**\n * US ASCII map, no changes.\n */\nhterm.VT.CharacterMaps.DefaultMaps['B'] = new hterm.VT.CharacterMap(\n 'us', null);\n\n/**\n * Dutch character map.\n * http://vt100.net/docs/vt220-rm/table2-6.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['4'] = new hterm.VT.CharacterMap(\n 'dutch', {\n '\\x23': '\\u00a3', // # -> british-pound\n\n '\\x40': '\\u00be', // @ -> 3/4\n\n '\\x5b': '\\u0132', // [ -> 'ij' ligature (xterm goes with \\u00ff?)\n '\\x5c': '\\u00bd', // \\ -> 1/2\n '\\x5d': '\\u007c', // ] -> vertical bar\n\n '\\x7b': '\\u00a8', // { -> two dots\n '\\x7c': '\\u0066', // | -> f\n '\\x7d': '\\u00bc', // } -> 1/4\n '\\x7e': '\\u00b4', // ~ -> acute\n });\n\n/**\n * Finnish character map.\n * http://vt100.net/docs/vt220-rm/table2-7.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['C'] =\nhterm.VT.CharacterMaps.DefaultMaps['5'] = new hterm.VT.CharacterMap(\n 'finnish', {\n '\\x5b': '\\u00c4', // [ -> 'A' umlaut\n '\\x5c': '\\u00d6', // \\ -> 'O' umlaut\n '\\x5d': '\\u00c5', // ] -> 'A' ring\n '\\x5e': '\\u00dc', // ~ -> 'u' umlaut\n\n '\\x60': '\\u00e9', // ` -> 'e' acute\n\n '\\x7b': '\\u00e4', // { -> 'a' umlaut\n '\\x7c': '\\u00f6', // | -> 'o' umlaut\n '\\x7d': '\\u00e5', // } -> 'a' ring\n '\\x7e': '\\u00fc', // ~ -> 'u' umlaut\n });\n\n/**\n * French character map.\n * http://vt100.net/docs/vt220-rm/table2-8.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['R'] = new hterm.VT.CharacterMap(\n 'french', {\n '\\x23': '\\u00a3', // # -> british-pound\n\n '\\x40': '\\u00e0', // @ -> 'a' grave\n\n '\\x5b': '\\u00b0', // [ -> ring\n '\\x5c': '\\u00e7', // \\ -> 'c' cedilla\n '\\x5d': '\\u00a7', // ] -> section symbol (double s)\n\n '\\x7b': '\\u00e9', // { -> 'e' acute\n '\\x7c': '\\u00f9', // | -> 'u' grave\n '\\x7d': '\\u00e8', // } -> 'e' grave\n '\\x7e': '\\u00a8', // ~ -> umlaut\n });\n\n/**\n * French Canadian character map.\n * http://vt100.net/docs/vt220-rm/table2-9.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['Q'] = new hterm.VT.CharacterMap(\n 'french canadian', {\n '\\x40': '\\u00e0', // @ -> 'a' grave\n\n '\\x5b': '\\u00e2', // [ -> 'a' circumflex\n '\\x5c': '\\u00e7', // \\ -> 'c' cedilla\n '\\x5d': '\\u00ea', // ] -> 'e' circumflex\n '\\x5e': '\\u00ee', // ^ -> 'i' circumflex\n\n '\\x60': '\\u00f4', // ` -> 'o' circumflex\n\n '\\x7b': '\\u00e9', // { -> 'e' acute\n '\\x7c': '\\u00f9', // | -> 'u' grave\n '\\x7d': '\\u00e8', // } -> 'e' grave\n '\\x7e': '\\u00fb', // ~ -> 'u' circumflex\n });\n\n/**\n * German character map.\n * http://vt100.net/docs/vt220-rm/table2-10.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['K'] = new hterm.VT.CharacterMap(\n 'german', {\n '\\x40': '\\u00a7', // @ -> section symbol (double s)\n\n '\\x5b': '\\u00c4', // [ -> 'A' umlaut\n '\\x5c': '\\u00d6', // \\ -> 'O' umlaut\n '\\x5d': '\\u00dc', // ] -> 'U' umlaut\n\n '\\x7b': '\\u00e4', // { -> 'a' umlaut\n '\\x7c': '\\u00f6', // | -> 'o' umlaut\n '\\x7d': '\\u00fc', // } -> 'u' umlaut\n '\\x7e': '\\u00df', // ~ -> eszett\n });\n\n/**\n * Italian character map.\n * http://vt100.net/docs/vt220-rm/table2-11.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['Y'] = new hterm.VT.CharacterMap(\n 'italian', {\n '\\x23': '\\u00a3', // # -> british-pound\n\n '\\x40': '\\u00a7', // @ -> section symbol (double s)\n\n '\\x5b': '\\u00b0', // [ -> ring\n '\\x5c': '\\u00e7', // \\ -> 'c' cedilla\n '\\x5d': '\\u00e9', // ] -> 'e' acute\n\n '\\x60': '\\u00f9', // ` -> 'u' grave\n\n '\\x7b': '\\u00e0', // { -> 'a' grave\n '\\x7c': '\\u00f2', // | -> 'o' grave\n '\\x7d': '\\u00e8', // } -> 'e' grave\n '\\x7e': '\\u00ec', // ~ -> 'i' grave\n });\n\n/**\n * Norwegian/Danish character map.\n * http://vt100.net/docs/vt220-rm/table2-12.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['E'] =\nhterm.VT.CharacterMaps.DefaultMaps['6'] = new hterm.VT.CharacterMap(\n 'norwegian/danish', {\n '\\x40': '\\u00c4', // @ -> 'A' umlaut\n\n '\\x5b': '\\u00c6', // [ -> 'AE' ligature\n '\\x5c': '\\u00d8', // \\ -> 'O' stroke\n '\\x5d': '\\u00c5', // ] -> 'A' ring\n '\\x5e': '\\u00dc', // ^ -> 'U' umlaut\n\n '\\x60': '\\u00e4', // ` -> 'a' umlaut\n\n '\\x7b': '\\u00e6', // { -> 'ae' ligature\n '\\x7c': '\\u00f8', // | -> 'o' stroke\n '\\x7d': '\\u00e5', // } -> 'a' ring\n '\\x7e': '\\u00fc', // ~ -> 'u' umlaut\n });\n\n/**\n * Spanish character map.\n * http://vt100.net/docs/vt220-rm/table2-13.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['Z'] = new hterm.VT.CharacterMap(\n 'spanish', {\n '\\x23': '\\u00a3', // # -> british-pound\n\n '\\x40': '\\u00a7', // @ -> section symbol (double s)\n\n '\\x5b': '\\u00a1', // [ -> '!' inverted\n '\\x5c': '\\u00d1', // \\ -> 'N' tilde\n '\\x5d': '\\u00bf', // ] -> '?' inverted\n\n '\\x7b': '\\u00b0', // { -> ring\n '\\x7c': '\\u00f1', // | -> 'n' tilde\n '\\x7d': '\\u00e7', // } -> 'c' cedilla\n });\n\n/**\n * Swedish character map.\n * http://vt100.net/docs/vt220-rm/table2-14.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['7'] =\nhterm.VT.CharacterMaps.DefaultMaps['H'] = new hterm.VT.CharacterMap(\n 'swedish', {\n '\\x40': '\\u00c9', // @ -> 'E' acute\n\n '\\x5b': '\\u00c4', // [ -> 'A' umlaut\n '\\x5c': '\\u00d6', // \\ -> 'O' umlaut\n '\\x5d': '\\u00c5', // ] -> 'A' ring\n '\\x5e': '\\u00dc', // ^ -> 'U' umlaut\n\n '\\x60': '\\u00e9', // ` -> 'e' acute\n\n '\\x7b': '\\u00e4', // { -> 'a' umlaut\n '\\x7c': '\\u00f6', // | -> 'o' umlaut\n '\\x7d': '\\u00e5', // } -> 'a' ring\n '\\x7e': '\\u00fc', // ~ -> 'u' umlaut\n });\n\n/**\n * Swiss character map.\n * http://vt100.net/docs/vt220-rm/table2-15.html\n */\nhterm.VT.CharacterMaps.DefaultMaps['='] = new hterm.VT.CharacterMap(\n 'swiss', {\n '\\x23': '\\u00f9', // # -> 'u' grave\n\n '\\x40': '\\u00e0', // @ -> 'a' grave\n\n '\\x5b': '\\u00e9', // [ -> 'e' acute\n '\\x5c': '\\u00e7', // \\ -> 'c' cedilla\n '\\x5d': '\\u00ea', // ] -> 'e' circumflex\n '\\x5e': '\\u00ee', // ^ -> 'i' circumflex\n '\\x5f': '\\u00e8', // _ -> 'e' grave\n\n '\\x60': '\\u00f4', // ` -> 'o' circumflex\n\n '\\x7b': '\\u00e4', // { -> 'a' umlaut\n '\\x7c': '\\u00f6', // | -> 'o' umlaut\n '\\x7d': '\\u00fc', // } -> 'u' umlaut\n '\\x7e': '\\u00fb', // ~ -> 'u' circumflex\n });\nlib.resource.add('hterm/audio/bell', 'audio/ogg;base64',\n'T2dnUwACAAAAAAAAAADhqW5KAAAAAMFvEjYBHgF2b3JiaXMAAAAAAYC7AAAAAAAAAHcBAAAAAAC4' +\n'AU9nZ1MAAAAAAAAAAAAA4aluSgEAAAAAesI3EC3//////////////////8kDdm9yYmlzHQAAAFhp' +\n'cGguT3JnIGxpYlZvcmJpcyBJIDIwMDkwNzA5AAAAAAEFdm9yYmlzKUJDVgEACAAAADFMIMWA0JBV' +\n'AAAQAABgJCkOk2ZJKaWUoSh5mJRISSmllMUwiZiUicUYY4wxxhhjjDHGGGOMIDRkFQAABACAKAmO' +\n'o+ZJas45ZxgnjnKgOWlOOKcgB4pR4DkJwvUmY26mtKZrbs4pJQgNWQUAAAIAQEghhRRSSCGFFGKI' +\n'IYYYYoghhxxyyCGnnHIKKqigggoyyCCDTDLppJNOOumoo4466ii00EILLbTSSkwx1VZjrr0GXXxz' +\n'zjnnnHPOOeecc84JQkNWAQAgAAAEQgYZZBBCCCGFFFKIKaaYcgoyyIDQkFUAACAAgAAAAABHkRRJ' +\n'sRTLsRzN0SRP8ixREzXRM0VTVE1VVVVVdV1XdmXXdnXXdn1ZmIVbuH1ZuIVb2IVd94VhGIZhGIZh' +\n'GIZh+H3f933f930gNGQVACABAKAjOZbjKaIiGqLiOaIDhIasAgBkAAAEACAJkiIpkqNJpmZqrmmb' +\n'tmirtm3LsizLsgyEhqwCAAABAAQAAAAAAKBpmqZpmqZpmqZpmqZpmqZpmqZpmmZZlmVZlmVZlmVZ' +\n'lmVZlmVZlmVZlmVZlmVZlmVZlmVZlmVZlmVZQGjIKgBAAgBAx3Ecx3EkRVIkx3IsBwgNWQUAyAAA' +\n'CABAUizFcjRHczTHczzHczxHdETJlEzN9EwPCA1ZBQAAAgAIAAAAAABAMRzFcRzJ0SRPUi3TcjVX' +\n'cz3Xc03XdV1XVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVYHQkFUAAAQAACGdZpZq' +\n'gAgzkGEgNGQVAIAAAAAYoQhDDAgNWQUAAAQAAIih5CCa0JrzzTkOmuWgqRSb08GJVJsnuamYm3PO' +\n'OeecbM4Z45xzzinKmcWgmdCac85JDJqloJnQmnPOeRKbB62p0ppzzhnnnA7GGWGcc85p0poHqdlY' +\n'm3POWdCa5qi5FJtzzomUmye1uVSbc84555xzzjnnnHPOqV6czsE54Zxzzonam2u5CV2cc875ZJzu' +\n'zQnhnHPOOeecc84555xzzglCQ1YBAEAAAARh2BjGnYIgfY4GYhQhpiGTHnSPDpOgMcgppB6NjkZK' +\n'qYNQUhknpXSC0JBVAAAgAACEEFJIIYUUUkghhRRSSCGGGGKIIaeccgoqqKSSiirKKLPMMssss8wy' +\n'y6zDzjrrsMMQQwwxtNJKLDXVVmONteaec645SGultdZaK6WUUkoppSA0ZBUAAAIAQCBkkEEGGYUU' +\n'UkghhphyyimnoIIKCA1ZBQAAAgAIAAAA8CTPER3RER3RER3RER3RER3P8RxREiVREiXRMi1TMz1V' +\n'VFVXdm1Zl3Xbt4Vd2HXf133f141fF4ZlWZZlWZZlWZZlWZZlWZZlCUJDVgEAIAAAAEIIIYQUUkgh' +\n'hZRijDHHnINOQgmB0JBVAAAgAIAAAAAAR3EUx5EcyZEkS7IkTdIszfI0T/M00RNFUTRNUxVd0RV1' +\n'0xZlUzZd0zVl01Vl1XZl2bZlW7d9WbZ93/d93/d93/d93/d939d1IDRkFQAgAQCgIzmSIimSIjmO' +\n'40iSBISGrAIAZAAABACgKI7iOI4jSZIkWZImeZZniZqpmZ7pqaIKhIasAgAAAQAEAAAAAACgaIqn' +\n'mIqniIrniI4oiZZpiZqquaJsyq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7ruq7rukBo' +\n'yCoAQAIAQEdyJEdyJEVSJEVyJAcIDVkFAMgAAAgAwDEcQ1Ikx7IsTfM0T/M00RM90TM9VXRFFwgN' +\n'WQUAAAIACAAAAAAAwJAMS7EczdEkUVIt1VI11VItVVQ9VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV' +\n'VVVVVVVVVVVV1TRN0zSB0JCVAAAZAAAjQQYZhBCKcpBCbj1YCDHmJAWhOQahxBiEpxAzDDkNInSQ' +\n'QSc9uJI5wwzz4FIoFURMg40lN44gDcKmXEnlOAhCQ1YEAFEAAIAxyDHEGHLOScmgRM4xCZ2UyDkn' +\n'pZPSSSktlhgzKSWmEmPjnKPSScmklBhLip2kEmOJrQAAgAAHAIAAC6HQkBUBQBQAAGIMUgophZRS' +\n'zinmkFLKMeUcUko5p5xTzjkIHYTKMQadgxAppRxTzinHHITMQeWcg9BBKAAAIMABACDAQig0ZEUA' +\n'ECcA4HAkz5M0SxQlSxNFzxRl1xNN15U0zTQ1UVRVyxNV1VRV2xZNVbYlTRNNTfRUVRNFVRVV05ZN' +\n'VbVtzzRl2VRV3RZV1bZl2xZ+V5Z13zNNWRZV1dZNVbV115Z9X9ZtXZg0zTQ1UVRVTRRV1VRV2zZV' +\n'17Y1UXRVUVVlWVRVWXZlWfdVV9Z9SxRV1VNN2RVVVbZV2fVtVZZ94XRVXVdl2fdVWRZ+W9eF4fZ9' +\n'4RhV1dZN19V1VZZ9YdZlYbd13yhpmmlqoqiqmiiqqqmqtm2qrq1bouiqoqrKsmeqrqzKsq+rrmzr' +\n'miiqrqiqsiyqqiyrsqz7qizrtqiquq3KsrCbrqvrtu8LwyzrunCqrq6rsuz7qizruq3rxnHrujB8' +\n'pinLpqvquqm6um7runHMtm0co6rqvirLwrDKsu/rui+0dSFRVXXdlF3jV2VZ921fd55b94WybTu/' +\n'rfvKceu60vg5z28cubZtHLNuG7+t+8bzKz9hOI6lZ5q2baqqrZuqq+uybivDrOtCUVV9XZVl3zdd' +\n'WRdu3zeOW9eNoqrquirLvrDKsjHcxm8cuzAcXds2jlvXnbKtC31jyPcJz2vbxnH7OuP2daOvDAnH' +\n'jwAAgAEHAIAAE8pAoSErAoA4AQAGIecUUxAqxSB0EFLqIKRUMQYhc05KxRyUUEpqIZTUKsYgVI5J' +\n'yJyTEkpoKZTSUgehpVBKa6GU1lJrsabUYu0gpBZKaS2U0lpqqcbUWowRYxAy56RkzkkJpbQWSmkt' +\n'c05K56CkDkJKpaQUS0otVsxJyaCj0kFIqaQSU0mptVBKa6WkFktKMbYUW24x1hxKaS2kEltJKcYU' +\n'U20txpojxiBkzknJnJMSSmktlNJa5ZiUDkJKmYOSSkqtlZJSzJyT0kFIqYOOSkkptpJKTKGU1kpK' +\n'sYVSWmwx1pxSbDWU0lpJKcaSSmwtxlpbTLV1EFoLpbQWSmmttVZraq3GUEprJaUYS0qxtRZrbjHm' +\n'GkppraQSW0mpxRZbji3GmlNrNabWam4x5hpbbT3WmnNKrdbUUo0txppjbb3VmnvvIKQWSmktlNJi' +\n'ai3G1mKtoZTWSiqxlZJabDHm2lqMOZTSYkmpxZJSjC3GmltsuaaWamwx5ppSi7Xm2nNsNfbUWqwt' +\n'xppTS7XWWnOPufVWAADAgAMAQIAJZaDQkJUAQBQAAEGIUs5JaRByzDkqCULMOSepckxCKSlVzEEI' +\n'JbXOOSkpxdY5CCWlFksqLcVWaykptRZrLQAAoMABACDABk2JxQEKDVkJAEQBACDGIMQYhAYZpRiD' +\n'0BikFGMQIqUYc05KpRRjzknJGHMOQioZY85BKCmEUEoqKYUQSkklpQIAAAocAAACbNCUWByg0JAV' +\n'AUAUAABgDGIMMYYgdFQyKhGETEonqYEQWgutddZSa6XFzFpqrbTYQAithdYySyXG1FpmrcSYWisA' +\n'AOzAAQDswEIoNGQlAJAHAEAYoxRjzjlnEGLMOegcNAgx5hyEDirGnIMOQggVY85BCCGEzDkIIYQQ' +\n'QuYchBBCCKGDEEIIpZTSQQghhFJK6SCEEEIppXQQQgihlFIKAAAqcAAACLBRZHOCkaBCQ1YCAHkA' +\n'AIAxSjkHoZRGKcYglJJSoxRjEEpJqXIMQikpxVY5B6GUlFrsIJTSWmw1dhBKaS3GWkNKrcVYa64h' +\n'pdZirDXX1FqMteaaa0otxlprzbkAANwFBwCwAxtFNicYCSo0ZCUAkAcAgCCkFGOMMYYUYoox55xD' +\n'CCnFmHPOKaYYc84555RijDnnnHOMMeecc845xphzzjnnHHPOOeecc44555xzzjnnnHPOOeecc845' +\n'55xzzgkAACpwAAAIsFFkc4KRoEJDVgIAqQAAABFWYowxxhgbCDHGGGOMMUYSYowxxhhjbDHGGGOM' +\n'McaYYowxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHGGGOMMcYYY4wxxhhjjDHG' +\n'GFtrrbXWWmuttdZaa6211lprrQBAvwoHAP8HG1ZHOCkaCyw0ZCUAEA4AABjDmHOOOQYdhIYp6KSE' +\n'DkIIoUNKOSglhFBKKSlzTkpKpaSUWkqZc1JSKiWlllLqIKTUWkottdZaByWl1lJqrbXWOgiltNRa' +\n'a6212EFIKaXWWostxlBKSq212GKMNYZSUmqtxdhirDGk0lJsLcYYY6yhlNZaazHGGGstKbXWYoy1' +\n'xlprSam11mKLNdZaCwDgbnAAgEiwcYaVpLPC0eBCQ1YCACEBAARCjDnnnHMQQgghUoox56CDEEII' +\n'IURKMeYcdBBCCCGEjDHnoIMQQgghhJAx5hx0EEIIIYQQOucchBBCCKGEUkrnHHQQQgghlFBC6SCE' +\n'EEIIoYRSSikdhBBCKKGEUkopJYQQQgmllFJKKaWEEEIIoYQSSimllBBCCKWUUkoppZQSQgghlFJK' +\n'KaWUUkIIoZRQSimllFJKCCGEUkoppZRSSgkhhFBKKaWUUkopIYQSSimllFJKKaUAAIADBwCAACPo' +\n'JKPKImw04cIDUGjISgCADAAAcdhq6ynWyCDFnISWS4SQchBiLhFSijlHsWVIGcUY1ZQxpRRTUmvo' +\n'nGKMUU+dY0oxw6yUVkookYLScqy1dswBAAAgCAAwECEzgUABFBjIAIADhAQpAKCwwNAxXAQE5BIy' +\n'CgwKx4Rz0mkDABCEyAyRiFgMEhOqgaJiOgBYXGDIB4AMjY20iwvoMsAFXdx1IIQgBCGIxQEUkICD' +\n'E2544g1PuMEJOkWlDgIAAAAA4AAAHgAAkg0gIiKaOY4Ojw+QEJERkhKTE5QAAAAAALABgA8AgCQF' +\n'iIiIZo6jw+MDJERkhKTE5AQlAAAAAAAAAAAACAgIAAAAAAAEAAAACAhPZ2dTAAQYOwAAAAAAAOGp' +\n'bkoCAAAAmc74DRgyNjM69TAzOTk74dnLubewsbagmZiNp4d0KbsExSY/I3XUTwJgkeZdn1HY4zoj' +\n'33/q9DFtv3Ui1/jmx7lCUtPt18/sYf9MkgAsAGRBd3gMGP4sU+qCPYBy9VrA3YqJosW3W2/ef1iO' +\n'/u3cg8ZG/57jU+pPmbGEJUgkfnaI39DbPqxddZphbMRmCc5rKlkUMkyx8iIoug5dJv1OYH9a59c+' +\n'3Gevqc7Z2XFdDjL/qHztRfjWEWxJ/aiGezjohu9HsCZdQBKbiH0VtU/3m85lDG2T/+xkZcYnX+E+' +\n'aqzv/xTgOoTFG+x7SNqQ4N+oAABSxuVXw77Jd5bmmTmuJakX7509HH0kGYKvARPpwfOSAPySPAc2' +\n'EkneDwB2HwAAJlQDYK5586N79GJCjx4+p6aDUd27XSvRyXLJkIC5YZ1jLv5lpOhZTz0s+DmnF1di' +\n'ptrnM6UDgIW11Xh8cHTd0/SmbgOAdxcyWwMAAGIrZ3fNSfZbzKiYrK4+tPqtnMVLOeWOG2kVvUY+' +\n'p2PJ/hkCl5aFRO4TLGYPZcIU3vYM1hohS4jHFlnyW/2T5J7kGsShXWT8N05V+3C/GPqJ1QdWisGP' +\n'xEzHqXISBPIinWDUt7IeJv/f5OtzBxpTzZZQ+CYEhHXfqG4aABQli72GJhN4oJv+hXcApAJSErAW' +\n'8G2raAX4NUcABnVt77CzZAB+LsHcVe+Q4h+QB1wh/ZrJTPxSBdI8mgTeAdTsQOoFUEng9BHcVPhx' +\n'SRRYkKWZJXOFYP6V4AEripJoEjXgA2wJRZHSExmJDm8F0A6gEXsg5a4ZsALItrMB7+fh7UKLvYWS' +\n'dtsDwFf1mzYzS1F82N1h2Oyt2e76B1QdS0SAsQigLPMOgJS9JRC7hFXA6kUsLFNKD5cA5cTRvgSq' +\n'Pc3Fl99xW3QTi/MHR8DEm6WnvaVQATwRqRKjywQ9BrrhugR2AKTsPQeQckrAOgDOhbTESyrXQ50C' +\n'kNpXdtWjW7W2/3UjeX3U95gIdalfRAoAmqUEiwp53hCdcCwlg47fcbfzlmQMAgaBkh7c+fcDgF+i' +\n'fwDXfzegLPcLYJsAAJQArTXjnh/uXGy3v1Hk3pV6/3t5ruW81f6prfbM2Q3WNVy98BwUtbCwhFhA' +\n'WuPev6Oe/4ZaFQUcgKrVs4defzh1TADA1DEh5b3VlDaECw5b+bPfkKos3tIAue3vJZOih3ga3l6O' +\n'3PSfIkrLv0PAS86PPdL7g8oc2KteNFKKzKRehOv2gJoFLBPXmaXvPBQILgJon0bbWBszrYZYYwE7' +\n'jl2j+vTdU7Vpk21LiU0QajPkywAAHqbUC0/YsYOdb4e6BOp7E0cCi04Ao/TgD8ZVAMid6h/A8IeB' +\n'Nkp6/xsAACZELEYIk+yvI6Qz1NN6lIftB/6IMWjWJNOqPTMedAmyaj6Es0QBklJpiSWWHnQ2CoYb' +\n'GWAmt+0gLQBFKCBnp2QUUQZ/1thtZDBJUpFWY82z34ocorB62oX7qB5y0oPAv/foxH25wVmgIHf2' +\n'xFOr8leZcBq1Kx3ZvCq9Bga639AxuHuPNL/71YCF4EywJpqHFAX6XF0sjVbuANnvvdLcrufYwOM/' +\n'iDa6iA468AYAAB6mNBMXcgTD8HSRqJ4vw8CjAlCEPACASlX/APwPOJKl9xQAAAPmnev2eWp33Xgy' +\n'w3Dvfz6myGk3oyP8YTKsCOvzAgALQi0o1c6Nzs2O2Pg2h4ACIJAgAGP0aNn5x0BDgVfH7u2TtyfD' +\n'cRIuYAyQhBF/lvSRAttgA6TPbWZA9gaUrZWAUEAA+Dx47Q3/r87HxUUqZmB0BmUuMlojFjHt1gDu' +\n'nnvuX8MImsjSq5WkzSzGS62OEIlOufWWezxWpv6FBgDgJVltfXFYtNAAnqU0xQoD0YLiXo5cF5QV' +\n'4CnY1tBLAkZCOABAhbk/AM+/AwSCCdlWAAAMcFjS7owb8GVDzveDiZvznbt2tF4bL5odN1YKl88T' +\n'AEABCZvufq9YCTBtMwVAQUEAwGtNltzSaHvADYC3TxLVjqiRA+OZAMhzcqEgRcAOwoCgvdTxsTHL' +\n'QEF6+oOb2+PAI8ciPQcXg7pOY+LjxQSv2fjmFuj34gGwz310/bGK6z3xgT887eomWULEaDd04wHe' +\n'tYxdjcgV2SxvSwn0VoZXJRqkRC5ASQ/muVoAUsX7AgAQMBNaVwAAlABRxT/1PmfqLqSRNDbhXb07' +\n'berpB3b94jpuWEZjBCD2OcdXFpCKEgCDfcFPMw8AAADUwT4lnUm50lmwrpMMhPQIKj6u0E8fr2vG' +\n'BngMNdIlrZsigjahljud6AFVg+tzXwUnXL3TJLpajaWKA4VAAAAMiFfqJgKAZ08XrtS3dxtQNYcp' +\n'PvYEG8ClvrQRJgBephwnNWJjtGqmp6VEPSvBe7EBiU3qgJbQAwD4Le8LAMDMhHbNAAAlgK+tFs5O' +\n'+YyJc9yCnJa3rxLPulGnxwsXV9Fsk2k4PisCAHC8FkwbGE9gJQAAoMnyksj0CdFMZLLgoz8M+Fxz' +\n'iwYBgIx+zHiCBAKAlBKNpF1sO9JpVcyEi9ar15YlHgrut5fPJnkdJ6vEwZPyAHQBIEDUrlMcBAAd' +\n'2KAS0Qq+JwRsE4AJZtMnAD6GnOYwYlOIZvtzUNdjreB7fiMkWI0CmBB6AIAKc38A9osEFlTSGECB' +\n'+cbeRDC0aRpLHqNPplcK/76Lxn2rpmqyXsYJWRi/FQAAAKBQk9MCAOibrQBQADCDsqpooPutd+05' +\n'Ce9g6iEdiYXgVmQAI4+4wskEBEiBloNQ6Ki0/KTQ0QjWfjxzi+AeuXKoMjEVfQOZzr0y941qLgM2' +\n'AExvbZOqcxZ6J6krlrj4y2j9AdgKDx6GnJsVLhbc42uq584+ouSdNBpoCiCVHrz+WzUA/DDtD8AT' +\n'gA3h0lMCAAzcFv+S+fSSNkeYWlTpb34mf2RfmqqJeMeklhHAfu7VoAEACgAApKRktL+KkQDWMwYC' +\n'UAAAAHCKsp80xhp91UjqQBw3x45cetqkjQEyu3G9B6N+R650Uq8OVig7wOm6Wun0ea4lKDPoabJs' +\n'6aLqgbhPzpv4KR4iODilw88ZpY7q1IOMcbASAOAVtmcCnobcrkG4KGS7/ZnskVWRNF9J0RUHKOnB' +\n'yy9WA8Dv6L4AAARMCQUA4GritfVM2lcZfH3Q3T/vZ47J2YHhcmBazjfdyuV25gLAzrc0cwAAAAAY' +\n'Ch6PdwAAAGyWjFW4yScjaWa2mGcofHxWxewKALglWBpLUvwwk+UOh5eNGyUOs1/EF+pZr+ud5Ozo' +\n'GwYdAABg2p52LiSgAY/ZVlOmilEgHn6G3OcwYjzI7vOj1t6xsx4S3lBY96EUQBF6AIBAmPYH4PoG' +\n'YCoJAADWe+OZJZi7/x76/yH7Lzf9M5XzRKnFPmveMsilQHwVAAAAAKB3LQD8PCIAAADga0QujBLy' +\n'wzeJ4a6Z/ERVBAUlAEDqvoM7BQBAuAguzFqILtmjH3Kd4wfKobnOhA3z85qWoRPm9hwoOHoDAAlC' +\n'bwDAA56FHAuXflHo3fe2ttG9XUDeA9YmYCBQ0oPr/1QC8IvuCwAAApbUAQCK22MmE3O78VAbHQT9' +\n'PIPNoT9zNc3l2Oe7TAVLANBufT8MAQAAAGzT4PS8AQAAoELGHb2uaCwwEv1EWhFriUkbAaAZ27/f' +\n'VZnTZXbWz3BwWpjUaMZKRj7dZ0J//gUeTdpVEwAAZOFsNxKAjQSgA+ABPoY8Jj5y2wje81jsXc/1' +\n'TOQWTDYZBmAkNDiqVwuA2NJ9AQAAEBKAt9Vrsfs/2N19MO91S9rd8EHTZHnzC5MYmfQEACy/FBcA' +\n'AADA5c4gi4z8RANs/m6FNXVo9DV46JG1BBDukqlw/Va5G7QbuGVSI+2aZaoLXJrdVj2zlC9Z5QEA' +\n'EFz/5QzgVZwAAAAA/oXcxyC6WfTu+09Ve/c766J4VTAGUFmA51+VANKi/QPoPwYgYAkA715OH4S0' +\n's5KDHvj99MMq8TPFc3roKZnGOoT1bmIhVgc7XAMBAAAAAMAW1VbQw3gapzOpJd+Kd2fc4iSO62fJ' +\n'v9+movui1wUNPAj059N3OVxzk4gV73PmE8FIA2F5mRq37Evc76vLXfF4rD5UJJAw46hW6LZCb5sN' +\n'Ldx+kzMCAAB+hfy95+965ZCLP7B3/VlTHCvDEKtQhTm4KiCgAEAbrfbWTPssAAAAXpee1tVrozYY' +\n'n41wD1aeYtkKfswN5/SXPO0JDnhO/4laUortv/s412fybe/nONdncoCHnBVliu0CQGBWlPY/5Kwo' +\n'm2L/kruPM6Q7oz4tvDQy+bZ3HzOi+gNHA4DZEgA=' +\n''\n);\n\nlib.resource.add('hterm/images/icon-96', 'image/png;base64',\n'iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdC' +\n'AK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dE' +\n'AP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAFKhJREFUeNrtXXlsXMd5/30z8649uDzE' +\n'mxRFibIsOXZ8VInTJFYSW3actE1ctWkctEF6I0VRFEWAoihQoAjQFmiBogWaIEADFCmQXklto04T' +\n'O0ndWI4bxZalWHJinTYtkRJFkctzl9zd977+8c49+UjuipbCD1y+9+ae75vvmJlv3gO2YRu2YRu2' +\n'YRu2YUuAtroBN3nfeKsaSXWurarvRvUrTnlccV/5a3lDReRKFdc4Za6nzvW2b7OIpwZh7N37iHYi' +\n'Pztyvy4iqA00Tng/WXH1f3GQsFki0Qbz+cAV12jeRkTwwUd2yfsVI89OjbLrwnoJILw8EoAOIAFg' +\n'LwDTCxcAJBEJIiIAgoiICAIgIgIBJGpdPRCRq3sPCBAJAii8QgAk/PIFkSBBQvh3QRkQXtECBKpx' +\n'H9br5hMikhcg4QV4dYkgARFBSkmlUmnp7LmLX8rl8q95OPKJ0DQCkPeTEcQrAD179+7+7LsP3vtJ' +\n'w9A1ZvbwFfQM/r1/AyD64KLBv5JHIaIwIpI5GIbevd82r0I3OMjvJfOo5ffCqw1EhIRlQQi3a37p' +\n'0atfTVB22PhIuHt95tnnBr75zHN/AGASoYjyxVVTCOCPfOWN9sGfue+df/L4r3z8MSGUOv3aWYDI' +\n'q43BEXXEQRPCQK5qFleFMdduOwMV3WKUBXFVyVXhtm3jrjtvw13vuL1uPXGAAUghkGlLPXJ9ZvZz' +\n'L738oz8HsOhFF2u3aH0E8JEvAWhe+n2PHD70Z7/xmccfLBSK9M1nX0AqnYFSKiB7fIiOzg3k21Be' +\n'YHW1gMkr1/DBB+6HkGLTxmRfbxf9+qc/8WszM9lzF99468twxZCAq5wbQiMCREWPBkDXde3eI489' +\n'+he/+1u/et/c3AK+/uSzyLTvgK7rm+tBE4CZA1HRaFT7oqNQKCCdsqBp61GD9eHBD77XunJ16o/+' +\n'6q+/cLJYLP2fhzfGGkRYiwBRK2fnL/3iRz7/uT/8nfuuz2Txla8+hXRbJ6QUKBaLuJmgVLJRKuSh' +\n'lIBpatiEFApACIFHH/lA//NHj33qe0ePvQJXEa/JnHEIoABYd925/zOPf+JjBxMJC//yxX+GYaZg' +\n'GAZse00ue1uByyWMQrGEldVVKCWbQgAA6OnegQP7997zvaPH2gGsIpQidWuoRwA/o2/bDz70off+' +\n'nFIa/fczz2Pq2hzSbRksLCxsNT43BI7jYCW/ihd/cBKWZTZhQcFV9qMjQ0gmEwm4hkqsOVEjDogq' +\n'37bOjvaElBKLizmYVgKWZW01HjeOLGaAbUipoJTWHAKwa4KYpmHCJUB0lQCoU0scK0gCMJRSqqOj' +\n'Hel0EqZpIpFIbDUeNwwOM2y7gO4dnWhrSzVFBDEzMpkULNM04BIgFsS1ggxNUzKVSiCRsEBEUEoF' +\n'iRq2v5HNXjMd18pSHVeZnuuniZaopIIQBAIhnUqgvb1tU3OBKFiWCdMydABWBH+bIoCvA3RNU9Ky' +\n'DOiahG2XAAAzszO4NHkZINcKALuddRHi3VWFReLcWy8dhxO5aFpvkhamD5HFwQQuStgwLPpsOza4' +\n'5GD/yD4MDw2jVCrCMHSkUwmws3kCMADD0GCZpialMG3bia4trVsJ+xkJAKSUStM0oWsSQrgTGdu2' +\n'MXllEmezF/HRhz+C4b6hyEgrnyjVLLzhcho1iFsDiGomOzt+Ds/8z7PIzmfR39eP1dVVSOEijR0n' +\n'RsFrg1ISpmkoQ9cTufxKrBbHmoUoJZWmlPDXRZgdMDNsx8HuXbtx3zvvhRQKTdFmLQACoT2dwY9e' +\n'fRWlvA1m1xJy2IEggkPrnUvXB9M0lGkaiVx+xR/ADQuPRQAppaY0JfzOBB0joFAs4Oyb59E0Y7pF' +\n'4DDDdmw47LgygQHbbs7Ij4JpGMIwjGRFcF0xFJcDdE0pUb3YQ1hYWsDFSxff7vgHMyO3kkMGiaAP' +\n'zScAwzB0YVlmAuHo3zQHkKaUppTHAUQBLQnAYm4J41feCldAGeHe2FaCq9fdXQMP8qt5sB6OlGbP' +\n'4pkBwzBgGHoKMdcIG82Ew0RK6UqTxHAJEHSBCLmVHCavXwUcwGpXMJIS2YnVhrq01cAOQxkC7YMG' +\n'5i6vwi65LV4trIK10GJyHLvpTTR0DZZlJtEEMxR+IVJJTSlFAFdZL47joFgswrEZ3X06Dv3eAH78' +\n'7Vm8/t0s8nMld9PjBhHCN1G7dlm490g3rIzCt/5yHIWiA5dxGQ5HOcBpatuYGZquwTSNTXMAogVo' +\n'SukuAXwlzFUpSRCyl1cx+VoOBz/Zi93vyeDE16bx1iuLsIsOSLSWCuwwEh0a9h/uxDs+2gWnxDj+' +\n'79dQKjhlg4bZl/vkiaDmtkvXNFimmURMJ4VYOkBpSldSug91TDYiIDdXwtEvTeDNlxZw3y/34PDn' +\n'duLCi/M4+eQ0Zt5cCdI1G/FKFxg5mME9R7rRMWTi/AtzOPnENLKXV2tyrA+lFqzkKk3BNI0k3BWE' +\n'5swDXA7wlm0bFEkEODbjzWPzmDqTw4HDnbjz57swdHcKp56+jte/k0VurtRUInSPJXD3Y90YfXcb' +\n'Zt7I49t/M45LJ5ZgF7lMAbsN9BfiXE5uthXEzFBK+TpAhrVunAAEeEp4DQ4oyyQI+fkSjn/tGsZf' +\n'WcA9j3Xjvk/0Yte72vD8FyZw/Y2VauRsAA483ImDn+oF28DL/zqFn3wni/xcESSoTvkExxdBBNil' +\n'FnCAlLBMM+Hhdk3HtThoIE1TulTuDlscAgAuNxCA6XN5HP+Pa8heWsHAgSQyA0ZzFr8IGHhHCuke' +\n'HedfmMOpb8wgly021jXkTsjYm9C0YjNJSgFvHuAP7qbMA3TpcwAo1ooDOwwjKTH2QDvu/lg3lCnw' +\n'g69cxcSpJc8dZJPgACeeuAYhgf0Pd6JjyMArX5/GlZ8sg23U5TCf+ESt0QFCCFiWYcF131kT4lhB' +\n'pDSXAMy+Eq1PAXYAIYHBu9O490g3evclMf7yAk785zSuX8i7Y68ZOoCA6xdW8N2/u4TRd2dw75Fu' +\n'PPqnu3Dmu7N49RszWLiyGvgGRfM47HjNdzmg6U6kRLAs02wGAXwieBwgggoaMUD7oI67fmEHbjvU' +\n'gfmrBTz395fw5ksLKK26pmgzO0wCsFcZ576XxeTpZdzxaCfu+HAXRg624eST0zh/dB6FXDjK3TUg' +\n'VwQREUot0AFCEEx3U8ZoBgEAVwdoUnheFnWGLztA1y4Tj/zxCIyUwI+emsaPn5nF8qyvFFs0D/C8' +\n'05Zni3jpq1MY/+EC7jnSg/f+5gB69yXw/BcnYBfDIeMrYaLW6ACAYFmmjpi7YqpmCRWMq2maLgIO' +\n'qFcUQ7MErp5ZxqmnZ0Jx0+IJWNBIr5qpszl852/fwp73ZNC3PwmhKCQAUWCGAu5MuNlriEQEy6za' +\n'FauLhHg6QClNejte9YQICcL1i3k8/4UJd/bZZHETGwGCYK8yzjw3h4vHFmAXym19dxfNE0Etcqkx' +\n'TVPTdd0qFApRPNaEtcxQAiA0TelCeKvRDTSoXWTYJb5ho75Rq0kApbwDrphrOREd0Ip5AOBuyhiG' +\n'HsttpB4BohiUmqZpgel4Mx1qournYCbcUg4wpLccUasVZVCLAJUZhKaUTp5hvTWCpXnAcEIOsG00' +\n'fxuVYRq6MA3dX5JuCGt5xhEAqWkq4IC4M+GYbV0/bLJ6h92dmlaJIG9ThkyzbE9gQ0rYB6lpSgUc' +\n'0CT8C0nQzPUvCDk2o7iysUU0gmsFcSCCnJZspeq6BtPUk3HSxrGChKZpmu/U2gwKsMPo2Z/E+397' +\n'AELFL48EMHFqGd//x0k49gYwR+VWUGvmAQxD12GZZgox1tpiuSa6HOCJIJ8umxo5hELOxvSFPEiu' +\n'IxcR5idXNzVqqwnQXBZghr8r5m/KbHgxzs+oNE1T/sBvhggiAcyOr+B//+FyUzsfD0ERM7RFIkjT' +\n'gj2BNTmgnhUUXcd2N4SpBUp4C6DVHABmaEr5+8L+rtiGlTADUK4I8kJ8XeDDes/KAw37zPUSrYUn' +\n'5tpJOJqE4ThOSACn+RzAAKSU/p7AmgI2phWkyeB4ZqQiAsFZtkFOZI+Ao7SgytVgeJoQVBkf+HRG' +\n'rxVhVBFGqHj24imSP3psFUAylYCSEsWSDdu2y86WNQukuytmIdwVq3tSJo5zrtI0JUMjiAJzbrB/' +\n'AA8YRnCWNnLON3JuFyEiIj8AZen9Vc0wL0JkRtMgGlfjDHBwDSLKzwp7dRZL+aYivZwAApZlWnAP' +\n't0TxuSYBKocCA1BKUxIgMBy0taUAOCiVikilUkin0/FbFnEz3xxQLGMg6rpemX9paQm37x2DlLLM' +\n'U6IZIITwOUCraEAVERotR4ccoDQJAI7DGBrsx8MP3o+nv/V9dHf3BAc1IjguO00d+OpHffYrw5ir' +\n'09WMi5wd4PC8QLDHXHGmIHr1G8dgsOOgoyOJB973LjR/KSLYFYtuymxYCZOUUtM8z2i/w48cPgTT' +\n'MPDD46eQX1mG768Smqq+qAFEROwIQSASZVdBAiQIQggI8q7+c/AjSCEgZBgm/TgZ3stovKy4Rsqz' +\n'LBMjOweRSiXhNOFwRi0CmJbhE2BTm/KspNQ0pcrMVaUkDj/0fnzg0P0olkqhs+4a71xoeA0LKCur' +\n'Irhmf2rJzca9cl0Um3U0qZoAqNwV25AS9pEdnA2IguM4kFLC95bYLPiiJYIjtEI83BggWKapCSEs' +\n'x3E2txinlPJOx9z8k7AbBUTBSRkrl8tv+GUdDIClksphFsvL+ZacKLn1gL3V0DICrOuQXvSohUNE' +\n'2rnz41QqcdPNtVsRGEBbOgnbdkjTVKUZWgWqRn4fHABOoVBcNE2ztHPnoL7NAfHANHS8dPzE0sxM' +\n'dsILqvsGrXocEGRYXFx67fUz5y729e7Yw4ADjumb2AJoWq2xCtrwdh0TQRz74YmLpZI9HitHjTCC' +\n'a0KZANKGoX88lUo+pCmlhBASYMmAjE76Ea4CoNyerDYuUZHRXwiq2Pan8r/yNkcMAiqvv+pwFFWm' +\n'pQqbl6isaqoVVtajsJfB0piXwCEidhyHp6/PHpudnfs8gDm4b07xX+xXBnEW43jv2Ojo73/20x+e' +\n'zc47Fy6MN/IOXZ+ZxBvIE6eeCovbn0FXzjXqt4urEsVlGsPQ8NFHP0RP/dez4sv/9G8ZuK8wq2uK' +\n'xtkRs+44cNs7e3t61NEXXwVIVUye1o+f+nnXsT1ZlrwiH9dKjLp+TZVhoRNy/Jb5PrPjlyfAzDiw' +\n'f28vgD4AV+AuS5dq5au3FuS/I0IB6B3bM7L7wsW3IJSBjvb2ls0gb3YgIiym0hi/NImB/p5Mpi09' +\n'Or+weBqu+CliHYtx/ruCpGWZu3cOD/Sceu08ioUiFhcX12rHTy0QEXTdwKVLV7B/326tt3fHnvmF' +\n'RQMu8v03aAERIjTyC5IAtJGdg/s7OjLmbHYBXV29TVt6uFVB13VMXZtFwrIwMNA3dvbcGxaAFYQb' +\n'9LE5QAFI7Nk9cgdAyOeL2CFlS8XPrbDUoZTC4lIexVIJw0P9IwDScBVxzVOT9QggvbiuvWOjY9ns' +\n'PBxmLC0tbc+G1wApJWyHMTObxcjwYB+ALgBTCN8+WTYpa0QAQUTDu0eH+ycmp5BOtyGVSm0r4Big' +\n'6wYmJqYwNNTfIaXss237DEIRVMYFUQIEnnDwOGBwoG9ff19P+tXT52BZiVtCRLS6D8wM0zRx6fJV' +\n'/Oz991jdOzp3Xp2a9iVKlTlayQFR89PYPTp8wLJMys4tItNuYH5+fqvx97YHIQQ0XcfUtRmkUgnq' +\n'7+8duTo1raGOj1AlB0TnAOm9Y6O35XJ5MAskk8lt8bMOmMzOwHEYw0P9IydOnjYR6oC6BADK5wD9' +\n'e8d2DV65Og3dMKGUuuUUcCvFkcPA/PwCRnYODAJoA3AdNRy1anGABCA7O9vHRnYOdrx84sdgBubm' +\n'5rY5ICa4m/8Sk1enMTQ00A2gG8BbKOcCBmpzgASgj44M7+/oaJfXpmfR3t5xy07AWsUFhUIRlyem' +\n'cOcde9OpVHJgaWn5FawhgqLfhkmOje26nZmRyxXQtePmfU3xVoFpmbg2PYtMW1rr6+3eeX5pOaqE' +\n'gyWJShHkJ9px297RXddnsiiWbCwuLv5UiJ9aX/bYSBlE7nV5OYe2dAqDA727zl94s5IAZSIoKv9F' +\n'ImHt2rN7pDs7N4/l5WVIOesRwH8Tbs2qgwvXi6uKr9PB+u8ujomSeKlonZG0RmRl6AcPHcTAQC8G' +\n'B/uGEb5RPToh46j3bhCxc3hg39Bgn9nbswPpVBK53ErZR2tqOV358eVx4X2wzRRx2K103q12yEXo' +\n'5Bvcry99I4ewuI5kYdsj6SIOxV5omXOwphS6ujoghMDw0EAvXEvoSgTfAKrfaUMA9F0jQ7d3d3ch' +\n'k0njoQ+9b83NiK0VTnHendOqdnLdIIY7K3YJ0N8ppeixbecMYixFpHaNDI+mU0n3pdl8a9n+NxJ8' +\n'7ujv7030dO8YvHL1mr8zWsYBlZrZymTSKaUlQNLAVo/vmxsIxCV0tLeJzs72bo8AboSH71qroStL' +\n'S8u567PzyK86G9ox32yjW1lU6/sTrYFhmQqWZSGdSmZqpVZlqV3IzcxkZ6evTWFpebWmT2+tj6MF' +\n'76OtdbSL61gyzDXTlZ0hKE9Q9rEGrrK8uELec1Vc+bcJIvfRwyM1wpiry2sU5opvRqYtCcuUKBSK' +\n'JYQf/QzcFX0CRN0Rc8dPnD5qJZ7okVKCHYd8V27/RRcM9gAAewc/2bsLH+GnCf+Xp/PmFsFtEBum' +\n'Lqss8oTIX9lzUFCQJ9rAijRV92VtjTxHyquqpKzLjn+Fu+xsKyULzLzyxhuXnkSNL66WnYRB+KnC' +\n'DNydHP/dZzpCU7WWUuAGzxwjvlYZ9cLWm4cbxMUpD2vkqQzzkVwEUIC7Gb/iXQvez3fSYlWR0YZL' +\n'uUUvkYHw453+JGK9EKdTrdT0Db2TW9CO6DeGSyhHetWXVqOfvXAq7m0vY9xvBW+28RvJ3ygP4ca3' +\n'KcpJUU7wER/VAQBqK2H/DRZ+hspDe81EYKsQsZV1Vg7oKNKjyGegsXNuFOE302Ywr/G8Fe2pq4fq' +\n'IfZmQvjbHbZ6AGzDNmzDNmzD2xT+H+5UT7Tyxc2HAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA2' +\n'LTMwVDExOjUwOjAyLTA0OjAwOaSkCgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxMy0xMS0wMVQxMDoz' +\n'ODoyNC0wNDowMNba8BsAAAAASUVORK5CYII=' +\n''\n);\n\nlib.resource.add('hterm/concat/date', 'text/plain',\n'Tue, 22 Aug 2017 06:42:31 +0000' +\n''\n);\n\nlib.resource.add('hterm/changelog/version', 'text/plain',\n'1.70' +\n''\n);\n\nlib.resource.add('hterm/changelog/date', 'text/plain',\n'2017-08-16' +\n''\n);\n\nlib.resource.add('hterm/git/HEAD', 'text/plain',\n'git rev-parse HEAD' +\n''\n);\n\n// SOURCE FILE: hterm/js/hterm_export.js\nmodule.exports = {\n hterm: hterm,\n lib: lib\n};\n\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/libapps/hterm/dist/js/hterm_module.js\n// module id = 14\n// module chunks = 0","import { TermHterm } from \"./hterm\";\nimport { TermXterm } from \"./xterm\";\nimport { Terminal, WebTTY, protocols } from \"./webtty\";\nimport { ConnectionFactory } from \"./websocket\";\n\n// @TODO remove these\ndeclare var gotty_auth_token: string;\ndeclare var gotty_term: string;\n\nconst elem = document.getElementById(\"terminal\")\n\nif (elem !== null) {\n var term: Terminal;\n if (gotty_term == \"hterm\") {\n term = new TermHterm(elem);\n } else {\n term = new TermXterm(elem);\n }\n const httpsEnabled = window.location.protocol == \"https:\";\n const url = (httpsEnabled ? 'wss://' : 'ws://') + window.location.host + window.location.pathname + 'ws';\n const args = window.location.search;\n const factory = new ConnectionFactory(url, protocols);\n const wt = new WebTTY(term, factory, args, gotty_auth_token);\n const closer = wt.open();\n\n window.addEventListener(\"unload\", () => {\n closer();\n term.close();\n });\n};\n\n\n\n// WEBPACK FOOTER //\n// ./src/main.ts","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar CompositionHelper = (function () {\n function CompositionHelper(textarea, compositionView, terminal) {\n this.textarea = textarea;\n this.compositionView = compositionView;\n this.terminal = terminal;\n this.isComposing = false;\n this.isSendingComposition = false;\n this.compositionPosition = { start: null, end: null };\n }\n CompositionHelper.prototype.compositionstart = function () {\n this.isComposing = true;\n this.compositionPosition.start = this.textarea.value.length;\n this.compositionView.textContent = '';\n this.compositionView.classList.add('active');\n };\n CompositionHelper.prototype.compositionupdate = function (ev) {\n var _this = this;\n this.compositionView.textContent = ev.data;\n this.updateCompositionElements();\n setTimeout(function () {\n _this.compositionPosition.end = _this.textarea.value.length;\n }, 0);\n };\n CompositionHelper.prototype.compositionend = function () {\n this.finalizeComposition(true);\n };\n CompositionHelper.prototype.keydown = function (ev) {\n if (this.isComposing || this.isSendingComposition) {\n if (ev.keyCode === 229) {\n return false;\n }\n else if (ev.keyCode === 16 || ev.keyCode === 17 || ev.keyCode === 18) {\n return false;\n }\n else {\n this.finalizeComposition(false);\n }\n }\n if (ev.keyCode === 229) {\n this.handleAnyTextareaChanges();\n return false;\n }\n return true;\n };\n CompositionHelper.prototype.finalizeComposition = function (waitForPropogation) {\n var _this = this;\n this.compositionView.classList.remove('active');\n this.isComposing = false;\n this.clearTextareaPosition();\n if (!waitForPropogation) {\n this.isSendingComposition = false;\n var input = this.textarea.value.substring(this.compositionPosition.start, this.compositionPosition.end);\n this.terminal.handler(input);\n }\n else {\n var currentCompositionPosition_1 = {\n start: this.compositionPosition.start,\n end: this.compositionPosition.end,\n };\n this.isSendingComposition = true;\n setTimeout(function () {\n if (_this.isSendingComposition) {\n _this.isSendingComposition = false;\n var input = void 0;\n if (_this.isComposing) {\n input = _this.textarea.value.substring(currentCompositionPosition_1.start, currentCompositionPosition_1.end);\n }\n else {\n input = _this.textarea.value.substring(currentCompositionPosition_1.start);\n }\n _this.terminal.handler(input);\n }\n }, 0);\n }\n };\n CompositionHelper.prototype.handleAnyTextareaChanges = function () {\n var _this = this;\n var oldValue = this.textarea.value;\n setTimeout(function () {\n if (!_this.isComposing) {\n var newValue = _this.textarea.value;\n var diff = newValue.replace(oldValue, '');\n if (diff.length > 0) {\n _this.terminal.handler(diff);\n }\n }\n }, 0);\n };\n CompositionHelper.prototype.updateCompositionElements = function (dontRecurse) {\n var _this = this;\n if (!this.isComposing) {\n return;\n }\n var cursor = this.terminal.element.querySelector('.terminal-cursor');\n if (cursor) {\n var xtermRows = this.terminal.element.querySelector('.xterm-rows');\n var cursorTop = xtermRows.offsetTop + cursor.offsetTop;\n this.compositionView.style.left = cursor.offsetLeft + 'px';\n this.compositionView.style.top = cursorTop + 'px';\n this.compositionView.style.height = cursor.offsetHeight + 'px';\n this.compositionView.style.lineHeight = cursor.offsetHeight + 'px';\n var compositionViewBounds = this.compositionView.getBoundingClientRect();\n this.textarea.style.left = cursor.offsetLeft + 'px';\n this.textarea.style.top = cursorTop + 'px';\n this.textarea.style.width = compositionViewBounds.width + 'px';\n this.textarea.style.height = compositionViewBounds.height + 'px';\n this.textarea.style.lineHeight = compositionViewBounds.height + 'px';\n }\n if (!dontRecurse) {\n setTimeout(function () { return _this.updateCompositionElements(true); }, 0);\n }\n };\n ;\n CompositionHelper.prototype.clearTextareaPosition = function () {\n this.textarea.style.left = '';\n this.textarea.style.top = '';\n };\n ;\n return CompositionHelper;\n}());\nexports.CompositionHelper = CompositionHelper;\n\n//# sourceMappingURL=CompositionHelper.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/CompositionHelper.js\n// module id = 16\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar EscapeSequences_1 = require(\"./EscapeSequences\");\nvar Charsets_1 = require(\"./Charsets\");\nvar InputHandler = (function () {\n function InputHandler(_terminal) {\n this._terminal = _terminal;\n }\n InputHandler.prototype.addChar = function (char, code) {\n if (char >= ' ') {\n var ch_width = wcwidth(code);\n if (this._terminal.charset && this._terminal.charset[char]) {\n char = this._terminal.charset[char];\n }\n var row = this._terminal.y + this._terminal.ybase;\n if (!ch_width && this._terminal.x) {\n if (this._terminal.lines.get(row)[this._terminal.x - 1]) {\n if (!this._terminal.lines.get(row)[this._terminal.x - 1][2]) {\n if (this._terminal.lines.get(row)[this._terminal.x - 2])\n this._terminal.lines.get(row)[this._terminal.x - 2][1] += char;\n }\n else {\n this._terminal.lines.get(row)[this._terminal.x - 1][1] += char;\n }\n this._terminal.updateRange(this._terminal.y);\n }\n return;\n }\n if (this._terminal.x + ch_width - 1 >= this._terminal.cols) {\n if (this._terminal.wraparoundMode) {\n this._terminal.x = 0;\n this._terminal.y++;\n if (this._terminal.y > this._terminal.scrollBottom) {\n this._terminal.y--;\n this._terminal.scroll(true);\n }\n else {\n this._terminal.lines.get(this._terminal.y).isWrapped = true;\n }\n }\n else {\n if (ch_width === 2)\n return;\n }\n }\n row = this._terminal.y + this._terminal.ybase;\n if (this._terminal.insertMode) {\n for (var moves = 0; moves < ch_width; ++moves) {\n var removed = this._terminal.lines.get(this._terminal.y + this._terminal.ybase).pop();\n if (removed[2] === 0\n && this._terminal.lines.get(row)[this._terminal.cols - 2]\n && this._terminal.lines.get(row)[this._terminal.cols - 2][2] === 2) {\n this._terminal.lines.get(row)[this._terminal.cols - 2] = [this._terminal.curAttr, ' ', 1];\n }\n this._terminal.lines.get(row).splice(this._terminal.x, 0, [this._terminal.curAttr, ' ', 1]);\n }\n }\n this._terminal.lines.get(row)[this._terminal.x] = [this._terminal.curAttr, char, ch_width];\n this._terminal.x++;\n this._terminal.updateRange(this._terminal.y);\n if (ch_width === 2) {\n this._terminal.lines.get(row)[this._terminal.x] = [this._terminal.curAttr, '', 0];\n this._terminal.x++;\n }\n }\n };\n InputHandler.prototype.bell = function () {\n var _this = this;\n if (!this._terminal.visualBell) {\n return;\n }\n this._terminal.element.style.borderColor = 'white';\n setTimeout(function () { return _this._terminal.element.style.borderColor = ''; }, 10);\n if (this._terminal.popOnBell) {\n this._terminal.focus();\n }\n };\n InputHandler.prototype.lineFeed = function () {\n if (this._terminal.convertEol) {\n this._terminal.x = 0;\n }\n this._terminal.y++;\n if (this._terminal.y > this._terminal.scrollBottom) {\n this._terminal.y--;\n this._terminal.scroll();\n }\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x--;\n }\n };\n InputHandler.prototype.carriageReturn = function () {\n this._terminal.x = 0;\n };\n InputHandler.prototype.backspace = function () {\n if (this._terminal.x > 0) {\n this._terminal.x--;\n }\n };\n InputHandler.prototype.tab = function () {\n this._terminal.x = this._terminal.nextStop();\n };\n InputHandler.prototype.shiftOut = function () {\n this._terminal.setgLevel(1);\n };\n InputHandler.prototype.shiftIn = function () {\n this._terminal.setgLevel(0);\n };\n InputHandler.prototype.insertChars = function (params) {\n var param, row, j, ch;\n param = params[0];\n if (param < 1)\n param = 1;\n row = this._terminal.y + this._terminal.ybase;\n j = this._terminal.x;\n ch = [this._terminal.eraseAttr(), ' ', 1];\n while (param-- && j < this._terminal.cols) {\n this._terminal.lines.get(row).splice(j++, 0, ch);\n this._terminal.lines.get(row).pop();\n }\n };\n InputHandler.prototype.cursorUp = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y -= param;\n if (this._terminal.y < 0) {\n this._terminal.y = 0;\n }\n };\n InputHandler.prototype.cursorDown = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y += param;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x--;\n }\n };\n InputHandler.prototype.cursorForward = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.x += param;\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x = this._terminal.cols - 1;\n }\n };\n InputHandler.prototype.cursorBackward = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x--;\n }\n this._terminal.x -= param;\n if (this._terminal.x < 0) {\n this._terminal.x = 0;\n }\n };\n InputHandler.prototype.cursorNextLine = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y += param;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n this._terminal.x = 0;\n };\n ;\n InputHandler.prototype.cursorPrecedingLine = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y -= param;\n if (this._terminal.y < 0) {\n this._terminal.y = 0;\n }\n this._terminal.x = 0;\n };\n ;\n InputHandler.prototype.cursorCharAbsolute = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.x = param - 1;\n };\n InputHandler.prototype.cursorPosition = function (params) {\n var row, col;\n row = params[0] - 1;\n if (params.length >= 2) {\n col = params[1] - 1;\n }\n else {\n col = 0;\n }\n if (row < 0) {\n row = 0;\n }\n else if (row >= this._terminal.rows) {\n row = this._terminal.rows - 1;\n }\n if (col < 0) {\n col = 0;\n }\n else if (col >= this._terminal.cols) {\n col = this._terminal.cols - 1;\n }\n this._terminal.x = col;\n this._terminal.y = row;\n };\n InputHandler.prototype.cursorForwardTab = function (params) {\n var param = params[0] || 1;\n while (param--) {\n this._terminal.x = this._terminal.nextStop();\n }\n };\n InputHandler.prototype.eraseInDisplay = function (params) {\n var j;\n switch (params[0]) {\n case 0:\n this._terminal.eraseRight(this._terminal.x, this._terminal.y);\n j = this._terminal.y + 1;\n for (; j < this._terminal.rows; j++) {\n this._terminal.eraseLine(j);\n }\n break;\n case 1:\n this._terminal.eraseLeft(this._terminal.x, this._terminal.y);\n j = this._terminal.y;\n while (j--) {\n this._terminal.eraseLine(j);\n }\n break;\n case 2:\n j = this._terminal.rows;\n while (j--)\n this._terminal.eraseLine(j);\n break;\n case 3:\n var scrollBackSize = this._terminal.lines.length - this._terminal.rows;\n if (scrollBackSize > 0) {\n this._terminal.lines.trimStart(scrollBackSize);\n this._terminal.ybase = Math.max(this._terminal.ybase - scrollBackSize, 0);\n this._terminal.ydisp = Math.max(this._terminal.ydisp - scrollBackSize, 0);\n }\n break;\n }\n };\n InputHandler.prototype.eraseInLine = function (params) {\n switch (params[0]) {\n case 0:\n this._terminal.eraseRight(this._terminal.x, this._terminal.y);\n break;\n case 1:\n this._terminal.eraseLeft(this._terminal.x, this._terminal.y);\n break;\n case 2:\n this._terminal.eraseLine(this._terminal.y);\n break;\n }\n };\n InputHandler.prototype.insertLines = function (params) {\n var param, row, j;\n param = params[0];\n if (param < 1) {\n param = 1;\n }\n row = this._terminal.y + this._terminal.ybase;\n j = this._terminal.rows - 1 - this._terminal.scrollBottom;\n j = this._terminal.rows - 1 + this._terminal.ybase - j + 1;\n while (param--) {\n if (this._terminal.lines.length === this._terminal.lines.maxLength) {\n this._terminal.lines.trimStart(1);\n this._terminal.ybase--;\n this._terminal.ydisp--;\n row--;\n j--;\n }\n this._terminal.lines.splice(row, 0, this._terminal.blankLine(true));\n this._terminal.lines.splice(j, 1);\n }\n this._terminal.updateRange(this._terminal.y);\n this._terminal.updateRange(this._terminal.scrollBottom);\n };\n InputHandler.prototype.deleteLines = function (params) {\n var param, row, j;\n param = params[0];\n if (param < 1) {\n param = 1;\n }\n row = this._terminal.y + this._terminal.ybase;\n j = this._terminal.rows - 1 - this._terminal.scrollBottom;\n j = this._terminal.rows - 1 + this._terminal.ybase - j;\n while (param--) {\n if (this._terminal.lines.length === this._terminal.lines.maxLength) {\n this._terminal.lines.trimStart(1);\n this._terminal.ybase -= 1;\n this._terminal.ydisp -= 1;\n }\n this._terminal.lines.splice(j + 1, 0, this._terminal.blankLine(true));\n this._terminal.lines.splice(row, 1);\n }\n this._terminal.updateRange(this._terminal.y);\n this._terminal.updateRange(this._terminal.scrollBottom);\n };\n InputHandler.prototype.deleteChars = function (params) {\n var param, row, ch;\n param = params[0];\n if (param < 1) {\n param = 1;\n }\n row = this._terminal.y + this._terminal.ybase;\n ch = [this._terminal.eraseAttr(), ' ', 1];\n while (param--) {\n this._terminal.lines.get(row).splice(this._terminal.x, 1);\n this._terminal.lines.get(row).push(ch);\n }\n };\n InputHandler.prototype.scrollUp = function (params) {\n var param = params[0] || 1;\n while (param--) {\n this._terminal.lines.splice(this._terminal.ybase + this._terminal.scrollTop, 1);\n this._terminal.lines.splice(this._terminal.ybase + this._terminal.scrollBottom, 0, this._terminal.blankLine());\n }\n this._terminal.updateRange(this._terminal.scrollTop);\n this._terminal.updateRange(this._terminal.scrollBottom);\n };\n InputHandler.prototype.scrollDown = function (params) {\n var param = params[0] || 1;\n while (param--) {\n this._terminal.lines.splice(this._terminal.ybase + this._terminal.scrollBottom, 1);\n this._terminal.lines.splice(this._terminal.ybase + this._terminal.scrollTop, 0, this._terminal.blankLine());\n }\n this._terminal.updateRange(this._terminal.scrollTop);\n this._terminal.updateRange(this._terminal.scrollBottom);\n };\n InputHandler.prototype.eraseChars = function (params) {\n var param, row, j, ch;\n param = params[0];\n if (param < 1) {\n param = 1;\n }\n row = this._terminal.y + this._terminal.ybase;\n j = this._terminal.x;\n ch = [this._terminal.eraseAttr(), ' ', 1];\n while (param-- && j < this._terminal.cols) {\n this._terminal.lines.get(row)[j++] = ch;\n }\n };\n InputHandler.prototype.cursorBackwardTab = function (params) {\n var param = params[0] || 1;\n while (param--) {\n this._terminal.x = this._terminal.prevStop();\n }\n };\n InputHandler.prototype.charPosAbsolute = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.x = param - 1;\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x = this._terminal.cols - 1;\n }\n };\n InputHandler.prototype.HPositionRelative = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.x += param;\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x = this._terminal.cols - 1;\n }\n };\n InputHandler.prototype.repeatPrecedingCharacter = function (params) {\n var param = params[0] || 1, line = this._terminal.lines.get(this._terminal.ybase + this._terminal.y), ch = line[this._terminal.x - 1] || [this._terminal.defAttr, ' ', 1];\n while (param--) {\n line[this._terminal.x++] = ch;\n }\n };\n InputHandler.prototype.sendDeviceAttributes = function (params) {\n if (params[0] > 0) {\n return;\n }\n if (!this._terminal.prefix) {\n if (this._terminal.is('xterm') || this._terminal.is('rxvt-unicode') || this._terminal.is('screen')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[?1;2c');\n }\n else if (this._terminal.is('linux')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[?6c');\n }\n }\n else if (this._terminal.prefix === '>') {\n if (this._terminal.is('xterm')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[>0;276;0c');\n }\n else if (this._terminal.is('rxvt-unicode')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[>85;95;0c');\n }\n else if (this._terminal.is('linux')) {\n this._terminal.send(params[0] + 'c');\n }\n else if (this._terminal.is('screen')) {\n this._terminal.send(EscapeSequences_1.C0.ESC + '[>83;40003;0c');\n }\n }\n };\n InputHandler.prototype.linePosAbsolute = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y = param - 1;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n };\n InputHandler.prototype.VPositionRelative = function (params) {\n var param = params[0];\n if (param < 1) {\n param = 1;\n }\n this._terminal.y += param;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x--;\n }\n };\n InputHandler.prototype.HVPosition = function (params) {\n if (params[0] < 1)\n params[0] = 1;\n if (params[1] < 1)\n params[1] = 1;\n this._terminal.y = params[0] - 1;\n if (this._terminal.y >= this._terminal.rows) {\n this._terminal.y = this._terminal.rows - 1;\n }\n this._terminal.x = params[1] - 1;\n if (this._terminal.x >= this._terminal.cols) {\n this._terminal.x = this._terminal.cols - 1;\n }\n };\n InputHandler.prototype.tabClear = function (params) {\n var param = params[0];\n if (param <= 0) {\n delete this._terminal.tabs[this._terminal.x];\n }\n else if (param === 3) {\n this._terminal.tabs = {};\n }\n };\n InputHandler.prototype.setMode = function (params) {\n if (params.length > 1) {\n for (var i = 0; i < params.length; i++) {\n this.setMode([params[i]]);\n }\n return;\n }\n if (!this._terminal.prefix) {\n switch (params[0]) {\n case 4:\n this._terminal.insertMode = true;\n break;\n case 20:\n break;\n }\n }\n else if (this._terminal.prefix === '?') {\n switch (params[0]) {\n case 1:\n this._terminal.applicationCursor = true;\n break;\n case 2:\n this._terminal.setgCharset(0, Charsets_1.DEFAULT_CHARSET);\n this._terminal.setgCharset(1, Charsets_1.DEFAULT_CHARSET);\n this._terminal.setgCharset(2, Charsets_1.DEFAULT_CHARSET);\n this._terminal.setgCharset(3, Charsets_1.DEFAULT_CHARSET);\n break;\n case 3:\n this._terminal.savedCols = this._terminal.cols;\n this._terminal.resize(132, this._terminal.rows);\n break;\n case 6:\n this._terminal.originMode = true;\n break;\n case 7:\n this._terminal.wraparoundMode = true;\n break;\n case 12:\n break;\n case 66:\n this._terminal.log('Serial port requested application keypad.');\n this._terminal.applicationKeypad = true;\n this._terminal.viewport.syncScrollArea();\n break;\n case 9:\n case 1000:\n case 1002:\n case 1003:\n this._terminal.x10Mouse = params[0] === 9;\n this._terminal.vt200Mouse = params[0] === 1000;\n this._terminal.normalMouse = params[0] > 1000;\n this._terminal.mouseEvents = true;\n this._terminal.element.classList.add('enable-mouse-events');\n this._terminal.selectionManager.disable();\n this._terminal.log('Binding to mouse events.');\n break;\n case 1004:\n this._terminal.sendFocus = true;\n break;\n case 1005:\n this._terminal.utfMouse = true;\n break;\n case 1006:\n this._terminal.sgrMouse = true;\n break;\n case 1015:\n this._terminal.urxvtMouse = true;\n break;\n case 25:\n this._terminal.cursorHidden = false;\n break;\n case 1049:\n ;\n case 47:\n case 1047:\n if (!this._terminal.normal) {\n var normal = {\n lines: this._terminal.lines,\n ybase: this._terminal.ybase,\n ydisp: this._terminal.ydisp,\n x: this._terminal.x,\n y: this._terminal.y,\n scrollTop: this._terminal.scrollTop,\n scrollBottom: this._terminal.scrollBottom,\n tabs: this._terminal.tabs\n };\n this._terminal.reset();\n this._terminal.viewport.syncScrollArea();\n this._terminal.normal = normal;\n this._terminal.showCursor();\n }\n break;\n }\n }\n };\n InputHandler.prototype.resetMode = function (params) {\n if (params.length > 1) {\n for (var i = 0; i < params.length; i++) {\n this.resetMode([params[i]]);\n }\n return;\n }\n if (!this._terminal.prefix) {\n switch (params[0]) {\n case 4:\n this._terminal.insertMode = false;\n break;\n case 20:\n break;\n }\n }\n else if (this._terminal.prefix === '?') {\n switch (params[0]) {\n case 1:\n this._terminal.applicationCursor = false;\n break;\n case 3:\n if (this._terminal.cols === 132 && this._terminal.savedCols) {\n this._terminal.resize(this._terminal.savedCols, this._terminal.rows);\n }\n delete this._terminal.savedCols;\n break;\n case 6:\n this._terminal.originMode = false;\n break;\n case 7:\n this._terminal.wraparoundMode = false;\n break;\n case 12:\n break;\n case 66:\n this._terminal.log('Switching back to normal keypad.');\n this._terminal.applicationKeypad = false;\n this._terminal.viewport.syncScrollArea();\n break;\n case 9:\n case 1000:\n case 1002:\n case 1003:\n this._terminal.x10Mouse = false;\n this._terminal.vt200Mouse = false;\n this._terminal.normalMouse = false;\n this._terminal.mouseEvents = false;\n this._terminal.element.classList.remove('enable-mouse-events');\n this._terminal.selectionManager.enable();\n break;\n case 1004:\n this._terminal.sendFocus = false;\n break;\n case 1005:\n this._terminal.utfMouse = false;\n break;\n case 1006:\n this._terminal.sgrMouse = false;\n break;\n case 1015:\n this._terminal.urxvtMouse = false;\n break;\n case 25:\n this._terminal.cursorHidden = true;\n break;\n case 1049:\n ;\n case 47:\n case 1047:\n if (this._terminal.normal) {\n this._terminal.lines = this._terminal.normal.lines;\n this._terminal.ybase = this._terminal.normal.ybase;\n this._terminal.ydisp = this._terminal.normal.ydisp;\n this._terminal.x = this._terminal.normal.x;\n this._terminal.y = this._terminal.normal.y;\n this._terminal.scrollTop = this._terminal.normal.scrollTop;\n this._terminal.scrollBottom = this._terminal.normal.scrollBottom;\n this._terminal.tabs = this._terminal.normal.tabs;\n this._terminal.normal = null;\n this._terminal.selectionManager.setBuffer(this._terminal.lines);\n this._terminal.refresh(0, this._terminal.rows - 1);\n this._terminal.viewport.syncScrollArea();\n this._terminal.showCursor();\n }\n break;\n }\n }\n };\n InputHandler.prototype.charAttributes = function (params) {\n if (params.length === 1 && params[0] === 0) {\n this._terminal.curAttr = this._terminal.defAttr;\n return;\n }\n var l = params.length, i = 0, flags = this._terminal.curAttr >> 18, fg = (this._terminal.curAttr >> 9) & 0x1ff, bg = this._terminal.curAttr & 0x1ff, p;\n for (; i < l; i++) {\n p = params[i];\n if (p >= 30 && p <= 37) {\n fg = p - 30;\n }\n else if (p >= 40 && p <= 47) {\n bg = p - 40;\n }\n else if (p >= 90 && p <= 97) {\n p += 8;\n fg = p - 90;\n }\n else if (p >= 100 && p <= 107) {\n p += 8;\n bg = p - 100;\n }\n else if (p === 0) {\n flags = this._terminal.defAttr >> 18;\n fg = (this._terminal.defAttr >> 9) & 0x1ff;\n bg = this._terminal.defAttr & 0x1ff;\n }\n else if (p === 1) {\n flags |= 1;\n }\n else if (p === 4) {\n flags |= 2;\n }\n else if (p === 5) {\n flags |= 4;\n }\n else if (p === 7) {\n flags |= 8;\n }\n else if (p === 8) {\n flags |= 16;\n }\n else if (p === 22) {\n flags &= ~1;\n }\n else if (p === 24) {\n flags &= ~2;\n }\n else if (p === 25) {\n flags &= ~4;\n }\n else if (p === 27) {\n flags &= ~8;\n }\n else if (p === 28) {\n flags &= ~16;\n }\n else if (p === 39) {\n fg = (this._terminal.defAttr >> 9) & 0x1ff;\n }\n else if (p === 49) {\n bg = this._terminal.defAttr & 0x1ff;\n }\n else if (p === 38) {\n if (params[i + 1] === 2) {\n i += 2;\n fg = this._terminal.matchColor(params[i] & 0xff, params[i + 1] & 0xff, params[i + 2] & 0xff);\n if (fg === -1)\n fg = 0x1ff;\n i += 2;\n }\n else if (params[i + 1] === 5) {\n i += 2;\n p = params[i] & 0xff;\n fg = p;\n }\n }\n else if (p === 48) {\n if (params[i + 1] === 2) {\n i += 2;\n bg = this._terminal.matchColor(params[i] & 0xff, params[i + 1] & 0xff, params[i + 2] & 0xff);\n if (bg === -1)\n bg = 0x1ff;\n i += 2;\n }\n else if (params[i + 1] === 5) {\n i += 2;\n p = params[i] & 0xff;\n bg = p;\n }\n }\n else if (p === 100) {\n fg = (this._terminal.defAttr >> 9) & 0x1ff;\n bg = this._terminal.defAttr & 0x1ff;\n }\n else {\n this._terminal.error('Unknown SGR attribute: %d.', p);\n }\n }\n this._terminal.curAttr = (flags << 18) | (fg << 9) | bg;\n };\n InputHandler.prototype.deviceStatus = function (params) {\n if (!this._terminal.prefix) {\n switch (params[0]) {\n case 5:\n this._terminal.send(EscapeSequences_1.C0.ESC + '[0n');\n break;\n case 6:\n this._terminal.send(EscapeSequences_1.C0.ESC + '['\n + (this._terminal.y + 1)\n + ';'\n + (this._terminal.x + 1)\n + 'R');\n break;\n }\n }\n else if (this._terminal.prefix === '?') {\n switch (params[0]) {\n case 6:\n this._terminal.send(EscapeSequences_1.C0.ESC + '[?'\n + (this._terminal.y + 1)\n + ';'\n + (this._terminal.x + 1)\n + 'R');\n break;\n case 15:\n break;\n case 25:\n break;\n case 26:\n break;\n case 53:\n break;\n }\n }\n };\n InputHandler.prototype.softReset = function (params) {\n this._terminal.cursorHidden = false;\n this._terminal.insertMode = false;\n this._terminal.originMode = false;\n this._terminal.wraparoundMode = true;\n this._terminal.applicationKeypad = false;\n this._terminal.viewport.syncScrollArea();\n this._terminal.applicationCursor = false;\n this._terminal.scrollTop = 0;\n this._terminal.scrollBottom = this._terminal.rows - 1;\n this._terminal.curAttr = this._terminal.defAttr;\n this._terminal.x = this._terminal.y = 0;\n this._terminal.charset = null;\n this._terminal.glevel = 0;\n this._terminal.charsets = [null];\n };\n InputHandler.prototype.setCursorStyle = function (params) {\n var param = params[0] < 1 ? 1 : params[0];\n switch (param) {\n case 1:\n case 2:\n this._terminal.setOption('cursorStyle', 'block');\n break;\n case 3:\n case 4:\n this._terminal.setOption('cursorStyle', 'underline');\n break;\n case 5:\n case 6:\n this._terminal.setOption('cursorStyle', 'bar');\n break;\n }\n var isBlinking = param % 2 === 1;\n this._terminal.setOption('cursorBlink', isBlinking);\n };\n InputHandler.prototype.setScrollRegion = function (params) {\n if (this._terminal.prefix)\n return;\n this._terminal.scrollTop = (params[0] || 1) - 1;\n this._terminal.scrollBottom = (params[1] && params[1] <= this._terminal.rows ? params[1] : this._terminal.rows) - 1;\n this._terminal.x = 0;\n this._terminal.y = 0;\n };\n InputHandler.prototype.saveCursor = function (params) {\n this._terminal.savedX = this._terminal.x;\n this._terminal.savedY = this._terminal.y;\n };\n InputHandler.prototype.restoreCursor = function (params) {\n this._terminal.x = this._terminal.savedX || 0;\n this._terminal.y = this._terminal.savedY || 0;\n };\n return InputHandler;\n}());\nexports.InputHandler = InputHandler;\nvar wcwidth = (function (opts) {\n var COMBINING = [\n [0x0300, 0x036F], [0x0483, 0x0486], [0x0488, 0x0489],\n [0x0591, 0x05BD], [0x05BF, 0x05BF], [0x05C1, 0x05C2],\n [0x05C4, 0x05C5], [0x05C7, 0x05C7], [0x0600, 0x0603],\n [0x0610, 0x0615], [0x064B, 0x065E], [0x0670, 0x0670],\n [0x06D6, 0x06E4], [0x06E7, 0x06E8], [0x06EA, 0x06ED],\n [0x070F, 0x070F], [0x0711, 0x0711], [0x0730, 0x074A],\n [0x07A6, 0x07B0], [0x07EB, 0x07F3], [0x0901, 0x0902],\n [0x093C, 0x093C], [0x0941, 0x0948], [0x094D, 0x094D],\n [0x0951, 0x0954], [0x0962, 0x0963], [0x0981, 0x0981],\n [0x09BC, 0x09BC], [0x09C1, 0x09C4], [0x09CD, 0x09CD],\n [0x09E2, 0x09E3], [0x0A01, 0x0A02], [0x0A3C, 0x0A3C],\n [0x0A41, 0x0A42], [0x0A47, 0x0A48], [0x0A4B, 0x0A4D],\n [0x0A70, 0x0A71], [0x0A81, 0x0A82], [0x0ABC, 0x0ABC],\n [0x0AC1, 0x0AC5], [0x0AC7, 0x0AC8], [0x0ACD, 0x0ACD],\n [0x0AE2, 0x0AE3], [0x0B01, 0x0B01], [0x0B3C, 0x0B3C],\n [0x0B3F, 0x0B3F], [0x0B41, 0x0B43], [0x0B4D, 0x0B4D],\n [0x0B56, 0x0B56], [0x0B82, 0x0B82], [0x0BC0, 0x0BC0],\n [0x0BCD, 0x0BCD], [0x0C3E, 0x0C40], [0x0C46, 0x0C48],\n [0x0C4A, 0x0C4D], [0x0C55, 0x0C56], [0x0CBC, 0x0CBC],\n [0x0CBF, 0x0CBF], [0x0CC6, 0x0CC6], [0x0CCC, 0x0CCD],\n [0x0CE2, 0x0CE3], [0x0D41, 0x0D43], [0x0D4D, 0x0D4D],\n [0x0DCA, 0x0DCA], [0x0DD2, 0x0DD4], [0x0DD6, 0x0DD6],\n [0x0E31, 0x0E31], [0x0E34, 0x0E3A], [0x0E47, 0x0E4E],\n [0x0EB1, 0x0EB1], [0x0EB4, 0x0EB9], [0x0EBB, 0x0EBC],\n [0x0EC8, 0x0ECD], [0x0F18, 0x0F19], [0x0F35, 0x0F35],\n [0x0F37, 0x0F37], [0x0F39, 0x0F39], [0x0F71, 0x0F7E],\n [0x0F80, 0x0F84], [0x0F86, 0x0F87], [0x0F90, 0x0F97],\n [0x0F99, 0x0FBC], [0x0FC6, 0x0FC6], [0x102D, 0x1030],\n [0x1032, 0x1032], [0x1036, 0x1037], [0x1039, 0x1039],\n [0x1058, 0x1059], [0x1160, 0x11FF], [0x135F, 0x135F],\n [0x1712, 0x1714], [0x1732, 0x1734], [0x1752, 0x1753],\n [0x1772, 0x1773], [0x17B4, 0x17B5], [0x17B7, 0x17BD],\n [0x17C6, 0x17C6], [0x17C9, 0x17D3], [0x17DD, 0x17DD],\n [0x180B, 0x180D], [0x18A9, 0x18A9], [0x1920, 0x1922],\n [0x1927, 0x1928], [0x1932, 0x1932], [0x1939, 0x193B],\n [0x1A17, 0x1A18], [0x1B00, 0x1B03], [0x1B34, 0x1B34],\n [0x1B36, 0x1B3A], [0x1B3C, 0x1B3C], [0x1B42, 0x1B42],\n [0x1B6B, 0x1B73], [0x1DC0, 0x1DCA], [0x1DFE, 0x1DFF],\n [0x200B, 0x200F], [0x202A, 0x202E], [0x2060, 0x2063],\n [0x206A, 0x206F], [0x20D0, 0x20EF], [0x302A, 0x302F],\n [0x3099, 0x309A], [0xA806, 0xA806], [0xA80B, 0xA80B],\n [0xA825, 0xA826], [0xFB1E, 0xFB1E], [0xFE00, 0xFE0F],\n [0xFE20, 0xFE23], [0xFEFF, 0xFEFF], [0xFFF9, 0xFFFB],\n [0x10A01, 0x10A03], [0x10A05, 0x10A06], [0x10A0C, 0x10A0F],\n [0x10A38, 0x10A3A], [0x10A3F, 0x10A3F], [0x1D167, 0x1D169],\n [0x1D173, 0x1D182], [0x1D185, 0x1D18B], [0x1D1AA, 0x1D1AD],\n [0x1D242, 0x1D244], [0xE0001, 0xE0001], [0xE0020, 0xE007F],\n [0xE0100, 0xE01EF]\n ];\n function bisearch(ucs) {\n var min = 0;\n var max = COMBINING.length - 1;\n var mid;\n if (ucs < COMBINING[0][0] || ucs > COMBINING[max][1])\n return false;\n while (max >= min) {\n mid = Math.floor((min + max) / 2);\n if (ucs > COMBINING[mid][1])\n min = mid + 1;\n else if (ucs < COMBINING[mid][0])\n max = mid - 1;\n else\n return true;\n }\n return false;\n }\n function wcwidth(ucs) {\n if (ucs === 0)\n return opts.nul;\n if (ucs < 32 || (ucs >= 0x7f && ucs < 0xa0))\n return opts.control;\n if (bisearch(ucs))\n return 0;\n if (isWide(ucs)) {\n return 2;\n }\n return 1;\n }\n function isWide(ucs) {\n return (ucs >= 0x1100 && (ucs <= 0x115f ||\n ucs === 0x2329 ||\n ucs === 0x232a ||\n (ucs >= 0x2e80 && ucs <= 0xa4cf && ucs !== 0x303f) ||\n (ucs >= 0xac00 && ucs <= 0xd7a3) ||\n (ucs >= 0xf900 && ucs <= 0xfaff) ||\n (ucs >= 0xfe10 && ucs <= 0xfe19) ||\n (ucs >= 0xfe30 && ucs <= 0xfe6f) ||\n (ucs >= 0xff00 && ucs <= 0xff60) ||\n (ucs >= 0xffe0 && ucs <= 0xffe6) ||\n (ucs >= 0x20000 && ucs <= 0x2fffd) ||\n (ucs >= 0x30000 && ucs <= 0x3fffd)));\n }\n return wcwidth;\n})({ nul: 0, control: 0 });\n\n//# sourceMappingURL=InputHandler.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/InputHandler.js\n// module id = 17\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar INVALID_LINK_CLASS = 'xterm-invalid-link';\nvar protocolClause = '(https?:\\\\/\\\\/)';\nvar domainCharacterSet = '[\\\\da-z\\\\.-]+';\nvar negatedDomainCharacterSet = '[^\\\\da-z\\\\.-]+';\nvar domainBodyClause = '(' + domainCharacterSet + ')';\nvar tldClause = '([a-z\\\\.]{2,6})';\nvar ipClause = '((\\\\d{1,3}\\\\.){3}\\\\d{1,3})';\nvar localHostClause = '(localhost)';\nvar portClause = '(:\\\\d{1,5})';\nvar hostClause = '((' + domainBodyClause + '\\\\.' + tldClause + ')|' + ipClause + '|' + localHostClause + ')' + portClause + '?';\nvar pathClause = '(\\\\/[\\\\/\\\\w\\\\.\\\\-%~]*)*';\nvar queryStringHashFragmentCharacterSet = '[0-9\\\\w\\\\[\\\\]\\\\(\\\\)\\\\/\\\\?\\\\!#@$%&\\'*+,:;~\\\\=\\\\.\\\\-]*';\nvar queryStringClause = '(\\\\?' + queryStringHashFragmentCharacterSet + ')?';\nvar hashFragmentClause = '(#' + queryStringHashFragmentCharacterSet + ')?';\nvar negatedPathCharacterSet = '[^\\\\/\\\\w\\\\.\\\\-%]+';\nvar bodyClause = hostClause + pathClause + queryStringClause + hashFragmentClause;\nvar start = '(?:^|' + negatedDomainCharacterSet + ')(';\nvar end = ')($|' + negatedPathCharacterSet + ')';\nvar strictUrlRegex = new RegExp(start + protocolClause + bodyClause + end);\nvar HYPERTEXT_LINK_MATCHER_ID = 0;\nvar Linkifier = (function () {\n function Linkifier() {\n this._nextLinkMatcherId = HYPERTEXT_LINK_MATCHER_ID;\n this._rowTimeoutIds = [];\n this._linkMatchers = [];\n this.registerLinkMatcher(strictUrlRegex, null, { matchIndex: 1 });\n }\n Linkifier.prototype.attachToDom = function (document, rows) {\n this._document = document;\n this._rows = rows;\n };\n Linkifier.prototype.linkifyRow = function (rowIndex) {\n if (!this._document) {\n return;\n }\n var timeoutId = this._rowTimeoutIds[rowIndex];\n if (timeoutId) {\n clearTimeout(timeoutId);\n }\n this._rowTimeoutIds[rowIndex] = setTimeout(this._linkifyRow.bind(this, rowIndex), Linkifier.TIME_BEFORE_LINKIFY);\n };\n Linkifier.prototype.setHypertextLinkHandler = function (handler) {\n this._linkMatchers[HYPERTEXT_LINK_MATCHER_ID].handler = handler;\n };\n Linkifier.prototype.setHypertextValidationCallback = function (callback) {\n this._linkMatchers[HYPERTEXT_LINK_MATCHER_ID].validationCallback = callback;\n };\n Linkifier.prototype.registerLinkMatcher = function (regex, handler, options) {\n if (options === void 0) { options = {}; }\n if (this._nextLinkMatcherId !== HYPERTEXT_LINK_MATCHER_ID && !handler) {\n throw new Error('handler must be defined');\n }\n var matcher = {\n id: this._nextLinkMatcherId++,\n regex: regex,\n handler: handler,\n matchIndex: options.matchIndex,\n validationCallback: options.validationCallback,\n priority: options.priority || 0\n };\n this._addLinkMatcherToList(matcher);\n return matcher.id;\n };\n Linkifier.prototype._addLinkMatcherToList = function (matcher) {\n if (this._linkMatchers.length === 0) {\n this._linkMatchers.push(matcher);\n return;\n }\n for (var i = this._linkMatchers.length - 1; i >= 0; i--) {\n if (matcher.priority <= this._linkMatchers[i].priority) {\n this._linkMatchers.splice(i + 1, 0, matcher);\n return;\n }\n }\n this._linkMatchers.splice(0, 0, matcher);\n };\n Linkifier.prototype.deregisterLinkMatcher = function (matcherId) {\n for (var i = 1; i < this._linkMatchers.length; i++) {\n if (this._linkMatchers[i].id === matcherId) {\n this._linkMatchers.splice(i, 1);\n return true;\n }\n }\n return false;\n };\n Linkifier.prototype._linkifyRow = function (rowIndex) {\n var row = this._rows[rowIndex];\n if (!row) {\n return;\n }\n var text = row.textContent;\n for (var i = 0; i < this._linkMatchers.length; i++) {\n var matcher = this._linkMatchers[i];\n var linkElements = this._doLinkifyRow(row, matcher);\n if (linkElements.length > 0) {\n if (matcher.validationCallback) {\n var _loop_1 = function (j) {\n var element = linkElements[j];\n matcher.validationCallback(element.textContent, element, function (isValid) {\n if (!isValid) {\n element.classList.add(INVALID_LINK_CLASS);\n }\n });\n };\n for (var j = 0; j < linkElements.length; j++) {\n _loop_1(j);\n }\n }\n return;\n }\n }\n };\n Linkifier.prototype._doLinkifyRow = function (row, matcher) {\n var result = [];\n var isHttpLinkMatcher = matcher.id === HYPERTEXT_LINK_MATCHER_ID;\n var nodes = row.childNodes;\n var match = row.textContent.match(matcher.regex);\n if (!match || match.length === 0) {\n return result;\n }\n var uri = match[typeof matcher.matchIndex !== 'number' ? 0 : matcher.matchIndex];\n var rowStartIndex = match.index + uri.length;\n for (var i = 0; i < nodes.length; i++) {\n var node = nodes[i];\n var searchIndex = node.textContent.indexOf(uri);\n if (searchIndex >= 0) {\n var linkElement = this._createAnchorElement(uri, matcher.handler, isHttpLinkMatcher);\n if (node.textContent.length === uri.length) {\n if (node.nodeType === 3) {\n this._replaceNode(node, linkElement);\n }\n else {\n var element = node;\n if (element.nodeName === 'A') {\n return result;\n }\n element.innerHTML = '';\n element.appendChild(linkElement);\n }\n }\n else if (node.childNodes.length > 1) {\n for (var j = 0; j < node.childNodes.length; j++) {\n var childNode = node.childNodes[j];\n var childSearchIndex = childNode.textContent.indexOf(uri);\n if (childSearchIndex !== -1) {\n this._replaceNodeSubstringWithNode(childNode, linkElement, uri, childSearchIndex);\n break;\n }\n }\n }\n else {\n var nodesAdded = this._replaceNodeSubstringWithNode(node, linkElement, uri, searchIndex);\n i += nodesAdded;\n }\n result.push(linkElement);\n match = row.textContent.substring(rowStartIndex).match(matcher.regex);\n if (!match || match.length === 0) {\n return result;\n }\n uri = match[typeof matcher.matchIndex !== 'number' ? 0 : matcher.matchIndex];\n rowStartIndex += match.index + uri.length;\n }\n }\n return result;\n };\n Linkifier.prototype._createAnchorElement = function (uri, handler, isHypertextLinkHandler) {\n var element = this._document.createElement('a');\n element.textContent = uri;\n element.draggable = false;\n if (isHypertextLinkHandler) {\n element.href = uri;\n element.target = '_blank';\n element.addEventListener('click', function (event) {\n if (handler) {\n return handler(event, uri);\n }\n });\n }\n else {\n element.addEventListener('click', function (event) {\n if (element.classList.contains(INVALID_LINK_CLASS)) {\n return;\n }\n return handler(event, uri);\n });\n }\n return element;\n };\n Linkifier.prototype._replaceNode = function (oldNode) {\n var newNodes = [];\n for (var _i = 1; _i < arguments.length; _i++) {\n newNodes[_i - 1] = arguments[_i];\n }\n var parent = oldNode.parentNode;\n for (var i = 0; i < newNodes.length; i++) {\n parent.insertBefore(newNodes[i], oldNode);\n }\n parent.removeChild(oldNode);\n };\n Linkifier.prototype._replaceNodeSubstringWithNode = function (targetNode, newNode, substring, substringIndex) {\n if (targetNode.childNodes.length === 1) {\n targetNode = targetNode.childNodes[0];\n }\n if (targetNode.nodeType !== 3) {\n throw new Error('targetNode must be a text node or only contain a single text node');\n }\n var fullText = targetNode.textContent;\n if (substringIndex === 0) {\n var rightText_1 = fullText.substring(substring.length);\n var rightTextNode_1 = this._document.createTextNode(rightText_1);\n this._replaceNode(targetNode, newNode, rightTextNode_1);\n return 0;\n }\n if (substringIndex === targetNode.textContent.length - substring.length) {\n var leftText_1 = fullText.substring(0, substringIndex);\n var leftTextNode_1 = this._document.createTextNode(leftText_1);\n this._replaceNode(targetNode, leftTextNode_1, newNode);\n return 0;\n }\n var leftText = fullText.substring(0, substringIndex);\n var leftTextNode = this._document.createTextNode(leftText);\n var rightText = fullText.substring(substringIndex + substring.length);\n var rightTextNode = this._document.createTextNode(rightText);\n this._replaceNode(targetNode, leftTextNode, newNode, rightTextNode);\n return 1;\n };\n return Linkifier;\n}());\nLinkifier.TIME_BEFORE_LINKIFY = 200;\nexports.Linkifier = Linkifier;\n\n//# sourceMappingURL=Linkifier.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Linkifier.js\n// module id = 18\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar EscapeSequences_1 = require(\"./EscapeSequences\");\nvar Charsets_1 = require(\"./Charsets\");\nvar normalStateHandler = {};\nnormalStateHandler[EscapeSequences_1.C0.BEL] = function (parser, handler) { return handler.bell(); };\nnormalStateHandler[EscapeSequences_1.C0.LF] = function (parser, handler) { return handler.lineFeed(); };\nnormalStateHandler[EscapeSequences_1.C0.VT] = normalStateHandler[EscapeSequences_1.C0.LF];\nnormalStateHandler[EscapeSequences_1.C0.FF] = normalStateHandler[EscapeSequences_1.C0.LF];\nnormalStateHandler[EscapeSequences_1.C0.CR] = function (parser, handler) { return handler.carriageReturn(); };\nnormalStateHandler[EscapeSequences_1.C0.BS] = function (parser, handler) { return handler.backspace(); };\nnormalStateHandler[EscapeSequences_1.C0.HT] = function (parser, handler) { return handler.tab(); };\nnormalStateHandler[EscapeSequences_1.C0.SO] = function (parser, handler) { return handler.shiftOut(); };\nnormalStateHandler[EscapeSequences_1.C0.SI] = function (parser, handler) { return handler.shiftIn(); };\nnormalStateHandler[EscapeSequences_1.C0.ESC] = function (parser, handler) { return parser.setState(ParserState.ESCAPED); };\nvar escapedStateHandler = {};\nescapedStateHandler['['] = function (parser, terminal) {\n terminal.params = [];\n terminal.currentParam = 0;\n parser.setState(ParserState.CSI_PARAM);\n};\nescapedStateHandler[']'] = function (parser, terminal) {\n terminal.params = [];\n terminal.currentParam = 0;\n parser.setState(ParserState.OSC);\n};\nescapedStateHandler['P'] = function (parser, terminal) {\n terminal.params = [];\n terminal.currentParam = 0;\n parser.setState(ParserState.DCS);\n};\nescapedStateHandler['_'] = function (parser, terminal) {\n parser.setState(ParserState.IGNORE);\n};\nescapedStateHandler['^'] = function (parser, terminal) {\n parser.setState(ParserState.IGNORE);\n};\nescapedStateHandler['c'] = function (parser, terminal) {\n terminal.reset();\n};\nescapedStateHandler['E'] = function (parser, terminal) {\n terminal.x = 0;\n terminal.index();\n parser.setState(ParserState.NORMAL);\n};\nescapedStateHandler['D'] = function (parser, terminal) {\n terminal.index();\n parser.setState(ParserState.NORMAL);\n};\nescapedStateHandler['M'] = function (parser, terminal) {\n terminal.reverseIndex();\n parser.setState(ParserState.NORMAL);\n};\nescapedStateHandler['%'] = function (parser, terminal) {\n terminal.setgLevel(0);\n terminal.setgCharset(0, Charsets_1.DEFAULT_CHARSET);\n parser.setState(ParserState.NORMAL);\n parser.skipNextChar();\n};\nescapedStateHandler[EscapeSequences_1.C0.CAN] = function (parser) { return parser.setState(ParserState.NORMAL); };\nvar csiParamStateHandler = {};\ncsiParamStateHandler['?'] = function (parser) { return parser.setPrefix('?'); };\ncsiParamStateHandler['>'] = function (parser) { return parser.setPrefix('>'); };\ncsiParamStateHandler['!'] = function (parser) { return parser.setPrefix('!'); };\ncsiParamStateHandler['0'] = function (parser) { return parser.setParam(parser.getParam() * 10); };\ncsiParamStateHandler['1'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 1); };\ncsiParamStateHandler['2'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 2); };\ncsiParamStateHandler['3'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 3); };\ncsiParamStateHandler['4'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 4); };\ncsiParamStateHandler['5'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 5); };\ncsiParamStateHandler['6'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 6); };\ncsiParamStateHandler['7'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 7); };\ncsiParamStateHandler['8'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 8); };\ncsiParamStateHandler['9'] = function (parser) { return parser.setParam(parser.getParam() * 10 + 9); };\ncsiParamStateHandler['$'] = function (parser) { return parser.setPostfix('$'); };\ncsiParamStateHandler['\"'] = function (parser) { return parser.setPostfix('\"'); };\ncsiParamStateHandler[' '] = function (parser) { return parser.setPostfix(' '); };\ncsiParamStateHandler['\\''] = function (parser) { return parser.setPostfix('\\''); };\ncsiParamStateHandler[';'] = function (parser) { return parser.finalizeParam(); };\ncsiParamStateHandler[EscapeSequences_1.C0.CAN] = function (parser) { return parser.setState(ParserState.NORMAL); };\nvar csiStateHandler = {};\ncsiStateHandler['@'] = function (handler, params, prefix) { return handler.insertChars(params); };\ncsiStateHandler['A'] = function (handler, params, prefix) { return handler.cursorUp(params); };\ncsiStateHandler['B'] = function (handler, params, prefix) { return handler.cursorDown(params); };\ncsiStateHandler['C'] = function (handler, params, prefix) { return handler.cursorForward(params); };\ncsiStateHandler['D'] = function (handler, params, prefix) { return handler.cursorBackward(params); };\ncsiStateHandler['E'] = function (handler, params, prefix) { return handler.cursorNextLine(params); };\ncsiStateHandler['F'] = function (handler, params, prefix) { return handler.cursorPrecedingLine(params); };\ncsiStateHandler['G'] = function (handler, params, prefix) { return handler.cursorCharAbsolute(params); };\ncsiStateHandler['H'] = function (handler, params, prefix) { return handler.cursorPosition(params); };\ncsiStateHandler['I'] = function (handler, params, prefix) { return handler.cursorForwardTab(params); };\ncsiStateHandler['J'] = function (handler, params, prefix) { return handler.eraseInDisplay(params); };\ncsiStateHandler['K'] = function (handler, params, prefix) { return handler.eraseInLine(params); };\ncsiStateHandler['L'] = function (handler, params, prefix) { return handler.insertLines(params); };\ncsiStateHandler['M'] = function (handler, params, prefix) { return handler.deleteLines(params); };\ncsiStateHandler['P'] = function (handler, params, prefix) { return handler.deleteChars(params); };\ncsiStateHandler['S'] = function (handler, params, prefix) { return handler.scrollUp(params); };\ncsiStateHandler['T'] = function (handler, params, prefix) {\n if (params.length < 2 && !prefix) {\n handler.scrollDown(params);\n }\n};\ncsiStateHandler['X'] = function (handler, params, prefix) { return handler.eraseChars(params); };\ncsiStateHandler['Z'] = function (handler, params, prefix) { return handler.cursorBackwardTab(params); };\ncsiStateHandler['`'] = function (handler, params, prefix) { return handler.charPosAbsolute(params); };\ncsiStateHandler['a'] = function (handler, params, prefix) { return handler.HPositionRelative(params); };\ncsiStateHandler['b'] = function (handler, params, prefix) { return handler.repeatPrecedingCharacter(params); };\ncsiStateHandler['c'] = function (handler, params, prefix) { return handler.sendDeviceAttributes(params); };\ncsiStateHandler['d'] = function (handler, params, prefix) { return handler.linePosAbsolute(params); };\ncsiStateHandler['e'] = function (handler, params, prefix) { return handler.VPositionRelative(params); };\ncsiStateHandler['f'] = function (handler, params, prefix) { return handler.HVPosition(params); };\ncsiStateHandler['g'] = function (handler, params, prefix) { return handler.tabClear(params); };\ncsiStateHandler['h'] = function (handler, params, prefix) { return handler.setMode(params); };\ncsiStateHandler['l'] = function (handler, params, prefix) { return handler.resetMode(params); };\ncsiStateHandler['m'] = function (handler, params, prefix) { return handler.charAttributes(params); };\ncsiStateHandler['n'] = function (handler, params, prefix) { return handler.deviceStatus(params); };\ncsiStateHandler['p'] = function (handler, params, prefix) {\n switch (prefix) {\n case '!':\n handler.softReset(params);\n break;\n }\n};\ncsiStateHandler['q'] = function (handler, params, prefix, postfix) {\n if (postfix === ' ') {\n handler.setCursorStyle(params);\n }\n};\ncsiStateHandler['r'] = function (handler, params) { return handler.setScrollRegion(params); };\ncsiStateHandler['s'] = function (handler, params) { return handler.saveCursor(params); };\ncsiStateHandler['u'] = function (handler, params) { return handler.restoreCursor(params); };\ncsiStateHandler[EscapeSequences_1.C0.CAN] = function (handler, params, prefix, postfix, parser) { return parser.setState(ParserState.NORMAL); };\nvar ParserState;\n(function (ParserState) {\n ParserState[ParserState[\"NORMAL\"] = 0] = \"NORMAL\";\n ParserState[ParserState[\"ESCAPED\"] = 1] = \"ESCAPED\";\n ParserState[ParserState[\"CSI_PARAM\"] = 2] = \"CSI_PARAM\";\n ParserState[ParserState[\"CSI\"] = 3] = \"CSI\";\n ParserState[ParserState[\"OSC\"] = 4] = \"OSC\";\n ParserState[ParserState[\"CHARSET\"] = 5] = \"CHARSET\";\n ParserState[ParserState[\"DCS\"] = 6] = \"DCS\";\n ParserState[ParserState[\"IGNORE\"] = 7] = \"IGNORE\";\n})(ParserState || (ParserState = {}));\nvar Parser = (function () {\n function Parser(_inputHandler, _terminal) {\n this._inputHandler = _inputHandler;\n this._terminal = _terminal;\n this._state = ParserState.NORMAL;\n }\n Parser.prototype.parse = function (data) {\n var l = data.length, j, cs, ch, code, low;\n this._position = 0;\n if (this._terminal.surrogate_high) {\n data = this._terminal.surrogate_high + data;\n this._terminal.surrogate_high = '';\n }\n for (; this._position < l; this._position++) {\n ch = data[this._position];\n code = data.charCodeAt(this._position);\n if (0xD800 <= code && code <= 0xDBFF) {\n low = data.charCodeAt(this._position + 1);\n if (isNaN(low)) {\n this._terminal.surrogate_high = ch;\n continue;\n }\n code = ((code - 0xD800) * 0x400) + (low - 0xDC00) + 0x10000;\n ch += data.charAt(this._position + 1);\n }\n if (0xDC00 <= code && code <= 0xDFFF)\n continue;\n switch (this._state) {\n case ParserState.NORMAL:\n if (ch in normalStateHandler) {\n normalStateHandler[ch](this, this._inputHandler);\n }\n else {\n this._inputHandler.addChar(ch, code);\n }\n break;\n case ParserState.ESCAPED:\n if (ch in escapedStateHandler) {\n escapedStateHandler[ch](this, this._terminal);\n break;\n }\n switch (ch) {\n case '(':\n case ')':\n case '*':\n case '+':\n case '-':\n case '.':\n switch (ch) {\n case '(':\n this._terminal.gcharset = 0;\n break;\n case ')':\n this._terminal.gcharset = 1;\n break;\n case '*':\n this._terminal.gcharset = 2;\n break;\n case '+':\n this._terminal.gcharset = 3;\n break;\n case '-':\n this._terminal.gcharset = 1;\n break;\n case '.':\n this._terminal.gcharset = 2;\n break;\n }\n this._state = ParserState.CHARSET;\n break;\n case '/':\n this._terminal.gcharset = 3;\n this._state = ParserState.CHARSET;\n this._position--;\n break;\n case 'N':\n break;\n case 'O':\n break;\n case 'n':\n this._terminal.setgLevel(2);\n break;\n case 'o':\n this._terminal.setgLevel(3);\n break;\n case '|':\n this._terminal.setgLevel(3);\n break;\n case '}':\n this._terminal.setgLevel(2);\n break;\n case '~':\n this._terminal.setgLevel(1);\n break;\n case '7':\n this._inputHandler.saveCursor();\n this._state = ParserState.NORMAL;\n break;\n case '8':\n this._inputHandler.restoreCursor();\n this._state = ParserState.NORMAL;\n break;\n case '#':\n this._state = ParserState.NORMAL;\n this._position++;\n break;\n case 'H':\n this._terminal.tabSet();\n this._state = ParserState.NORMAL;\n break;\n case '=':\n this._terminal.log('Serial port requested application keypad.');\n this._terminal.applicationKeypad = true;\n this._terminal.viewport.syncScrollArea();\n this._state = ParserState.NORMAL;\n break;\n case '>':\n this._terminal.log('Switching back to normal keypad.');\n this._terminal.applicationKeypad = false;\n this._terminal.viewport.syncScrollArea();\n this._state = ParserState.NORMAL;\n break;\n default:\n this._state = ParserState.NORMAL;\n this._terminal.error('Unknown ESC control: %s.', ch);\n break;\n }\n break;\n case ParserState.CHARSET:\n if (ch in Charsets_1.CHARSETS) {\n cs = Charsets_1.CHARSETS[ch];\n if (ch === '/') {\n this.skipNextChar();\n }\n }\n else {\n cs = Charsets_1.DEFAULT_CHARSET;\n }\n this._terminal.setgCharset(this._terminal.gcharset, cs);\n this._terminal.gcharset = null;\n this._state = ParserState.NORMAL;\n break;\n case ParserState.OSC:\n if (ch === EscapeSequences_1.C0.ESC || ch === EscapeSequences_1.C0.BEL) {\n if (ch === EscapeSequences_1.C0.ESC)\n this._position++;\n this._terminal.params.push(this._terminal.currentParam);\n switch (this._terminal.params[0]) {\n case 0:\n case 1:\n case 2:\n if (this._terminal.params[1]) {\n this._terminal.title = this._terminal.params[1];\n this._terminal.handleTitle(this._terminal.title);\n }\n break;\n case 3:\n break;\n case 4:\n case 5:\n break;\n case 10:\n case 11:\n case 12:\n case 13:\n case 14:\n case 15:\n case 16:\n case 17:\n case 18:\n case 19:\n break;\n case 46:\n break;\n case 50:\n break;\n case 51:\n break;\n case 52:\n break;\n case 104:\n case 105:\n case 110:\n case 111:\n case 112:\n case 113:\n case 114:\n case 115:\n case 116:\n case 117:\n case 118:\n break;\n }\n this._terminal.params = [];\n this._terminal.currentParam = 0;\n this._state = ParserState.NORMAL;\n }\n else {\n if (!this._terminal.params.length) {\n if (ch >= '0' && ch <= '9') {\n this._terminal.currentParam =\n this._terminal.currentParam * 10 + ch.charCodeAt(0) - 48;\n }\n else if (ch === ';') {\n this._terminal.params.push(this._terminal.currentParam);\n this._terminal.currentParam = '';\n }\n }\n else {\n this._terminal.currentParam += ch;\n }\n }\n break;\n case ParserState.CSI_PARAM:\n if (ch in csiParamStateHandler) {\n csiParamStateHandler[ch](this);\n break;\n }\n this.finalizeParam();\n this._state = ParserState.CSI;\n case ParserState.CSI:\n if (ch in csiStateHandler) {\n csiStateHandler[ch](this._inputHandler, this._terminal.params, this._terminal.prefix, this._terminal.postfix, this);\n }\n else {\n this._terminal.error('Unknown CSI code: %s.', ch);\n }\n this._state = ParserState.NORMAL;\n this._terminal.prefix = '';\n this._terminal.postfix = '';\n break;\n case ParserState.DCS:\n if (ch === EscapeSequences_1.C0.ESC || ch === EscapeSequences_1.C0.BEL) {\n if (ch === EscapeSequences_1.C0.ESC)\n this._position++;\n var pt = void 0;\n var valid = void 0;\n switch (this._terminal.prefix) {\n case '':\n break;\n case '$q':\n pt = this._terminal.currentParam;\n valid = false;\n switch (pt) {\n case '\"q':\n pt = '0\"q';\n break;\n case '\"p':\n pt = '61\"p';\n break;\n case 'r':\n pt = ''\n + (this._terminal.scrollTop + 1)\n + ';'\n + (this._terminal.scrollBottom + 1)\n + 'r';\n break;\n case 'm':\n pt = '0m';\n break;\n default:\n this._terminal.error('Unknown DCS Pt: %s.', pt);\n pt = '';\n break;\n }\n this._terminal.send(EscapeSequences_1.C0.ESC + 'P' + +valid + '$r' + pt + EscapeSequences_1.C0.ESC + '\\\\');\n break;\n case '+p':\n break;\n case '+q':\n pt = this._terminal.currentParam;\n valid = false;\n this._terminal.send(EscapeSequences_1.C0.ESC + 'P' + +valid + '+r' + pt + EscapeSequences_1.C0.ESC + '\\\\');\n break;\n default:\n this._terminal.error('Unknown DCS prefix: %s.', this._terminal.prefix);\n break;\n }\n this._terminal.currentParam = 0;\n this._terminal.prefix = '';\n this._state = ParserState.NORMAL;\n }\n else if (!this._terminal.currentParam) {\n if (!this._terminal.prefix && ch !== '$' && ch !== '+') {\n this._terminal.currentParam = ch;\n }\n else if (this._terminal.prefix.length === 2) {\n this._terminal.currentParam = ch;\n }\n else {\n this._terminal.prefix += ch;\n }\n }\n else {\n this._terminal.currentParam += ch;\n }\n break;\n case ParserState.IGNORE:\n if (ch === EscapeSequences_1.C0.ESC || ch === EscapeSequences_1.C0.BEL) {\n if (ch === EscapeSequences_1.C0.ESC)\n this._position++;\n this._state = ParserState.NORMAL;\n }\n break;\n }\n }\n return this._state;\n };\n Parser.prototype.setState = function (state) {\n this._state = state;\n };\n Parser.prototype.setPrefix = function (prefix) {\n this._terminal.prefix = prefix;\n };\n Parser.prototype.setPostfix = function (postfix) {\n this._terminal.postfix = postfix;\n };\n Parser.prototype.setParam = function (param) {\n this._terminal.currentParam = param;\n };\n Parser.prototype.getParam = function () {\n return this._terminal.currentParam;\n };\n Parser.prototype.finalizeParam = function () {\n this._terminal.params.push(this._terminal.currentParam);\n this._terminal.currentParam = 0;\n };\n Parser.prototype.skipNextChar = function () {\n this._position++;\n };\n return Parser;\n}());\nexports.Parser = Parser;\n\n//# sourceMappingURL=Parser.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Parser.js\n// module id = 19\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar DomElementObjectPool_1 = require(\"./utils/DomElementObjectPool\");\nvar MAX_REFRESH_FRAME_SKIP = 5;\nvar FLAGS;\n(function (FLAGS) {\n FLAGS[FLAGS[\"BOLD\"] = 1] = \"BOLD\";\n FLAGS[FLAGS[\"UNDERLINE\"] = 2] = \"UNDERLINE\";\n FLAGS[FLAGS[\"BLINK\"] = 4] = \"BLINK\";\n FLAGS[FLAGS[\"INVERSE\"] = 8] = \"INVERSE\";\n FLAGS[FLAGS[\"INVISIBLE\"] = 16] = \"INVISIBLE\";\n})(FLAGS || (FLAGS = {}));\n;\nvar brokenBold = null;\nvar Renderer = (function () {\n function Renderer(_terminal) {\n this._terminal = _terminal;\n this._refreshRowsQueue = [];\n this._refreshFramesSkipped = 0;\n this._refreshAnimationFrame = null;\n this._spanElementObjectPool = new DomElementObjectPool_1.DomElementObjectPool('span');\n if (brokenBold === null) {\n brokenBold = checkBoldBroken(this._terminal.element);\n }\n this._spanElementObjectPool = new DomElementObjectPool_1.DomElementObjectPool('span');\n }\n Renderer.prototype.queueRefresh = function (start, end) {\n this._refreshRowsQueue.push({ start: start, end: end });\n if (!this._refreshAnimationFrame) {\n this._refreshAnimationFrame = window.requestAnimationFrame(this._refreshLoop.bind(this));\n }\n };\n Renderer.prototype._refreshLoop = function () {\n var skipFrame = this._terminal.writeBuffer.length > 0 && this._refreshFramesSkipped++ <= MAX_REFRESH_FRAME_SKIP;\n if (skipFrame) {\n this._refreshAnimationFrame = window.requestAnimationFrame(this._refreshLoop.bind(this));\n return;\n }\n this._refreshFramesSkipped = 0;\n var start;\n var end;\n if (this._refreshRowsQueue.length > 4) {\n start = 0;\n end = this._terminal.rows - 1;\n }\n else {\n start = this._refreshRowsQueue[0].start;\n end = this._refreshRowsQueue[0].end;\n for (var i = 1; i < this._refreshRowsQueue.length; i++) {\n if (this._refreshRowsQueue[i].start < start) {\n start = this._refreshRowsQueue[i].start;\n }\n if (this._refreshRowsQueue[i].end > end) {\n end = this._refreshRowsQueue[i].end;\n }\n }\n }\n this._refreshRowsQueue = [];\n this._refreshAnimationFrame = null;\n this._refresh(start, end);\n };\n Renderer.prototype._refresh = function (start, end) {\n var parent;\n if (end - start >= this._terminal.rows / 2) {\n parent = this._terminal.element.parentNode;\n if (parent) {\n this._terminal.element.removeChild(this._terminal.rowContainer);\n }\n }\n var width = this._terminal.cols;\n var y = start;\n if (end >= this._terminal.rows) {\n this._terminal.log('`end` is too large. Most likely a bad CSR.');\n end = this._terminal.rows - 1;\n }\n for (; y <= end; y++) {\n var row = y + this._terminal.ydisp;\n var line = this._terminal.lines.get(row);\n var x = void 0;\n if (this._terminal.y === y - (this._terminal.ybase - this._terminal.ydisp) &&\n this._terminal.cursorState &&\n !this._terminal.cursorHidden) {\n x = this._terminal.x;\n }\n else {\n x = -1;\n }\n var attr = this._terminal.defAttr;\n var documentFragment = document.createDocumentFragment();\n var innerHTML = '';\n var currentElement = void 0;\n while (this._terminal.children[y].children.length) {\n var child = this._terminal.children[y].children[0];\n this._terminal.children[y].removeChild(child);\n this._spanElementObjectPool.release(child);\n }\n for (var i = 0; i < width; i++) {\n var data = line[i][0];\n var ch = line[i][1];\n var ch_width = line[i][2];\n if (!ch_width) {\n continue;\n }\n if (i === x) {\n data = -1;\n }\n if (data !== attr) {\n if (attr !== this._terminal.defAttr) {\n if (innerHTML) {\n currentElement.innerHTML = innerHTML;\n innerHTML = '';\n }\n documentFragment.appendChild(currentElement);\n currentElement = null;\n }\n if (data !== this._terminal.defAttr) {\n if (innerHTML && !currentElement) {\n currentElement = this._spanElementObjectPool.acquire();\n }\n if (currentElement) {\n if (innerHTML) {\n currentElement.innerHTML = innerHTML;\n innerHTML = '';\n }\n documentFragment.appendChild(currentElement);\n }\n currentElement = this._spanElementObjectPool.acquire();\n if (data === -1) {\n currentElement.classList.add('reverse-video');\n currentElement.classList.add('terminal-cursor');\n }\n else {\n var bg = data & 0x1ff;\n var fg = (data >> 9) & 0x1ff;\n var flags = data >> 18;\n if (flags & FLAGS.BOLD) {\n if (!brokenBold) {\n currentElement.classList.add('xterm-bold');\n }\n if (fg < 8) {\n fg += 8;\n }\n }\n if (flags & FLAGS.UNDERLINE) {\n currentElement.classList.add('xterm-underline');\n }\n if (flags & FLAGS.BLINK) {\n currentElement.classList.add('xterm-blink');\n }\n if (flags & FLAGS.INVERSE) {\n var temp = bg;\n bg = fg;\n fg = temp;\n if ((flags & 1) && fg < 8) {\n fg += 8;\n }\n }\n if (flags & FLAGS.INVISIBLE) {\n currentElement.classList.add('xterm-hidden');\n }\n if (flags & FLAGS.INVERSE) {\n if (bg === 257) {\n bg = 15;\n }\n if (fg === 256) {\n fg = 0;\n }\n }\n if (bg < 256) {\n currentElement.classList.add(\"xterm-bg-color-\" + bg);\n }\n if (fg < 256) {\n currentElement.classList.add(\"xterm-color-\" + fg);\n }\n }\n }\n }\n if (ch_width === 2) {\n innerHTML += \"\" + ch + \"\";\n }\n else if (ch.charCodeAt(0) > 255) {\n innerHTML += \"\" + ch + \"\";\n }\n else {\n switch (ch) {\n case '&':\n innerHTML += '&';\n break;\n case '<':\n innerHTML += '<';\n break;\n case '>':\n innerHTML += '>';\n break;\n default:\n if (ch <= ' ') {\n innerHTML += ' ';\n }\n else {\n innerHTML += ch;\n }\n break;\n }\n }\n attr = data;\n }\n if (innerHTML && !currentElement) {\n currentElement = this._spanElementObjectPool.acquire();\n }\n if (currentElement) {\n if (innerHTML) {\n currentElement.innerHTML = innerHTML;\n innerHTML = '';\n }\n documentFragment.appendChild(currentElement);\n currentElement = null;\n }\n this._terminal.children[y].appendChild(documentFragment);\n }\n if (parent) {\n this._terminal.element.appendChild(this._terminal.rowContainer);\n }\n this._terminal.emit('refresh', { element: this._terminal.element, start: start, end: end });\n };\n ;\n Renderer.prototype.refreshSelection = function (start, end) {\n while (this._terminal.selectionContainer.children.length) {\n this._terminal.selectionContainer.removeChild(this._terminal.selectionContainer.children[0]);\n }\n if (!start || !end) {\n return;\n }\n var viewportStartRow = start[1] - this._terminal.ydisp;\n var viewportEndRow = end[1] - this._terminal.ydisp;\n var viewportCappedStartRow = Math.max(viewportStartRow, 0);\n var viewportCappedEndRow = Math.min(viewportEndRow, this._terminal.rows - 1);\n if (viewportCappedStartRow >= this._terminal.rows || viewportCappedEndRow < 0) {\n return;\n }\n var documentFragment = document.createDocumentFragment();\n var startCol = viewportStartRow === viewportCappedStartRow ? start[0] : 0;\n var endCol = viewportCappedStartRow === viewportCappedEndRow ? end[0] : this._terminal.cols;\n documentFragment.appendChild(this._createSelectionElement(viewportCappedStartRow, startCol, endCol));\n var middleRowsCount = viewportCappedEndRow - viewportCappedStartRow - 1;\n documentFragment.appendChild(this._createSelectionElement(viewportCappedStartRow + 1, 0, this._terminal.cols, middleRowsCount));\n if (viewportCappedStartRow !== viewportCappedEndRow) {\n var endCol_1 = viewportEndRow === viewportCappedEndRow ? end[0] : this._terminal.cols;\n documentFragment.appendChild(this._createSelectionElement(viewportCappedEndRow, 0, endCol_1));\n }\n this._terminal.selectionContainer.appendChild(documentFragment);\n };\n Renderer.prototype._createSelectionElement = function (row, colStart, colEnd, rowCount) {\n if (rowCount === void 0) { rowCount = 1; }\n var element = document.createElement('div');\n element.style.height = rowCount * this._terminal.charMeasure.height + \"px\";\n element.style.top = row * this._terminal.charMeasure.height + \"px\";\n element.style.left = colStart * this._terminal.charMeasure.width + \"px\";\n element.style.width = this._terminal.charMeasure.width * (colEnd - colStart) + \"px\";\n return element;\n };\n return Renderer;\n}());\nexports.Renderer = Renderer;\nfunction checkBoldBroken(terminal) {\n var document = terminal.ownerDocument;\n var el = document.createElement('span');\n el.innerHTML = 'hello world';\n terminal.appendChild(el);\n var w1 = el.offsetWidth;\n var h1 = el.offsetHeight;\n el.style.fontWeight = 'bold';\n var w2 = el.offsetWidth;\n var h2 = el.offsetHeight;\n terminal.removeChild(el);\n return w1 !== w2 || h1 !== h2;\n}\n\n//# sourceMappingURL=Renderer.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Renderer.js\n// module id = 20\n// module chunks = 0","\"use strict\";\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Mouse = require(\"./utils/Mouse\");\nvar Browser = require(\"./utils/Browser\");\nvar EventEmitter_1 = require(\"./EventEmitter\");\nvar SelectionModel_1 = require(\"./SelectionModel\");\nvar DRAG_SCROLL_MAX_THRESHOLD = 50;\nvar DRAG_SCROLL_MAX_SPEED = 15;\nvar DRAG_SCROLL_INTERVAL = 50;\nvar CLEAR_MOUSE_DOWN_TIME = 400;\nvar CLEAR_MOUSE_DISTANCE = 10;\nvar WORD_SEPARATORS = ' ()[]{}\\'\"';\nvar LINE_DATA_CHAR_INDEX = 1;\nvar LINE_DATA_WIDTH_INDEX = 2;\nvar NON_BREAKING_SPACE_CHAR = String.fromCharCode(160);\nvar ALL_NON_BREAKING_SPACE_REGEX = new RegExp(NON_BREAKING_SPACE_CHAR, 'g');\nvar SelectionMode;\n(function (SelectionMode) {\n SelectionMode[SelectionMode[\"NORMAL\"] = 0] = \"NORMAL\";\n SelectionMode[SelectionMode[\"WORD\"] = 1] = \"WORD\";\n SelectionMode[SelectionMode[\"LINE\"] = 2] = \"LINE\";\n})(SelectionMode || (SelectionMode = {}));\nvar SelectionManager = (function (_super) {\n __extends(SelectionManager, _super);\n function SelectionManager(_terminal, _buffer, _rowContainer, _charMeasure) {\n var _this = _super.call(this) || this;\n _this._terminal = _terminal;\n _this._buffer = _buffer;\n _this._rowContainer = _rowContainer;\n _this._charMeasure = _charMeasure;\n _this._initListeners();\n _this.enable();\n _this._model = new SelectionModel_1.SelectionModel(_terminal);\n _this._lastMouseDownTime = 0;\n _this._activeSelectionMode = SelectionMode.NORMAL;\n return _this;\n }\n SelectionManager.prototype._initListeners = function () {\n var _this = this;\n this._bufferTrimListener = function (amount) { return _this._onTrim(amount); };\n this._mouseMoveListener = function (event) { return _this._onMouseMove(event); };\n this._mouseDownListener = function (event) { return _this._onMouseDown(event); };\n this._mouseUpListener = function (event) { return _this._onMouseUp(event); };\n };\n SelectionManager.prototype.disable = function () {\n this.clearSelection();\n this._buffer.off('trim', this._bufferTrimListener);\n this._rowContainer.removeEventListener('mousedown', this._mouseDownListener);\n };\n SelectionManager.prototype.enable = function () {\n this._buffer.on('trim', this._bufferTrimListener);\n this._rowContainer.addEventListener('mousedown', this._mouseDownListener);\n };\n SelectionManager.prototype.setBuffer = function (buffer) {\n this._buffer = buffer;\n this.clearSelection();\n };\n Object.defineProperty(SelectionManager.prototype, \"hasSelection\", {\n get: function () {\n var start = this._model.finalSelectionStart;\n var end = this._model.finalSelectionEnd;\n if (!start || !end) {\n return false;\n }\n return start[0] !== end[0] || start[1] !== end[1];\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(SelectionManager.prototype, \"selectionText\", {\n get: function () {\n var start = this._model.finalSelectionStart;\n var end = this._model.finalSelectionEnd;\n if (!start || !end) {\n return '';\n }\n var startRowEndCol = start[1] === end[1] ? end[0] : null;\n var result = [];\n result.push(this._translateBufferLineToString(this._buffer.get(start[1]), true, start[0], startRowEndCol));\n for (var i = start[1] + 1; i <= end[1] - 1; i++) {\n var bufferLine = this._buffer.get(i);\n var lineText = this._translateBufferLineToString(bufferLine, true);\n if (bufferLine.isWrapped) {\n result[result.length - 1] += lineText;\n }\n else {\n result.push(lineText);\n }\n }\n if (start[1] !== end[1]) {\n var bufferLine = this._buffer.get(end[1]);\n var lineText = this._translateBufferLineToString(bufferLine, true, 0, end[0]);\n if (bufferLine.isWrapped) {\n result[result.length - 1] += lineText;\n }\n else {\n result.push(lineText);\n }\n }\n var formattedResult = result.map(function (line) {\n return line.replace(ALL_NON_BREAKING_SPACE_REGEX, ' ');\n }).join(Browser.isMSWindows ? '\\r\\n' : '\\n');\n return formattedResult;\n },\n enumerable: true,\n configurable: true\n });\n SelectionManager.prototype.clearSelection = function () {\n this._model.clearSelection();\n this._removeMouseDownListeners();\n this.refresh();\n };\n SelectionManager.prototype._translateBufferLineToString = function (line, trimRight, startCol, endCol) {\n if (startCol === void 0) { startCol = 0; }\n if (endCol === void 0) { endCol = null; }\n var lineString = '';\n var widthAdjustedStartCol = startCol;\n var widthAdjustedEndCol = endCol;\n for (var i = 0; i < line.length; i++) {\n var char = line[i];\n lineString += char[LINE_DATA_CHAR_INDEX];\n if (char[LINE_DATA_WIDTH_INDEX] === 0) {\n if (startCol >= i) {\n widthAdjustedStartCol--;\n }\n if (endCol >= i) {\n widthAdjustedEndCol--;\n }\n }\n }\n var finalEndCol = widthAdjustedEndCol || line.length;\n if (trimRight) {\n var rightWhitespaceIndex = lineString.search(/\\s+$/);\n if (rightWhitespaceIndex !== -1) {\n finalEndCol = Math.min(finalEndCol, rightWhitespaceIndex);\n }\n if (finalEndCol <= widthAdjustedStartCol) {\n return '';\n }\n }\n return lineString.substring(widthAdjustedStartCol, finalEndCol);\n };\n SelectionManager.prototype.refresh = function (isNewSelection) {\n var _this = this;\n if (!this._refreshAnimationFrame) {\n this._refreshAnimationFrame = window.requestAnimationFrame(function () { return _this._refresh(); });\n }\n if (Browser.isLinux && isNewSelection) {\n var selectionText = this.selectionText;\n if (selectionText.length) {\n this.emit('newselection', this.selectionText);\n }\n }\n };\n SelectionManager.prototype._refresh = function () {\n this._refreshAnimationFrame = null;\n this.emit('refresh', { start: this._model.finalSelectionStart, end: this._model.finalSelectionEnd });\n };\n SelectionManager.prototype.selectAll = function () {\n this._model.isSelectAllActive = true;\n this.refresh();\n };\n SelectionManager.prototype._onTrim = function (amount) {\n var needsRefresh = this._model.onTrim(amount);\n if (needsRefresh) {\n this.refresh();\n }\n };\n SelectionManager.prototype._getMouseBufferCoords = function (event) {\n var coords = Mouse.getCoords(event, this._rowContainer, this._charMeasure, this._terminal.cols, this._terminal.rows, true);\n coords[0]--;\n coords[1]--;\n coords[1] += this._terminal.ydisp;\n return coords;\n };\n SelectionManager.prototype._getMouseEventScrollAmount = function (event) {\n var offset = Mouse.getCoordsRelativeToElement(event, this._rowContainer)[1];\n var terminalHeight = this._terminal.rows * this._charMeasure.height;\n if (offset >= 0 && offset <= terminalHeight) {\n return 0;\n }\n if (offset > terminalHeight) {\n offset -= terminalHeight;\n }\n offset = Math.min(Math.max(offset, -DRAG_SCROLL_MAX_THRESHOLD), DRAG_SCROLL_MAX_THRESHOLD);\n offset /= DRAG_SCROLL_MAX_THRESHOLD;\n return (offset / Math.abs(offset)) + Math.round(offset * (DRAG_SCROLL_MAX_SPEED - 1));\n };\n SelectionManager.prototype._onMouseDown = function (event) {\n if (event.button !== 0) {\n return;\n }\n event.preventDefault();\n this._dragScrollAmount = 0;\n this._setMouseClickCount(event);\n if (event.shiftKey) {\n this._onShiftClick(event);\n }\n else {\n if (this._clickCount === 1) {\n this._onSingleClick(event);\n }\n else if (this._clickCount === 2) {\n this._onDoubleClick(event);\n }\n else if (this._clickCount === 3) {\n this._onTripleClick(event);\n }\n }\n this._addMouseDownListeners();\n this.refresh(true);\n };\n SelectionManager.prototype._addMouseDownListeners = function () {\n var _this = this;\n this._rowContainer.ownerDocument.addEventListener('mousemove', this._mouseMoveListener);\n this._rowContainer.ownerDocument.addEventListener('mouseup', this._mouseUpListener);\n this._dragScrollIntervalTimer = setInterval(function () { return _this._dragScroll(); }, DRAG_SCROLL_INTERVAL);\n };\n SelectionManager.prototype._removeMouseDownListeners = function () {\n this._rowContainer.ownerDocument.removeEventListener('mousemove', this._mouseMoveListener);\n this._rowContainer.ownerDocument.removeEventListener('mouseup', this._mouseUpListener);\n clearInterval(this._dragScrollIntervalTimer);\n this._dragScrollIntervalTimer = null;\n };\n SelectionManager.prototype._onShiftClick = function (event) {\n if (this._model.selectionStart) {\n this._model.selectionEnd = this._getMouseBufferCoords(event);\n }\n };\n SelectionManager.prototype._onSingleClick = function (event) {\n this._model.selectionStartLength = 0;\n this._model.isSelectAllActive = false;\n this._activeSelectionMode = SelectionMode.NORMAL;\n this._model.selectionStart = this._getMouseBufferCoords(event);\n if (this._model.selectionStart) {\n this._model.selectionEnd = null;\n var char = this._buffer.get(this._model.selectionStart[1])[this._model.selectionStart[0]];\n if (char[LINE_DATA_WIDTH_INDEX] === 0) {\n this._model.selectionStart[0]++;\n }\n }\n };\n SelectionManager.prototype._onDoubleClick = function (event) {\n var coords = this._getMouseBufferCoords(event);\n if (coords) {\n this._activeSelectionMode = SelectionMode.WORD;\n this._selectWordAt(coords);\n }\n };\n SelectionManager.prototype._onTripleClick = function (event) {\n var coords = this._getMouseBufferCoords(event);\n if (coords) {\n this._activeSelectionMode = SelectionMode.LINE;\n this._selectLineAt(coords[1]);\n }\n };\n SelectionManager.prototype._setMouseClickCount = function (event) {\n var currentTime = (new Date()).getTime();\n if (currentTime - this._lastMouseDownTime > CLEAR_MOUSE_DOWN_TIME || this._distanceFromLastMousePosition(event) > CLEAR_MOUSE_DISTANCE) {\n this._clickCount = 0;\n }\n this._lastMouseDownTime = currentTime;\n this._lastMousePosition = [event.pageX, event.pageY];\n this._clickCount++;\n };\n SelectionManager.prototype._distanceFromLastMousePosition = function (event) {\n var result = Math.max(Math.abs(this._lastMousePosition[0] - event.pageX), Math.abs(this._lastMousePosition[1] - event.pageY));\n return result;\n };\n SelectionManager.prototype._onMouseMove = function (event) {\n var previousSelectionEnd = this._model.selectionEnd ? [this._model.selectionEnd[0], this._model.selectionEnd[1]] : null;\n this._model.selectionEnd = this._getMouseBufferCoords(event);\n if (this._activeSelectionMode === SelectionMode.LINE) {\n if (this._model.selectionEnd[1] < this._model.selectionStart[1]) {\n this._model.selectionEnd[0] = 0;\n }\n else {\n this._model.selectionEnd[0] = this._terminal.cols;\n }\n }\n else if (this._activeSelectionMode === SelectionMode.WORD) {\n this._selectToWordAt(this._model.selectionEnd);\n }\n this._dragScrollAmount = this._getMouseEventScrollAmount(event);\n if (this._dragScrollAmount > 0) {\n this._model.selectionEnd[0] = this._terminal.cols - 1;\n }\n else if (this._dragScrollAmount < 0) {\n this._model.selectionEnd[0] = 0;\n }\n if (this._model.selectionEnd[1] < this._buffer.length) {\n var char = this._buffer.get(this._model.selectionEnd[1])[this._model.selectionEnd[0]];\n if (char && char[2] === 0) {\n this._model.selectionEnd[0]++;\n }\n }\n if (!previousSelectionEnd ||\n previousSelectionEnd[0] !== this._model.selectionEnd[0] ||\n previousSelectionEnd[1] !== this._model.selectionEnd[1]) {\n this.refresh(true);\n }\n };\n SelectionManager.prototype._dragScroll = function () {\n if (this._dragScrollAmount) {\n this._terminal.scrollDisp(this._dragScrollAmount, false);\n if (this._dragScrollAmount > 0) {\n this._model.selectionEnd = [this._terminal.cols - 1, this._terminal.ydisp + this._terminal.rows];\n }\n else {\n this._model.selectionEnd = [0, this._terminal.ydisp];\n }\n this.refresh();\n }\n };\n SelectionManager.prototype._onMouseUp = function (event) {\n this._removeMouseDownListeners();\n };\n SelectionManager.prototype._convertViewportColToCharacterIndex = function (bufferLine, coords) {\n var charIndex = coords[0];\n for (var i = 0; coords[0] >= i; i++) {\n var char = bufferLine[i];\n if (char[LINE_DATA_WIDTH_INDEX] === 0) {\n charIndex--;\n }\n }\n return charIndex;\n };\n SelectionManager.prototype._getWordAt = function (coords) {\n var bufferLine = this._buffer.get(coords[1]);\n var line = this._translateBufferLineToString(bufferLine, false);\n var endIndex = this._convertViewportColToCharacterIndex(bufferLine, coords);\n var startIndex = endIndex;\n var charOffset = coords[0] - startIndex;\n var leftWideCharCount = 0;\n var rightWideCharCount = 0;\n if (line.charAt(startIndex) === ' ') {\n while (startIndex > 0 && line.charAt(startIndex - 1) === ' ') {\n startIndex--;\n }\n while (endIndex < line.length && line.charAt(endIndex + 1) === ' ') {\n endIndex++;\n }\n }\n else {\n var startCol = coords[0];\n var endCol = coords[0];\n if (bufferLine[startCol][LINE_DATA_WIDTH_INDEX] === 0) {\n leftWideCharCount++;\n startCol--;\n }\n if (bufferLine[endCol][LINE_DATA_WIDTH_INDEX] === 2) {\n rightWideCharCount++;\n endCol++;\n }\n while (startIndex > 0 && !this._isCharWordSeparator(line.charAt(startIndex - 1))) {\n if (bufferLine[startCol - 1][LINE_DATA_WIDTH_INDEX] === 0) {\n leftWideCharCount++;\n startCol--;\n }\n startIndex--;\n startCol--;\n }\n while (endIndex + 1 < line.length && !this._isCharWordSeparator(line.charAt(endIndex + 1))) {\n if (bufferLine[endCol + 1][LINE_DATA_WIDTH_INDEX] === 2) {\n rightWideCharCount++;\n endCol++;\n }\n endIndex++;\n endCol++;\n }\n }\n var start = startIndex + charOffset - leftWideCharCount;\n var length = Math.min(endIndex - startIndex + leftWideCharCount + rightWideCharCount + 1, this._terminal.cols);\n return { start: start, length: length };\n };\n SelectionManager.prototype._selectWordAt = function (coords) {\n var wordPosition = this._getWordAt(coords);\n this._model.selectionStart = [wordPosition.start, coords[1]];\n this._model.selectionStartLength = wordPosition.length;\n };\n SelectionManager.prototype._selectToWordAt = function (coords) {\n var wordPosition = this._getWordAt(coords);\n this._model.selectionEnd = [this._model.areSelectionValuesReversed() ? wordPosition.start : (wordPosition.start + wordPosition.length), coords[1]];\n };\n SelectionManager.prototype._isCharWordSeparator = function (char) {\n return WORD_SEPARATORS.indexOf(char) >= 0;\n };\n SelectionManager.prototype._selectLineAt = function (line) {\n this._model.selectionStart = [0, line];\n this._model.selectionStartLength = this._terminal.cols;\n };\n return SelectionManager;\n}(EventEmitter_1.EventEmitter));\nexports.SelectionManager = SelectionManager;\n\n//# sourceMappingURL=SelectionManager.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/SelectionManager.js\n// module id = 21\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar SelectionModel = (function () {\n function SelectionModel(_terminal) {\n this._terminal = _terminal;\n this.clearSelection();\n }\n SelectionModel.prototype.clearSelection = function () {\n this.selectionStart = null;\n this.selectionEnd = null;\n this.isSelectAllActive = false;\n this.selectionStartLength = 0;\n };\n Object.defineProperty(SelectionModel.prototype, \"finalSelectionStart\", {\n get: function () {\n if (this.isSelectAllActive) {\n return [0, 0];\n }\n if (!this.selectionEnd || !this.selectionStart) {\n return this.selectionStart;\n }\n return this.areSelectionValuesReversed() ? this.selectionEnd : this.selectionStart;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(SelectionModel.prototype, \"finalSelectionEnd\", {\n get: function () {\n if (this.isSelectAllActive) {\n return [this._terminal.cols, this._terminal.ybase + this._terminal.rows - 1];\n }\n if (!this.selectionStart) {\n return null;\n }\n if (!this.selectionEnd || this.areSelectionValuesReversed()) {\n return [this.selectionStart[0] + this.selectionStartLength, this.selectionStart[1]];\n }\n if (this.selectionStartLength) {\n if (this.selectionEnd[1] === this.selectionStart[1]) {\n return [Math.max(this.selectionStart[0] + this.selectionStartLength, this.selectionEnd[0]), this.selectionEnd[1]];\n }\n }\n return this.selectionEnd;\n },\n enumerable: true,\n configurable: true\n });\n SelectionModel.prototype.areSelectionValuesReversed = function () {\n var start = this.selectionStart;\n var end = this.selectionEnd;\n return start[1] > end[1] || (start[1] === end[1] && start[0] > end[0]);\n };\n SelectionModel.prototype.onTrim = function (amount) {\n if (this.selectionStart) {\n this.selectionStart[1] -= amount;\n }\n if (this.selectionEnd) {\n this.selectionEnd[1] -= amount;\n }\n if (this.selectionEnd && this.selectionEnd[1] < 0) {\n this.clearSelection();\n return true;\n }\n if (this.selectionStart && this.selectionStart[1] < 0) {\n this.selectionStart[1] = 0;\n }\n return false;\n };\n return SelectionModel;\n}());\nexports.SelectionModel = SelectionModel;\n\n//# sourceMappingURL=SelectionModel.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/SelectionModel.js\n// module id = 22\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Viewport = (function () {\n function Viewport(terminal, viewportElement, scrollArea, charMeasure) {\n var _this = this;\n this.terminal = terminal;\n this.viewportElement = viewportElement;\n this.scrollArea = scrollArea;\n this.charMeasure = charMeasure;\n this.currentRowHeight = 0;\n this.lastRecordedBufferLength = 0;\n this.lastRecordedViewportHeight = 0;\n this.terminal.on('scroll', this.syncScrollArea.bind(this));\n this.terminal.on('resize', this.syncScrollArea.bind(this));\n this.viewportElement.addEventListener('scroll', this.onScroll.bind(this));\n setTimeout(function () { return _this.syncScrollArea(); }, 0);\n }\n Viewport.prototype.refresh = function () {\n if (this.charMeasure.height > 0) {\n var rowHeightChanged = this.charMeasure.height !== this.currentRowHeight;\n if (rowHeightChanged) {\n this.currentRowHeight = this.charMeasure.height;\n this.viewportElement.style.lineHeight = this.charMeasure.height + 'px';\n this.terminal.rowContainer.style.lineHeight = this.charMeasure.height + 'px';\n }\n var viewportHeightChanged = this.lastRecordedViewportHeight !== this.terminal.rows;\n if (rowHeightChanged || viewportHeightChanged) {\n this.lastRecordedViewportHeight = this.terminal.rows;\n this.viewportElement.style.height = this.charMeasure.height * this.terminal.rows + 'px';\n this.terminal.selectionContainer.style.height = this.viewportElement.style.height;\n }\n this.scrollArea.style.height = (this.charMeasure.height * this.lastRecordedBufferLength) + 'px';\n }\n };\n Viewport.prototype.syncScrollArea = function () {\n if (this.lastRecordedBufferLength !== this.terminal.lines.length) {\n this.lastRecordedBufferLength = this.terminal.lines.length;\n this.refresh();\n }\n else if (this.lastRecordedViewportHeight !== this.terminal.rows) {\n this.refresh();\n }\n else {\n if (this.charMeasure.height !== this.currentRowHeight) {\n this.refresh();\n }\n }\n var scrollTop = this.terminal.ydisp * this.currentRowHeight;\n if (this.viewportElement.scrollTop !== scrollTop) {\n this.viewportElement.scrollTop = scrollTop;\n }\n };\n Viewport.prototype.onScroll = function (ev) {\n var newRow = Math.round(this.viewportElement.scrollTop / this.currentRowHeight);\n var diff = newRow - this.terminal.ydisp;\n this.terminal.scrollDisp(diff, true);\n };\n Viewport.prototype.onWheel = function (ev) {\n if (ev.deltaY === 0) {\n return;\n }\n var multiplier = 1;\n if (ev.deltaMode === WheelEvent.DOM_DELTA_LINE) {\n multiplier = this.currentRowHeight;\n }\n else if (ev.deltaMode === WheelEvent.DOM_DELTA_PAGE) {\n multiplier = this.currentRowHeight * this.terminal.rows;\n }\n this.viewportElement.scrollTop += ev.deltaY * multiplier;\n ev.preventDefault();\n };\n ;\n Viewport.prototype.onTouchStart = function (ev) {\n this.lastTouchY = ev.touches[0].pageY;\n };\n ;\n Viewport.prototype.onTouchMove = function (ev) {\n var deltaY = this.lastTouchY - ev.touches[0].pageY;\n this.lastTouchY = ev.touches[0].pageY;\n if (deltaY === 0) {\n return;\n }\n this.viewportElement.scrollTop += deltaY;\n ev.preventDefault();\n };\n ;\n return Viewport;\n}());\nexports.Viewport = Viewport;\n\n//# sourceMappingURL=Viewport.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/Viewport.js\n// module id = 23\n// module chunks = 0","var map = {\n\t\"./attach/attach\": 4,\n\t\"./attach/attach.js\": 4,\n\t\"./attach/package.json\": 25,\n\t\"./fit/fit\": 5,\n\t\"./fit/fit.js\": 5,\n\t\"./fit/package.json\": 26,\n\t\"./fullscreen/fullscreen\": 6,\n\t\"./fullscreen/fullscreen.css\": 27,\n\t\"./fullscreen/fullscreen.js\": 6,\n\t\"./fullscreen/package.json\": 28,\n\t\"./terminado/package.json\": 29,\n\t\"./terminado/terminado\": 7,\n\t\"./terminado/terminado.js\": 7\n};\nfunction webpackContext(req) {\n\treturn __webpack_require__(webpackContextResolve(req));\n};\nfunction webpackContextResolve(req) {\n\tvar id = map[req];\n\tif(!(id + 1)) // check for number or string\n\t\tthrow new Error(\"Cannot find module '\" + req + \"'.\");\n\treturn id;\n};\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = 24;\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons ^\\.\\/.*$\n// module id = 24\n// module chunks = 0","module.exports = {\"name\":\"xterm.attach\",\"main\":\"attach.js\",\"private\":true}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/attach/package.json\n// module id = 25\n// module chunks = 0","module.exports = {\"name\":\"xterm.fit\",\"main\":\"fit.js\",\"private\":true}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/fit/package.json\n// module id = 26\n// module chunks = 0","module.exports = {\"name\":\"xterm.fullscreen\",\"main\":\"fullscreen.js\",\"private\":true}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/fullscreen/package.json\n// module id = 28\n// module chunks = 0","module.exports = {\"name\":\"xterm.terminado\",\"main\":\"terminado.js\",\"private\":true}\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/addons/terminado/package.json\n// module id = 29\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nfunction prepareTextForTerminal(text, isMSWindows) {\n if (isMSWindows) {\n return text.replace(/\\r?\\n/g, '\\r');\n }\n return text;\n}\nexports.prepareTextForTerminal = prepareTextForTerminal;\nfunction copyHandler(ev, term, selectionManager) {\n if (term.browser.isMSIE) {\n window.clipboardData.setData('Text', selectionManager.selectionText);\n }\n else {\n ev.clipboardData.setData('text/plain', selectionManager.selectionText);\n }\n ev.preventDefault();\n}\nexports.copyHandler = copyHandler;\nfunction pasteHandler(ev, term) {\n ev.stopPropagation();\n var text;\n var dispatchPaste = function (text) {\n text = prepareTextForTerminal(text, term.browser.isMSWindows);\n term.handler(text);\n term.textarea.value = '';\n term.emit('paste', text);\n return term.cancel(ev);\n };\n if (term.browser.isMSIE) {\n if (window.clipboardData) {\n text = window.clipboardData.getData('Text');\n dispatchPaste(text);\n }\n }\n else {\n if (ev.clipboardData) {\n text = ev.clipboardData.getData('text/plain');\n dispatchPaste(text);\n }\n }\n}\nexports.pasteHandler = pasteHandler;\nfunction moveTextAreaUnderMouseCursor(ev, textarea) {\n textarea.style.position = 'fixed';\n textarea.style.width = '20px';\n textarea.style.height = '20px';\n textarea.style.left = (ev.clientX - 10) + 'px';\n textarea.style.top = (ev.clientY - 10) + 'px';\n textarea.style.zIndex = '1000';\n textarea.focus();\n setTimeout(function () {\n textarea.style.position = null;\n textarea.style.width = null;\n textarea.style.height = null;\n textarea.style.left = null;\n textarea.style.top = null;\n textarea.style.zIndex = null;\n }, 4);\n}\nexports.moveTextAreaUnderMouseCursor = moveTextAreaUnderMouseCursor;\nfunction rightClickHandler(ev, textarea, selectionManager) {\n moveTextAreaUnderMouseCursor(ev, textarea);\n textarea.value = selectionManager.selectionText;\n textarea.select();\n}\nexports.rightClickHandler = rightClickHandler;\n\n//# sourceMappingURL=Clipboard.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/handlers/Clipboard.js\n// module id = 30\n// module chunks = 0","\"use strict\";\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar EventEmitter_js_1 = require(\"../EventEmitter.js\");\nvar CharMeasure = (function (_super) {\n __extends(CharMeasure, _super);\n function CharMeasure(document, parentElement) {\n var _this = _super.call(this) || this;\n _this._document = document;\n _this._parentElement = parentElement;\n return _this;\n }\n Object.defineProperty(CharMeasure.prototype, \"width\", {\n get: function () {\n return this._width;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(CharMeasure.prototype, \"height\", {\n get: function () {\n return this._height;\n },\n enumerable: true,\n configurable: true\n });\n CharMeasure.prototype.measure = function () {\n var _this = this;\n if (!this._measureElement) {\n this._measureElement = this._document.createElement('span');\n this._measureElement.style.position = 'absolute';\n this._measureElement.style.top = '0';\n this._measureElement.style.left = '-9999em';\n this._measureElement.textContent = 'W';\n this._measureElement.setAttribute('aria-hidden', 'true');\n this._parentElement.appendChild(this._measureElement);\n setTimeout(function () { return _this._doMeasure(); }, 0);\n }\n else {\n this._doMeasure();\n }\n };\n CharMeasure.prototype._doMeasure = function () {\n var geometry = this._measureElement.getBoundingClientRect();\n if (geometry.width === 0 || geometry.height === 0) {\n return;\n }\n if (this._width !== geometry.width || this._height !== geometry.height) {\n this._width = geometry.width;\n this._height = geometry.height;\n this.emit('charsizechanged');\n }\n };\n return CharMeasure;\n}(EventEmitter_js_1.EventEmitter));\nexports.CharMeasure = CharMeasure;\n\n//# sourceMappingURL=CharMeasure.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/CharMeasure.js\n// module id = 31\n// module chunks = 0","\"use strict\";\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar EventEmitter_1 = require(\"../EventEmitter\");\nvar CircularList = (function (_super) {\n __extends(CircularList, _super);\n function CircularList(maxLength) {\n var _this = _super.call(this) || this;\n _this._array = new Array(maxLength);\n _this._startIndex = 0;\n _this._length = 0;\n return _this;\n }\n Object.defineProperty(CircularList.prototype, \"maxLength\", {\n get: function () {\n return this._array.length;\n },\n set: function (newMaxLength) {\n var newArray = new Array(newMaxLength);\n for (var i = 0; i < Math.min(newMaxLength, this.length); i++) {\n newArray[i] = this._array[this._getCyclicIndex(i)];\n }\n this._array = newArray;\n this._startIndex = 0;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(CircularList.prototype, \"length\", {\n get: function () {\n return this._length;\n },\n set: function (newLength) {\n if (newLength > this._length) {\n for (var i = this._length; i < newLength; i++) {\n this._array[i] = undefined;\n }\n }\n this._length = newLength;\n },\n enumerable: true,\n configurable: true\n });\n Object.defineProperty(CircularList.prototype, \"forEach\", {\n get: function () {\n var _this = this;\n return function (callbackfn) {\n var i = 0;\n var length = _this.length;\n for (var i_1 = 0; i_1 < length; i_1++) {\n callbackfn(_this.get(i_1), i_1);\n }\n };\n },\n enumerable: true,\n configurable: true\n });\n CircularList.prototype.get = function (index) {\n return this._array[this._getCyclicIndex(index)];\n };\n CircularList.prototype.set = function (index, value) {\n this._array[this._getCyclicIndex(index)] = value;\n };\n CircularList.prototype.push = function (value) {\n this._array[this._getCyclicIndex(this._length)] = value;\n if (this._length === this.maxLength) {\n this._startIndex++;\n if (this._startIndex === this.maxLength) {\n this._startIndex = 0;\n }\n this.emit('trim', 1);\n }\n else {\n this._length++;\n }\n };\n CircularList.prototype.pop = function () {\n return this._array[this._getCyclicIndex(this._length-- - 1)];\n };\n CircularList.prototype.splice = function (start, deleteCount) {\n var items = [];\n for (var _i = 2; _i < arguments.length; _i++) {\n items[_i - 2] = arguments[_i];\n }\n if (deleteCount) {\n for (var i = start; i < this._length - deleteCount; i++) {\n this._array[this._getCyclicIndex(i)] = this._array[this._getCyclicIndex(i + deleteCount)];\n }\n this._length -= deleteCount;\n }\n if (items && items.length) {\n for (var i = this._length - 1; i >= start; i--) {\n this._array[this._getCyclicIndex(i + items.length)] = this._array[this._getCyclicIndex(i)];\n }\n for (var i = 0; i < items.length; i++) {\n this._array[this._getCyclicIndex(start + i)] = items[i];\n }\n if (this._length + items.length > this.maxLength) {\n var countToTrim = (this._length + items.length) - this.maxLength;\n this._startIndex += countToTrim;\n this._length = this.maxLength;\n this.emit('trim', countToTrim);\n }\n else {\n this._length += items.length;\n }\n }\n };\n CircularList.prototype.trimStart = function (count) {\n if (count > this._length) {\n count = this._length;\n }\n this._startIndex += count;\n this._length -= count;\n this.emit('trim', count);\n };\n CircularList.prototype.shiftElements = function (start, count, offset) {\n if (count <= 0) {\n return;\n }\n if (start < 0 || start >= this._length) {\n throw new Error('start argument out of range');\n }\n if (start + offset < 0) {\n throw new Error('Cannot shift elements in list beyond index 0');\n }\n if (offset > 0) {\n for (var i = count - 1; i >= 0; i--) {\n this.set(start + i + offset, this.get(start + i));\n }\n var expandListBy = (start + count + offset) - this._length;\n if (expandListBy > 0) {\n this._length += expandListBy;\n while (this._length > this.maxLength) {\n this._length--;\n this._startIndex++;\n this.emit('trim', 1);\n }\n }\n }\n else {\n for (var i = 0; i < count; i++) {\n this.set(start + i + offset, this.get(start + i));\n }\n }\n };\n CircularList.prototype._getCyclicIndex = function (index) {\n return (this._startIndex + index) % this.maxLength;\n };\n return CircularList;\n}(EventEmitter_1.EventEmitter));\nexports.CircularList = CircularList;\n\n//# sourceMappingURL=CircularList.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/CircularList.js\n// module id = 32\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar DomElementObjectPool = (function () {\n function DomElementObjectPool(type) {\n this.type = type;\n this._type = type;\n this._pool = [];\n this._inUse = {};\n }\n DomElementObjectPool.prototype.acquire = function () {\n var element;\n if (this._pool.length === 0) {\n element = this._createNew();\n }\n else {\n element = this._pool.pop();\n }\n this._inUse[element.getAttribute(DomElementObjectPool.OBJECT_ID_ATTRIBUTE)] = element;\n return element;\n };\n DomElementObjectPool.prototype.release = function (element) {\n if (!this._inUse[element.getAttribute(DomElementObjectPool.OBJECT_ID_ATTRIBUTE)]) {\n throw new Error('Could not release an element not yet acquired');\n }\n delete this._inUse[element.getAttribute(DomElementObjectPool.OBJECT_ID_ATTRIBUTE)];\n this._cleanElement(element);\n this._pool.push(element);\n };\n DomElementObjectPool.prototype._createNew = function () {\n var element = document.createElement(this._type);\n var id = DomElementObjectPool._objectCount++;\n element.setAttribute(DomElementObjectPool.OBJECT_ID_ATTRIBUTE, id.toString(10));\n return element;\n };\n DomElementObjectPool.prototype._cleanElement = function (element) {\n element.className = '';\n element.innerHTML = '';\n };\n return DomElementObjectPool;\n}());\nDomElementObjectPool.OBJECT_ID_ATTRIBUTE = 'data-obj-id';\nDomElementObjectPool._objectCount = 0;\nexports.DomElementObjectPool = DomElementObjectPool;\n\n//# sourceMappingURL=DomElementObjectPool.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/DomElementObjectPool.js\n// module id = 33\n// module chunks = 0","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nfunction contains(arr, el) {\n return arr.indexOf(el) >= 0;\n}\nexports.contains = contains;\n;\n\n//# sourceMappingURL=Generic.js.map\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/xterm/lib/utils/Generic.js\n// module id = 34\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file diff --git a/js/dist/hterm.d.ts b/js/dist/hterm.d.ts index c66354b..8d82157 100644 --- a/js/dist/hterm.d.ts +++ b/js/dist/hterm.d.ts @@ -1,4 +1,4 @@ -import * as bare from "hterm"; +import * as bare from "libapps"; export declare class TermHterm { elem: HTMLElement; term: bare.Terminal; diff --git a/js/dist/hterm.js b/js/dist/hterm.js deleted file mode 100644 index 85a62b5..0000000 --- a/js/dist/hterm.js +++ /dev/null @@ -1,77 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -var bare = require("hterm"); -var TermHterm = (function () { - function TermHterm(elem) { - var _this = this; - this.elem = elem; - this.term = new bare.Terminal(); - // this.term.defaultStorage = new lib.Storage.Memory(); - this.term.getPrefs().set("send-encoding", "raw"); - this.term.decorate(this.elem); - this.term.onTerminalReady = function () { - _this.io = _this.term.io.push(); - _this.term.installKeyboard(); - }; - } - ; - TermHterm.prototype.info = function () { - return { columns: this.term.screen.getWidth(), rows: this.term.screen.getHeight() }; - }; - ; - TermHterm.prototype.output = function (data) { - if (this.term.io.writeUTF8 != null) { - this.term.io.writeUTF8(data); - } - }; - ; - TermHterm.prototype.showMessage = function (message, timeout) { - this.term.io.showOverlay(message, timeout); - }; - ; - TermHterm.prototype.removeMessage = function () { - this.term.io.showOverlay("", 0); - }; - TermHterm.prototype.setWindowTitle = function (title) { - this.term.setWindowTitle(title); - }; - ; - TermHterm.prototype.setPreferences = function (value) { - var _this = this; - Object.keys(value).forEach(function (key) { - _this.term.getPrefs().set(key, value[key]); - }); - }; - ; - TermHterm.prototype.onInput = function (callback) { - this.io.onVTKeystroke = function (data) { - callback(data); - }; - this.io.sendString = function (data) { - callback(data); - }; - }; - ; - TermHterm.prototype.onResize = function (callback) { - this.io.onTerminalResize = function (columns, rows) { - callback(columns, rows); - }; - }; - ; - TermHterm.prototype.deactivate = function () { - this.io.onVTKeystroke = null; - this.io.sendString = null; - this.io.onTerminalResize = null; - this.term.uninstallKeyboard(); - }; - TermHterm.prototype.reset = function () { - this.removeMessage(); - // this.term.reset(); - }; - TermHterm.prototype.close = function () { - this.term.uninstallKeyboard(); - }; - return TermHterm; -}()); -exports.TermHterm = TermHterm; -//# sourceMappingURL=hterm.js.map \ No newline at end of file diff --git a/js/dist/hterm.js.map b/js/dist/hterm.js.map deleted file mode 100644 index 55205ad..0000000 --- a/js/dist/hterm.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"hterm.js","sourceRoot":"","sources":["../src/hterm.ts"],"names":[],"mappings":";;AAAA,4BAA8B;AAE9B;IAMI,mBAAY,IAAiB;QAA7B,iBAWC;QAVG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;QACxC,8DAA8D;QACtD,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC;QACjD,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAE9B,IAAI,CAAC,IAAI,CAAC,eAAe,GAAG;YACxB,KAAI,CAAC,EAAE,GAAG,KAAI,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;YAC9B,KAAI,CAAC,IAAI,CAAC,eAAe,EAAE,CAAC;QAChC,CAAC,CAAA;IACL,CAAC;IAAA,CAAC;IAEF,wBAAI,GAAJ;QACI,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE,EAAE,CAAC;IACxF,CAAC;IAAA,CAAC;IAEF,0BAAM,GAAN,UAAO,IAAY;QACf,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,SAAS,IAAI,IAAI,CAAC,CAAA,CAAC;YAChC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;QACjC,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,+BAAW,GAAX,UAAY,OAAe,EAAE,OAAe;QACxC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC/C,CAAC;IAAA,CAAC;IAEF,iCAAa,GAAb;QACI,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;IACpC,CAAC;IAED,kCAAc,GAAd,UAAe,KAAa;QACxB,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;IAAA,CAAC;IAEF,kCAAc,GAAd,UAAe,KAAa;QAA5B,iBAIC;QAHG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,UAAC,GAAG;YAC3B,KAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC;QAC9C,CAAC,CAAC,CAAC;IACP,CAAC;IAAA,CAAC;IAEF,2BAAO,GAAP,UAAQ,QAAiC;QACrC,IAAI,CAAC,EAAE,CAAC,aAAa,GAAG,UAAC,IAAI;YACzB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC;QACF,IAAI,CAAC,EAAE,CAAC,UAAU,GAAG,UAAC,IAAI;YACtB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IAEF,4BAAQ,GAAR,UAAS,QAAiD;QACtD,IAAI,CAAC,EAAE,CAAC,gBAAgB,GAAG,UAAC,OAAe,EAAE,IAAY;YACrD,QAAQ,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;QAC5B,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IAEF,8BAAU,GAAV;QACI,IAAI,CAAC,EAAE,CAAC,aAAa,GAAG,IAAI,CAAC;QAC7B,IAAI,CAAC,EAAE,CAAC,UAAU,GAAG,IAAI,CAAA;QACzB,IAAI,CAAC,EAAE,CAAC,gBAAgB,GAAG,IAAI,CAAC;QAChC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC;IAClC,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,aAAa,EAAE,CAAC;QAC7B,4BAA4B;IACxB,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC;IAClC,CAAC;IACL,gBAAC;AAAD,CAAC,AA7ED,IA6EC;AA7EY,8BAAS"} \ No newline at end of file diff --git a/js/dist/main.js b/js/dist/main.js deleted file mode 100644 index 5b685c3..0000000 --- a/js/dist/main.js +++ /dev/null @@ -1,23 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -var hterm_1 = require("./hterm"); -var xterm_1 = require("./xterm"); -var webtty_1 = require("./webtty"); -var websocket_1 = require("./websocket"); -var elem = document.getElementById("terminal"); -if (elem !== null) { - var term_1 = new xterm_1.TermXterm(elem); - var httpsEnabled = window.location.protocol == "https:"; - var url = (httpsEnabled ? 'wss://' : 'ws://') + window.location.hostname + ":8080/ws"; - var args = window.location.search; - var factory = new websocket_1.ConnectionFactory(url, webtty_1.protocols); - var wt = new webtty_1.WebTTY(term_1, factory, args, ""); - var closer_1 = wt.open(); - new hterm_1.TermHterm(elem); - window.addEventListener("unload", function () { - closer_1(); - term_1.close(); - }); -} -; -//# sourceMappingURL=main.js.map \ No newline at end of file diff --git a/js/dist/main.js.map b/js/dist/main.js.map deleted file mode 100644 index 382c5ef..0000000 --- a/js/dist/main.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"main.js","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":";;AAAA,iCAAoC;AACpC,iCAAoC;AACpC,mCAA6C;AAC7C,yCAAgD;AAGhD,IAAM,IAAI,GAAG,QAAQ,CAAC,cAAc,CAAC,UAAU,CAAC,CAAA;AAEhD,EAAE,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC;IAChB,IAAM,MAAI,GAAG,IAAI,iBAAS,CAAC,IAAI,CAAC,CAAC;IACjC,IAAM,YAAY,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,IAAI,QAAQ,CAAC;IAC1D,IAAM,GAAG,GAAG,CAAC,YAAY,GAAG,QAAQ,GAAG,OAAO,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,GAAG,UAAU,CAAC;IACxF,IAAM,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;IACpC,IAAM,OAAO,GAAG,IAAI,6BAAiB,CAAC,GAAG,EAAE,kBAAS,CAAC,CAAC;IACtD,IAAM,EAAE,GAAG,IAAI,eAAM,CAAC,MAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;IAC/C,IAAM,QAAM,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC;IAEzB,IAAI,iBAAS,CAAC,IAAI,CAAC,CAAC;IAEpB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE;QAC9B,QAAM,EAAE,CAAC;QACT,MAAI,CAAC,KAAK,EAAE,CAAC;IACjB,CAAC,CAAC,CAAC;AACP,CAAC;AAAA,CAAC"} \ No newline at end of file diff --git a/js/dist/websocket.js b/js/dist/websocket.js deleted file mode 100644 index 23c3e88..0000000 --- a/js/dist/websocket.js +++ /dev/null @@ -1,60 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -var ConnectionFactory = (function () { - function ConnectionFactory(url, protocols) { - this.url = url; - this.protocols = protocols; - } - ; - ConnectionFactory.prototype.create = function () { - return new Connection(this.url, this.protocols); - }; - ; - return ConnectionFactory; -}()); -exports.ConnectionFactory = ConnectionFactory; -var Connection = (function () { - function Connection(url, protocols) { - this.bare = new WebSocket(url, protocols); - } - Connection.prototype.open = function () { - // nothing todo for websocket - }; - ; - Connection.prototype.close = function () { - this.bare.close(); - }; - ; - Connection.prototype.send = function (data) { - this.bare.send(data); - }; - ; - Connection.prototype.isOpen = function () { - if (this.bare.readyState == WebSocket.CONNECTING || - this.bare.readyState == WebSocket.OPEN) { - return true; - } - return false; - }; - Connection.prototype.onOpen = function (callback) { - this.bare.onopen = function (event) { - callback(); - }; - }; - ; - Connection.prototype.onReceive = function (callback) { - this.bare.onmessage = function (event) { - callback(event.data); - }; - }; - ; - Connection.prototype.onClose = function (callback) { - this.bare.onclose = function (event) { - callback(); - }; - }; - ; - return Connection; -}()); -exports.Connection = Connection; -//# sourceMappingURL=websocket.js.map \ No newline at end of file diff --git a/js/dist/websocket.js.map b/js/dist/websocket.js.map deleted file mode 100644 index 9f68726..0000000 --- a/js/dist/websocket.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"websocket.js","sourceRoot":"","sources":["../src/websocket.ts"],"names":[],"mappings":";;AAAA;IAII,2BAAY,GAAW,EAAE,SAAmB;QACxC,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;IAC/B,CAAC;IAAA,CAAC;IAEF,kCAAM,GAAN;QACI,MAAM,CAAC,IAAI,UAAU,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;IACpD,CAAC;IAAA,CAAC;IACN,wBAAC;AAAD,CAAC,AAZD,IAYC;AAZY,8CAAiB;AAc9B;IAII,oBAAY,GAAW,EAAE,SAAmB;QACxC,IAAI,CAAC,IAAI,GAAG,IAAI,SAAS,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;IAC9C,CAAC;IAED,yBAAI,GAAJ;QACI,6BAA6B;IACjC,CAAC;IAAA,CAAC;IAEF,0BAAK,GAAL;QACI,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;IACtB,CAAC;IAAA,CAAC;IAEF,yBAAI,GAAJ,UAAK,IAAY;QACb,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;IAAA,CAAC;IAEF,2BAAM,GAAN;QACI,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,SAAS,CAAC,UAAU;YAC5C,IAAI,CAAC,IAAI,CAAC,UAAU,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;YACzC,MAAM,CAAC,IAAI,CAAA;QACf,CAAC;QACD,MAAM,CAAC,KAAK,CAAA;IAChB,CAAC;IAED,2BAAM,GAAN,UAAO,QAAoB;QACvB,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,UAAC,KAAK;YACrB,QAAQ,EAAE,CAAC;QACf,CAAC,CAAA;IACL,CAAC;IAAA,CAAC;IAEF,8BAAS,GAAT,UAAU,QAAgC;QACtC,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,UAAC,KAAK;YACxB,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QACzB,CAAC,CAAA;IACL,CAAC;IAAA,CAAC;IAEF,4BAAO,GAAP,UAAQ,QAAoB;QACxB,IAAI,CAAC,IAAI,CAAC,OAAO,GAAG,UAAC,KAAK;YACtB,QAAQ,EAAE,CAAC;QACf,CAAC,CAAC;IACN,CAAC;IAAA,CAAC;IACN,iBAAC;AAAD,CAAC,AA7CD,IA6CC;AA7CY,gCAAU"} \ No newline at end of file diff --git a/js/dist/webtty.js b/js/dist/webtty.js deleted file mode 100644 index ff6ac0b..0000000 --- a/js/dist/webtty.js +++ /dev/null @@ -1,99 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.protocols = ["webtty"]; -exports.msgInputUnknown = '0'; -exports.msgInput = '1'; -exports.msgPing = '2'; -exports.msgResizeTerminal = '3'; -exports.msgUnknownOutput = '0'; -exports.msgOutput = '1'; -exports.msgPong = '2'; -exports.msgSetWindowTitle = '3'; -exports.msgSetPreferences = '4'; -exports.msgSetReconnect = '5'; -var WebTTY = (function () { - function WebTTY(term, connectionFactory, args, authToken) { - this.term = term; - this.connectionFactory = connectionFactory; - this.args = args; - this.authToken = authToken; - this.reconnect = -1; - } - ; - WebTTY.prototype.open = function () { - var _this = this; - var connection = this.connectionFactory.create(); - var pingTimer; - var reconnectTimeout; - var setup = function () { - connection.onOpen(function () { - var termInfo = _this.term.info(); - connection.send(JSON.stringify({ - Arguments: _this.args, - AuthToken: _this.authToken, - })); - var resizeHandler = function (colmuns, rows) { - connection.send(exports.msgResizeTerminal + JSON.stringify({ - columns: colmuns, - rows: rows - })); - }; - _this.term.onResize(resizeHandler); - resizeHandler(termInfo.columns, termInfo.rows); - _this.term.onInput(function (input) { - connection.send(exports.msgInput + input); - }); - pingTimer = setInterval(function () { - connection.send(exports.msgPing); - }, 30 * 1000); - }); - connection.onReceive(function (data) { - var payload = data.slice(1); - switch (data[0]) { - case exports.msgOutput: - _this.term.output(decodeURIComponent(Array.prototype.map.call(atob(payload), function (c) { - return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2); - }).join(''))); - break; - case exports.msgPong: - break; - case exports.msgSetWindowTitle: - _this.term.setWindowTitle(payload); - break; - case exports.msgSetPreferences: - var preferences = JSON.parse(payload); - _this.term.setPreferences(preferences); - break; - case exports.msgSetReconnect: - var autoReconnect = JSON.parse(payload); - console.log("Enabling reconnect: " + autoReconnect + " seconds"); - _this.reconnect = autoReconnect; - break; - } - }); - connection.onClose(function () { - clearInterval(pingTimer); - _this.term.deactivate(); - _this.term.showMessage("Connection Closed", 0); - if (_this.reconnect > 0) { - reconnectTimeout = setTimeout(function () { - connection = _this.connectionFactory.create(); - _this.term.reset(); - setup(); - }, _this.reconnect * 1000); - } - }); - connection.open(); - }; - setup(); - return function () { - clearTimeout(reconnectTimeout); - connection.close(); - }; - }; - ; - return WebTTY; -}()); -exports.WebTTY = WebTTY; -; -//# sourceMappingURL=webtty.js.map \ No newline at end of file diff --git a/js/dist/webtty.js.map b/js/dist/webtty.js.map deleted file mode 100644 index 44e364e..0000000 --- a/js/dist/webtty.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"webtty.js","sourceRoot":"","sources":["../src/webtty.ts"],"names":[],"mappings":";;AAAa,QAAA,SAAS,GAAG,CAAC,QAAQ,CAAC,CAAC;AAEvB,QAAA,eAAe,GAAG,GAAG,CAAC;AACtB,QAAA,QAAQ,GAAG,GAAG,CAAC;AACf,QAAA,OAAO,GAAG,GAAG,CAAC;AACd,QAAA,iBAAiB,GAAG,GAAG,CAAC;AAExB,QAAA,gBAAgB,GAAG,GAAG,CAAC;AACvB,QAAA,SAAS,GAAG,GAAG,CAAC;AAChB,QAAA,OAAO,GAAG,GAAG,CAAC;AACd,QAAA,iBAAiB,GAAG,GAAG,CAAC;AACxB,QAAA,iBAAiB,GAAG,GAAG,CAAC;AACxB,QAAA,eAAe,GAAG,GAAG,CAAC;AAgCnC;IAOI,gBAAY,IAAc,EAAE,iBAAoC,EAAE,IAAY,EAAE,SAAiB;QAC7F,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAC3C,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;IACxB,CAAC;IAAA,CAAC;IAEF,qBAAI,GAAJ;QAAA,iBA2FC;QA1FG,IAAI,UAAU,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,EAAE,CAAC;QACjD,IAAI,SAAiB,CAAC;QACtB,IAAI,gBAAwB,CAAC;QAE7B,IAAM,KAAK,GAAG;YACV,UAAU,CAAC,MAAM,CAAC;gBACd,IAAM,QAAQ,GAAG,KAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;gBAElC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAC1B;oBACI,SAAS,EAAE,KAAI,CAAC,IAAI;oBACpB,SAAS,EAAE,KAAI,CAAC,SAAS;iBAC5B,CACJ,CAAC,CAAC;gBAGH,IAAM,aAAa,GAAG,UAAC,OAAe,EAAE,IAAY;oBAChD,UAAU,CAAC,IAAI,CACX,yBAAiB,GAAG,IAAI,CAAC,SAAS,CAC9B;wBACI,OAAO,EAAE,OAAO;wBAChB,IAAI,EAAE,IAAI;qBACb,CACJ,CACJ,CAAC;gBACN,CAAC,CAAC;gBAEF,KAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;gBAClC,aAAa,CAAC,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC;gBAE/C,KAAI,CAAC,IAAI,CAAC,OAAO,CACb,UAAC,KAAa;oBACV,UAAU,CAAC,IAAI,CAAC,gBAAQ,GAAG,KAAK,CAAC,CAAC;gBACtC,CAAC,CACJ,CAAC;gBAEF,SAAS,GAAG,WAAW,CAAC;oBACpB,UAAU,CAAC,IAAI,CAAC,eAAO,CAAC,CAAA;gBAC5B,CAAC,EAAE,EAAE,GAAG,IAAI,CAAC,CAAC;YAElB,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,SAAS,CAAC,UAAC,IAAI;gBACtB,IAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;gBAC9B,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;oBACd,KAAK,iBAAS;wBACV,KAAI,CAAC,IAAI,CAAC,MAAM,CACZ,kBAAkB,CAAC,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,UAAS,CAAC;4BACjE,MAAM,CAAC,GAAG,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;wBACjE,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CACf,CAAC;wBACF,KAAK,CAAC;oBACV,KAAK,eAAO;wBACR,KAAK,CAAC;oBACV,KAAK,yBAAiB;wBAClB,KAAI,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;wBAClC,KAAK,CAAC;oBACV,KAAK,yBAAiB;wBAClB,IAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;wBACxC,KAAI,CAAC,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;wBACtC,KAAK,CAAC;oBACV,KAAK,uBAAe;wBAChB,IAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;wBAC1C,OAAO,CAAC,GAAG,CAAC,sBAAsB,GAAG,aAAa,GAAG,UAAU,CAAC,CAAA;wBAChE,KAAI,CAAC,SAAS,GAAG,aAAa,CAAC;wBAC/B,KAAK,CAAC;gBACd,CAAC;YACL,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,OAAO,CAAC;gBACf,aAAa,CAAC,SAAS,CAAC,CAAC;gBACzB,KAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;gBACvB,KAAI,CAAC,IAAI,CAAC,WAAW,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC;gBAC9C,EAAE,CAAC,CAAC,KAAI,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC,CAAC;oBACrB,gBAAgB,GAAG,UAAU,CAAC;wBAC1B,UAAU,GAAG,KAAI,CAAC,iBAAiB,CAAC,MAAM,EAAE,CAAC;wBAC7C,KAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;wBAClB,KAAK,EAAE,CAAC;oBACZ,CAAC,EAAE,KAAI,CAAC,SAAS,GAAG,IAAI,CAAC,CAAC;gBAC9B,CAAC;YACL,CAAC,CAAC,CAAC;YAEH,UAAU,CAAC,IAAI,EAAE,CAAC;QACtB,CAAC,CAAA;QAED,KAAK,EAAE,CAAC;QACR,MAAM,CAAC;YACH,YAAY,CAAC,gBAAgB,CAAC,CAAC;YAC/B,UAAU,CAAC,KAAK,EAAE,CAAC;QACvB,CAAC,CAAA;IACL,CAAC;IAAA,CAAC;IACN,aAAC;AAAD,CAAC,AA3GD,IA2GC;AA3GY,wBAAM;AA2GlB,CAAC"} \ No newline at end of file diff --git a/js/dist/xterm.js b/js/dist/xterm.js deleted file mode 100644 index b663fa2..0000000 --- a/js/dist/xterm.js +++ /dev/null @@ -1,88 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -var bare = require("xterm"); -bare.loadAddon("fit"); -var TermXterm = (function () { - function TermXterm(elem) { - var _this = this; - this.elem = elem; - this.term = new bare(); - this.message = elem.ownerDocument.createElement("div"); - this.message.className = "xterm-overlay"; - this.messageTimeout = 2000; - this.resizeListener = function () { - _this.term.fit(); - _this.term.scrollToBottom(); - _this.showMessage(String(_this.term.cols) + "x" + String(_this.term.rows), _this.messageTimeout); - }; - this.term.on("open", function () { - _this.term.fit(); - _this.term.scrollToBottom(); - window.addEventListener("resize", function () { _this.resizeListener(); }); - }); - this.term.open(elem, true); - } - ; - TermXterm.prototype.info = function () { - return { columns: this.term.cols, rows: this.term.rows }; - }; - ; - TermXterm.prototype.output = function (data) { - this.term.write(data); - }; - ; - TermXterm.prototype.showMessage = function (message, timeout) { - var _this = this; - this.message.textContent = message; - this.elem.appendChild(this.message); - if (this.messageTimer) { - clearTimeout(this.messageTimer); - } - if (timeout > 0) { - this.messageTimer = setTimeout(function () { - _this.elem.removeChild(_this.message); - }, timeout); - } - }; - ; - TermXterm.prototype.removeMessage = function () { - if (this.message.parentNode == this.elem) { - this.elem.removeChild(this.message); - } - }; - TermXterm.prototype.setWindowTitle = function (title) { - document.title = title; - }; - ; - TermXterm.prototype.setPreferences = function (value) { - }; - ; - TermXterm.prototype.onInput = function (callback) { - this.term.on("data", function (data) { - callback(data); - }); - }; - ; - TermXterm.prototype.onResize = function (callback) { - this.term.on("resize", function (data) { - callback(data.cols, data.rows); - }); - }; - ; - TermXterm.prototype.deactivate = function () { - this.term.off("data"); - this.term.off("resize"); - this.term.blur(); - }; - TermXterm.prototype.reset = function () { - this.removeMessage(); - this.term.clear(); - }; - TermXterm.prototype.close = function () { - window.removeEventListener("resize", this.resizeListener); - this.term.destroy(); - }; - return TermXterm; -}()); -exports.TermXterm = TermXterm; -//# sourceMappingURL=xterm.js.map \ No newline at end of file diff --git a/js/dist/xterm.js.map b/js/dist/xterm.js.map deleted file mode 100644 index 5356727..0000000 --- a/js/dist/xterm.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"xterm.js","sourceRoot":"","sources":["../src/xterm.ts"],"names":[],"mappings":";;AAAA,4BAA8B;AAE9B,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;AAEtB;IAUI,mBAAY,IAAiB;QAA7B,iBAsBC;QArBG,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAEvB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,aAAa,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;QACvD,IAAI,CAAC,OAAO,CAAC,SAAS,GAAG,eAAe,CAAC;QACzC,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC;QAG3B,IAAI,CAAC,cAAc,GAAG;YAClB,KAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;YAChB,KAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC3B,KAAI,CAAC,WAAW,CAAC,MAAM,CAAC,KAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,GAAG,MAAM,CAAC,KAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,KAAI,CAAC,cAAc,CAAC,CAAC;QACjG,CAAC,CAAC;QAEF,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE;YACjB,KAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;YAChB,KAAI,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC;YAC3B,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,cAAQ,KAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC/B,CAAC;IAAA,CAAC;IAEF,wBAAI,GAAJ;QACI,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IAC7D,CAAC;IAAA,CAAC;IAEF,0BAAM,GAAN,UAAO,IAAY;QACf,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAAA,CAAC;IAEF,+BAAW,GAAX,UAAY,OAAe,EAAE,OAAe;QAA5C,iBAYC;QAXG,IAAI,CAAC,OAAO,CAAC,WAAW,GAAG,OAAO,CAAC;QACnC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAEpC,EAAE,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;YACpB,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpC,CAAC;QACD,EAAE,CAAC,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC;YACd,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC;gBAC3B,KAAI,CAAC,IAAI,CAAC,WAAW,CAAC,KAAI,CAAC,OAAO,CAAC,CAAC;YACxC,CAAC,EAAE,OAAO,CAAC,CAAC;QAChB,CAAC;IACL,CAAC;IAAA,CAAC;IAEF,iCAAa,GAAb;QACI,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,IAAI,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;YACvC,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;IACL,CAAC;IAED,kCAAc,GAAd,UAAe,KAAa;QACxB,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC;IAC3B,CAAC;IAAA,CAAC;IAEF,kCAAc,GAAd,UAAe,KAAa;IAC5B,CAAC;IAAA,CAAC;IAEF,2BAAO,GAAP,UAAQ,QAAiC;QACrC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,UAAC,IAAI;YACtB,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC,CAAC,CAAC;IAEP,CAAC;IAAA,CAAC;IAEF,4BAAQ,GAAR,UAAS,QAAiD;QACtD,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,EAAE,UAAC,IAAI;YACxB,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QACnC,CAAC,CAAC,CAAC;IACP,CAAC;IAAA,CAAC;IAEF,8BAAU,GAAV;QACI,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QACtB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;QACxB,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACrB,CAAC;IAED,yBAAK,GAAL;QACI,IAAI,CAAC,aAAa,EAAE,CAAC;QACrB,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;IACtB,CAAC;IAED,yBAAK,GAAL;QACI,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;QAC1D,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IACL,gBAAC;AAAD,CAAC,AAjGD,IAiGC;AAjGY,8BAAS"} \ No newline at end of file diff --git a/js/libapps b/js/libapps deleted file mode 160000 index f05b714..0000000 --- a/js/libapps +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f05b714d7ff1368b3669b041ae83fcaec1742a61 diff --git a/js/package-lock.json b/js/package-lock.json index 6044aa1..a87f78b 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -890,6 +890,9 @@ "invert-kv": "1.0.0" } }, + "libapps": { + "version": "github:yudai/libapps#424e3e95e5346ef0c0c281aaf2ef73463a55b39e" + }, "load-json-file": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", diff --git a/js/package.json b/js/package.json index 3519d50..3d65712 100644 --- a/js/package.json +++ b/js/package.json @@ -5,6 +5,7 @@ "webpack": "^2.5.1" }, "dependencies": { + "libapps": "github:yudai/libapps#hterm-1.70", "xterm": "^2.7.0" } } diff --git a/js/src/hterm.ts b/js/src/hterm.ts index 77e997d..171616e 100644 --- a/js/src/hterm.ts +++ b/js/src/hterm.ts @@ -1,5 +1,4 @@ -import * as bare from "hterm"; -import * as bareLib from "htermLib"; +import * as bare from "libapps"; export class TermHterm { elem: HTMLElement; @@ -15,8 +14,8 @@ export class TermHterm { constructor(elem: HTMLElement) { this.elem = elem; - hterm.defaultStorage = new bareLib.Storage.Memory(); - this.term = new bare.Terminal(); + bare.hterm.defaultStorage = new bare.lib.Storage.Memory(); + this.term = new bare.hterm.Terminal(); this.term.getPrefs().set("send-encoding", "raw"); this.term.decorate(this.elem); diff --git a/js/typings/hterm/index.d.ts b/js/typings/hterm/index.d.ts deleted file mode 100644 index e77ca9b..0000000 --- a/js/typings/hterm/index.d.ts +++ /dev/null @@ -1,47 +0,0 @@ -export interface Terminal { - io: IO; - onTerminalReady: () => void; - - getPrefs(): Prefs; - decorate(HTMLElement); - installKeyboard(): void; - uninstallKeyboard(): void; - setWindowTitle(title: string): void; - reset(): void; - softReset(): void; -} - -export interface TerminalConstructor { - new (): Terminal; - (): Terminal; -} - - -export interface IO { - writeUTF8: ((data: string) => void); - writeUTF16: ((data: string) => void); - onVTKeystroke: ((data: string) => void) | null; - sendString: ((data: string) => void) | null; - onTerminalResize: ((columns: number, rows: number) => void) | null; - - push(): IO; - writeUTF(data: string); - showOverlay(message: string, timeout: number | null); -} - -export interface Prefs { - set(key: string, value: string): void; -} - -export interface Storage { -} - -export var Terminal: TerminalConstructor; - -// @TODO: is there better way? -// exported variables are forced to be read-protected. -declare global { - var hterm: { - defaultStorage: Storage; - }; -} diff --git a/js/typings/htermLib/index.d.ts b/js/typings/htermLib/index.d.ts deleted file mode 100644 index 67575c9..0000000 --- a/js/typings/htermLib/index.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -export interface Storage { -} - -export interface Memory { - new (): Storage; - Memory(): Storage -} - -export var Storage: { - Memory: Memory -}; diff --git a/js/webpack.config.js b/js/webpack.config.js index dee3278..c3cb8fb 100644 --- a/js/webpack.config.js +++ b/js/webpack.config.js @@ -3,10 +3,6 @@ module.exports = { output: { filename: "./dist/bundle.js" }, - externals: { - "hterm": "hterm", - "htermLib": "lib" - }, devtool: "source-map", resolve: { extensions: [".ts", ".tsx", ".js"], diff --git a/resources/index.html b/resources/index.html index 3164ceb..d4a4708 100644 --- a/resources/index.html +++ b/resources/index.html @@ -6,7 +6,6 @@ -
diff --git a/server/asset.go b/server/asset.go index 40e8e0d..d5d9795 100644 --- a/server/asset.go +++ b/server/asset.go @@ -6,7 +6,6 @@ // bindata/static/favicon.png // bindata/static/index.html // bindata/static/js/bundle.js -// bindata/static/js/hterm.js // DO NOT EDIT! package server @@ -89,7 +88,7 @@ func staticCssIndexCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/css/index.css", size: 116, mode: os.FileMode(436), modTime: time.Unix(1503300248, 0)} + info := bindataFileInfo{name: "static/css/index.css", size: 116, mode: os.FileMode(436), modTime: time.Unix(1503381631, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -109,7 +108,7 @@ func staticCssXtermCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/css/xterm.css", size: 35782, mode: os.FileMode(436), modTime: time.Unix(1503299726, 0)} + info := bindataFileInfo{name: "static/css/xterm.css", size: 35782, mode: os.FileMode(436), modTime: time.Unix(1503381631, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -129,7 +128,7 @@ func staticCssXterm_customizeCss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/css/xterm_customize.css", size: 516, mode: os.FileMode(436), modTime: time.Unix(1503300248, 0)} + info := bindataFileInfo{name: "static/css/xterm_customize.css", size: 516, mode: os.FileMode(436), modTime: time.Unix(1503381631, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -149,12 +148,12 @@ func staticFaviconPng() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/favicon.png", size: 863, mode: os.FileMode(436), modTime: time.Unix(1503299028, 0)} + info := bindataFileInfo{name: "static/favicon.png", size: 863, mode: os.FileMode(436), modTime: time.Unix(1503381631, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _staticIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\x41\x8e\xb3\x30\x0c\x85\xf7\xff\x29\xfc\xe7\x00\xf8\x02\xa1\x57\xa9\x68\xe2\x12\xd3\x90\x20\x6c\x50\x99\xaa\x77\x1f\x85\x4c\x17\x23\x2a\xcd\x68\x56\xb1\xfc\xde\xf7\x62\xd9\xf6\xbf\xcf\x4e\xb7\x89\x20\xe8\x18\x4f\xff\x6c\x7d\x00\x6c\xa0\xce\x97\x02\xc0\x2a\x6b\xa4\xd3\xe3\x01\xcd\x5e\xc1\xf3\x69\xb1\xf6\xaa\x1e\x39\xdd\x60\xa6\xd8\x1a\x76\x39\x19\x28\x79\xad\xe1\xb1\xeb\x09\xa7\xd4\x1b\x08\x33\x5d\x5b\x73\xed\xd6\xa2\x37\xa5\x75\x20\x45\xb7\x48\x12\x88\xf4\x65\x6f\xd0\x89\x20\x27\x4f\xf7\xc6\x89\x18\xc0\x5f\x43\x77\xa5\x79\xfc\x13\x74\x76\x8b\x68\x1e\xf9\x83\xbe\xe3\xe2\x66\x9e\x14\x64\x76\xad\xc1\x41\x30\xec\x3f\x0c\x62\x4e\x16\xab\xb6\x2f\x0d\x5f\x5b\xb3\x97\xec\xb7\x2f\xd6\xf3\x0a\xec\x5b\x53\x10\x4e\x5d\x2c\x8c\xe7\xf5\x4d\x72\x83\xdd\xa2\xe1\xac\xf9\x46\xe9\x10\x7e\xf0\xba\x9c\xae\xdc\xff\xec\x1b\x04\x2f\x4b\xf2\x91\xde\xcc\x5b\xc7\xb4\x58\xcf\xfe\x19\x00\x00\xff\xff\x1d\x76\x7c\x01\x0e\x02\x00\x00") +var _staticIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\x51\x6a\xc3\x30\x0c\x86\xdf\x77\x0a\xcd\x07\x88\x2e\xa0\xf4\x2a\x25\xb5\x95\x44\xad\x63\x87\x48\x09\xcd\x4a\xef\x3e\x3c\xb7\x30\xe8\x60\x63\x4f\x16\xfa\xbf\xef\xc7\xd8\xf4\x1e\xb2\xb7\x7d\x66\x18\x6d\x8a\x87\x37\xaa\x07\x00\x8d\xdc\x85\x32\x00\x90\x89\x45\x3e\xdc\x6e\xd0\x7c\x4d\x70\xbf\x13\xd6\x5d\xcd\xa3\xa4\x0b\x2c\x1c\x5b\x27\x3e\x27\x07\xa5\xaf\x75\x32\x75\x03\xe3\x9c\x06\x07\xe3\xc2\x7d\xeb\xfa\x6e\x2b\x79\x53\x56\x2f\xa6\xda\x1e\x59\x47\x66\x7b\xe2\x0d\x7a\x55\x94\x14\xf8\xda\x78\x55\x07\xf8\x67\xe9\x6a\xbc\x4c\xff\x92\x8e\x7e\x55\xcb\x93\x7c\xf0\x37\x9d\xf0\xf9\x18\x74\xca\x61\x7f\x34\x06\xd9\x40\x42\xeb\x8a\x26\xa9\x8b\xee\x40\x18\x64\x7b\xa4\xea\x17\x99\x0d\x74\xf1\xa5\xbf\x5b\x6d\x3c\x5a\xbe\x70\x6a\xce\x5a\xc0\x1a\xff\xc8\xfa\x9c\x7a\x19\x7e\xe7\xce\x8a\xa7\x35\x85\xc8\x2f\x28\x61\xbd\x26\x61\xfd\xcd\xcf\x00\x00\x00\xff\xff\x9f\x85\xd7\x0f\xe5\x01\x00\x00") func staticIndexHtmlBytes() ([]byte, error) { return bindataRead( @@ -169,12 +168,12 @@ func staticIndexHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/index.html", size: 526, mode: os.FileMode(436), modTime: time.Unix(1503299786, 0)} + info := bindataFileInfo{name: "static/index.html", size: 485, mode: os.FileMode(436), modTime: time.Unix(1503381631, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _staticJsBundleJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x6b\x73\x1b\x4b\xb2\x20\xf6\x79\xf8\x2b\x4a\x9c\x1d\xa1\x21\x82\x10\x1e\x7c\x53\x90\x2e\x09\x92\x23\xdd\xa3\xd7\x92\x3c\x8f\x59\x8a\xcb\x69\x74\x17\x80\x96\x1a\xdd\x98\xee\x06\x09\x8c\xc8\xf9\x64\x3b\xc2\x1f\xfd\xc5\xe1\x0f\x1b\xe1\xd7\xb5\xef\x5d\x87\xc3\xb1\x76\x6c\x6c\xd8\xe1\xb5\x1d\x31\xe7\x8f\x39\xea\xd9\xf5\x6c\x34\x40\xea\x48\x77\xf6\x30\x66\x8e\xd0\x55\x59\x59\x59\x59\x59\x59\x59\x55\x59\x59\x4f\x9f\xe0\xbf\xa7\xc0\xe9\x4f\x22\x2f\x0b\xe2\xc8\x19\xc5\xfe\x24\x84\x69\x15\x7c\x06\x4f\x9f\x82\x1b\xd8\x1b\xbb\xde\xa7\xc3\x38\xce\xd2\x2c\x71\xc7\x2b\xbc\xc4\x6f\x9e\x3e\x05\xe7\x43\x08\x08\x3c\xf0\x5c\x6f\x08\x85\xdc\x6b\x37\x01\x41\x94\x66\x6e\x18\x42\xff\x0d\xc1\x09\x3a\xe0\xf3\xdd\x3e\x07\xd2\x71\x25\xf0\x4f\x93\x20\x81\x80\x11\x23\x40\xb0\x24\x70\x75\x45\x69\xba\xa2\xd0\x57\x57\x94\xe6\x57\x7e\x15\x7c\x36\x61\x47\xe8\xbb\x43\xe8\x7d\x02\x41\x9f\xd1\x1b\xa4\x20\x88\x34\xaa\x7f\x13\xf4\x1d\x95\xea\x0b\x86\xfd\x52\x44\x0f\x7e\xf3\x9b\xdf\x24\x30\x9b\x24\x91\xd6\xcc\xbc\x40\x1d\x4e\xc7\x71\x92\xa5\xfb\x62\xb1\x3b\x95\xb2\x04\xba\x19\x04\x2e\x88\xe0\x0d\xa3\xce\x71\x23\x1f\x8c\x27\x19\x08\x32\x10\x44\x59\x0c\xb2\x21\x65\x71\x55\x2c\x8d\x98\x4c\x4b\x74\x0a\xc8\x40\x7c\x97\x08\x0f\xf6\x00\xcb\xac\x49\x19\xe1\x1e\xe8\xbb\x61\x0a\xe5\x54\xda\x8a\x3d\xf0\x59\xa2\xdd\xdc\x95\xa8\x49\xc7\x53\xe8\x4d\x32\x88\xa9\xa6\xf4\x19\xba\xf4\x37\x23\x8d\x5f\x9e\x1b\x86\xb4\x37\x19\xef\x6a\x14\x03\xfb\x37\x4f\x37\x48\x42\xd5\x4a\xd2\x49\xe8\x0e\x44\x7a\xdc\x14\x84\xb1\xeb\x43\x5f\x27\xa8\x1e\x82\x0e\xc8\x92\x09\xb4\x22\x3b\x25\x1d\x8f\xd0\x51\x6a\x40\xdc\x17\xb0\x8b\xe0\x54\x48\x64\xe2\x45\x81\xb8\xd3\x6b\x91\x47\x06\x2a\x93\x8a\xcc\x4c\x41\xdc\xfb\x08\xbd\x0c\x38\x39\x0b\x68\xce\xd5\x95\x28\x20\x06\x0e\xd5\x47\xa0\xc3\xd0\xd8\x86\xa2\x56\xa1\x36\x4e\x4c\x88\x3d\x83\x0c\xda\x6a\x08\x7c\x18\x65\x41\x36\xe3\x62\x01\xfa\x71\x02\x50\xef\x07\xd1\x00\x0c\xdd\x64\x14\x47\x33\x10\x8c\x08\x6f\x6f\x82\x6c\x48\x46\x40\x9c\x24\xa8\xdd\x5e\x1c\x65\x70\x9a\xcd\x21\x28\x00\x1d\x8e\xdf\xb9\x76\xc3\x09\x44\x4a\x8d\xf6\x07\xfe\xde\x07\x56\x75\xe4\xc3\x7e\x10\x41\x30\x80\x59\x06\x13\x99\x4c\x46\x1e\xed\xcb\x39\x54\xf8\x22\x15\x5c\x76\x23\x77\x04\x6b\x14\xbb\xa2\x56\x82\xbe\xf3\xc8\x84\x28\x96\x4b\x57\x55\x6d\xf4\x0e\xcb\x44\x9d\x10\xfe\x3e\x89\xc7\x30\xc9\x66\x6a\x8d\x72\x91\xdf\x78\x71\xd4\x0f\x06\x93\xc4\xed\x85\xd0\x38\xf4\x7f\x03\xa3\xc9\x08\xd2\x7c\x34\x26\x94\xec\x01\xcc\xf6\x68\x33\xa4\x8c\xbb\xaa\x55\xe7\x59\x59\x3e\x80\xd9\x11\xec\xbb\x93\x30\x3b\xc6\x44\x2b\xc2\x11\x8f\xc6\x6e\x16\xf4\x82\x10\xc9\x0d\x16\x89\x28\x8e\xd6\x59\x67\x50\x91\x9e\xd3\x19\x91\xd8\x19\xa4\x88\xc2\x46\xa4\x52\x69\xa7\xb3\x71\x02\x1e\x3f\x66\xc3\xf7\xea\x0a\xa6\x44\xb4\xc1\x0b\xa9\xbd\x9c\xd4\xbc\x11\x8e\x20\x6d\xa4\xf8\x45\xc5\x27\x59\x95\xcb\x7d\x70\x07\xf6\xac\x18\x48\x15\x84\x0b\xa9\x8e\x47\x12\x5b\xf0\x1b\xb3\xd8\x39\xa4\x15\x35\x50\x71\x2b\x5c\xd2\xf6\x0d\x9a\x89\x64\xed\x97\xe9\x21\x2a\x62\xe3\x24\xce\xe2\x6c\x36\x86\xf5\xa1\x9b\xbe\xbb\x89\x98\xb0\x61\xf5\x3d\xa7\x07\x62\xb1\x07\x88\x1a\xab\x81\x31\x45\x20\xb4\xb4\x4c\x55\x7a\xf9\x82\x01\x9d\x13\x33\x9e\xf4\xc2\xc0\xbb\x1a\xbb\xd9\xf0\xea\x6a\x0e\xb9\x63\xd0\x01\xab\xab\x36\x9c\xaf\x63\xd7\x07\x30\xca\x92\x19\x9f\x56\x22\x9f\xb5\x40\x57\x0f\x34\xc3\x64\xc1\x98\xea\x46\xf6\x52\x73\x43\xec\xb3\x3b\xae\xdc\xef\xff\x27\x34\xc5\xb9\x58\x79\xfa\x04\x34\x00\x4d\xd3\xad\xc1\x1a\x28\x9c\x74\xc1\xe7\x95\x95\xd5\x49\x0a\x41\x9a\x25\x81\x97\xad\xee\xaf\xac\xcc\x51\x46\xab\xf9\x40\x5a\xad\x81\xcf\x44\x1b\x13\x05\x03\x90\xea\x40\xa3\xb0\x1b\x8f\xc6\x71\x1a\x20\x32\x5e\xc2\x70\x0c\x93\xab\x26\xe8\x18\x99\xd7\xdc\xa4\x45\x8e\xaf\x61\x94\x1d\x8f\x02\x24\xd0\x76\x68\x0a\xfc\x43\x00\x6f\x10\x39\x56\xc0\x56\x8b\x51\x12\x06\xe3\x5e\xec\x26\xbe\x1d\x74\x97\x81\x06\x89\x37\x09\xdd\xe4\x75\x90\xda\x11\xb7\x19\x09\xc7\xa9\xe7\x8e\xe1\x19\xfc\xd3\x04\x46\x1e\x4c\xed\xe8\x29\xfc\xab\x68\x3c\xc9\x5e\xba\x91\x1f\x16\xb5\x6f\x8b\x42\xbf\x77\x93\xb4\x08\x6e\x87\xc2\x9d\xc2\xc8\x87\x49\x11\x24\x6b\xdd\xeb\x20\xfa\x14\xf4\x83\x22\xd0\x6d\x0a\x7a\x06\x43\x88\x45\xe8\x8d\x1b\xb9\x83\x82\x12\xad\x06\x63\xdd\xd0\x4d\xde\x40\x37\x9d\x24\xd0\xce\x39\x06\x7c\x98\xc4\x37\x29\xd6\xd1\x26\x30\xd6\xb2\x37\xf1\x24\xb5\x23\x63\xad\xf2\x63\x6f\x32\x82\x51\x06\x3a\xc0\x41\xaa\x26\xee\x83\x9b\x20\xf2\xe3\x1b\xf0\xa8\x03\x2a\x93\x88\x08\xb1\x5f\xa9\x82\x17\x34\xa3\xce\x8b\xec\x81\x68\x12\x86\x04\xcf\x8f\xa7\xaf\xce\x8f\xaf\x0e\xbf\x3f\x39\x39\x3e\xbd\x7a\x7f\xf0\xfd\xd9\xf1\xd5\xf9\xcb\xd3\xe3\xb3\x97\xef\x5e\x1f\x81\x0e\xd8\x94\xa0\x0e\xce\xbb\x2f\xaf\xce\x5e\xfd\xab\x63\xd0\x01\xed\x46\x83\xb2\xe0\xfb\xd3\xb3\x77\xa7\x57\x87\xaf\x5f\xbd\xfd\xee\xea\xd5\xdb\xf3\xe3\xd3\x1f\x0e\x5e\x83\x0e\xd8\x42\x00\x7c\x82\x38\x87\xc9\x28\x88\xdc\xd0\x89\xc7\xe8\x1b\x2d\xd5\x56\x00\x00\x00\x61\x48\x61\xd8\x47\xd6\xeb\x30\x48\xf7\x71\x62\xd0\x07\xce\x23\x07\x7d\x13\xe3\x2c\xf2\x50\xfb\x18\x8a\x2a\x2b\x8b\xfe\xa8\x7a\x42\xcb\x10\x5e\x85\x9b\x0c\x70\x43\xd3\x8b\xc6\x65\x0d\xe4\x5f\x4d\xe9\xab\x75\x59\x25\xb5\xdd\xe1\xff\x22\x22\xea\x3d\xde\x43\xb4\xaf\xf6\xf3\x3c\x0f\x91\x81\xac\x6c\x56\x0f\x4d\x21\x20\xf2\x28\xae\x8b\x9f\x44\xed\xa3\xd6\x54\xf3\xe6\xd1\x3e\xa3\xdc\x00\x9d\x4e\x07\x54\xa2\xc9\xa8\x07\x93\x8a\xd8\x3c\x9e\x2f\xa4\xa1\x3f\x2f\x0e\xd3\x3d\x20\x35\x54\xca\x47\xd4\xef\xc9\x4d\x97\xf2\x87\x64\x3c\xee\x49\xfc\xe0\x10\x77\x22\x63\x72\x12\xd8\xaf\xdb\x5b\xbc\x24\x46\x99\x54\x65\x7e\x82\xb3\xd4\xe1\x7c\xa1\x06\x43\x5a\xad\xf7\xe3\xe4\xd8\xf5\x86\x5c\x35\x03\xe7\x13\x9c\x89\xed\x43\xac\xa0\x68\x2f\x3e\xc1\xd9\x25\xe8\x74\xb0\x70\x56\x95\xf6\xca\x30\x79\x17\x88\xe9\xfb\x52\x09\x84\x99\x81\x91\x62\x8f\x3a\x42\x41\x46\x23\xce\x52\x6b\x2b\xa8\xd1\x50\xd3\xdd\x8a\xfe\x0b\x49\x0c\x2b\xaa\xd3\x78\x27\x08\x02\xcd\xad\x7b\x71\x18\x27\x69\x3d\x84\xd1\x20\x1b\x62\x79\xd8\x31\x08\x02\x05\xcb\xb1\xb2\x72\x5e\x1c\x79\x6e\x96\xf7\xc1\x15\x4d\x4f\xc3\xc0\x83\xce\x4e\x55\x92\x75\x18\xa6\x70\x4e\xe5\xcd\xad\x87\xab\xbd\xb9\xb5\x78\xf5\x8d\x45\xaa\x27\xd5\x34\x6a\x60\xbd\x55\x9d\xc7\x09\x0c\x54\x33\x63\x58\x6f\x2d\x4e\xe8\x03\xf6\x52\x73\x6b\x11\xe2\x90\x42\xb1\x55\xb4\x9f\x43\x68\xc3\x57\xc8\x1b\xbb\x09\x99\x42\x58\xe9\x5e\xec\xcf\xd0\xf0\x66\xdf\x14\xe0\xf6\x16\x38\x7c\xf6\x78\xc1\xe7\x9e\xfa\x00\x66\xc7\x21\xc4\xea\xe3\x70\x76\xee\x0e\xde\xba\x23\xe8\x54\x10\x92\x4a\xf5\xa2\x71\x49\x27\x9a\xea\xbe\x44\xaf\x42\x6d\x2a\xd6\x37\x80\xf1\x08\x66\xc9\xec\xa2\x71\x29\x14\x42\xca\x4c\x28\x84\x3f\x4d\x85\x9a\x62\x21\x96\x0a\x3a\xe0\x82\x57\x5d\xcb\x11\x5e\xea\x43\x90\x2a\x45\xb1\x43\x09\x0b\x23\xa7\xe2\xbb\x19\x5a\x92\xa8\xa0\x5a\x87\xcc\x7a\x6e\x0a\x41\x07\x34\x04\x52\x66\x7e\x90\x8e\x95\xb4\xa9\x0a\xa3\x7c\x7b\x93\x24\x8d\x93\xb3\xcc\xcd\x54\x6c\x24\xe7\x65\xe0\xfb\x10\xaf\x0c\xd1\xfa\x57\xe2\x70\x74\x0d\x93\xec\x38\x0e\x85\xc4\x3f\x4d\xe0\x04\xe1\xa9\x54\x84\xc4\xd4\x4b\xe2\x30\x3c\x8f\x55\xd2\x48\xfa\x61\x9c\x65\xf1\x88\x4e\xcb\x84\xe7\xeb\xa0\x29\xd1\x91\x66\xf1\xe8\x3b\x38\xc3\x73\x1d\x35\xf0\x40\x87\xda\x16\x0a\xb9\x87\x61\x10\x7d\x7a\x15\x65\x30\xb9\x76\x43\x1d\xc8\x1d\x8f\xc3\xc0\x73\x11\x6f\xbf\x83\xb3\xb1\xeb\x1b\x1a\x26\xc0\x74\x31\x4e\x03\x4c\x9c\x04\x83\x20\x7a\x13\xfb\xd0\x90\x19\x44\x29\x4c\x32\x4b\xe6\x4d\xe2\x8e\xdd\x24\x9e\x44\x3e\x05\x20\x7b\x69\x3c\x3f\x8a\x93\x91\x89\x72\x6f\x88\x0c\xd6\x4c\xcf\x18\xd8\x73\x42\x78\x8d\x0d\x89\x86\x8e\x07\xc9\xf9\x05\x82\x17\x45\xd9\x87\xde\xeb\xd8\x73\xb3\x38\x11\x05\xa8\xd9\xc0\x96\xa2\x90\x74\x9d\xb5\x1a\x86\xc4\xb6\x9e\x48\x5a\xa3\xa6\x8e\xd0\x37\xee\x4d\x51\x49\xa4\x30\xf2\x4f\x62\x6f\x22\xa6\x4d\xb2\xbe\x5a\x38\x1d\x24\x6a\xd2\x24\x99\x5e\x67\x6a\x22\x24\x0a\x43\x6a\x7a\x10\xfa\x09\x8c\xc4\x11\x0f\xfb\x09\x4c\x87\x67\x99\x9b\x64\x7a\xf2\x71\xe4\x8b\x15\xbb\xd7\xd0\xff\x49\x4d\xf8\x83\x9a\xd0\x8d\xc3\x54\x42\xe5\xfa\x6e\x2f\x34\xf4\xf4\x4d\x12\x64\xe6\x1c\x1f\xf6\x0f\xb2\x0c\xc9\x9d\xd3\x00\xcf\x9e\x61\xdd\x7f\x0b\x9c\xd6\xe6\x36\xfa\xda\xa5\x1f\x5b\xe8\xa3\x51\x95\x87\x00\x2d\x27\xa2\x91\xf5\xb0\x3b\xc2\x5d\x7f\x29\x17\x43\xda\xf7\x3d\xca\x54\xa4\x65\x9c\xc0\x7e\x30\x55\x07\xf4\x38\x4e\x33\x43\x72\x20\x2c\xc0\x90\x34\xc2\x1b\x65\x4d\x56\x17\x3f\x45\x43\x95\x11\x97\xf2\x82\x6c\x79\x56\x27\x3f\x1c\xad\x02\xa2\x61\xab\x12\xa7\xc9\x4a\x8d\xab\x12\xf6\x7d\x7b\xab\x8e\x8c\x54\x59\x7f\xb1\x22\x5a\xba\x5e\x34\x64\xab\x3c\x56\x26\x4f\x40\xc0\xf0\x46\x5c\x07\xd6\xf9\x6f\xa7\xaa\xf4\x3c\x3c\x9c\xf4\xfb\x18\x8b\xd4\x17\x38\xeb\x55\xf4\x3e\x89\x07\x09\x4c\x53\x83\x02\x99\xc6\xfd\xfe\x19\x8c\xb2\xf3\xb8\xeb\x66\xde\xf0\xfb\xb1\x51\xc9\x04\x19\x3c\xcb\xe2\xf1\x18\x9a\x34\x5c\x3a\x49\x92\x78\xe0\x66\xf0\x6a\x18\x0c\x86\x6a\x37\x86\x41\x84\x4f\xa3\x50\x5b\xe4\x15\x7b\x5d\xfc\x74\x04\x1d\xde\x73\xbd\x4f\xb4\x81\xf8\x68\x4b\xd4\xe6\x24\xf9\x66\x18\x84\x10\x38\xc1\xfa\xba\x36\xeb\xe1\xfa\xea\xe3\x49\x3a\x24\x28\x7b\xa1\x1b\x7d\x7a\x1d\x44\xd0\x91\xed\x10\xbc\x9a\x31\xf5\x92\x86\x51\x05\xa8\xa7\x30\x23\xec\x76\xf2\x1a\xf5\x29\x35\x73\x7b\xb2\x3e\xca\x26\x63\xc4\xc4\x54\xea\xbc\x49\x0a\x93\x33\xdc\xea\x20\x1a\xe4\xcc\xbd\x5b\x09\xa2\x21\x4c\x82\x2c\x5f\x9f\xd4\x8a\x16\x6b\xd5\xfd\x15\x6e\x9d\xe5\xfb\x78\x30\x71\x53\x48\xc7\x70\xbe\x96\x61\x0d\xa4\x6b\x50\x47\x52\x12\x8f\xc1\x5f\x1a\xd3\x66\xbf\x8f\xb5\x82\xa4\x06\x1e\x03\x92\xb1\xbf\x72\x27\x54\x96\xb9\xd1\x20\xee\x32\x73\xee\x02\x23\xae\xfc\xb6\x05\xdb\x1b\xed\xad\x4a\x8d\x7e\x7a\x5e\xa3\xd1\x68\xf0\xcf\x0d\xb8\xeb\x36\x84\xdc\x0d\x57\xcc\x6d\x6f\x6c\x6d\xba\x1b\xfc\x73\x7b\x73\xb3\xb1\xdd\xe3\x9f\x8d\xad\xdd\x9d\x5d\x97\x7f\xfa\x6d\x7f\xdb\xeb\xf3\xcf\xcd\xcd\xcd\xed\xcd\x36\xff\x84\xfd\xd6\x6e\x6b\x97\x7f\xee\xb8\xb0\xd5\xce\x31\xf7\x3d\xb8\xbb\x91\x97\xdd\x6e\xed\xf6\x05\x54\xae\xbf\xdd\x77\x77\x04\xaa\x60\x0b\xb6\x72\xcc\xe8\xcf\xab\xac\x5c\x0a\xac\xe0\x46\xad\xa3\xf3\x1a\xc9\x31\xcf\x37\x31\x8f\x5a\xcb\xd5\x1a\xc0\x83\xb8\x31\x6d\x34\x6a\xa0\x31\xdd\xec\xa3\xff\xee\x6c\xa3\xff\xba\xf8\xb7\x8f\x7f\xf7\xfb\x97\x35\x10\x50\x5b\x30\xd7\xb2\xfd\x38\x01\xce\x3e\x08\xc0\x33\xd0\x6a\x6e\xed\x83\x60\x6d\x4d\xb2\xf3\x27\x99\x93\x5c\x38\x01\x78\x0a\xda\x5b\x55\xf0\x3b\xb0\x05\x6e\x41\xe3\xb2\x06\x68\xa2\x92\x16\xa0\x2f\x79\xbb\xc1\x52\xd7\x86\x56\x15\x6a\xc5\x0e\x58\x03\x01\x78\x02\x9a\x8d\x7d\x99\x84\x1a\x40\xff\x93\x10\x73\x96\x51\x80\x41\x0d\xf4\x44\x7c\x74\x4d\x81\xc7\x75\xe5\xb7\x15\xb0\x06\x86\x70\xea\x24\x55\xfa\x63\xc0\x7e\xf4\xaa\x66\xb4\x28\xcf\x93\x10\x82\x0e\xf0\xea\x59\x7c\x96\x25\x41\x34\x20\x3b\x79\x9c\x78\x32\x32\x3c\xb6\x62\x7a\x06\x5a\xe0\x05\xa8\x34\x50\xb5\x1e\xd8\x03\x9e\x58\x05\x03\xa6\x2b\x98\xbb\xaa\x23\x0e\xc6\x2b\xbd\xd7\xa5\xe5\x91\x08\x7b\x3d\x4f\x82\xe2\x49\x86\x35\x7c\xcd\x20\x4b\x24\xa5\x46\x7a\x88\x02\xe8\x1d\xb5\xa9\x0b\x05\x86\x04\x1d\x80\x27\xcc\x57\x51\xe6\x10\x4c\x17\xc1\x65\x3d\x9d\xf4\x52\xca\x9e\x6a\x0d\x48\x2c\x8a\x27\x19\xe9\x8c\x0b\x9e\x84\xfe\x48\x61\xf0\xfc\x39\x5e\x89\x3f\xc6\x92\x5a\xb3\x40\xec\x98\x01\x48\x3e\xc9\xe1\x19\xb2\x14\x52\x96\xc7\x93\x4c\xe3\x37\xdb\x20\xe1\x5b\x4f\xa4\x35\x7b\x1a\xa3\xa8\x0a\x86\x23\xb8\x07\xf8\x59\x51\x8d\x16\x61\x6b\x11\x7e\x4e\x87\x81\x61\x32\x42\x4b\xc5\x3d\x50\x99\xa2\xdf\x14\x9a\xad\xd8\xf6\xc0\xc5\x4e\xa3\x06\x5a\x1b\x74\xcf\x4a\x58\x41\x48\x68\xd8\x12\x69\x16\x22\x4c\xbd\x30\xf6\x3e\x51\x4c\xd7\x41\x3a\x71\xc3\x43\x18\xca\xf5\x8e\xe3\xf1\xbb\x48\x4b\xcd\xa7\xca\x3d\xd0\x6c\x34\x1a\x3c\x15\x42\xb4\x18\x49\x25\x60\x1f\xf6\x26\x03\x99\x0a\xbc\x09\x48\xac\x66\x19\x34\x48\x91\x19\x79\x96\xf9\x41\x24\x65\x4c\x52\x78\x12\xc6\x37\xdd\x38\xca\x12\x95\x33\x6e\x0f\xcd\x6c\x3f\x06\x7e\x36\xdc\x03\x3b\xd2\x04\x21\x6c\x05\x8a\xc9\x7d\x64\x9a\xf3\x45\x06\x74\xbd\xa1\x63\xd9\x8d\xab\x01\xe3\x36\x9c\xbc\x49\x66\xdb\x22\xdb\x97\x60\xeb\xb6\xfd\x38\xa5\xcc\x9d\x79\x3a\x65\x34\x5b\xa7\x52\x32\xef\xc3\x69\xe6\x26\xd0\x25\xe0\x8e\x32\x5f\xe6\xd8\x06\x30\x7b\x87\xc9\x91\x30\x7e\x82\xb3\x1a\x60\x07\xe8\xdc\x50\x79\x84\xd2\x41\x10\xe9\x14\x57\x65\x73\x25\x89\x6f\xb0\xa5\x75\x9c\x24\x71\xe2\x54\xde\xc6\x74\xe9\x4f\x0e\x71\x11\x92\x55\xa4\xc4\xd0\x8f\x35\x50\x59\xad\xe8\x26\x11\xd9\xe0\x15\xf7\x60\xf2\x6d\x48\x69\x83\x5e\xdb\xcc\xd6\xca\x18\x86\x2c\x82\x61\x4c\x36\x72\x25\xfd\xe6\xb8\x92\xde\x04\x99\x37\xd4\xb6\x80\x3d\x37\x85\xa0\x92\x8f\xc2\xca\x9e\xa4\xc5\x10\x7d\x98\x60\xf0\x2c\x37\x5e\x4d\x1b\xb6\xd8\xaf\x28\x45\xa6\x5f\xe5\x0c\x66\x19\xb2\x02\xb3\x21\x14\x86\x37\x69\x37\x08\x91\xfd\x9e\x0d\x5d\xe2\x0a\x43\xf6\xdc\x41\xdc\xc7\x5b\xe6\xa0\xb2\xaf\xe1\x45\x38\xd7\x3a\x60\xd5\x59\x05\x6b\xc2\x66\xc8\x1a\x58\xad\x82\x20\x05\x51\x9c\x01\x37\x0c\xe3\x1b\xe8\xd7\x57\xf5\xd2\x5e\x1c\xa5\x71\x08\xeb\x37\x6e\x12\x39\xa3\x74\x50\xd5\x41\x68\x8f\x0a\xab\x01\xf6\x77\xa7\x71\xc2\x2c\x4e\x52\x87\x1a\x8b\x10\x63\x9e\xce\xc2\xcf\xed\x05\x18\x23\xdd\x51\x3c\x41\x6b\x99\xf3\x24\x18\x09\x2b\xaa\x1c\xc7\x3a\x75\x46\xb1\x62\x88\x20\xf4\xd3\x53\xb2\x60\xc7\x87\x54\xf9\x4e\xd8\xba\x8c\x3e\x5f\x2d\xab\x7f\x42\xb5\x59\x12\x8c\xf0\x76\x80\x23\x96\x2d\x2a\xc7\x76\xe2\xde\xb8\xd9\xb0\x3e\x72\xa7\x8e\x90\x2a\x53\x50\x2b\x26\x80\x6d\xdf\x29\x88\x0c\x4d\xb1\x23\x42\x1d\x21\x72\xc4\xc6\x7b\xa0\x6c\x75\x38\x8d\x9a\xbc\x01\x67\xc1\x7f\xa7\xa5\xea\x29\x02\x37\x47\xee\xf4\x35\xdd\xc3\xb6\xf5\x23\xd9\x3c\xa2\xc7\xcd\xf5\x74\x16\x79\x64\x75\x75\x90\x40\xd7\xa9\x16\xc9\x69\x2f\x81\xee\x27\x75\x15\xc7\x66\x0a\xa1\x36\x5d\x96\xa5\xec\x42\x75\x21\xd8\x04\x8a\xbe\x60\x6b\xc4\x6e\x0e\x81\xec\x2e\x22\xf1\xfb\x36\x42\x55\xcc\xd8\xaa\x30\x61\xa6\xdb\x57\x75\x2f\x74\xd3\x14\xad\xb7\xeb\x59\x3c\x18\x84\xd0\x59\xc5\xa6\xcc\x3a\x29\xbe\x9e\xa2\xf2\xeb\x48\xcb\x27\x88\xe3\xab\x54\xe9\x92\x73\x3e\x9e\x5c\x51\x08\x5a\xbc\x86\x9e\x9b\xc8\xb8\x7b\x6e\xa2\x62\x35\x36\x53\xb4\x34\x2c\x1c\x54\x56\xd9\xc6\xee\x35\xcf\x3d\x09\x4c\xd1\x50\x95\xbb\xc0\x38\xdf\x5b\x7a\x4b\x14\x0d\x71\x07\xd9\x6a\x03\x68\x28\xa4\xda\x60\x84\x2c\x31\x5f\xaa\xd4\xca\xe6\x8a\xc4\xe6\x1e\x16\xb1\x1a\x60\x28\xc4\xfd\xb9\x10\xba\x89\x5c\x2b\xdb\xe1\x76\x84\x03\x3e\xa5\x72\x60\x3b\xf4\x06\xc5\x3b\xe6\x29\xcc\x38\x76\x9d\x8f\xec\x0f\x9f\x54\x2f\xd2\xb4\xf5\x38\x12\xe5\xe5\xae\x66\x3e\xcf\xaf\x16\x77\x78\x01\x2b\xec\xdd\xae\x93\x99\xc0\x51\x7c\x3d\x8f\x4c\x3e\xa7\x19\xf8\x24\x29\x0a\x44\x13\x67\x99\xb5\x44\x29\xe6\xe7\x9b\x8d\x32\x07\x7a\x01\xdd\x1b\x97\x5a\x89\xa8\x67\x94\xc4\x11\xfe\xe4\xc6\x6c\x0d\x54\xb0\x39\x5b\x11\xad\x71\x78\xad\x9e\x89\xe3\x32\x7c\xe7\x5d\xed\x65\x9e\xeb\x68\xce\x38\xf5\x6e\xa3\x7e\x7c\xd6\x45\xe6\xd7\xc5\x2b\xa9\x67\x57\xa4\xd2\x3a\xf3\x5d\xdf\x77\x28\x6d\x22\x53\x70\x55\xc3\xf8\x86\xf4\xae\xa3\x66\x19\x87\x3a\x3e\xab\x99\x11\x3e\xe4\xf0\xda\x92\x05\xe5\x2b\xe8\xe0\x28\xc8\x1c\xce\xa1\xcf\x38\x11\x95\xd9\xc3\xbf\xf8\xc1\xf9\x9d\x55\x11\xf4\xc2\x49\xe1\x26\x9d\xbc\xb2\x40\xd0\xea\xc2\x02\xf5\xe9\xa1\x8a\x65\x4e\x97\x22\x3c\x05\x3d\x4a\x39\x45\x66\x74\xfc\x31\xab\x91\xc4\x99\xc0\x9f\x07\xeb\xf7\x77\x0b\xf5\x3b\x1b\x74\xe6\xae\x2f\x18\xd9\x25\x7b\x39\x1f\x3b\x4a\x2f\x53\xa6\x2d\xd1\xc9\x41\x14\x64\xbf\x0f\xe3\x9e\x45\xbb\x20\xf5\x7a\x85\xbd\x87\x44\xfd\x8a\x52\x31\x7e\x31\x51\xea\x75\xb4\xda\x17\x8f\x3f\xf4\x61\x6e\xcd\x45\x02\x23\x66\x22\x19\x11\x74\x5c\x0d\x54\xbc\x78\x3c\x53\x44\x04\x46\x99\x3a\xee\xaf\xd4\x83\x38\x55\x04\x88\x18\x9b\xba\x57\x70\xf8\xab\xa3\xca\xd8\x79\x0e\xae\x87\x88\x5b\x8d\xb0\x45\xdf\xa9\xcf\x19\xce\x38\x35\x76\xd3\x0c\x52\x14\x3f\x26\xee\x78\x0c\xe5\x01\xc1\xa8\x67\xe3\x4a\xac\x5d\x2c\x2b\x56\x4f\x3c\x5d\x45\xf6\x08\x43\x08\x17\xaa\xd4\x4c\x15\x5b\x79\x3a\xbf\x0c\x1f\x53\xd4\xb3\xab\x1e\xa4\x27\x41\x02\xfb\xf1\x54\xda\xce\xd5\x30\xe3\x1e\xf0\xe3\x9b\xa8\xb8\xcb\x58\x15\x38\xa3\xde\x9b\x64\x19\x5a\x6f\x77\x40\xcb\x64\xdf\x8b\x2c\x4a\x82\xc1\x30\xeb\x86\x81\xf7\x49\xe1\xd3\x95\xc2\x97\xc2\x0e\xd3\x85\xe0\x4e\xf7\x5f\x29\x6a\x26\xbd\x93\x30\x82\xd1\x64\x7e\x43\xbf\x0c\xfd\x77\xfa\xce\x89\xdc\x5f\xaf\x83\x68\x32\xa7\xb7\xdc\xc9\xd4\x43\xb4\x2c\xd5\x59\x1d\xd0\x9c\xd7\x5b\x48\x41\x9e\xc3\x69\x86\xd6\x3e\xdf\x23\xe3\x1d\x1f\x6a\xd3\x19\xf1\xa1\x3b\x4e\x9d\x8b\x90\x56\x9a\x3b\x17\xe5\xbc\xf8\x04\x67\x06\xb9\x55\xf5\x0c\x77\xe1\x71\xbd\x2c\xb8\x86\xd4\x8b\x07\x3c\x22\xba\xb1\xbc\xd2\xc1\x95\x7f\x82\xb3\xa3\xf8\x26\x42\xd5\xd0\x46\xd4\xf0\xd1\xb9\x30\x6e\x35\x1a\xc7\x09\x4c\xe7\x19\x41\x0f\x4d\xe4\x7b\x54\xe7\x42\x54\x4e\xc6\x73\x48\x7c\x74\xe3\xa6\x6f\xe2\xc8\xc7\x87\xc9\xdf\xc1\xd9\xbb\x28\x24\xfe\x30\x08\xd6\x38\x7d\x93\xcd\x4c\x65\xd2\xbc\x2b\x20\x48\xd0\x91\xf3\xfb\x76\x91\xfe\x90\x11\xcf\xeb\x10\x0b\x13\x01\xdf\x2a\x20\x6b\x50\x7e\x66\x3d\xb7\x4e\x2f\x77\x95\xc7\x26\x64\x85\x9a\x44\x9e\xea\x42\x5f\x57\x21\xf1\xb0\x70\xcc\xc0\xd5\x52\x15\x4e\xc6\xbe\x8b\x67\x8e\xf9\x35\x12\xd0\xfb\x57\x09\x23\xbf\x54\x7d\x30\xf2\xcb\x54\x86\x73\xe3\xc8\xa9\x50\xb3\xd2\x8e\x9b\x34\x40\xb8\x98\xc0\x5c\xf6\x96\xac\x26\x17\x10\xdf\xcd\x5c\x4d\x44\xb0\xab\x19\xf5\xaf\x20\xde\x5a\x18\xae\x8e\x7b\xae\x06\xf0\x6f\x18\xf9\x25\x6c\xbc\x14\x26\xd9\x69\x7c\x23\xe9\xbe\x24\xbe\x11\x37\xae\xe9\x26\x7b\x42\xdd\xde\xc9\xd5\x1a\x79\x4b\x1d\x23\xe0\x9a\xc4\xc3\xf7\x56\x29\x07\x9c\x8a\x1f\x5c\x57\x74\x87\x83\x84\x1c\xce\xb8\x41\x04\x13\x64\xe4\xc2\xc8\xef\x0e\x83\xd0\xc7\xb5\x1b\x1c\x97\xc8\xf9\x5d\x9e\x49\x4d\xa2\x24\xbe\xb1\x35\x2e\x1e\x43\x79\x5f\x9e\x38\x5a\xd6\x40\x5f\x34\xfb\xed\x76\xac\xb0\x79\xc0\x0f\x2a\xfd\xe0\x5a\xf6\xda\x21\xae\x9d\xb9\x0b\xa7\x90\x9e\x1b\x47\x8f\x84\xd4\xc2\xbd\x7e\xd6\x0a\x76\xdf\x39\x05\x2e\xc3\xcd\xd6\x14\x06\x56\x52\x03\x83\x6d\x21\x93\x02\xf5\xf8\x26\x82\xc9\x11\xeb\x13\x7a\xd6\xf0\x43\x00\x6f\x44\x67\xab\xfc\x82\x83\xb5\xa8\x00\x8e\x3d\x57\x3b\x72\xd1\x79\xfe\xa9\xfb\xda\x5e\x84\x86\xc1\x2e\x2f\x96\x2d\x0c\xbc\x8a\x66\x0b\x9a\x32\xb0\xe4\x04\xb4\x2c\xe0\x3a\x3e\x68\x5d\xaf\xb0\xa3\x08\xfc\x59\xdd\x5f\x72\x2f\x4d\xab\x32\x85\xd9\x41\x96\x25\x41\x6f\x92\x41\xa7\x92\xb9\x48\x43\xc0\x69\xa5\x26\xfb\xb3\xb1\x5d\xe1\x63\xce\xb4\xb2\xfc\x52\x4a\x9a\x9b\xc8\x80\x8c\x4c\x11\x87\xa3\x09\xa5\xa9\xb6\x7c\xe3\x7a\x09\x52\xf3\xc2\x66\x6a\xc9\xf9\xd2\x3a\x52\xf8\x85\x4d\xb5\x12\x9e\x57\x50\x35\xb9\xc2\x71\x4d\xb4\x00\xed\x7a\x61\x0b\xed\x0c\xae\x1c\xab\x75\xb4\x92\x9f\x9f\xa0\x35\x17\xa0\x55\x52\xb6\x46\x2a\xd1\x4a\xa0\x1c\x81\x22\x2e\x93\xa2\x56\xbd\xfa\xb8\x8f\x60\xdd\xcd\x32\xd7\x1b\x9e\xc7\x47\xf1\x88\x9b\x9d\x35\xb9\xb0\x88\x70\x88\x27\xc9\x65\x9a\xab\x94\x34\xb7\x98\x00\x95\x6c\xb4\x82\x51\x2c\xc3\x2c\x91\x02\xfa\x18\x48\xc5\x54\xae\x88\xba\xf5\xe2\x92\xb2\x26\x71\x27\x59\x4c\xef\xc1\x57\x6a\xa0\x12\xf7\xfb\xa5\x4b\xb9\xe3\x20\x73\xc3\xe0\xcf\x70\x81\x82\xe9\x18\x86\xa1\x37\x84\x78\x45\x58\xc1\x07\xab\xe6\x62\x99\xdb\x7b\x85\x34\x9c\xe2\x5e\xcb\xf3\x5d\xdf\xc7\xd6\x3c\x62\x01\x8c\x60\xe2\x18\x36\x6f\xc5\x59\x93\x6c\xbf\x5b\xf7\x30\xf1\xb4\x7d\xa7\xec\xb6\xcc\xab\x51\xdb\x5b\xb4\x54\x68\xd8\x4e\xb3\xd7\xa7\x8a\xa1\x26\x55\x8c\x20\xf9\xf2\x06\xb7\x12\xd1\x64\xbd\x80\xd4\x2b\x25\x55\xb9\x12\xb2\xb1\xf6\xb7\x95\x25\xb6\x29\xf3\x81\xd5\xaf\xda\xd6\xb5\x34\x75\x9b\xc9\x44\x8d\xee\xb2\x3c\x97\x3b\x0a\x06\x59\xd7\xb8\xc9\x59\xf0\x67\x88\x4f\x10\xe7\xcf\x90\xf8\x18\xaf\x50\x43\xe8\x95\x1b\x6a\xa0\x08\x04\x0f\x35\x7e\x6a\xac\xf9\xa9\xe1\x1c\x6e\x5e\x3b\xba\xd1\x46\x4d\x2d\xad\x62\xa8\x4f\xb1\x5e\x7e\xff\x95\x75\x8b\x78\x23\xb6\x2e\x7c\xa9\x7a\xb5\x40\x6f\x09\x58\xf1\xe2\x03\x5f\x8e\x08\xfe\x0c\xbd\xa1\x1b\x0d\xa0\x5f\x3c\x1a\xe8\x7a\x47\x64\x12\x3f\xc3\xbc\xb3\xd5\x32\xa2\x34\x9a\x66\x70\xda\xb0\xfc\xea\x75\x9d\xfd\x74\x88\x01\x6e\x9a\xef\x6b\x36\x2b\xa2\xa6\x55\x6e\x71\x96\x47\x75\xe6\xb7\x9c\xeb\xec\xa7\xe6\x9f\x6f\x70\x9a\x47\x45\xf5\xbb\xcc\x75\x35\x49\x24\x1f\xfb\x05\xd4\xf4\x29\xb9\x98\x5c\xcd\xa3\xbb\xec\x52\xf1\x4a\x6a\x2d\xbf\xef\xc1\xd0\xcd\x5b\x32\x16\x13\x10\xc1\x9b\xdc\xb2\xa9\x49\x3b\x67\xd3\x4c\xa7\x82\xeb\x5e\xb6\x85\x81\x12\xf6\x6d\x40\xdc\x19\xcd\x92\x4f\x6a\x36\x0a\x1c\xa2\x8d\x98\x8b\xaa\x04\xb3\x25\xa3\x79\xd3\x90\x1f\x1d\x55\xf7\x65\x84\x9a\x8d\xa9\x4d\x1e\x0f\x5a\xdd\x1c\x9f\x14\xaa\x57\xd8\xd1\x8c\x78\x06\x4e\xd7\xe9\xf4\x48\xc8\xea\xff\x86\x5d\xb8\x60\x9a\xba\x03\xbc\x93\xf4\x87\x78\x02\xfc\xc0\xc7\x2e\x56\x63\x17\x7b\x6d\x41\xf0\x47\x8c\xe4\x8f\xfc\xe2\x32\x08\x22\xf0\x47\xcb\x12\xdb\xa9\xfe\xb1\xfe\x21\x12\x7c\xba\x18\xf2\xb5\x0e\xa8\x9c\x9b\x90\x45\xf1\x0d\xe0\x9e\xaf\x59\x0c\xfe\x98\x25\x13\xf8\x47\xd0\x9b\x64\x00\x4b\x63\x10\x0d\x88\xaf\x1b\x36\x85\xea\x1f\x53\xd0\xae\x37\x80\xa5\x86\x20\x03\x37\x41\x18\x32\x84\x18\x1f\x36\x46\xfe\x58\x17\x4a\xc8\x1e\x62\xa4\xb8\x20\x5e\xfc\xb0\x94\xdf\x45\xca\x77\xca\xfb\xea\x21\x21\xee\x02\x49\x42\xef\xf8\xd6\x94\xb2\xf3\xaf\xed\x97\x1b\x1c\x14\x88\x58\x88\xb3\xd7\x00\x66\xf9\x20\xad\x62\xef\xe8\xd0\x1d\xa7\xf8\x3a\x0b\x2f\x50\x0f\xd2\x2e\x4b\xaf\x81\x20\x3d\x45\x5a\x1b\x35\x81\x48\x81\x50\xa6\x03\x2a\xbd\x38\x0e\xa1\x1b\x55\xc0\x0b\xf0\x28\xcf\xd9\x13\xb0\xa1\x62\x18\x14\xe3\xa9\xc8\x07\xa6\x8f\x28\x7a\xa3\x23\x84\x36\x56\xef\xf4\x41\x89\x96\xb8\x78\x3b\x5f\xd2\xfd\xc4\xa4\x42\x32\x54\x51\x76\xa8\xc2\xd8\xf5\x0f\x7c\x5f\xf1\xab\x74\x51\x4a\x0d\x07\x83\xc2\x97\x6e\xc4\x3d\xaa\x44\x76\xb5\x2b\x08\xa8\xd2\x6a\x57\x9d\xd5\xfa\xd3\x55\xb0\x06\x30\x42\xb0\x06\x2a\x4f\x2b\xec\x4b\x3f\xda\x11\x86\x16\x0d\xfd\x84\xd8\xc4\xa8\x32\xb9\x96\xd2\xba\x9c\x8b\x4a\xfd\x29\x46\x9a\xe6\xf8\xe5\xda\x2e\x85\xd6\x14\x9c\x29\x31\xe9\x85\x64\x97\xa8\xeb\x46\x68\xb4\x22\x26\x01\x97\xc5\x97\x41\x03\x26\x9e\x64\xc0\x45\x36\xdb\x28\x8e\xfe\xfe\x0c\xc4\x09\x38\x25\xa4\xfc\xfd\x19\x80\xd1\x75\x90\xc4\x91\xb4\x87\x04\x8c\x8e\x91\x36\xff\x13\xd3\x9c\x6f\x77\x3c\x31\x19\x50\x58\x81\xa3\x59\x0f\x9b\x6b\x9c\x84\xd5\x3a\x59\xf3\xdc\x04\x3e\x5c\x47\xe5\x3e\xdf\x60\xdf\x6c\xee\x0b\x2a\x1a\x11\x38\x0b\x3c\x01\x2d\xb0\x06\x56\xc7\xd3\xfd\xbb\x55\xb0\x26\x09\xa5\xc3\xd0\x91\xfb\x97\x25\x11\x32\x64\x55\x1b\x36\xac\x87\x9f\x03\x3f\xb8\xfe\x3c\x84\xc1\x60\x98\x99\xb1\x91\xbc\x1c\x9d\xd5\x85\x82\x8d\x08\xeb\xe1\x3a\xbe\xbd\x2a\x2b\x14\x69\x47\x12\x9f\x25\x60\x9d\xd0\x6e\x51\xc3\x94\xe1\x49\x61\xe4\x1f\xe2\xa3\x37\xe5\x7c\x01\xe1\x25\x67\x72\x35\x30\x8e\x05\x9f\x28\x76\x50\x07\x06\x30\xcb\x4b\xe6\xf9\xe3\x18\x75\x35\x8d\x9a\x82\x14\xd4\xa9\x7b\x73\x38\xcb\x60\x37\x8e\x13\x3f\x75\xe0\x35\x21\x4e\xb1\x6a\x48\x48\x8f\x9c\x3b\x2c\x05\x5f\x12\x67\xf0\xa9\xe2\x9d\xf1\x68\x1c\xa7\x55\xa9\x0f\xd4\x43\x27\xd4\x3c\x72\xfe\x23\xb4\x45\xc0\xc2\x9c\x1a\xe1\x75\x3d\xbe\x86\x49\x12\xf8\xf0\x1c\xa9\xb7\xdb\x5b\x00\xaf\xb1\xa6\x53\x15\x19\x71\xd7\xcb\xcf\xa3\x65\x5f\x3d\xcc\x00\xce\x6d\x52\xe7\xbe\x06\xa1\x78\x00\x2a\x68\x27\xe3\x42\xa4\xac\x0b\x4b\x21\xbc\x19\x42\x18\x1a\xd0\x29\x05\xee\x04\x85\x22\x89\xc6\x9b\xf8\x1a\x5a\x05\x03\x74\x18\x59\x8a\x88\x7c\x53\x22\x40\x69\x5d\x93\x39\x57\x24\x18\x0a\x1f\x60\xe4\xc5\x3e\xc4\x26\x70\x0d\x78\x43\xed\xc8\x91\xac\x72\xe8\x0d\x6c\xd3\x01\xb7\x47\x42\x53\xb4\x36\x37\xab\x5a\x47\x50\x9d\x8a\x6d\x6a\x7c\x6c\xa1\x7a\x2c\x53\x04\xcf\x41\xb3\xb5\xad\x17\x47\xa8\x51\x8e\x5c\x26\xc7\xe6\x0d\x8d\xae\x47\xca\xa4\xa1\x12\xda\xd8\x30\x54\x55\x96\xd2\x67\x98\x52\xc3\x09\xbe\x85\x2a\xa0\x39\x2c\x1b\xa8\x93\x38\x61\xa6\x8f\xb3\x03\x65\xeb\x43\x44\xa0\x7b\xda\x6d\x80\x5b\x82\xeb\x39\xe0\xb1\x50\x6c\xc0\x3b\x0c\xf8\x31\x68\x4c\xdb\x27\x2a\xb8\x1a\x6d\xc6\x30\x88\x74\x39\x53\x44\x08\x4b\x50\x1e\x18\x40\x65\x1e\x95\xe0\xc7\x1d\xd0\x96\xeb\x1e\xc7\x69\x7d\x0a\xd6\x75\x9d\x80\x32\x66\xa6\x0c\x1c\xaa\xca\xcd\x5c\xd0\xd1\xe3\x86\x89\x2e\x6b\xad\x8d\x8a\xde\xb9\x82\x8b\x46\x43\xe7\x3f\x46\x8b\xcc\xec\xa6\x52\x94\x9b\x46\x92\x8b\x87\xbd\x7c\xbb\x44\xf9\x56\x41\xf9\xcd\x12\xe5\xdb\x36\xf9\xd6\x8b\xda\x2b\x6a\x54\xf4\x61\x87\x33\xfe\x72\x81\xcc\x36\xd2\x3b\x6b\xa0\x52\x63\x5f\xf8\x16\xce\xe5\x87\x44\x29\x87\xbb\x1f\xbb\x11\xe2\x65\xf9\x7e\xa1\x3a\xbb\xd3\x25\x27\x8f\x47\xf1\x05\x25\x67\xbe\x00\xf0\x49\xa1\xb5\x54\xff\xf3\xe2\x1b\x4b\x75\x3f\x2f\xbe\xb5\x54\xef\xf3\xe2\x6d\x5b\xdf\x14\x8e\x97\x8a\x86\x70\x8d\xa2\x34\x64\x54\xf6\x4d\xe0\x12\x81\xe0\x05\xd8\x00\x7b\x26\x2e\xdb\x8a\xe3\x8e\x5b\x08\x7a\x5a\x9e\x34\x04\x3e\x46\xcb\xe8\xdb\x5b\x0b\x4d\x8f\x6f\xd4\x6b\x0e\x25\x04\x37\x0f\x48\xa2\x0a\xee\xe2\xf2\x89\x4b\xac\xad\x19\xa0\xd5\xc4\xb2\x5d\xca\xbb\x90\xf0\x45\x1c\xd1\xfb\xd2\x88\x7e\xb3\x44\xd3\x59\x78\x96\xfb\x37\xbc\x64\x73\x9e\x19\x3b\xd6\x61\x52\xf7\x18\xb4\xab\x5c\xf4\x78\xda\x5f\xda\x60\x8f\x7e\x55\xc1\x3a\x68\x1b\xc6\xdd\xc3\x48\x98\x4d\x7a\xcd\xf4\x55\x46\x15\xb0\x87\xf9\x5e\x9a\xf1\xc2\xc4\x77\x21\xc4\x8b\x93\x6c\x3b\xda\x50\x4b\x2e\x6e\x50\x51\xa6\xe8\x3b\x5e\xb2\x53\xde\x20\x39\x22\x17\xf5\xeb\xfd\x24\x1e\xa1\x15\x73\x37\xf6\x21\x75\xe5\x26\x39\x64\xc7\xd5\x72\xfd\x5f\x5a\x84\x59\x96\x6f\xe9\x30\xe8\x67\x35\x30\x82\xd8\x80\xcd\x92\x10\x87\x41\xff\xb2\x8b\x20\xae\x4f\xe1\x35\x73\xed\x7c\x44\x7c\xcf\x8d\x86\xdb\x0b\xb0\xc6\x01\x8d\x00\x7b\x08\xd1\xcd\x30\xf0\x86\x85\x78\x08\x2e\x0e\xba\x0e\x9a\x56\xb0\x3d\xc5\x13\x9e\xfd\xf1\x21\x9a\xbb\xbc\xbe\x39\x7b\x75\x6c\xbb\x21\xc8\x1b\x2a\xce\x6e\xe0\x05\x68\xf0\x91\x83\x93\x36\xc0\x0b\xd0\xe4\x49\x7a\xad\xfa\xf5\xc0\x25\x16\x89\xb6\x49\xac\x10\xdd\xd1\xbb\x37\x58\x13\x91\x23\x91\x39\x5d\xe9\xc3\xcc\x0d\x42\xf0\x0c\x34\x2c\xdd\xb8\xb5\x61\xe9\xbe\xad\xcd\x87\x58\xb6\x0a\xa4\x60\x98\x23\x18\x66\xee\x1f\xc0\xf3\x2f\x42\x8f\x10\x3e\x12\x8d\x20\x52\x2d\xfe\xf9\x1d\x9c\xb1\x19\x5a\xdc\x6a\xc6\xea\x05\x5e\xd7\xd1\x2f\x02\xb2\x23\x83\xa0\xc1\x47\x40\xd0\x2f\x02\xd2\xdc\x52\xd0\xc4\x78\xf3\x16\xd7\x78\x4b\x90\xde\xe2\x82\xfb\xa6\x35\x43\xcb\xb2\x66\x40\x58\x1e\x77\x94\x72\xca\x02\x30\x5f\xbd\x0a\xf1\xc7\x4c\x88\x3a\x22\x7d\x39\x12\xde\x1b\x4e\xbb\x85\x74\x35\x02\x7d\xf6\x0c\xb4\xaa\x55\x3e\x75\x6a\x9b\x87\x62\x32\xdf\x0b\x87\x61\x81\x8b\xbf\x79\xbd\x2d\x5e\xc9\x28\x9c\x02\xe4\x0d\x2e\x45\x43\x6b\x1b\xd2\x25\x38\xab\x6a\xc9\x4e\x3e\x22\xd5\x89\xd9\x5c\xb3\xc0\x0d\x21\x90\xad\x0c\x63\xb0\x18\xc4\x3e\x92\x70\xc5\x11\x5d\x06\xf0\xf3\x5c\x42\xd0\x28\xbe\x86\x95\x1a\xdf\xc6\x51\x37\x4e\x70\x19\x16\xb5\x4e\x8b\xef\x6a\xc1\x29\x3b\x60\x4f\xc6\x4a\xff\x94\x69\x7a\xb9\x46\x71\x42\xfa\xfd\x45\x5b\x37\xb7\x28\x6e\xc4\x64\x6c\x28\x32\xaf\x5b\x80\x70\x5a\x21\x77\x53\x51\xc9\xbb\xdc\x21\x19\x4b\x3a\xd1\x6e\x0f\x2a\xe5\x9c\xa1\xac\x43\x25\xe8\xdb\x5b\xa0\x6c\x31\x18\xb3\x85\x75\xe4\x52\x43\xea\xa1\x79\xb0\xe8\x40\x47\x2d\x64\x17\xe4\xe3\xe8\x47\x54\xc3\xf2\x04\x66\xf1\xc4\x1b\x32\x47\xf8\x2f\x47\xe5\x39\xaa\x86\x04\x52\xb8\x1f\xa9\x74\x3c\x7c\x61\x4a\xd9\x7e\x70\x79\x42\xcd\x67\x1a\x3e\x4c\xb3\x24\x9e\xd9\xcf\x84\x84\x78\x90\xa6\xa8\x7d\x96\xac\x2b\x7c\xf9\x87\xc5\xe4\xe1\xc9\x43\x1e\x6c\x51\x3e\x76\xbf\x53\xb0\x6a\x27\x2c\x0c\x82\xdf\x71\x66\x7e\xc9\x8f\x1f\xcb\x5e\x80\xc4\x45\xe7\x6d\xec\x43\xed\xf8\x57\x07\xa1\x57\x3c\xad\x9e\x3c\xf6\x6b\xfc\x2c\x7a\x47\x4e\x24\xf5\xc9\x80\x91\x2f\x9d\x71\x8a\xde\x1c\x1a\x45\xdc\xcd\x03\xdf\x0d\xa0\x11\x30\x44\x4c\xc5\x64\xe8\x37\x0a\xca\x52\xc4\xfd\x3b\x45\x92\xb0\x8f\x14\x0b\x87\x88\x0b\x63\x87\xa9\x0e\xc2\xa0\xf9\x4a\x01\xdd\x55\x94\xfc\x9a\x9d\xc6\x37\x4e\xa0\x1f\x2d\xdb\xe2\x13\xf0\x1b\xd4\x46\x11\xcc\x3d\xf1\x85\xb8\xbf\x1a\x1f\xe5\x98\xc0\xcd\x7d\x95\xcb\xf4\x7e\x31\xfa\x98\x51\x17\x8d\xd9\x1c\xde\x12\xff\x10\x89\xa6\x20\x25\x57\x28\x7d\xf1\xc4\x0f\xdf\x65\x50\x79\x0b\xa5\x48\xd8\x42\x2a\x0f\x2f\x62\x09\x2a\x99\x07\x73\x69\xaa\xd7\x88\x70\x7c\x96\xf5\x75\x79\xa6\x21\x39\x38\xe0\xca\x23\xbc\x17\x68\xea\x21\x9c\x2f\x96\x14\xf7\xc7\x73\xdc\x6c\x77\x26\x67\xb9\x14\x39\x52\xa3\x98\x45\x7f\xc9\x31\x88\xc6\x24\xb9\x5e\x92\xe7\x49\x21\x82\x78\xbc\x64\x04\xb5\xae\x44\x52\x06\xeb\xd4\x83\x49\x88\xb6\x9c\x53\x86\xf1\x76\x0c\x81\x77\x16\x08\xd3\xc9\x7d\x6c\x6a\x20\xef\xd3\xa2\xb3\x7c\x01\x5f\x3a\xc6\x41\xf5\x92\xf8\xa6\x06\x98\xbb\xcf\x22\x98\xf3\xa0\xa0\x3c\xc8\xb4\xd6\x73\x79\xcf\x62\xce\x15\xf4\xac\x2a\x13\x25\xfb\xaf\x54\x3f\xca\xd2\x22\xff\xd2\x19\xa2\xf7\x34\x6f\x60\x8d\x3b\x42\x09\x22\x47\x1c\x13\xb0\x87\x8a\xc2\x0f\xd1\xdb\xc4\x02\x45\x84\x42\x77\x4b\xe1\x4e\x5d\x79\xc3\xec\x81\x51\x30\xec\x11\x69\xbb\xe0\x8f\x17\xa4\xe3\x1a\x48\x27\x63\x7c\xa0\x4a\xb8\x77\x2c\x5e\x98\xc5\xf7\x2f\x51\xa9\x67\xb6\x4e\x23\xfc\x34\x75\x5a\xc1\x4d\x4c\xad\xbf\x0c\x9e\x4d\x7c\xad\x88\x6b\x58\x13\xbb\xef\xb9\xd8\x7f\xda\x50\xb0\x84\x80\x55\xb5\x00\x41\xdb\x01\xe8\x5f\x45\xa9\xd1\x5a\x8a\x2a\x29\xd6\x07\xb9\x5b\x4e\x0e\xab\x70\x50\xc2\xd2\x50\x07\xcd\xa3\x82\x3e\x29\x25\x06\x4a\x6b\x0b\x7c\xf6\x8a\x04\xe6\xbd\x3b\x50\x3c\x68\xc6\xee\x00\x76\xe3\x49\x4e\x8d\x20\xa8\x48\xbc\x72\x00\xf0\x04\x38\x72\x5d\x73\x2a\x3b\x8f\x49\x10\x7a\x5b\x78\xa0\xbc\x8e\xf5\xd2\x12\x7f\x1e\xf3\x00\xf6\xf3\xd1\x0a\xa3\x7a\xbd\xcc\xa0\xd2\x6d\x37\xd1\xbf\x35\x37\xef\x48\x70\x63\xa2\x9c\x85\xa3\x36\x35\x90\x5b\x5d\x8e\x08\x89\x8c\x3d\xa2\xd9\xf4\x98\xd2\xcc\x0e\x14\xd1\xb3\xa8\x6e\x9d\xc2\xc7\x7c\x0c\xd1\x98\x6d\xbb\xc5\x47\xdd\xb6\x3a\x2d\x9b\xa2\x5b\x9b\x3c\x12\x1f\xe5\xd4\x09\xd1\xb2\x8b\xa8\x36\x0c\x0e\x3d\xd8\x76\x5e\x15\x28\x0a\x9f\x94\xc2\xec\x3c\x18\xc1\x78\x92\xcd\x0b\x91\x14\x44\x11\x4c\x7e\x44\xf5\x48\xee\x81\x73\xac\xa5\xbc\x94\xd5\x35\x8a\x34\x11\xf1\x88\xe9\x08\xb1\xd1\x74\x16\x69\xd4\xb4\x17\x95\x68\xcd\x34\x1e\x77\x8e\xc5\xc2\x27\xe1\x78\x41\x80\xc5\x9b\x78\x62\x83\x10\x18\xb2\xee\xb0\x7f\x01\xc1\xc4\xef\x8b\x7e\xac\x01\x2f\xad\x01\x6f\x58\x03\x5e\xec\xc3\x1a\x08\xd1\x64\xef\x0d\xaf\xb0\xd7\x59\x2d\x37\xf9\x24\x91\x35\x8a\xa4\x4e\x2e\x9e\x17\x8a\xfa\xdd\x38\x71\xcc\x95\x4b\x35\xfc\x9d\x55\x36\x95\x60\x8a\x77\x46\x53\x19\x9b\xa0\x5c\x95\x9b\xcd\xe9\xe3\xc8\x37\x40\x60\x09\xa4\x76\x38\xce\x23\x41\xf2\xc9\x3f\xea\xa9\xba\x08\x90\xc2\x0c\xdb\xef\x0e\x2e\xad\x02\x69\x76\xc0\x4c\x85\x90\x8c\x7c\xb1\x19\x35\x95\x6a\xb3\x39\x36\x7f\x04\x7e\xb9\xc1\x95\xdf\x22\xb5\x5b\x9f\x85\x71\xf6\x6d\xc3\x12\x17\x0a\xa3\x12\x0a\xd9\x21\x2e\x13\xa0\xf2\x21\xf9\xa0\x79\xf6\xe6\x08\xc9\x6d\xc0\x2e\x7b\xe0\xc4\x8f\x6f\xa2\x97\x86\x25\xbd\x67\x00\x10\x75\x81\xe0\xca\x6e\xc7\xe8\xe0\x28\xa2\x47\xc7\xef\x4f\x8f\xbb\x07\xe7\xc7\x47\xf8\x35\x46\xec\x36\xde\x83\x80\x2c\xdc\x7d\x90\xc6\x71\x54\x07\xef\x43\x88\xa6\xa8\x49\x0a\x81\x82\x4f\x7c\x82\x05\x21\x8c\xd2\x0c\xba\x3e\xf3\x32\x2f\xf0\x30\xc7\xac\x29\x42\x66\x6c\x63\x49\xbe\x29\x0f\xc3\x18\x18\x27\x42\xc8\x2e\xba\x16\x1c\xc6\xf4\x82\xa0\x80\x2f\x67\x63\x98\x64\x70\x9a\xbd\x0e\xa2\x4f\x26\x52\x94\x37\x7f\xf2\x39\xcc\xb8\x77\xa0\xdd\x8a\xa7\xfe\xce\xa4\xe1\xc0\x05\x43\x56\x1f\x40\xe5\xd9\x33\x6b\xa0\x07\xfb\x71\x02\xc5\xf0\xc9\x30\x42\xdd\xee\xe1\x77\x87\x0d\xf7\xe6\xf3\xed\x06\x4b\x23\x1c\xf9\x05\xa2\x25\x6d\x3d\x01\xf7\x0f\x6e\x18\xf8\xe4\x75\x1d\xea\xf6\x2d\x77\x99\xc1\xb3\xfd\x61\x18\x75\xcd\x2b\xe6\x0e\xe7\x0f\xc5\x2f\xbd\x4d\x8e\xe2\xd3\xbe\x1c\xdf\x12\x38\x08\xd2\x0c\x26\xa8\x3f\xde\xa0\x39\x47\x11\xaa\x04\x0e\xe0\xb4\xc6\x7a\x9f\xbf\x1a\x55\x6e\x7f\x0a\x6b\x0e\x82\xf4\x95\xaf\xbd\x66\x62\xaa\xdb\x5a\x9f\x65\xf2\x28\x88\x29\xcb\x9e\xec\x65\xf5\x17\x2b\x5e\x1f\xce\xe3\x04\x47\x54\xae\xed\x7a\xae\xb9\x0e\x01\xaf\xd1\x86\x28\xd1\xd2\xe2\xfd\xba\xa1\x9b\x9e\x09\xf7\x5f\x8a\xc3\x09\x6a\x17\xa8\xc4\xd2\x05\x51\xcb\xef\x51\x03\x4f\x38\xc7\x77\xd5\x0a\xa2\x72\x16\x57\x62\xc6\x2e\x17\xb4\x47\x5e\x27\x05\x0f\xc2\x82\x20\x9f\x16\xca\x0f\xc2\xd0\x8e\x96\xc6\x2f\x52\xe2\xcd\x69\x12\x64\x9e\x23\x98\xcd\x69\xcc\xc5\x68\x90\xe9\x89\xad\x0a\xc3\xfd\x18\xf3\x96\x81\x31\xc8\xa5\x78\xbf\x8d\xee\xdd\x6a\xb1\x77\x68\xc0\x26\x1a\x69\xc7\x08\x53\x55\x23\x45\x19\xb6\xc5\x84\x25\xa9\xd1\x62\x96\x56\xbc\xfa\x7d\xa7\xa2\xf6\x19\xcd\x3d\xbc\xe3\x0b\xd3\x49\xc8\xad\x63\x78\xed\x86\x13\x37\x83\x88\x9f\x92\x69\x9e\x1f\xbe\xe0\x6d\x4b\x5c\x08\x35\x1b\x73\xd9\xba\xba\x34\x9a\x7d\xf9\xc3\x48\xd6\x1d\xa1\x72\xf8\x9b\xf3\xf0\x6b\x5c\x10\x70\xe7\xdb\x02\xfa\x8a\x39\xdf\x31\xd0\x81\x35\x1d\x4a\xba\x9b\x9d\x50\x49\xd1\xb0\xf2\x4a\x83\xf4\x7c\x18\x24\xfe\x6b\x78\x0d\xc3\x33\xbc\x7a\xcb\xf0\x0d\x1a\x45\x26\x18\x4a\xc3\x8a\x9b\x52\x42\x2a\xd2\x8f\x0c\xe6\xd4\xff\x28\xe7\x68\x89\xfa\x84\xcd\xa7\x3c\x14\x19\x17\x00\x39\xb7\x52\x03\x39\x6e\x15\x4a\x0f\x28\x8b\x93\xe9\x04\x26\x74\x33\xcd\x2d\x66\xa9\x59\x8b\x58\x45\xd6\xa2\x57\x24\xa1\x17\x2e\xb8\xe1\xea\xa4\x57\x3a\xd0\xdf\x27\x38\xdb\x03\xf9\x3e\x78\xbe\x4a\xe2\x12\x21\x64\x13\x16\xe6\x63\x6b\x14\x93\x80\x71\xa9\xe2\xe2\xf3\xec\x19\x68\x00\xec\x04\xe7\x86\x2c\xa1\x49\x12\x98\xff\xce\xb3\x67\xa0\x45\x52\x98\xd3\xcf\xb3\x67\xcc\xfd\x4a\xf0\xab\xfb\x04\x67\x5d\xe5\x70\x10\x7b\x3a\xed\xe8\x8f\x2b\x08\x04\x98\x36\xcf\xc5\x21\x67\x1e\x70\x87\x67\xa5\x3c\xad\x64\x8f\xb3\xf9\x68\x8f\x8e\x5f\xcb\x08\x4c\x71\xcc\x77\xbf\x40\x7b\x98\xb3\xe4\xbf\x32\x3c\x06\xf1\x00\xed\x7a\x79\xae\xba\xe6\x08\x03\x58\xdb\xeb\xb2\x35\xbc\xd9\xde\x5b\xb0\xde\xee\xe9\x43\xd4\xdb\xda\x5e\xb4\xde\xe3\xb3\xee\x43\x54\xdc\xde\xd6\xbb\x9a\x8f\xa3\xfb\x75\x74\x13\xbb\x57\xe7\xd8\xc0\x1a\x68\x56\x51\xce\x91\x41\x02\xb4\x69\x68\x1e\xee\xf6\x51\xc5\xe6\xcb\x29\x91\x48\x8f\xef\x72\x27\x50\xd7\xab\x82\x17\x85\xd8\x7b\x15\xb0\x37\xaf\xfa\x4d\x53\x23\xee\x0a\x24\x58\x3e\xc2\xd0\x5e\x5d\xbd\x17\xab\xdf\xa9\xc4\x94\xba\x88\x55\xbe\x27\x8b\xd1\x1b\xc5\xca\xa0\x41\xbe\xb4\x58\x75\x1f\x44\xac\xba\x5f\x4c\xac\xfa\x65\xc4\xca\xd4\x88\xaf\x26\x56\x2a\x31\x0f\x2c\x56\xc5\xe8\x8d\x62\x65\x98\x68\xbf\xb4\x58\x1d\x3c\x88\x58\x1d\x94\x13\xab\x79\xe2\x61\x22\xe6\xab\x89\x87\x4a\xcc\x03\x8b\x47\x31\x7a\x93\x78\x6c\x34\x7e\x79\xf1\x38\x7c\x10\xf1\x38\x7c\x18\xf1\x30\x11\xf3\xd5\xc4\x43\x25\xe6\x81\xc5\xa3\x18\xbd\x51\x3c\x36\x75\xf1\x78\x24\x2e\x14\x1e\x3f\x06\x8f\xf2\x45\xc1\xfd\x04\xa6\xf5\x97\xc5\xe9\xdb\xfa\x62\xe2\xdb\xb6\x89\x6f\x31\x95\xf7\xee\xa4\xf6\xe2\x5c\x68\x17\x72\xe1\x4b\x0c\xe1\x97\xb6\x9b\xc6\x96\x51\x71\x8f\x31\x61\xaa\xea\x1e\x4d\x52\xd1\x19\xf9\x69\x90\xfa\x2f\xcb\xcf\x93\x5f\x8e\x9f\xa6\xaa\xee\xd1\x24\x15\x9d\x91\x9f\xed\x65\x17\xc7\x92\xd3\xd8\xba\x63\xdb\x42\x07\x0f\x3f\x0c\x37\x97\x18\x86\x1b\x0f\xd2\x4c\x83\xdb\xe6\x17\x6a\xe3\xd6\xe2\x6d\x6c\x36\x5b\xbf\xbc\xc1\xf0\xfe\x8b\x6a\xdc\x77\xc5\xe8\xcd\x5c\x30\x48\xf4\x97\xe6\xc2\xbf\xfc\xb2\x5c\x28\x46\x6f\xe6\x82\x41\xe0\xbf\x34\x17\x4e\xbf\x2c\x17\x8a\xd1\x9b\xb9\x50\x38\x5b\x7c\x19\x2e\x9c\x7d\x59\x2e\x14\xa3\x37\x73\xe1\xcb\x59\x62\xcd\xcd\xaf\x64\x8a\x35\x97\x98\x04\x9a\xcd\x2f\xb8\x3d\xb8\xfd\xb5\x18\xb1\xbd\x0c\x23\xbe\xe0\xce\xc3\xce\xd7\x62\xc4\xce\x32\x8c\xf8\x82\x3b\x7b\xbb\x5f\x8b\x11\xbb\x4b\x30\xa2\xf5\xe5\x36\x1b\x5a\x8d\xaf\xc4\x88\x56\x63\x19\x46\x34\xbf\x1c\x23\xac\x73\xc6\x97\x66\x44\x73\x19\x46\x7c\x39\x6b\xb2\xf5\xb5\x16\xf0\xad\x25\x56\xf0\xcd\xd6\x97\x33\x28\x5b\x1b\x5f\x8b\x11\x1b\x0b\x31\x82\x06\x27\x36\xae\xa1\xd8\xa1\x33\xdd\x6e\x52\xb7\x9f\xe8\x21\x35\xfd\xa2\xe7\xd1\x26\xae\x51\x74\xf4\x50\x1a\x3c\xef\x80\xad\x4d\x54\x4c\x48\x7b\xd6\x01\xbb\x9a\x3f\xb8\xb1\xf1\x86\xf0\x35\x22\xf2\x75\xb0\xb5\x61\xb8\x69\xaf\xc7\x3b\xe1\x8b\x7d\xa1\x30\x0e\xf8\x63\x7c\xbc\xb1\x14\x19\xa6\xd7\xdf\xcb\x55\xfc\xbc\x03\x36\x9b\x3a\x4b\x36\x37\x1f\x86\x25\x9b\x4d\xb0\x06\x5a\xdb\xf7\xe2\xcb\xe6\xd6\xd2\xb4\x34\xef\x59\x75\xab\xb9\xbb\x74\xdd\xf7\xad\xba\xb5\xbc\x54\xb6\x76\xee\x59\xb5\xf1\x61\xca\x72\x55\xef\xce\xad\xda\xb2\xc1\xfe\x48\x3f\x2f\xa4\x72\x29\x0f\x77\x45\x37\xfc\x52\xa3\xbf\x40\xf5\xcd\x19\x05\x6b\x68\x64\xdf\xa7\x3f\x9a\xbb\xe5\x34\x43\x91\x76\xfe\xe3\xdc\x73\x0f\x1b\x05\xcf\x3b\x60\x63\xc7\xa0\x21\x8c\xa1\x4f\x17\xa1\x49\xd6\x14\x1b\xf3\x65\xb6\xe8\x64\x46\x93\x1b\x7d\x9e\x10\x04\x67\x21\xb9\x41\x5d\xb0\x65\xd5\x87\x82\xb3\x29\xf5\x2d\x5d\xa4\x11\xc2\x9c\x48\xef\x75\xb3\x70\xe9\x88\x87\x05\xee\xf3\x03\xec\xb9\x27\x79\x94\x0d\x24\xff\xd7\x41\x48\x01\x06\x82\x9f\x1b\x7e\xcf\x04\x72\xe7\x4a\xfa\x99\x5e\x0c\x2e\x8b\xaa\xea\xf2\x52\x42\x65\x35\x40\x4b\xcb\xd7\x27\x72\x8c\xa0\xc3\x20\x72\x37\x4d\x89\xb2\x4e\x07\xe8\xb7\xde\x73\x0a\xa5\xc2\x36\x77\x69\xf6\x2e\x68\x81\x6b\xdd\x27\x38\x53\x08\xf8\xe5\xfc\x77\xd5\x38\x21\xcc\xbc\xa1\x5a\x42\xc4\x43\x86\x8b\x90\x69\xf4\x43\xe5\x01\xdf\x3a\x24\x36\x9c\x11\x03\x15\xdc\x62\x04\x8f\xd8\x45\x39\xa1\x4a\xfd\x2a\x3c\xc7\x89\x0b\x69\x18\xe7\xb3\x01\x6b\x76\x84\xe5\xf6\x16\x38\x4e\x3e\x26\x6f\x25\xe7\xc2\xdb\x5b\x69\x48\xa2\x01\x5b\xe4\xa0\x5a\x86\xff\xf6\x29\x2a\xf7\xee\x94\x1d\x47\xd9\x43\xb4\x06\xb7\x51\xd1\xb9\x74\x71\xaf\x52\xdd\x9d\x14\x3b\x9e\xd9\x06\x1c\xbe\xf8\x67\xbe\x50\x66\x74\x9a\xce\x27\x4f\x1c\xb0\x44\x64\x4e\xf9\xab\x73\x8c\x56\xfc\x41\xf0\xec\xeb\x50\x38\x43\x78\x6b\x17\x90\xeb\x75\x86\xf8\x03\x04\x72\x8d\xdc\x00\xb5\x06\xfc\x87\x16\x0f\xfe\xbc\x49\xd7\x41\x3a\x71\xc3\x43\x18\x86\x55\xa5\xcb\xf7\xed\x1c\x21\x7d\xc6\x9e\x96\xcc\x66\x21\xac\xf7\xe2\xc4\x87\x49\x37\x0e\x71\x20\x94\xca\xcd\x30\xc8\xd8\x8b\x1e\x73\x99\x44\xde\x3a\x2b\x42\x97\x3f\x3d\xdc\x6c\xa8\x77\xad\xc7\xf1\xf8\x5d\x24\x37\x00\xa7\xf3\x90\x6c\x66\xde\x84\xf1\x60\x0e\x6b\x7c\xd8\x9b\x0c\xcc\x5c\x11\xaf\x06\xe0\x77\x50\xeb\xf4\x2a\x1e\x1a\x69\xc6\x0c\x54\x9f\x9d\xc3\x6e\x32\x40\x2a\xf6\x20\x49\xdc\x99\x28\xab\x61\xe0\xc1\xba\xe7\x86\xa1\xc3\x1e\xb2\x91\x5e\x88\x32\xd4\x41\x03\x7e\x9a\xb2\x6b\xb8\x1a\xbb\x5b\x75\x92\xcc\x0d\x62\xf3\xb0\x2c\xc1\x35\x7e\x71\xa6\xe0\x5a\x96\x67\x4b\x02\xd3\xe0\xcf\xb2\x6b\xf9\xb4\x06\x66\x22\x6f\x82\xf4\xad\xfb\xd6\x99\x56\x51\x4b\xc9\xef\x99\x41\x85\xaa\x5a\x7b\xc6\xc2\x51\x0c\x60\xf6\x0e\xdf\xeb\x62\x91\x1f\x7a\xae\xf7\xa9\x52\x35\xdc\xeb\x37\xc1\x21\x5a\x44\xd4\xf8\x66\x78\x10\xc1\x1a\x80\x61\x0d\x04\xe4\x3a\xf8\xb0\x06\x5c\xdf\x3f\x8f\xff\x90\xf7\xd5\x34\x0f\x43\xe3\xc5\x21\xbe\xca\x3f\xcb\x93\xf0\x03\x09\x73\x9b\x30\x05\xcf\xc4\x00\xdc\xd3\x3c\x78\x11\x69\xa0\x94\x3b\xcb\x73\x3f\x02\xa1\xe6\xbc\xc0\x47\xf0\x0c\x4c\x25\xcf\xf6\x21\xe8\x80\x0b\x2a\x79\xfd\x83\x2c\x4b\x6a\xa0\x02\x2a\x35\xd0\x14\x22\xef\x06\xc0\x10\x4d\x27\xcf\xa6\x17\xef\x83\xf5\x75\x55\x2f\xd3\x1c\xa1\xec\x00\x66\x4e\x50\x65\xf7\xa7\x15\x62\xa4\xbe\x90\xe0\xe7\x3d\x45\xa0\xc5\x2b\xc2\x0c\xef\x80\xa9\x38\xc5\xc1\x6c\x32\x3e\xcb\xe2\x71\xea\x70\x90\xaa\xc2\x2d\xfc\xe8\x1f\x4e\x22\x9d\x99\x87\x19\x61\xdc\x93\xcc\x6d\xed\x31\x17\x8d\x29\x1f\xd7\xd6\xd4\x42\xc0\x1a\x0a\xea\x19\x98\xf1\x98\x2d\x6a\x00\x15\xad\x24\xb9\xe2\xf4\x5c\x08\x15\x20\xe3\x32\x85\x56\x9a\x91\x17\x8a\x50\xc3\xf0\x8e\x5a\xc1\x7a\xc0\x18\x38\x88\xfd\x11\x1c\x6a\xb0\x6e\x9d\x44\x1a\x12\xc6\xba\x3c\x05\xd6\x00\x54\xe2\x9f\xbe\xc8\xb3\x2c\xfb\x0a\x9a\x63\x0f\xf5\x64\x7a\x53\xa2\x68\xbd\x93\xdb\xe0\xec\x09\xf3\xbc\xf7\xac\xc2\xac\x3d\x19\xa9\xe3\xbe\xb3\x5b\xa6\x4c\x96\xd6\xd7\xc1\xf3\xb2\xb2\xf4\x7c\x11\x59\x52\x4a\x9a\x05\xa7\x58\x5e\x28\x83\xe3\xf1\xfc\xf5\xa3\xa1\x85\x1a\x3a\x29\xde\x98\x19\x02\x89\x8c\x09\x62\xa9\xce\x33\xf0\x15\x48\x03\x9c\x17\xd0\x02\x85\x88\xb8\x1f\xc1\xd0\xf2\xda\x49\x1c\x65\x41\xa4\x5e\xd6\x20\x55\xd8\xc2\x0d\xc2\xb0\xbc\xbe\xc3\xde\x37\x1d\xa0\xae\x13\x67\xe0\x79\x47\x6e\x19\x4d\xee\x80\x59\xee\xac\x93\x4f\x37\x64\x60\x1b\xe0\xd7\x3a\xd2\xf4\xa6\x84\xc6\x98\xa2\x6a\xa6\x5a\x31\x34\x5b\x4d\xd5\x6a\xa4\x6b\x97\x63\xe5\xf5\x60\x31\x78\x97\x4c\x23\x5f\x5a\x17\x3d\x3b\x5a\xe6\x95\x45\x12\xc6\x16\x74\x84\x90\xe2\xd4\x46\x88\x47\x30\x4b\x66\x7c\x3e\x24\x8f\x19\x71\x3c\x97\xda\x62\x8a\xd8\x2d\xca\xbb\xc1\x64\x89\x87\xca\xee\x81\x29\x8e\x04\x93\xee\x81\x59\x41\x78\x4d\x21\x70\x89\x64\x02\x49\xf6\xcf\x8c\xbf\x4a\x2b\xc4\x2d\x51\xac\x71\x25\x32\xcb\x6c\x5f\xb7\x83\x84\x10\x27\xc6\xb2\x24\x62\xcb\xcc\x46\xea\xc8\x9d\xea\x74\x4a\x9b\x27\x0a\x0d\x0d\xbd\x6f\x84\xa0\x30\xb9\xc7\x98\x75\xe3\x86\x4e\xd8\x72\x90\x45\xc9\x30\x64\x21\xe6\xd5\x6b\xc0\xc4\x1e\xce\xdc\x5e\x7a\x11\x5c\x6a\x2a\x93\xc7\x9e\x49\xe0\x35\xaa\xc1\x18\x8e\x12\x58\x02\xad\x20\xa4\x42\xd8\x52\x86\x50\x8a\x47\xa6\xbe\x26\x8c\xcd\x30\x10\xa0\x71\xa4\x5a\xa4\x99\xdb\x43\x24\xfc\x18\xf8\xd9\xd0\x60\x93\xd2\x26\x28\x57\x7b\xcd\x1c\x63\xcd\x91\x6d\x69\x91\x5f\x53\xbe\xed\x22\xd9\x94\x64\xb8\x12\xe4\x74\xb6\x11\x18\xb8\xbe\x3e\xbd\x44\x56\xc6\x14\xcf\xe5\xbc\xa0\xb4\x21\x30\xe5\x01\xe6\x50\x53\x39\xcc\x0b\xc1\x1c\x13\x23\xfc\xef\x01\x64\xd9\x36\x68\xf0\xfd\xa9\x4d\x04\x22\x38\xcd\xbe\x40\x83\xd6\xd6\x58\x83\x84\xee\xf9\x45\x1b\x06\x13\x37\x85\xa7\xf8\x51\x41\xdb\xba\x87\x2d\x33\x64\xe3\x1b\x19\xc4\xd2\xfc\x3c\x13\xef\xd2\x23\x98\xe2\x45\x05\xc2\x2a\x18\xfd\x98\x0e\x64\xf6\x3b\x55\xc5\xf0\xa7\x12\x3c\x95\x25\x78\x2a\xc7\x78\x45\xf5\x5d\x4c\xc9\x46\xa9\xa6\xe4\xc5\x90\x4c\xb3\x82\x45\xb1\x9b\xc2\xd7\xb0\xff\xcd\x32\x82\xbf\x54\x43\xe5\x68\x2a\xaf\x73\x1e\x80\x05\x38\x66\x84\x75\x5f\x40\x68\xa4\x1c\x1a\x6c\xa6\x47\x02\xd3\x9b\x29\x70\x2c\x85\x19\x9f\x19\x2d\x3c\x24\x1f\x55\x71\xbe\x94\x83\xd5\x4a\xd3\xb1\x12\x89\x51\x24\x54\x4e\xcb\xbf\xa5\x08\xc2\xcd\x52\xcf\xad\xcf\x37\xdd\xcb\xc5\x6c\x04\xcb\x47\x02\x25\x32\x4a\x44\xd0\x30\x43\xe7\x02\x84\x47\x34\xaa\xdc\xde\xd9\x9c\x7c\x25\xac\x53\x22\x06\x84\x15\x24\xdf\xcd\x32\x12\xbd\x29\x51\x75\x8f\x20\xb2\x82\xfa\x11\xd7\xf2\xfb\x8a\xa4\xbb\xe2\xfa\xbe\xc6\x06\xd5\xc5\x65\x4d\x9c\xc0\xc8\x7e\x8b\x42\x09\x93\xf4\x3a\xcf\x01\x9d\x9c\xde\x12\x33\x9f\x41\x6f\x04\xfa\xa0\xa1\x3a\x17\x65\x5b\x07\xcb\x50\x65\x9c\x12\xf5\x45\xe6\x94\x7d\x74\x0b\x3c\xb3\x6d\x80\x58\x42\x19\xca\xf6\x08\xb2\xfd\xc4\x0e\x8b\xdc\x11\x57\x55\x28\xef\xad\x3b\x82\xd2\x8c\xe2\x60\x88\x35\x50\xa9\x54\xeb\x41\xe4\xc3\xe9\xbb\x3e\x45\x82\xc7\xb3\xad\x5a\x53\x64\x74\x71\x67\x5d\x0b\x8d\xe9\x07\xa9\xdb\x0b\xe1\x59\xe6\x07\xd1\xfc\x9d\x26\x61\xf4\xda\xe3\xa6\x48\xc6\xbb\x1c\x33\x45\x0b\x73\x81\x68\xab\xd0\x07\x91\x8a\xdb\x74\x1e\x64\xa1\x3c\x1c\x32\x94\x22\x0f\x2f\x8c\x13\xa7\xa3\x31\x8b\xf3\xad\x1d\x84\x98\x6a\x37\x52\x67\x62\x1c\x6b\xb6\x4c\xd2\xd7\x1f\xfa\x2a\x48\xdc\xa0\x10\xc0\x1d\x73\xbc\x40\xd9\x70\xd0\x17\x47\x0c\x9b\x3d\x84\xfc\x35\x4c\x52\xf8\xca\xda\x18\x24\x6c\x1f\xb5\x96\xf0\x0d\xc6\x3c\x5c\xb2\x59\xa3\xe2\x85\x2c\x7d\xc2\x39\x75\xf8\x32\x3f\x97\x03\x45\x85\xd6\x80\x16\x71\x3c\x9f\x57\xec\xc5\x73\x75\x8d\x43\x8e\xcc\x8d\xdb\xa8\x46\x79\x9e\x07\x29\x45\x7a\xb6\x1b\xed\xb3\xf9\xec\x56\x0f\x88\x25\xa1\x61\x83\x8a\x2e\xb4\x95\xdd\x42\x09\x84\xee\x3d\xe6\xda\x2f\xd7\xc2\x96\xd0\x7c\x04\xd4\x1c\x9f\x2f\x2f\xcb\x23\x28\xbd\x8a\x32\x98\x5c\xbb\xf9\xde\x84\x9e\x45\xca\xf1\x66\xe2\xbd\x7c\xb2\x34\x15\x49\x95\x36\xf5\x17\x0b\x1b\x28\x94\x33\xd1\x65\x25\xa9\xf4\x2c\xcd\x9f\xb3\x48\x67\x91\x47\x22\x3a\x1f\x24\xd0\xb5\x1f\x37\xa1\x75\x54\x51\x0f\x62\xcb\x9f\x0c\xbd\x7c\x35\x75\xb7\xbf\xc2\xc1\xe9\x1b\x1d\x08\x99\x10\x10\xce\x73\xc7\xd9\x24\x81\xd2\x49\x0d\x39\x30\x09\x52\xfc\xaf\x03\xc3\xaa\xb6\x29\x7c\x01\xc3\x4b\x59\x24\xeb\xfd\x38\x39\x76\xbd\xa1\x70\x42\xc7\x9e\x92\x90\x0a\x93\x33\x3a\xd7\x27\x4f\xd1\xbe\x0e\xd2\x0c\x46\x30\x71\xcc\x54\x81\xdb\x5b\x7a\x9e\x4f\x2b\x43\xdc\x11\x5a\xd4\xef\x97\x68\x12\x0c\xe9\xb6\xd3\xa2\x35\x0a\x35\x09\x91\x85\xfa\x71\xe2\x41\xfd\x60\x8b\x40\x90\xd7\x4c\xf0\xf1\xb8\x04\x67\x9e\x97\xe0\x35\x5e\xd2\xc2\x28\x3b\x22\xae\x96\x4c\xd5\xc2\xeb\x7a\x9a\xc5\xe3\xf7\x49\x3c\x76\x07\x2e\x8b\xb4\x06\xb4\xc3\x74\x81\xc2\x20\x1a\xc2\x24\xc8\x52\x07\xef\xe4\xd5\x00\xd9\x74\x63\xf5\x73\xb0\xbe\xa3\x3b\x74\xc4\x51\x9a\x25\x13\x2f\xc3\x87\x77\xb8\xb8\x64\xf0\xe4\x32\x08\x3a\x14\x6d\x9e\x44\x20\x71\x21\x09\x2e\x82\x37\xa0\xaf\x10\x48\x4c\x81\xb8\xf7\xb1\x06\xf2\x78\x54\xcc\x58\x8e\x7b\x1f\xa5\x93\x17\xf3\xa9\x0b\xe2\x77\xdc\xfb\x88\x6d\xab\x4e\x07\xa8\xdb\x91\x94\x3b\x81\xc1\xe6\x5a\x6f\xca\xd4\xe8\xce\x0b\x30\x19\x61\xb7\x01\x81\xb0\x8c\xc3\x7c\x47\x23\x66\xc0\x64\x74\x0f\x0f\xb8\xdb\x5b\x4e\xae\x86\xea\xec\xc7\x20\xf2\x91\xa2\x50\x11\xda\xf1\x49\x2e\x2b\x84\xf1\x1d\x90\x3b\x4a\x98\xc2\x76\x89\x0d\x32\x70\x49\x6e\xf0\xe3\xc7\xe4\x72\x39\xf3\xb3\x22\x4e\x20\xdc\xed\x0c\x6c\x6c\xe3\x51\x62\xdc\x4a\xcb\xbc\x21\x3b\x7c\xcf\x3f\x04\x6d\x94\x27\x3a\x49\xb3\x06\x06\xcd\x1a\xe8\x35\x45\xde\x0f\x5d\xfc\xbe\x8c\x93\x34\x71\xac\xab\xad\x2a\xb8\x05\xce\x00\x7f\xec\xa0\xdf\x3d\xe1\xa0\x30\x47\x56\xbf\xf2\x5c\x6f\x08\x2f\x50\xe9\x4b\xd3\xe6\x99\x18\xc6\x52\x2f\xa1\x9d\x83\xfa\x41\xbf\x0f\x3a\xe0\x55\xd4\x0f\xa2\x20\x9b\xa1\x45\x05\xe8\x80\xf5\x26\x8f\x95\xed\xd5\x40\xd2\xaa\x81\x41\xab\x06\x7a\xad\x1a\x40\xf0\xfb\xea\x42\x81\x33\xe8\xda\x43\x35\xf2\x23\x46\x75\xd9\xe0\x81\x8e\x06\x7b\x11\x08\x27\x95\x49\x0b\x8d\xd0\x8b\x86\x90\x34\x20\x49\xe2\x79\x66\x8f\x24\xb5\x84\x24\xda\x0c\xa1\xd5\x7e\x90\x66\x48\x65\x09\xdc\x17\x5b\xa2\x3c\xd1\x46\xca\x9b\x02\x73\x63\x7e\x04\xf2\x46\xbe\xf5\xf1\x42\x8e\xea\x19\xe1\xac\x86\x8c\xd2\x99\x73\xd1\x56\xcd\x9d\x2e\xbb\x36\x21\xe8\x80\x30\x40\x62\xaa\xe5\xd3\x4d\x4e\x03\x53\xe4\x90\xad\x66\x06\xc9\xab\xb2\x37\x6e\x36\xac\x8f\xe3\x1b\xa7\xdd\x00\x4f\xb0\xd0\xae\x83\xa4\x55\xad\x89\xef\x43\xaf\xe5\x50\x9b\xbb\x08\x6a\x80\xa0\x06\x76\xa8\x66\x13\x41\xf5\x10\x54\x8f\x40\xc9\x33\x3a\x44\xf3\x2d\xd6\xa7\x41\x86\xe7\xb0\x38\x12\x27\x26\xa4\x52\xe9\xac\xac\xfa\x48\x00\x21\xcf\xc9\x0b\x1b\x36\x31\x1a\x44\x84\x05\xf5\xac\x4a\x2d\x2a\x4e\x2c\x30\x2f\x8e\x6a\x80\xa8\x67\xec\x38\x10\xf7\x3e\xe6\x61\xf3\x73\xb2\x6f\xdc\xf4\x4d\x1c\x91\xbb\x0f\xdf\xc1\xd9\xbb\x28\x24\xc6\x97\xe0\x16\x48\xa9\x54\xdd\x6c\xb7\x44\x0d\xaa\x66\x6e\x17\x65\xee\x48\xda\xff\x13\x9c\xa5\x88\x3d\x22\xb7\xde\xf5\x3e\x42\x0f\x3b\xc5\xa6\x1a\xb7\x84\x3c\x27\x6f\x14\xf5\x5d\xc4\x0e\x67\xa9\xf0\x9a\x2f\xe6\xdf\x27\x38\x03\x01\xe6\xb3\x3a\x7f\x51\x64\x52\x44\xd9\x77\x37\x11\x9a\xec\x61\x92\xcd\x08\x2b\x71\xaf\x7e\x82\x33\x2d\x88\x2d\xaa\x8b\xec\x16\xe5\x4e\x6b\x96\x01\x81\x40\x25\xfd\x8c\xb9\x7c\x3c\x0a\xb2\x0c\x9b\xbe\xe2\xe7\x55\x53\xca\x15\x2c\x50\x66\x58\xa0\xf1\x47\x7f\x0a\xb9\x38\x78\x6c\x1c\x89\x29\x78\x04\xc7\x68\x00\x0b\xf6\x39\x0d\xe8\x46\x7e\xec\xaf\x8c\x62\x7f\x12\xc2\x3a\x9c\x22\x13\x38\x15\xd4\xde\xfe\xca\xca\xd3\xa7\xbf\x05\x69\x3c\x49\x3c\xf8\xc6\x1d\x8f\x83\x68\xf0\xfd\xe9\xeb\xce\x14\x4f\x97\x1f\xd3\xfa\xc8\x1d\xaf\xac\xac\x3c\x7d\xf2\xe4\xc9\x53\x70\x57\xad\xad\x3c\x7d\x02\x9a\xe0\xc9\x53\x9a\xc2\xad\x4f\x87\xd4\x50\x03\xb4\x8a\x1a\xb8\xba\xba\x81\xbd\xb1\xeb\x7d\xba\x4a\xe0\x9f\x26\x41\x02\xaf\xae\x10\x6f\x57\x56\x27\x29\x04\x69\x96\x04\x5e\xb6\xba\xbf\xb2\x42\x7b\x87\x84\x67\x64\x7d\xe2\x70\x2c\xab\x57\x57\x30\x7d\x83\x71\xaf\xd6\xc0\x67\x70\xed\x86\x13\xb8\x87\xad\x6d\x6c\x9d\xee\xaf\x20\xa9\x50\x18\x6d\xf0\x5a\xe3\x29\x22\xa8\x6e\x9b\xe5\xaf\xc8\x49\x9f\xb7\xb7\xfc\x78\x86\xf4\xb8\x88\x45\x90\x2c\x25\xb4\x2f\x31\x79\x43\x6a\x01\xdb\x2a\xbb\x40\x60\x97\x4a\x95\x34\xf1\xf6\x56\x7a\xb3\x5a\x87\x20\xa2\xc9\xab\xa0\x34\xee\x17\x12\x89\x05\xa6\x0c\x95\xb9\xb5\x2d\xd5\xa9\x0e\x91\xe2\xa7\xb7\xe3\xde\x47\x63\xdb\xf6\x25\x28\x93\x49\x0a\x0a\x9d\x81\x14\xd3\x94\xd1\x8f\x58\x46\x92\xeb\x3c\x49\xcc\x37\x1d\xcb\xa3\x8a\xe9\x7b\x20\x41\x4d\x8b\xab\x61\x6a\x22\x30\x1d\x9f\x17\x72\x9d\x2c\x89\x0e\xc2\x90\x2d\x88\x52\xad\x13\x54\xd6\xcf\xe7\xbc\x0f\x43\x98\xc1\x42\xe6\x96\xa1\x2d\x56\xa7\x60\xbb\x48\x88\xab\x5b\x95\x9a\xe5\x5c\x00\xd9\x1f\xd9\x48\xe8\xf7\x69\xe5\xd2\x6b\xec\x40\xdc\xcb\x25\x44\x09\xfe\x81\xdc\x1f\x50\xef\x99\x38\x12\xa4\x80\x97\xdd\x37\x98\xe9\x69\x3d\x8e\xd4\xaa\x8b\xb9\x06\x47\x41\x56\xd8\x87\x02\x3f\xc4\x41\xcc\xa7\xfb\x2b\x7a\x68\x71\x85\x26\x7c\xce\x16\x3e\xed\x5f\x19\x1e\x40\x44\xe8\x2e\xae\x02\xb0\x0e\x9a\x48\x63\xf0\x42\x17\x57\x81\xd6\xe7\xe0\x97\x1b\xc1\x0b\x5a\x30\x80\x8c\x39\x34\x46\xe7\xf6\x62\x71\x1f\x84\xa5\x06\x93\xd8\xcb\x56\xfd\x7a\x27\x2d\xf8\xe5\xc9\xf9\x0e\x9f\x0d\xd1\x49\xa9\x68\x5a\xb7\x4d\xa7\x12\xf9\xe6\x59\xb5\xf5\x0d\xcd\xaa\xa8\x2b\xbb\x8d\xfd\x15\x61\x22\xed\xf2\x95\x48\xb7\x51\x7f\xfb\xfd\x6b\xd0\x01\x95\x0f\xd3\x46\x83\x3a\x7a\x77\x1b\xf5\xb3\x77\x2f\x69\x62\x53\x48\x3c\xff\x89\x26\xb6\xf2\xc4\x63\x9e\xd8\x16\x12\xdf\x9d\xd3\xc4\x0d\x21\xf1\xed\xbf\xa4\x89\x9b\x79\xe2\x41\xf7\x3b\x9a\xb8\x95\x27\x1e\x1e\x33\x92\xb6\x85\xc4\x33\x9a\xb6\x93\xa7\xbd\x64\xd5\xec\xe6\x69\xaf\x4f\x68\x9a\x9b\xa7\xfd\xc0\xe0\x7a\x79\xda\x09\x83\xf3\xf2\xb4\xee\x29\x4d\xf3\x45\x56\xd0\x34\x28\xa4\xbd\xa2\x69\xfd\x3c\xed\xe8\xf5\x31\x49\x6c\x0a\x7c\x3c\xea\x36\x69\x62\x53\x4c\x6c\xd1\xc4\x96\x98\xd8\xa6\x89\x6d\x31\x71\x83\x26\x0a\x7c\x7c\x7b\x40\x59\xd6\x14\xf8\x78\xf6\x87\xb7\x34\x71\x4b\xec\x9b\x43\x9a\x28\xf0\xb1\x7b\xc0\x20\x05\x46\x1e\xbf\xa1\x69\x02\x23\xcf\xbe\x67\xa5\x05\x4e\x1e\x9f\x75\x69\xa2\xc8\x4a\xda\x35\x4d\x81\x95\xbf\x67\x69\x02\x2b\x4f\x59\x9a\xc0\xca\xef\x59\x9a\xc0\xca\xb3\xf7\x24\xad\x25\x72\x92\xc9\xc4\x36\x02\xbc\xab\x3a\xdd\x06\xe8\xb0\xb1\x54\xef\x36\xf0\x15\x1c\xe1\x13\xad\x4f\xab\xd8\xa8\xb4\x8c\x62\xf9\xea\x9e\x65\x20\xb7\xbf\xa1\x81\xcc\x1b\xf7\xf2\xe0\xf4\xec\xf8\xfc\x8c\x2e\xc1\x59\xf2\xd1\xf1\xc9\xc1\xf7\xaf\xcf\xaf\x68\xb6\xc8\x1c\x5a\xe0\xa2\x72\x58\xb9\xd4\xf1\x5c\x54\x1a\x95\x4b\x1e\x9c\xbd\xf2\xc7\xca\x1e\xa8\x7c\x98\xb4\x36\xbd\xad\x0a\x09\xc0\x5e\x71\x59\xd2\x6e\x8b\x25\xf5\x48\x52\xa3\xd1\xd8\x65\x49\x1e\x4f\xf2\x58\x92\xcf\x93\x7c\x96\x04\x79\x92\xcb\x92\xfa\x2c\xa9\xd7\x60\x49\x03\x9e\xd4\x64\x49\x43\x4a\xc4\x46\x6b\x83\x25\x05\x1c\x57\x8f\x25\x7d\x64\xa4\x36\x77\x58\xd2\x27\x9e\xc4\xd1\x87\x2c\x29\x27\x75\xc4\xa1\x38\xfa\x88\x25\xb5\x39\x54\x4c\x93\xda\x3d\x4e\xfd\x98\x27\x71\x22\xfe\xc4\xd1\xf3\x1a\x13\x0e\xc5\x71\xa5\x3c\x89\x33\x27\xe3\x44\x70\xa8\x09\x4b\xca\x9b\x7d\xcd\xe9\xe2\x49\x37\x1c\x8a\x17\x9c\x72\x22\x78\xa7\xcd\x68\x52\x6b\x8b\x17\xfc\x33\x4f\xda\x64\x49\x9f\x29\x57\xdb\x1e\xa7\xfe\x96\x43\xf1\xa4\x3b\xc6\x7b\xb7\xcd\x92\xfe\xc2\x3b\x6d\xbb\xb2\x72\x67\x12\xb4\x03\x51\xd0\x7e\x8b\xc0\xff\xfa\x3f\x5a\x40\x0f\x31\x28\x71\xc4\xd4\x73\x37\x4c\x88\x28\x19\x7f\x87\x3f\xff\x5f\xf6\x79\x81\x3e\x83\x8f\xec\xf3\xc3\x07\x9c\xfd\xff\xb0\xef\x4b\xf4\x79\x2b\xb5\xfd\xaf\xff\x24\xb5\xbb\x2f\x35\xf9\xaf\xff\x51\x6a\xee\x5f\xff\xbd\x85\xfe\x2e\xa2\x10\x03\xea\x79\x9b\x02\xf5\x39\x8d\x3f\xff\x67\x95\xfc\xc1\x03\x4a\xe7\xcf\xff\xb5\x98\x86\x69\xfd\xf9\x3f\x17\x93\xfe\x35\x4e\xfa\x37\x62\x12\x1e\xc0\x3f\xff\x5b\x31\x09\x37\xeb\xe7\x7f\x10\x93\x70\xd3\x7e\xfe\x0f\x62\x12\x6e\xdf\xcf\xff\x93\x98\x84\xdb\xf8\xf3\x7f\xac\x30\xab\x4a\x6f\xcb\xe9\xbc\x9e\xf8\xf9\xbf\x93\x7a\xe2\xaf\xff\x4e\xee\x89\x9f\xff\x51\xea\x89\xbf\xfe\xa3\xd4\x15\xbc\x19\x94\xde\xff\x4b\xea\x8b\x9f\xff\x49\xee\x8b\x7f\xb2\xf4\xc5\xbf\x14\x69\x34\x11\xf5\xf3\xff\x50\x48\xd4\xcf\xff\x0b\xfb\x24\xec\xfe\xdf\xd8\x27\x61\xf5\xbf\x5f\x9e\xe4\x9f\xff\x6f\x0b\xc9\xdf\x69\x24\xe7\x9c\x91\xa5\x45\x95\x14\x4a\xf2\xbf\x91\x89\xfa\x07\x99\xa8\xff\x20\x13\x25\xcb\xf4\xcf\xff\xad\x85\xa8\x3f\xcc\x1d\x75\xff\xb8\x48\x5f\xe7\x9c\xfa\xa3\xcc\xa9\xcf\x72\x17\x11\x92\xff\x8f\x42\x3e\xfe\xaf\x16\x92\x8f\x0b\x86\xe1\x96\x3a\x0c\xff\x4e\x1f\x86\x84\xd7\xff\x85\x61\x64\xfe\x37\xcb\x8e\xcc\x7f\xd0\x47\xe6\xff\xac\x8f\xcc\xff\xf3\xde\x23\xf3\x5f\x2d\xda\x5b\xff\xbd\xd2\x5b\xff\x95\x3c\x32\xff\x3f\x59\x49\xfe\x3b\xb9\x7b\xfe\x77\xb9\x7b\xfe\xd1\xd2\x1f\x2f\x0b\xfa\x63\xdb\xdc\x1f\xff\xa5\xde\x1f\xff\x2c\x35\x65\x47\xeb\x8f\x5c\xe2\x8d\x4a\xe9\xdf\x2e\xa7\x94\xae\xe4\xf1\x61\xd4\x51\x0b\xa9\x03\xa2\xa3\xcc\x66\x34\x8d\x9e\x60\xb3\x9f\x37\xee\x65\x3f\x3f\x7d\xf2\x64\x05\x3c\x01\xaf\x46\x63\xea\x8a\x04\xb2\x21\x7b\xa4\x13\x8c\x60\x36\x8c\xfd\x1a\xc8\x86\x2e\x7b\x00\x11\x12\x00\x76\xe3\x02\x64\x31\x70\xc1\x8f\xb0\x77\x16\x7b\x9f\x60\x86\x2c\x71\xe8\x8e\xea\x08\xe5\xdf\x11\x1a\x00\xde\x1a\x7f\xea\xfa\x7e\x1c\xa5\x4f\x09\x12\xfa\x0f\x86\x0a\x03\x0f\x46\x29\x04\x6f\x5e\x9d\xaf\xa0\x96\x88\x8b\x68\x02\x46\x16\xd2\x78\x87\x2f\xc9\x6f\xa7\x3f\x7d\x42\x04\xe3\x09\xe8\xc6\xa3\x51\x1c\xfd\xfd\x19\x80\xd1\x75\x90\xc4\x11\x6a\x06\xcd\x7b\x8a\xff\xd5\x76\xf3\x09\x5e\xc7\xc0\x13\xa7\x41\x5c\xa4\xee\x84\xe8\x20\xb3\x31\x8c\xfb\x80\x2c\x29\xf0\x09\x36\x23\xb0\xa2\xd3\x72\x4a\x10\xd5\x3f\xa6\x20\x48\x81\x7b\xed\x06\xa1\xdb\x0b\xa1\x44\x0e\xc1\xe4\x5c\x54\xea\xf5\xa7\xf5\xfa\x53\xcc\x9f\xca\x65\x8d\x52\x25\x56\xaf\x62\x7f\x1f\xba\x41\x04\xe8\xa1\xbc\xb5\xb9\xb4\x75\x37\xf8\xbc\xbe\xce\x4e\x2e\x08\x5e\xb4\xaa\xcb\xf9\xfb\x53\xee\x3c\x59\xc9\xd7\x51\x95\xfd\x95\x15\xb2\x93\x95\x73\x0c\xad\x82\x56\x10\x29\x98\x96\x27\xe0\x40\x14\x86\x41\x70\x0d\x23\x49\x24\xf2\xd4\x14\xcb\x45\x1d\x97\x22\x45\xff\x6e\xec\x26\xee\x08\x7c\xc6\x95\xdf\xe1\x62\x60\x1d\x9c\x2b\x42\xd5\x63\x42\x08\x7d\x3b\x42\x8e\x8b\x0b\xe0\x1d\xcd\xa7\x18\xe9\x07\x12\x52\x22\xd1\x08\x8f\x37\x49\x12\x18\x65\xbc\x3a\x05\x57\x2f\x8e\x43\xe8\x46\x77\xa0\x17\xf8\x41\x42\x9e\x00\x74\x43\xb0\x0e\x7e\x1c\xc2\x6c\x08\x13\x59\xfe\xd3\x61\x3c\x09\x7d\x80\x83\x2e\xf8\x6e\xe6\x12\x5c\x73\xff\x68\x93\x28\x7d\x6e\x0a\x6e\x60\x68\x27\x04\xbf\x7a\x0c\x7d\x85\x86\x04\x46\x3e\x4c\x82\x68\x00\xe2\x3e\x08\x22\x2f\x1e\xa1\xdf\xe5\x88\xa0\x64\x0f\xdd\x31\x7e\x9f\x34\x4a\x33\x37\xca\xc2\x19\x88\x13\x80\x86\x3a\x18\xb9\xd3\x60\x34\x19\xcd\x47\xd4\x4f\xc8\xf2\x7e\x86\x88\x68\x0a\x34\x8d\x61\x02\x9a\x8d\x51\x4a\x1a\x85\x24\x93\xa9\x6b\xda\x15\xaa\x13\x6f\x8d\x72\xa3\x26\x33\xbe\xc6\x9b\xcf\x46\x9b\xdc\x2f\x1d\x3e\x42\x95\xf4\x0e\xa8\xf0\x67\xcc\x2a\x55\xf0\x82\xac\xf2\xf7\x64\x30\xea\xf1\x06\x93\x51\x9d\xf6\x45\x87\x92\x81\xe5\x9d\x66\x5d\xf5\xc3\x49\x3a\x24\x8f\x4f\x1b\x3d\xdc\x28\x1c\x79\xa9\x99\x14\x21\xad\x24\x52\x49\x4a\xf2\xbd\x5a\x1b\x80\x74\x2b\x0e\x00\x7c\x2f\x81\x05\x96\xb0\x95\x41\xf9\xf3\x31\x63\x28\x09\xfd\x9d\xd4\xbe\xf1\x24\x1d\x9e\xc7\x86\x06\x8a\x1e\xce\x54\x07\xdb\x5a\x27\x1e\xd7\xd9\x1a\xc8\xc3\x79\x10\xb8\x3b\xcd\x57\xd4\xce\x19\xb1\x9c\x14\x72\x43\xeb\x21\x21\x86\x86\xb0\x2b\x2e\xb4\x76\x00\xb3\x37\xfc\x81\x6b\x53\xd4\x1f\xd2\x52\x55\xee\xcc\xec\x72\xe0\x75\x5d\x7a\x36\xdd\xdc\x28\x22\x1a\x1a\xac\x81\x3a\xa4\x4a\x8e\xc8\x03\xf9\xb6\x7e\xa0\x3a\x10\xbf\x37\x2f\xe0\x63\x78\x68\xb6\xe6\xc4\x58\xa1\x2f\x68\x57\x6a\x1a\x23\xaa\xb4\x28\x6e\xb7\x38\x40\x14\x09\x8f\x23\xee\x59\x2e\x53\xcb\x1d\x29\x8a\x29\xf0\xc2\x38\xe5\xf5\xfb\x10\xf5\x33\x7d\x62\x54\xd0\x00\xcc\x4b\xd9\x8a\x05\x47\xbc\x28\x87\x45\x99\xb7\x8e\xa0\x7d\xde\xea\x27\xf1\x48\x9b\x68\x96\x99\xb8\x08\x45\xd0\x37\x63\x5c\x6c\xea\xc2\x28\x48\xc0\xa5\x2c\xa6\x98\xc5\x59\x6c\xbe\x86\x96\xa7\x39\x51\x11\x53\x6c\x36\x45\xcc\xdd\x77\x71\xc7\xf7\xfb\xf6\x9e\x17\x7a\x4b\xd0\xc7\x2c\x41\x57\xc4\x82\xba\xdd\x93\xd5\x2d\x92\x3f\xb9\x76\x2e\x06\x26\x27\xd9\x62\x89\x16\x04\x92\x9d\xfc\xe6\x35\x1b\x84\x43\x32\x6a\x54\x2b\xc1\x64\x85\x18\x84\xe3\x57\x4b\xe4\x9f\x81\x25\x82\x47\xb0\xf6\xfa\xbf\x34\x10\x4a\xda\x22\xcc\x11\x4c\x32\x6d\xe8\xf9\xec\x3c\x14\xf3\xd4\x93\x26\x81\x05\xea\xe4\xab\xeb\x14\x95\xa5\x06\xdd\x22\x8f\x6b\x85\x73\x04\x5e\xe2\x9c\xc0\x20\x19\x78\x7f\xe5\x0e\x29\x1d\x79\x19\xbc\xf9\x10\xcb\xe0\x93\x40\x60\xb7\x17\x87\x93\x51\x94\x02\x37\xf2\x71\x20\x01\x36\x54\xfc\x60\x04\xa3\x34\x88\xa3\x14\x8b\x7b\x96\x82\xa3\x77\x6f\xf8\xd5\x81\x15\x80\x31\xfd\xf6\xb7\xe0\x60\x3c\x4e\x62\xba\xcc\x5d\x07\xa7\x38\x14\xc1\x79\x32\x89\x3c\x17\xfb\xa0\x20\x44\xd7\x41\x4a\x2e\x0a\xc8\x43\x99\x78\xb1\x33\x94\x60\x08\xf1\x4d\xe5\xde\x4c\x86\x4a\xe2\x1b\x9a\xc5\x2a\x5d\x07\x5d\x42\xf3\x92\x15\xdd\x04\x7e\x36\xd4\xea\xf1\x86\x6e\xe2\x7a\x19\x4c\x50\x15\x04\xc4\xc1\x7e\x08\xc0\x0f\xd2\x71\xe8\xce\xf6\x40\x10\xe1\xcb\x8c\x6e\xa6\x53\x88\xb8\x97\x31\x62\x10\xb3\x08\x86\x9b\x20\x53\x64\xee\x09\x88\x26\xa3\x1e\x4c\x10\x91\x94\xf5\x55\xfb\x46\x42\x3f\xc8\xd0\xff\xe7\x6e\x21\xf4\x83\xec\xe1\xf7\x0f\xfa\x41\xf6\xad\x6d\x1e\xa0\x76\xde\x7b\xe7\x00\xb5\x6b\xb1\x6d\x03\xe3\x2e\x01\x1b\xd3\xe3\x24\x1e\xc7\x29\xfc\x7d\x1e\xda\xc3\x7c\x6d\x93\x78\xdd\x20\xfd\xc1\x06\x11\x91\xcb\x63\xf5\x82\x0e\x55\x03\xc2\x2a\x06\xff\x17\x11\x21\x95\x38\xcb\x66\xf8\x46\x23\x6d\xcb\x00\x66\xdd\x78\x34\x9e\x64\xd0\xc7\x39\x4e\x41\x5d\xf9\x76\xa3\x94\xfe\x12\xd2\x60\x01\x63\x17\x5f\x0a\xcc\x1c\xbd\x42\x54\x0f\x3b\x72\xfe\xc1\x0d\x27\xd0\xa9\x90\xe1\x59\xa9\xda\xd0\xe2\xa8\x13\xa0\x43\x5c\xaa\x47\xee\xd4\x69\xd4\x16\xac\xe1\x86\xc5\xad\x58\x07\xcd\x6d\xa1\x1a\xb8\x38\x27\xf4\xd2\xef\x5d\xdf\x0f\xa2\xc1\x0f\x78\x01\xc6\xe9\x82\xc5\x14\x8d\x49\xa1\xf5\x2c\x1e\x23\xba\xd6\x16\x2e\xd8\xc3\x57\x0a\x25\xa6\xc9\xf4\xbc\x8c\x97\xa1\x27\xa1\x5d\xb1\x04\x45\x21\xec\xcb\x9d\xc8\xc7\xa6\x28\x17\x9a\xb4\xac\xeb\x7c\x34\xa0\x60\x32\x60\x10\x0c\x15\xc1\xcb\x58\x40\xe0\xc5\x51\xe6\x06\xc4\x53\x0f\x77\x63\x12\xdf\x74\x59\x9a\xf0\xac\xfb\x04\xbb\x44\x9c\xc6\x37\x26\xb8\x7a\x3f\x48\x52\x56\x29\x8e\x7b\x24\x57\x00\xa3\x7c\x05\x9e\x63\xaa\x07\x51\x04\x93\x97\xe7\x6f\x5e\x0b\xd0\x6c\x96\x20\x8d\xcf\x33\x90\xce\x31\x80\xe1\x16\x8a\x95\x85\x02\x14\x8b\x06\xc4\x96\x16\x79\xcd\x24\x7a\x26\x9d\x78\x40\x07\x54\xc8\xd4\xc3\x22\x71\x1a\x48\x44\x40\x3f\x56\xf6\xc1\xd3\xa7\x54\xd3\xe7\x34\x60\x47\x3c\x12\xc9\x08\x19\x8a\x78\x2c\xd5\x80\x1b\x66\xc3\x78\x32\x18\x82\x38\x02\xa3\x38\x8a\xd3\xb1\xeb\x11\x25\x2c\x13\x2f\xb3\x64\x00\xb3\xc3\x78\x12\xa1\x6e\xea\x86\x01\x8c\xb2\x53\xe8\x65\x4e\xb5\x8e\x91\x6a\xd4\x69\xcd\x20\x04\x9e\xc2\x6b\x98\x64\x00\xe7\x82\x1e\xec\xc7\x09\x04\x9e\x1b\x7a\x93\xd0\xcd\x10\x85\x44\x9f\xd4\x40\x1a\x44\x1e\x9e\xda\x67\xf8\x2e\x0a\x4c\xea\x2b\x86\x3e\x28\x47\x20\xc1\x59\xc8\x3f\x49\x12\x68\x9f\xd0\x9b\xb8\x7c\x28\xa9\x43\xe2\xa9\x4a\x0d\x5d\x90\xd1\xeb\xb9\x7a\x39\xc2\xd3\xa7\x0a\x93\xd9\xea\x52\x88\x0f\xf5\x99\x84\x77\x22\x01\xa2\x48\x84\x27\xf4\x5f\xd9\x21\x31\x97\x20\x66\x43\xb2\x59\xa9\xaf\xba\xa1\x2a\x01\x04\x84\x9a\x2c\x13\x19\x29\x22\xac\x58\x59\x11\x65\xb3\x84\x44\xa8\xe2\xb9\x34\xa4\x15\xff\xc4\x21\x28\xf3\x79\x8c\x50\xa9\xda\xd1\x45\x73\xa8\xc5\x94\xd6\xa8\x1d\x06\xa9\x60\x4b\xab\x35\xa8\xfc\xb0\x60\x45\xb6\x81\x82\xa9\x84\x55\xbe\xf5\x20\x56\xf9\x24\x0c\x53\x2f\x81\x30\x02\xd8\xfa\xc3\xc3\x96\xdd\xb8\xb0\x5b\x88\xbc\x94\xf0\xd3\x68\x2f\x8a\xe6\x22\x87\xfc\x02\x56\x23\xc7\xfd\xcd\x19\x8f\x79\xab\xef\x6f\x43\xe6\xad\x7c\x00\x53\x92\xaf\x8c\xcf\xe3\xc1\x20\x84\x86\x6d\xbb\x4a\x2a\x54\x89\x98\x0e\xeb\x8b\x6c\xd7\x65\x04\x2f\x42\x01\x04\x1c\x96\xfd\x0f\xa1\xa6\x75\x46\x92\x90\x86\xd5\x09\x96\x96\x18\x2d\x63\xfa\xc0\x21\x77\xb5\xb5\x9d\x37\x52\x2b\x92\xeb\x33\x52\x52\xdf\x83\x53\x25\x91\x30\xa8\x1f\x09\x6a\x87\xca\x87\x40\x80\xba\xd7\xc6\xd4\x51\x3f\xe2\xb7\x83\x99\xd9\xeb\x85\x6e\x9a\xbe\x0e\x52\x1c\x26\x18\x19\x03\xa9\x53\xc9\x31\x21\x3b\xe9\x05\xa8\x90\x3d\xb7\x0a\xd8\x03\x15\xd7\x67\x5e\xa6\x82\x84\x3e\xd2\xa9\xa4\x95\xb1\xa2\x52\x11\x19\x42\xc0\x28\xec\x7f\x6b\xf4\x5d\xf4\xa3\x4b\x99\x34\xbb\x2e\xcb\xf9\x9a\xea\x7c\xd5\x69\xb5\x75\x07\xdd\x86\x50\x87\x45\x59\xa5\xb7\xfd\x10\x4a\xef\x7c\x18\xa4\x54\x87\x80\x71\x12\x5f\x07\x3e\x4c\xe9\x81\x7c\x8a\x15\x20\xd9\x6b\x42\x56\x81\xab\x1c\xc7\xd3\x2f\x3f\x36\x1e\xcc\x5b\x15\x26\x2f\x96\xff\xfa\xf5\x84\xfe\xd7\x13\xfa\x5f\x4f\xe8\xff\x93\xd9\x17\xe7\xfa\x90\x8d\xff\x83\x5f\x8f\xea\x7f\x3d\xaa\xc7\x7f\xdf\xee\x51\x3d\x52\x83\x3e\x39\x2f\xff\xfb\xb3\x77\x6f\xeb\x78\x65\xc9\x4f\xda\x39\x3b\x1c\x0c\x74\xd1\xb8\x44\xe2\xb6\x9a\x66\x7e\x3c\xc9\x56\x81\x7a\x87\xd4\x74\xe6\x6f\x3c\xf5\xc7\xc8\x9a\x97\xe2\xfd\x3b\x3d\xaa\xb6\x20\x69\x06\xf8\x82\x66\x2f\xe8\x03\x80\xdb\x9d\xe2\x97\x6a\x82\xfe\xcc\xb9\xa8\xa4\x99\x1f\x44\x34\xfa\xdb\x65\xb5\x6a\x92\xa3\x14\x66\x67\xea\xbb\x0f\x68\xb9\x5a\xb6\x06\x98\x5d\xd1\xf8\xcb\xe8\x1f\xbc\x98\xa5\x3f\xd1\x32\x57\xab\xf4\xab\xfa\x24\x48\xa0\x3c\x6e\xb4\xc4\x87\xea\x3c\x3a\x25\xcf\x05\xae\x20\x8f\x1e\xc4\x85\xa1\x24\xba\x5f\x7d\x19\xec\xbe\x0c\x0a\x0b\x7f\x75\x6a\xf8\xd5\xa9\xe1\x3f\x31\xe3\x4d\x5b\x0b\x17\x18\x71\xcb\x79\x37\x28\x18\x7f\x75\x73\x80\x85\x6a\xa7\xd0\xdf\x41\x29\x78\x0f\xc7\x87\x9d\x6f\xe8\xfe\x2c\xb2\xc5\x7e\x8f\x94\x58\xe0\x5d\x35\x41\xc7\x54\xab\xd3\x6e\x53\xc0\x20\x7d\x8b\xe3\x1f\x71\xdd\x1a\xb9\xd7\xc1\xc0\xc5\x71\xfe\xac\x4b\x02\x1a\x59\x10\x95\x9f\xa4\x30\x39\x18\x20\xd1\xe9\xe0\x27\xaa\xf0\x7b\x88\x2f\x40\x25\x8a\x7d\xbc\x65\xc5\xd1\xd5\x39\x24\x29\x38\x0e\xdd\xac\x1f\x27\xa3\xb9\xe5\x18\x60\x7e\xd5\x24\x48\x4f\x82\x04\xf6\xe3\x29\xe8\x80\x47\x8f\xfe\xc2\x11\xf3\x48\xc2\x15\x9a\x5f\xa9\x8a\x85\xde\x9c\xbd\x3a\xb6\x96\x40\x99\x15\xfc\xb6\x96\x39\xff\x3c\x09\x7c\x18\x65\x0a\x46\xd7\x03\x9d\x9c\xd7\xf9\x26\xde\x45\xe5\x8d\xeb\x05\x51\x16\xa7\xc3\x4a\x0d\xa0\x8f\x57\x51\x06\x43\xfa\xfb\xfd\xfb\x2e\xfd\xb5\xb5\xf3\x5d\xe5\xb2\xc6\x79\x21\x21\x7f\x35\x76\x7d\xd0\x11\xf8\x84\xba\x23\x78\xef\xfa\x15\x19\x6a\x18\xe3\x08\xd6\x2a\x1c\x4a\xae\xc8\xcd\x67\xc1\x03\x2d\x24\xd3\x6c\x44\xda\x8f\x41\xd4\xdc\xa2\x3f\xda\x2d\xfa\xa3\x7b\x6c\xa5\xf5\x75\x10\x4d\xa6\x02\x11\x39\xdf\x70\x4e\xa5\x0a\x9e\xe3\xa8\xce\xe6\xbb\x35\x87\x34\xc0\xa1\xf9\x6a\xcd\xee\x37\x34\xb4\xb8\x5e\xc1\x67\xf8\x71\xe2\xa7\xa7\x30\x74\xb3\xe0\x1a\x9e\xc7\xf4\xfc\xd6\xc1\xb1\x3a\x6a\x40\x09\x6c\x4a\x02\x30\x12\x57\x87\x01\xfc\xc9\xf4\xf2\x67\x81\x63\xc5\x14\x3f\xdf\xc9\x4b\xe7\xa1\xc5\x66\x52\x06\x7d\x99\x86\xc6\x1f\x62\x0e\x45\x8f\x1f\x73\xdf\xa2\x47\x9d\x0e\x79\x07\xd1\x8f\x3d\x1c\x84\x85\xff\xd0\xdc\x3c\x00\x98\x82\xf5\x0e\xf7\xa8\x8a\xfb\xfd\x14\x66\xaf\x61\x5f\x78\xdf\x6b\xa6\x03\x9c\xc7\xe3\x3c\x9f\xd5\xda\x01\x15\x92\xfb\x1e\x9f\xae\x57\x40\x10\xf1\xbc\x17\x0a\x02\x02\x02\xf6\x80\xd1\x33\x44\xe4\x0b\x65\xd7\xc5\xb4\x06\x66\x97\xfb\x2b\x77\x5c\x1c\xed\x7d\x03\x3a\x05\x1d\x67\xea\x5d\xd6\x99\xd2\xa9\x3e\x10\x9e\xe0\xc1\xcf\xdc\x74\xe3\x09\x07\xc2\xbf\x82\xf4\x0c\x3f\x25\x1c\xc4\xd2\xb9\x81\x87\x71\x16\x12\x61\xaa\x90\x9f\xd9\xa2\x12\x78\xed\x4c\x5c\x55\x3c\x18\x84\x8e\x93\x27\xaf\x21\x45\xca\x2b\x06\x2f\x44\x3a\xc9\x09\x38\x78\x0a\x5a\x60\x0f\x34\xaa\x55\x7a\xc4\x2b\xe5\xca\xf5\x34\xe5\x7a\xf2\x54\xb9\xe4\x50\x3e\x56\x56\x48\x1c\x05\x91\xc3\xdd\x6a\x78\x6e\x0d\x34\xab\x39\xe3\xf0\xb3\x5a\x96\xaa\x4d\xe5\x9b\xb4\x3c\x63\xb7\x50\x9e\x45\xbf\xc7\x80\x46\x91\x10\x99\x2f\x77\xf8\xa9\x7b\x73\x38\xcb\xe0\x3d\xfa\xbd\xb8\xab\x97\x43\xb9\x2f\xa9\x00\xce\x41\x59\x01\x70\xc6\x90\xe4\x29\x58\xeb\x80\x76\x8b\x7c\xcc\xc4\x0f\xca\x9f\xcf\x60\x8a\x1f\x66\x9a\xe1\x57\x99\x14\x3e\x49\x7c\x20\x0d\x90\x92\x6c\x4a\xfc\x4d\x3c\x49\xa1\x2d\xf8\x5e\xe3\x1b\xd2\xe1\x88\x6b\x3d\x37\x81\x36\xcb\x68\x43\x80\x79\x1d\xf4\x6c\x60\x9b\x14\xec\x1c\x26\xa3\x97\x78\xe9\x5e\x1c\xc3\x8f\xc3\x61\xbd\xac\xc5\xd5\x43\x89\x80\x68\xd3\x5c\x81\x0e\xe9\xdd\x0a\x1c\xf7\xf9\x2c\x8b\x13\xb2\x05\x17\xc1\x1b\x46\x5d\x9d\xa6\xd6\xdf\xc0\x51\x9c\xcc\x1c\x35\x60\x3c\x25\x8c\x95\xe0\xc7\x1c\x46\x40\xe2\x7c\x05\xfb\xa9\x53\xc5\x01\xed\x57\xd1\x8a\x6f\x1d\x46\x5e\xec\x07\xd1\x60\xb5\x06\x56\x13\xf7\x66\xd5\x58\xd2\x87\x5e\x9c\xb8\x19\x8d\x4a\x8f\x5b\xa8\x80\x05\xb1\xf8\x20\x44\x3d\x88\x49\x14\x40\x23\x36\xbc\x56\x0b\xc3\xef\xe0\xac\x17\xbb\x89\x2f\x3f\x2e\x40\x7e\x73\x76\x4a\x6f\x1e\xf4\x63\xcb\x76\xb3\x20\xfb\x1e\xf3\xce\x65\xc1\xe9\xd1\x17\xf3\x61\xc9\x43\xb1\xdf\x49\x11\xb6\xec\x95\xc6\x93\x6c\x3c\xc9\x0a\xf6\x08\x85\xb8\x78\xb4\xe5\xa6\x90\xc3\x0a\x03\x62\xb2\x63\xf9\xfd\xf9\x49\x73\xcb\x91\x6e\x2b\x29\x31\xc6\xec\x84\xa5\xc3\xf8\xc6\xb4\x6d\x4b\x37\x36\x6a\x20\x23\x1b\xc2\x9a\x28\x8e\x78\x21\xfa\x6b\x5f\x6e\x09\x29\x66\x7a\xd3\x52\x6a\x00\xaa\xff\xdd\x35\x4c\x42\x77\xa6\xd7\xa9\xef\xc0\x1a\xdf\x43\x9c\x8f\x10\xf3\x71\x61\xde\x90\x1d\x1f\x13\x77\xc4\x26\x3d\x7d\x8a\x56\xaa\x09\x04\x41\x0a\xa2\x18\x0c\x03\x1f\xb2\xfa\xab\x68\x99\x08\x10\x45\x64\x8f\xc3\x1d\x41\xc6\x2d\xe2\x55\xdd\x00\x29\xf4\x4c\xa2\x2d\xb7\x43\x64\x78\x0d\x34\xe4\x18\x7e\xc6\x5e\x85\x19\xb1\xd3\xe7\x3c\x18\x22\xd7\x2a\x97\x72\xd8\xd3\x21\xe5\xe4\x88\x28\x05\x98\xe0\xf8\x51\x52\x8d\x58\xb5\xaa\xd1\x03\xaf\x50\xb5\xd2\x43\xde\xe8\x4f\x8c\x8e\x4b\x8a\x19\x1e\x03\xf8\x04\xb5\x17\x28\xaf\xac\xda\x09\x47\xd5\xc5\xa8\x2e\x3e\xc1\x99\xb4\xa9\x5f\xb6\x69\x71\xf4\x2a\x52\x07\xaf\xe7\x92\x27\x8f\x35\x46\x06\x71\x3d\x8e\x7e\x38\xff\x0e\xce\xd2\x2c\x89\x3f\xc1\xc2\x21\x8f\xfe\x18\x26\x6d\xfc\x6a\x9a\x11\x6f\xef\x93\x47\xee\xef\x8b\xb5\x44\x9b\x4f\xf5\xb7\xa6\x4d\x8d\xb6\xf7\x65\xce\x0e\x36\x9d\x98\x50\x8a\x8a\xd5\xdc\xab\xec\x6e\x47\x87\xe9\xe4\x7d\x03\x10\x75\x71\xcc\xdf\x19\xd1\x18\x21\xd7\xb4\x38\x47\x7c\xe8\x7a\x59\x70\xed\x66\x76\x4d\x60\x13\x00\xf1\xf8\xd1\xd2\x9b\x66\x10\x03\xeb\x0c\x80\x98\xd0\x49\x64\x9b\x0e\x8b\xf4\x9b\xed\x21\x17\x90\xbf\x3f\x22\xa8\xc0\xc5\xa6\x61\x7b\xbd\xf8\x7c\xa6\xb8\xde\x52\x6d\xa2\x93\x35\xaf\x42\x8d\x66\x29\x1a\x5d\x02\x90\x6a\x76\x7e\x4b\x41\x9f\x71\x78\xca\x38\x8a\xc8\xea\xec\xc4\xf5\xb2\x18\x7b\x92\x16\xd9\x8c\x1a\xbc\x33\x49\xc2\x1a\xc0\xfc\x36\x3e\xa8\x34\x49\x42\xd0\x01\x93\x44\x15\x24\x5e\x02\x74\xf2\xd2\xba\x51\xa5\xd5\x27\x76\x6d\x02\x8b\x46\x08\xdb\xbc\x80\x37\x02\x16\x87\x11\x55\x53\xc8\x30\x29\x68\x8a\x41\xa3\x41\xed\x7b\x13\x13\x0d\x85\x64\x7e\x97\x66\xf4\x3c\x0e\xd3\x95\x03\x6a\x27\xdf\xf9\x56\xcb\x88\x8c\xcd\x31\x8b\x3a\x78\xac\x78\xc5\x29\x56\x47\x14\x67\xd8\xa7\x2c\x8b\xfd\x18\xbb\x99\xdd\xc0\x5e\x7e\x2e\x24\xb3\xcd\x58\x41\x89\x71\x88\x97\x03\x18\xce\x31\xf5\x86\x11\x2d\x3e\x01\x2a\x9a\xa0\x72\xcc\x86\x6b\xf1\x73\x90\x07\xe9\xbb\x22\xb6\x70\x23\x1a\xa3\x4f\xa0\xeb\xcf\xce\x32\x2c\x91\x9d\xbc\x27\xea\xdd\x77\x6f\xdf\x1e\x77\xcf\x5f\xbd\xfd\xbd\x18\xe8\x5f\x26\xcd\x56\xf6\xdd\xfb\xe3\xb7\xe6\x20\xc3\xc2\xb3\xb3\x40\x32\x59\xe5\x97\x76\x84\x76\x9a\xbb\x3d\xd2\x5a\x68\xb5\x36\x30\xa5\x71\xa4\x49\x0a\xde\x45\xb0\xda\x04\x73\x66\x3f\x0b\x55\xa7\xd0\x83\xc1\xf5\x7c\x8b\x40\x24\x6c\x64\x74\x08\x29\xa2\x8d\x6c\x53\x96\xb0\x5a\x2c\x54\x76\x35\x99\x9e\x47\xa3\x3e\x0a\xee\xc5\x3d\x4d\x41\xd9\x35\x93\xa4\x92\xf4\x79\xe9\x5b\x0a\x9b\x2c\x5c\x58\xe0\x53\xc4\xc5\xea\x0d\xec\x65\xd9\x6c\x55\x88\xa2\x3a\x4a\x07\xd8\x58\xfe\x3e\xfa\x14\xc5\x37\xd8\x77\xb8\x51\xd1\xb3\x51\x7a\x53\x4e\x7f\x4f\x0c\xa1\x4a\x4b\x4e\x26\x86\x0f\x33\x83\x10\x40\x5b\x06\xa0\x35\xbd\x63\x0b\x6c\xb5\xbe\x3c\x43\xad\x30\x36\x56\x78\xa6\x2e\x9d\xd4\x0a\xcf\xd4\x95\x4e\x65\x43\x03\x38\x85\x1e\xe9\x58\x94\xbd\x59\x21\xf3\xcc\x8f\xb0\x77\x7e\xfe\x87\x39\x73\x0c\x01\xa2\x7e\x10\x9e\x3a\x61\x91\x48\xe2\x35\xe0\x4e\xb2\xe1\x79\xfc\x09\x46\x46\xc3\x89\xde\x1e\x53\x66\x77\x0d\x19\xb9\x2d\xa4\xce\x88\x52\x19\x1a\xe3\x1d\xfd\xa3\xe6\x30\x0a\x50\x36\xfb\xbd\xaf\x1a\x8f\x39\x17\xd6\x9b\xba\x21\x41\xda\x5a\x76\xc6\xb3\xaf\x34\xc8\x56\xaa\x30\xaa\xcc\xed\xa5\xc6\x89\x38\x80\xf1\x11\x63\x10\x0d\xb0\x27\x9f\x9c\xcc\x89\xa7\x1e\x71\x72\x2e\x7e\x71\xdd\x4a\x2a\x20\x57\xf2\x98\x7e\x22\x1a\xdd\xd0\xeb\xe2\x1f\x7e\x24\x0c\x26\xa3\x57\x64\x7b\xea\x4a\x34\xb0\xfb\xb1\x63\x78\xb9\x41\xa8\xc1\xe4\xf8\xa5\x57\x81\xfe\x0e\x58\x5c\xfd\x3d\x5a\x05\x16\x28\x33\x28\xeb\x56\x0e\xca\x12\x74\xf8\xbb\xaa\x81\x40\xc2\x46\x34\x7e\x5f\x1a\x5e\x64\xf5\xe2\x70\x34\xb1\x2d\xfd\x6c\x6d\xb4\x6b\x86\x35\x50\xaa\xfd\x04\x29\xdd\xdb\x63\x24\x58\x21\xf3\x2b\x6b\x46\x10\x63\xab\xef\xf4\x24\xa1\x33\xd9\xc2\xda\x91\x18\x63\x7c\x97\x43\xc8\x77\x98\x64\xe4\x3b\x91\x3c\x45\x59\xcf\x1a\xeb\xc4\x4a\x57\x10\xc0\x00\x7d\x2f\xc1\x73\xa2\xbc\xd7\x00\x29\x6f\x68\xbb\x21\x8d\x8f\x2f\xd0\x41\xc3\x86\x3d\x72\x39\x67\x38\xcc\x21\x04\xcd\x16\xa6\xfa\x6b\x00\xbf\x9a\xd5\x6c\x34\x1a\x4a\xb6\x4a\x9a\x34\x3e\xa9\x6d\xe3\x14\x6f\xaa\x00\x7e\x81\x7d\x16\xc6\xf8\xd8\x1d\x41\x91\x17\x40\x1c\xd3\xdb\x2a\xe9\x4d\x90\x79\x43\x82\xec\xa2\xa1\xbd\x4d\xc1\x49\x71\x53\x08\xb4\x29\x6b\xcf\x2a\x95\x62\xd7\x62\x50\xc7\x87\x5e\xec\xc3\xef\x4f\x5f\x75\xe3\xd1\x38\x8e\x60\x94\x39\xea\x3b\x25\x23\x77\x4c\x5f\x29\xc9\xe2\x9e\x43\x9b\x50\xad\x89\x03\xd2\x46\x1f\xfb\xa3\xa6\x4d\xe5\x77\x15\xb0\x06\x9c\x4a\xa3\x81\xfe\xf5\xea\xde\xd0\x4d\xba\xb1\x0f\x0f\x32\xa7\x51\xad\x67\x31\xd9\xd4\x70\x9a\x5b\xd5\x2a\xe5\xcd\x7a\xcb\xc0\x9c\xbc\x63\xea\x1f\xe3\x20\x72\x2a\x95\xaa\x69\x38\xb1\x3f\xe5\x25\xb8\x22\xfe\xa1\x99\xdd\xce\xbd\x05\x10\xc9\xb6\x40\xa9\x0e\x51\xf6\x50\x19\x9f\x1f\xa4\x5d\xb2\xe5\x61\x27\x07\xcb\xa8\x64\xa2\x08\xde\xd6\xf3\x29\x92\x5b\x23\xd4\xe8\x08\x48\x1f\xac\x45\xdc\x54\x2a\x6e\x8f\x3b\xc9\x62\xd1\xaa\x5a\xa8\x45\x5e\x1c\xa5\x71\x08\xeb\x61\x3c\x70\x56\x8f\x23\xb7\x17\x22\x63\x93\xcf\xf0\x7b\x60\x15\xac\x29\x35\xac\x81\x55\x90\xa2\x2f\x3f\x5d\x9d\xcb\x2b\xd1\xd0\x91\xd0\x2c\xcc\xa4\xbb\xf2\x3a\x0b\xaf\x74\xe6\x68\x51\x7c\xd9\x81\x6b\x5c\xae\x89\x8b\xa7\x8b\x7c\xa7\xd3\x64\x75\x88\xd2\x91\x9f\x1d\x39\xab\xc2\xb2\x06\x53\xe6\xaf\xe6\x27\x15\xe2\x1f\x5a\xa1\xab\x5c\x33\x1c\x12\xb1\x3f\xd5\x0c\x23\x93\x08\xbb\xa5\x30\x7f\x0e\x91\xd9\xc6\x0d\xab\x32\xc6\x61\x41\xcb\xf1\xce\x69\x11\x2c\xb6\x0f\x6d\x00\x77\x35\x4d\x6e\x8c\x53\x16\x58\x48\x20\x90\x89\x69\x3e\x3f\xd0\x88\x61\x1b\x12\x76\xe3\x55\xbc\x24\xa3\x76\x81\x9d\x06\x69\xa3\x08\x14\x2f\x90\x89\xf1\xaf\x2e\x8e\xf9\x1a\x89\x65\xeb\xcb\xe2\x6f\xe9\x11\x92\x39\x5e\x02\xa8\x43\xf1\x2e\x03\xd2\x4f\x07\xbe\x1f\x47\xce\x6a\x3f\xc8\x56\x05\xa7\x80\x9f\x4a\x3a\x05\xfc\x64\x74\x0a\x98\x73\xfa\x62\x74\x17\x30\x9d\xf8\x6b\x3b\xfb\xf9\xc6\x0d\x2a\x5c\x8f\x6f\x22\x98\x1c\x31\x6f\x30\x32\x54\x98\x2f\xd2\xaa\x1f\x5c\x6b\xc7\xfd\xb4\x3c\xb9\x1a\xfc\xd6\x1d\x21\x4c\xab\xf8\x72\xe6\x7a\x4c\x0e\x35\x57\xcd\x25\xf2\x61\xde\x6a\x34\x1a\xda\x82\x12\xd9\xc4\xaf\xf3\x67\xcf\xec\x12\x2c\x0c\xd6\x7e\xa0\x0d\x55\x51\x89\xd1\x57\xf4\xc9\xeb\xf8\x66\x40\x51\xd1\x51\xeb\x46\xc0\x40\x76\x80\xd7\xc0\xea\x14\x4d\x23\x7a\x3e\x36\xd0\xd9\x90\x97\x9b\x59\x70\xde\xc7\x2e\xc1\xac\xa2\x81\xbd\x5a\x9b\xdb\x54\x99\x37\x6a\x3b\xe8\xfd\x55\xed\x72\xcb\x2a\x29\xa6\xe2\xb7\xe1\x94\x14\xd0\x9d\xf1\x38\x08\xeb\x21\x24\x34\x35\x3c\x4c\x2c\x4e\x19\xaa\x73\xf6\x32\x4e\x19\x9c\xf9\x92\x5b\x06\x67\xb9\xf5\x64\x4f\xad\xbb\x84\x6f\x46\x8e\x39\xbf\x22\x66\x3b\x3e\x56\xd1\x2f\xe3\x61\x31\x67\x5c\xb3\xd1\x95\xc1\x69\xd6\x25\x01\x5f\x4c\x7e\x18\x5c\x07\xd4\xf1\xe5\x06\x1f\x07\x0d\x92\x9c\x09\x84\x1e\xe4\x3b\xe7\x82\x84\x6a\x4f\x4a\xca\x97\x27\x35\x68\xd3\xe6\x77\x19\x67\x10\x11\xc9\x22\x13\xfc\x55\xde\x42\x72\x50\x49\x5a\x78\x65\x69\x22\x20\x73\xaf\xcd\xbb\x64\x6e\x4f\x96\xf3\x07\x51\x19\x49\x7d\x53\x89\x03\x7d\x27\xef\x14\x23\x27\xb4\xb6\x58\x9a\x22\x51\x6c\x94\xba\x05\x3c\x40\xb8\x9b\x6f\x46\x61\xf1\xbf\x65\xc5\xbb\xa4\xe3\xc7\xfc\x61\xb8\x88\x9b\x05\xd7\x8e\x68\x24\x4a\xda\x6b\x21\x6f\x88\xb2\x63\xb8\xb4\x3b\x84\x4c\x9c\x41\xb9\xce\x25\x8f\x6a\x34\xfc\x53\x75\x55\x28\x4b\x6e\x59\x5f\x05\x7e\xb3\x8e\xb0\xd1\xac\xcf\x51\x36\x6d\x88\x11\xa0\x17\x4e\x12\xc3\xa1\xbf\x3e\x78\x1e\xc2\xd9\x00\x2b\xa0\x12\xb5\x15\x1f\x6d\xd2\xd9\xd0\x74\xa3\x2f\xef\x33\xc3\x0c\x68\x71\x6a\x4c\xb3\x24\x9e\xd9\x7d\x13\x7e\xb2\xf9\x26\xfc\x24\xf8\x26\xfc\x64\xf6\x4d\xb8\xdf\x8b\x21\x0f\x6f\xec\x62\x5f\x53\xeb\x7d\x21\x7c\x43\x1c\xbb\x21\x17\x83\xb1\x6b\x45\xe4\xfc\xc8\x0e\xd7\xca\xe1\xc8\xc1\xb6\x1d\xb4\x49\x41\xa9\xc9\xcb\x55\xda\x00\xb2\x5b\x01\x87\xb3\x57\xbe\xb3\xca\xee\x89\x21\x59\xc6\xb7\x2d\x10\xfc\x23\xe5\x9e\x05\xdb\x8b\x27\x5d\x89\xc3\x86\xc5\x88\x50\xd2\x5f\x1d\xb0\x8a\xd9\xb0\xaa\x5e\xce\xa7\x06\x35\xe5\x51\x5d\xf1\xe5\x15\x0d\x21\xc3\x05\x7d\x5a\x78\x2a\x14\xfe\xc9\x5c\x98\xf4\x43\x36\x4e\xf1\x4e\x06\xf4\xf3\x98\x91\x61\xec\xb9\xf9\x89\xa8\x17\x87\x94\xd8\x6c\x9c\xee\x51\x7b\x1b\xdf\xc6\xc2\xfe\x1f\x8e\x84\xe3\x05\xa8\xdc\xa4\xe9\xde\xd3\xa7\x38\x82\xd0\x0d\xfe\x85\x8c\x5a\x15\xf3\x30\x4e\x33\x43\xf2\xd8\xcd\x86\x11\x32\xf3\xd7\x50\xe1\x4a\x5e\x17\x3d\x41\x52\xe1\x53\xe8\x26\xde\x30\x07\xeb\xf3\x23\x29\xc4\x04\xa1\xbf\x75\x47\x0e\xe2\x47\xc1\x44\x47\xf3\x16\xc1\xf2\x92\xe5\x88\x08\x94\x74\xac\xd6\x97\x0f\xd3\x48\xdf\xba\x93\x6c\x78\x95\xe1\x33\xb5\x1c\x11\x56\x23\x09\x96\xba\x9b\x4c\x5a\x62\x5b\x0d\xea\x49\x84\x16\x7b\x56\x83\x9d\x61\x94\xd4\x1b\xd1\x6c\xa2\x93\x45\x75\x7f\xe5\xce\xb0\xf6\xbd\x5f\xe4\xe4\x2f\xe1\xaa\x34\x1a\xc7\x69\x80\xc8\x78\x09\xc3\xf1\xdc\x27\xea\x35\x78\x07\x99\xb0\x6e\x02\xdd\x1a\xf0\xf2\xbc\x1f\x02\x78\x53\xe3\x57\x3a\x0d\xd3\x16\x29\x83\xcf\x39\xc9\x4f\xed\xac\x53\xc2\x85\x4f\x3a\xa5\x14\x83\x22\xa7\xe7\xcb\xec\xa7\x02\x11\xa4\x94\x76\xe2\x7c\x99\xbb\x72\x08\x10\x67\x90\x84\x6c\xcc\xab\xb2\x80\x0a\xc4\xbc\xcf\x21\x3f\x83\x34\x73\x93\x6c\x0f\xab\xa2\x1a\x80\x91\x4f\x7e\x02\xe9\x7d\x7e\x8d\x85\xe2\xac\x97\xe7\x61\x54\x73\x3c\x15\xa5\x26\xc9\xce\x2b\x36\x32\xeb\x0c\xaf\xd4\x11\x75\x2c\x1b\xda\x0b\xf7\xa6\xae\x50\xd6\x2c\x95\xca\x1c\xf0\x3c\xf6\x99\xeb\xfb\x4e\x05\xdb\x35\xb0\x22\xcf\xb5\x25\x59\x32\x19\xfb\xaa\x45\x24\x06\x27\x99\xbb\xea\x2a\x6e\x09\x8d\x62\xa2\x94\x21\x75\x0a\x04\xd2\xc9\x28\x15\xc7\x7f\xa9\xf5\xce\x95\xb5\x4b\x88\xbb\xd5\x55\x99\x1e\xb9\xd3\xbc\xc7\x4b\xf2\x4e\x75\xe9\xd2\x84\xa9\x8f\xc6\x4c\xf0\x67\xb1\xa9\x8e\xb8\xfe\x9f\x5f\xdb\x27\x38\xf3\x89\xcb\x88\xad\x7f\xf8\xca\x4a\x94\xdc\xdb\x5b\xfb\xf0\x53\x79\x48\xae\x57\xa2\x9a\xba\x64\x35\xd6\x01\xad\xd6\xae\x69\x65\xa9\xbb\x6c\x71\x16\x4a\x5f\x3c\xb0\x99\x82\xb6\xb9\x85\x08\x53\x13\xb7\x4d\x89\x3b\xf7\xae\x5f\x2f\x6e\xed\x12\x12\xe4\xd0\x86\x51\x5e\xb5\xcf\xe7\x14\xae\x66\x88\x8f\xa8\x0f\xa2\xd9\x39\x95\xbd\xee\xd0\x8d\x06\x30\x55\xb7\xa0\xcc\x4d\xd2\xbc\xe4\x72\x3d\x54\x42\x66\x0c\x4d\x94\xe4\xe7\xc6\x0d\xb2\x93\x38\x41\x93\x5b\x3c\x70\x55\x91\x58\x70\xbc\xe7\xaa\x88\x2c\x1c\x54\x6d\x04\xca\xcf\x15\x64\x1f\x85\xf2\x8b\x0d\x64\x47\xd9\x8d\x79\x54\x4c\x3d\x58\x6c\xe2\x61\x0d\x0e\xe8\x22\xdb\xa4\x2e\xd2\x49\x8f\xf8\x4f\x38\xc5\xfa\xbf\x66\x9f\x1f\x60\xa4\x1e\xc4\x49\x13\x2c\x95\x96\xc4\x51\x3d\x08\x0a\x2f\xf8\x60\x53\x8c\x44\x82\xe8\xea\x75\x62\xf3\x4c\x1f\x03\x74\x32\x9d\xd3\x12\xad\x18\x9e\x76\x8b\x9a\x27\x17\xb9\x33\x34\xd6\xd2\x21\xf2\x0c\x0b\xca\x2a\x7e\x20\x1d\x9a\x95\x51\x73\xec\xcf\x5e\xc2\x2c\x1e\x26\x31\xb9\x8e\x03\x1f\x34\xcc\x70\x22\x55\x5c\xe2\x8b\x0e\xe2\x18\x52\xe3\x5c\x95\x0b\x5f\x51\x57\x33\x01\x2c\x84\xd1\x85\x90\x77\x97\x31\xd5\xa2\x45\x1f\x9c\xec\x85\x88\xba\x2a\x37\x70\xcc\x48\xee\xe4\xc3\xd7\xbb\xb2\x0a\xd5\xa6\xcc\x97\xf4\xca\x8b\x43\x1f\xc7\xe7\x37\xeb\x9b\x05\x2d\x20\xac\x13\x4b\xc9\x1b\xaa\x3a\x82\x37\xac\x6a\x53\xbf\xe9\x0c\xc4\xc1\xe9\x82\x7e\x9f\x2c\x1d\x71\xd9\x7a\x02\xc7\xa1\xeb\x41\x87\xb5\xa3\x06\x2a\x15\xcb\x99\x36\x2a\x4a\xed\xad\xa2\xf3\x6c\x4b\xaf\xa2\xd2\xf3\x3b\x75\x49\x3b\xce\x6a\x84\xca\x67\x1e\x31\x8e\x33\x3f\x49\xd2\x92\x97\xf5\xc8\x5b\x20\x73\xba\x83\xcc\xea\x26\x3d\x4f\x95\x7a\x8a\x5f\x88\x90\xb9\xc2\xa2\x3a\xfc\x69\x02\x93\x19\x89\x55\x10\x27\x4e\x85\x03\xac\x93\x72\x15\x65\xc2\x24\xa9\x2a\x05\x7c\x3f\xea\x94\xdc\x11\x2b\x57\x15\x39\xab\x4c\xe2\x9b\x54\xed\xf0\x9c\xee\xf3\x78\x0c\x3a\x39\xee\x3c\xb8\x05\x58\xa3\x10\xa6\x78\x17\xc0\x66\x5f\x90\x87\x06\x42\xd8\x47\xba\x46\x2a\xff\x1a\xa5\xad\x81\xca\x78\x5a\x29\x8d\x27\xc3\xc4\xe5\x84\x2e\x58\x7c\xc8\x9e\x25\x90\x08\xa1\x0f\x06\x2c\x88\x2b\x0c\xa2\xfc\xf5\x8d\xb2\xf8\x88\x53\xaf\x84\x0e\xbf\x89\x90\xe6\xfe\xbd\x72\x5d\x96\x47\x13\x8c\xc6\x08\xd5\x04\xcb\x72\x5c\x41\x50\x9a\xd5\x4a\xb9\x1b\xfa\x34\x85\xb1\x99\x34\xb7\x2c\xae\xbc\xbf\x8c\xc8\x86\x73\x3a\x4e\x65\x89\xd4\x63\x8b\x60\x94\x97\x10\x8f\x2c\x4a\x05\x14\xe8\x7c\xb6\x10\xb8\x9a\xb3\x80\x26\xab\xcb\xc2\x99\xae\xc4\x12\xd7\x64\x88\xcf\x3b\x34\x31\x49\x8f\xb6\x91\x61\x94\x11\x06\x65\xbe\x31\xa2\x90\xa9\x5f\x1c\xd1\x37\xdb\x0c\x85\x2c\x2f\x93\x6b\x4c\xb0\x04\xe1\xb8\xdf\x33\x10\x0f\xbf\xc5\x78\x9c\x7a\xee\x18\x9e\x91\xd8\x7a\x30\xb5\x9e\x00\xb0\xb3\x02\xf6\x04\xbb\x3d\xa8\x19\x05\xc4\xa7\x8d\xb9\x63\x7a\xd1\xb6\xa5\x08\xea\x5c\x59\xf7\x25\xaf\x84\x6d\xc4\x2b\x79\x1f\x91\x88\xa5\x88\x47\x7c\xd3\xd0\xf7\x11\xd5\xf2\xe1\xe2\xd0\x4d\x6a\xc0\xc3\x01\xcf\xe4\x1d\x10\x94\x03\x9e\x77\x40\x05\x54\x4c\x53\x9d\x37\xbc\x62\x7a\xe5\xc6\xc3\xbf\x1c\x8c\x65\x5f\xb3\xa5\x64\x9a\xb1\x1b\x6f\x0a\x71\x20\x28\x73\xce\x05\xfa\xd7\xe8\xc4\xec\x11\xea\x8b\x8a\x15\x6d\x62\xe0\x7b\x02\xe4\xd1\x23\x19\xc3\x0c\xac\x69\x49\x3d\x57\x5d\xb6\x60\x45\xc3\x9b\xad\x93\x3f\xb5\xad\xa8\x14\x38\xa4\xf4\x70\x70\x1b\x27\x89\x6f\xaa\x17\x2a\x16\xb0\x0e\x9a\x56\x17\xee\xdc\x16\x5a\x0c\xdf\x45\xcb\x8a\x72\x69\x2a\x5b\x97\x55\x2b\x42\xa0\xc9\x6a\x29\x84\x17\xcd\x4b\xb0\xd6\xc1\xfd\xfc\x80\xeb\xaa\x65\xf8\xb5\x1c\x21\x0a\x2e\x32\xa9\x9c\xa2\x95\x8d\xca\xde\xd9\x5c\x2b\x1c\x18\xac\x5a\x1d\xca\xd0\x73\x53\x64\x16\x32\x31\x5d\x07\x4d\x34\x88\xd5\x21\xa3\x5c\x26\x2e\xc0\x76\x93\xb8\x63\x37\x41\x73\xf1\x1b\x45\x49\x14\x34\x7c\x0a\x3a\xb6\xc5\xbc\xca\x87\xb5\x35\xfb\xa2\x5f\x1b\xa6\xcf\xd5\xe2\xc4\xab\x8e\xf8\xd4\x15\x09\xb8\x8a\x69\x7d\xdd\x5c\xab\x01\x96\x54\x21\x6e\x32\xab\x7f\x0f\x2b\x94\x9a\xa0\xd4\x83\xf4\xc7\xc4\x1d\x8f\xf1\x09\xac\xbe\xb9\x63\xa7\x42\x4f\x29\xa0\x89\xa8\x7c\xa6\xd3\x3b\x1d\xd0\xb2\x8f\x6e\x93\x58\xea\x15\xca\x5f\xf7\x54\xbc\x0a\x54\x10\xa5\x30\xc9\x6c\x12\xd9\x8f\x13\xe0\x20\x6d\x3f\x8a\xaf\xf1\x9e\x42\x63\x9f\xfe\x7c\xc6\x47\xc6\x3e\x58\x5b\xc3\x69\x36\xb1\x21\xb7\xca\x10\x88\xaf\x13\x6e\xef\x2e\x4b\x8b\xaa\xf5\x71\x6c\x75\xd4\x46\x0d\xa4\x55\x5d\xb4\x2e\x31\xf7\x1b\x56\xe6\xeb\x13\x4f\xb1\x42\xc3\xb7\x68\x91\x72\x7d\x78\x8c\x8c\xd8\xd6\x02\x43\xaf\x24\x6a\xd0\x01\x5a\xde\x24\x39\xc8\xb2\xa4\x86\x2c\x92\x1a\x68\x5e\xde\x43\x31\xcb\x44\xd4\xd3\x31\xbe\x3e\xa4\x2a\xb1\x1a\x68\xd4\xe6\x52\xb1\xc0\x6e\xca\xc2\xdc\x98\x16\xb2\x81\x9a\x6e\x54\x9e\x2f\x0d\xab\x2d\x01\x93\xaa\x66\x97\x9f\xa9\x0c\x8a\xc2\x76\x32\xf4\x30\xed\xac\x54\x6a\xa0\x61\xe8\xed\x79\x4d\x54\xcf\x9b\xe8\x62\xc8\x62\x1c\xf7\x60\x18\x2e\xb1\xfb\x68\x32\xc8\xae\x83\x74\xe2\x86\x87\x50\x8f\xa9\x66\xdf\xa5\x52\x50\xb0\xed\x22\xb2\xa8\xeb\xc5\x89\x0f\x93\x6e\x1c\xe2\x3d\xac\xca\xcd\x30\xc8\x60\x65\xfe\xae\xa6\xbc\xc2\x2d\x89\xbc\x82\x97\xba\xcd\x86\xc9\x65\x37\x47\x31\x8e\xc7\xef\x22\x53\x0b\x15\xb8\x7e\xec\x4d\xa4\x13\xba\x32\x5d\x81\x84\xe5\x04\x42\xfb\x49\xb0\x69\x55\x11\x47\xd7\x30\xc9\x8e\xe3\x79\x14\x29\xa6\x89\xb5\x07\x24\xc3\xe4\xfe\xc6\xc8\x3c\x03\xc4\x6c\x74\xd8\x3d\x9d\xd5\x46\x95\xb3\xf1\xd4\x62\x22\x15\x65\x7a\xc6\x73\x93\x24\x70\x07\xf0\x94\x08\x56\xe1\xfe\x85\x91\xe5\x73\xc6\xa0\xeb\x7d\xc2\x4f\xab\x2e\xd2\xf3\x53\xab\xbb\xf7\x3d\x1a\x9a\xb9\xbd\x45\x5a\xa7\x24\x45\x70\x9a\x9d\x65\xf9\x7c\x5f\x5c\x57\x3a\x0c\xfa\xd9\xbb\xc9\x1c\x2f\x1a\x41\x36\x60\x36\x78\x0d\xaf\x61\xc8\xef\x02\x97\xc0\xff\xaa\x74\x6f\xe5\xe8\x1b\xa5\xd0\x13\x53\x0c\x6f\x87\x48\x55\xe0\x88\xfc\xa9\xaa\x45\x71\x2a\xbe\x48\x51\x03\x1f\xd1\xec\x95\xf7\x0b\x09\xe1\xdf\x21\xff\xe6\x71\x65\x59\xb7\x93\xec\x67\xa0\x29\xdb\xa5\xac\x54\x33\x87\x5e\xd2\xd4\xfc\xa8\x17\x9a\xe6\xb9\x38\x92\xbf\x3a\x47\xc1\xc4\x4d\x21\x9a\xa5\x9c\xaa\xc1\x2c\xa1\x91\xaf\x31\x85\xeb\xeb\xc8\xcc\xfa\x08\x9e\x2d\x31\x4c\xcd\xd6\xca\xc7\xb5\x35\x6c\xa0\x78\x43\xd3\xde\xb3\xb5\xb4\x62\x86\x96\x1a\xf5\x78\xc7\xf9\xfb\x71\xd9\xee\x2d\xd3\x87\x4a\x8b\x0d\xbd\x68\xd7\xcc\x60\x9d\x56\x30\x47\x41\x3f\x9b\xab\x17\x66\xa6\xc9\xa0\x0c\x33\x8e\x54\x0f\xa2\xaf\xc9\x8e\xb5\x72\xec\xd0\xa7\x08\x53\x44\x0c\x03\x87\x0c\xa5\xc0\xba\x99\xb6\xaf\x39\x37\xe1\x8e\x39\x89\x93\x1b\x37\xf1\xbf\x91\xbe\x99\x96\xeb\x9b\x65\x59\x64\xd8\x0b\x25\xeb\x27\x8d\xb6\x32\xac\x3b\x74\xbd\x4f\x5f\x93\x77\x5f\x54\x76\x8c\xec\x2b\xa5\x47\xa6\x25\xf4\x88\xd1\xa8\x2c\xc3\xf3\xb7\x70\x9a\xbd\xc6\x4f\x94\x7e\x13\xf2\xfa\x4d\xe9\x92\xb9\x56\x64\x09\xfe\xbe\x4f\xa0\x07\xfd\x20\x1a\x7c\x53\x4c\xfe\xb2\xf3\xd7\x43\xf1\x0e\x99\x74\x07\xbd\x34\x0e\x27\xd9\xb7\xc2\xba\x29\xc3\x9f\xcb\x4c\x99\x51\x66\x3c\x70\x35\xb7\x02\x1b\xa6\x5e\x1c\xaa\xd6\x24\x6f\x95\x2c\xad\xbc\x65\x29\xf7\xc9\x31\x6c\x88\xe0\x1b\x32\x0c\x45\xf3\xd2\x26\xf0\x86\xdd\x59\x52\xd2\xd8\xc5\x78\xd3\x30\xbe\x31\x49\x09\x21\xd9\x58\x8a\x3b\x12\x23\x98\x72\xa3\xd8\x68\x4e\xcf\x33\x02\x10\xe1\x06\xca\x0a\xda\xc3\x29\x43\x30\xe5\xd4\x3e\xc1\x56\x72\x0a\x04\x66\x71\x92\xfa\xda\x30\xbc\x92\xf8\xa6\xbc\xa0\x51\xeb\xe3\x5c\x59\x3d\x96\x1c\x30\xe0\xf6\x56\x24\x5b\x5e\x3e\x2c\x6e\x0b\xa8\xab\x50\x50\x72\x66\xc2\x8b\x9a\x57\xd1\x51\x90\x8e\x43\x77\x56\xa2\x21\x1f\x85\xad\x28\x1a\x89\x8a\xb7\x49\xbf\x83\x9a\x42\xd0\xd0\x63\xf0\x98\x16\x56\xa7\xc1\x60\xa8\x6d\xb0\x4f\x6b\x5a\x2f\x19\xb6\x60\x0d\x6b\x39\xb4\x00\x6c\xea\x90\xf8\xac\x60\xdf\xb4\x32\xc3\x41\xbe\xc1\xc7\xb5\xb5\x92\x87\x5e\x98\x66\x34\xcf\x38\x1f\x4b\x1d\xee\x19\x42\xf3\x60\xee\x34\xcb\x71\xe7\x35\xec\x3f\x20\x73\x74\x28\x2a\x7e\x1f\x75\xd1\xfb\xc2\xed\x6f\xe9\xed\x37\x50\xac\x87\x60\x57\x88\xbe\x3f\xc9\x36\x02\xdb\x3a\x81\x38\x56\x23\xd9\xfe\x73\xbd\x4f\xf4\x15\x5d\xe3\x42\x9c\x4e\x13\xeb\xe5\xda\x83\xdf\x09\x95\xf1\x16\x38\x7d\x1a\x2b\xcc\x92\x60\x74\x96\xb9\x49\xa6\x20\xb2\x9c\x45\x99\xf6\x48\xf8\x03\x48\xee\x54\xb3\x52\x70\xfe\xba\xd2\x78\x73\x48\x26\x13\x7a\x3f\x48\xc7\x45\xe8\x71\x7e\x39\xf4\x73\x25\x6c\x01\xe5\x57\xc2\x5c\xfc\x56\x54\xdd\x57\x53\x23\x0b\x8c\x5f\xeb\xb0\x5b\xbc\x9a\x32\x9d\x48\xb6\x24\x51\x05\x0b\x6f\x49\x2e\xb1\x1d\xb9\x88\x3d\xfb\x70\x5b\x93\xcc\x00\xd3\x35\x89\x78\x0c\x51\x0e\x85\xb9\x7a\xb0\x0e\x3e\xca\x73\x66\xb1\x45\x62\x75\x22\xa2\x2a\xaf\xd3\xb1\xa8\xc4\x91\x3b\x7d\x8d\x41\x4a\x1f\x24\xe6\x3a\xcd\x14\x0e\xd3\xd4\x18\x93\xc3\x87\x49\xd7\x98\xe0\x92\xf8\xc6\x94\xfc\x51\x4d\x2c\x71\xd2\x4b\xf7\x6e\xb1\xac\x35\xb4\x51\xd6\x0b\xdd\xe8\x13\x19\x17\xc9\x04\xaa\x51\x2a\x8b\x10\x7e\xac\x81\xa6\xf1\xb0\x68\xb9\x73\xde\xf2\xa5\xa4\x33\xaf\x32\x86\x32\x79\xa1\xfa\xd7\xb1\x79\xff\xb1\xf9\x37\x31\x2e\xc1\x7a\xc7\x64\x95\x9b\xcd\x00\x0d\xb4\xfc\x88\xc3\x9a\xec\x61\xc7\x1c\x16\xca\x7f\x56\xa3\x6e\x99\x43\xba\xa5\x4e\xe8\x7e\x81\x61\x77\xef\xf3\xb8\xa5\x0e\xdd\x74\x43\x49\x15\xf4\x39\xa7\x6f\x93\x74\xe8\x48\x27\x76\x65\xec\x19\xd2\xdd\xcb\x1d\xc0\xdd\x67\x53\x41\x12\x77\xe3\xe8\xd5\x7a\x89\x85\x39\x1c\x97\xe4\xcc\x12\xc8\x89\xd8\x17\x8f\xe5\xea\x3d\x87\x25\x6f\xc6\x2f\x33\x3c\x49\x81\x65\x0f\x15\xbf\x4a\x17\xb3\x5e\xf8\x52\xbd\x8c\x45\xe8\x6f\xa8\x8b\xb1\x6a\xfa\x25\xbd\x24\xbe\x8e\xe9\xf3\x2d\x7a\x4c\x5c\x7c\x5c\x5b\xbb\x04\x1d\x89\x8d\x8b\x1f\x8b\x7e\x1b\x9b\xba\xe3\x04\x5e\x2f\xb3\xa9\xeb\x0d\xdd\xe4\x7d\x9c\x7e\xfb\xe7\x39\xe0\xdb\x3c\x22\x7f\xc9\xce\x90\xd8\x23\xe9\xdf\x0c\x07\xff\x59\x78\x18\x24\x70\x0c\xdd\x8c\x9f\xc6\x22\x3d\xe8\x7a\x99\x12\x5b\x79\x91\x11\x55\x03\x21\xd9\xa2\xb3\x8e\xfc\x72\x93\xcd\xac\x5a\x23\x8a\x0a\x15\x34\xdf\x05\x42\xf5\xa9\x39\x3e\xec\x5b\x7c\xd1\x8b\x07\xb8\xb1\x96\xe5\xb4\x53\x0a\x23\xff\x08\x5e\x07\x1e\x56\xa7\x41\x6f\x92\xcd\x5d\x51\xe7\xa7\x95\x88\x8d\x86\x8d\x64\xbb\x7f\xb2\xc9\xcf\x79\x9c\xc0\x7e\xa0\xdd\x7a\x33\xdd\xd6\x48\x9d\x0a\xbe\xbe\x5e\xa9\xf2\x38\x4a\x72\x6e\x32\xbd\xce\xd6\x27\x51\xe0\xc5\x3e\xb4\x02\xa5\x5e\x02\x61\x54\xa9\x96\x58\x8e\xe2\x77\x5c\xb4\x2b\x9d\xf5\x6e\xa3\x7e\x7c\xd6\x05\x6b\xa0\x72\xf1\xa2\xb9\xdf\xf2\xd4\x3b\xf7\x96\xa0\x4b\x06\x5a\xc2\x20\x9a\x4c\x1f\x8a\x94\xad\x02\x42\x0c\x07\xa4\xc6\x6e\xc0\xcb\xf8\xca\x73\xed\xae\x66\x71\x77\x3c\x08\xfd\xcf\x1b\xfb\xad\xed\xad\xfd\xc6\x3d\xd8\x29\xf7\xff\xc3\x50\xb5\xb3\xb9\xbf\xbb\x79\x2f\xaa\x16\xec\xe4\x7c\x68\xad\x81\xca\x3d\xaa\x7d\x50\x39\x7f\xbe\xd3\xde\xdf\x68\x34\x1a\xed\x42\x4e\x94\x75\xcb\xff\xf6\x4c\x88\x59\x69\x13\xe2\xcb\x7b\x2d\x15\xf3\xef\x87\x6f\xd4\x84\xf8\xa6\x9c\xbe\xbe\xa2\x03\xe9\xcb\x1f\x4a\xfa\x09\xc9\xd3\xa8\xd9\x23\x1d\x67\x75\xcc\xae\x42\x17\x4d\x7b\xa9\xa6\x52\xca\x26\xed\x66\x57\xa4\xaf\xd2\x65\x36\x9b\x5e\x77\x75\xfa\x06\x0d\xd3\xcc\xed\x75\x43\xe8\x2e\x65\x88\x1a\xc7\x62\x47\xb7\xaa\xc8\xe6\xab\x4a\x6f\xe6\xf6\x52\xfd\x22\x9c\x89\xc1\x7c\xae\xa0\x14\x74\x3a\xa0\x3d\x87\x3f\x08\x39\xe8\x80\xcf\x77\x8b\xda\x94\xf8\x4e\x6d\x69\xf9\xcf\x03\x51\x69\x1a\x88\xdf\xc1\x0d\xc8\xfd\xdb\x00\x3c\x03\x52\xa1\x7d\x10\x98\x5d\x6b\x70\x53\x28\x25\xce\x05\xe5\x76\x70\xa9\xde\xb4\xbc\x7b\x70\xcb\x75\xee\x89\x3e\x60\x47\xdc\x1b\xe6\x47\xc4\xd4\xb9\x9c\x5f\x52\x2e\xbc\xb8\x6d\x79\xa2\x8b\x9c\xa5\x1b\xfc\x07\x2c\x65\x96\x35\x19\x5f\x68\x26\x63\x79\x3e\x18\x7c\x0c\x0c\x7c\x70\xc7\xe3\x30\x20\x01\xb9\xbb\x3c\x10\xd7\x72\xec\x28\x55\x5f\x0a\xb3\x01\x0d\xcf\xe2\x34\x6a\x42\xa4\x96\xfa\xd1\xf1\xc9\xc1\xf7\xaf\xcf\xaf\xba\x2f\x0f\x4e\xcf\x8e\xcf\xcb\xf9\xa8\x88\xe8\x9a\x0f\x8b\xae\xf5\xb0\xe8\xda\x4b\xa0\x2b\x62\xb7\xc1\xd1\xc9\x44\x81\x7b\x0d\xfd\x2e\x79\xab\xd9\xa0\x93\x4b\xb5\x82\xbc\x7f\xe0\x34\xdb\x2d\x6d\xc7\xd7\xf2\xee\xe8\x3c\xda\xb7\x4a\xd1\x1e\x27\xc1\x20\x88\xee\x35\x44\xb7\x4b\x55\x24\x87\xd1\x58\xba\xb2\xa6\x65\x04\x14\x72\xa2\x1c\x2b\xc2\x78\xe0\x54\xce\x60\x12\xb8\x21\x18\xc7\x49\x06\x12\xb4\xa0\x48\x33\xe8\x03\x61\x00\x83\x4f\x70\x36\x76\xfd\xba\x29\x3c\xa1\x01\xa9\x50\xf2\x3b\x5c\xb0\xb0\xe5\x4a\xe1\xeb\x00\xde\x20\x4a\xea\xe9\x2c\xf2\xce\xf0\x86\xfb\x41\x02\x5d\x5b\x14\x85\x22\x1e\xec\xea\x2c\x20\xfc\x6c\x34\x0c\x1a\x96\x65\x19\x98\xcd\xb2\xca\x0d\x8d\x69\xb3\xf1\x26\x9e\x60\x07\x3a\xc1\x2a\xec\x74\xc0\x6e\x39\x06\x64\xad\x86\x05\x41\x53\x7a\xb5\xac\x00\x47\x14\x27\x23\x37\xd4\x91\x3c\x2f\x8f\x62\x84\x0a\xe3\xe7\x07\xd2\x45\xba\x8f\x5d\x33\x57\x42\xab\x43\xfc\x12\xc4\x3a\x46\xba\x8e\x9f\xc0\xd7\x42\x1f\x5a\x10\xa6\x38\x6c\x62\x10\x47\x6f\xdc\xc8\x1d\xc0\xa4\xee\x07\x29\xc2\x65\x13\x08\x93\x80\x1f\x06\x38\x72\x1f\xc8\x62\x80\x29\x00\x84\x02\xab\x3c\x17\x0e\xc6\x46\xa3\x9c\x21\x80\x56\xe9\x27\xb1\x37\x29\x66\xdf\x9c\xaa\x36\x4b\x55\x35\xc9\xfa\xac\xaf\x97\xae\xa9\x9c\xbe\x48\x07\xc9\x7d\x6b\x6a\x96\x6c\x53\x32\xbd\xce\xee\x57\x57\xab\x5c\x4d\xe4\xc4\xe7\x65\xe0\xfb\x70\x4e\xec\xe2\xe2\x86\x6d\x18\xf4\x0d\xe0\xb7\x6e\xb4\x02\x1b\x86\x39\x84\x61\xb2\x4c\x2f\x26\xab\x96\x0c\xf5\xa2\x58\x2c\x38\x60\x2d\x86\x32\x86\xb2\x16\xff\xf0\x46\xfa\x9e\x71\x7b\xdd\xfe\x8e\x39\xfa\xc3\x1b\xed\x5a\x41\x9c\x3a\xa7\xa0\x1f\xa4\x63\xbd\x20\x4a\x2d\x2e\x38\xd5\x0a\x4d\xe7\xd4\xa4\xd7\x52\x5c\x80\x9f\x15\x6b\x05\xf3\xc3\xea\x12\x08\xc8\x71\xb1\x05\x07\x3d\x50\x2f\x44\x83\x96\x75\x5a\x71\x94\x68\x2d\x65\x78\x25\x9e\x23\xd3\x4c\xb0\xe2\xb7\x66\xef\x37\x3b\x1b\x30\x70\x49\x24\x3f\x4a\x97\x4b\x87\xf1\x0d\x59\x48\x58\x5f\xbe\x5d\x76\xd1\x34\xef\x14\xeb\xdb\x59\x20\x73\x5a\xfe\x76\x96\xc8\x4b\xaa\xdb\xbf\xd9\x35\xf2\x92\xfc\xb0\x98\xa6\xc6\xa0\x39\x68\xd1\x86\xac\xc9\x76\xcb\x10\x05\x8c\x2f\xec\x16\x08\xef\x45\x17\x72\x36\x4c\x8b\xac\xee\xcc\x83\xd8\xbc\x99\xc6\x2b\xf8\x45\x16\x8a\x4b\x76\xcc\x92\x2b\xc5\x65\xad\x90\x2f\xbd\x54\xc4\x23\x00\xd9\xd2\x3d\xd7\xfb\x84\x0c\x6a\xaa\xcf\xef\xbf\x42\x2c\x68\xf1\xdf\xf2\x12\x71\x81\x66\x8b\x0b\xc3\xf2\xc5\xe4\xb5\x60\xf9\x72\xf2\x02\xb0\x7c\x39\x7d\x05\xc8\x5e\xb4\x79\xc0\x45\x20\x41\xb5\x4c\x8f\x2f\xb5\x7e\x5b\x7a\x4d\xb0\xf8\x02\x6e\xf9\xaa\x16\x5e\xc1\x2d\x5d\xd5\x32\x4b\xb8\x65\xe7\xf9\xa5\xd6\x70\xcb\xae\x4d\x7f\x99\x25\xdc\xc2\x2b\x38\xd3\x7a\xcc\x70\xf5\x1b\xe3\x21\xb9\xa5\xcd\x6a\x76\xd5\xd3\x8c\xcb\x10\x97\xb5\x08\x17\xbd\xd7\x69\xc1\x85\x72\x4b\xe3\x32\x5d\x6d\x27\x78\xa6\xe5\xe9\xb1\xd3\x52\x7e\xd9\xc1\x96\x7a\x56\x5c\x1c\x62\x41\x9c\x64\xe9\x37\x07\xad\x7a\x69\x68\x0e\x66\x7a\x02\x68\xc6\x88\x32\x97\x58\xa6\x4d\xc2\x05\x16\x69\xaa\x9e\x4e\x61\x76\x38\xe9\xf7\x61\x62\xbc\x8c\x54\x7e\xd5\x98\xc0\x7e\x02\xd3\xa1\xa3\xfb\x86\xb3\x43\xea\x5f\x72\x0d\xfb\xd5\xd6\xa2\xde\xd0\x4d\x96\x70\xfc\x13\x2f\x7d\x35\x91\xcd\x2f\x6f\x2b\xcf\x0b\x38\x43\x83\xb2\xea\x82\x45\x1d\x22\xf7\x4b\xae\x38\xd1\xba\x37\x8f\x89\x42\x89\xaa\x91\xa5\x70\x0d\xf4\x43\x77\x60\x3a\x4d\xa2\x95\x3f\x7f\x0e\x9a\x3b\x35\xd0\x1f\x80\x8e\xbe\xa4\xc9\x61\x76\xab\xe0\x31\x68\x4c\x9b\xfd\x7e\x0d\xf4\x06\x76\x74\x1c\x48\x18\xb6\x34\x2a\x04\x5a\x93\x87\xc6\x75\xf8\x38\xdf\x4c\x0f\x94\xd8\xb4\x98\xd9\xe0\x79\x07\xb4\x1b\x98\xc1\xe0\x59\x07\xb4\xb7\x8d\x71\xaa\x11\x55\x63\xb0\x0e\xda\x8d\xa2\x85\x7b\x7e\xfe\x8f\xb0\x6e\xe4\x58\x37\x8c\x58\x7b\x0c\xeb\xc6\x02\x58\x77\x73\xac\xbb\x46\xac\x63\xb0\xd6\x01\x3b\xba\x88\xf3\x36\xec\x2e\x50\x5b\xb3\x91\x57\xd7\x6c\x2c\x54\x1f\x6f\x5d\x53\x3d\xbd\xb0\x56\x68\x14\x6c\x4c\xbb\x59\xce\xa8\x2c\x13\x39\xb3\xb4\x58\x95\x3b\xa1\x4c\x2e\x77\x16\xea\x2d\x45\x8d\x85\x0a\x1b\xa5\xed\x29\xe5\x8d\xba\x9d\x73\x57\x52\xc1\xb4\x51\x88\xa9\xb5\x00\xa6\xcd\x42\x4c\x1b\x0b\x60\x32\x0f\x19\x86\x69\x67\x01\x4c\xc6\xa7\x4f\x73\x3e\x6d\x2d\x80\xaa\x65\x8c\x76\x4d\x70\x3d\xee\x80\xbf\x2c\xc2\xf4\x56\x01\xd7\x11\xae\x45\xd8\xde\x2a\xe0\x3b\xc2\xb5\x08\xe3\x5b\x05\x9c\x47\xb8\x16\x61\x7d\xab\x80\xf7\x98\x5f\x8b\x30\xbf\x6d\x7c\x43\x77\xd9\xf1\x58\x3c\x20\x8c\x55\x3d\xec\xf0\x6d\x1b\x79\x23\xf8\x09\x06\x60\x0d\x34\xe7\x84\xd8\x0f\x90\x9e\x6c\x99\x4d\x8f\xbe\x81\xdc\x91\x9b\x79\x43\x1c\xed\x9b\xd7\x72\x89\x69\xc7\x33\xa0\x54\xaf\x21\xb5\xc5\x52\x0b\x5e\x32\x40\xb5\x76\x3a\x60\xbd\x69\x7f\x40\x02\x13\x66\x51\x91\x45\x8d\xb2\xbc\x68\x61\x66\x99\x71\x44\xcc\x63\x99\x34\xaf\xd3\xb6\x16\x30\xd7\x60\xe9\x17\x45\xff\x57\x85\xec\x4b\x0b\x80\x49\x5e\xbf\xbc\x00\xf4\xe6\x0b\x40\xef\x6f\x40\x00\x7a\xf7\x17\x80\x66\xc3\x6c\x97\x7c\x65\x0b\x63\xee\xb5\x03\x98\x24\x71\xe2\x54\xbe\x8f\x3e\x45\xf1\x4d\x04\xce\x7e\x7f\x0a\x5c\xb6\x16\xd9\x03\xbf\xf3\xeb\x95\x1a\x18\x97\xb8\xd2\x62\x5d\x5d\x38\x64\x86\x78\xf6\x0c\xbf\x5b\x7e\x8b\x95\xca\xb3\x67\xa8\xe1\xb7\xa0\x37\xd8\x2f\xb1\x3e\xf2\xf1\xd5\xa8\xb3\xcc\xcd\x26\x65\x56\x47\x0f\x7d\xfc\x55\x6e\xaf\x6a\xfe\xf5\x8d\x46\xb4\x8c\x67\x4a\xc9\xfd\xbf\xb9\xb5\x57\xac\x03\x78\xcd\xe0\x6c\xbe\xa6\xfa\xb4\xcb\x05\x2a\xfb\x8b\xa0\x9b\xce\x45\x77\xba\x00\x67\xbe\xc6\xc1\xdf\x43\x75\xc2\x8b\xbf\x99\x5e\x00\x7c\x53\xd4\x32\x3c\x96\xd9\xfe\x2d\x2c\x63\xe9\x83\xa2\x32\x9b\x96\x73\x9b\x7b\xef\xd8\xa4\x71\x3f\x3b\x85\x29\xcc\xe6\xa8\xa3\x85\x7c\x92\x16\x38\x4f\x5f\xe0\x44\x73\x31\xe7\xd5\xc5\x4f\xf4\x16\xdf\x86\x5b\xfc\xb8\xbc\x60\xf7\xb6\x31\x07\xca\xb6\x1f\xab\xdf\x82\x59\x7a\x7b\x6c\xfe\x1e\xf7\xac\x90\x50\xf6\x8a\xa6\xba\x2b\xab\x80\x0d\x42\x78\x0d\xc3\x32\x98\xd0\x24\x79\x81\x70\x5d\x96\x99\x5d\x53\x98\x11\xbe\x9f\x65\xb3\x70\xa9\x8b\x6c\xe0\x19\x68\x82\x17\xa0\x09\xf6\x4c\x17\x6a\x24\x2d\x6b\x0c\xac\xa8\xb8\x55\x94\x8c\x3c\x98\xc2\xec\xdd\x18\x3f\x35\x5b\xf1\x72\xfa\x2b\x35\x50\xe9\x85\xb1\xf7\xc9\xa4\xcb\x4a\x46\x01\xb5\x39\xbd\x94\x26\x60\x12\xf9\x30\x09\x83\x08\x2e\x42\xc4\xa6\x81\x08\x83\xce\x2b\xcf\x05\x37\x29\x51\xbd\xbc\x8f\x1b\xa4\x87\x61\x10\x7d\x0a\xa2\x01\xbf\x8a\xf9\x3b\xd0\x22\xf6\xad\x7d\xa0\xa9\x24\x60\x1c\x95\x9a\x80\xad\x5c\xe4\x1c\x98\x11\x85\x71\x0a\x07\xe5\x6e\xee\x99\x0d\x3d\xa9\xc9\xea\xbe\x75\x81\x2a\x71\xe4\xb0\x04\xd5\x42\xf5\xa0\x68\x17\xe1\x3a\x60\xbe\x11\xdf\xbc\x04\xcf\xcc\x8a\xe7\x85\x00\xa2\x39\x01\x92\x6b\x7d\x45\x95\x4f\x0b\xb5\xc0\xac\xec\x1b\x4d\xa9\x7b\x0d\x73\x95\x5b\x7e\x1a\xc3\x1e\x3a\x3f\x15\x06\x8c\x31\x95\xf8\x83\x35\x56\xf1\x5c\x57\xbd\x2c\x4e\x96\xa2\xd4\xa0\x8b\x29\xf1\xb7\xb7\x73\x38\x68\x6e\x41\x5e\x8c\xd2\x4c\xdf\x65\x13\x49\x57\x1f\xe1\x56\x5e\x8d\x96\x41\xd1\xa8\xa3\x8f\x2e\xcb\x2f\x4a\xc7\xe3\x8c\xb7\x0c\x3f\x52\xfd\xee\xcd\xe1\xab\xb7\xaf\xde\xfe\x1e\x29\x77\x4e\xf8\x45\x63\xda\x68\x37\x1a\x35\x80\xfe\xdd\x3a\xb9\xac\xe1\x94\x8d\x9d\x36\x4e\xd9\xd8\xd9\xe2\x29\x3b\x34\x65\xf7\xb2\x26\x95\xde\xdc\x6d\xe2\x9c\xcd\xc3\x23\x0a\xbb\x79\x78\x42\x53\x18\xbe\xcd\x2e\x85\xe9\xb6\xd4\xd2\xdd\x0d\x9a\xb3\xc9\x61\xb7\x69\xca\x36\x4d\xd9\xa2\xf4\x6d\x35\xda\x4a\xe9\xad\x26\xcd\x69\xb2\xd2\x5b\x1b\x87\x24\x65\xf3\x98\xa5\x6c\x53\x98\xed\x86\x5a\xfa\x68\x8b\xe4\x1c\x6f\x30\xd8\xe3\x6d\x9a\xb2\xc3\x53\x0e\x68\xca\x91\x52\x7a\xbb\x41\x5a\xb9\xdd\x60\xad\xdc\x6e\x92\x56\x6e\x37\x9b\x2c\xa5\x4d\xea\xde\xde\x38\x50\x4b\x1f\x90\xba\xb7\x0f\x1b\x0c\xf6\x98\x50\xbe\x7d\xd2\xa6\x29\xbb\x0d\x82\x6f\xb7\xa1\x72\x6d\xb7\xdd\x25\x39\xed\x2e\x83\xdd\xa0\xb0\x1b\x3b\x3c\xe5\x88\xa6\xa8\x94\xef\x6e\x52\xd8\x4d\xd6\xee\xdd\xad\x16\x49\xd9\xe2\x75\xef\x50\x98\x9d\xa6\x5a\xfa\x90\xd6\x7d\xc8\xeb\xa6\xbd\xbb\xdb\xe5\xf8\xba\xb4\xee\xae\x56\xf7\x31\xad\xe9\x98\xd5\x74\x40\x5b\x79\x80\x5a\x49\x52\x68\xeb\x0e\x50\xeb\xa4\xd2\x07\xb4\x95\x07\x1b\x1c\x76\x63\x9b\xa6\xec\xf0\x94\x43\x9a\xa2\xd6\x7d\x40\x25\xe1\x60\x9b\xf5\xcf\x01\x6d\xe5\xc1\x0e\xc7\x47\x5b\x77\x70\xa8\xd5\x4d\x5b\x79\xc0\x25\xf5\x80\x4a\xea\x41\x97\xd7\x4d\xdb\x7d\xa0\xb5\xfb\x80\xb6\xfb\x80\xb7\xfb\x90\xb6\xfb\xb0\xc1\xa8\x39\xa4\xed\x3e\xd4\xda\x7d\xd8\x3e\xa1\x39\x4c\xd6\x0e\x29\x27\x0e\x37\x38\x3e\xda\xdf\x87\x5a\xbb\x0f\x37\x89\xac\x1d\x6e\xb2\xd1\x7c\xb8\x43\xa8\x39\xe4\xed\x3e\xec\x12\xde\x1c\x76\xd5\x51\x72\x48\xdb\x74\xd8\x65\xe3\xbb\xdb\x3e\xc6\x29\xdd\x0d\x26\xbb\xdd\x8d\x2d\x9a\xb2\xa3\x94\xee\x6e\x1c\xd0\x1c\x5e\x7a\x73\x93\xa4\x70\x6a\xba\x94\xe7\x5d\x8d\xe7\x5d\xaa\x49\xba\x5c\x93\x74\xbb\xb4\xa6\x2e\x2f\xdd\xa5\xa5\x35\x9e\x77\x29\xcf\xbb\x9c\xe7\x47\x94\x6b\x47\x1b\x79\xca\x11\x4d\x51\x4b\x1f\x75\x09\xe5\x47\xdd\x03\x06\x7b\x44\xf0\x1d\x1d\x6d\xf0\x94\x2d\x9a\xb2\xa5\x94\x3e\x6e\x93\x9a\x8e\xdb\xac\x77\x8f\xdb\x1b\x34\x85\xe1\x3b\xa6\xb2\x7b\xbc\x71\xac\x96\x3e\xa4\xa5\x0f\x79\xe9\x43\x5a\xfa\x70\x97\xa7\x1c\xd2\x14\x95\x6b\xc7\x5d\xa2\xab\x8f\x79\x8f\x9d\x34\x49\xca\x49\x93\x95\x3e\x69\x93\x5e\x38\x69\x6f\x2a\xa5\x4f\xda\xdb\x34\x67\x9b\xc3\xee\xd2\x14\x5e\x7a\x9b\xd0\x77\xb2\xad\x52\x7e\xb2\x43\xe4\xe8\x64\x87\xf1\xe8\x64\x67\x8b\xa6\x70\x7c\xbb\x14\x66\x77\x5b\x2d\xbd\x4b\x6b\xe2\xba\xe5\x84\xf6\xf7\x09\xeb\xef\x66\xa3\x85\x7b\xac\xd9\x68\x2b\x92\xda\x6c\xb4\x5b\x34\xa7\xc5\x60\xdb\x5b\x34\x65\x9b\xa7\xec\xd2\x94\x5d\xb5\xf4\xe6\x0e\xc9\xd9\xa4\xad\x6c\x36\xb7\x30\x9d\xcd\xe6\x09\x95\xbe\x66\x7b\x13\xcb\x23\xfa\x57\x29\xbd\xdd\x24\x75\x6f\x37\x69\xbb\x9b\xdb\x94\x9a\xed\x36\x4f\xd9\xa4\x29\x9b\x6d\xb5\xf4\x36\xcd\xd9\x6e\x33\x58\xd2\xdf\xcd\xed\xc3\x4d\x9e\xb2\x4d\x53\x8e\xd4\xd2\x84\x47\xe8\x5f\x06\xdb\x25\xad\xdc\x3e\xe2\xf8\x8e\x8e\x68\x8a\x5a\x7a\xa7\x81\xe5\xa8\xb9\xd3\xa0\xd2\xd2\xdc\x39\x20\xa5\x77\x0e\x18\x27\x76\x5b\x84\x13\xbb\x2d\x65\x26\x6a\xee\xb6\xb6\x69\xce\x0e\x83\xa5\xed\xde\xe5\xbd\xb0\x4b\x79\xbe\xdb\x3e\x54\x4a\x1f\x34\x49\xe9\x83\x26\x2b\x7d\x48\xe6\xfa\xe6\x61\x83\x51\x7e\x48\xc6\x0d\xfa\x57\x29\x7d\x48\x7b\xf7\x90\x8d\xa8\x26\xd5\xa0\xcd\x43\x36\x2f\x36\x0f\x37\x08\x35\x87\x1b\x2a\xe5\x87\x5b\xa4\xdd\x87\x9c\xe7\x47\x44\x07\x36\xf9\x88\x6f\x1e\x9d\x1c\x93\x94\x13\xa5\xbf\x5b\x0d\xc2\xb5\x56\x83\xcd\xfe\xad\x46\xeb\x80\xa4\xb4\x8e\x59\x0a\x91\x9f\x56\x63\xab\xad\x96\xde\xa2\xb0\x5b\xbc\xf4\x11\x85\x3d\xa6\x29\x6d\x8a\xaf\xdd\x68\x29\x75\xb7\x1b\x64\x94\xb4\x1b\xbb\x94\xce\x83\x9d\x06\xe6\x04\xfa\x97\xa7\x1c\xd2\x14\x85\xe7\x07\x3b\xad\x4d\x92\xd3\xa2\xb0\x27\x87\x4d\xdc\x4a\xf4\x2f\x4d\x39\x26\xbd\x70\x72\xdc\x50\xea\x3e\x39\x6e\xd1\x9c\x56\x9b\xc1\x9e\x9c\x90\x14\x36\x4a\x4e\x4e\x4e\x30\x7d\x27\x27\x27\x6a\x7f\xb3\xc9\x1e\xfd\x60\x5c\x6f\x1c\x34\x36\x59\xda\x56\x9e\xd6\x65\x69\xea\x48\x6b\x1c\xb4\xe9\x40\x3d\xe0\xfd\xde\x38\x20\x13\x24\xfe\xc1\xfa\xae\xb9\x45\x84\xeb\xa8\xb9\xa5\x8e\xf5\xa3\xe6\x76\x9b\xe6\xb1\x19\x10\xfd\xdc\x64\x69\x87\x3c\xed\xe0\x80\xa6\x1d\xa8\xe3\xe6\xa8\x45\x45\xeb\xa8\xb5\x41\x47\xf8\x71\xa3\x41\xda\x87\x7f\xf0\x34\xc2\xb2\xe3\x46\x63\x5b\x69\xcb\x71\xa3\xd9\xa0\x79\xcd\xe3\x13\xf2\x28\x3b\xdd\xf8\xe0\x76\x7c\x2f\x48\xa1\x9b\x78\x43\x67\xe2\x69\x1b\x29\xa3\x20\x92\x17\x72\x38\xd1\x45\x8b\x16\x6e\xed\xe7\x8f\x8c\x34\x15\xb8\xc0\xdf\x97\x16\xc3\x13\x2f\x05\xcf\xf2\x82\x17\x8d\x4b\xba\x92\x45\x19\xcf\x85\x8c\x91\x3b\xbd\xbc\x68\x5e\x9a\xd6\xc9\xea\xc6\x1b\x8d\x80\x87\x68\x7a\xde\x41\xf4\xaa\xfb\x37\xa3\xc0\x67\x4f\x7e\xf4\xc3\x38\x4e\x1c\x07\x35\x6a\x0d\xb5\xa2\x0a\x9e\x82\x96\xe1\xc1\x71\x8d\x9c\xc0\xd7\xc9\x21\xb8\x11\x7b\x50\x0d\xda\x6b\x3f\x7c\xbf\x5f\x6d\x34\x46\xd6\x30\x21\xc3\x6c\x45\xc8\xd6\x4d\xc8\x34\x78\xca\x0f\x79\x77\x54\x88\xb2\xaa\xb1\xeb\x4e\xee\x77\xba\xa6\x53\xbb\x9d\xd1\x4c\xfc\x98\x4c\x3d\x80\xd6\x7d\xf5\x68\x12\x9a\x3a\xb7\xdd\x42\xfd\x49\x38\xd8\x01\x8d\xe9\x76\x1f\x3c\x7e\x0c\x48\x5e\x63\xea\x36\xaa\x76\x8c\x5e\x1c\x65\x49\xac\x60\x95\x84\xd3\x58\xb6\x21\x17\x08\xd2\x1f\x03\x1f\x12\x70\x63\xbc\x41\xf1\x28\x56\xe3\x56\xd3\xc8\x29\x01\xa7\x80\x92\x16\xc9\xdb\xda\xa4\x8e\x66\x84\x15\x24\x65\xb3\x0f\x6e\x6f\x25\x2a\x38\x6f\xa7\xad\x76\x6b\xb7\x30\xd7\x55\x73\xf3\xba\x5a\x70\xa7\xc1\x39\x8b\x12\xdc\x0d\x8f\xb3\xfa\x11\x46\xd0\x6e\xb4\xfb\x55\x3b\x06\xd7\x6b\xc8\x18\xfc\x6d\xb7\x5d\x00\xdf\xdf\x55\xe0\xfb\x6e\xbf\x08\x7f\x1f\x36\x15\x78\xd8\xdc\x2d\x84\x6f\xab\xf0\x5b\x85\xf8\xfb\x2a\x3d\xfd\xad\x46\x21\x3c\x54\xe1\xe1\x56\x01\x7c\xab\xd1\x50\x2a\x68\xf5\xfb\x7d\xbf\xa0\x44\x5b\x2b\xd1\xc6\x25\x58\xec\xe8\x3b\x71\x3b\x86\x8e\xbe\xfd\x95\xbb\xaa\xf3\x19\x44\x93\x70\x0f\x3f\xaf\x4c\xc6\xc0\x1e\x68\x80\xbb\xea\xfe\xca\xca\xd3\xa7\xbf\x05\x69\x3c\x49\x3c\xf8\xc6\x1d\x8f\x83\x68\xf0\xfd\xe9\xeb\x8e\xb4\x09\xf5\x31\xad\x8f\xdc\xf1\xca\xca\xca\xd3\x27\x4f\x9e\x3c\x05\x77\xd5\xda\xca\xd3\x27\xa0\xb9\x0d\x9e\x3c\xa5\x49\x7c\xc7\xc6\x19\xc5\xfe\x24\x84\x35\x40\xb7\x7d\x6a\xe0\xea\xea\x06\xf6\xc6\xae\xf7\xe9\x2a\x81\x7f\x9a\x04\x09\xbc\xba\x42\x12\xbe\xb2\x3a\x49\x21\x48\xb3\x24\xf0\xb2\xd5\xfd\x95\x95\x77\xbd\x8f\xd0\xcb\xea\x3e\xec\x07\x11\x7c\x9f\xc4\x63\x98\x64\x33\x87\x63\x59\xbd\xba\x82\xe9\x1b\x8c\x7b\xb5\x06\x3e\x83\x6b\x37\x9c\xc0\x3d\xac\x98\x70\x2b\xd0\x5c\xf0\xea\xed\x0f\x07\xaf\x5f\x1d\x5d\xbd\x7e\xf5\xf6\xbb\xab\xee\xeb\x83\xb3\x33\xd0\x01\x24\x2e\xe4\x7a\x10\x5d\xbb\x61\xe0\xaf\xe3\x3d\x59\x02\x8e\xb7\xd6\xbc\x38\xec\x86\x2e\xb9\xc5\x51\x71\x86\x59\x36\x4e\x5f\xec\x7d\xf8\xf0\xf4\xc3\x87\xa7\x55\x0a\xe7\xc7\x23\x37\x88\x78\x80\xd7\x33\x7c\x46\x51\xb9\xf8\xf0\xc1\x77\xd7\xff\xfc\xe1\x43\x7d\xfd\x72\x8d\x42\x46\x70\xe0\x66\xd0\x3f\x32\x17\xf8\xd7\x86\x12\x04\xf7\x61\xec\xcf\x04\x2a\x2a\x60\xcd\x54\xe9\x1a\xa8\x30\x92\xb2\xd0\x17\xe0\x2f\x08\xd6\xcb\xcf\xad\xda\xd6\x1d\x03\x09\xc6\x02\x84\xf3\xe1\x83\xff\xb9\x59\x6b\xdf\x7d\xf8\x50\xaf\x7e\x46\xff\x90\x4f\x06\x1c\xc6\x9e\x1b\xbe\x8c\xd3\x4c\x28\x83\xd3\x86\x71\x9a\x31\x20\xd4\x13\x42\xfe\x1e\x41\xb2\xc9\x91\x0c\xe5\xf2\x42\x33\x84\xf6\xad\x81\xca\x87\x0f\x75\x94\x95\xb7\x01\x35\xec\x16\x25\x71\x9a\xd7\x40\x05\x27\xa8\x74\x61\x16\x80\x35\x91\x94\x35\x50\x79\xc1\x08\x74\xb3\xa1\x40\xc0\x87\x0f\x4f\x2f\x70\x4f\xde\x7c\xf8\x50\xff\xf0\x61\xfd\x77\x7f\xb9\x7c\x52\x7d\x42\x61\xff\x34\x81\xc9\xec\x2c\x4b\x82\x68\xf0\xd2\x4d\x87\x27\x89\x3b\x18\xc1\x28\xd3\x3a\xad\xb1\xbe\x8b\x11\x5c\x7c\xf8\x70\xf9\xe1\x83\xf3\xe1\x43\x15\xa3\x7c\xf1\xe1\xc3\xa3\xdf\xfe\xdd\xbf\xf8\xdd\xe3\x0f\x95\x27\x6b\xb5\xbd\xfd\xbf\x7c\xf8\xd0\x21\xb5\x5c\x1a\x6a\x90\x88\x7a\x81\x1a\x50\xa6\x7a\xd4\x58\xd6\xb4\xa1\x08\x94\x63\xfb\xed\x32\xb8\xa8\x94\xbe\x47\xdc\x32\xc8\xa8\xc0\x30\x2e\xa6\x3d\x51\x40\x87\x62\x7f\x08\x3c\x5f\x33\x34\x79\xcd\x40\x39\x41\x99\x66\x6e\x82\xeb\x74\x5e\xec\xfd\x6b\xdc\xd9\xf6\xd1\x83\xa8\x77\x28\x29\x30\x42\xa6\x56\xa5\xea\xfc\x0b\xb1\x90\xd6\x18\x61\xb0\x10\x1d\xf3\x7d\x12\x9e\xc2\x01\x44\xe6\x4f\x04\x6f\xc0\x29\x1c\x1c\x4f\xc7\x0e\xa1\x62\x4d\xd5\x05\x6b\x62\x8b\xd7\x50\x9d\x54\xc5\xbc\xfc\xc3\xfb\xe3\xd3\xf3\xe3\x9f\xce\x89\x92\x79\x73\x70\xde\x7d\x79\x7c\x7a\xf5\xea\x88\x58\xb0\x08\xe4\x75\x10\x7d\x0a\xfa\x01\x4c\xe4\x8d\x6c\x36\xab\xf3\x14\x0e\xe7\xe8\x3b\xf7\x11\x79\x44\xf9\xd3\x1b\x37\xf3\x86\x30\x79\x85\x9a\x6c\xad\x5a\xdd\xbf\x4f\xe2\x9b\xf3\x60\x04\xe3\x49\xf6\xca\xc7\x67\xa0\x97\x2a\x44\x98\xa3\x36\x02\x24\x70\x10\xa4\x19\x4c\x04\x12\x1c\x99\x8b\x35\x7c\x48\x8b\x14\x31\x76\xbe\x7b\x15\xf9\x70\xba\x07\x9a\x58\x15\xe7\xd3\x10\x6f\xa2\x70\x8c\xe1\x66\x99\xeb\x0d\xcf\xe3\x23\x7c\x60\x94\xf3\xc7\x8f\xbd\x09\x92\x11\xfc\x46\x80\xe1\x30\x83\xe5\x83\x0e\x60\x3f\x0d\x0d\x4f\xc9\xfb\xa6\xa9\x74\x38\x61\x22\x03\x9f\xc8\xf5\x67\xa7\xf8\x99\x80\x9c\x8a\x24\xbe\xc1\x6d\xb1\x38\x53\xb1\x9a\xcb\x47\x99\xc6\xda\x9a\xf5\x06\x3f\x4f\x91\xba\xe8\x82\x55\xaa\x84\x5f\xe4\xc5\xb4\xd3\xe2\x10\xba\x09\x2d\x2f\x40\x99\xaa\x2f\xac\x0e\x74\x40\x0a\x33\x8e\x88\x8b\x06\xe1\x4b\xbd\x17\x44\x3e\x4e\xc5\x5d\x42\xd8\x52\x13\x98\x79\xfe\xea\xcd\xf1\xd5\xe1\xf1\xc9\xbb\xd3\x63\x2c\x92\xaf\x4e\xfe\x50\x9d\xcb\xf7\x14\x66\x2f\x67\x68\x6e\xa7\x12\x9e\x1f\x08\xe5\x9d\x30\x24\x69\xba\x0c\x88\x72\x7b\x61\x1d\x0f\x97\xf5\x21\x47\x3a\x64\x07\x4c\x0b\x90\xf5\x03\x32\x14\x88\x23\x86\x1b\x86\xf8\x2a\xb8\x48\x9d\x47\x13\x97\x27\xef\xda\x54\x01\x43\x3b\x97\x54\xc3\xe0\x94\x45\x98\x8c\x4f\xda\xf2\x1a\x5a\xf7\x04\x71\xa4\x2d\xbf\x68\x32\x5e\x08\x5c\xc7\x81\x8f\xef\x93\x00\x9e\x0a\x3e\xdf\xed\x1b\x83\xd8\xea\xaa\x09\xad\x04\xec\x7a\xf1\xf1\x63\xf0\xc8\xd0\xa1\x84\x6b\x49\x7c\x83\xb5\xf1\x31\xf1\xbe\x64\xfd\x36\x9a\xa4\x19\xe8\x41\x40\x8c\x41\xbf\x62\x14\x6d\xb2\x4b\xc0\xda\xaf\x84\x08\xf7\xf7\x6c\x9a\x74\x6d\xad\xa6\x0c\xdd\x01\x52\x5d\x84\x6b\x52\x0e\xa5\x66\x8f\xb3\x52\x5e\xf2\x0b\x7a\x8f\x72\xad\x9e\xa7\xc9\xb0\x7a\x87\xe7\x65\xf4\x3c\xb9\xec\x38\x09\xe2\x24\xc8\x66\x79\x09\x96\x82\x4f\x61\x73\xc6\xa8\xda\xd0\xf5\x7d\xa1\xe1\xe7\xf1\xeb\x20\xcd\x1c\xca\x30\x81\xa1\x74\xa9\x40\x33\xea\x6c\x3b\xa5\x40\x00\x8d\x98\x25\x11\x64\xb5\x18\xfd\x14\xc4\x51\x22\xde\xdd\xb3\x5c\xd4\x93\xc0\xf1\x63\x53\x7a\x1b\x40\xa1\x0a\x96\xc2\xd2\xd8\x69\x58\x07\xcd\x7d\x10\xe0\x55\xd6\x3e\x08\xcc\x8f\xce\x31\x2e\xf1\x2e\x78\x66\xc2\x78\x11\x5c\x72\x08\x7b\xc4\x73\x89\x06\xfa\x9c\x50\xc0\xdf\x74\x33\x37\xd2\xd4\x50\x50\xe8\x89\x6c\xaa\xa5\x61\xa8\xa1\xa0\xbf\x7d\x38\x4f\xe5\x8c\xd8\xe0\x12\x5b\x2b\xb1\xbd\x49\x6e\x1e\x5a\xb9\x6f\xbc\x91\x68\x96\x19\xc4\xdd\xc0\xc7\x22\x63\xac\xb7\x04\x97\xf5\x37\x9e\x80\x6d\xaf\xcb\xc6\x5d\xc3\xce\x57\xc1\x88\x59\xc0\xda\xa0\x4f\xf6\x8b\xa6\x82\xd5\x42\x78\x94\xc4\x37\x0b\x9a\x22\x70\x9a\x11\x13\xa9\x8e\x7e\x76\xe3\x28\x93\x0c\x29\x53\x08\xa7\xc5\x3a\x4d\x56\xcb\xc6\xee\xdb\xd7\x0a\x20\x80\x63\x12\x5a\x23\xbf\xbd\xe8\xc7\xaf\x39\xdb\xc8\xd3\x84\xe6\x41\x81\x38\x21\x22\xc8\x23\x54\x19\xaf\x22\x88\xe3\x58\x57\xbe\xb6\x0b\x16\x88\xca\xab\x30\x8e\xc7\x57\x4d\xa9\x0b\x3f\xce\x0b\x4e\x47\x23\x86\x90\xf7\x58\x38\x8d\x17\x1f\x2f\xcd\x3e\xc6\x80\x4d\x2d\x46\xea\x1c\x16\x7f\x44\xe8\xbc\x1a\xab\xa2\x26\x90\x15\xa4\xd8\x8a\x29\x22\x8e\xf1\xe2\x51\x49\x58\x80\xf7\x88\x4d\x01\x30\xf5\x7d\x97\x82\xdb\xe6\xc0\x7a\x81\x1c\xe7\xd8\xae\x9c\x5b\x6e\x2c\x31\x71\xfd\x48\xc4\xf5\x23\x78\x06\x0c\xa2\x50\xf8\xe6\x3d\xfa\xa3\x3d\x6b\x7c\x33\xdd\x4c\xb0\x9e\x52\x46\x2f\x17\xe9\x08\x51\xdc\x55\x2d\x91\x8b\xbe\xaa\x29\x60\x3a\x09\x33\x65\x0d\x47\x5c\x18\x5f\x66\xd9\x58\x56\xd8\xf9\x1c\x8f\xb5\x67\x89\x05\x25\x89\xae\xe8\x43\xba\xac\xaa\x7b\xc3\x20\xf4\xdf\xa2\x04\xf5\xb4\x26\xc3\x4f\x0e\x29\x7a\x85\x18\x44\x7c\xb4\x61\x1b\xab\xaa\xa8\x30\x52\xf4\xf6\x96\xe0\x28\x34\x08\xa8\xce\x25\x6d\xb6\x69\xb8\x49\x12\xb0\xa6\x5e\x20\xc6\xc6\x7d\xde\xee\xdc\x3c\xc3\x36\x6b\x25\x9a\x8c\x7a\x30\xa9\x80\x17\xa0\x01\xf6\x0c\x50\x0a\x4b\x93\xf8\x06\xbf\x04\x4b\x30\xd0\x3a\xea\x01\xfe\x5a\x43\xf5\x32\x69\x2b\xd4\xa6\x98\x9d\xf3\x14\x68\x44\x9c\xd2\x31\xac\x51\x61\x92\x03\x0b\x46\x09\x82\x93\xf8\x8e\x89\x7a\xd7\x77\x26\x49\x60\x50\x96\x62\xe1\xe7\x96\x8b\xe4\x8a\x56\xe6\x4a\xd9\x4b\xa0\x9b\xc1\x83\xc8\x1b\xc6\x09\xcd\x43\xb5\x70\x01\xad\xf3\x75\x87\x26\x81\x86\xb1\x85\xa8\xd1\x88\x17\x44\x20\x67\xaa\xf5\xe2\x1b\xc3\x80\xfe\x73\x3e\x1b\x43\xf3\x63\x02\xe2\x1f\x9d\x57\xe1\x38\x74\x3d\x88\x84\x19\x23\xa8\x89\xcd\x5d\x28\xf0\x85\xe5\x82\x99\xc8\xc9\x7c\x12\x40\x55\xd9\x95\x23\x6a\x0d\xd3\xb1\x08\xf2\xad\x3b\x22\x0d\xaa\x1c\x68\xd7\x76\xd4\x3f\xcb\xe8\x28\xd7\x06\x20\x28\xf7\x20\x8a\x60\xf2\xf2\xfc\xcd\x6b\xd0\x01\x95\x8a\x1d\x13\x83\x77\xc7\x63\x18\xf9\x5d\xa4\x1a\x9c\x65\x78\x58\x70\x03\x12\xf7\x6c\xae\x74\x0a\x62\x4f\xfe\xff\xec\x7d\xfb\x7b\xdb\xb6\xb2\xe0\xcf\x27\x7f\x05\xe2\xed\x8d\xa4\x4a\x96\x65\xa7\x69\x13\x3b\x72\xd7\xaf\x34\xbe\x75\xec\xac\xe5\x36\xed\x3a\x5e\x1d\x5a\x84\x25\x36\x14\xa9\x92\x94\x1f\xa7\xf1\xfe\xed\xfb\xe1\x49\xbc\x09\x4a\x4a\xdb\xbd\xf7\xe8\xfb\x12\x4b\x24\x30\x33\x18\x0c\x80\x01\x30\x0f\xf6\x31\xad\x08\x66\x28\x95\x8b\x02\x82\xc2\x6b\xb1\x51\x56\x82\x71\x2e\xe1\xbc\xee\x40\x1a\xa8\xbc\xb6\xe7\x68\x15\x3f\x88\x1f\x1a\xc8\xa7\xc4\x2b\xb5\x42\x34\x34\x89\x1f\xcc\xaf\x73\x7c\x4c\xfb\x21\x2a\x26\x78\x08\x70\xca\xa4\x71\xd0\x01\x78\x6c\xab\x68\x2b\x96\x77\x8b\x2f\x12\xfb\x98\x25\xd0\x5b\x2e\xec\xfa\x19\x9e\x2e\xf7\xc2\x10\x0a\x07\x6d\xae\x36\x6b\xc3\x9e\x36\x37\xaf\x6c\x29\x76\xb7\x2d\xd1\xe9\x85\x4c\xea\x01\x1a\x97\x64\x07\xeb\x1e\x25\xb6\xc5\x34\x67\x0d\x68\x4a\x2b\x51\xab\x62\x95\xe5\x34\xd7\x5c\x6d\x4b\xc2\x9d\xf3\x8a\xde\xd2\x2f\xb3\x02\x73\x72\xa4\x55\xb8\xed\xb3\x0c\x03\xf7\x1e\x4e\x6c\x99\x4b\x41\x33\x2c\x7d\x92\x9e\x86\x65\x47\x5c\xfe\x0c\xe7\x9c\xaa\xfe\x06\x95\xe5\x95\x1d\x30\x77\x09\x32\xb6\xc2\x36\x02\xf1\x0c\xcc\xb0\x09\x00\x78\xad\xd4\x8b\x84\x59\x30\x1e\x07\xd7\xb1\xc1\x23\x8e\x18\x32\x54\x11\x29\x02\x9b\x64\xf0\x46\x45\x24\xd1\x13\x64\x63\x72\x8f\x34\xc4\x49\x8d\x1b\xe6\x62\x41\x18\xe2\xc8\x8b\x68\xff\x00\x13\x98\x35\x1b\xa3\x38\x1a\x7d\x6a\x88\xfb\x17\x1c\x40\xd1\xb6\x7b\xb3\x1c\x27\x2a\xdd\x4a\x4b\x11\x50\x78\x64\x1b\x06\x85\xe2\xd9\x6e\x3c\x68\x34\xcc\x3a\x2b\x6b\x8a\xbe\xa1\x1a\xa5\x49\x11\x44\x49\x6e\xda\x55\xb9\x5b\xec\x37\x0b\xf9\xf1\xc6\xcc\x09\x5a\x9b\x12\x5d\x3d\x62\x84\xd9\x57\x1a\x29\x29\x59\x6a\xd4\xc1\x90\xc0\xbb\x53\xba\xd9\x10\xb7\x33\x7c\x49\x1f\xd2\x93\xa4\x21\xd2\xa3\x83\x6c\x3c\x97\xf7\x78\x43\x83\x32\xcd\x40\x5e\x0e\x23\x92\xf9\xb4\x5f\x56\xbc\x1c\x46\xc6\xe4\x54\xd4\xb9\x8f\x8c\x2a\x4a\x6a\x97\x3c\x38\x95\xb4\x37\xa3\x7a\x4f\x11\xba\x34\x7c\x02\x8b\x7a\xb6\xee\xc3\x9b\x34\x83\x4d\x4e\x68\x74\xd5\x61\x48\x8d\x7d\x40\x2b\x93\xb0\xa3\x44\xe9\x92\x8b\x7b\x76\x88\xb6\x1c\x4a\x3d\x44\x86\x32\xd1\x07\x28\x69\x1d\xc0\x17\x20\xe1\xab\xf1\xb6\xac\xac\x6d\x50\xde\x8c\x61\x9e\xca\x1a\x68\x2a\x34\x55\x97\x9c\x29\x1f\x6d\xe8\xf8\x2e\xe0\xa9\x39\xa5\x98\x72\xe1\x20\xa0\x65\x77\x0e\x01\x39\x23\xc3\x3b\xb0\x34\x03\x69\x12\x3f\x00\x3a\x26\x41\x00\xf2\x28\x19\xc7\xb0\x2c\x62\xbf\x9a\xb8\x99\xc7\xf1\x05\x39\x6d\x13\xe8\x33\x1e\xba\xe1\x3d\x99\xc4\x50\xf3\x8a\x8c\x37\xa1\xd1\x78\x52\x20\xb8\xf4\x1c\x8a\x20\x11\x74\x03\xfe\x8d\x6d\x9c\xf4\xcd\x23\x87\x81\x48\xc2\x70\x8c\x8b\x0f\x2b\xd1\x14\x70\x1a\x53\xe3\x8b\x5b\x29\xa3\xe0\x28\x08\x8d\x27\xf7\xa2\x8d\xdd\x63\x15\x6b\xcc\x1c\x2d\x4f\xf2\x35\x26\x18\x38\x19\xc3\x1b\x27\x23\x7b\x9a\x94\x1b\xce\x2d\x29\x0c\x4f\x46\x96\x28\x6b\xf1\x51\xc6\xc2\xf9\x5a\x83\x8d\x22\xad\xf5\x5b\xab\xb6\xd4\xbb\x9d\x0a\x0c\x2e\x06\x15\x92\x4b\x55\x3b\xbd\x17\x2d\xe0\xbc\x68\xe2\xa5\x35\x17\x7c\x1f\xb6\xdb\x84\x59\xbf\x48\xdb\x34\xf9\x45\xf2\xc9\x98\x39\x45\x3a\x6f\xd1\x41\x1f\x6c\xf5\x7a\xa5\xe7\xa4\x68\x51\x22\x40\x32\x1b\xee\x95\x90\x2d\x56\x7b\x2f\xff\x66\x56\x7b\x5a\xa4\x10\xd0\x37\x61\x6f\x6e\xd1\xf2\x65\x3e\x38\x4b\xc1\xe7\xb4\x20\x89\xf2\x3a\x28\x82\x02\x96\x56\x06\x7f\x3c\xee\x3c\xd1\x5f\x5c\x1a\xc3\x95\xec\x1f\x9d\x5c\xa9\x8e\xb6\x39\xd2\xed\x4b\x05\x54\x51\xa8\xba\xd7\x30\x8e\x9b\xad\x1d\x50\x03\xcb\xc9\x9b\xba\x48\xe2\x28\x81\x6f\x20\x0c\x6b\x22\xfa\xf9\xe2\x8a\x67\x26\xf1\x22\xcb\x1f\xf4\x9b\x37\x5f\x0c\xf4\xc1\x79\x5d\xf6\x8c\x82\x2c\x8b\x82\x31\x3c\xc7\x8f\x6b\x32\x69\x7f\x50\xbb\xcb\x83\xd1\xa7\x7c\x16\x8c\x60\x4d\x4c\x6f\x2f\xea\x62\x2a\x82\xeb\x9a\x38\x06\x67\x75\x71\xe4\x93\xe8\xa6\x38\x9b\x17\x75\x11\x1d\x2f\x84\xe8\xb8\x6e\xf7\x1c\x0d\x0e\x7c\x11\x91\x37\x38\x9c\x02\x02\xdb\x7c\x8f\x7f\xe3\xef\x08\xcc\xde\xfb\xa3\x43\x82\x1b\xef\xc3\x31\xb2\xd0\x30\x59\x18\xde\x5c\x36\x2e\x1b\x66\x2a\x98\x9f\x3c\xd3\x37\xca\x98\x0c\xd8\x45\x5f\xd8\xd8\x88\x01\x56\x90\x42\xff\x9e\x46\x13\xa1\xcb\xb7\x8b\xf8\x83\xc1\xf1\xf0\xfd\xde\xf9\xde\xbb\xd6\xce\x13\x1b\x81\x57\x7f\x25\x81\x67\x83\x03\x07\x69\xef\xff\x4a\xd2\x0e\x0f\x06\x0e\xd2\x86\x9e\xa4\xb9\x30\x1c\xff\x70\x7a\x76\x7e\xe4\x40\xf2\x7f\xfe\x0c\x24\xa3\xba\x4c\xe6\xb9\xb2\x6c\x10\x8f\xea\x42\x14\xa2\x73\x08\xc1\x9c\x42\x78\xcf\x82\x20\xb9\x1a\x78\x7a\x76\xfe\x6e\xef\xc4\x41\xce\x61\x5d\x72\x56\x87\xfa\x5d\x7d\xde\xde\xc2\x2c\x87\xc7\x2b\xa3\xe0\x3f\xea\x52\x90\xc3\x62\x7c\x02\x6f\x61\xdc\xec\xb5\x76\xf4\x57\x75\x52\x0b\x7b\x11\x2e\x16\xfc\x14\xcd\x4e\xd1\x1e\x6d\x12\x64\x0e\xf9\x32\xaf\xfd\x7b\xa7\xa6\x86\x7a\x4e\xf2\x8c\x1a\x36\xc7\x8f\xf2\x08\xcf\x14\x86\x49\xde\xf4\xea\xb2\xf1\xbd\x91\xcd\x46\xec\xef\x71\xcc\x9d\x66\xe3\xfb\x06\xc1\x67\x06\xb8\x5b\x1f\xe0\xae\x13\xe0\xd3\xfa\x00\x9f\x3a\x01\xf6\x6a\x00\x44\xb5\x69\x81\xee\x98\xfd\x6e\x81\xaf\xc1\x66\xcf\x85\x62\x73\x35\x28\x70\x18\x3f\x07\x9a\xad\x95\xa1\xd9\x72\xa1\x79\xbe\x32\x34\xcf\x5d\x68\xbe\x59\x19\x9a\x6f\x5c\x68\x5e\xac\x0c\xcd\x0b\x17\x9a\x6f\x57\x86\xe6\x5b\x17\x9a\xef\x56\x86\xe6\x3b\x17\x9a\x97\x2b\x43\xf3\xd2\x85\xe6\xd5\xca\xd0\xbc\x72\xa1\xf9\xaa\x06\x9a\x34\x2f\xf0\x9c\xf2\x95\x73\x4e\x59\x5b\x00\xe2\x9a\x13\x22\x58\x00\x22\x70\x42\xfc\xd8\x58\x00\xe4\xc7\x86\x13\xe6\x8e\x27\xc8\x1b\xb4\x0e\x47\xff\x82\xb4\x97\xec\x10\xff\x9c\x35\xd2\xbc\x3c\xca\x4d\xfb\x9f\x4a\xd3\xf8\xad\x27\xd1\xd5\x3b\x80\x07\x1b\x56\xb7\x7d\xe4\xd2\x03\x6b\x19\x2c\x6e\x19\x6b\xb0\x8c\x62\x6f\x61\x14\x24\xfa\xde\x4f\x33\x37\xfc\xfd\x25\xe1\x1f\xa6\x77\x89\x1b\xc3\xc1\x92\x18\xde\xa4\xd9\x5d\x90\x85\x6e\x24\xaa\x1e\x5c\x17\xc9\x7e\x30\xfa\x54\x8d\x45\x55\xfe\xeb\x62\x39\x25\x17\xcc\xd0\x8d\xe5\xcd\x92\x58\xde\x67\x70\x04\xc3\x28\x19\x57\xa3\xfa\x61\x49\x54\x48\x80\xf7\xae\xf3\x34\x9e\x17\x15\x98\xde\x2e\xdb\xa8\x34\x8f\xf0\x11\xad\x13\xcb\xf1\x6a\x64\xed\x22\xb8\x76\xe3\xf9\xcf\x85\xf1\xc0\x2c\x40\x5b\xa0\xc3\x28\x9f\xc5\xc1\x83\x1b\xcb\x8f\xcb\x62\xa9\x16\x80\x93\x25\x67\x30\x84\xa1\x62\x06\x53\xf7\x89\xfe\x28\x48\x46\x58\x0f\x14\xea\x59\x4a\x5d\x14\x1e\xf3\xf0\x60\x61\x14\x24\x36\x68\xd5\x3c\x7c\xe1\x0d\xff\x09\x30\xe6\xfd\x7a\x0d\x70\xa6\xdf\xa7\x7a\x7c\x7b\x99\x10\x69\xc2\x26\x77\x34\x4f\x4c\x04\xfd\xb2\x9c\xf0\x79\xb0\xf4\x7f\xaf\x68\xce\xae\x1c\xad\xff\x5c\x1c\xd1\x24\x40\x33\x8f\xdf\x14\x17\x2c\x8c\xe6\x2d\x9b\xdd\xce\x61\x1c\x14\xd1\x6d\x05\xa2\xeb\x85\x11\x65\x70\x06\x83\x82\x2f\x10\xdc\x55\xdc\x8d\x4f\x3d\x45\xab\x21\xfb\x30\x09\x0f\x71\xbe\x86\x32\xa3\x9d\x1b\x57\xb8\x30\xae\x38\x4a\xa0\x77\x5f\xc1\x85\xd1\xfc\x5c\xaf\xaf\x6e\x16\x17\x8a\x9f\xfd\xd6\xbc\xf1\xc2\x18\x8a\xe0\xfa\x20\x86\x41\x45\xef\x4f\x96\xe8\x7d\x92\xc7\xde\x09\x3e\x5e\x42\x98\xbd\x10\x4c\x97\x1a\xfd\xbe\x72\x9b\x2c\xb1\x04\x95\xf9\x4c\xdc\x38\x66\xf5\xd6\x08\x1e\x6a\x5d\x5b\x11\x70\x34\xf1\xc6\xd3\x86\x1c\x4f\x9c\x77\x1b\x4b\x67\x20\x2f\x13\xec\x23\x98\x35\x9b\x57\x8e\xdf\xfd\xc8\xec\x80\x19\xd9\x41\x4a\x6b\x1a\x79\x44\x8c\xfd\x41\xc3\xb8\x8c\x49\x11\xea\x7d\x96\xb2\xcc\x4d\x90\x59\x72\xc5\xe0\xe3\xee\x6e\xc9\xeb\x83\xe7\xa1\xb6\xdd\x90\xe7\xb5\x21\x4b\xd1\xb1\x9d\xc0\xfd\x76\xd1\x55\x7d\xd7\x01\x4b\xed\xb3\x85\x77\x3b\x4f\x84\x28\x21\xc2\x73\x26\x02\xc2\xa3\x4b\xf1\xfb\x1a\x81\xb9\x86\xe8\xee\xa1\xff\xd8\x83\x1d\x77\x35\x7a\xf7\x89\xeb\x61\x83\x48\xfe\xa4\xa2\x22\xbf\x77\xc4\x55\xb7\x70\xd5\xf2\x59\x75\x65\x5c\xed\x39\xab\x56\x55\xe1\x6c\x70\x80\x2b\x7c\x83\x2b\xa0\x5f\x55\x18\xc8\x35\x05\xae\xf4\x82\x60\xa1\x4f\x2a\x2a\x1e\x1e\x0c\x70\xa5\x6f\x71\x25\xf4\xab\xa2\x02\xb9\x7d\xc3\x75\xbe\xc3\x75\xe8\x03\x1c\x67\x4b\x28\x89\xa3\xd4\x89\xbf\xfb\xe0\x8f\xc7\x56\x4b\x94\x80\x8a\x18\x31\xa4\x50\x73\x18\x09\xd1\xb8\x3a\x60\xa8\xde\xf3\x94\xb6\x4c\x91\x1c\x64\x5d\xfa\xad\xda\x3d\x31\x28\xa8\x1c\xfb\xae\x96\xc9\x29\xdd\xba\x2c\xb3\x79\xa7\xe4\x94\x60\x68\x8a\x87\x82\x1c\xde\x25\x28\x02\xd5\xde\x17\x61\x46\xcf\x79\xb2\xdc\xdf\x3a\x60\x94\x77\xc0\x68\xd2\x01\x23\x62\x82\x95\xde\xa9\x14\xcd\xa8\x6e\x20\x87\x8c\x34\xa4\x41\xc8\xe7\x59\x96\x8e\x83\x02\x0e\x27\xd1\x58\xb3\x00\x44\x78\x0d\xe1\xed\xa5\x3a\xa0\x8d\x8b\x99\x4c\xf5\x6c\x35\x64\x8f\x29\x25\x06\xc1\x8e\xda\x04\x9c\x8a\x57\x7e\xa6\x5b\x0b\x63\x5f\x10\x44\xc7\xa5\x5c\x52\xf1\x8d\x18\x11\x23\x38\xcc\x4f\xb4\x7e\x1f\xa4\x21\xdc\x63\x51\x5d\x58\x1d\x83\x33\x60\xef\xfe\xf0\x65\xaf\x07\x5e\xf7\x09\x84\x67\xcf\xc8\x5f\x1c\x5a\xee\x70\xff\xcd\x1b\x93\xcd\x79\x8c\x3d\x54\xdd\xa8\xc8\xfd\x8c\xd1\xe8\x3d\xca\x4f\x83\xd3\x66\x9c\xde\x59\x0d\xda\xab\x98\x3c\x9a\x98\xfd\x72\x46\x69\x52\x44\x89\x29\x3d\xbe\x6e\x0a\x4f\x19\xd6\x6c\xe2\x2f\xeb\x80\x30\xa2\x05\xbe\x06\xbd\xfb\x6f\xd0\x97\x36\x40\x34\x92\x37\x07\xe4\x41\xef\x7e\xb3\xd7\x53\xb3\xf4\xd2\x4e\x6a\x0b\x1c\xf1\xe1\xc6\xa3\xa9\x2b\x0e\xac\x5d\xf1\xe6\xcd\x1b\x3d\x9c\xa7\xb9\xbd\x4c\xff\x11\x86\xb0\x35\xa5\x97\x3e\xb0\xed\xa9\xfd\x47\x13\x10\x25\x06\x2b\x2f\x97\xfb\x99\xc1\xb0\x67\x34\xb9\xa2\x61\x85\xf4\x39\x6b\x95\x8e\x97\x3a\xf4\x6e\x10\x86\xf8\x1e\x9a\xcd\x30\xcb\x26\x38\x07\x26\x36\xd2\xe5\xb4\x8a\x8f\x86\x5b\x70\x17\x23\x4d\x97\xe6\x2a\x27\xf9\xba\x60\x77\xbe\x73\xf8\xe6\x99\x5b\xcd\x84\x69\x64\x75\xc1\xe5\x4c\x68\x34\x1b\xe6\x46\x97\x25\x5a\x95\x25\xbe\xae\x2c\xd1\xae\x2c\xb1\x5e\x59\xa2\xeb\x28\x01\xbc\x5b\x2d\xc3\x74\xb5\x5e\xfc\xa8\x09\xad\xca\xc4\x57\x86\x89\xc5\xf4\xa9\xf0\xaf\x94\xa9\x72\x71\xdc\x8f\xaa\xcd\x2f\x40\x95\xab\x97\xfd\xa8\xb2\x24\x3b\x5d\x8a\x2a\x97\x64\xf9\x51\xf5\xfc\x0b\x50\xe5\x92\x66\x3f\xaa\xbe\x44\x0f\x56\x8d\xa0\x6a\xaa\x56\xd7\x83\x76\x9f\x76\xe0\xd4\x64\xe9\x06\x61\x29\x6f\x66\xc2\x8d\x8d\x0a\x6e\x2c\x2c\x31\x4b\x12\x2f\x6b\x21\xeb\xeb\x2b\x68\xea\x69\x45\x53\xbd\x80\x9c\xad\x02\x48\x52\x8f\xe9\xa5\x11\x9c\x1a\x8f\x7d\x21\xec\xe9\xa2\xd8\x9f\xaf\x02\xfb\xe7\xbf\x14\xfb\xe3\x5f\xca\xf9\xff\xbb\x28\x76\xd3\x86\xa4\x36\xf6\xef\xbc\xb0\x4b\x6a\xa7\x70\xec\x55\x41\x81\xdf\xae\x7b\x29\xfa\x5f\xd6\xa7\x5f\x3e\x5c\xfb\xeb\x9b\xf0\x3f\xbc\x9a\xb0\x28\x09\xea\x86\x7c\x05\x04\xbf\xad\x27\xb1\x45\x70\x3d\x20\xd6\xd8\x5f\xae\x95\x5e\x74\xf7\xeb\xd1\x1d\xa7\xe3\x66\x63\x00\xb3\x28\x88\x71\x88\x6e\x90\xc1\xdf\xe7\x30\x2f\x60\x08\x84\xf4\xb6\xe0\x13\xce\xa1\xdb\xb5\xa5\x59\xb6\x00\x37\x25\xe1\xd5\x63\xf5\x55\x00\xf1\xc8\xcb\x6b\x87\xf2\x45\x59\xbd\xbb\x08\xab\xf1\x2e\x25\x4a\xc6\x00\x07\x91\x2d\x52\xba\xdd\x5e\x21\x87\x95\xa0\x11\x1e\x50\xfe\x8e\x2c\x0e\xe1\x4d\x30\x8f\x8b\x2f\x3f\x6b\x70\x2e\x40\xe2\x60\xfe\x53\xf2\x29\x49\xef\x12\x70\x34\x38\x28\xf3\x2e\xfc\x47\xde\x6d\x74\xc0\x48\x75\xcd\xae\xd1\xa6\xe5\x0e\x28\xa8\xe6\x58\x75\x40\x21\xb8\x02\xd0\x1a\x03\xe7\x11\x40\x0e\xfa\xa6\x3a\x97\xa3\x89\x23\x50\x12\x45\x87\xaf\xbd\x36\x2a\x63\x5c\x61\x26\xab\x1e\x05\xb6\xc2\xbe\x71\x86\x40\xf5\x51\x92\xda\x36\xc5\x35\xa2\x4e\x27\x19\x94\x13\xe6\x7e\x61\xd9\x24\x74\xc0\x48\xbd\x8a\xb4\x00\x1b\xdb\x72\x68\xeb\x75\xea\x8a\xb9\xaf\x6c\x9d\x0d\x0e\x9c\x72\x85\x3a\xda\xe6\xd9\x07\x3e\x7f\x06\xae\x22\xfb\x47\x27\x2e\x01\xf1\xc0\x60\xcf\xfb\x0f\x6a\x2d\xfc\x6a\xc6\x65\x62\x90\x84\x63\x3b\xe9\xf9\xd3\xb9\x8b\x9a\x43\x56\xe5\x23\x5b\x05\xf0\x65\xef\xaa\x6a\x60\xe0\x7e\xe8\xb9\xe7\x37\x53\x92\x71\x63\x19\x43\xd2\x71\xf5\x63\x4a\x3b\xcd\x52\x39\xfb\x9c\x98\x01\x83\xd2\x13\x15\x31\xd4\xaf\x64\x38\x58\xbf\xd3\x02\xa5\x36\xb9\xc6\xbd\x40\xa0\x55\x7a\x31\xbe\x8a\x29\x18\x54\x1e\x2e\x00\xbf\x13\x0a\x53\x7e\xf5\x65\x40\x19\xd2\xb2\x6b\x65\x5e\xac\x0e\xdd\xa6\x97\x68\xf9\xc8\xd6\x66\x85\x70\x91\x42\x15\x9c\x22\x85\x7c\x78\xb0\x59\xc1\x04\x52\xc8\x90\x5f\x5e\x2f\xf4\x9d\x4f\xa1\x97\x3e\x85\x5e\xad\x50\x0e\x2a\x48\xaf\x03\xeb\x45\x45\x27\xd7\x82\x55\x21\x0b\xb5\x60\x79\xcc\x47\xfe\x82\xec\x25\x35\x3d\x2f\xb1\xf1\x1c\x15\x5e\xc3\xc2\x6f\x5c\xf8\x0d\x0c\xbf\x91\xe1\x37\x34\xfc\xc6\x86\xdf\xe0\xa8\x1a\x1d\x60\xd1\xd8\x91\xc0\xb6\x24\x2b\x91\xc4\x2a\xea\x98\xdd\xc9\xed\x15\xeb\xea\x50\x0b\xa9\x9e\x42\xf6\x19\x55\xdf\x70\x47\xc6\x15\x01\x8c\x26\x60\xb7\x0f\x1a\xbd\x06\xbe\x54\x9e\x80\xd7\x7d\xd0\x78\x55\xa9\x6d\x83\x2a\x16\x2d\xb2\x22\x4b\x10\xa8\x43\xda\x68\x22\xda\x11\xf4\x5a\x60\x1d\x7c\xf3\x72\x99\x23\x7f\x1e\x40\x96\x6d\x2d\x76\x16\x69\xec\xf2\x6a\x9d\x0f\x0f\xdc\x41\x76\xdd\x6d\x75\x05\xf3\x75\x4a\x55\x15\x51\x6d\xbb\x8d\x85\x1d\xef\x92\xbb\x52\x66\x4a\x56\xb5\x2f\x35\xf9\xc6\xb9\x37\xa6\x06\x5f\x3a\x76\x75\xbe\xca\xab\x72\xcc\x50\xd5\x9b\xaf\xe6\x1e\xec\x60\x70\xec\xc7\x2b\x0f\x2e\xd5\x60\x90\x91\x37\x5d\xc5\xee\xcc\x38\x3c\xf4\xc7\xd4\x50\x52\x7d\xcc\xec\x26\x1d\x5c\x5f\xc2\xcc\xc3\x76\xf0\x72\x30\x38\xc6\x96\x1e\x95\xa7\x2e\xae\xdd\x7a\xdd\x89\xde\xc8\x11\xc7\x40\x37\xb3\xca\x51\xc1\x77\x4c\x1d\x1e\x0c\xfe\x1b\xec\xc6\x71\xc0\xce\x02\xb0\x3c\x56\xee\x82\x38\xa9\x86\x47\x59\xdb\x8e\x5c\xb3\x29\x37\x7d\xc8\x91\xae\xc7\x0d\xb9\xaf\xde\xda\xf8\xea\x77\x0f\x68\xb3\x42\xdf\x3f\x8b\xd3\x7a\xf5\x42\xc5\xb8\xe3\x71\xec\x0b\x44\x4b\x7b\x63\x80\x5b\x7b\x6b\xd6\x7c\x5a\x23\xb5\xaa\xd1\x5b\xfb\xbd\x62\x99\x14\x3f\x9e\xa6\x0c\x02\x45\xb3\xda\x14\x7d\xbb\xb9\x36\xfb\x92\x24\x65\xb5\x29\x6a\x78\x97\x47\x9f\xb6\x6e\x32\x8b\x4f\xeb\x2f\xd2\x19\x36\x57\xac\x09\xac\xb1\xb3\x1a\xf4\xfb\x69\x51\xa4\xd3\x85\x28\xc8\xbe\x64\x77\x4c\xeb\x8b\xec\xf4\xcb\xd0\xe3\x75\x9b\x21\x7e\xdc\x4b\xe4\xe1\xc1\x00\xbc\x2f\xd8\x02\x39\xb3\x25\x6e\x30\x7d\xa8\xd8\xad\xbc\x95\xd5\x67\x6e\xda\x31\x7a\x12\x36\xad\x2b\x59\x1b\x34\xde\x37\x40\x1b\xb4\xc9\xf4\xd6\x06\x8d\xaf\x32\x9c\x46\xb8\x00\x6d\xfb\xfa\x87\x53\x15\x57\x5d\xa1\x79\x36\x8a\xda\x97\xf9\x4c\x32\xfe\xd0\xfe\x96\x4b\xc2\x92\x1d\xd3\xfe\x93\x3b\xc6\x7b\x2c\x55\x8f\x21\xa2\x1a\xb0\x71\x64\xd6\x1b\x96\xa6\xd9\xfb\x00\xa4\xee\x61\x86\xbf\xb6\x0a\xbe\xc4\x01\x88\xe9\x98\x43\xda\x64\xd7\x3d\x22\x21\xad\x20\xc7\x1d\x38\xd7\xc4\x57\x0d\xf1\x57\xdb\xef\xae\xd1\xca\xcf\xfa\xbb\x63\xa9\xa9\x46\x6a\xc5\x08\xe9\x5b\x7f\x19\x79\xb5\xd0\x52\x36\xaf\xf0\xb8\xa0\xde\x6e\xcf\xf7\xd0\x62\xb9\xa3\x09\xe2\xdf\xf5\xdf\x60\x27\xb5\xca\x61\x6d\x60\xae\x23\x09\x8b\x80\x99\xd4\xa1\x01\xb4\x35\xd7\x32\xe6\x5e\x29\x79\x97\x69\x3e\x2e\x72\x43\xfc\xc0\xbe\x67\x13\x9f\x10\x4b\x49\xdb\xed\xd9\x26\x4b\xf2\xa5\x1a\x07\xdf\xda\x0b\x48\x64\x6f\x60\x13\x16\x5e\x8b\x7e\xab\xc6\x43\xe7\x01\x29\x2c\x94\x3c\x8b\xba\x27\x90\x59\xa9\x1c\xd8\xd0\x8c\x4d\x68\x44\x0c\x52\xd7\x3a\xb4\x0f\x1b\x02\xe9\x28\xcd\x8a\x65\xe9\x43\x5b\xaf\x85\xd3\xca\x6b\xc1\x18\xa5\x82\x44\x75\x00\xca\x21\xe2\x09\x64\x16\x1f\x9e\x85\x7e\xe7\x5e\xa2\xec\xb5\x39\xe8\x3b\x25\xcb\x12\xf1\xfd\xd5\xdf\x2c\xe2\xfb\x61\x3a\xa5\x89\x8d\x08\xb0\xf7\x69\x1a\xdb\xa3\xb9\xb3\xb8\xef\xef\xf6\x7e\x19\x9e\x1f\xbd\x39\x3f\x1a\xbc\x1d\xbe\x39\xdf\x7b\x77\x34\x1c\xfc\x78\xfc\x1e\xf4\xc1\x0b\xf2\xfe\xcd\xc9\xde\x0f\x03\xc9\x99\x1a\x3f\x61\xfd\x80\x7f\x5c\x92\xff\xd7\xf6\xcf\x4e\x44\x07\x68\xfc\x73\x47\x2f\xf6\xd3\xe9\xe1\xd1\xf9\xc9\xf1\xe9\x91\xe0\xf1\x5c\x3e\x33\x54\xd8\x3f\x39\x3e\xfd\x51\x70\x5b\x26\xbf\x0d\x05\x8f\x4f\x7f\x3e\x3a\x1f\x10\xb8\x2f\x89\x0f\x31\x7d\x62\x2e\x7c\x3c\x38\xde\x3f\x21\xc5\x37\xbf\x65\xe5\xe9\x43\xec\x76\x8c\x8b\x62\x87\x63\xf2\x8d\xb9\x1a\x13\xde\x5c\x67\xe9\x27\x98\xec\xa7\x71\xc8\x4d\x83\xd0\xe3\x73\x98\x84\x30\xab\xf4\x42\x66\xc5\x9a\x0e\xc7\x63\x1f\x67\xe2\x0c\xde\x64\x30\x9f\x9c\xa7\x77\xf9\xff\x9a\xc3\x39\x54\x6e\xe7\xa4\x42\x6f\xb2\x60\x0a\xf3\xc1\xa7\x68\x36\xc3\xe9\xdc\x7a\x96\x72\x7b\x49\x34\xc5\x16\x8b\xb8\x82\x66\xf8\x44\xd7\x81\x59\x90\x68\x12\x87\xca\xc2\x3b\x8b\x30\x76\x4d\x8f\x9b\x0d\x04\xa8\xa1\x64\x30\x15\x79\xdb\x27\xf8\xd5\xd5\x5c\x62\xff\x68\x02\x47\x9f\xd0\xf7\x7d\xfc\x54\x9d\xa4\xa0\x96\x17\x4e\x4d\xe9\xfd\x45\x5a\x43\x90\xb0\x9e\x16\x26\xb8\xdf\x51\x4f\x9d\x13\x66\xab\x6b\x6e\x56\x74\x00\x4c\x42\x5d\x1a\xd4\x9e\x26\xd3\xf1\x1f\x00\xd7\xd9\x06\x65\xd5\x6d\xf4\x9f\x94\x6d\x4a\x50\xe6\x8d\x5d\x6c\xce\x12\x6f\x93\x86\xbb\x28\x09\xd3\xbb\x2e\xb5\x43\x96\x5f\x37\xa5\xaa\x27\x69\x3a\xeb\x5e\x47\x49\x48\xae\x85\x34\xfe\xd3\xd9\xda\xc0\x21\x11\x82\x75\x09\xc0\x49\x5b\x3f\x45\x33\x46\x98\xd2\xeb\x77\x59\x54\xc0\xfd\xf9\xcd\x0d\xcc\x84\xf4\xd5\x68\xc3\x62\x1f\x15\xed\x36\x78\xdd\xb7\x4c\x8b\x32\x3f\x39\xe2\x3f\x9f\x79\xc0\x99\x92\xdc\x77\xc8\x63\xee\x21\xa1\x91\x1f\xc1\x24\x94\x1b\x6a\x91\x3e\xce\xd1\x6f\x54\x06\x60\xa0\xfa\xf6\x18\x09\xa5\xd6\x47\x59\x7a\x97\x83\x75\xd1\x99\xce\x99\x23\x8e\x81\x36\xd3\x74\xd9\xbb\xea\x2a\x2d\x52\x11\x9b\xaa\x48\x2d\x06\xce\x2c\xfb\x16\x2e\x18\x33\x92\xb9\xf9\x77\x19\x51\x5a\xc1\x6b\xd2\x2a\xdb\x6e\xa5\xa2\xc9\x91\xb1\xc9\xc0\xb8\x83\x70\x53\x83\xd8\xb4\xab\x4e\x3d\xde\x7c\x8c\x0c\x7c\xd4\xa9\x30\x6d\x56\xea\xaf\x63\x5e\xeb\x13\x2d\x2b\x4e\xa9\x3b\x9e\x93\x8e\xc7\x94\x5c\xe6\xb3\x93\x07\x0b\xe2\xd1\x3a\xed\xb3\x5d\xb3\xb4\x6f\xe8\xe7\x10\x3c\x33\x9e\x79\xdd\x32\x26\xca\x03\x65\xe0\x3e\x4b\x2e\x44\x0b\x30\x31\xcb\x9d\x4e\xdf\x01\x49\xcb\xa6\x45\x0d\x30\xf5\x1c\x62\xc2\x5d\x14\x16\x13\xc3\x71\x68\x1a\x2b\xe9\xcc\x1f\xc8\x9e\x31\x33\x30\xcc\xcc\x28\xf3\xbc\x2a\x3b\x6b\xfc\x13\x26\xe1\x3f\x41\x94\x83\x22\x4d\x41\x1c\x64\x63\xd8\x05\xef\xd2\xbc\x00\x71\xf4\x09\xc6\x0f\x20\x00\xd7\x41\x08\x0e\x06\xe7\x9a\xdb\x46\xed\xd9\x88\x46\x1b\x79\x40\xeb\x03\x92\x74\xf0\x60\x4e\x33\x9e\xe1\x38\x1e\x0f\xa0\xad\x02\x7f\x08\xa3\x7c\xb6\xa3\x95\x8f\xa3\xc4\xb0\x76\xa1\xa7\x39\xda\x0d\x36\xb3\xf4\xce\x90\x24\xed\xde\x72\xdb\x6a\x38\x07\x7b\xc0\x2a\xd4\x03\x58\xd7\xdf\x5c\x07\x39\x04\xeb\x46\x42\x5b\xe0\xd9\xb3\x2a\x89\x1a\xd1\xc8\x59\x41\x01\x4d\xa5\x0d\x47\x8f\x79\x9a\xbd\x8d\xc2\x10\x26\x26\x79\xbd\xd7\xd9\x70\x6f\x13\x42\x60\x3f\xd5\x42\x60\xd6\x37\x5d\x15\x11\x03\x83\xa2\xc8\x74\x7c\x21\xbc\xd9\x2b\x8a\x4c\xe7\x37\xcb\x80\xf6\x26\x0b\xc6\x34\xb9\xac\x92\x14\xed\x50\x29\xa1\x9a\xa9\xe0\xf5\xc4\x91\x05\x1c\x47\x8a\x26\xdb\xe4\x32\x11\xae\xa9\x8b\xef\x26\x51\x0c\xb5\xbe\xc4\x49\x1d\x33\x98\x5c\x3e\x5c\xf1\xef\x0e\x63\x36\x9e\x4b\xdb\x30\x74\x0d\x90\xa4\x44\x91\xec\xe3\xa8\x27\xce\x31\xf8\xb9\xe1\x90\xde\xa1\x78\x77\x33\x18\xc3\x20\x87\xc6\xba\x8f\xf6\xb5\x9a\xe6\x0b\xc5\x73\x92\x75\x4d\xc6\xdd\x49\x22\x15\xa1\x51\x76\x19\x5d\x19\x5b\x47\x38\x24\x14\x32\x59\xcb\x93\x42\x43\x36\x09\xb2\xa2\x5b\x86\xa2\x58\x07\x67\x65\x6d\x4b\x6c\x9d\x58\x3b\x38\xea\x0f\x1e\xdb\x56\xd3\x09\xda\x4c\x75\x34\xd8\xe1\xe1\x0a\x4f\xfb\x7d\x3c\x3c\x6c\x50\x51\x41\x3c\x7c\x50\x41\xf3\x00\xaa\x3a\x7a\xe5\x03\xa1\xd2\xe8\x43\x1a\x11\x52\x1a\x7d\xfe\xdd\x7d\xff\xe3\x9b\x79\xdf\x7e\x82\xaf\x8e\x7d\x29\x39\xbf\x4c\xa0\xe3\x2e\x4a\x1b\xdb\x76\x6f\x22\x33\x29\x52\xff\x2c\xc9\x76\x1c\xdc\x57\x21\xbd\x56\x4f\xf0\x69\xc3\x3c\x7e\x83\x11\x3e\x6a\xaa\xef\x49\xc6\x28\xad\x47\x5b\x2d\x91\xd2\x1b\xb3\x88\x58\x81\x1a\xa2\x05\x2a\x6f\xdf\x57\x23\x62\x76\x1c\xab\xee\x3c\x2e\x8b\x68\xfa\x59\xd7\x32\x0f\xbb\xd1\x0b\x89\xb9\x83\x30\x6c\x36\x68\x2a\xa7\xf5\xdb\x28\x84\x69\xd5\x15\xb4\x1b\x14\x1b\x10\xeb\x44\xd7\x70\x01\x5b\xea\xc6\x0e\x9f\xff\x8d\x69\xbc\x36\xf0\x0c\xf4\xee\x37\x6f\x6e\xdc\x84\xe3\xfc\xc5\xa8\x0a\x61\xdc\xee\x2e\x78\xd5\xaa\x51\x33\x0e\xc6\x39\xc3\xb7\xbb\x0b\x36\x2b\x4c\xb9\x51\x07\x91\x3a\xcf\xc8\xb9\x67\x77\xff\xec\xe4\xd0\x67\x68\xe0\x75\xaa\x3c\x5c\xf3\xb6\x41\x73\xf6\xcb\x3d\xea\x98\xf5\xeb\x34\x0e\x7d\x4c\x0c\xaa\x2d\x55\x70\xf3\xc6\xe0\x35\x78\xe9\x4b\xdf\xcd\x18\xb4\xfb\xa0\x82\x6b\xd5\xc8\xdd\x6f\x75\xae\xf3\x93\xed\x05\x66\x25\x23\x0f\xe7\x68\xd7\x8a\xf4\x8c\x2a\x46\xd6\xa5\x14\x1f\xab\xaf\x8a\xca\xeb\x38\x4a\x3e\xad\x9a\x42\x7a\x9a\xef\x43\x23\x1a\x32\x05\x9c\xce\x40\x1f\x5c\x8f\x3d\xec\x43\xd0\xb8\xbc\xf1\x28\x88\x07\x30\x02\xec\xb1\x38\xdc\x80\x26\x6f\xc0\x26\xda\x4e\x81\xff\x2f\x24\x96\xdf\x81\xac\x4a\x16\x26\x78\xc3\xf7\x17\x0a\x03\xbe\x50\x18\x13\x0b\x90\x17\xdf\xf9\xb2\x1f\xcb\xc4\xe6\x8b\x15\xce\x56\x84\x80\x6f\x6b\xf4\xbf\x57\xf4\xba\x65\xbb\xff\x1a\x49\xa5\x27\x5d\xce\xfe\x5e\xa3\x63\x7f\xbc\x3e\x4a\xe3\x34\x5b\x5f\x03\x6d\x70\x3d\x5e\xbe\xdf\x57\x4c\x5f\x49\xdc\xcd\xe2\xc4\xf9\x5a\xdf\x98\xb7\x59\xe5\x96\xd1\x65\x95\x54\xaa\x97\xed\x3e\x58\x7b\x8d\x94\x35\x80\x5b\xd4\xff\x48\x9b\x72\x17\x85\x70\x7d\x34\x09\xb2\x8f\x6b\xbb\x6b\xd8\xe7\x0b\xb4\xc1\xda\xeb\x0d\x54\x74\x77\xcd\x67\xd3\x27\x38\x75\x29\xee\x62\xbb\x60\xeb\xc5\x8b\xc5\x49\x23\x41\x53\x56\x40\x9c\xe5\x54\xbc\x46\x04\xcd\x67\x15\x26\x9d\x52\x63\x1a\xcf\x82\xe9\x6c\xa7\x42\x99\xf7\x0a\x3e\xf3\xba\x1e\xda\xb8\x58\x09\xd6\xaa\x90\x37\x0a\xd6\xf1\xb2\x58\xbd\x6c\x3d\xa9\xb5\xd5\x6b\x2d\x0c\xbf\x27\x95\xc9\x75\x5e\xd9\x27\x1e\xce\x8b\x35\xf1\xba\xac\xef\xaa\x31\xd6\xf2\x74\xd3\x9f\xd0\xf3\x49\x3d\x56\xb6\x1e\xe2\xb8\xee\xae\x7e\x15\x9b\x41\x9d\x8a\x6a\xbc\x5e\xbb\xf4\xc5\x77\xe6\x55\xbb\x71\x9d\xc7\xcb\xed\xba\x3d\x0e\x74\x64\x94\x8e\xf3\x52\x11\xb1\x4a\x95\xd1\x6a\xc1\x7e\xf3\x63\xb9\xf5\x11\x31\xf8\xdd\xfa\xa8\x37\x74\x25\xc8\x69\x54\xa0\x5d\x3b\xbe\x2b\x6b\x74\xc0\x1f\x80\x22\xd9\xb6\x20\xef\x54\xd9\x28\xd0\x2b\x39\xeb\xc5\x1c\xc5\x35\x80\x31\x1c\xd1\x38\xf5\x55\x17\x74\xe6\x53\xf2\x9c\x41\xe0\x0d\xae\x3a\x2c\xaf\x06\xe0\xb8\x4f\x73\xa0\xbb\xec\x5d\x59\x3b\xf6\x29\xb9\x3f\xfc\xfc\x19\x3c\x35\x5c\xc7\xda\x6f\xfe\xb1\x2b\x1e\x8d\x14\x36\x40\x20\xce\xf1\x5d\x14\x86\x76\xb9\x79\x65\xb9\xe9\xd9\x31\xd6\x3f\x4a\x42\x52\x1b\x26\x61\xdd\xba\x07\x48\xd8\x42\x81\x82\x77\x41\x31\xe9\x4e\x83\xfb\xa6\x4a\x5d\x07\xf4\x5a\x2e\x18\x9c\x0a\x02\x21\x4a\x9a\x32\x7d\x9a\x4b\x00\xbb\xc1\x53\x8c\x5f\x2c\x94\x59\x6e\x68\x3f\x7f\x36\x93\xf1\x1a\xf4\xea\x75\xc6\x72\xb7\x46\xdc\x40\xe3\x00\x9b\x22\xe9\x3d\xdb\xef\xdb\x58\xfe\x3d\xed\xf4\xde\x15\xd8\x56\x6d\x3e\xd0\x34\x20\x01\x54\xbb\x4b\x03\x4b\x9b\xff\x3d\x96\x05\x0c\xd2\x79\xdb\xeb\x9c\x56\x49\x4d\xd2\x78\x3e\x9e\xe9\x1c\x6a\xe9\xa6\x0e\xe7\x42\x87\x12\xdf\x52\xb8\x34\x8d\xc2\x30\x86\xe7\xe9\x5d\x7e\x90\xce\xc9\xc5\x99\xa9\x01\xeb\xb6\x26\x4b\x57\xbe\xab\x26\x1f\xb4\xc1\x66\x07\xf4\x34\x51\x45\x4c\xeb\xa8\xa4\xb7\xfc\x04\xf7\xa9\xa5\x8f\x4c\x17\xd2\x84\x65\xd8\x16\x54\x1d\xdc\xcb\xf6\xf4\x2a\xd9\xc5\x06\x74\xaf\xc3\x29\xd6\x0d\xc6\xfc\x66\x64\x8f\xd5\xd4\x61\x04\x62\xa6\x56\x5a\x72\x32\x44\xe8\x28\x8d\x07\x64\xe9\x19\xa5\xf1\x51\x12\x76\x00\x5e\x48\xe7\xf2\x92\x8c\x3a\x91\x3d\x27\x0c\xc7\x57\xba\x38\xc5\x11\x7f\x0c\x36\x77\x94\x99\x03\x72\xac\xca\x84\xc1\x98\xd7\x08\xa3\x5b\xf1\x4c\x85\xad\xf3\x79\xf1\x10\xc3\xee\x04\x46\xe3\x09\xaa\xcd\x71\x7c\xad\xab\x1f\x41\xf6\x0e\x06\xf9\x3c\xe3\xc5\xdb\x60\x6d\x76\xbf\x66\x83\x59\x60\x4b\xbc\x2c\xbd\x5b\x01\xac\x18\xde\x20\xea\x18\x0b\xdd\x10\xc9\x56\xd9\x0d\xd0\x66\x86\xa2\x81\xf9\x1a\x34\x49\x77\x81\x75\x8e\xbe\xa5\x01\xa7\xf6\xe3\x14\x87\xc9\xb4\x9c\x49\x8e\x6a\x5c\x2e\x98\xff\x96\x45\xb8\xe4\x68\x76\xaa\x8a\xed\xaf\xb8\x68\xe0\x93\x46\xda\x8e\xf4\x2e\x81\x19\x5b\x2b\x76\x9e\x94\x52\xe2\x10\x10\xd1\x12\x15\xc6\x92\x26\xdd\x98\xc0\x38\x4e\xc1\x5d\x9a\xc5\x21\xd5\x94\xc5\x80\xa5\x7c\xf0\x40\x96\xf5\x02\x5b\xfa\xa0\x19\x04\xc6\xdd\xf4\xe6\x26\x87\xc5\x07\x7c\xc7\xce\x5f\x4e\xa4\x97\x6f\xb1\x0c\x70\xd4\xa4\x8b\x6e\xd2\xa4\xf8\xc0\xe4\xb2\x81\xef\x02\x04\xe0\x5b\x2e\xe0\x5b\x36\xe0\xe5\xba\x2d\x28\x61\x9c\x6a\xda\x55\x77\x9b\x78\xbe\xbc\xdb\x42\x0b\xfb\x84\xfc\x98\x6c\xed\x3c\x79\xb4\x18\xfe\xf3\x49\xc1\x6c\xfa\xbf\xd5\x5b\xa5\xe9\x3f\x6a\xdf\x70\x08\xef\x0b\x98\x84\x39\xe8\x13\x8d\xb5\xb4\x51\x65\x6f\x5a\xd8\x0c\x5d\x37\x83\xc5\x52\x80\x8b\x0c\x8a\xa0\x88\x70\x4c\x4d\xea\x4d\x80\xbd\x6f\xe8\xac\x76\x76\x03\x3e\x7f\xe6\xd2\xdd\xfc\x03\x0c\x87\x78\xc6\x1b\x0e\xb7\xc1\xe5\x15\x78\x04\x51\x92\x17\x41\x32\x82\xe9\x0d\xd8\xcb\xb2\xe0\x01\x1f\x57\x97\x89\xa6\x3a\xe0\x1a\xcd\x58\x61\x97\xd7\x03\x7d\x70\xbd\x03\x1e\x5b\x22\x5c\xbd\x02\xb7\xce\x98\x81\x28\x41\x8f\xf0\x81\x63\x77\x12\xe4\x67\x77\x09\x77\x74\x98\xb5\x5a\x20\xbc\x9c\x5d\x21\x98\x97\xb3\xab\x1d\x65\xa8\x69\x60\xcb\x39\x40\x6c\x39\x79\xbb\xa3\x53\x33\x1c\x22\x76\x11\x86\x8e\xd2\x24\x2f\xb2\xf9\xa8\x48\xf1\xee\x5a\x9c\x76\xc3\x72\x11\x40\x84\x70\xc3\x73\xf0\x3d\xe3\x28\x19\x60\xcd\xeb\x16\xd8\x06\xcd\xe1\x50\x2e\x5f\xfe\xea\x60\xab\x71\x84\xb5\x5c\x6c\x1e\x5b\x48\xb3\x5b\x81\x9f\xc7\xbb\x74\x8e\xb3\x80\x99\xdc\x3a\x5e\xd1\x32\xfb\x48\x8b\x25\xb9\xca\x0c\xa5\x5e\xd2\x52\x47\xb7\x68\xf7\x3a\x8d\x8a\x02\x66\x56\x4f\x91\x4d\x5a\x98\x2f\x87\xef\xd2\x10\xda\x1d\x4b\xb6\x58\xf9\xc3\xf3\xbd\x1f\x86\x83\x83\xf3\xb3\x93\x93\xe1\xbb\xbd\x5f\x86\x17\x6f\xcf\x8f\x06\x6f\xcf\x4e\x0e\x41\x1f\xbc\xe8\x99\xcb\x0c\xde\x1f\x1d\x1d\xd2\x43\x77\xf5\xfd\xf1\xe9\xc5\xd1\xf9\xcf\x7b\x27\x42\xf5\x83\x93\xa3\xbd\xf3\xe1\xbb\xb3\x9f\x06\x47\xc3\xc3\xb3\x0f\xa7\xc3\x8b\xe3\x77\x47\xa0\x0f\xbe\xe9\x99\x0a\x1c\x0f\x2e\xf6\x4e\x0f\xd0\xfb\x4d\xfa\xfa\xc3\xd9\xf9\xe1\x70\x70\xf4\x7e\xef\x7c\xef\xe2\xec\x7c\x80\x26\x25\xd0\x6c\x5d\x5e\xfd\xf1\xf8\xb1\xb1\xd6\x20\x65\x4e\x8e\x4f\x8f\x86\x87\x7b\x17\x7b\x38\x2a\xed\xf0\xf8\xf4\xf0\xe8\x17\x92\xfb\x43\x7e\xfb\xe1\xf8\xf0\xe2\x2d\x7f\xbd\x45\x5e\x9f\x9e\x9d\x0e\xf7\xcf\x8f\xf6\x7e\x3c\x3e\xfd\x61\x38\x78\xbf\x77\x70\x84\xa1\x80\x3e\x18\x14\x59\x94\x8c\xbb\x37\x59\x3a\x3d\xa0\x87\xae\xcd\xcd\x6f\x7b\x94\x77\x7b\x27\x27\x43\x43\xdd\xf3\xa3\x1f\x30\x74\x24\x5c\xe7\x70\x7c\x74\x3f\x6b\x5a\x30\x74\x40\x63\xdc\x30\x75\x9c\xe4\xc9\x23\xbd\x61\xa3\x4a\x7a\x78\x29\xff\xaa\x48\x8e\xe8\xac\x8a\x98\x2d\x38\x07\xe1\x9f\x1e\xd5\x14\x3f\x21\xea\x22\xf4\xd8\x92\x89\xc7\x73\xa3\xfc\x44\xcc\x0a\x58\xbe\x09\x92\x60\xac\x7a\xe6\x0c\xf3\xf9\xac\x0c\xe5\xc4\x27\xdc\xa6\x5a\xab\x03\x68\x49\x42\x36\x07\xa0\x96\x2b\x1d\x7a\x3a\x60\x78\x8d\xbd\x0f\x3a\x60\x28\x9e\xb1\x74\xc0\x50\xd0\x4b\x54\xab\xe2\x21\x5e\x00\xfa\x14\x5b\x77\x14\xc4\x31\x71\x00\x40\xad\x44\x5f\xca\x19\x6e\xe8\xe3\x26\x44\x0b\x11\x4a\x50\x11\xf2\x4d\x2b\x20\x52\x88\x8a\x89\xbf\xb5\xc2\x02\xfd\xa8\xac\xf0\x53\x2b\x1a\x25\x51\x71\x12\xe5\x05\x4c\x60\x96\x8b\xdb\x5b\xf2\x1e\x26\xc1\x75\x0c\xf5\xe7\xc3\x29\x9a\x68\xa8\xb8\xab\xb3\x4f\x57\x7e\xd0\x34\x25\xe9\xa2\x60\xe2\x20\x2f\xf0\x9c\x79\x98\xde\x25\x17\x11\x36\x17\xef\x69\xa5\x82\x51\x11\xdd\x42\x55\x84\xa4\xdf\x9a\xb7\x2e\x5d\x9d\x86\x65\x9f\x3c\x2a\x02\x4d\x04\x42\xdc\x5b\x48\xcc\x70\xfa\xb5\x30\x31\x90\x7b\x5c\xec\xcb\x8b\x2c\x9a\x32\x58\x12\xa8\x60\x4a\x37\x21\x12\x89\xdd\x61\x9a\xa0\x2a\xec\x35\x5f\x65\x4b\xb8\x53\xc4\xa7\x77\xe9\x2d\x34\x82\x85\xb7\xd0\x0c\xf5\x1d\xab\x46\x8b\xd8\x20\xa3\x1e\x58\x00\x32\xce\x31\xef\x86\xfc\xd3\x6c\x01\xb8\x3f\xcd\x54\xa8\x8f\xea\x8c\xa4\x75\x60\x18\xe5\x48\x5c\xdd\x4e\xa9\xa3\x18\x06\x19\x07\xd2\xd4\xbc\x62\x49\xf7\x21\x6d\xb6\xd9\x28\xb2\x68\xca\x03\x5b\xe8\xfd\xaa\xd5\x15\x47\x25\x55\x7a\xf1\x3a\xce\x2a\x34\x1b\x98\x21\x61\x7a\x97\x70\xb0\x1a\xf3\x5b\xbe\xcd\x25\x83\xb3\xc2\x05\x97\x35\x27\x59\xb2\x35\x41\x18\x7e\xc1\xa6\xe4\xb0\xd8\x67\x53\x60\xd9\x1a\x42\xa3\xad\x4d\x48\xad\x53\x26\x4b\x47\x07\x53\x1a\xcc\x3a\x9e\x9d\xb2\x0e\x58\x9b\x04\x39\x7f\x8f\x14\x3f\x8e\x6d\x0c\x8b\x6d\x0b\xef\x81\x78\x40\xc8\x37\xbe\x78\xd2\x24\x3e\xde\x1c\xe2\x40\x77\x0f\xa2\xc7\x42\xce\x6a\x47\xaa\x37\x4f\xf5\xc9\xb4\x30\x2b\x1a\x02\xdb\x3c\x1a\x0e\x4e\xcb\x63\x4a\xb4\x29\xa3\x87\x4e\x9f\x3f\x97\x47\xd6\xec\xb1\x68\x7c\xfd\xd8\x29\x37\x00\xc9\x7c\x0a\x33\x24\xa4\x44\x4d\x2e\xdf\x8c\xd2\xe4\x26\x1a\xcf\x85\x77\xa4\x93\x5a\x0b\xf7\x12\x3f\x68\xba\x80\xf7\xc5\x7f\x91\x6e\x52\xef\xc9\x74\x3f\x89\x9c\x1e\x39\x1e\xb1\x53\x63\xde\x35\x7d\xde\x35\xe2\x79\xa1\x7e\x09\x86\x9d\x62\x60\x3e\x8f\x0b\x43\xe4\x60\xf2\x42\x8a\x2c\x90\x05\x49\x1e\x07\xcc\x73\xf3\x24\x4a\xe0\x45\x4a\x14\xe6\xa6\x34\xe1\x8c\x61\xd1\x64\xc4\xb4\x3a\xa4\xfb\xb9\x3c\x75\x14\xc2\x55\xf7\x49\xc9\x6d\x80\x37\xa9\x4d\xbd\xfd\x84\x5b\x8f\x4d\xa7\x1f\xc1\x35\xa7\x91\x77\x92\x40\x5d\x64\xb8\x35\x64\x2e\x3f\x48\x88\xca\xf3\x2a\x47\x9b\x4b\x14\xa4\x8d\x96\xfc\xbf\x65\xb1\x6e\x94\x7f\xc8\xf0\x91\xaa\xed\x8e\x95\x30\xfd\x92\xf2\x9e\x3a\x72\xae\x23\xd5\xbc\xdd\xe7\xc4\x2d\x69\xa0\x21\x76\x2c\x03\x69\x20\xdd\xe6\x1e\xc8\x9a\x65\x98\x08\x16\xeb\x0b\x5a\xf7\x0b\x74\x08\x3b\xb2\x96\x6f\xf4\xc4\x46\xfc\x17\xec\x1b\x6c\x93\x9c\x66\xd3\xa0\x28\x60\x78\xce\x46\x37\x05\x3c\x0d\x66\xc2\x06\x0b\x61\x70\x4c\x41\xe8\x75\x37\x83\xb3\x38\x18\xc1\xa6\x6b\xeb\xdb\xc1\xc6\x23\xca\x7c\xd5\xea\xfe\x96\x46\x49\x93\x9e\x78\x74\xa3\xfc\xdd\xe0\x03\xf6\xb0\xce\xc1\xf7\xa0\xf1\x31\xfb\x98\x34\xc0\x36\x68\x7c\xd4\xec\x0f\xd9\x3a\x25\xb7\x61\xb5\x8b\x8c\x43\x1d\x91\x55\x88\x0a\x0d\x8b\xcc\xfb\x55\x6a\x25\xd1\x06\xdf\xa9\x1a\x52\xae\x95\x64\x9e\xb1\xde\xba\x93\x6b\x38\x48\xa4\xc7\x74\x50\x44\xd3\xf3\x68\x3c\x29\x0c\x17\x77\xca\xcd\x48\x79\xbd\x29\xdd\x8c\x08\xb7\x9e\xbd\x1d\xe5\x72\x9c\x5d\x5f\x4a\x15\xf8\x9d\x26\x5e\x7e\x94\xbb\x14\x44\x15\x27\x56\x5c\xf1\xb8\xff\xea\x5e\xf8\xdb\x3c\x2f\xe8\xfd\x9a\xb0\xcc\x1d\xa4\xb1\xa3\x34\x5f\x12\x09\x76\xe1\xe4\xd1\xe0\x93\x86\xc5\xdc\xe1\x2d\x4e\x3c\xc9\x70\xbc\x1b\xea\x45\x26\xcb\xab\xd0\x08\x6c\x9a\x14\x64\x97\xa6\xc3\xa9\x2b\x5d\x19\x50\xca\x0a\x47\x55\x64\x0d\xd7\xee\xb4\xb5\xce\xd9\xed\x83\xc8\x36\x5f\x19\xf9\x67\xca\x89\x6a\xb6\x84\xa4\x1d\xe7\x8d\x81\xf0\xbc\x1a\xbe\xcd\x5d\x19\x2b\x4f\xbc\xe3\x4c\xdd\xf9\xf9\xb3\xd4\x57\x92\xec\x71\xc9\x36\x3a\xfe\xa2\x17\x1f\x26\x51\x01\xf3\x59\x30\x82\xc7\x49\x08\xef\x69\x6f\xd2\xf3\xbe\x1c\x06\xd9\x68\xd2\xdc\xf8\x98\xb7\xbf\xda\x68\xe9\x3d\x65\x84\xf0\xd4\xea\x61\x23\xb7\x85\x5b\x48\x08\x8f\x3b\x46\xa2\x2a\x4d\xb9\x44\xc0\xaf\xfb\xe6\x2e\x5e\x48\xa9\xd4\x22\x94\x89\xcc\x99\x5f\xe7\x64\x81\x35\xe2\xeb\x88\xcd\xf5\x9e\xb9\x4c\x0e\xfd\x51\x7e\x0a\xef\x78\x1d\xbf\x73\x97\x3f\x31\x80\x8a\xb4\x10\x28\x27\x17\xe5\xcc\x2d\x85\x77\x91\x27\xc8\x72\x2d\x3c\x89\x92\x39\x0e\xd7\x68\x6f\x32\x6b\xb6\xb4\xb9\x61\x6a\x90\xf4\x50\x17\x57\xe9\xb5\xc3\xd7\x98\x9c\xf3\x61\xa3\xb1\x04\xde\xf1\x5a\x6c\x53\x2f\x81\xa9\x88\x3a\xe0\xb1\x56\x99\xba\xdc\x1a\x4c\xc7\x27\x92\x84\x6e\xee\x46\xad\xd9\x2a\xf6\x72\xd4\xce\xcd\xb9\x75\x53\x2d\xe0\x9c\x07\x18\xe8\xd5\x5e\x1c\x7b\x29\x0b\x11\x3d\x51\xd8\x8b\xe3\x3d\x7c\xb6\xa9\x25\xf6\x5c\x50\x15\x20\x87\x88\xe6\xf3\x46\x69\x20\x25\x10\x86\x79\x19\xe3\x48\x24\x4e\x39\x88\x94\xa4\x57\xac\x66\x1c\x55\x0a\xc9\xb5\x64\x63\x0c\xc9\x59\x30\x51\x63\x0e\xd2\x34\x0b\x73\xe3\x89\xa1\xd4\x92\x11\x2b\x87\xeb\xa2\xdd\x04\xa9\x49\x4a\x77\x0c\x67\x59\xec\x99\x70\x2e\x6e\x31\xff\x31\x98\x9f\x69\xdb\x3c\x82\xff\xb2\x77\x25\x2e\x7b\xf4\xe1\xa6\xf9\x21\xd2\x11\xdc\xf6\x7a\x74\x62\x21\x35\xbc\x7b\x9f\x31\x10\x1f\xd4\xd1\x3c\xa4\x53\x6a\xc3\x52\xc1\x45\x72\x79\xaf\x73\xf1\x1c\xc6\x01\x12\xd0\x8b\x94\x59\x2e\x58\xd9\xda\x92\x8e\x81\x88\x8f\x17\x69\xdd\x5b\x66\x57\x60\x32\xe7\xfb\x5a\xef\x0d\x6a\xa5\x22\x8b\x1e\xa5\x70\xb7\x4f\x82\x44\xd1\x9f\xaf\xfb\x0a\x16\xb3\x09\xa0\x78\xa9\xf0\x68\x04\x5b\x01\x86\x16\x5b\x57\xd1\x99\xc0\x96\xbc\x64\x8b\x3e\xb7\xb0\x24\xaf\x3a\x60\xdd\x7a\x03\xdb\xea\xd8\x6f\x67\x05\xa9\xa3\x38\x36\xfa\xf6\xd2\x9a\x34\xb1\xb6\x6e\x10\xc2\x82\xeb\x9c\x3e\x69\xb5\x40\x9b\x3c\xcb\xd2\x79\x12\xb2\x72\x5f\x83\xa6\xf9\x12\x78\x1d\x6c\xb6\xea\xcc\x49\x7c\xd7\xe3\x96\x43\xac\x71\xa2\x87\xdd\xeb\x79\x51\xa4\x09\x56\xae\x6a\xd8\x74\x92\xba\xb3\x0c\xff\x3d\x24\x9e\x0f\xfa\x46\x2c\xcc\x82\xb1\x32\x36\xb4\x48\x7b\x39\x1d\x48\x07\x71\x34\xfa\x84\x2d\xb4\xd8\x65\x84\x81\xd8\x7c\x12\xdd\x14\x3f\xc2\x07\xb3\x96\x91\x26\x03\xf4\x1e\x43\xd2\x80\x38\xa3\x69\x95\xc1\x62\x46\x9c\x0c\xbc\x25\x30\xaa\x9b\x1c\x5b\x94\x8c\x63\x68\x46\x07\xcc\x41\x5a\xac\x88\x8c\xbe\x4f\x0c\xd1\x61\x3a\xbf\x5e\x15\xa2\xe7\x2e\x44\x17\x59\x34\xf3\x43\xa4\x5a\x21\x06\x61\x58\x63\xc3\x2d\xcc\xeb\x1e\x52\x6d\x84\xbd\xf0\x9d\xa1\x74\xd5\x22\x99\x93\xd9\x2e\x5e\xa6\xe9\x2d\x94\x2f\x5e\xc4\xab\x41\xf7\x5d\x8e\x17\x82\xf9\x4c\x06\x5f\xde\xe2\x39\x86\xd4\x71\x52\xc0\xec\x36\x88\x2f\xa2\x29\xbe\xa0\xc9\x61\xc1\x1e\x39\x55\xe7\x12\x02\xd6\x9e\x3b\x46\xeb\x12\xff\xce\xb1\x1d\xb6\x54\xa9\x9d\x76\x26\xd9\x2f\xf3\x56\xd7\x11\x76\x1c\x5e\x7d\x81\x4f\xa0\x38\xb7\x9d\x3d\x53\xa3\x07\x4b\x95\xdb\x6b\xaa\x2f\x27\xbb\xea\xb9\x5e\x54\x3a\x73\x49\x39\x37\x4f\xa5\x4a\xc9\x23\xe1\xee\xc5\xa4\x3a\x5a\x66\x5b\xbf\x66\x94\xb3\xa8\xbb\x1d\xf6\x36\x9c\xd0\xc8\xf6\xfa\xea\x62\xdf\x03\x28\xf7\x72\x8b\x5b\x3f\xd8\xc9\xaa\xc7\xb2\x95\x75\x93\xf9\xe2\x89\x1e\xa9\x69\xd7\x01\x76\x94\x97\x9b\x57\xad\x4b\xc7\xeb\xde\xd5\xaa\xce\xd8\x9c\x48\xd4\x88\xf2\x0b\xec\x84\xa5\x15\xb4\xc6\x36\xa7\x66\xef\x91\x7a\xe6\x9e\xf2\x91\xac\x0f\x67\xe7\x87\x3b\x86\xba\x84\x25\x1f\xd2\x2c\xdc\x2b\x18\x92\x85\x86\x9a\xb0\xbc\xff\x7d\xb9\x80\x84\xc7\xce\x85\x93\x28\x81\x9c\x0b\xf2\x3d\x96\x37\x23\x74\x95\xd3\x83\x1b\xc4\xc7\x91\xda\x4d\x35\x71\x34\xe4\xa0\x80\xcd\x56\x0b\x8d\x22\xf4\xb8\xa9\xf2\x41\xa8\xc1\x7c\xc6\x74\x1b\xac\x5d\x8b\xf5\x26\x35\x71\xeb\x0e\xc3\x88\xd8\x23\xbf\xc9\xd2\xe9\x09\xab\xfe\x9e\x06\x7b\x67\xb4\xee\x1a\x4d\x3c\xcd\x7d\x20\xea\x83\xe6\xbd\x9a\xdd\x5e\x4c\x68\x93\x3a\x01\xc6\x2a\x6d\xa0\x0f\x2e\xe9\x36\x21\x18\xc3\x5f\x3a\xa0\xfc\xf1\xab\x16\xcf\xb4\x24\x4a\x89\x5f\xef\xea\x47\x27\x6b\xaa\xbb\x94\x5f\xc5\xf3\x2d\x23\xdf\xab\x59\x9a\x74\xd9\xbb\x02\xeb\x42\x3b\x7e\x69\x75\x40\x65\x9d\x4d\xb9\xce\xaf\xe2\x05\x3c\xd5\xcc\x32\xe1\xca\xcd\x7f\x97\x87\x74\x9f\xea\x56\xa2\x3d\x5a\x94\xce\xf3\x81\x69\x2d\x37\xac\x1f\xdf\x03\xf3\x9c\x7f\x84\xef\x75\x3b\xd6\x8a\x97\x9b\x57\xba\xd5\xc3\x6a\x94\x89\x72\x65\x34\xce\x1f\x7d\xd3\x0c\xa2\xca\xbe\x75\x75\x25\xa4\xf3\xb8\xc6\xb6\x85\xd0\x77\xd5\x22\x6c\xd2\xe3\x95\x78\x05\xec\x74\x43\x34\x1c\x9b\x55\xef\xce\x94\xcd\xa0\x1f\x03\xd1\x42\x64\x9e\x3c\x08\x55\x17\x29\x5d\x8c\x6c\x04\x3b\xdc\xd5\x0c\x67\x02\xb2\x28\x68\x27\x6a\x0e\x79\xd0\x80\xed\xea\x0a\x46\x6d\xa6\x3a\xa3\x70\x3b\x70\x1b\x9c\x62\xbd\x45\xe4\xb1\x5a\x0d\x54\x04\xf5\x5a\x0c\xe7\xee\xb8\x43\xf5\x53\xf8\x08\x70\x8b\xba\x47\x08\xb6\x28\x7b\x24\xed\x55\x90\x5d\x6e\xd5\x55\xf0\x08\xd8\x2a\xf5\x8e\xe1\x7a\x6a\x9c\xc8\x04\x9f\x1b\xf4\x31\x95\x61\x36\x75\xae\xbe\xf0\x01\xb3\x59\x01\x46\x9f\x24\x6c\x47\x1e\xa0\x8e\xb2\x52\x8a\x99\x75\x47\x6d\x97\xc9\x2a\x1f\x7e\x5c\xf4\x30\xca\x67\x96\xfa\x1d\xb2\x4d\x32\xdc\xd0\xfa\x8f\x3f\x57\xff\x23\x1d\xc1\x32\x02\xb5\x1b\x01\x7c\x6c\xaf\x07\x93\xce\xd2\xbb\xfc\x6a\x85\x73\x2d\x22\x49\x77\x51\xc6\xc8\x9d\x68\x96\xbe\x92\xe1\xc6\xd8\x3e\xbb\xe0\x2a\x13\x17\x0f\x7c\xa3\x34\xb9\x85\x59\xf1\x33\xf3\x3d\x4e\xe3\x8b\xf4\x60\x12\x64\xc1\xa8\x80\x19\xbb\xb3\x57\x0d\x84\x89\xb1\x97\xae\xe2\xb3\x09\x87\xd5\xe3\x37\x35\x76\x5b\x10\x5e\x04\xdb\x3c\x54\x99\x82\x94\xe8\x35\x83\x90\x85\xb7\x9d\x9c\x60\xd5\x8a\xc2\x71\x4f\xcf\xeb\xd4\xb9\x29\x22\xab\xa5\xc4\x4e\x33\x0b\xdd\x96\x7b\xa6\x4d\x8f\x1e\x38\xdd\xd3\x60\x4f\x1d\xd8\xd4\xc4\x96\x75\x20\x55\xcb\x2b\x65\xc4\x24\x17\x32\x50\x7c\x47\xcc\xc0\x32\x0c\x3b\x9a\xe4\x9c\xb1\x9b\x9c\x52\x2e\xd6\x85\xba\x4a\x8b\xe1\x4d\xf1\x21\x0a\x21\xf1\x19\xd3\xb6\x32\xa5\x11\x8a\xbd\x0c\x92\x1a\x6c\xde\x82\x90\xef\x51\x03\x5a\x62\x15\x82\x25\xc6\x10\x9f\x89\x46\x52\x11\x1a\x44\xb3\xa8\x98\xe1\xe0\xbb\x1b\x1b\x2c\xc0\x12\x5a\x54\x08\xa0\x80\x97\xf7\x8e\x64\x43\xa5\xe2\xe7\xa5\xda\x15\xd8\x59\x41\x9f\x05\xd8\x30\x87\x2a\x31\x39\x0c\x03\x1e\xa8\x61\x36\x2c\x65\x64\xc3\xd0\x4b\x06\xf4\xaa\xf6\x78\xd6\xa4\xc2\x94\x8c\x30\xb7\x58\x66\xe9\xc6\x3f\x02\x4d\xa4\x09\x4e\x8a\x8c\x17\x38\xba\x10\x9a\x48\x22\xd0\xed\xfd\x00\x5c\xb2\x47\x8d\x71\xa2\x1c\xa1\x40\x13\xcd\x00\xce\x82\x2c\x28\xd2\xcc\x22\xde\xe4\x4a\xd1\x66\xea\x66\xe8\x08\x6c\x74\x5b\xbb\x33\xbc\x3b\xc4\xd5\x29\x3a\x1f\x80\x73\xdc\xb8\x60\xb9\xc7\x54\x1b\x6c\xea\xe3\xca\x93\xb7\xd2\x90\xf3\xe1\x2c\x1d\x11\xed\x0a\xbe\x5a\xe3\x21\xfa\x89\x15\xb0\x8a\x96\x99\xad\xb6\x09\xc1\x0e\xc7\x66\x5b\xc8\x7c\x3c\x04\xa1\x6b\x8b\x93\xfc\xba\x2e\x19\xea\xfc\x4e\x0f\xf4\xf9\xb5\x3e\xe7\xf1\xba\x0c\x55\x5f\x09\xda\xa6\xa9\xbf\x6d\x50\x28\x91\xa6\xa9\x9f\xc5\xa8\x69\xc4\x08\x29\xdb\x8c\x24\x6f\x07\x39\xe9\xd4\xd6\x63\xe9\xbf\x4b\xb3\x50\x38\xbb\xe2\x7b\x62\xdb\xb1\xaf\xf3\xda\xe1\x52\x84\xd6\xcd\x59\x70\x16\xaa\x3e\x68\xa7\x6f\xce\x3b\x15\x09\x94\x68\x0b\xea\xcd\x03\x76\x5c\xf0\x67\x71\x41\xda\x58\x90\x77\x41\x56\x1e\x7a\xfc\x1c\xc4\x73\x98\x9f\x93\x58\xeb\x61\xb3\x05\xbe\x07\x3a\xbb\xc0\x36\x68\x1a\x9e\xb6\x4d\xec\x68\xe9\xbc\xf5\xe0\x8d\x61\x56\x91\x19\x34\x09\x24\x7f\x3c\x2a\x9f\x8a\xb3\x7e\x37\x42\x03\xe1\xec\x86\x16\xdf\x55\x53\x8a\x56\xf7\x0e\x39\x51\xd7\xac\xd7\xfd\x6e\xde\xe8\x6e\x09\x55\xa8\x27\x55\xd6\xc3\x2c\x39\xe2\x85\x4a\xfe\xce\x93\xc7\xa6\x1c\xae\xa1\x2b\xfe\x14\xe3\xcf\x18\x9c\xdd\x75\x68\xe6\xb8\x27\x1a\xd3\x2c\xf1\x4f\x36\xff\x66\xa9\x4f\x65\x67\xf0\x8a\xbc\x9b\x56\xcf\x71\xad\xe3\x3d\xb2\x6f\x5a\x1c\x41\x15\x11\xc4\x02\xb1\x98\xeb\x87\x26\x76\x86\x83\x66\xe7\x3d\x28\x2e\xe1\x7b\x11\xec\xbe\x5e\xf6\xf4\x6f\x95\x5b\xdb\x01\x6b\x06\xd3\xd8\x3a\xde\x93\xfc\xd8\x45\x6b\x85\xc3\x04\x1d\x8d\x4e\x55\xe1\xd6\x55\xdd\xa7\x3a\xff\x3e\x7f\x06\x4f\x0d\xbc\x70\xa0\x32\x94\x76\xe1\x15\x6b\x55\x4c\xcf\x3a\x75\xdb\x6e\x6c\x7f\x86\x63\x6c\x45\xf7\x1e\x25\xe1\x97\xef\x5c\xc3\x2c\xaa\x1f\x5d\xe1\xdc\x66\xc6\x73\x33\xac\xd9\xd7\x94\x8d\x2a\x29\xa8\x8a\xfd\x6a\x17\xb7\x4a\x49\xa8\xe4\x84\x66\x3b\xc0\x9a\x6d\x1a\xcf\xaa\xd1\x3d\xbb\xea\xa9\x64\x88\x15\xa2\x4d\xf3\xd7\x5a\xcb\x9c\x86\xcd\x04\xd8\x1d\x22\x49\x53\xf9\x75\xe5\xf2\x6d\x26\xc7\xdf\x2d\xd3\x63\x8d\x11\x3a\x33\xec\xe3\x59\x84\xb4\xda\x51\x69\x5d\x4c\xec\x82\xe3\xce\x9a\x2b\x1a\xea\xd8\xa6\x13\xc5\xfd\xdc\xdc\x3a\xc9\x8f\x7f\xf3\x8a\x64\x10\x45\x5f\x3e\x7f\x16\xbc\x77\x05\x5f\xf1\x67\xcf\x4a\xa7\xff\x5d\xd9\x6f\x56\x53\xde\x94\xc6\x7a\xf9\x1e\x58\x64\xd5\x78\x27\xa0\x09\x21\x58\xef\x03\x02\xd2\x79\x49\x25\x5d\xfa\x39\x01\x53\xb1\xaf\x0f\x96\x87\x80\xd3\x6f\xc2\xcc\xf7\x6d\x76\xf7\x50\x51\x4c\x25\x17\x10\x17\x09\x44\xe1\xd0\x88\xe0\x8c\xb2\x91\xa1\x97\xb4\xdc\xf8\xe9\x81\x22\x6c\x3a\x30\x92\x02\x35\xcc\xa2\xa6\xf3\xa9\xc5\xab\x54\x5c\x2c\x5a\x16\x05\x77\xeb\x6f\xa6\xe0\xb2\x83\xe8\x0a\xd5\x96\x15\x6b\x96\x01\xa8\x78\xc0\x57\x1e\x88\x9b\x5c\x5b\x65\x30\xe8\x00\x8f\x20\x54\x85\x6e\x49\x2c\xa8\xc5\x16\xad\x58\x41\x2a\xc6\x9d\x15\xe3\x69\x96\x22\xc3\x69\x02\x7d\x81\x40\x55\xd7\x96\x42\x4e\x19\x23\x4e\x91\x72\xc4\x58\xe7\x3c\xbd\xe3\x4e\x21\xaa\x7d\x64\x1c\xe4\xc5\x39\x1c\xa5\x59\x08\x43\x7a\x5f\x60\x33\xa5\x14\x8b\x32\xfe\x5a\xe1\x96\xe1\x3a\x93\x66\x83\x34\x84\x3b\xb9\x3d\x24\xa3\x01\x6f\x9a\x39\xad\xb7\x0e\x23\x83\x79\xf4\x2f\x58\x1b\x86\xc2\x6e\x83\xfd\xb5\x4c\x5c\x9a\x10\xb0\x66\x90\x39\x31\xf4\x4a\xe7\x85\xcb\xc0\x5a\x26\x8e\xda\x58\xf7\xa4\x1d\x11\xe3\x5f\x85\x7f\xa6\x71\x32\x37\x44\x98\x35\x5c\xba\xd2\xfc\xbb\xa4\x83\x0e\x26\x41\x32\x86\x7c\xf9\x32\x40\xe0\x17\xdb\xaa\xcc\xe8\x27\xf5\x2a\x54\xeb\x75\xaf\x41\xfc\x2c\xe8\x75\x3d\xc3\xd8\x79\x34\x60\x6e\x94\xc0\x2a\x80\xa0\x0d\x1a\xb3\x7b\x43\xe6\x03\x59\xb0\x24\xfb\xf0\x25\xa1\xeb\x41\x21\x6e\xa5\x41\xa2\xf4\x81\x63\x34\xf1\xbe\x90\x54\xf5\xea\x8e\x10\x83\xb5\xfb\xf5\x90\x73\x48\x57\x91\x50\xd1\x4d\x93\x2a\x26\x7e\x6d\xc0\xe0\xd9\x6f\x86\x40\xd7\x26\xa4\x2e\xc2\x2a\x6f\xf2\xcb\xd9\x57\x85\x6d\x1d\x86\x5f\xbb\xe7\xd4\x96\xd6\x3a\xc9\x34\xc0\x30\x27\xc8\x33\x49\xf5\xd4\x60\x9d\xcd\x75\x91\x22\x59\xb5\x1d\x89\x1e\x1c\x2b\x83\x1d\x92\xc1\x6c\xd7\x6a\x11\x01\x34\x8b\xaa\xda\x63\xa2\x9e\x57\x2c\xa8\x70\xfd\xaa\x33\x2d\x5a\x87\x94\x01\x3b\x70\x5d\x94\xe0\xde\xbd\xc0\xf1\xc4\xe5\xf6\x11\x6b\x97\xaf\xab\x66\x65\x4e\xbd\x26\xec\x1c\x32\x6a\x04\xff\x65\x64\x99\xbd\xae\x50\xd3\x5f\x6c\xd9\x22\xaa\xd8\xb1\xe8\x6e\xd1\x77\x42\x46\x0b\xe2\x0d\x59\x41\xce\x86\xa5\x37\xe4\x9d\x5a\x18\xdd\xdc\x90\x70\x99\x24\xa3\x81\x81\xb1\x36\x55\x43\x30\x88\x42\x50\x24\x07\x64\x57\x83\x3f\x4c\x20\x74\xb5\x97\x78\x30\x76\x43\x18\x17\xc1\xaf\xe6\x3b\x53\x77\xfe\x8c\xe9\x3c\x2e\xa2\x59\x1c\xe1\x63\xec\xcd\x1d\x23\x60\x6e\xcc\x89\xa9\xc1\x7a\x4e\xf7\xf0\xec\xdd\xf0\xf0\xe8\xe4\x62\x6f\x68\x32\x8a\x95\xa0\x56\x48\x9a\x61\xd4\xfa\x21\x7e\xbf\xf7\xc3\x02\x88\x8d\xeb\x83\xd5\xaa\xd4\x2e\x32\xed\x3e\x28\x19\xff\xb5\x80\xb8\x84\x05\x6f\x2d\x8e\xac\x52\x32\x1e\x63\xbf\x5f\xa4\xf3\xd1\x84\x9d\x48\xdb\x3a\x9f\x4f\x6e\xb8\xf4\xaf\x00\x53\x54\xa0\xef\x30\xbf\xec\x5d\x11\xab\xf0\x5a\x18\x0d\x96\xdf\xea\xe8\x62\xa2\xa6\x61\x5f\xb7\x63\xaf\x49\x2c\x93\xbf\xc5\xa4\xba\xba\xdf\x08\xdc\xba\xfd\x44\x75\x71\xc6\x3c\x75\xbb\x2c\xec\x20\xcb\x22\xe6\x2d\x32\xe7\xbf\x65\x73\xfc\x7c\xa9\xcd\x31\x1e\xd5\x01\x9a\x62\xff\x78\xf2\x8f\xb5\xee\x46\x50\x14\xc1\x68\x42\xff\xac\x6d\x83\x6f\x3a\xfa\xe3\xee\x6f\xb9\xf6\x06\x81\x0e\xc6\xb0\xfb\x5b\x9e\x26\x6b\xdb\x60\x8b\xbe\xbd\x89\x0a\xf4\x6f\x6d\x1b\xbc\x90\x1e\x10\x10\xc2\x33\xb5\x3e\x7b\x35\x8f\xe3\x7c\x94\x41\x98\x08\x5f\xd7\xb6\xc1\xb7\x8e\xd7\xdd\x51\x8e\x80\x6f\x39\xcb\x60\xfc\x7a\x09\x95\x8c\xef\x48\x09\x3a\xfc\xc3\x54\x2b\xf0\x52\x2d\xc0\xbf\xad\x6d\x03\xad\x36\xff\x46\xf0\x7f\xf7\xe4\x51\xc8\x45\x41\x3b\x08\x69\x93\xf0\xbe\x68\x66\xf0\x77\xd4\x43\xff\x60\xbb\x3a\x43\x74\x77\xb9\xc6\x39\xcc\xd3\xf8\x16\xe2\x8a\xad\x1d\x07\x68\xb1\x20\xc2\x80\xad\x21\xd1\x9e\x60\x1a\xcc\x2e\x33\xf8\xfb\xd5\xce\x93\x7f\x44\x37\xcd\xa7\xcd\x28\x24\xb6\x24\x60\x63\x83\x64\xca\xc0\xd6\x93\xc9\x7c\x7a\x0d\x33\x90\x66\x80\xc4\x07\x7a\xf2\x8f\x7f\x14\x93\x2c\xbd\xc3\x91\xa1\x8f\xb2\x2c\xcd\x9a\x6b\x07\x41\x92\xa4\x05\xb8\x89\x92\x10\x10\x59\x04\x8d\x35\xd0\x06\x19\xfc\x1d\xb4\xc1\x5a\xa3\xbb\xd6\xda\xe1\x4d\x8b\x42\x4c\xad\x4c\x64\xf7\x13\x7c\x90\xbc\x77\xe5\xd7\x3f\xc2\x87\xbc\x29\xf2\x87\x1e\xeb\xa0\x5a\xcd\x69\x30\x6b\x99\x40\x66\xa4\xe1\xa0\x6f\x66\xc8\xce\x13\x42\x6a\x97\x8e\x1a\xad\x9c\x06\x10\x73\x6d\xeb\xf9\x8e\x3a\x26\xbf\xf1\x18\x93\x78\xf8\x69\x08\xff\x58\x4b\x82\x29\x5c\xdb\x26\x59\x3b\xbb\x74\x1c\x76\xd6\xa6\x41\x94\xac\x6d\xaf\x95\x03\xb0\xb3\x36\xcb\xa2\xdb\xa0\x80\x6b\xdb\x48\x3b\x78\x54\x49\x78\xb1\x2a\x12\xd0\xf0\xe5\xf8\xe9\xd0\xad\x42\xfe\xad\x2f\x72\x4d\x70\xc8\xc9\x1b\x98\x05\x59\x0e\xc1\x4d\x10\xc5\x30\xdc\x06\x1b\x93\x74\x0a\x37\x1e\xe6\x61\x10\x6d\x04\xd9\x68\x12\xdd\xc2\x8d\x59\x96\x86\xf3\x51\x91\x6f\x6c\xf5\x36\x5f\x6c\x8c\xd3\xa2\x78\xd8\xc8\xb3\xd1\xc6\x38\x2a\x26\xf3\xeb\xee\x28\x9d\xd2\x0a\xe4\xd5\x6f\xf9\x46\x92\x86\x70\x48\x88\xc8\x37\x70\xdb\x36\xe2\xe8\x7a\x23\x08\xc3\x34\xc9\xed\x53\x09\xf8\x29\x81\xf7\x33\x38\x2a\x60\x08\x8a\xf4\x13\x4c\x40\x73\x73\xbb\xd7\xfa\x98\xfc\x9a\xce\xc1\x34\x78\xc0\x81\x75\x40\x90\x80\x60\x36\xcb\xd2\x59\x16\x05\x05\x04\x71\x1a\x84\x30\x03\x45\x0a\x26\x41\x12\xc6\x10\xaf\x33\xe0\x26\x42\xdf\xd0\x0a\xfa\x31\xf9\x0c\xba\x94\xbf\x1c\x1b\xf8\x03\x3d\x46\x9f\x19\xb5\xec\xd8\x06\x37\xd1\x3d\x0c\x77\xd8\xf3\x22\x9d\x6d\x83\xde\x0e\x1a\x3c\x0a\xc7\xbf\x5b\x59\x77\x97\xd3\x6c\xd9\xeb\xd2\xbc\x59\xd5\xf9\x2f\x57\x45\x4a\x39\x95\x72\x4a\xa4\x09\xb4\x8a\x90\x57\x7f\xa3\x63\x63\x3e\x8d\xcd\x32\x38\x0b\x32\x1c\xe2\xf3\x4d\x9a\x5d\x50\xbd\xb2\x89\xa6\x93\x0e\x10\xc2\x65\x32\x15\x06\x27\xe9\xd4\x1f\x0b\x3a\x06\x9d\xda\x48\xc0\xce\x8d\x8f\xd9\xf7\x1f\x93\x8d\x71\x07\x34\x3e\x66\x0d\xe9\xb8\x4f\x28\xbe\xf3\xe4\x91\xab\x22\x66\x82\x40\xdf\x42\xa9\x98\x3c\x29\x9d\x3d\xbc\xc5\xe2\x9d\x35\xe1\x6d\x07\x1f\x3f\x77\xca\xc8\x65\xd4\x6a\x45\x6c\x08\xee\xd6\x6b\x21\x36\xe8\xb1\xa4\x93\xd3\x38\x6c\xa3\x38\x9a\x5d\xa7\x41\x16\x1e\x06\x45\xd0\xcd\x61\x81\xfe\x36\x1b\x88\x90\x86\x0e\xdf\x18\xaf\x8c\xb4\x58\xd9\x67\xc3\x5b\x1b\x68\xc4\x93\x8d\x59\x1c\x44\x49\x4d\x04\x26\x5d\xb0\x64\xad\xc0\x20\x6c\x77\xcc\x7f\x89\xf2\x10\xe4\x05\x54\xb9\xc8\x98\x02\x6f\xbb\x79\x91\xce\x90\xb8\x05\xe3\x40\xbc\x47\x22\xc1\x96\xee\x85\xdc\x53\x68\x43\x19\x14\xa3\xc9\x7b\x04\x50\x52\xcb\x51\x39\x69\x27\x40\x42\xca\x39\x25\x51\xeb\x29\x26\x7f\x82\x8e\x8e\x8a\x4c\x28\xe5\x85\x1c\x2b\x8e\x8e\xdf\xfb\x22\xc8\x60\xd0\xc5\x83\x41\x89\xf5\x89\x4b\x90\x50\x6e\x98\x05\x8d\x0e\x50\x60\x70\x79\xcd\xa6\xdd\x51\x90\x8c\x60\x8c\x36\x18\x92\xae\xed\x21\x53\xa8\x88\x49\xae\xb4\x23\x08\xc2\x14\xa3\x08\x8e\x25\x11\x54\x0e\x55\x24\xbe\xab\x7c\x78\xb4\x4b\x23\xdd\xba\xfa\x10\xa5\x09\xee\xd8\x20\xb8\x8b\x90\x25\xcc\x02\x82\x18\x22\xd9\x10\x7e\x0a\xc2\x3a\x4d\x6f\xb1\xbc\xec\x65\x30\xf8\x29\x09\x61\x46\x1c\xd8\xe7\x59\x9e\x32\xe1\x25\x5d\xce\x1a\xc2\x45\x80\x9c\x5e\xce\x4a\x9b\xca\x06\x5e\xd9\x78\xb2\x33\xa9\x18\x4b\x1e\xd7\xd8\xea\xf1\x93\x4a\xa5\x08\x3f\x07\x75\x94\xa1\x49\xed\x28\x97\x61\x52\xfc\x02\xd6\xc1\x66\x4f\x3e\x01\x55\xea\x90\xa4\x7a\x65\x95\x5f\xab\xab\xfc\x8b\x79\x95\x34\x36\x7b\xbd\x9e\x5a\xe6\x26\x1d\xcd\xb9\x3f\x94\xed\xea\x46\x1a\x9a\x66\x7e\x29\x66\x64\x66\x86\x39\x0b\x71\x96\x39\x4b\x51\xa6\x39\xcb\x10\x26\x39\x8b\x70\xa6\x08\xd1\x64\x3a\xe0\x1b\x69\x7a\x74\x49\x13\xda\x8d\x38\x5e\x0b\x32\x89\xcd\xac\x71\x0c\x05\x79\x16\x25\xe4\xd8\xd7\x23\x7f\x59\x56\x7a\x94\xcd\x66\xee\x75\x42\x15\x15\xfc\x4e\x5e\x1e\x34\xca\x41\x5f\x6f\x8d\xed\x58\xe0\x80\x4d\x08\x96\x73\x81\xe7\xff\xce\x8a\xf7\xef\xac\x78\x7f\x59\x56\x3c\xc9\x38\xfa\xb7\xbc\x32\x9d\xdd\x81\x64\x4c\xe0\x91\x0d\xec\x40\x8c\xe4\x69\x4e\x04\x26\x14\xe1\x59\x67\x3b\x80\x24\x69\x37\x64\xc5\x5f\x2c\xd7\x97\x90\x1c\x34\x94\xd2\x81\x0a\x65\x24\x94\x78\x71\x15\x7e\x6b\xfa\x8e\x96\xbf\xca\xdc\x1d\x42\xeb\x24\xf3\x4f\xbc\x14\xd4\x31\xf9\x14\x0d\xe6\x86\x77\x65\xa2\x4f\xf0\x45\x0d\x58\x6d\xe4\x93\x45\x6a\x61\xfa\xd5\x6b\xd5\x55\x34\xc0\x48\x6a\x77\xca\xa5\xb5\x6e\xfc\x3f\x21\x76\x35\x05\x62\x90\x46\x50\xfa\x2f\x48\x65\xb8\xcf\x82\x4f\x96\x59\x17\x20\x83\x46\x16\x5c\xe7\x69\x3c\x2f\x60\xc3\xbb\x36\x51\x04\x1a\x3d\xff\x1a\x54\xbd\x68\xac\xbf\x7a\xf5\xea\x15\x9c\xfa\x54\x44\x6b\x28\x3e\x70\xc3\xad\x6f\x7c\xf0\x42\x06\x8b\xbd\xa2\xc8\xa2\xeb\x79\x01\x9b\x8d\x20\x8b\x82\xf5\x49\x14\x86\x10\xed\xef\x1a\xa8\x87\xcd\x2c\x92\x46\xa6\x21\x71\xb6\xd2\x5f\x32\x08\x3f\xbb\x9c\x61\x98\xb2\x49\x49\xb6\xc9\x01\x55\x57\xc4\x7a\x75\x55\x9f\x77\xc9\x6b\x59\xd1\x29\xb2\x63\x98\x4e\x61\x91\x3d\x94\xb1\x79\x64\xc6\x8e\x61\xb1\x9f\xce\x93\x30\x4a\xc6\x07\x58\x41\x3e\xa7\x6a\x8d\x28\xdd\x0c\x08\xd3\x4b\xfb\x7d\xd0\x43\x33\x28\x7f\xce\x54\xd1\x7a\x77\x35\x65\xc0\x07\x02\xf7\x69\xbf\x0f\x14\x54\x3c\x5e\x95\x70\x75\xae\x60\x35\x8f\x32\xa6\x41\xcb\xf0\x4c\x32\xc2\xd5\x68\x05\xae\xa1\x2c\xd9\xde\x8e\x26\x41\x96\x47\xff\x82\x23\x62\x07\xd3\xb0\xf5\x1b\x15\x93\x03\xd1\x92\x4e\x71\x33\x42\x2b\xa9\xd5\xd3\x48\x5e\x43\x25\x30\x16\x15\x52\x10\x14\x8b\x12\xb9\x52\xd7\xa2\x7f\x2b\x91\xff\x56\x22\x17\x56\x22\x2b\x35\xc8\x28\x1b\xcd\xe3\x20\x3b\x89\xf2\xc2\x53\x85\x14\x6a\x58\x75\x48\xa1\x4c\x73\x1a\xdc\xeb\x1e\x16\x8b\xa9\x8d\x01\x16\x3c\x92\x4c\x15\x0b\xa1\x00\x5c\x2b\x2c\x85\xae\xd0\x73\xa5\xc6\x06\x5b\xd9\x9a\xba\xa4\xd0\x4a\x49\x1b\xe3\x44\x2d\xac\x90\xe1\x86\x6a\x76\x59\x82\x5a\x96\xcb\xc0\x12\x78\xf7\xce\xc4\x66\x50\x9a\xeb\xec\x69\xbc\x93\x2a\xc9\xf3\xb0\x29\xf5\x0f\xf7\xe6\x16\xeb\x51\xd3\x5b\x6a\x8b\x66\x4d\x32\xc7\xf0\x5f\x46\x65\xd8\x2e\xdc\x46\xea\x04\x35\x86\xc5\xc1\xc3\x28\x8e\x46\x24\x2c\x49\xd4\xaa\x8e\xd6\x23\x0a\x03\x86\x6d\x5a\x75\x6c\x32\xf0\x05\x35\x74\x9b\x50\xc4\xcb\x49\x44\x2d\x59\x30\x0b\x02\xc9\x4b\x41\x5f\x82\x5d\x09\xb0\xa9\xd3\x24\x21\x90\xa8\xc0\xf2\xc0\x41\x59\x7b\x5d\xe9\x2b\xd2\xf9\xf3\x84\x70\x2c\xd4\x0d\x45\x5d\x0e\x4a\xca\xa0\x2d\x91\xff\x95\x7d\x7a\x93\x66\x47\xf8\xa2\xd9\xbf\x53\xed\x1b\x1c\x60\x5a\xcf\xd0\xa4\x78\x1d\x8c\x3e\xdd\x68\xe9\x6e\x18\xb0\x48\x0f\x57\x08\xd4\x40\x0c\x43\x61\x90\xea\x45\xcb\x7e\xc6\xcb\x05\x1a\xee\x43\x1c\x4f\x83\xf5\xee\x70\xd3\xde\xbf\x25\x81\x4d\x82\x05\x67\x8c\x1c\x6e\xb6\x3a\xa8\x5e\x75\x3a\xbe\x15\x6f\x3a\x8d\x3d\x85\x68\x92\x73\x27\x91\x48\x41\xfa\x9d\x60\xe5\xc4\x84\x2b\xca\x61\x02\x2c\x38\x73\x13\xce\x0e\x59\xb1\x75\x2f\xed\x6a\x9c\xa0\x4f\xea\xfa\xe0\x9e\xcd\x15\x67\x84\xfa\x58\xa5\xc9\x41\x41\x0e\xa4\x5d\x05\x93\x32\x66\x6e\x6b\x5c\xef\x81\x61\x4a\x56\x03\x92\x94\x20\xc5\x69\xbb\x12\xac\x09\x74\x55\x08\x4f\x61\x9f\x41\x93\x3d\x6f\xd6\xdb\x4f\x92\x46\x8b\x2d\x78\xf4\xe9\x97\x74\x66\xdd\x46\xfa\x8a\xa0\x88\x7f\x7d\x1d\xc7\x03\xf2\x93\xc7\x59\x1c\x8d\xe4\x5d\x2c\x0d\x2d\x12\xc2\x18\x16\xf0\xc0\x94\xfd\x28\x2a\xe0\x34\x57\xf2\xdd\xf2\xe9\x62\x88\xa6\x9e\xad\x1d\xf4\xf7\x35\x08\xb2\x31\x3e\x58\xe1\xd3\x0c\x18\x1a\x56\x05\x0c\xef\x72\x18\x81\x75\xb0\x85\x84\x8a\xd7\xba\x1c\x8a\x81\xe1\xe4\xcd\xab\x85\x3e\x60\xcc\x7f\x4b\xd6\x26\x49\x32\xd7\xc5\x16\x5a\x17\x2b\x1f\xa5\xc4\x4b\x77\x01\x6d\x89\xa3\x1e\x9a\x0c\xa3\xb3\x2f\x11\x6a\xe1\x06\xe9\x92\x67\xcf\x08\x2f\x2d\x5e\x00\xd6\xa5\x9b\xa6\x02\x06\xbb\x25\xbb\xd6\xd7\x17\x63\x07\x68\xcb\x24\xac\x42\xb3\x33\xe9\x9d\x22\x92\xc5\x7b\x8f\x45\x80\x21\xbd\x48\xe4\x50\x8d\x45\x68\xf1\x16\x67\xac\x93\xdb\xcb\x14\x28\xe7\xbc\x44\x42\xb1\xcf\x93\xe2\x22\xa5\x3e\xbf\x2e\x90\x2d\x66\xef\xce\x61\xea\xcb\xa7\x36\xd3\xb5\xfb\x22\x06\x5b\x85\x58\xf2\xff\xa8\x82\x2f\xcd\x8c\x02\xf4\xea\xcc\x35\xb6\x9e\x61\xed\xed\xcb\xdd\x69\x01\xe7\x33\x97\x22\xea\x74\xe3\xed\x91\xc9\x8f\x7a\x44\xa3\x9b\xba\x14\xde\x91\x14\xce\x58\xd3\xb6\x9f\x54\xf2\x5f\xb1\xc2\x16\x06\xb5\xe9\xb5\xce\xe1\x96\xd7\x24\x3e\x89\x6e\xd8\x41\x6b\x6e\x9a\xcb\x47\x24\xf0\x2b\x4d\x57\x65\xe4\xc3\xeb\xda\xa7\x87\x64\xec\xbc\x26\xa7\x91\xe4\xc7\x6e\xdf\xc9\x4d\xd5\x40\xb1\x41\x6a\xb1\xe9\x1e\xa4\xf3\x02\xa4\x37\x20\x0b\x92\x31\xd4\x4f\xf6\x64\xbc\x6d\x9e\xc2\xcc\xe4\xab\xad\xe0\xa1\x16\xb4\x98\x4f\x00\x32\x46\x45\x09\x88\xa3\xbc\x00\xd7\xf0\x21\x4d\x42\x80\x35\x2a\xd0\xb3\x23\xe6\xb9\xce\x34\x84\xd2\x04\x45\xf8\x59\xce\xa8\x3d\xf7\x6c\x9a\xb3\x4c\xef\x68\xd8\xf3\x66\xd1\x1d\xf4\x58\x7c\xa9\xa6\x79\xd7\xfd\x13\xe1\xfd\x2c\x48\x42\x24\x1d\xfb\x68\x0f\xcc\xab\x8e\x68\xc0\x34\x26\x00\xeb\x16\x81\x66\x2d\x95\xe0\x38\xe3\xff\x96\x23\x58\xac\xa3\x4f\x20\x34\x36\x9f\x54\xc9\x67\xaa\x54\x31\x99\xa2\x03\x02\x0f\x2d\x52\x2a\x67\x55\xf1\xcc\x9c\xf5\x8c\x9e\x69\x5a\xa5\x46\xd5\xca\xc5\x2a\xfa\xdf\x67\x66\x54\x96\x3e\xaf\x9d\x8f\xae\x78\xb7\x01\x2d\xfb\x1f\xc6\x35\x43\x39\x7d\x17\x28\xa9\x11\xe5\x4b\x39\x7d\x94\xa1\x58\x4e\xdf\xc5\x36\x5b\x8e\xdf\xff\x6e\x81\x0f\x0e\xd3\x29\x9d\xb3\x09\xb0\xf7\x69\x5a\x15\xdf\xcb\x54\xa5\x89\x7a\x57\xdb\xc4\xd1\xd3\x65\xf4\x47\x5d\x82\x1c\xaf\x66\x84\x84\x4b\x2d\xee\x5b\x94\xfc\x94\xa3\x4a\x7f\x3c\x8a\x07\xa0\x26\x72\xc4\xf0\x2d\x23\xcc\x40\xe7\x15\x19\x54\x2f\xee\x4b\xfd\x0a\x11\xd3\x15\xb6\x91\xda\x2c\x04\x95\x5b\x5c\x72\xcc\x7e\x0a\xef\xbc\x1d\x45\x55\x08\x18\xe5\x2c\x9d\x99\x01\x08\xac\xb8\x84\xe5\x15\x5e\x79\x37\x6a\xe4\xc7\xd9\xfe\x7f\x1e\x1d\x5c\x0c\x8f\x0f\x87\x7b\x17\x17\xe7\xc7\xfb\x3f\x5d\x1c\x61\x65\x53\x6b\x39\x1d\x34\xd2\x73\xca\xee\x0a\x46\x67\x30\x86\x41\xae\xb8\x8f\xe9\xd7\xe0\xc2\x5d\xf9\x4a\x1a\x51\xbd\xec\xa6\xf3\x38\x04\x68\xe5\x65\x14\x06\xbc\x7d\xf8\xf1\x03\x2c\x00\x95\x12\xc3\x55\x1e\xfa\x90\xad\xcf\x2a\x59\xaf\x8a\xf6\x28\x86\x41\xc2\xb3\xb3\x6a\x97\xd1\xa2\x60\xcc\xf3\x89\x52\xc2\xaf\x7f\x4a\xc9\xf4\x19\x0b\x82\xf5\x8b\x62\x8f\x50\x8e\x5f\xc5\x3d\x16\xbb\xce\x18\x89\x18\xa6\xf8\xbb\x16\x50\x16\x9a\xee\xf6\x7d\x99\xd8\x01\x51\xd8\x2d\x58\x04\xf2\xcd\x9e\x21\xfd\xcd\x02\x52\x2c\xf5\x44\x95\x2c\x33\xfa\x47\x71\x90\xe7\xa7\x24\xbd\xb5\x68\x11\xcd\xde\x47\x49\x02\xb3\xb7\x17\xef\x4e\x84\xf7\xf2\x22\x65\xa2\x8a\x79\x18\xfa\x32\x04\x01\x0f\x83\x22\x58\x4f\xaf\x7f\x5b\x8f\xc2\x86\xa5\xa6\xd8\x19\xe4\x2c\x8a\x2d\x79\x96\xb5\xc0\x4c\x9b\x79\x09\x34\x62\xb4\x2c\x85\xcb\xb9\x39\x7e\x21\x67\x8e\x11\x89\xfc\x90\x37\x83\x2c\xeb\x00\xc8\x83\x56\xd2\x7e\x0a\xb2\x8c\x07\x46\x45\x2f\x49\x58\x54\xd1\x3f\x80\x54\xc7\x1a\x38\xf9\xba\xf3\xc4\xc6\xac\x1f\x60\x02\xb3\x68\x64\xe3\xcf\xe2\x2e\x67\x93\x02\x66\x53\xd5\xa1\xe8\xf9\xe2\xfe\x63\x71\x74\x2d\x40\xc3\x5f\xf0\xf7\xab\xd6\x8e\xb9\x65\xd7\xf3\x24\x8c\x99\x09\xc2\xff\x0b\x00\x00\xff\xff\x45\xd0\x32\x65\x5a\x47\x03\x00") +var _staticJsBundleJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x59\x73\x23\x49\xd2\x20\xf6\x3c\xfc\x15\x5e\xec\xdd\x06\x50\x04\x41\x00\x3c\xaa\x8a\x2c\x74\x7d\x28\x1e\xdd\xf5\x4d\x5d\x4b\xb2\xa7\x67\x96\xcd\x8f\x13\xc8\x0c\x00\x59\x95\xc8\xc0\x64\x26\x48\x62\xba\x38\x4f\x92\xcc\xf4\xa8\x17\x99\x1e\xd6\x4c\xd7\x4a\xdf\xae\x4c\x26\x5b\xc9\xd6\xd6\x24\xd3\x4a\x32\x9b\xfe\x63\xb2\xf0\xb8\x33\x23\x01\xb0\x8e\x99\xfe\x6c\x07\xd5\x5d\x05\xc4\xe1\xe1\xe1\xe1\xee\xe1\x11\xe1\xe1\xb1\xf5\x10\x3f\x5b\x50\x1f\xce\x92\x20\x8f\x58\x52\x9f\xb0\x70\x16\xd3\xac\x01\x3f\xc1\xd6\x16\xdc\xd0\xc1\x94\x04\xef\x9f\x33\x96\x67\x79\x4a\xa6\x6b\xba\xc6\xaf\xb6\xb6\xe0\x7c\x4c\x41\x94\x87\x80\x04\x63\x6a\xe5\x5e\x93\x14\xa2\x24\xcb\x49\x1c\xd3\xf0\x95\x80\x09\x3d\xf8\xe9\xee\x40\x17\x2a\xc3\x4a\xe9\x1f\x66\x51\x4a\x41\x21\x63\x95\x50\x49\x70\x75\x25\x71\xba\x92\xa5\xaf\xae\x24\xce\x2f\xc2\x06\xfc\xe4\x83\xce\xc1\x1f\x8e\x69\xf0\x1e\xa2\xa1\xc2\x37\xca\x20\x4a\x4a\x58\xff\x2a\x1a\xd6\x8b\x58\x5f\x28\xe8\x97\x36\x78\xf8\xd5\xaf\x7e\x95\xd2\x7c\x96\x26\xa5\x6e\x9a\x0a\x2d\x7a\x3b\x65\x69\x9e\x1d\xd8\xd5\xee\x8a\x98\xa5\x94\xe4\x14\x08\x24\xf4\x46\x61\x57\x27\x49\x08\xd3\x59\x0e\x51\x0e\x51\x92\x33\xc8\xc7\x92\xc4\x0d\xbb\x36\x27\xb2\xac\xd1\x5b\x80\x06\xa7\xbb\x83\x78\xb4\x0f\x2a\xb3\xe9\x64\xc4\xfb\x30\x24\x71\x46\xdd\x54\xd9\x8b\x7d\xf8\xc9\xc1\xdd\x3f\x94\xbc\x4b\xc7\xb7\x34\x98\xe5\x14\xb1\x96\xf8\x79\x86\xf4\x57\x93\x12\xbd\x02\x12\xc7\x72\x34\x15\xed\x9a\x12\x82\xfa\xd7\xa4\x7b\x38\xa1\x51\x89\xd2\x49\x4c\x46\x36\x3e\x24\x83\x98\x91\x90\x86\x65\x84\x5a\x31\xf4\x20\x4f\x67\xb4\x12\xd8\xa9\x18\x78\x0e\x4e\x62\x03\x6c\x68\x41\xb7\x8b\x4b\x26\x71\x91\xb7\x19\xe2\xae\xdc\x8a\x2b\x19\xbc\x4e\x66\x13\x33\x03\x36\x78\x47\x83\x1c\xea\x86\x04\x32\xe7\xea\xca\x66\x10\x0f\x85\x5a\x13\xe8\x29\x30\x55\xa2\x58\x6a\xb0\x24\x27\x3e\xc0\x81\x87\x07\xab\x5a\x88\x42\x9a\xe4\x51\x3e\xd7\x6c\x01\x43\x96\x02\x1f\xfd\x28\x19\xc1\x98\xa4\x13\x96\xcc\x21\x9a\x08\xda\xde\x44\xf9\x58\x48\x00\x4b\x53\xde\xef\x80\x25\x39\xbd\xcd\x97\x20\x14\x41\x4f\xc3\xaf\x5f\x93\x78\x46\xb9\x52\x93\xe3\x81\xbf\x0f\xa0\x52\x1d\x85\x74\x18\x25\x14\x46\x34\xcf\x69\xea\xa2\xa9\xd0\x93\x63\xb9\x04\x8b\xd0\xc6\x42\xf3\x6e\x42\x26\xb4\x29\xa1\x17\xd4\x4a\x34\xac\x3f\xf0\x01\x62\x6e\xed\x46\x51\x1b\xbd\x41\x9e\x68\x09\xc4\xdf\xa6\x6c\x4a\xd3\x7c\x5e\x6c\xd1\xad\xf2\xab\x80\x25\xc3\x68\x34\x4b\xc9\x20\xa6\x5e\xd1\xff\x15\x4d\x66\x13\x2a\xf3\xb9\x4c\x14\xb2\x47\x34\xdf\x97\xdd\x70\x32\xee\x1a\x95\x3a\xaf\x92\xe4\x23\x9a\x1f\xd1\x21\x99\xc5\xf9\x31\x22\x5d\x60\x0e\x36\x99\x92\x3c\x1a\x44\x31\xe7\x1b\x64\x89\x84\x25\x9b\x6a\x30\x24\x4b\x2f\x19\x8c\xc4\x1e\x0c\x51\xa5\x40\x46\xae\x52\xe5\xa0\x2b\x39\x81\xaf\xbf\x56\xe2\x7b\x75\x45\x33\xc1\xda\xf0\xcc\xe9\xaf\x46\xd5\x74\xa2\x6e\x71\x9b\xa8\x7e\x51\x0b\x45\x56\xed\xf2\x00\xee\x60\xbf\x12\x82\x68\x42\x50\x21\x2b\xc3\x71\xd8\x16\x7e\xe5\x67\xbb\xba\xe8\x45\x13\x6a\xa4\xa6\x39\xed\xc0\xa3\x99\x44\xd6\xc1\x2a\x23\x24\x59\x6c\x9a\xb2\x9c\xe5\xf3\x29\x6d\x8d\x49\xf6\xe6\x26\x51\xcc\x86\xea\x7b\xc9\x08\x30\x7b\x04\x84\x1a\x6b\xc2\x54\x02\xb0\x7a\xba\x4a\x53\xe5\xfa\x0b\x04\xda\x20\x33\x9d\x0d\xe2\x28\xb8\x9a\x92\x7c\x7c\x75\xb5\x04\xdd\x29\xf4\x60\x7d\xbd\x0a\xe6\x4b\x46\x42\xa0\x49\x9e\xce\xf5\xb4\x92\x84\xaa\x07\x65\xf5\x20\x33\x7c\x16\x8c\xaf\x6d\x6e\x2f\x75\x76\xed\x31\xbb\xd3\xca\xfd\xd3\x3f\x56\x57\xea\x17\x6b\x5b\x0f\xa1\x0d\x32\xad\x6c\x0d\x36\x61\xe1\xa4\x0b\x3f\xad\xad\xad\xcf\x32\x0a\x59\x9e\x46\x41\xbe\x7e\xb0\xb6\xb6\x44\x19\xad\x1b\x41\x5a\x6f\xc2\x4f\x42\x1b\x0b\x05\x03\x5c\x75\x70\x29\x3c\x64\x93\x29\xcb\x22\x8e\xc6\x77\x34\x9e\xd2\xf4\xaa\x03\x3d\x2f\xf1\x3a\x7b\xb2\xca\xf1\x35\x4d\xf2\xe3\x49\xc4\x19\xba\xba\xb4\x2c\xfc\x9b\x88\xde\x70\x74\x2a\x0b\x76\xb7\x15\x26\x71\x34\x1d\x30\x92\x86\x95\x45\xb7\xdb\xaa\x68\x94\x06\xb3\x98\xa4\x2f\xa3\xac\x1a\xf0\x76\x57\xe1\x9b\x05\x64\x4a\xcf\xe8\x1f\x66\x34\x09\x68\x56\x8d\x89\x2c\xff\x22\x99\xce\xf2\xef\x48\x12\xc6\x8b\xfa\xf7\x48\x96\x7e\x4b\xd2\x6c\x51\xb9\x27\xb2\xdc\x29\x4d\x42\x9a\x2e\x28\xd9\x55\xbd\x7b\x19\x25\xef\xa3\x61\xb4\x08\xe8\x63\x59\xf4\x8c\xc6\x14\x59\xe8\x15\x49\xc8\x68\x11\x70\x35\x1e\x87\x63\x92\xbe\xa2\x24\x9b\xa5\xb4\x9a\x72\xaa\xf0\xf3\x94\xdd\x64\xa8\xa3\x7d\xc5\x14\x12\xaf\xd8\x2c\xab\x06\xa6\xfa\x1f\xb2\x60\x36\xa1\x49\x0e\x3d\xa8\x73\x55\xc3\x86\x70\x13\x25\x21\xbb\x81\x07\x3d\xa8\xcd\x12\xc1\xc4\x61\xad\x01\xcf\x64\x46\x4b\x57\xd9\x87\x64\x16\xc7\x02\xce\x0f\xa7\x2f\xce\x8f\xaf\x9e\x7f\x7f\x72\x72\x7c\x7a\xf5\xb6\xff\xfd\xd9\xf1\xd5\xf9\x77\xa7\xc7\x67\xdf\xbd\x79\x79\x04\x3d\xd8\x75\x4a\xf5\xcf\x0f\xbf\xbb\x3a\x7b\xf1\x2f\x8f\xa1\x07\xdb\xed\xb6\x24\xc1\xf7\xa7\x67\x6f\x4e\xaf\x9e\xbf\x7c\xf1\xfa\xd7\x57\x2f\x5e\x9f\x1f\x9f\xfe\xa6\xff\x12\x7a\xb0\xc7\x0b\xe8\x09\xe2\x9c\xa6\x93\x28\x21\x71\x9d\x4d\xf9\x6f\xbe\x54\x5b\x03\x00\xe0\x10\x32\x1a\x0f\xb9\xf5\x3a\x8e\xb2\x03\x4c\x8c\x86\x50\x7f\x50\xe7\xbf\x85\x71\x96\x04\xbc\x7f\x0a\x44\x43\xd5\xe5\x1f\xa9\x9e\xf8\x32\x44\x37\x41\xd2\x11\x76\x34\xbb\x68\x5f\x36\xc1\xfc\xea\x38\xbf\xba\x97\x0d\xd1\xda\x1d\xfe\xcd\x91\x68\x0d\xf4\x08\xc9\xb1\x3a\x30\x79\x01\x47\x83\x5b\xd9\xaa\x1d\x99\x22\x8a\xb8\x52\xdc\xb2\x7f\x0a\xb5\xcf\x7b\xd3\x30\xdd\x93\x63\x26\xa9\x01\xbd\x5e\x0f\x6a\xc9\x6c\x32\xa0\x69\xcd\xee\x9e\xce\xb7\xd2\xf8\x27\x60\x71\xb6\x0f\x4e\x47\x9d\x7c\x8e\xfd\xbe\xdb\x75\x27\x7f\x2c\xe4\x71\xdf\xa1\x87\x2e\x71\x67\x13\xc6\xa0\xa0\xbe\x7d\xf8\x80\x4b\x62\x9e\x29\x55\xe6\x7b\x3a\xcf\xea\x9a\x2e\xd2\x60\xc8\x1a\xad\x21\x4b\x8f\x49\x30\xd6\xaa\x19\xea\xef\xe9\xdc\xee\x1f\x27\x85\x04\x7b\xf1\x9e\xce\x2f\xa1\xd7\x43\xe6\x6c\x14\xfa\xeb\x96\x31\x43\x60\xa7\x1f\x38\x35\x38\x64\x55\x4c\x54\x7b\xd0\xb3\x2a\x2a\x1c\x31\xab\xd8\xda\x82\x16\x3d\x2d\xdd\xad\x95\xbf\x71\x8e\x51\x55\xcb\x38\xde\x59\x8c\x20\x73\x5b\x01\x8b\x59\x9a\xb5\x62\x9a\x8c\xf2\x31\xf2\xc3\x63\x0f\x23\xc8\x62\x06\xaa\xaa\x17\xb0\x24\x20\xb9\x19\x83\x2b\x99\x9e\xc5\x51\x40\xeb\x8f\x1b\x0e\xaf\xd3\x38\xa3\x4b\x1a\xef\xec\x7d\xbe\xd6\x3b\x7b\xf7\x6f\xbe\x7d\x9f\xe6\x45\x33\xed\x26\x6c\x76\x1b\xcb\x28\x81\x85\x9a\x7e\x08\x9b\xdd\xfb\x23\xfa\x19\x47\xa9\xb3\x77\x1f\xe4\xb8\x42\xa9\x6a\xe8\xc0\x94\x28\x89\xaf\x95\x37\x25\xa9\x98\x42\x54\xed\x01\x0b\xe7\x5c\xbc\xd5\x6f\x59\xe0\xc3\x07\xa8\xeb\xd9\xe3\x99\x9e\x7b\x5a\x23\x9a\x1f\xc7\x14\xd5\xc7\xf3\xf9\x39\x19\xbd\x26\x13\x5a\xaf\x71\x20\xb5\xc6\x45\xfb\x52\x4e\x34\x8d\x03\x07\xdf\x02\xb6\x99\xdd\xde\x88\xb2\x09\xcd\xd3\xf9\x45\xfb\xd2\xaa\xc4\x95\x99\x55\x09\x7f\xfa\x2a\x75\xec\x4a\x2a\x15\x7a\x70\xa1\x9b\x6e\x1a\x80\x97\x65\x11\x94\x4a\xd1\x1e\x50\x41\xc2\xa4\x5e\x0b\x49\xce\x97\x24\xc5\xa2\xa5\x01\x99\x0f\x48\x46\xa1\x07\x6d\x0b\x95\x79\x18\x65\xd3\x42\xda\x6d\xb1\x4c\xe1\x77\x30\x4b\x33\x96\x9e\xe5\x24\x2f\x42\x13\x39\xdf\x45\x61\x48\x71\x65\xc8\xd7\xbf\x0e\x85\x93\x6b\x9a\xe6\xc7\x2c\xb6\x12\xff\x30\xa3\x33\x0e\xa7\x56\xb3\x12\xb3\x20\x65\x71\x7c\xce\x8a\xa8\x89\xf4\xe7\x2c\xcf\xd9\x44\x4e\xcb\x82\xe6\x9b\xd0\x71\xf0\xc8\x72\x36\xf9\x35\x9d\xe3\x5c\x27\x0d\x3c\xe8\x49\xdb\xa2\x80\xee\xf3\x38\x4a\xde\xbf\x48\x72\x9a\x5e\x93\xb8\x5c\x88\x4c\xa7\x71\x14\x10\x4e\xdb\x5f\xd3\xf9\x94\x84\x9e\x8e\x59\x65\x0e\x11\xa6\xa7\x0c\x4b\xa3\x51\x94\xbc\x62\x21\xf5\x64\x46\x49\x46\xd3\xbc\x22\xf3\x26\x25\x53\x92\xb2\x59\x12\xca\x02\x62\x2f\x4d\xe7\x27\x2c\x9d\xf8\x30\x0f\xc6\xdc\x60\xcd\xcb\x19\xa3\xea\x9c\x98\x5e\xa3\x21\xd1\x2e\xc3\xe1\x7c\x7e\xc1\xcb\xdb\xac\x1c\xd2\xe0\x25\x0b\x48\xce\x52\x9b\x81\x3a\x6d\xb4\x14\xad\xa4\xeb\xbc\xdb\xf6\x24\x6e\x97\x13\x45\x6f\x8a\xa9\x13\xfe\x1b\x47\xd3\x56\x12\x19\x4d\xc2\x13\x16\xcc\xec\xb4\x59\x3e\x2c\x56\xce\x46\x69\x31\x69\x96\xde\x5e\xe7\xc5\x44\x2a\x14\x86\xd3\xf5\x28\x0e\x53\x9a\xd8\x12\x4f\x87\x29\xcd\xc6\x67\x39\x49\xf3\x72\xf2\x71\x12\xda\x0d\x93\x6b\x1a\xfe\xb6\x98\xf0\xbb\x62\xc2\x21\x8b\x33\x07\x14\x09\xc9\x20\xf6\x8c\xf4\x4d\x1a\xe5\xfe\x9c\x90\x0e\xfb\x79\xce\xf9\xae\xde\x86\xa7\x4f\x51\xf7\x7f\x80\x7a\x77\xf7\x11\xff\xf5\x44\xfe\xd8\xe3\x3f\xda\x0d\x57\x04\x64\x3d\x1b\x8c\xab\x87\xc9\x04\x87\xfe\xd2\xad\xc6\xb5\xef\x5b\x9e\x59\xe0\x96\x69\x4a\x87\xd1\x6d\x51\xa0\xa7\x2c\xcb\x3d\xc9\x91\xb5\x00\xe3\xdc\x48\x6f\x0a\x6b\xb2\x96\xfd\xd3\x36\x54\x15\x72\x99\xae\xa8\x96\x67\x2d\xf1\xa5\x5e\x6a\x40\x68\xd8\x86\x43\x69\xb1\x52\xd3\xaa\x44\xfd\xfe\xf0\xa1\x28\x19\x59\x61\xfd\xa5\xaa\x94\xd2\xcb\x55\x63\xb5\xca\x53\x75\x4c\x02\x2f\x4c\x6f\xec\x75\x60\x4b\x7f\xaf\x37\x0a\x23\x4f\x9f\xcf\x86\x43\x84\xe2\x8c\x05\x66\xbd\x48\xde\xa6\x6c\x94\xd2\x2c\xf3\x28\x90\x5b\x36\x1c\x9e\xd1\x24\x3f\x67\x87\x24\x0f\xc6\xdf\x4f\xbd\x4a\x26\xca\xe9\x59\xce\xa6\x53\xea\xd3\x70\xd9\x2c\x4d\xd9\x88\xe4\xf4\x6a\x1c\x8d\xc6\xc5\x61\x8c\xa3\x04\x4f\xa3\x78\x5f\xdc\x15\x7b\xcb\xfe\x59\xb7\x74\xf8\x80\x04\xef\x65\x07\xf1\x68\xcb\xd6\xe6\x22\xf9\x66\x1c\xc5\x14\xea\xd1\xe6\x66\x69\xd6\xc3\xf6\x5a\xd3\x59\x36\x16\x20\x07\x31\x49\xde\xbf\x8c\x12\x5a\x77\xed\x10\x5c\xcd\xf8\x46\xa9\x04\xb1\x58\xa0\x95\xd1\x5c\x90\xbb\x6e\x5a\x2c\x4f\xa9\x39\x19\xb8\xfa\x28\x9f\x4d\x39\x11\x33\x67\xf0\x66\x19\x4d\xcf\xb0\xd7\x51\x32\x32\xc4\xbd\x5b\x8b\x92\x31\x4d\xa3\xdc\xac\x4f\x9a\x8b\x16\x6b\x8d\x83\x35\x6d\x9d\x99\x7d\x3c\x9a\x92\x8c\x4a\x19\x36\x6b\x19\xd5\x41\xb9\x06\xad\x3b\x4a\xe2\x6b\xf8\x53\xfb\xb6\x33\x1c\xa2\x56\x70\xd4\xc0\xd7\x20\x32\x0e\xd6\xee\xac\xc6\x72\x92\x8c\xd8\xa1\x32\xe7\x2e\x10\x70\xed\xab\x2e\xdd\xde\xd9\xde\xab\x35\xe5\xcf\x20\x68\xb7\xdb\x6d\xfd\x73\x87\x3e\x21\x6d\x2b\x77\x87\xd8\xb9\xdb\x3b\x7b\xbb\x64\x47\xff\x7c\xb4\xbb\xdb\x7e\x34\xd0\x3f\xdb\x7b\x4f\x1e\x3f\x21\xfa\x67\xb8\x1d\x3e\x0a\x86\xfa\xe7\xee\xee\xee\xa3\xdd\x6d\xfd\x93\x0e\xbb\x4f\xba\x4f\xf4\xcf\xc7\x84\x76\xb7\x0d\xe4\x61\x40\x9f\xec\x98\xba\x8f\xba\x4f\x86\x16\x28\x12\x3e\x1a\x92\xc7\x16\x56\xb4\x4b\xbb\x06\x32\xff\x04\xb5\xb5\x4b\x8b\x14\xda\xa8\xad\x97\x69\xcd\xf9\x58\xe7\xfb\x88\x27\xad\xe5\x46\x13\x50\x88\xdb\xb7\xed\x76\x13\xda\xb7\xbb\x43\xfe\xf7\xe3\x47\xfc\x6f\x82\xdf\x43\xfc\x3e\x1c\x5e\x36\x21\x92\xb6\xa0\xd1\xb2\x43\x96\x42\xfd\x00\x22\x78\x0a\xdd\xce\xde\x01\x44\x1b\x1b\x8e\x9d\x3f\xcb\xeb\xe9\x45\x3d\x82\x2d\xd8\xde\x6b\xc0\x3f\x87\x3d\xf8\x00\xed\xcb\x26\xc8\xc4\x42\x5a\xc4\x7f\xb9\xdb\x0d\x15\x6d\xed\x94\x9a\xe2\xbd\x78\x0c\x1b\x10\xc1\x43\xe8\xb4\x0f\x5c\x14\x9a\xc0\xff\x73\x00\x6b\x92\xc9\x02\xa3\x26\x0c\x6c\x78\x72\x4d\x81\x72\x5d\xfb\xaa\x06\x1b\x30\xa6\xb7\xf5\xb4\x21\xbf\x8c\xd4\x97\x41\xc3\x0f\x96\xe7\x05\x0e\x40\xe8\x41\xd0\xca\xd9\x59\x9e\x46\xc9\x48\xec\x6b\x6a\xe4\x85\x64\x04\x6a\xc5\xf4\x14\xba\xf0\x0c\x6a\x6d\xde\x6c\x00\xfb\x10\xd8\x4d\xa8\xc2\x72\x05\x73\xd7\xa8\xdb\xc2\x78\x55\x1e\x75\x67\x79\x64\x97\xbd\x5e\xc6\x41\x6c\x96\xa3\x86\x6f\x7a\x78\x49\xa4\x34\xc5\x08\xc9\x02\xe5\x81\xda\x2d\x33\x05\x96\x84\x1e\xe0\x84\xf9\x22\xc9\xeb\x02\xd2\x45\x74\xd9\xca\x66\x83\x4c\x92\xa7\xd1\x04\x87\x44\x6c\x96\x8b\xc1\xb8\xd0\x49\xfc\x23\x2a\xc3\x37\xdf\xe0\x4a\xfc\x6b\xe4\xd4\x66\x45\x89\xc7\xfe\x02\x22\x5f\xe4\xe8\x0c\x97\x0b\x25\xc9\xd9\x2c\x2f\xd1\x5b\x6d\x90\xe8\xad\x27\xd1\x9b\xfd\x12\xa1\xa4\x0a\xa6\x13\xba\x0f\xfa\xac\xa8\x29\xab\xa8\xb5\x88\x3e\xa7\xc3\xc2\x34\x9d\xf0\xa5\xe2\x3e\xd4\x6e\xf9\x77\x59\x5a\xad\xd8\xf6\xe1\xe2\x71\xbb\x09\xdd\x1d\xb9\x67\x65\xad\x20\x1c\x30\x6a\x89\x34\x8f\x39\xa4\x41\xcc\x82\xf7\x12\xd2\x75\x94\xcd\x48\xfc\x9c\xc6\x6e\xbb\x53\x36\x7d\x93\x94\x52\xcd\x54\xb9\x0f\x9d\x76\xbb\xad\x53\x29\xe5\x8b\x91\xcc\x29\x1c\xd2\xc1\x6c\xe4\x62\x81\x9b\x80\xc2\x6a\x76\x8b\x46\x19\x37\x23\xcf\xf2\x30\x4a\x9c\x8c\x59\x46\x4f\x62\x76\x73\xc8\x92\x3c\x2d\x52\x86\x0c\xf8\xcc\xf6\x43\x14\xe6\xe3\x7d\x78\xec\x4c\x10\xd6\x56\xa0\x9d\x3c\xe4\xa6\xb9\x5e\x64\x50\x12\x8c\xeb\x15\xbb\x71\x4d\xf0\x6e\xc3\xb9\x9b\x64\x55\x5b\x64\x07\x4e\xd9\x56\xd5\x7e\x5c\xa1\xce\x9d\x7f\x3a\x55\x38\x57\x4e\xa5\x62\xde\xa7\xb7\x39\x49\x29\x11\xc5\xeb\x85\xf9\xd2\x40\x1b\xd1\xfc\x0d\xa2\xe3\x40\x7c\x4f\xe7\x4d\x50\x07\xe8\xda\x50\x79\xc0\xd3\x21\x4a\xca\x18\x37\x5c\x73\x25\x65\x37\x68\x69\x1d\xa7\x29\x4b\xeb\xb5\xd7\x4c\x2e\xfd\xc5\x21\x2e\x07\xb2\xce\x95\x18\xff\xb2\x01\xb5\xf5\x5a\xd9\x24\x12\x1b\xbc\xf6\x1e\x8c\xd9\x86\x74\x36\xe8\x4b\x9b\xd9\xa5\x3a\x1e\x91\xe5\x65\x14\x91\xbd\x54\xc9\x7e\x71\x54\xc9\x6e\xa2\x3c\x18\x97\xb6\x80\x03\x92\x51\xa8\x19\x29\xac\xed\x3b\x5a\x8c\xe3\x87\x08\xc3\x53\x63\xbc\xfa\x36\x6c\xd1\xaf\x28\xe3\xa6\x5f\xed\x8c\xe6\x39\xb7\x02\xf3\x31\xb5\xc4\x5b\xf4\x1b\x62\x6e\xbf\xe7\x63\x22\x5c\x61\xc4\x9e\x3b\xb0\x21\x6e\x99\x43\xed\xa0\x04\x97\xc3\xdc\xe8\xc1\x7a\x7d\x1d\x36\xac\xcd\x90\x0d\x58\x6f\x40\x94\x41\xc2\x72\x20\x71\xcc\x6e\x68\xd8\x5a\x2f\xd7\x0e\x58\x92\xb1\x98\xb6\x6e\x48\x9a\xd4\x27\xd9\xa8\x51\x2e\x22\x47\xd4\x5a\x0d\xa8\xcf\x5d\x89\x12\x7e\x76\x72\x06\xd4\x5b\x45\x18\xf3\x72\x16\xfe\xa6\xba\x82\x22\x24\x99\xb0\x19\x5f\xcb\x9c\xa7\xd1\xc4\x5a\x51\x19\x18\x9b\xd2\x19\xa5\x12\x42\x42\x69\x98\x9d\x8a\x05\x3b\x1e\x52\x99\x9d\xb0\x4d\x17\xbc\x59\x2d\x17\x3f\x56\xb3\x79\x1a\x4d\x70\x3b\xa0\x6e\xd7\x5d\x54\x4f\xed\xc4\xbd\x22\xf9\xb8\x35\x21\xb7\x75\x2b\xd5\xc5\xa0\xb9\x18\x01\xb5\x7d\x57\x00\xe4\xe9\x4a\x35\x20\x3e\x10\x36\x45\xaa\x68\x0f\x85\xad\x8e\x7a\xbb\xe9\x6e\xc0\x55\xc0\xbf\x2b\xa5\x96\x53\x2c\x6a\x4e\xc8\xed\x4b\xb9\x87\x5d\x35\x8e\x62\xf3\x48\x1e\x37\xb7\xb2\x79\x12\x88\xd5\x55\x3f\xa5\xa4\xde\x58\xc4\xa7\x83\x94\x92\xf7\xc5\x55\x9c\x9a\x29\xac\xd6\xca\xbc\xec\x64\x2f\x54\x17\x96\x4d\x50\xd0\x17\x6a\x8d\x78\x68\x4a\x70\xbb\x4b\x70\xfc\x41\x15\xa2\x45\xc8\x68\x55\xf8\x20\xcb\xed\xab\x56\x10\x93\x2c\xe3\xeb\xed\x56\xce\x46\xa3\x98\xd6\xd7\xd1\x94\xd9\x14\xd5\x37\x33\x5e\x7f\x93\x6b\xf9\x94\x53\x7c\x5d\x2a\x5d\x71\xce\xa7\x93\x6b\x05\x84\xee\xdf\xc2\x80\xa4\x2e\xec\x01\x49\x8b\x50\xbd\xdd\xb4\x2d\x8d\x0a\x0a\x16\x56\xd9\xde\xe1\xf5\xcf\x3d\x29\xcd\xb8\xa8\xba\x43\xe0\x9d\xef\x2b\x46\xcb\x66\x0d\x7b\x07\xb9\xd2\x06\x28\x81\x70\x5a\xa3\x09\xb7\xc4\x42\xa7\xd1\x4a\x32\xd7\x1c\x32\x0f\x90\xc5\x9a\xa0\x40\xd8\xfb\x73\x31\x25\xa9\xdb\xaa\xda\xe1\xae\x5b\x07\x7c\x85\xc6\xa1\xea\xd0\x1b\x16\xef\x98\x67\x34\xd7\xd0\xcb\x74\x54\x1f\x3c\xa9\xbe\x4f\xd7\x36\x59\x62\xf3\xcb\x5d\xd3\x7f\x9e\xdf\x58\x3c\xe0\x0b\x48\x51\x3d\xec\x65\x34\x53\x3a\x61\xd7\xcb\xd0\xd4\x73\x9a\x87\x4e\x8e\xa2\xe0\x38\x69\x92\x55\xd6\x58\x89\xf8\x66\xb3\xd1\xa5\xc0\x20\x92\x7b\xe3\x4e\x2f\x39\xf6\x0a\x13\x96\xe0\x4f\x6d\xcc\x36\xa1\x86\xe6\x6c\xcd\xb6\xc6\xe9\x75\xf1\x4c\x1c\xeb\xe8\x9d\xf7\xe2\x28\xeb\xdc\x7a\xc9\x19\xa7\x75\xd8\x6e\x1d\x9f\x1d\x72\xf3\xeb\xe2\x85\x33\xb2\x6b\x4e\xed\x32\xf1\x49\x18\xd6\x25\x6e\x36\x51\xb0\xa9\x31\xbb\x11\xa3\x5b\x2f\x66\x79\x45\x1d\xcf\x6a\xe6\x82\x0e\xa6\x7c\x69\xc9\xc2\xf3\x0b\xe0\xe8\x24\xca\xeb\x9a\x42\x3f\x61\x22\xaf\xb3\x8f\xdf\xf4\xc1\xf9\x5d\xa5\x22\x18\xc4\xb3\x85\x9b\x74\xee\xca\x82\x97\x2e\x2e\x2c\xf8\x98\x3e\x2f\x42\x59\x32\xa4\x1c\xce\x82\x11\x95\x94\x12\x33\x3a\xfe\x98\x37\x45\xe2\xdc\xa2\xcf\x67\x1b\xf7\x37\xf7\x1a\x77\x25\x74\xfe\xa1\x5f\x20\xd9\x2b\x8e\xb2\x91\x9d\xc2\x28\x4b\xa2\x7d\xc4\x20\x47\x49\x94\x7f\x1b\xb3\x41\x85\x76\xe1\xea\xf5\x0a\xbd\x87\x6c\xfd\xca\x53\x11\xbe\x9d\xe8\x8c\x3a\x5f\xed\xdb\xc7\x1f\x65\x31\xaf\xcc\xe5\x0c\x63\x67\x72\x1e\xb1\x74\x5c\x13\x6a\x01\x9b\xce\x0b\x2c\x42\x93\xbc\x28\xf7\x57\xc5\x83\xb8\x22\x0b\x08\x36\xf6\x0d\xaf\xe5\xf0\xd7\xe2\x8d\xa9\xf3\x1c\x6c\x47\xb0\x5b\x53\x90\xa5\xbc\x53\x6f\x08\xae\x28\x35\x25\x59\x4e\x25\x88\x1f\x52\x32\x9d\x52\x57\x20\x14\xf6\x4a\xae\xec\xd6\xed\xba\x76\xf3\xc2\xd3\xd5\x26\x8f\x25\x42\x58\xa9\xd6\xf4\x35\x5c\x49\xd3\xe5\x75\xb4\x4c\x49\xcf\xae\x56\x94\x9d\x44\x29\x1d\xb2\x5b\x67\x3b\xb7\x04\x19\x47\x20\x64\x37\xc9\xe2\x21\x53\x4d\x60\x46\x6b\x30\xcb\x73\xbe\xde\xee\x41\xd7\x67\xdf\xdb\x24\x4a\xa3\xd1\x38\x3f\x8c\xa3\xe0\x7d\x81\x4e\x57\x05\xba\x2c\x1c\xb0\x32\x13\xdc\x95\xfd\x57\x16\x75\x53\xde\x49\x98\xd0\x64\xb6\xbc\xa3\x5f\x06\xff\xbb\xf2\xce\x89\x3b\x5e\x2f\xa3\x64\xb6\x64\xb4\xc8\xec\x36\xe0\xb8\x7c\xd4\x60\xf5\xa0\xb3\x6c\xb4\xb8\x82\x3c\xa7\xb7\x39\x5f\xfb\x7c\xcf\x8d\x77\x3c\xd4\x96\x33\xe2\xe7\x1e\xb8\xe2\x5c\xc4\xb5\xd2\xd2\xb9\xc8\xd0\xe2\x3d\x9d\x7b\xf8\xb6\xa8\x67\xb4\x0b\x0f\x09\xf2\xe8\x9a\x4a\x2f\x1e\x78\x20\x74\xe3\xea\x4a\x07\x1b\x7f\x4f\xe7\x47\xec\x26\xe1\xcd\xc8\x4e\x34\xf1\xe8\xdc\x92\xdb\x12\x8e\xd3\x94\x66\xcb\x8c\xa0\xcf\x8d\xe4\x5b\xde\xe6\xbd\xb0\x9c\x4d\x97\xa0\xf8\xe0\x86\x64\xaf\x58\x12\xe2\x61\xf2\xaf\xe9\xfc\x4d\x12\x0b\x7f\x18\x5e\xd6\x3b\x7d\x8b\xcd\xcc\xc2\xa4\x79\xb7\x00\x21\x4b\x47\x2e\x1f\xdb\xfb\x8c\x87\x0b\x78\xd9\x80\x54\x10\x11\xf4\x56\x81\x58\x83\xea\x33\xeb\xa5\x6d\x06\xc6\x55\x1e\x4d\xc8\x9a\x34\x89\x82\xa2\x0b\x7d\xab\x58\x12\xc5\xa2\xee\x2f\xdc\x58\xa9\xc1\xd9\x34\x24\x38\x73\x2c\x6f\x51\x14\xfd\xf4\x26\x69\x12\xae\xd4\x1e\x4d\xc2\x55\x1a\xc3\x5c\x96\xd4\x6b\xd2\xac\xac\x86\x2d\x3a\x60\x5d\x4c\x50\x2e\x7b\x1f\xd9\x8c\x61\x90\x90\xe4\xa4\xc4\x22\xe8\x6a\x26\xfd\x2b\x84\xb7\x16\x96\x6b\xe1\xc8\x35\x01\xbf\xd3\x24\x5c\xc1\xc6\xcb\x68\x9a\x9f\xb2\x1b\x47\xf7\xa5\xec\xc6\xde\xb8\x96\x9b\xec\xa9\x74\x7b\x17\x57\x6b\xdc\x2d\x75\x04\xa0\x35\x49\x80\xf7\x56\x25\x05\xea\xb5\x30\xba\xae\x95\x1d\x0e\x52\x71\x38\x43\xa2\x84\xa6\xdc\xc8\xa5\x49\x78\x38\x8e\xe2\x10\x5b\xf7\x38\x2e\x89\xf3\x3b\x93\x29\x4d\xa2\x94\xdd\x54\x75\x8e\x4d\xa9\xbb\x2f\x2f\x1c\x2d\x9b\x30\xb4\xcd\xfe\x6a\x3b\xd6\xda\x3c\xd0\x07\x95\x61\x74\xed\x7a\xed\x08\xd7\x4e\xe3\xc2\x69\xa5\x1b\xe3\xe8\x81\x95\xba\x70\xaf\x5f\xf5\x42\xdd\x77\xce\x80\x28\xd8\x6a\x4d\xe1\x21\xa5\x34\x30\xd4\x16\xb2\xa8\xd0\x62\x37\x09\x4d\x8f\xd4\x98\xc8\xb3\x86\xdf\x44\xf4\xc6\x76\xb6\x32\x17\x1c\x2a\xab\x5a\xc5\xd1\x73\xb5\xe7\x56\x5d\xe6\x9f\x7a\x50\xda\x8b\x28\x41\xa8\xe6\x97\x8a\x2d\x0c\x5c\x45\xab\x05\xcd\x2a\x65\xc5\x09\xe8\xaa\x05\x37\xf1\xa0\x75\xb3\xa6\x8e\x22\xf0\x67\xe3\xe0\x23\xf7\xd2\x4a\x4d\x66\x34\xef\xe7\x79\x1a\x0d\x66\x39\xad\xd7\x72\xc2\x35\x04\xbd\xad\x35\x5d\x7f\x36\xb5\x2b\x7c\xac\x89\xb6\x2a\xbd\x0a\x35\xfd\x5d\x54\x85\xbc\x44\xb1\xc5\xd1\x07\xd2\xd7\x9a\xd9\xb8\xfe\x08\x54\x4d\x65\x3f\xb6\xe2\x7c\x69\x93\x2b\xfc\x85\x5d\xad\x44\xdc\x34\xd0\xf0\xb9\xc2\x69\x4d\x74\x0f\xdc\xcb\x95\x2b\x70\x57\xe5\x56\x23\x75\x19\xac\xe3\xe7\x67\x69\xcd\x7b\xe0\xea\x28\x5b\x2f\x96\x7c\x25\xb0\x1a\x82\x36\x2c\x9f\xa2\x2e\x7a\xf5\x69\x1f\xc1\x16\xc9\x73\x12\x8c\xcf\xd9\x11\x9b\x68\xb3\xb3\xe9\x56\xb6\x01\x8e\x71\x92\xfc\x98\xee\x16\x6a\xfa\x7b\x2c\x0a\xad\xd8\xe9\x02\x44\xbb\x8e\xb2\x44\x16\xe0\xa7\x8a\xd4\x7c\xf5\x16\x61\xb7\xb9\xb8\xa6\xab\x49\xc8\x2c\x67\xf2\x1e\x7c\xad\x09\x35\x36\x1c\xae\x5c\x8b\x4c\xa3\x9c\xc4\xd1\x1f\xe9\x3d\x2a\x66\x53\x1a\xc7\xc1\x98\xe2\x8a\xb0\x86\x07\xab\xfe\x6a\x39\x19\xbc\xe0\x1a\xae\xe0\x5e\xab\xf3\x49\x18\xa2\x35\xcf\x49\x40\x13\x9a\xd6\x3d\x9b\xb7\xf6\xac\x29\xb6\xdf\x2b\xf7\x30\x71\xda\xbe\x2b\xec\xb6\x2c\x6b\xb1\xb4\xb7\x58\xd1\xa0\x67\x3b\xad\xba\xbd\x22\x1b\x96\xb8\x4a\x21\xe4\x5e\xde\xd0\x56\x22\x9f\xac\xef\xc1\xf5\x85\x9a\x45\xbe\xb2\xb2\x51\xfb\x57\xd5\x15\xb6\xa9\xf2\x81\x2d\x5f\xb5\x6d\x95\xd2\x8a\xdb\x4c\x3e\x6c\xca\x2e\xcb\x4b\xa9\x53\x80\xe0\xea\x1a\x92\x9e\x45\x7f\xa4\x78\x82\xb8\x7c\x86\xc4\x63\xbc\x85\x1a\xa2\xdc\xb8\xa7\x05\x09\xc0\xf2\x50\xd3\xa7\xc6\x25\x3f\x35\xcc\xd1\xe6\x75\xbd\x6c\xb4\x49\x53\xab\xd4\x30\x2d\x4f\xb1\x81\xb9\xff\xaa\x86\xc5\xbe\x11\xdb\xb2\x7e\x15\xf5\xea\x02\xbd\x65\x41\xc5\xc5\x07\x5e\x8e\x88\xfe\x48\x83\x31\x49\x46\x34\x5c\x2c\x0d\x72\xbd\x63\x13\x49\x9f\x61\xde\x55\xb5\x32\x91\x38\xfa\x66\x70\xd9\x31\x73\xf5\xba\xa5\xbe\xd6\x85\x01\xee\x9b\xef\x9b\x55\x56\x44\xb3\xd4\x78\x85\xb3\x3c\x6f\xd3\xdc\x72\x6e\xa9\xaf\x25\xff\x7c\x8f\xd3\x3c\xaf\x5a\xbe\xcb\xdc\x2a\x26\xd9\xe8\xa3\x5f\x40\xb3\x3c\x25\x2f\x46\xb7\xe4\xd1\xbd\xea\x52\xf1\xca\xe9\xad\xbe\xef\xa1\xc0\x2d\x5b\x32\x2e\x46\x20\xa1\x37\xc6\xb2\x69\x3a\x3b\x67\xb7\x79\x19\x0b\xad\x7b\xd5\x16\x06\x4f\x38\xa8\x2a\xa4\x9d\xd1\x2a\xf2\x45\xcb\x5e\x86\xe3\xb8\x09\x73\xb1\xc8\xc1\x6a\xc9\xe8\xdf\x34\xd4\x47\x47\x8d\x03\x17\x60\xc9\xc6\x2c\x4d\x1e\x9f\xb5\xb9\x25\x3e\x29\x52\xaf\xa8\xa3\x19\xfb\x0c\x5c\xae\xd3\xe5\x91\x50\xa5\xff\x1b\xba\x70\xd1\x2c\x23\x23\xdc\x49\xfa\x1d\x9b\x41\x18\x85\xe8\x62\x35\x25\xe8\xb5\x45\xe1\xf7\x08\xe4\xf7\xfa\xe2\x32\x44\x09\xfc\xbe\x62\x89\x5d\x6f\xfc\xbe\xf5\x63\x62\xf9\x74\x29\xe0\x1b\x3d\xa8\x9d\xfb\x80\x25\xec\x06\xb4\xe7\x6b\xce\xe0\xf7\x79\x3a\xa3\xbf\x87\xc1\x2c\x07\xe4\xc6\x28\x19\x09\x5f\x37\x34\x85\x5a\xef\x32\xd8\x6e\xb5\xa1\xa2\x85\x28\x87\x9b\x28\x8e\x15\x40\x84\x87\xc6\xc8\xef\x5b\x56\x0d\xd7\x43\x4c\x54\xb7\xd8\x4b\x1f\x96\xea\xbb\x48\x66\xa7\x7c\x58\x3c\x24\xc4\x21\x70\x38\xf4\x4e\x6f\x4d\x15\x76\xfe\x4b\xfb\xe5\x1e\x07\x05\xc1\x16\xf6\xec\x35\xa2\xb9\x11\xd2\x06\x7a\x47\xc7\x64\x9a\xe1\x75\x16\x5d\xa1\x15\x65\x87\x2a\xbd\x09\x51\x76\xca\xb5\x36\xef\x82\xe0\x02\xab\x4e\x0f\x6a\x03\xc6\x62\x4a\x92\x1a\x3c\x83\x07\x26\x67\xdf\x82\xc6\xab\x61\x51\x84\x53\x73\x0f\x4c\x1f\x48\xf0\x5e\x47\x88\x92\xac\xde\x95\x85\x92\x2f\x71\x71\x3b\xdf\xd1\xfd\xc2\xa4\xe2\x3c\x54\x2b\xec\x50\xc5\x8c\x84\xfd\x30\x2c\xf8\x55\x12\x9e\xd2\xc4\x60\x50\x78\xe9\xc6\xde\xa3\x4a\x5d\x57\xbb\x05\x01\x55\xba\x3b\x8d\xfa\x7a\x6b\x6b\x1d\x36\x00\x01\xc2\x06\xd4\xb6\x6a\xea\x57\xf9\x68\xc7\x12\x2d\x19\xfa\x89\x93\x49\x61\xe5\x73\x2d\x95\x6d\xd5\x2f\x6a\xad\x2d\x04\x9a\x19\xf8\x6e\x6b\x97\x56\x6f\x16\x9c\x29\x29\xee\xa5\x62\x97\xe8\x90\x24\x5c\x5a\x39\x91\x80\xa8\xf8\x32\x5c\x60\xd8\x2c\x07\xc2\x6d\xb6\x09\x4b\xfe\xfe\x0c\x58\x0a\xa7\x02\x95\xbf\x3f\x03\x9a\x5c\x47\x29\x4b\x9c\x3d\x24\xf0\x3a\x46\x56\xf9\x9f\xf8\xe6\xfc\x6a\xc7\x13\x9f\x01\x85\x0a\x9c\xcf\x7a\x68\xae\x69\x14\xd6\x5b\x62\xcd\x73\x13\x85\x74\x93\xd7\xfb\xe9\x06\x7d\xb3\xb5\x2f\xa8\x6d\x44\x60\x16\x3c\x84\x2e\x6c\xc0\xfa\xf4\xf6\xe0\x6e\x1d\x36\x1c\xa6\xac\x2b\x70\xe2\xfe\xe5\x8a\x00\x15\xb0\x46\x15\x34\xd4\xc3\xdf\x40\x18\x5d\xff\x34\xa6\xd1\x68\x9c\xfb\xa1\x89\x3c\x03\xae\xd2\x85\x42\x49\x44\xe5\xe1\x3a\xde\x5e\x75\x15\x8a\xb3\x23\x89\x67\x09\xa8\x13\xb6\xbb\xd2\x30\x55\x70\x32\x9a\x84\xcf\xf1\xe8\xad\x70\xbe\xc0\xe1\x8a\x33\xb9\x26\x4c\x99\xe5\x13\xa5\x0e\xea\x60\x44\x73\x53\xd3\xe4\x4f\x19\x1f\x6a\x19\x35\x85\x2b\xa8\x53\x72\xf3\x7c\x9e\xd3\x43\xc6\xd2\x30\xab\xd3\x6b\x81\x5c\xc1\xaa\x11\x21\x3d\x0c\x75\x54\x0a\x5e\x12\x57\xe5\xb3\x82\x77\xc6\x83\x29\xcb\x1a\xce\x18\x14\x0f\x9d\x78\xf7\xc4\xf9\x8f\xd5\x17\x0b\x8a\x72\x6a\xa4\xd7\x2d\x76\x4d\xd3\x34\x0a\xe9\x39\x57\x6f\x1f\x3e\x00\xbd\x46\x4d\x57\x54\x64\xc2\x5d\xcf\x9c\x47\xbb\xbe\x7a\x48\x00\x4d\x6d\xd1\xe6\x41\xa9\x44\xc1\x03\xb0\x00\x76\x36\x5d\x08\x54\x0d\xe1\x4a\x00\x6f\xc6\x94\xc6\x1e\x70\x85\x0a\x77\x96\x42\x71\x58\xe3\x15\xbb\xa6\x95\x8c\x01\x3d\x85\x56\x81\x45\x7e\x51\x2c\x20\x71\xdd\x70\x29\xb7\x88\x31\x0a\x74\xa0\x49\xc0\x42\x8a\x26\x70\x13\x82\x71\xe9\xc8\x51\xac\x72\xe4\x0d\x6c\xdf\x01\x77\x20\x42\x53\x74\x77\x77\x1b\xa5\x81\x90\x3a\x15\x6d\x6a\x3c\xb6\x28\x7a\x2c\x4b\x00\xdf\x40\xa7\xfb\xa8\x5c\x9d\x83\xe6\x39\x6e\x1d\x03\x2d\x18\x7b\x5d\x8f\x0a\x93\x46\x11\xd1\xf6\x8e\xa7\xa9\x55\x31\x7d\x8a\x98\x7a\x4e\xf0\x2b\xb0\x82\x92\xc3\xb2\x07\x3b\x87\x12\x7e\xfc\x34\x39\x78\x76\x59\x44\x2c\xbc\x6f\x0f\xdb\xf0\x41\xc0\xfa\x06\x74\x2c\x94\xaa\xc2\x8f\x55\xe1\xaf\xa1\x7d\xbb\x7d\x52\x2c\x5e\x8c\x36\xe3\x11\xa2\x32\x9f\x15\x58\x08\x39\xc8\x04\x06\x28\x12\x4f\x72\xf0\xd7\x3d\xd8\x76\xdb\x9e\xb2\xac\x75\x0b\x9b\x65\x9d\xc0\x33\xe6\xbe\x0c\x0c\x55\x45\x72\x02\xbd\x72\xdc\x30\xdb\x65\xad\xbb\x53\x2b\x0f\xae\xe5\xa2\xd1\x2e\xd3\x1f\xc1\x72\x33\xbb\x53\xa8\xaa\x4d\x23\xc7\xc5\xa3\xba\xfe\xf6\x0a\xf5\xbb\x0b\xea\xef\xae\x50\x7f\xbb\x8a\xbf\xcb\x55\xab\x1b\x6a\xd7\xca\x62\x87\x19\x7f\xba\xe0\x66\x9b\x18\x9d\x0d\xa8\x35\xd5\x2f\xbc\x85\x73\xf9\x63\x5a\xa8\x87\xc3\x8f\x6e\x84\xb8\x2c\x3f\x58\xa8\xce\xee\xca\x9c\x63\xe2\x51\x7c\x41\xce\x59\xce\x00\x7a\x52\xe8\x7e\xd4\xf8\xeb\xea\x3b\x1f\x35\xfc\xba\xfa\xde\x47\x8d\xbe\xae\xbe\x5d\x35\x36\x0b\xe5\xa5\x56\x02\xb8\x21\x41\x7a\x32\x6a\x07\xbe\xe2\x0e\x82\xf0\x0c\x76\x60\xdf\x47\xe5\xaa\xea\x38\x70\xf7\x2a\x7d\xbb\x3a\x6a\xbc\xf8\x94\x2f\xa3\x3f\x7c\xa8\xc0\xe9\xeb\x9b\xe2\x35\x87\x15\x18\xd7\x04\x24\x29\x32\xee\xfd\xf9\x13\x6b\x6c\x6c\x78\x4a\x17\x13\x57\x1d\x52\x3d\x84\x82\x2e\xb6\x44\x1f\x38\x12\xfd\xea\x23\xba\xae\xc2\xb3\x7c\x7a\xc7\x57\xec\xce\x53\xef\xc0\xd6\x15\xd7\x7d\x0d\xdb\x0d\xcd\x7a\x3a\xed\x4f\xdb\xb0\x2f\x7f\x35\x60\x13\xb6\x3d\x72\xf7\x79\x38\xac\x8a\x7b\xfd\xf8\xd5\x26\x35\xd8\x47\xba\xaf\x4c\x78\x6b\xe2\xbb\xb0\xe2\xc5\x39\xb6\x9d\xec\x68\x45\x2e\x76\x68\x51\xa6\xed\x3b\xbe\xe2\xa0\xbc\xe2\x7c\x24\x2e\xea\xb7\x86\x29\x9b\xf0\x15\xf3\x21\x0b\xa9\x74\xe5\x16\x39\x62\xc7\xb5\xe2\xfa\xbf\xb3\x08\xab\x58\xbe\x65\xe3\x68\x98\x37\x61\x42\xd1\x80\xcd\xd3\x18\xc3\xa0\x7f\xd9\x45\x90\xd6\xa7\xf4\x5a\xb9\x76\x3e\x10\xbe\xe7\x5e\xc3\xed\x19\x6c\xe8\x82\xde\x02\xfb\x1c\xd0\xcd\x38\x0a\xc6\x0b\xe1\x08\x58\xba\xe8\x26\x74\x2a\x8b\xed\x17\x3c\xe1\xd5\x47\x8b\xa8\x71\x79\x7d\x75\xf6\xe2\xb8\xea\x86\xa0\xee\xa8\x3d\xbb\xc1\x33\x68\x6b\xc9\xc1\xa4\x1d\x78\x06\x1d\x9d\x54\x6e\xb5\x7c\x3d\xf0\x23\x16\x89\x55\x93\xd8\x42\x70\x47\x6f\x5e\xa1\x26\x12\x47\x22\x4b\x86\x32\xa4\x39\x89\x62\x78\x0a\xed\x8a\x61\xdc\xdb\xa9\x18\xbe\xbd\xdd\xcf\xb1\x6c\xb5\x50\xc1\x32\x47\x34\xce\xc9\xef\xe0\x9b\x2f\x82\x8f\x15\x3e\x92\x4b\x90\x68\x16\xbf\xfe\x9a\xce\xd5\x0c\x6d\x6f\x35\xa3\x7a\xa1\xd7\x2d\xfe\x4d\x14\x79\xec\x16\xe1\xc2\x27\x8a\xf0\x6f\xa2\x48\x67\xaf\x00\x86\xe1\xe6\x2d\xb6\xf8\x41\x00\xfd\x80\x15\x0f\x7c\x6b\x86\x6e\xc5\x9a\x81\x43\xf9\xba\x57\xa8\x57\x58\x00\x9a\xd5\xab\x15\x7f\xcc\x07\xa8\x67\xe3\x67\x80\xe8\xd1\xa8\x6f\x77\xb9\xae\xe6\x45\x9f\x3e\x85\x6e\xa3\xa1\xa7\xce\xd2\xe6\xa1\x9d\xac\xf7\xc2\x69\xbc\xc0\xc5\xdf\xbf\xde\xb6\xaf\x64\x2c\x9c\x02\xdc\x0d\xae\x82\x86\x2e\x6d\x48\xaf\x40\xd9\xa2\x96\xec\x19\x89\x2c\x4e\xcc\xfe\x96\x2d\x6a\x58\x81\x6c\xdd\x32\x1e\x8b\xc1\x1e\x23\x07\x16\x4b\xe4\x32\x40\x9f\xe7\x0a\x84\x26\xec\x9a\xd6\x9a\x7a\x1b\xa7\xb8\x71\x82\x75\x54\xd4\xba\x52\x7c\xd7\x0a\x98\xae\x03\xf6\x6c\x5a\x18\x9f\x55\xba\xbe\x5a\xa7\x34\x22\xc3\xe1\x7d\x7b\xb7\xb4\x2a\x76\x62\x36\xf5\x54\x59\x36\x2c\x60\x9d\x56\xb8\xc3\xb4\xa8\xe6\x9d\x71\x48\x46\x4e\x17\xda\xed\xb3\x72\xb9\x26\xa8\x1a\x50\xa7\xf4\x87\x0f\x50\xd8\x62\xf0\x66\x5b\xeb\xc8\x8f\x12\xa9\xcf\x4d\x83\xfb\x0a\x3a\xef\xa1\xba\x20\xcf\x92\x1f\x78\x0b\x1f\x8f\x60\xce\x66\xc1\x58\x39\xc2\x7f\x39\x2c\xcf\x79\x33\x22\x90\xc2\xa7\xa1\x2a\xe5\xe1\x0b\x63\xaa\xf6\x83\x57\x47\xd4\x7f\xa6\x11\xd2\x2c\x4f\xd9\xbc\xfa\x4c\xc8\x8a\x07\xe9\x8b\xda\x57\x91\x75\x85\x97\x7f\x54\x4c\x1e\x9d\x3c\xd6\xc1\x16\xdd\x63\xf7\xbb\x02\xd4\xd2\x09\x8b\x2a\xa1\xef\x38\x2b\xbf\xe4\xaf\xbf\x76\xbd\x00\x85\x8b\xce\x6b\x16\xd2\xd2\xf1\x6f\xb9\x88\xbc\xe2\x59\xe9\xc9\x53\x7d\x8d\x5f\x45\xef\x30\x48\x4a\x9f\x0c\x9a\x84\xce\x19\xa7\xed\xcd\x51\xc2\x48\xbb\x79\xe0\xdd\x00\x19\x01\xc3\x86\xb4\x18\x8d\xf2\x8d\x82\x55\x31\xd2\xfe\x9d\x36\x4a\xe8\x23\xa5\xc2\x21\x62\x65\x74\x98\xea\x71\x08\x25\x5f\x29\x28\xbb\x8a\x8a\x6f\xf3\x53\x76\x53\x8f\xca\x47\xcb\x55\xf1\x09\xf4\x0d\x6a\x2f\x0b\x1a\x4f\x7c\x2b\xee\x6f\x89\x8e\x6e\x4c\xe0\xce\x41\x91\xca\xf2\x7e\x31\xff\x31\x97\x2e\x1a\xf3\x25\xb4\x15\xfe\x21\x0e\x4e\x51\x26\xae\x50\x86\xf6\x89\x1f\xde\x65\x28\xd2\x96\x3a\x91\xb0\xad\x54\x1d\x5e\xa4\x22\xa8\xa4\x09\xe6\xd2\x29\x5e\x23\xc2\xf8\x2c\x9b\x9b\xee\x4c\x23\x72\x30\xe0\xca\x03\xdc\x0b\xf4\x8d\x10\xe6\xdb\x35\xed\xfd\x71\x03\x5b\xed\xce\x18\x92\x3b\x91\x23\x4b\x18\xab\xe8\x2f\x06\x82\x6d\x4c\x8a\xeb\x25\x26\xcf\x09\x11\xa4\xe3\x25\xf3\x52\x9b\x85\x48\xca\xb0\x29\x3d\x98\xac\x68\xcb\x06\x33\x84\xdb\xf3\x04\xde\xb9\x47\x98\x4e\xed\x63\xd3\x04\x33\xa6\x8b\xce\xf2\x2d\x78\xd9\x14\x83\xea\xa5\xec\xa6\x09\xca\xdd\xe7\x3e\x90\x4d\x50\x50\x1d\x64\xba\x34\x72\x66\x64\x91\x72\x0b\x46\xb6\xc8\x13\x2b\x8e\xdf\x4a\xe3\xe8\x72\x8b\xfb\xad\x4c\x90\xf2\x48\xeb\x0e\x36\xb5\x23\x94\xc5\x72\xc2\x31\x01\x3d\x54\x0a\xf4\xb0\xbd\x4d\x2a\x4a\x09\xa6\x28\xbb\xa5\x68\xa7\x2e\xd3\xb1\xea\xc0\x28\x58\xf6\x48\xf4\xdd\xf2\xc7\x8b\xb2\x69\x13\xb2\xd9\x14\x0f\x54\x05\xf5\x8e\xed\x0b\xb3\x78\xff\x92\xd7\x7a\x5a\x35\x68\x82\x9e\xbe\x41\x5b\x70\x13\xb3\x34\x5e\x1e\xcf\x26\xbd\x56\xc4\x16\x36\xec\xe1\xfb\xc6\x1e\xbf\x92\x28\x54\x84\x80\x2d\x6a\x01\x01\xb6\x07\xfc\xdf\x82\x52\x93\xad\x2c\x6a\x64\xb1\x3e\x30\x6e\x39\xa6\x6c\x81\x82\x0e\x94\x76\x51\x68\x1e\x2c\x18\x93\x95\xd8\xa0\xd0\xdb\x05\x3e\x7b\x8b\x18\xe6\x2d\x19\x15\x3c\x68\xa6\x64\x44\x0f\xd9\xcc\x60\x63\x31\x2a\x67\x2f\x53\x00\x1e\x42\xdd\x6d\x6b\x49\x63\xe7\x4c\x04\xa1\xaf\x0a\x0f\x64\xda\xd8\x5c\x99\xe3\xcf\x99\x0e\x60\xbf\x1c\xac\x25\xd5\x9b\xab\x08\x55\xd9\x76\xb3\xfd\x5b\x8d\x79\x27\x82\x1b\x0b\xe5\x6c\x1d\xb5\x15\x03\xb9\xb5\xdc\x88\x90\xdc\xd8\x13\x9a\xad\x1c\x53\x5a\xd9\x81\x36\x78\x15\xd5\xad\xb7\xf0\x31\x1f\x4f\x34\xe6\xaa\xdd\xe2\xa3\xc3\xed\xe2\xb4\xec\x8b\x6e\xed\xf3\x48\x7c\x60\xb0\xb3\xa2\x65\x2f\xc2\xda\x23\x1c\xe5\x60\xdb\xa6\x29\x58\x14\x3e\x29\xa3\xf9\x79\x34\xa1\x6c\x96\x2f\x0b\x91\x14\x25\x09\x4d\x7f\xe0\xed\x38\xee\x81\x4b\xac\x25\x53\xab\xd2\x35\x4a\x74\x91\xd3\x48\xe9\x08\xbb\xd3\x72\x16\x69\x37\x4b\x2f\x2a\xc9\x96\x65\x3c\x6e\x03\xa5\x82\x4e\xd6\xf1\x82\x55\x16\x37\xf1\xec\x0e\xf1\x62\xdc\xba\x43\xff\x02\x01\x49\xdf\x17\x7d\xd7\x84\x20\x6b\x42\x30\x6e\x42\xc0\x42\xda\x84\x98\x4f\xf6\xc1\xf8\x0a\xbd\xce\x9a\xc6\xe4\x73\x58\xd6\xcb\x92\x65\x74\x71\x5e\x58\x34\xee\xde\x89\x63\x29\x5f\x16\xc3\xdf\x55\xf2\x66\x21\x98\xe2\x9d\xd7\x54\x46\x13\x54\xab\x72\xbf\x39\x7d\x9c\x84\x9e\x12\xc8\x81\xd2\x0e\xc7\x3c\x11\x24\x5f\xfc\x53\x3c\x55\xb7\x0b\x64\x34\x47\xfb\xbd\x8e\xb5\x8b\x85\x4a\x76\xc0\xbc\x58\xc2\x31\xf2\xed\x6e\x34\x8b\x58\xfb\xcd\xb1\xe5\x12\xf8\xe5\x84\xcb\xdc\x22\xad\xb6\x3e\x17\xc6\xd9\xaf\x12\x4b\xac\x14\x27\x2b\x28\xe4\xba\x70\x99\x80\xda\x8f\xe9\x8f\x25\xcf\x5e\x03\x50\xdc\x06\x3c\x54\x0f\x9c\x84\xec\x26\xf9\xce\xb3\xa4\x0f\x3c\x05\x6c\x5d\x60\xb9\xb2\x57\x43\xac\x63\x14\xd1\xa3\xe3\xb7\xa7\xc7\x87\xfd\xf3\xe3\x23\x7c\x8d\x11\xdd\xc6\x07\x14\xc4\xc2\x3d\x84\x8c\xb1\xa4\x05\x6f\x63\xca\xa7\xa8\x59\x46\xa1\x00\xcf\x7e\x82\x85\x03\x4c\xb2\x9c\x92\x50\x79\x99\x2f\xf0\x30\x47\xd2\x2c\x02\xe6\xed\xe3\x8a\x74\x2b\x3c\x0c\xe3\x21\x9c\x5d\xc2\x75\xd1\xad\x80\xe1\x4d\x5f\x10\x14\xf0\xbb\xf9\x94\xa6\x39\xbd\xcd\x5f\x46\xc9\x7b\x1f\x2a\x85\x37\x7f\xcc\x1c\xe6\xdd\x3b\x28\xdd\x8a\x97\xfe\xce\xa2\xe3\x40\x60\xac\xda\x03\x5e\x5f\x3d\xb3\x06\x03\x3a\x64\x29\xb5\xc3\x27\xd3\x84\x0f\x7b\x80\xef\x0e\x7b\xee\xcd\x9b\xed\x86\x8a\x4e\xd4\xdd\x17\x88\x3e\xd2\xd6\xb3\x60\xff\x86\xc4\x51\x28\x5e\xd7\x91\x6e\xdf\xee\x90\x79\x3c\xdb\x3f\x0f\xa1\xae\x75\xc3\xda\xe1\xfc\x73\xd1\xab\xdc\xa7\x7a\xc1\xa7\xfd\xe3\xe8\x96\xd2\x51\x94\xe5\x34\xe5\xe3\xf1\x8a\xcf\x39\x05\xa6\x4a\xe9\x88\xde\x36\xd5\xe8\xeb\x57\xa3\x56\xdb\x9f\x42\xcd\x21\x80\xbe\x08\x4b\xaf\x99\xf8\xda\xae\x6c\xaf\x62\xf2\x58\x10\x53\x56\x3d\xd9\xab\xda\x5f\xac\x78\x43\xba\x8c\x12\x1a\xd0\x6a\x7d\x2f\xe7\xfa\xdb\xb0\xe0\x7a\x6d\x88\x15\x7a\xba\x78\xbf\x6e\x4c\xb2\x33\xeb\xfe\xcb\xe2\x70\x82\xa5\x0b\x54\x76\xed\x05\x51\xcb\x3f\xa1\x05\x9d\x70\x8e\x77\xd5\x16\x44\xe5\x5c\xdc\x88\x1f\xba\x5b\xb1\x3a\xf2\xba\xa8\xd8\x8f\x17\x04\xf9\xac\xc0\xbc\x1f\xc7\xd5\x60\x65\xfc\xa2\x42\xbc\xb9\x12\x07\xf9\xe7\x08\x65\x73\x7a\x73\x11\x0c\x37\x3d\xd1\xaa\xf0\xdc\x8f\xf1\x6f\x19\x78\x83\x5c\xda\xf7\xdb\xe4\xde\x6d\x29\xf6\x8e\x0c\xd8\x24\x23\xed\x78\xcb\x34\x8a\x91\xa2\x3c\xdb\x62\xd6\x92\xd4\x6b\x31\x3b\x2b\xde\xf2\x7d\xa7\x45\xfd\xf3\x9a\x7b\xb8\xe3\x4b\xb3\x59\xac\xad\x63\x7a\x4d\xe2\x19\xc9\x29\xa7\xa7\x63\x9a\x9b\xc3\x17\xdc\xb6\xc4\x4a\xbc\xdb\x48\xe5\xca\xd5\xa5\xd7\xec\x33\x0f\x23\x55\xee\x08\xad\x06\xbf\xb3\x0c\x7e\x89\x0a\x16\x6c\xb3\x2d\x50\x5e\x31\x9b\x1d\x83\x72\xe1\x92\x0e\x15\xc3\xad\x4e\xa8\x9c\x68\x58\xa6\xd1\x28\x3b\x1f\x47\x69\xf8\x92\x5e\xd3\xf8\x0c\x57\x6f\x39\xde\xa0\x29\xf0\x84\x02\xe9\x59\x71\x4b\x4c\x44\x43\xe5\x23\x83\x25\xed\x3f\x30\x14\x5d\xa1\x3d\x6b\xf3\xc9\x84\x22\xd3\x0c\xe0\xe6\xd6\x9a\x60\x60\x17\x4b\x95\x03\xca\x62\xb2\x9c\xc0\xac\x61\x96\xb9\x8b\x49\xea\xd7\x22\x95\x2c\x5b\xa1\x57\x1c\xa6\xb7\x2e\xb8\x61\x73\xce\x2b\x1d\xfc\xf3\x9e\xce\xf7\xc1\xec\x83\x9b\x55\x92\xe6\x08\x2b\x5b\x90\xd0\xc8\xd6\x84\x89\x80\x71\x59\xc1\xc5\xe7\xe9\x53\x68\x03\x3a\xc1\x91\x58\x25\x74\x44\x82\xf2\xdf\x79\xfa\x14\xba\x22\x45\x39\xfd\x3c\x7d\xaa\xdc\xaf\x2c\xbf\xba\xf7\x74\x7e\x58\x38\x1c\x44\x4f\xa7\xc7\xe5\xc7\x15\x2c\x04\x7c\x9b\xe7\xb6\xc8\xf9\x05\xee\xf9\xd9\x4a\x9e\x56\xae\xc7\xd9\x72\xb0\x47\xc7\x2f\x5d\x00\xbe\x38\xe6\x4f\xbe\x40\x7f\x94\xb3\xe4\xbf\xf4\x3c\x06\xf1\x19\xfa\xf5\xdd\x79\xd1\x35\xc7\x12\xe0\xd2\x5e\x57\x55\xc7\x3b\xdb\xfb\xf7\x6c\xf7\xf0\xf4\x73\xb4\xdb\x7d\x74\xdf\x76\x8f\xcf\x0e\x3f\x47\xc3\xdb\x8f\xca\x43\xad\xe5\xe8\xd3\x06\xba\x83\xee\xd5\x06\x1a\x6c\x40\xa7\xc1\x73\x8e\x3c\x1c\x50\x9a\x86\x96\xc1\xde\x3e\xaa\x55\xf9\x72\x3a\x28\xca\xe3\x3b\xe3\x04\x4a\x82\x06\x3c\x5b\x08\x7d\x50\x83\xfd\x65\xcd\xef\xfa\x3a\x71\xb7\x80\x83\xdd\x23\x8c\xd2\xab\xab\x9f\x44\xea\x37\x45\x64\x56\xba\x88\xb5\xfa\x48\x2e\x06\xef\x65\x2b\x8f\x06\xf9\xd2\x6c\x75\xf8\x59\xd8\xea\xf0\x8b\xb1\xd5\x70\x15\xb6\xf2\x75\xe2\xaf\xc6\x56\x45\x64\x3e\x33\x5b\x2d\x06\xef\x65\x2b\xcf\x44\xfb\xa5\xd9\xaa\xff\x59\xd8\xaa\xbf\x1a\x5b\x2d\x63\x0f\x1f\x32\x7f\x35\xf6\x28\x22\xf3\x99\xd9\x63\x31\x78\x1f\x7b\xec\xb4\xff\xf2\xec\xf1\xfc\xb3\xb0\xc7\xf3\xcf\xc3\x1e\x3e\x64\xfe\x6a\xec\x51\x44\xe6\x33\xb3\xc7\x62\xf0\x5e\xf6\xd8\x2d\xb3\xc7\x03\x7b\xa1\xf0\xf5\xd7\xf0\xc0\x2c\x0a\x3e\x8d\x61\xba\x7f\xba\x3f\x7e\x7b\x5f\x8c\x7d\xb7\xab\xd8\x77\x31\x96\x9f\x3c\x48\xdb\xf7\xa7\xc2\xf6\x42\x2a\x7c\x09\x11\xfe\xae\xea\xa6\x71\x85\x54\x7c\x82\x4c\xf8\x9a\xfa\x84\x2e\x15\xc1\x79\xe9\xe9\xe1\xfa\x2f\x4b\xcf\x93\xbf\x1c\x3d\x7d\x4d\x7d\x42\x97\x8a\xe0\xbc\xf4\xdc\xfe\xd8\xc5\xb1\xe3\x34\xb6\x59\xaf\xda\x42\x87\xcf\x2f\x86\xbb\x1f\x21\x86\x3b\x9f\xa5\x9b\x1e\xb7\xcd\x2f\xd4\xc7\xbd\xfb\xf7\xb1\xd3\xe9\xfe\xe5\x0d\x86\xb7\x5f\x54\xe3\xbe\x59\x0c\xde\x4f\x05\x0f\x47\x7f\x69\x2a\xfc\x8b\x2f\x4b\x85\xc5\xe0\xfd\x54\xf0\x30\xfc\x97\xa6\xc2\xe9\x97\xa5\xc2\x62\xf0\x7e\x2a\x2c\x9c\x2d\xbe\x0c\x15\xce\xbe\x2c\x15\x16\x83\xf7\x53\xe1\xcb\x59\x62\x9d\xdd\xbf\x92\x29\xd6\xf9\x88\x49\xa0\xd3\xf9\x82\xdb\x83\x8f\xfe\x5a\x84\x78\xf4\x31\x84\xf8\x82\x3b\x0f\x8f\xff\x5a\x84\x78\xfc\x31\x84\xf8\x82\x3b\x7b\x4f\xfe\x5a\x84\x78\xf2\x11\x84\xe8\x7e\xb9\xcd\x86\x6e\xfb\xaf\x44\x88\x6e\xfb\x63\x08\xd1\xf9\x72\x84\xa8\x9c\x33\xbe\x34\x21\x3a\x1f\x43\x88\x2f\x67\x4d\x76\xff\x5a\x0b\xf8\xee\x47\xac\xe0\x3b\xdd\x2f\x67\x50\x76\x77\xfe\x5a\x84\xd8\xb9\x17\x21\x64\x70\x62\xef\x1a\x4a\x1d\x3a\xcb\xed\xa6\xe2\xf6\x93\x3c\xa4\x96\xbf\xe4\x79\xb4\x8f\x6a\x12\x9c\x3c\x94\x86\x6f\x7a\xb0\xb7\xcb\xab\x59\x69\x4f\x7b\xf0\xa4\xe4\x0f\xee\xed\xbc\x27\x7c\x8d\x0d\x7c\x13\xf6\x76\x3c\x37\xed\xcb\xf1\x4e\xf4\x62\xdf\xaa\x8c\x01\x7f\xbc\x8f\x37\xae\x84\x86\xef\xf5\xf7\xd5\x1a\xfe\xa6\x07\xbb\x9d\x32\x49\x76\x77\x3f\x0f\x49\x76\x3b\xb0\x01\xdd\x47\x9f\x44\x97\xdd\xbd\x8f\xc6\xa5\xf3\x89\x4d\x77\x3b\x4f\x3e\xba\xed\x4f\x6d\xba\xfb\xf1\x5c\xd9\x7d\xfc\x89\x4d\x7b\x1f\xa6\x5c\xad\xe9\x27\x4b\x9b\xae\xd8\x60\x7f\x50\x3e\x2f\x94\x7c\xe9\x8a\x7b\x41\x37\xfc\xa5\xa4\x7f\x81\xea\x5b\x22\x05\x1b\x5c\xb2\x3f\x65\x3c\x3a\x4f\x56\xd3\x0c\x8b\xb4\xf3\xef\x97\x9e\x7b\x54\x61\xf0\x4d\x0f\x76\x1e\x7b\x34\x84\x37\xf4\xe9\x7d\x70\x72\x35\xc5\xce\x72\x9e\x5d\x74\x32\x53\xe2\x9b\xf2\x3c\x61\x31\xce\xbd\xf8\x86\x0f\xc1\x5e\xa5\x3e\xb4\x9c\x4d\xa5\x6f\xe9\x7d\x3a\x61\xcd\x89\xf2\x5e\xb7\x0a\x97\xce\x69\xb8\xc0\x7d\x7e\x84\x9e\x7b\x8e\x47\xd9\xc8\xf1\x7f\x1d\xc5\xb2\xc0\xc8\xf2\x73\xc3\xf7\x4c\xa8\x76\xae\x94\x3f\xb3\x8b\xd1\xe5\xa2\xa6\x0e\x75\x2d\xab\xb1\x26\xc8\xda\xee\xf5\x09\x03\x11\x7a\xaa\x84\x71\xd3\x74\x30\xeb\xf5\xa0\x7c\xeb\xdd\x60\xe8\x54\xae\x72\x97\x56\xef\x82\x2e\x70\xad\x7b\x4f\xe7\x05\x04\xfe\x72\xfe\xbb\xc5\x38\x21\xca\xbc\x91\x5a\xc2\x86\x23\xc4\xc5\xca\xf4\xfa\xa1\xea\x80\x6f\x3d\x11\x1b\xce\x0b\x41\x32\xee\x62\x00\x0f\xd4\x45\x39\xab\xc9\xf2\x55\x78\x0d\x13\x2b\x95\x20\x2e\x27\x03\x6a\x76\x0e\xe5\xc3\x07\xa8\xd7\x8d\x4c\x7e\x70\x9c\x0b\x3f\x7c\x70\x44\x92\x0b\xec\x22\x07\xd5\x55\xe8\x5f\x3d\x45\x19\xef\x4e\xd7\x71\x54\x3d\x44\xeb\x71\x1b\xb5\x9d\x4b\xef\xef\x55\x5a\x76\x27\x45\xc7\xb3\x2a\x81\xc3\x8b\x7f\xfe\x0b\x65\x5e\xa7\x69\x33\x79\x62\xc0\x12\x9b\x38\xab\x5f\x9d\x53\xb8\xe2\x0f\x01\xe7\xa0\x5c\x0a\x33\xac\xb7\x76\x41\x5c\xaf\xf3\xc4\x1f\x10\x25\x37\xc4\x0d\xd0\xca\x80\xff\xb4\xc2\x83\xdf\x74\xe9\x3a\xca\x66\x24\x7e\x4e\xe3\xb8\x51\x18\xf2\x83\x6a\x8a\x88\x31\x53\x4f\x4b\xe6\xf3\x98\xb6\x06\x2c\x0d\x69\x7a\xc8\x62\x0c\x84\x52\xbb\x19\x47\xb9\x7a\xd1\x63\x29\x91\xc4\x5b\x67\x8b\xc0\x99\xa7\x87\x3b\xed\xe2\x5d\xeb\x29\x9b\xbe\x49\xdc\x0e\x60\xba\x0e\xc9\xe6\xa7\x4d\xcc\x46\x4b\x48\x13\xd2\xc1\x6c\xe4\xa7\x8a\x7d\x35\x00\xdf\x41\x6d\xc9\xab\x78\x5c\xd2\xbc\x19\xbc\xbd\x6a\x0a\x93\x74\xc4\x55\x6c\x3f\x4d\xc9\xdc\xe6\xd5\x38\x0a\x68\x2b\x20\x71\x5c\x57\x0f\xd9\x38\x2f\x44\x79\xda\x90\x01\x3f\x7d\xd9\x4d\x6c\xa6\xda\xad\x3a\x4d\x97\x06\xb1\xf9\xbc\x24\xc1\x16\xbf\x38\x51\xb0\x95\x8f\x27\x4b\x4a\xb3\xe8\x8f\xae\x6b\xf9\x6d\x13\xe6\x36\x6d\xa2\xec\x35\x79\x5d\xbf\x6d\xf0\x9e\x8a\xef\x73\x8f\x0a\x2d\x6a\xed\xb9\x0a\x47\x31\xa2\xf9\x1b\xbc\xd7\xa5\x22\x3f\x0c\x48\xf0\xbe\xd6\xf0\xdc\xeb\xf7\x95\xe3\xb8\xd8\xa0\xf1\x66\x78\x94\xd0\x26\xd0\xb8\x09\x91\xb8\x0e\x3e\x6e\x02\x09\xc3\x73\xf6\x3b\x33\x56\xb7\x26\x0c\x4d\xc0\x62\xbc\xca\x3f\x37\x49\xf8\x40\xc2\xd2\x2e\xdc\xc2\x53\x3b\x00\xf7\xad\x09\x5e\x24\x3a\xe8\xe4\xce\x4d\xee\x3b\xb0\x5a\x36\x15\xde\xc1\x53\xb8\x75\x3c\xdb\xc7\xd0\x83\x0b\xc9\x79\xc3\x7e\x9e\xa7\x4d\xa8\x41\xad\x09\x1d\x2b\xf2\x6e\x04\x9e\x68\x3a\x26\x5b\x5e\xbc\x8f\x36\x37\x8b\x7a\x59\xe6\x58\x75\x47\x34\xaf\x47\x0d\x75\x7f\xba\x80\x8c\x33\x16\x4e\xf9\x65\x4f\x11\x94\xe2\x15\x21\xc1\x7b\x70\x6b\x4f\x71\x34\x9f\x4d\xcf\x72\x36\xcd\xea\xba\x48\xa3\x40\x2d\x7c\xf4\x0f\x93\xc4\x60\x9a\x30\x23\x8a\x7a\x8e\xb9\x5d\x7a\xcc\xa5\x44\x94\x77\x1b\x1b\xc5\x4a\x50\x19\x0a\xea\x29\xcc\x75\xcc\x96\x62\x00\x95\x52\x4d\x71\xc5\xe9\x1b\x2b\x54\x80\x0b\xcb\x17\x5a\x69\x2e\x5e\x28\xe2\x1d\xc3\x1d\xb5\x05\xeb\x01\x6f\xe0\x20\xf5\x11\x30\x8a\xc1\xba\xcb\x28\xca\x90\x30\x95\xcb\x53\xa8\x0c\x40\x65\x7f\xca\x8b\xbc\x8a\x65\xdf\x82\xee\x54\x87\x7a\xf2\xbd\x29\xb1\x68\xbd\x63\x6c\x70\xf5\x84\xb9\x19\xbd\x4a\x66\x2e\x3d\x19\x59\x86\x7d\x57\x6d\x99\x2a\x5e\xda\xdc\x84\x6f\x56\xe5\xa5\x6f\xee\xc3\x4b\x85\x9a\x7e\xc6\x59\xcc\x2f\x92\xc0\x6c\xba\x7c\xfd\xe8\xe9\x61\x09\x9c\x13\x6f\xcc\x5f\x82\xb3\x8c\xaf\xc4\x47\x0d\x9e\x87\xae\xe0\x08\xb8\xae\x50\x0a\x14\x62\xc3\x7e\x40\xe3\x8a\xd7\x4e\x58\x92\x47\x49\xf1\xb2\x86\x68\xa2\x2a\xdc\x20\x8d\x57\xd7\x77\xe8\x7d\xd3\x83\xe2\x3a\x71\x0e\xdf\xf4\xdc\x9e\xc9\xe4\x1e\xcc\x8d\xb3\x8e\x99\x6e\x84\x60\x7b\xca\x6f\xf4\x9c\xe9\xad\x10\x1a\xe3\x96\x37\x73\x5b\xaa\xc6\x67\xab\xdb\x62\x33\xce\xb5\xcb\x69\xe1\xf5\x60\x3b\x78\x97\x8b\xa3\x5e\x5a\x2f\x7a\x76\x74\x95\x57\x16\x45\x18\x5b\xe8\x59\x21\xc5\xa5\x8d\xc0\x26\x34\x4f\xe7\x7a\x3e\x14\x8f\x19\x69\x38\x97\xa5\xc5\x94\xb0\x5b\x0a\xef\x06\x8b\x25\x1e\xaf\xbb\x0f\xb7\x18\x09\x26\xdb\x87\xf9\x82\xf0\x9a\x56\xe0\x12\xc7\x04\x72\xec\x9f\xb9\x7e\x95\xd6\x8a\x5b\x52\xb0\xc6\x0b\x91\x59\xe6\x07\x65\x3b\xc8\x0a\x71\xe2\xad\x2b\x22\xb6\xcc\xab\x50\x9d\x90\xdb\x32\x9e\xce\xe6\x49\x01\x87\x76\x79\x6c\xac\xa0\x30\xc6\x63\xac\x72\xe3\x46\x4e\xd8\x6e\x90\x45\xc7\x30\x54\x21\xe6\x8b\xd7\x80\x85\x3d\x9c\x93\x41\x76\x11\x5d\x96\x54\xa6\x8e\x3d\x93\xd2\x6b\xde\x82\x37\x1c\x25\x54\x04\x5a\xe1\x40\xad\xb0\xa5\x0a\xa0\x13\x8f\xac\xf8\x9a\x30\x9a\x61\x10\x71\x39\x2a\x5a\xa4\x39\x19\x70\x14\x7e\x88\xc2\x7c\xec\xb1\x49\x65\x17\x0a\x57\x7b\xfd\x14\x53\xdd\x71\x6d\x69\x9b\x5e\xb7\x7a\xdb\xc5\xb1\x29\x85\xb8\x0a\xe0\x72\xb6\xb1\x08\xb8\xb9\x79\x7b\xc9\xad\x8c\x5b\x9c\xcb\x75\x45\x67\x43\xe0\x56\x07\x98\xe3\x5d\xd5\x65\x9e\x59\xe6\x98\x1d\xe1\x7f\x1f\xb8\x65\xdb\x96\xc1\xf7\x6f\xab\x58\x20\xa1\xb7\xf9\x17\xe8\xd0\xc6\x86\xea\x90\x35\x3c\x7f\xd1\x8e\xd1\x94\x64\xf4\x14\x1f\x15\xac\x5a\xf7\xa8\x65\x86\x6b\x7c\x73\x83\xd8\x99\x9f\xe7\xf6\x5d\x7a\x5e\x66\xf1\xa2\x82\x43\xb5\x8c\x7e\xc4\x83\x9b\xfd\xf5\x46\xc1\xf0\x97\x1c\x7c\xeb\x72\xf0\xad\x1b\xe3\x95\xb7\x77\x71\x2b\x36\x4a\x4b\x4a\xde\x0e\xc9\x34\x5f\xb0\x28\x26\x19\x7d\x49\x87\xbf\x58\x42\xe8\x97\x6a\x24\x1f\xdd\xba\xeb\x9c\xcf\x40\x02\x8c\x19\x51\xb9\x2f\x60\x75\xd2\x0d\x0d\x36\x2f\x47\x02\x2b\x77\xd3\xa2\x58\x46\x73\x3d\x33\x56\xd0\x50\xfc\x68\xd8\xf3\xa5\x1b\xac\xd6\x99\x8e\x0b\x91\x18\x6d\x44\xdd\x34\xf3\xdb\x89\x20\xdc\x59\xe9\xb9\xf5\xe5\xa6\xfb\x6a\x31\x1b\xe1\xe3\x23\x81\x0a\x1e\x15\x2c\xe8\x99\xa1\x0d\x03\xa1\x44\xf3\xc6\xab\x07\x5b\xa3\x5f\x08\xeb\x94\xda\x01\x61\x2d\xce\x27\x79\x2e\xa2\x37\xa5\x45\xdd\x63\xb1\xac\xa5\x7e\xec\xb5\xfc\x41\x81\xd3\x89\xbd\xbe\x6f\x2a\xa1\xba\xb8\x6c\xda\x13\x98\xd8\x6f\x29\x60\xa2\x38\xbd\xa5\x73\xa0\x67\xf0\x5d\x61\xe6\xf3\xe8\x8d\xa8\x2c\x34\x52\xe7\xf2\xec\x4a\x61\x19\x17\x09\x57\x88\xfa\xe2\x52\xaa\x5a\xba\x2d\x9a\x55\x6d\x80\x54\x84\x32\x74\xed\x11\x6e\xfb\xd9\x03\x96\x90\x89\x56\x55\x3c\xef\x35\x99\x50\x67\x46\xa9\x63\x89\x0d\xa8\xd5\x1a\xad\x28\x09\xe9\xed\x9b\xa1\x04\x82\xf2\x5c\xd5\xac\x2f\x32\xba\xbd\xb3\x5e\x0a\x8d\x19\x46\x19\x19\xc4\xf4\x2c\x0f\xa3\x64\xf9\x4e\x93\x25\xbd\xd5\x71\x53\x1c\xe3\xdd\x8d\x99\x52\x0a\x73\xc1\x71\xab\xc9\x07\x91\x16\xf7\xe9\x3c\xca\x63\x57\x1c\x72\x9e\xe2\x8a\x17\xc2\xc4\x74\x2e\xb3\x98\x5f\x39\x40\x9c\xa8\xd5\x46\xea\xdc\x8e\x63\xad\x96\x49\xe5\xf5\x47\x79\x15\x64\x6f\x50\x58\xc5\xeb\xfe\x78\x81\xae\xe1\x50\x5e\x1c\x29\x68\xd5\x21\xe4\xaf\x69\x9a\xd1\x17\x95\x9d\xe1\xcc\xf6\xae\xd4\x13\xbd\xc1\x68\xc2\x25\xfb\x35\x2a\x2e\x64\xe5\x13\xce\x59\x5d\x2f\xf3\x0d\x1f\x14\x54\x68\x13\x4a\x11\xc7\xcd\xbc\x52\x5d\xdd\xa8\x6b\x0c\x39\xb2\x34\x6e\x63\x31\xca\xf3\xb2\x92\x4e\xa4\xe7\x6a\xa3\x7d\xbe\x9c\xdc\xc5\x03\x62\x87\x69\x94\x50\xc9\x85\x76\x61\xb7\xd0\x29\x22\xf7\x1e\x8d\xf6\x33\x5a\xb8\x22\x34\x9f\x28\xea\x8f\xcf\x67\xea\xea\x08\x4a\x2f\x92\x9c\xa6\xd7\xc4\xec\x4d\x94\xb3\x44\x3d\xdd\x4d\xdc\xcb\x17\x4b\x53\x1b\x55\x67\x53\xff\x7e\x61\x03\xad\x7a\x3e\xbc\x2a\x51\x5a\x79\x96\xd6\xcf\x59\x64\xf3\x24\x10\x11\x9d\xfb\x29\x25\xd5\xc7\x4d\x7c\x1d\xb5\x68\x04\xd1\xf2\x17\xa2\x67\x56\x53\x77\x07\x6b\xba\xb8\x7c\xa3\x83\x03\xb3\x02\xc2\x05\x64\x9a\xcf\x52\xea\x9c\xd4\x88\x03\x93\x28\xc3\x7f\xeb\x34\x6e\x94\x36\x85\x2f\x68\x7c\xe9\xb2\x64\x6b\xc8\xd2\x63\x12\x8c\xad\x13\x3a\xf5\x94\x84\x53\x59\x9c\xd1\x91\x50\x3c\x45\xfb\x32\xca\x72\x9a\xd0\xb4\xee\xc7\x0a\x3e\x7c\x90\xe7\xf9\xb2\x31\x4e\x1d\xab\x47\xc3\xe1\x0a\x5d\xa2\xb1\xdc\x76\xba\x6f\x8b\x56\x4b\x56\x64\xa1\x21\x4b\x03\x5a\x3e\xd8\x12\x25\xc4\x6b\x26\x78\x3c\xee\x94\xf3\xcf\x4b\xf4\x1a\x97\xb4\x34\xc9\x8f\x84\xab\xa5\x52\xb5\xf4\xba\x95\xe5\x6c\xfa\x36\x65\x53\x32\x22\x2a\xd2\x1a\x94\x0e\xd3\x2d\x0c\xa3\x64\x4c\xd3\x28\xcf\xea\xb8\x93\xd7\x04\xb1\xe9\xa6\xda\xd7\xc5\x86\xf5\xb2\x43\x07\x4b\xb2\x3c\x9d\x05\x39\x1e\xde\x61\x75\xc7\xe0\x31\x3c\x08\x3d\x09\xd6\x24\x89\x92\x58\xc9\x29\x97\xd0\x1b\x18\x16\x10\x14\xa6\x00\x1b\xbc\x6b\x82\x89\x47\xa5\x8c\x65\x36\x78\xe7\x9c\xbc\xf8\x4f\x5d\x38\xbd\xd9\xe0\x1d\xda\x56\xbd\x1e\x14\xb7\x23\x25\x75\x22\x8f\xcd\xb5\xd9\x71\xb1\x29\x3b\x2f\xd0\x74\x82\x6e\x03\x16\x62\xb9\x2e\xf3\x6b\x19\x31\x83\xa6\x93\x4f\xf0\x80\xfb\xf0\x41\xa3\x5b\x02\x75\xf6\x43\x94\x84\x5c\x51\x14\x01\x56\xc3\x73\x5c\x56\x04\xe1\x7b\x60\x1c\x25\x7c\x61\xbb\xec\x0e\x79\xa8\xe4\x76\xf8\xeb\xaf\xc5\xe5\x72\xe5\x67\x25\x9c\x40\xb4\xdb\x19\xec\x3c\x42\x29\xf1\x6e\xa5\xe5\xc1\x58\x1d\xbe\x9b\x1f\x96\x36\x32\x89\xf5\xb4\xd3\x84\x51\xa7\x09\x83\x8e\x4d\xfb\x31\xc1\xf7\x65\xea\x69\x07\x63\x5d\xed\x35\xe0\x03\xd4\x47\xf8\xe3\x31\xff\x3e\xb0\x0e\x0a\x0d\xb0\xd6\x55\x40\x82\x31\xbd\xe0\xb5\x2f\x7d\x9b\x67\x76\x18\xcb\x72\x8d\xd2\x39\x68\x18\x0d\x87\xd0\x83\x17\xc9\x30\x4a\xa2\x7c\xce\x17\x15\xd0\x83\xcd\x8e\x8e\x95\x1d\x34\x21\xed\x36\x61\xd4\x6d\xc2\xa0\xdb\x04\x5e\xfe\xa0\xb8\x50\xd0\x04\xba\x0e\x78\x8b\xfa\x88\xb1\xb8\x6c\x08\xa0\x57\x2a\x7b\x11\x59\x27\x95\x69\x97\x4b\xe8\x45\xdb\x4a\x1a\x89\x24\xfb\x3c\x73\x20\x92\xba\x56\x92\xec\x86\xd5\xeb\x30\xca\x72\xae\xb2\x2c\xea\xdb\x3d\x29\x3c\xd1\x26\xea\xfb\x02\x73\x23\x3d\x22\x77\x23\xbf\xf2\xf1\x42\x0d\xea\xa9\xa0\x6c\x09\x98\xc4\xd3\x50\xb1\xaa\x99\xbb\x32\xef\x56\x31\x41\x0f\xe2\x88\xb3\x69\x29\x5f\x6e\x72\x7a\x88\xe2\x86\x6c\xf5\x13\xc8\x5d\x95\xbd\x22\xf9\xb8\x35\x65\x37\xf5\xed\x36\x3c\x44\xa6\xdd\x84\xb4\xdb\x68\xda\xef\x43\x6f\x98\x52\xbb\x4f\x78\xa9\x11\x2f\x35\xaa\x2e\xd5\xe9\xf0\x52\x03\x5e\x6a\x20\x4a\xb9\x33\x3a\xe5\xf3\x2d\xea\xd3\x28\xc7\x39\x8c\x25\xf6\xc4\xc4\x55\xaa\x9c\x95\x8b\x3e\x12\x60\xe5\xd5\x4d\x65\xcf\x26\x46\x5b\xb0\xb0\xa5\x9e\x8b\x5c\xcb\xab\x0b\x0b\x2c\x60\x49\x13\x84\x7a\x46\xc7\x01\x36\x78\x67\xc2\xe6\x1b\xb4\x6f\x48\xf6\x8a\x25\xe2\xee\xc3\xaf\xe9\xfc\x4d\x12\x0b\xe3\xcb\x72\x0b\x94\x58\x16\xdd\x6c\xf7\x6c\x0d\x5a\xcc\x7c\xb4\x28\xf3\xb1\xa3\xfd\xdf\xd3\x79\xc6\xc9\x63\x53\xeb\xcd\xe0\x1d\x0d\xd0\x29\x36\x2b\x51\xcb\xca\xab\x9b\x4e\x49\xdf\x45\x74\x38\xcb\xac\xd7\x7c\x91\x7e\xef\xe9\x1c\x22\xa4\x73\x71\xfe\x92\xc0\x9c\x88\xb2\x6f\x6e\x12\x3e\xd9\xd3\x34\x9f\x0b\x52\xe2\xa8\xbe\xa7\xf3\x52\x10\x5b\xde\x96\xd8\x2d\x32\x4e\x6b\x15\x02\xc1\x8b\x3a\xfa\x19\xa9\x7c\x3c\x89\xf2\x1c\x4d\x5f\xfb\xe7\x55\xc7\xc9\xb5\x2c\x50\x65\x58\x70\xf9\x93\x5f\xad\x5c\x0c\x1e\xcb\x12\x3b\x05\x25\x98\x71\x01\xb6\xec\x73\x19\xd0\x4d\x7c\x39\x58\x9b\xb0\x70\x16\xd3\x16\xbd\xe5\x26\x70\x66\xa9\xbd\x83\xb5\xb5\xad\xad\xaf\x20\x63\xb3\x34\xa0\xaf\xc8\x74\x1a\x25\xa3\xef\x4f\x5f\xf6\x6e\x71\xba\x7c\x97\xb5\x26\x64\xba\xb6\xb6\xb6\xf5\xf0\xe1\xc3\x2d\xb8\x6b\x34\xd7\xb6\x1e\x42\x07\x1e\x6e\xc9\x14\x6d\x7d\xd6\x45\x0b\x4d\x90\x4d\x34\xe1\xea\xea\x86\x0e\xa6\x24\x78\x7f\x95\xd2\x3f\xcc\xa2\x94\x5e\x5d\x71\xda\xae\xad\xcf\x32\x0a\x59\x9e\x46\x41\xbe\x7e\xb0\xb6\x26\x47\x47\x84\x67\x54\x63\x52\xd7\x50\xd6\xaf\xae\x68\xf6\x0a\x61\xaf\x37\xe1\x27\xb8\x26\xf1\x8c\xee\xa3\xb5\x8d\xd6\xe9\xc1\x1a\xe7\x8a\x02\xa1\x3d\x5e\x6b\x3a\xc5\x2e\x5a\xb6\xcd\xcc\x2b\x72\xce\xcf\x0f\x1f\xf4\xf1\x8c\x18\x71\x1b\x8a\xc5\x59\x85\xd0\xbe\xc2\xe4\x8d\xa5\x05\x5c\xd5\xd8\x05\x2f\x76\x59\x68\x52\x26\x7e\xf8\xe0\xbc\x59\x5d\x2e\x21\x58\x53\x37\x21\x71\x3c\x58\x88\x24\x32\xcc\x2a\x58\x1a\x6b\xdb\x69\xb3\x28\x22\x8b\x9f\xde\x66\x83\x77\xde\xbe\x1d\x38\xa5\x7c\x26\x29\x2c\x74\x06\x2a\x98\xa6\x0a\x7f\x4e\x32\x91\xdc\xd2\x49\x76\xbe\xef\x58\x9e\x37\x2c\xdf\x03\x89\x9a\xa5\xb8\x1a\xbe\x2e\x82\xef\xf8\x7c\x21\xd5\xc5\x92\xa8\x1f\xc7\x6a\x41\x94\x95\x06\xa1\x48\xfa\xe5\x94\x0f\x69\x4c\x73\xba\x90\xb8\xab\xe0\xc6\x8a\x53\x70\x35\x4b\xd8\xab\xdb\x22\x36\x1f\xe7\x02\xa8\x3e\x62\x23\x61\x38\x94\x8d\x3b\xaf\xb1\x83\xbd\x97\x2b\x90\xb2\xfc\x03\xb5\x3f\x60\x79\x64\x58\x62\x71\x81\xae\x7b\xe0\x31\xd3\xb3\x16\x4b\x8a\x4d\x2f\xa6\x1a\x9d\x44\xf9\xc2\x31\xb4\xe8\x61\x0b\xb1\x9e\xee\xaf\xe4\xa1\xc5\x15\x9f\xf0\x35\x59\xf4\xb4\x7f\xe5\x79\x00\x91\x83\xbb\xb8\x8a\x60\x13\x3a\x5c\x63\xe8\x4a\x17\x57\x51\x69\xcc\xe1\x2f\x27\xc1\xf7\xb4\x60\x40\xc8\x1c\x97\xd1\xa5\xa3\xb8\x78\x0c\xe2\x95\x84\xc9\x1e\xe5\x4a\xfd\x7a\xe7\x2c\xf8\xdd\xc9\xf9\x0e\xcf\x86\xe4\xa4\xb4\x68\x5a\xaf\x9a\x4e\x1d\xf4\xfd\xb3\x6a\xf7\x17\x34\xab\xf2\xa1\x3c\x6c\x1f\xac\x59\x13\xe9\xa1\x5e\x89\x1c\xb6\x5b\xaf\xbf\x7f\x09\x3d\xa8\xfd\x78\xdb\x6e\x4b\x47\xef\xc3\x76\xeb\xec\xcd\x77\x32\xb1\x63\x25\x9e\xff\x56\x26\x76\x4d\xe2\xb1\x4e\xdc\xb6\x12\xdf\x9c\xcb\xc4\x1d\x2b\xf1\xf5\xbf\x90\x89\xbb\x26\xb1\x7f\xf8\x6b\x99\xb8\x67\x12\x9f\x1f\x2b\x94\x1e\x59\x89\x67\x32\xed\xb1\x49\xfb\x4e\x35\xf3\xc4\xa4\xbd\x3c\x91\x69\xc4\xa4\xfd\x46\x95\x1b\x98\xb4\x13\x55\x2e\x30\x69\x87\xa7\x32\x2d\xb4\x49\x21\xd3\xa8\x95\xf6\x42\xa6\x0d\x4d\xda\xd1\xcb\x63\x91\xd8\xb1\xe8\x78\x74\xd8\x91\x89\x1d\x3b\xb1\x2b\x13\xbb\x76\xe2\xb6\x4c\xdc\xb6\x13\x77\x64\xa2\x45\xc7\xd7\x7d\x49\xb2\x8e\x45\xc7\xb3\xdf\xbd\x96\x89\x7b\xf6\xd8\x3c\x97\x89\x16\x1d\x0f\xfb\xaa\xa4\x45\xc8\xe3\x57\x32\xcd\x22\xe4\xd9\xf7\xaa\xb6\x45\xc9\xe3\xb3\x43\x99\x68\x93\x52\x0e\x4d\xc7\x22\xe5\xb7\x2a\xcd\x22\xe5\xa9\x4a\xb3\x48\xf9\xbd\x4a\xb3\x48\x79\xf6\x56\xa4\x75\x6d\x4a\x2a\x9e\x78\xc4\x0b\xde\x35\xea\x87\x6d\xe8\x29\x59\x6a\x1d\xb6\xf1\x0a\x8e\xf5\x93\xaf\x4f\x1b\x68\x54\x56\x48\xb1\x7b\x75\xaf\x42\x90\xb7\x7f\x41\x82\xac\x3b\xf7\x5d\xff\xf4\xec\xf8\xfc\x4c\x2e\xc1\x55\xf2\xd1\xf1\x49\xff\xfb\x97\xe7\x57\x32\xdb\x26\x8e\xac\x70\x51\x7b\x5e\xbb\x2c\xc3\xb9\xa8\xb5\x6b\x97\x3a\x38\x7b\xed\xf7\xb5\x7d\xa8\xfd\x38\xeb\xee\x06\x7b\x35\x11\x80\xbd\x46\x54\xd2\x93\xae\x4a\x1a\x88\xa4\x76\xbb\xfd\x44\x25\x05\x3a\x29\x50\x49\xa1\x4e\x0a\x55\x12\xd5\x49\x44\x25\x0d\x55\xd2\xa0\xad\x92\x46\x3a\xa9\xa3\x92\xc6\x12\x89\x9d\xee\x8e\x4a\x8a\x34\xac\x81\x4a\x7a\xa7\x50\xed\x3c\x56\x49\xef\x75\x92\x06\x1f\xab\x24\x83\xea\x44\x97\xd2\xe0\x13\x95\xb4\xad\x4b\x31\x99\xb4\x3d\xd0\xd8\x4f\x75\x92\x46\xe2\x0f\x1a\xbc\x6e\x31\xd5\xa5\x34\xac\x4c\x27\x69\xe2\xe4\x1a\x09\x5d\x6a\xa6\x92\x4c\xb7\xaf\x35\x5e\x3a\xe9\x46\x97\xd2\x15\x6f\x35\x12\x7a\xd0\xe6\x32\xa9\xbb\xa7\x2b\xfe\x51\x27\xed\xaa\xa4\x9f\x24\x55\xb7\x03\x8d\xfd\x07\x5d\x4a\x27\xdd\x29\xda\x93\x6d\x95\xf4\x27\x3d\x68\x8f\x6a\x6b\x77\x3e\x46\xeb\xdb\x8c\xf6\x15\x2f\xfe\xe7\xff\xb1\xa2\xe8\x73\x2c\x2a\x1c\x31\xcb\xb9\x3b\x3e\x40\x12\x8d\xbf\xc3\x9f\xff\xaf\xfa\x79\xc1\x7f\x46\xef\xd4\xcf\x1f\x7f\xc4\xec\xff\x47\xfd\xbe\xe4\x3f\x3f\x38\x7d\xff\xf3\xbf\x71\xfa\x3d\x74\xba\xfc\xe7\xff\xe8\x74\xf7\xcf\xff\xbe\x02\xff\x43\x8e\x21\x16\x2c\xe7\xed\x5a\xd8\x1b\x1c\x7f\xfe\xcf\x6a\xe6\xc1\x03\x89\xe7\xcf\xff\xb5\x9d\x86\xb8\xfe\xfc\x9f\xdb\x49\xff\x80\x49\xff\xca\x4e\x42\x01\xfe\xf9\xdf\xda\x49\xd8\xad\x9f\xff\xb5\x9d\x84\x5d\xfb\xf9\x3f\xd8\x49\xd8\xbf\x9f\xff\x27\x3b\x09\xfb\xf8\xf3\x7f\xac\x29\xab\xaa\xdc\x97\xd3\x65\x23\xf1\xf3\x7f\xe7\x8c\xc4\x9f\xff\x9d\x3b\x12\x3f\xff\xa3\x33\x12\x7f\xfe\x47\x67\x28\x74\x37\x24\xbe\xff\x97\x33\x16\x3f\xff\x1b\x77\x2c\xfe\x4d\xc5\x58\xfc\x0b\x1b\x47\x1f\x52\x3f\xff\x0f\x0b\x91\xfa\xf9\x7f\x51\x3f\x05\xb9\xff\x37\xf5\x53\x90\xfa\xdf\x7f\x3c\xca\x3f\xff\xdf\x15\x28\xff\xba\x84\xb2\xa1\x8c\xcb\x2d\x45\x4e\x91\x28\xff\x2b\x17\xa9\x7f\xed\x22\xf5\x1f\x5c\xa4\x5c\x9e\xfe\xf9\xbf\xad\x40\xea\x77\x4b\xa5\xee\x1f\xef\x33\xd6\x86\x52\xbf\x77\x29\xf5\x93\x3b\x44\x02\xe5\xff\x63\x21\x1d\xff\xd7\x0a\x94\x8f\x17\x88\xe1\x5e\x51\x0c\xff\xae\x2c\x86\x82\xd6\xff\x85\x47\x32\xff\x9b\x8f\x95\xcc\x7f\x5d\x96\xcc\xff\xb9\x2c\x99\xff\xe7\x27\x4b\xe6\xbf\xbc\xef\x68\xfd\xf7\x85\xd1\xfa\xaf\x5c\xc9\xfc\xff\x5c\x25\xf9\xef\xdc\xe1\xf9\xdf\xdd\xe1\xf9\xc7\x8a\xf1\xf8\x6e\xc1\x78\x3c\xf2\x8f\xc7\x7f\x59\x1e\x8f\x7f\x92\x9a\xb2\x57\x1a\x0f\xc3\xf1\x5e\xa5\xf4\x6f\x3f\x4e\x29\x5d\xb9\xf2\xe1\xd5\x51\xf7\x52\x07\x42\x47\xf9\xcd\x68\x19\x3d\xa1\xca\x7e\xde\xf9\x24\xfb\x79\xeb\xe1\xc3\x35\x78\x08\x2f\x26\x53\xe9\x8a\x04\xf9\x58\x3d\xd2\x09\x13\x9a\x8f\x59\xd8\x84\x7c\x4c\xd4\x03\x88\x54\x14\x50\x37\x2e\x20\x67\x40\xe0\x07\x3a\x38\x63\xc1\x7b\x9a\x73\x4b\x9c\x92\x49\x8b\x83\xfc\x3b\x81\x03\xe0\xd6\xf8\x16\x09\x43\x96\x64\x5b\x02\x88\xfc\x07\x4b\xc5\x51\x40\x93\x8c\xc2\xab\x17\xe7\x6b\xbc\x27\xf6\x22\x5a\x14\x13\x0b\x69\xdc\xe1\x4b\xcd\xed\xf4\xad\x87\x82\x31\x1e\xc2\x21\x9b\x4c\x58\xf2\xf7\x67\x40\x93\xeb\x28\x65\x09\xef\x86\xcc\xdb\xc2\x7f\x4b\xbb\xf9\x02\x6e\xdd\x43\x93\x7a\x5b\xb8\x48\xdd\x59\xd1\x41\xe6\x53\xca\x86\x20\x96\x14\x78\x82\xad\x10\xac\x95\x71\x39\x15\x80\x5a\xef\x32\x88\x32\x20\xd7\x24\x8a\xc9\x20\xa6\x0e\x3a\x02\x52\xfd\xa2\xd6\x6a\x6d\xb5\x5a\x5b\x48\x9f\xda\x65\x53\x62\x65\x37\x5f\x84\xfe\x36\x26\x51\x02\xf2\x50\xbe\xb2\xbb\xb2\x77\x37\x78\x5e\xdf\x52\x27\x17\x02\x2e\x5f\xd5\x19\xfa\xfe\xd6\x38\x4f\xd6\xcc\x3a\xaa\x76\xb0\xb6\x26\x76\xb2\x0c\xc5\xf8\x2a\x68\x8d\xa3\x82\xb8\x3c\x84\xbe\xcd\x0c\xa3\xe8\x9a\x26\x0e\x4b\x98\xd4\x0c\xf9\xa2\x85\xb5\x44\xd5\xbf\x9b\x92\x94\x4c\xe0\x27\x6c\xfc\x0e\xab\xc1\x26\x9c\x17\x98\x6a\xa0\x98\x90\x86\xd5\x00\x35\x2c\xcd\x80\x77\x32\x5f\x42\x94\x3f\x38\x93\x0a\x8e\xe6\x70\x82\x59\x9a\xd2\x24\xd7\xcd\x15\x60\x0d\x18\x8b\x29\x49\xee\x60\x10\x85\x51\x2a\x9e\x00\x24\x31\x6c\xc2\x0f\x63\x9a\x8f\x69\xea\xf2\x7f\x36\x66\xb3\x38\x04\x0c\xba\x10\x92\x9c\x08\x58\x4b\x3f\xb2\x4b\x12\x3f\x92\xc1\x0d\x8d\xab\x11\xc1\x57\x8f\x69\x58\xc0\x21\xa5\x49\x48\xd3\x28\x19\x01\x1b\x42\x94\x04\x6c\xc2\xbf\xaf\x86\x84\x44\x7b\x4c\xa6\xf8\x3e\x69\x92\xe5\x24\xc9\xe3\x39\xb0\x14\xb8\xa8\xc3\x84\xdc\x46\x93\xd9\x64\x39\xa0\x61\x2a\x96\xf7\x73\x8e\x44\xc7\xc2\x69\x4a\x53\xe8\xb4\x27\x99\xe8\x14\xe7\x4c\xa5\xae\xe5\x50\x14\x9d\x78\x9b\x92\x1a\x4d\x97\xf0\x4d\xdd\x7d\x25\x6d\xee\xb8\xf4\xb4\x84\x16\xd2\x7b\x50\xd3\xcf\x98\xd5\x1a\xf0\x4c\xac\xf2\xf7\xdd\x62\xd2\xe3\x8d\xa6\x93\x96\x1c\x8b\x9e\x44\x03\xf9\x5d\x66\x5d\x0d\xe3\x59\x36\x16\x8f\x4f\x7b\x3d\xdc\x64\x39\xf1\x52\xb3\xa8\x22\x7a\x29\xb8\x52\xd4\xd4\x7b\xb5\x55\x05\x9c\x5b\x71\x00\x78\x2f\x41\x05\x96\xa8\xaa\xc3\xf3\x97\x43\xc6\x52\x0e\xf8\x3b\xa7\x7f\xd3\x59\x36\x3e\x67\x9e\x0e\xda\x1e\xce\x52\x07\x57\xf5\xce\x3e\xae\xab\xea\xa0\x0e\xe7\x21\xca\xdd\x95\x7c\x45\xab\x29\x63\xd7\x73\x42\x6e\x94\x46\xc8\x8a\xa1\x61\xed\x8a\x5b\xbd\x1d\xd1\xfc\x95\x7e\xe0\xda\x17\xf5\x47\xf4\xb4\xc8\x77\x7e\x72\xd5\xe9\x75\xcb\x79\x36\xdd\xdf\x29\xc1\x1a\xa5\xb2\x1e\xec\xb8\x2a\x39\x12\x0f\xe4\x57\x8d\x83\xd4\x81\xf8\xde\xbc\x05\x4f\xc1\x91\xd9\x25\x27\xc6\x9a\x7c\x41\xbb\xd6\x2c\x11\xa2\x21\xab\x62\xbf\x6d\x01\x29\x70\x38\x4b\xb4\x67\xb9\x8b\xad\x76\xa4\x58\x8c\x41\x10\xb3\x4c\xb7\x1f\x52\x3e\xce\xf2\x89\x51\x4b\x03\x28\x2f\xe5\x4a\x28\x18\xf1\x62\x35\x28\x85\x79\xeb\x88\x56\xcf\x5b\xc3\x94\x4d\x4a\x13\xcd\xc7\x4c\x5c\x02\x23\x1a\xfa\x21\xde\x6f\xea\x42\x10\x22\xe0\x52\xce\x24\x64\x7b\x16\x5b\xae\xa1\xdd\x69\xce\x56\xc4\x12\x5a\x95\x22\xd6\xee\xbb\x38\xf0\xc3\x61\xf5\xc8\x5b\xa3\x65\xe9\x63\x95\x50\x56\xc4\x96\xba\xdd\x77\xd5\x2d\xe7\x3f\xb7\x75\xcd\x06\x3e\x27\xd9\xc5\x1c\x6d\x31\xa4\x3a\xf9\x35\x2d\x7b\x98\xc3\x31\x6a\x8a\x56\x82\xcf\x0a\xf1\x30\xc7\xdf\x2c\x91\x7f\x02\x96\x08\x4a\x70\xe9\xf5\x7f\x47\x10\x56\xb4\x45\x94\x23\x98\x63\xda\xc8\xf3\xd9\x65\x20\x96\xa9\xa7\x12\x07\x2e\x50\x27\x7f\x75\x9d\x52\x24\xa9\x47\xb7\xb8\x72\x5d\xa0\x9c\x28\xef\x50\xce\x22\x90\x5b\xf8\x60\xed\x8e\x2b\x1d\x77\x19\xbc\xfb\x39\x96\xc1\x27\x91\x45\xee\x80\xc5\xb3\x49\x92\x01\x49\x42\x0c\x24\xa0\x44\x25\x8c\x26\x34\xc9\x22\x96\x64\xc8\xee\x79\x06\x47\x6f\x5e\xe9\xab\x03\x6b\x80\x90\xbe\xfa\x0a\xfa\xd3\x69\xca\xe4\x32\x77\x13\x4e\x31\x14\xc1\x79\x3a\x4b\x02\x82\x3e\x28\x1c\xd0\x75\x94\x89\x8b\x02\xae\x28\x0b\x2f\x76\x05\x12\xc6\x14\x6f\x2a\x0f\xe6\x6e\xa9\x94\xdd\xc8\x2c\xd5\xe8\x26\x1c\x0a\x9c\x3f\xb2\xa1\x9b\x28\xcc\xc7\xa5\x76\x82\x31\x49\x49\x90\xd3\x94\x37\x21\x8a\xd4\xd1\x0f\x01\xc2\x28\x9b\xc6\x64\xbe\x0f\x51\x82\x97\x19\x49\x5e\xc6\x90\x53\x2f\x57\xc8\x70\x62\x09\x08\x37\x51\x5e\xe0\xb9\x87\x90\xcc\x26\x03\x9a\x72\x24\x25\xe9\x1b\xd5\x1b\x09\xc3\x28\xe7\xff\x2f\xdd\x42\x18\x46\xf9\xe7\xdf\x3f\x18\x46\xf9\x2f\x6d\xf3\x80\xf7\xf3\x93\x77\x0e\x78\xbf\xee\xb7\x6d\xe0\xdd\x25\x50\x32\x3d\x4d\xd9\x94\x65\xf4\x5b\x13\xda\xc3\x7f\x6d\x53\x78\xdd\x70\xfd\xa1\x84\x48\xf0\xe5\x71\xf1\x82\x8e\x54\x03\xd6\x2a\x06\xff\xe6\x48\x38\x35\xce\xf2\x39\xde\x68\x94\x7d\x19\xd1\xfc\x90\x4d\xa6\xb3\x9c\x86\x98\x53\x5f\xd0\x96\xd9\x6e\x74\xd2\xbf\xa3\x32\x58\xc0\x94\xe0\xa5\xc0\xbc\x5e\x6e\x90\xb7\xa3\x8e\x9c\x7f\x43\xe2\x19\xad\xd7\x84\x78\xd6\x1a\x55\x60\x31\xea\x04\xf4\x84\x4b\xf5\x84\xdc\xd6\xdb\xcd\x7b\xb6\x70\xa3\xe2\x56\x6c\x42\xe7\x91\xd5\x0c\xbd\x3f\x25\xca\xb5\xdf\x92\x30\x8c\x92\xd1\x6f\x70\x01\xa6\xf1\xa2\x8b\x31\x9a\x8a\x4a\x9b\x39\x9b\x72\xbc\x36\xee\x5d\x71\x80\x57\x0a\x1d\xa2\xb9\xf8\x7c\xc7\x3e\x06\x9f\x54\x0e\xc5\x47\x60\x14\xd3\xa1\x3b\x88\x5a\x36\x6d\xbe\x28\x71\xcb\x66\x99\x8e\x1e\x10\x8a\x07\x3c\x8c\x51\x04\xf0\x1d\xb3\x00\x04\x2c\xc9\x49\x24\x3c\xf5\x70\x18\x53\x76\x73\xa8\xd2\xac\x67\xdd\x67\xe8\x12\x71\xca\x6e\x7c\xe5\x5a\xc3\x28\xcd\x54\xa3\x18\xf7\xc8\x6d\x80\x26\x66\x05\x6e\x20\xb5\xa2\x24\xa1\xe9\x77\xe7\xaf\x5e\x5a\xa5\xd5\x2c\x21\x3a\x6f\x32\xb8\xce\xf1\x14\xc3\x1e\xda\x8d\xc5\x56\x29\x15\x0d\x48\x2d\x2d\x4c\xcb\x22\x7a\xa6\x9c\x78\xa0\x07\x35\x31\xf5\xa8\x48\x9c\x1e\x14\x79\xa1\x1f\x6a\x07\xb0\xb5\x25\x35\xbd\xc1\x01\x1d\xf1\x44\x24\x23\x6e\x28\xa2\x2c\x35\x81\xc4\xf9\x98\xcd\x46\x63\x60\x09\x4c\x58\xc2\xb2\x29\x09\x84\x12\x76\x91\x77\x49\x32\xa2\xf9\x73\x36\x4b\xf8\x30\x1d\xc6\x11\x4d\xf2\x53\x1a\xe4\xf5\x46\x0b\x81\x96\xb0\x2b\x75\x43\x20\x78\x4a\xaf\x69\x9a\x03\xe6\xc2\x80\x0e\x59\x4a\x21\x20\x71\x30\x8b\x49\xce\x31\x14\xfa\xa4\x09\x59\x94\x04\x38\xb5\xcf\xf1\x2e\x0a\x4d\x5b\x6b\x9e\x31\x58\x0d\x41\x01\x73\x21\xfd\x1c\x4e\x90\x63\x22\x6f\xe2\x6a\x51\x2a\x8a\xc4\x56\x11\x1b\xb9\x20\x93\xd7\x73\xcb\xf5\x04\x4d\xb7\x0a\x44\x56\xab\x4b\x2b\x3e\xd4\x4f\x22\xbc\x93\x08\x10\x25\x22\x3c\xf1\xbf\x5d\x87\x44\xc3\x41\xca\x86\x54\xb3\xd2\xb0\xe8\x86\x5a\x08\x20\x60\xb5\x54\x31\x91\x89\x2a\xd6\x8a\x55\x55\x29\x6c\x96\x88\x08\x55\x3a\x57\x86\xb4\xd2\x3f\x31\x04\xa5\x99\xc7\x04\x96\x45\x3b\x7a\xd1\x1c\x5a\x61\x4a\x97\xb0\x1d\x47\x99\x65\x4b\x17\x5b\x28\xd2\xa3\x02\x2a\xb7\x0d\x0a\x90\x56\xb0\xca\xf7\x3e\x8b\x55\x3e\x8b\xe3\x2c\x48\x29\x4d\x00\xad\x3f\x14\x5b\x75\xe3\xa2\xda\x42\xd4\xb5\xac\xaf\x5e\x7b\xd1\x36\x17\x75\xc9\x2f\x60\x35\x6a\xd8\xbf\x38\xe3\xd1\xf4\xfa\xd3\x6d\x48\xd3\xcb\xcf\x60\x4a\xea\x95\xf1\x39\x1b\x8d\x62\xea\xd9\xb6\xab\x65\x56\x93\x9c\xe8\xb4\x75\x9f\xed\xba\x5c\xc0\xe5\x20\xc0\x82\x51\xb1\xff\x61\xb5\xb4\xa9\x50\xb2\xd2\x50\x9d\x20\xb7\x30\xbe\x8c\x19\x42\x5d\xdc\xd5\x2e\xed\xbc\x89\x56\x39\x5f\x9f\x89\x9a\xe5\x3d\xb8\x22\x27\x0a\x02\x0d\x13\x4b\xed\x48\xfe\xb0\x10\x28\xee\xb5\x29\x75\x34\x4c\xf4\xed\x60\x65\xf6\x06\x31\xc9\xb2\x97\x51\x86\x61\x82\xb9\x31\x90\xd5\x6b\x06\x12\xb7\x93\x9e\x41\x4d\xec\xb9\xd5\x60\x1f\x6a\x24\x54\x5e\xa6\x16\x87\x3e\x28\x63\x29\x1b\x53\x55\x9d\x2a\x6e\x09\x0b\xa2\xb5\xff\x5d\xc2\xef\x62\x98\x5c\xba\xa8\x55\xeb\x32\x43\xd7\xac\x4c\xd7\x32\xae\x55\xc3\x21\xb7\x21\x8a\x62\xb1\xaa\xd2\x7b\xf4\x39\x94\xde\xf9\x38\xca\xa4\x0e\x81\x69\xca\xae\xa3\x90\x66\xf2\x40\x3e\x43\x05\x28\xf6\x9a\xb8\x55\x40\x0a\xc7\xf1\xf2\x57\xc8\xbc\x07\xf3\x95\x0a\x53\x57\x33\xdf\xfe\x76\x42\xff\xb7\x13\xfa\xbf\x9d\xd0\xff\x27\xb3\x2f\xae\xf5\xa1\x92\xff\xfe\xdf\x8e\xea\xff\x76\x54\x8f\x9f\x5f\xee\x51\x3d\x57\x83\xa1\x38\x2f\xff\xfb\xb3\x37\xaf\x5b\xb8\xb2\xd4\x27\xed\x9a\x1c\x75\x2c\x74\xd1\xbe\xe4\xec\xb6\x9e\xe5\x21\x9b\xe5\xeb\x50\xbc\x43\xea\x3b\xf3\xf7\x9e\xfa\x23\xb0\xce\xa5\x7d\xff\xae\x1c\x55\xdb\xe2\x34\x4f\xf9\x05\xdd\xbe\xa7\x0f\x00\xf6\x3b\xc3\x97\x6a\xa2\xe1\xbc\x7e\x51\xcb\xf2\x30\x4a\x64\xf4\xb7\xcb\x46\xc3\xc7\x47\x19\xcd\xcf\x8a\xef\x3e\xf0\xe5\xea\xaa\x2d\xd0\xfc\x4a\xc6\x5f\xe6\xff\xe0\x62\x56\x7e\xe5\xcb\xdc\x52\xa3\x7f\x55\x9f\x04\xa7\xa8\x8e\x1b\xed\xd0\xa1\xb1\x0c\x4f\xc7\x73\x41\x2b\xc8\xa3\xcf\xe2\xc2\xb0\x22\xb8\xbf\xf9\x32\x54\xfb\x32\x14\x48\xf8\x37\xa7\x86\xbf\x39\x35\xfc\x27\x66\xbc\x95\xd6\xc2\x0b\x8c\xb8\x8f\xf3\x6e\x28\x40\xfc\x9b\x9b\x03\x5d\xa8\x76\x16\xfa\x3b\x14\x2a\x7e\x82\xe3\xc3\xe3\x5f\xd0\xfd\x59\x6e\x8b\x7d\xcb\x95\x58\x14\x5c\x75\xa0\xe7\x6b\xb5\xbe\xbd\x23\x0b\x46\xd9\x6b\x8c\x7f\xa4\x75\x6b\x42\xae\xa3\x11\xc1\x38\x7f\x95\x4b\x02\x19\x59\x90\xd7\x9f\x65\x34\xed\x8f\x38\xeb\xf4\xf0\x89\x2a\x7c\x0f\xf1\x19\xd4\x12\x16\xe2\x96\x95\x06\xd7\xd2\x25\x45\xc5\x69\x4c\xf2\x21\x4b\x27\x4b\xeb\xa9\x82\xe6\xaa\x49\x94\x9d\x44\x29\x1d\xb2\x5b\xe8\xc1\x83\x07\x7f\xd2\x80\x75\x24\xe1\x9a\xcc\xaf\x35\xec\x4a\xaf\xce\x5e\x1c\x57\xd6\xe0\x99\x35\x7c\x5b\xcb\x9f\x7f\x9e\x46\x21\x4d\xf2\x02\x44\x12\x40\xcf\xd0\xda\x6c\xe2\x5d\xd4\x5e\x91\x20\x4a\x72\x96\x8d\x6b\x4d\xe0\x3f\x5e\x24\x39\x8d\xe5\xf7\xb7\x6f\x0f\xe5\xb7\xbd\xc7\xbf\xae\x5d\x36\x35\x2d\x1c\xe0\x2f\xa6\x24\x84\x9e\x45\x27\x3e\x1c\xd1\x5b\x12\xd6\xdc\x52\x63\x86\x11\xac\x8b\xe5\x78\x72\xcd\xed\xbe\x0a\x1e\x58\x81\xb2\xcc\xe6\xa8\xfd\x10\x25\x9d\x3d\xf9\x65\xbb\x2b\xbf\x1c\x1e\x57\xe2\xfa\x32\x4a\x66\xb7\x16\x12\x86\x6e\x98\x53\x6b\xc0\x37\x18\xd5\xd9\x7f\xb7\xe6\xb9\x0c\x70\xe8\xbf\x5a\xf3\xe4\x17\x24\x5a\x5a\xaf\xe0\x19\x3e\x4b\xc3\xec\x94\xc6\x24\x8f\xae\xe9\x39\x93\xe7\xb7\x75\x8c\xd5\xd1\x84\x42\x60\x53\x11\x80\x51\xb8\x3a\x8c\xe8\x6f\x7d\x2f\x7f\x2e\x70\xac\xb8\xc5\xe7\x3b\x75\x6d\x13\x5a\x6c\xee\x64\xc8\x97\x69\x64\xfc\x21\xe5\x50\xf4\xf5\xd7\xda\xb7\xe8\x41\xaf\x27\xde\x41\x0c\x59\x80\x41\x58\xf4\x97\x92\x9b\x07\xc0\x2d\x6c\xf6\xb4\x47\x15\x1b\x0e\x33\x9a\xbf\xa4\x43\xeb\x7d\xaf\x79\xb9\xc0\x39\x9b\x9a\x7c\xd5\x6a\x0f\x6a\x22\xf7\x2d\x9e\xae\xd7\x20\x4a\x74\xde\xb3\x02\x00\x51\x04\xf6\xc1\xeb\x19\x62\xd3\x45\x92\xeb\xe2\xb6\x09\xf3\xcb\x83\xb5\x3b\xcd\x8e\xd5\x63\x03\xbd\x05\x03\xe7\x1b\x5d\x35\x98\xce\xa9\x3e\x58\x4f\xf0\xe0\x33\x37\x87\x6c\xa6\x0b\xe1\xb7\x28\x3b\xc3\xa7\x84\x23\xe6\x9c\x1b\x04\x08\x73\x21\x12\xbe\x06\xf5\x99\x2d\xaf\x81\x6b\x67\xe1\xaa\x12\xd0\x28\xae\xd7\x4d\xf2\x06\x57\xa4\xba\x61\x78\x66\xe3\x29\x4e\xc0\x61\x0b\xba\xb0\x0f\xed\x46\x43\x1e\xf1\x3a\xb9\x6e\x3b\x1d\xb7\x1d\x93\xea\xd6\x1c\xbb\xc7\xca\x05\x14\x27\x51\x52\xd7\x6e\x35\x3a\xb7\x09\x9d\x86\x21\x1c\x3e\xab\x55\xd1\xb4\xaf\x7e\x47\xd6\x57\xe4\xb6\xea\xab\xe8\xf7\x58\xd0\xcb\x12\x36\xf1\xdd\x01\x3f\x25\x37\xcf\xe7\x39\xfd\x84\x71\x5f\x3c\xd4\x1f\x07\xf2\xc0\x51\x01\x9a\x82\xae\x02\xd0\x84\x11\xc9\xb7\xb0\xd1\x83\xed\xae\xf8\x31\xb7\x7f\x48\xfa\xfc\x04\xb7\xf8\x30\xd3\x1c\x5f\x65\x2a\xd0\xc9\xa1\x83\xe8\x80\x93\x54\xa5\xc4\x5f\xb1\x59\x46\xab\x82\xef\xb5\x7f\x41\x3a\x9c\x53\x6d\x40\x52\x5a\x61\x19\x75\x94\x65\x74\x4e\xd3\xc9\x77\xb8\x26\x5f\x1c\x9c\x4f\x97\x43\x85\x5b\x0a\x98\xc7\x13\x41\xa8\x49\xa3\x19\x79\xfb\xad\xb1\xbc\x39\x81\x51\x9d\xcf\x72\x96\x8a\x0d\xb6\x84\xde\x88\xfc\x38\x1a\xb4\x64\x72\xeb\x15\x9d\xb0\x74\x5e\x2f\xc6\x83\x97\xe8\xe9\x2a\x02\xa4\x3a\xcb\xf0\x16\x17\x1e\x56\x74\x98\xd5\x1b\x18\xb5\x7e\x9d\x2f\xeb\x36\x69\x12\xb0\x30\x4a\x46\xeb\x4d\x58\x4f\xc9\xcd\xba\xb7\x66\x48\x03\x96\x92\x5c\x86\x9e\xc7\xde\x16\x8a\x45\xcc\x7e\xf5\xa1\x15\x31\x11\xea\xcf\x0b\x0d\x17\x64\x71\xfc\x6b\x3a\x1f\x30\x92\x86\xee\x0b\x02\xe2\xbb\x26\xad\xf3\xb0\xc1\x90\x55\xec\x29\x5b\x0c\x1e\x28\x17\x5c\x15\x81\x9e\xff\x52\x8e\x2a\x26\xde\xfa\x9d\x13\x46\xab\xba\x51\x36\xcb\xa7\xb3\x7c\xc1\x46\xa0\x15\xfc\x4e\xf6\xdc\x17\x57\xb8\x40\x00\x26\xb6\x25\xbf\x3f\x3f\xe9\xec\xd5\x9d\x2b\x49\x85\x40\x62\xd5\x88\x65\x63\x76\xe3\xdb\x9b\x95\xbb\x17\x4d\xc8\xc5\xae\x6f\x89\x2d\x27\xba\x92\xfc\x76\xe0\xf6\x44\x54\xf3\x3d\x5c\xe9\x74\x80\xb7\xff\xe6\x9a\xa6\x31\x99\x97\xdb\x2c\x6f\xb3\x7a\x1f\x3d\x5c\x0e\x10\xe9\x78\x6f\xda\x88\x6d\x1d\x1f\x75\xec\x2e\x6d\x6d\xf1\xe5\x68\x4a\x21\xca\x20\x61\x30\x8e\x42\xaa\xda\x6f\xf0\xb5\x20\x70\x8c\xc4\x46\x06\x99\x50\x45\x2d\xe1\x3a\xdd\x86\x8c\x06\x3e\xd6\x76\xfb\x61\x13\xbc\x09\x6d\x37\x50\x9f\x77\x54\x69\x2e\x8c\xf1\x25\xaf\x82\xb8\xad\xba\xb5\xea\xea\x7d\x90\xd5\xf8\x48\x28\x05\x9a\x62\x90\x28\xa7\x45\xd4\x9f\xc5\x10\x81\x57\xbc\x59\xe7\xb5\x6e\xfe\xb1\x43\xe0\x8a\x6a\x9e\x88\xff\xef\x69\xe9\x99\xc9\xab\x4a\xed\x84\xa1\x73\x11\xd4\xc5\x7b\x3a\x77\x76\xee\x57\xed\x1a\x4b\x5e\x24\x45\xe1\x0d\x88\x78\xd7\xb8\x44\xc8\x88\xb5\x58\xf2\x9b\xf3\x5f\xd3\x79\x96\xa7\xec\x3d\x5d\x28\xf2\xfc\xa3\x20\x95\xe4\xb7\xa4\x19\x71\x0f\x5f\xbc\x64\xff\xa9\x50\x57\xe8\xf3\x69\xf9\x41\x69\x5f\xa7\xab\xc7\xd2\x90\x43\x4d\x27\x3e\x90\xb6\x62\xf5\x8f\xaa\xba\xc0\xd1\x53\x3a\xf9\xc0\x53\x48\xfa\x31\x9a\xc7\x44\x4a\x84\x70\x5b\xba\x3f\x45\x42\x4a\x82\x3c\xba\x26\x79\xb5\x26\xa8\x62\x00\xfb\x8c\xb1\x62\x34\xfd\x45\x3c\xa4\xf3\x14\x44\x44\x67\x49\xd5\x74\xb8\x48\xbf\x55\xbd\xd6\x02\xe6\x91\x11\x4b\x05\xde\x6f\x1a\xae\x6e\x17\x0f\x61\x16\xb7\xbb\x52\x9f\xe4\x64\xad\x9b\x28\x86\xac\xb4\x0d\x30\xab\x50\xd1\xb6\xfc\x25\x45\x76\xc6\x18\x94\x2c\x49\xc4\x12\xec\x84\x04\x39\x43\x77\xd1\x45\xf6\x63\xa9\x7c\x7d\x96\xc6\x4d\x40\x7a\x7b\x5f\x4d\x9a\xa5\x31\xf4\x60\x96\x16\x19\x49\xd7\x80\x9e\xa9\x5d\x36\xaa\x4a\xed\xd9\x43\x9b\xd2\x45\x12\xa2\x76\x28\xe8\x8d\x05\xa5\xae\x90\x6a\x16\xd0\xf0\x29\x68\x09\xa1\x84\x43\x71\xec\x7d\x44\xf4\x54\x72\xe9\xbd\x32\xa1\x97\x51\x58\x2e\x0f\x78\x3f\xf5\xf6\x76\xb1\x8e\x4d\x58\x03\xd9\xd6\xc1\xd3\x82\xeb\x5b\xc1\xea\x48\x58\x8e\x8e\x63\x39\x0b\x19\xfa\x92\xdd\xd0\x81\x39\xfc\x71\xc9\xe6\x6d\x60\x05\x39\xc4\x45\x01\x96\xab\xfb\x46\xc3\x0b\x16\x8f\x79\x16\x4d\x50\x06\xb2\xe7\xee\xfb\x12\xe0\x51\xf6\x66\x11\x59\xb4\x11\x8d\xe0\x53\x4a\xc2\xf9\x59\x8e\x1c\xd9\x33\x23\xd1\x3a\x7c\xf3\xfa\xf5\xf1\xe1\xf9\x8b\xd7\xdf\xda\xd1\xfc\x5d\xd4\xaa\xea\xbe\x79\x7b\xfc\xda\x1f\x49\xd8\x7a\x5b\x16\x1c\x93\xd5\x7d\x4e\xc7\xea\xa7\x7f\xd8\x93\x52\x0f\x2b\xad\x0d\xc4\x94\x25\x25\x4e\xc1\xad\x82\x4a\x9b\x60\xc9\xec\x57\x81\xd5\x29\x0d\x68\x74\xbd\xdc\x22\xb0\x11\x9b\x78\xbd\x3e\x16\xe1\x26\xf6\x22\x57\xb0\x5a\x2a\xb0\x3c\x2c\xf1\xf4\x32\x1c\xcb\x52\xf0\x49\xd4\x2b\x29\xa8\x6a\xcd\xe4\xa8\xa4\xf2\xbc\xf4\x4b\x8a\x8d\x6c\xdd\x4a\xd0\x53\xc4\xc5\xfa\x0d\x1d\xe4\xf9\x7c\xdd\x0a\x95\x3a\xc9\x46\x68\x2c\x7f\x9f\xbc\x4f\xd8\x0d\x3a\x08\xb7\x6b\xe5\x6c\x9e\xde\x71\xd3\xdf\x0a\x43\xa8\xd6\x75\x93\x85\xe1\xa3\xcc\x20\x5e\x60\xdb\x2d\x20\x5b\x7a\xa3\x16\xd8\xc5\xf6\x4c\x46\xb1\x41\xe6\x6d\xf0\xac\xb8\x74\x2a\x36\x78\x56\x5c\xe9\xd4\x76\x4a\x05\x4e\x69\x20\x06\x96\x67\xef\xd6\xc4\x3c\xf3\x03\x1d\x9c\x9f\xff\x6e\xc9\x1c\x23\x0a\x49\x67\x87\xa0\x38\x61\x89\x70\xe1\x4d\x20\xb3\x7c\x7c\xce\xde\xd3\xc4\x6b\x38\xc9\x2b\x62\x85\xd9\xbd\x04\x4c\x5c\x09\x2a\xce\x88\x4e\x1d\x19\xc8\x9d\xff\x53\xcc\x51\x18\xf0\x6c\xf5\xfd\xa0\x68\x3c\x1a\x2a\x6c\x76\xca\x86\x84\xe8\xeb\xaa\x33\x5e\xf5\x4a\x43\xec\x97\x5a\x52\xe5\xef\xaf\x34\x4e\x6c\x01\xc6\x73\xc4\x28\x19\xa1\xbb\x9e\x9b\xac\x91\x97\x6e\x6f\x6e\x2e\x3e\xab\x5e\x89\x2a\x88\x7b\x77\x4a\x3f\x09\x8d\xee\x19\x75\xfb\x83\x2f\x81\xd1\x74\xf2\x42\x6c\x4f\x5d\xd9\x06\xf6\x90\xd5\x3d\xcf\x33\x58\x2d\xf8\xbc\xbb\xca\x4d\xf0\x4f\x5f\x05\xcf\xdf\x97\x4d\x20\x43\xf9\x8b\xaa\x61\xd5\x45\x55\x42\xb9\xfc\x5d\xc3\x83\xa0\x20\x23\x97\xdf\xef\x3c\xcf\xae\x06\x2c\x9e\xcc\xaa\x96\x7e\x55\x7d\xac\xd6\x0c\x1b\xb0\x52\xff\x05\x50\xb9\xb7\xa7\x50\xa8\x2c\x69\xee\xa5\x79\x8b\x78\x7b\x7d\x57\x4e\xb2\x06\x53\x2d\xac\xeb\x0e\x61\xbc\x8f\x6f\x58\xf9\x75\xc5\x19\x66\x27\x52\xa7\x14\xd6\xb3\xde\x36\x51\xe9\x5a\x0c\x18\xf1\xdf\x1f\x41\x73\xa1\xbc\x37\x40\xd4\xf7\xf4\xdd\x93\xa6\xe5\x0b\x7a\x5c\x6c\xd4\x4b\x96\x4b\xc4\x61\x09\x22\x7c\xb6\xf0\xb5\xdf\x04\x7c\x1a\xab\xd3\x6e\xb7\x0b\xd9\x45\xd4\x1c\xf9\x94\xb6\x4d\x7d\xf1\xa6\x0a\xe8\x5b\xea\xf3\x98\xe1\xd9\x3a\x2f\x25\x9e\xf9\xa8\xfb\x1e\x50\xc9\x6e\xa2\x3c\x18\x0b\x60\x17\xed\xd2\x03\x14\x1a\x15\x92\x51\x28\x4d\x59\xfb\x95\x5c\x69\x0f\x2d\x16\xad\x87\x34\x60\x21\xfd\xfe\xf4\xc5\x21\x9b\x4c\x59\x42\x93\xbc\x5e\x7c\x8c\x64\x42\xa6\xf2\x29\x92\x9c\x0d\xea\xb2\x0b\x8d\xa6\x2d\x90\x55\xf8\xa9\x8f\x34\x6d\x6a\xff\xbc\x06\x1b\x50\xaf\xb5\xdb\xfc\xdf\xa0\x15\x8c\x49\x7a\xc8\x42\xda\xcf\xeb\xed\x46\x2b\x67\x62\x53\xa3\xde\xd9\x6b\x34\x24\x6d\x36\xbb\x1e\xe2\x98\x81\x69\xbd\x63\x51\x52\xaf\xd5\x1a\x3e\x71\x52\x9f\xc2\x73\x6f\x8b\xe8\xc7\x67\xf6\x6a\xea\xdd\x03\x90\x6b\x0b\xac\x34\x20\x85\x3d\x54\x45\xe7\xcf\xd2\x2f\xd7\xf2\xa8\x46\x07\x79\xd4\x31\x51\x2c\x97\xea\xe5\x18\xb9\xbd\xb1\x5a\xac\x5b\x40\x3f\x5b\x8f\xb4\xa9\xb4\xb8\x3f\x64\x96\x33\xdb\xaa\xba\x57\x8f\x02\x96\x64\x2c\xa6\xad\x98\x8d\xea\xeb\xc7\x09\x19\xc4\xdc\xd8\xd4\x33\xfc\x3e\xac\xc3\x46\xa1\x85\x0d\x58\x87\x8c\xff\x0a\xb3\xf5\xa5\xb4\xb2\x0d\x1d\x07\xcc\xbd\x89\x74\xb7\xba\xce\xc2\x95\xce\x12\x2d\x8a\x37\x1a\xb4\xc6\xd5\x9a\x78\xf1\x74\x61\x76\x3a\x7d\x56\x87\xcd\x1d\xe6\xec\xa8\xbe\x6e\x2d\x6b\x10\xb3\x70\xdd\x9c\x54\xd8\x1f\xbe\x42\x2f\x52\xcd\x73\x48\xa4\x3e\x45\x33\x4c\x4c\x22\xea\x2a\xc2\xf2\x39\xc4\x25\x9b\x36\xac\x56\x31\x0e\x17\xf4\x1c\x77\x4e\x17\x95\x45\xfb\xb0\xaa\xc0\x5d\xb3\xc4\x37\xde\x29\x0b\xee\xc5\x10\xdc\xc4\xf4\x9f\x1f\x94\x90\x51\x1b\x12\xd5\xc6\xab\x7d\x13\xa6\x38\x04\xd5\x38\x38\x1b\x45\xb0\x78\x81\x2c\x8c\xff\xe2\xe2\x58\xaf\x91\x54\x76\x79\x59\xfc\x4b\x7a\x69\x64\x89\x2b\x00\x1f\x50\x71\x12\xcf\x48\xd8\x0f\x43\x96\xd4\xd7\x87\x51\xbe\x6e\x39\x08\xfc\x76\x45\x07\x81\xdf\x7a\x1d\x04\x96\x9c\xbe\x78\x5d\x07\x7c\xe7\xfe\xa5\x9d\x7d\xb3\x71\xc3\x2b\xb7\xd8\x4d\x42\xd3\x23\xe5\xf2\x25\x44\x45\x39\x1c\xad\x87\xd1\x75\xe9\xb8\x5f\xd6\x17\xf7\x7f\x5f\x93\x09\x87\xb4\x8e\x37\x30\x37\x99\x38\xd4\x5c\xf7\xd7\x30\x62\xde\x6d\xb7\xdb\xa5\x05\x25\xb7\x89\x5f\x9a\xb7\xcd\xaa\x39\xd8\x12\xd6\x61\x54\x12\x55\x5b\x89\xc9\xa7\xf2\xc5\x13\xf8\xfe\x82\xb6\xa2\x93\xd6\x8d\x05\x41\xec\x00\x6f\xc0\xfa\x2d\x9f\x46\xca\xf9\x68\xa0\x2b\x91\x77\xbb\xb9\xe0\xbc\x4f\xdd\x74\x59\xe7\x82\xbd\xde\x5c\xda\x55\x97\x36\xc5\x7e\xc8\x4b\xaa\xa5\x1b\x2c\xeb\xa2\x5a\x11\x7e\x15\x4c\x47\x01\xdd\x79\x8f\x83\x50\x0f\x71\xa6\x69\xa2\x98\x54\x38\x65\x14\x3d\xb0\x3f\xc6\x29\x43\x13\xdf\x71\xcb\xd0\x24\xaf\x3c\xd9\x2b\xb6\xbd\x82\x6f\x86\x81\x6c\xee\x81\x55\x1d\x1f\x17\xc1\x7f\x8c\x87\xc5\x12\xb9\x56\xd2\x95\xd3\xdb\xfc\x50\x44\x75\xf1\xf9\x61\x68\x1d\xd0\xc2\x1b\x0c\x21\x46\x06\x72\x9c\x09\xac\x11\xd4\x3b\xe7\x16\x87\x96\xde\x8d\x74\x6f\x48\x96\x4a\xfb\x36\xbf\x57\x71\x06\xb1\x81\xdc\x67\x82\xbf\x32\x3d\x14\x07\x95\xa2\x87\x57\x15\x5d\x04\x31\xf7\x56\x79\x97\x2c\x1d\xc9\xd5\xfc\x41\x8a\x84\x94\x0e\xa8\xc2\x4b\xbe\x67\x06\xc5\x4b\x89\x52\x5f\x2a\xba\xe2\x60\xec\xe5\xba\x7b\x78\x80\x68\x5f\xde\x5c\x96\xc5\x7f\x57\x65\xef\x15\x1d\x3f\x96\x8b\xe1\x7d\xdc\x2c\xb4\x76\xe4\x92\xe8\x68\xaf\x7b\x79\x43\xac\x2a\xc3\x2b\xbb\x43\xb8\xc8\x79\x94\xeb\x52\xf4\xa4\x46\xc3\xaf\x45\x57\x85\x55\xd1\x5d\xd5\x57\x41\x5f\x9f\x13\x64\xf4\xeb\x73\x9e\x2d\x3b\xe2\x2d\x30\x88\x67\xa9\xe7\xd0\xbf\x2c\x3c\x9f\xc3\xd9\x00\x15\xd0\x0a\xad\x2d\x3e\xda\x94\xb3\xa1\xef\xda\x9e\x19\x33\xcf\x0c\x58\xe1\xd4\x98\xe5\x29\x9b\x57\xfb\x26\xfc\xb6\xca\x37\xe1\xb7\x96\x6f\xc2\x6f\xfd\xbe\x09\x9f\xf6\x2c\x88\x6b\xec\x6e\x6d\x89\x70\x24\xc3\x28\xa6\x70\x43\x32\x18\xf1\x3e\x91\x9c\x86\x30\x98\x43\x1c\x0d\x42\x96\x6f\x0d\xa2\x64\x2b\x60\x49\x40\xf2\x56\x36\x6e\xf1\x3a\x2f\x72\x18\x93\x0c\x06\x18\x54\x87\xa4\xef\x69\x08\x29\x25\xe1\x26\x4b\xe2\x39\x1e\x3b\xcf\xd9\x2c\x85\x8c\x0c\x69\x3e\x6f\x01\x9c\x92\x7c\x4c\xd3\x35\xf4\x8a\x23\x09\xd0\x30\xca\x21\xca\x41\xdc\x2a\x8b\xe7\x4d\x98\xc6\x94\x64\x14\x26\x2c\x8c\x86\x73\x60\x09\x95\xf1\x4c\x39\xaa\xe8\x13\xcc\xeb\x72\x1c\xb3\x56\x8b\x23\xc0\x7f\x4a\xe4\xde\x65\x5b\x71\x34\x68\xbd\xcb\x4a\x69\x57\x53\x16\xcf\x87\x51\x1c\x7b\x33\x03\x16\xb3\x34\xf3\x66\x0d\xbd\xa9\x52\xe1\x5e\x4d\x48\x42\x46\x78\xb1\xc4\xd3\xa2\xd6\x7a\x0b\x8b\xa5\x54\xf4\xca\x9b\x99\x49\xef\xdc\x05\x79\x57\xc1\x38\x65\x93\xc5\x45\x62\x16\x10\x7f\xcf\x55\x89\x09\xba\xff\x7a\x8b\xe4\x34\xcb\x17\xf6\x60\x96\x0f\x1f\xbb\x19\xf9\x38\x4a\xc3\xab\x29\x49\xf3\xf9\xd6\x4d\x80\xbe\xff\x58\xf2\x26\x90\xe5\xd0\x8d\x98\xd7\x17\xfe\xc4\xbe\xc4\xab\x61\x4a\x74\xb7\x0a\x59\xef\xa5\xbf\xcf\xe2\xdc\xab\x41\x84\x71\xf0\xb2\x25\xc5\xde\xd3\xf9\x84\x4c\x97\x17\x9a\x92\x3c\xa7\x69\xe2\x2f\xc8\xa6\x5c\xf4\x2a\x9a\xc2\x7d\xa8\x74\x51\xde\x15\x5e\xfe\x8a\x86\x11\x4d\xab\x60\x54\xb1\x53\xb1\xdc\x6c\x90\xcd\x06\xfe\x3c\x11\xe6\xa8\x32\x8f\xc5\x31\x57\x18\xfe\x7c\x7d\x4b\x72\x61\xee\x55\xc4\xaa\x0a\xdc\xe6\x57\x24\xcf\xd3\x68\x30\xcb\x69\x45\x1f\xaf\x2b\xda\xbe\xce\xaf\x74\xbc\xc0\xab\xca\xb1\x12\xea\x4e\xe4\xad\xf1\xfc\xb3\x37\xdf\x9f\x1e\x1e\xc3\xc9\x8b\x97\xc7\xfb\x5e\x15\x71\xc8\xa6\x73\x0c\x18\x8a\x9b\xdb\xdd\x76\xa7\x8b\x37\x4b\x0f\xb9\x44\x45\xb3\x09\xbc\x39\xc3\x43\x2e\xae\x1b\xa0\x1f\xc7\x80\x65\x33\xe0\x53\x55\x7a\x4d\x43\x54\x7f\xdf\x67\x52\x41\x45\x99\xd4\x4f\x10\x70\x53\x2e\xca\x60\xc4\x97\xb2\x89\x50\x9f\x04\x9e\x9f\x1d\x6d\x8a\x90\x8f\x2a\xd4\x12\x3e\xb8\x14\x90\x04\x06\x42\xa7\xb1\x59\x12\x42\x94\xa0\x2f\xf0\xcb\x17\x87\xc7\xaf\xcf\x8e\x51\xd1\xb5\xd6\xd6\xd6\xd6\xac\x10\x48\x71\x34\x80\x07\xee\xd5\xc9\x35\x3e\xe3\xa4\xec\x06\x57\xec\xc7\x69\xca\xd2\x7a\xed\xdb\x98\x0d\x48\x0c\xeb\x71\x34\x58\x07\x86\x1b\x19\x40\x62\xf4\x5b\x01\x7a\x1b\x65\x79\xd6\xaa\x35\x0e\xd6\x70\xab\x81\x83\x94\xd1\x85\x64\x64\xaa\x57\x64\xca\xfb\xb5\x1e\x52\xbe\x34\xa0\x49\x30\x5f\x87\x9c\xc1\xc5\xba\xe8\xe4\x7a\x13\x5a\xad\xd6\xa5\x0a\x35\x75\x4c\x82\x31\x98\xa2\x18\x74\x49\xb5\x99\x90\x09\xbe\x9b\xfe\x9e\x22\x2e\xad\x61\xb6\xde\x04\x05\x86\x97\xe4\xfd\x9d\xa5\x31\xd2\x83\x03\x13\x70\x32\x60\x82\x14\x02\x4c\x0b\xa3\x52\xf1\xfa\xe9\x2c\xe1\x26\xfa\x91\x6a\x2d\xa2\xd9\x55\x01\x79\x3e\x21\x03\x06\x4d\x13\x53\x62\x26\x68\x9d\x50\x11\xc5\x68\x40\x21\x4a\xae\x19\x9f\xaa\x42\x11\x14\x34\x8e\x06\x29\x49\xe7\x10\x25\x51\x1e\x91\x38\xfa\x23\xc1\x0d\x2b\xbb\x77\xea\x42\x99\x1c\x20\x5e\xf2\x50\x1a\x66\xd9\x15\x90\x34\x25\xd8\xed\x28\xcf\x68\x3c\x04\x02\xf9\x0d\xdb\x54\x75\x30\x17\xc3\x5c\xab\x8b\x62\x6d\x41\xa2\x6c\xcc\x30\x12\x28\x22\x11\xd2\x2c\x48\xa3\x01\xfa\x6c\xf1\x7e\xdf\x24\x22\x4e\xb6\x6a\x0e\x52\x36\xcb\xa3\x84\x36\x61\x96\xd1\xe1\x2c\xe6\xf0\xf8\x04\x1b\xd2\xc1\x6c\x34\x8a\x92\x51\x0b\x34\xfc\x8e\x22\xac\x32\x1e\x35\x2d\x0c\x21\x0b\x5d\x10\x0f\xb2\x2b\x12\x9e\xd2\x00\x2f\xe8\x10\x90\xf4\xb6\x86\x57\xd1\x05\xcd\x05\xc1\xc0\x12\x25\xb8\x19\xd3\x84\xcf\xf8\x70\x43\x12\x8c\x19\x40\x6f\xa7\x29\xcd\x24\x9c\xcd\x02\x20\x10\x03\x1e\xb0\xc9\x94\x1b\x1d\x3c\xb7\x05\xdc\xa2\x40\x5f\x79\x4e\xeb\x9c\x97\x54\x83\x46\x30\x58\xdb\xe6\x30\xa6\xe1\x88\x86\x7a\xd0\xb2\x79\x96\xd3\x09\xb0\xd4\x30\x0f\x02\xcf\x53\x12\xbc\xa7\x29\x42\xac\x65\xf0\x6e\x96\xe5\xd2\x15\x3f\x67\x30\x21\xef\x29\x37\x3c\xa6\x2c\xcb\xa2\x41\x4c\xc5\xed\xf1\xc1\x0c\x69\x2f\x01\x65\xe8\x85\xcf\x57\xa6\xe9\x2c\x49\x30\x08\x5b\x1c\x0b\xaa\x8a\x08\x84\x48\x85\x37\x86\xcd\x33\x20\x29\x85\x6c\x4a\x03\xae\xca\x43\x20\x99\x1c\xdb\xac\x05\x70\xc2\x52\xa0\xb7\x64\x32\x8d\x29\xb7\x5c\x44\x65\xfe\x41\xa6\xce\x43\x3a\xad\xd7\xf8\x57\x61\x8d\xd4\x9a\x80\xbf\xcc\xe2\xe9\x95\x50\xfb\x18\x19\xaf\xdc\x30\xf2\x36\xa7\xd9\x80\x42\xca\x98\xb4\xda\x38\x88\x5a\x0b\xe0\x77\x6c\x06\x13\x32\xe7\xa3\x24\x54\x15\xf6\x36\x88\x39\xba\xa4\x40\x36\x96\x00\x49\xe6\x96\xd8\x89\xa1\xa6\x10\x60\x40\x59\x98\xa6\x6c\x94\x92\x09\xc2\xe3\xdc\x85\xf8\xd3\x24\x9b\xa5\xf4\xb4\x2c\x9a\xf5\x06\x10\xce\xe1\x24\xcd\x67\x53\x88\x30\x36\x27\x4b\x43\x9a\x22\x73\x60\x2d\xf9\xf2\x1c\x57\xb0\x45\x56\x8b\x68\x06\x63\x72\x4d\xa5\x79\x49\x35\x3e\x2a\x3a\x80\x20\xef\x1d\x5c\x93\xf4\x0a\xbd\x51\xde\x70\x83\x31\x85\x09\x4b\x95\xe6\xc8\xfc\x03\x62\xf4\x09\x27\xbd\xb5\x16\xa8\x2b\x58\x26\x62\xa5\x50\x56\x78\x57\x3f\x4f\xe7\x2a\xb8\x48\x41\xe1\xca\x88\x71\x01\xc1\x33\x5d\x7a\x6b\x5f\xd7\xcb\x72\x12\xbc\xc7\x23\x57\x0c\x38\xdb\xc2\xdf\xad\x6c\x1a\x47\x79\xbd\xf6\xa3\x8c\x76\x88\x5e\x9b\x2f\x12\x38\x23\x43\x92\x46\x4d\x19\x9f\x22\x9b\xc5\x18\x15\xd8\x02\x71\x13\xc5\x31\xa0\x7d\x8d\xb4\xe9\x2a\xdd\x24\x5e\x31\x40\xfe\x15\xc0\xb8\x01\x74\x1d\x85\x33\x12\xab\x6e\x23\x83\x0e\x59\x3a\xe1\xc6\x4c\x28\xe3\x0a\xd3\x24\x8f\xe7\x22\xb8\x30\x46\x31\xd1\x2d\xb5\x62\x9a\x8c\xf2\x31\x7c\xd3\x83\x6d\x3b\xaa\x09\x4e\x73\x3d\x0b\xa5\x8b\xee\x65\x2b\xa5\xd3\x98\x04\xb4\xbe\xf5\x0f\x3f\x66\x0f\x49\xfe\x63\xb6\xb1\xd5\x84\x9a\xea\x5a\x21\x70\x92\x0f\x46\xa7\x00\x63\x24\x26\x30\x2e\x6b\x7f\xe7\x80\x5a\x93\xc1\x51\xb8\xf2\xab\x63\x90\x01\xe8\x41\xfb\x00\x22\x78\x0a\x44\x39\xb0\x48\xdc\x0f\x20\xda\xd8\xb0\x87\x62\x4a\x30\xa8\xb3\x2e\x77\x11\xc9\x6b\x8d\xbc\xeb\x98\x29\x22\x79\x04\x7c\xaa\x45\xc4\x4c\xcf\x35\xbb\xb4\xf0\x69\x84\x7a\x1c\x0d\x9a\x08\xd0\xdf\x49\x3c\x98\x44\x47\x2a\xb1\x58\xf4\x4c\x5c\x17\xbc\xf6\xa5\x5a\x37\x62\xb4\x4d\x92\xce\x1b\x7a\x1d\xb9\x52\x75\xa9\xba\x75\x0d\x71\x29\x4e\x90\xd8\xa1\x99\x35\x45\x1e\xa3\xe8\x65\x4b\x64\x8f\x73\xcb\x84\xe6\x4d\x8c\x69\x92\x00\xbd\x0d\x28\x1a\xba\x62\x76\x49\xd9\x8d\x99\x23\xaf\x69\x3a\x87\x59\x32\xa1\xb9\x67\xc6\x10\x2c\x3b\xa0\x10\xb3\xd1\xc8\x84\x12\xfc\xfb\x33\x7d\xf6\x0a\xf0\x62\x28\xa7\x03\xbe\x00\xcc\x71\xe5\xe7\x5a\x14\x02\x38\xaa\x2f\x04\x97\x92\x28\xa3\x0e\x5a\x46\xa8\x2b\xf5\xd1\x95\x2d\xe9\x46\xc2\xa7\x24\xcb\x68\xc8\x49\x8d\x4e\xba\x36\x73\x49\x9e\x80\x2a\xdb\xc3\x91\x73\xa4\x39\x9a\x1f\xbd\xca\x0a\xf6\x98\xf3\x4a\x42\x81\xf7\xb0\x21\xa5\x13\x84\x69\x66\x74\x02\xd1\xbb\x70\x22\x4e\xf7\x6d\x0e\x35\xb1\x4d\x51\x53\x33\xbd\x14\x17\xa9\xb7\x41\xd4\xba\x61\xe9\x7b\x9a\x42\x94\xd7\x32\x05\x8d\xeb\x6c\x1a\x42\x8d\xdb\x29\xb5\x96\xc6\x82\x0d\xde\x41\x0f\x64\xb8\x4a\xf8\xf0\x01\xef\xf1\x4b\xee\xf1\x09\x1a\x62\xed\x13\x32\xc9\xc6\x75\x2c\x70\x11\x5d\x72\xda\xb1\xc1\xbb\x86\xbd\xc3\xa2\x46\xfd\x86\xa4\x49\xbd\xf6\x2a\xca\x32\xae\xe2\xd6\x6b\x18\xb6\x3f\x1f\xc3\x06\xd4\xd0\x34\xe4\xb3\x1a\xce\x64\xb5\xa6\x45\x5b\x6b\x9f\x45\x8f\x9b\xe5\x3d\x0d\xc5\xf3\x73\x19\x49\x09\x64\x1f\xd9\xe0\xdd\x85\x42\xee\xb2\xa0\x52\x10\x75\x01\xb4\xe1\xd5\xf2\xb5\x13\x12\x71\xf2\x79\x78\x3c\x18\xd3\xe0\x3d\x1f\xb7\x3b\xdb\x8c\x1a\x45\x59\x4e\x51\x7a\x5c\xe3\xd2\x31\xc8\xd4\x14\x5b\x51\x44\x08\xa2\xb2\x59\xa3\x04\x52\x04\x9b\x8a\x52\x62\x3a\xe5\x96\x17\x4a\x8f\xb4\xec\xea\x0d\x34\x47\x45\x1d\x6e\x19\x72\x23\x56\xef\x77\x09\x01\x92\x2e\xdb\x04\x38\xf9\x63\x0a\x38\xa9\xd2\x9c\xa6\x4d\x11\x52\x87\xc3\x43\x3b\x55\xd7\x73\xad\x67\xb4\xf6\xa2\x1c\x0d\xb8\x98\xe6\x14\xcd\x5f\x0e\x25\xb7\xed\xd6\xb2\x41\x5d\x9c\xbd\xf9\x68\x40\x5f\x5a\xc3\xc2\x0c\x9e\xe6\x1c\x33\xcc\xf0\x98\xc0\xca\xdc\x1c\x0a\xa3\x0f\x30\x4e\x96\xb2\x82\xed\x16\xb4\xa8\xab\x2f\x8d\x3b\x63\x12\x2f\xa0\x38\xef\x68\x2a\xc7\x4e\x00\x54\xa7\x4c\xaa\xc4\x9d\xb0\x89\x14\x2c\x4d\x3a\xcb\xb0\x90\xf5\x5f\x24\x4e\xf0\xf5\xba\x58\x10\xb9\xdb\xc3\x65\x7b\x5c\x28\xf1\x0b\xb7\xb0\xb8\xa0\xa8\xc2\x10\xc8\x44\x87\xe1\x5e\xa8\xfe\x88\x30\xda\xd2\x46\x76\x2c\x76\x1c\xfb\x92\xe9\x25\x91\xf5\xb1\xb6\x33\x13\x90\x24\x44\xb6\x40\x16\x40\x4b\xd1\xaa\x5a\xc5\xbf\xaa\xfd\x17\x6e\x3e\xe7\xad\x6c\x9e\x04\xe3\x94\x25\x6c\xc6\x8d\xe4\x73\x83\xb3\x5a\x04\x88\x15\x2b\x57\x41\xdc\x7a\xe5\xb8\xe1\xca\x07\x97\x48\x09\xd2\x56\x0f\x9a\xc5\xf0\x05\x4e\x33\x2a\xff\x4e\xd5\xe2\x4d\xd9\xc3\x2d\x7b\x24\x78\xba\x88\xa7\xe2\x32\xc5\xe9\x7e\x26\x7b\xc8\xa1\x4f\xf3\xab\x98\x8d\x4e\x14\xe4\x7e\x02\x62\x73\x88\xc4\x4e\x73\x19\x15\x84\x44\x85\xe9\x36\x97\xd2\x18\xb7\x5d\x63\x36\x52\xa7\x76\xdc\x62\x77\x57\x6e\x36\x47\x89\x1e\x35\x8b\x6d\x9b\xe9\x4d\x98\x11\x65\x26\xd3\x21\x86\x79\xf2\x6b\x3e\xab\x94\x66\x47\xa1\x13\x39\x0f\x09\x5d\xef\xc6\xe4\x4c\x69\x80\xc6\xd4\xbc\x95\x8d\xa3\xa1\x75\x90\xce\x2b\x15\xd1\xd1\xda\xb9\x90\x51\xaf\xf1\xe6\xf7\x81\xab\xff\x94\x06\x17\x6d\x73\x0f\x97\xff\xec\x5c\xd6\x71\xdf\xa0\x45\x62\x92\x4e\xea\x0a\xd5\x86\xdf\xe8\x12\xb4\xa8\x97\xde\x5c\xb0\x36\x50\x24\x03\x3c\x70\x62\x48\xfb\xb5\xbd\x9a\x9a\x18\x27\xd1\x35\x89\xa3\x50\x5b\x8e\xfb\x12\x8e\x9c\xa9\x17\x5b\x1d\x75\x51\xc8\x3a\xba\x54\xdd\x10\x6e\x50\x77\x07\x8b\x77\xac\x8a\x1b\xd8\x66\xeb\xaa\xdb\xee\x3c\xfa\xa5\x6e\x5b\x15\xa2\x59\x4b\x15\xf5\x77\x3c\x97\x37\x72\x1d\xd1\x1b\x78\x2b\x3b\x26\xe2\x9d\x1f\x9f\x75\xdb\x9d\xbd\x0d\x18\x52\x92\xa3\x7d\x7a\x43\xf5\x56\xc2\x2c\xa3\x42\x04\xc4\xe6\x5f\x3e\xcd\xf6\xb7\xb6\x42\x7a\x4d\x63\x36\xa5\x69\x6b\xc2\xfe\x18\xc5\x31\x69\xb1\x74\xb4\x45\x93\xcd\xef\xcf\xb6\x42\x16\x64\x5b\x3f\xd0\xc1\xd6\xdf\x93\x6b\x72\x86\x93\xca\xd6\xa9\x5a\x4e\x6f\x89\xfd\xb1\x2b\xb1\x8a\xce\xb6\x84\x63\xc6\xd6\x94\x84\x67\x7c\xb1\x8a\x1b\x6e\x0f\x44\xa2\xfd\x52\x87\xcc\x16\x52\x50\x99\x6d\x8b\x51\x4e\xd2\x11\xcd\x5f\xa2\xf0\xf0\xd5\x82\xbc\xd5\xab\x83\x96\x6f\x71\xcb\x17\xef\xff\x8b\x6d\x20\xae\x14\xe5\x36\x5d\xcc\x92\x11\xd0\x84\xcd\x46\xe3\xa6\x75\x9f\x0f\x42\xf6\x40\xb0\xab\x05\x1a\x36\xe5\x3a\x41\x9a\x64\x5a\x74\x9d\x42\x4f\x7b\xd0\x6e\x68\xd9\xc2\x69\x44\x7a\xa4\xc8\x67\x3f\xac\xa5\x90\xbe\x7e\xdc\xeb\x81\xde\x6b\x54\x95\xad\x6c\xa8\x41\xcd\x31\x56\xd1\x8d\x93\xf7\x68\x4a\x42\xde\x9d\x09\x5f\xc2\x4e\x63\x8a\xd1\x68\x32\xec\x55\xcb\x8f\xde\x37\x06\xae\x52\x37\x9e\xf6\x4c\x99\x94\x4e\x29\xc9\xeb\x2e\x90\xad\x32\x10\x19\xc3\xc7\x3e\x7a\x33\x65\x84\x13\x72\xbb\xe9\x90\xb3\x61\x7c\x75\xec\x07\x51\xee\xbe\x34\xf3\x1d\x27\x61\x35\xeb\x1d\x27\x61\x35\xe3\x1d\x3b\xd7\x2a\xff\xc6\x76\xbf\x4c\xb6\xb3\xbb\x8d\xab\x9d\xc5\x5c\xa8\xd9\x6e\xf1\xec\xe0\x9c\x60\xfe\xd3\x39\xd6\xf0\xcf\x0f\xaf\xf9\xda\x6c\x4a\x02\xdc\xa8\x02\xec\x1a\xcc\xf2\x28\x8e\xf2\x88\x5a\xfb\x76\xa2\xcf\x85\x9d\xff\x93\x28\xcd\x72\xbe\x56\x9c\x70\xdb\x3c\x49\xf0\x34\x7a\x34\x8b\xc5\x2b\x0a\x29\xcd\xc4\x93\x9e\x37\xb4\x96\x52\x18\x31\xc9\xd8\x1c\x0d\xc4\x50\x1e\x7f\x4b\xeb\x71\x6d\x59\x14\xda\xe7\xa7\xfd\xc3\x63\xf8\xdd\x9b\xef\x4f\xcf\x8e\x5f\x9e\xac\x52\x03\x00\x9a\x7f\xfa\xd3\x9f\xfe\xd4\x5a\xa5\xe4\x87\x6f\xae\x9e\xc2\x9f\xfe\xb4\x42\xd1\xed\xdf\x6f\x6e\x6e\xd6\x36\xb7\x56\x01\xbb\xbd\xcf\x3f\x3f\x5e\xff\xb8\xbc\x6c\x8f\xf5\x44\xe1\xe6\x0a\x85\xe1\x03\xc8\xc2\x58\x7a\x41\x85\xf3\xef\x8e\xe1\xf4\xf8\xdb\xef\x5f\xf6\x4f\xe1\xf8\xb7\x6f\x4f\x8f\xcf\xce\x5e\xbc\x79\x7d\xb6\xbc\x89\xfe\xe9\x31\x1c\xbe\x79\xf5\xe2\xf5\xb7\xd6\xa2\x39\xa5\x35\x8c\xac\x73\x43\xe6\xb8\x3c\xe5\x2b\x7f\xa1\xc2\x4e\x8f\x21\x8e\x72\x9a\x92\x98\xaf\x0b\xc0\x28\xe2\x16\xc0\x49\x74\x2b\x38\xf5\x66\x3c\x87\x90\x25\x35\xdc\x7a\x9a\xb3\xd9\x33\x80\x37\x63\x5c\xe6\x00\x89\x33\x26\x4e\x0c\x9c\x16\xd0\xc7\x8f\x2f\x9a\x85\x62\x40\x28\x21\xa3\x59\x52\x13\x27\x16\xe9\x34\xa5\x08\x8d\x66\x01\x99\x52\x6b\xf1\x93\xe5\x94\x84\x4d\x6e\xd3\x64\x39\x63\x53\xb1\x0d\x16\x65\xa0\xf7\x3d\x1b\xc0\x85\xe1\x7d\x91\xc9\x5b\x29\xc5\x23\xae\x35\x54\x75\x87\x67\x67\x30\xa6\xb7\x42\x32\x9a\xf0\xd5\xe9\xb7\xcf\xb9\x5e\x1b\xd3\xdb\xce\xde\x3e\x6c\x7d\x55\xbf\x20\x9b\xc3\xf6\xe6\x93\xcb\x86\xef\xdb\x56\xd4\x5c\xab\x80\x73\xfa\xed\xb7\xcf\x15\xa8\xee\x8e\x03\xea\xa7\xee\x5d\xa3\xfa\x87\x0b\x33\x1d\x0d\x14\xcc\x74\x34\xa8\xa7\x69\xda\x1c\x8d\x46\xcd\xc1\x60\xd0\xe0\xc0\xd3\xd1\x60\x1f\x4d\xec\x53\x3a\x3a\xbe\x9d\xd6\xa5\xa6\xad\xd7\xfe\x61\x2b\x7b\x98\x8e\x06\x5b\xd9\xc3\xad\xfa\x56\xf6\xb0\xbe\x15\xfe\xd4\x69\x6e\xdf\x35\xb6\xb2\x87\xcd\xe2\xef\x1a\x6c\xa8\xd5\x44\xad\x90\xb7\xc5\xff\xfa\x67\x35\x95\xdd\x30\x9b\xca\x3f\x6e\x6d\x8d\x9a\x50\xfb\xf1\xc7\x5a\xa3\x09\xb5\xa8\xd6\x58\x0d\xeb\x26\x21\x44\x61\x4e\x16\xa2\x4e\xb6\xb2\x87\x0e\x66\x4b\xfb\x51\xf8\x6d\x57\xae\x3f\xdb\x97\xd9\x1b\xf5\x67\xfb\x5b\xad\xad\x70\xa3\xf1\x8c\x17\x6a\x7c\x44\x0f\x8f\x23\x0c\x79\x7d\xfa\xed\x73\xbe\x94\x39\xfd\xf6\x79\x5f\x76\xe8\x76\x71\x87\x9e\xfd\x65\x7a\xf4\xec\x23\xba\xd4\x4f\xe0\xb7\x9d\x0e\xac\x73\x7e\x0a\xc3\x30\xdc\xd2\x7f\xad\x0b\x47\x7c\xde\xc3\xdb\x4e\x07\xf9\x0d\x0f\x14\xf8\x37\xc3\xb7\x9d\xe6\xce\x5d\xe3\xc7\xad\xa5\x09\xd9\xc3\x7f\x66\xf8\xfb\x38\x19\xc5\x51\x36\x96\xb3\x52\x42\x26\xd8\x0a\xff\x77\x1f\xb6\x2e\xc8\xe6\x1f\x2f\xf9\x5f\xed\xcd\x27\x3f\x66\x97\x1b\x5b\x4d\x7b\x67\xe6\x90\x25\xf8\xee\x23\x51\xec\x56\x0f\xc3\xb0\x29\xff\x6f\x48\x88\x88\x38\xd7\x22\x0c\x88\xe8\x9f\x95\xae\x4f\x1c\x71\x2c\x39\x14\x2b\x53\xee\x11\x8e\x12\x96\x8a\x0d\x76\xb9\xc3\x93\x91\x24\xca\xf9\xfa\x1f\x9f\xcf\x18\x93\x24\x8c\xe5\x26\x99\x3e\xda\xae\x85\x61\x58\xc3\xad\x0d\xbc\x1b\x28\x4f\xef\x13\x0a\x83\x79\x4e\x25\x4a\xe6\x0c\x2d\x4a\x20\xa4\x41\x34\xc1\x88\xd9\x15\x87\x71\xbc\x06\xda\x1c\x2e\x8e\x1c\xad\x40\x90\xc1\xdd\x54\x53\x35\x79\x9d\x42\xa7\x39\xbf\x26\xb3\x38\xe6\x56\x1b\x37\x21\x44\x62\x80\xa1\xd7\xc5\x79\xa7\xd9\x9b\x41\xc8\x62\xf3\xc7\x55\x9f\xa3\xc1\x39\xe3\x70\x9d\x53\x3e\xed\x7d\xaa\xb7\x65\xb2\x80\xc4\xb4\xae\x9f\x1d\xb9\x86\x1e\xd4\x75\x9c\xd0\xeb\x26\x74\x77\x77\x1b\xf0\x10\xba\xbb\x8f\xdc\x8b\x8c\x8e\x4f\x9f\xd8\xab\xf8\xe3\x94\x84\xbc\xca\x8e\x7c\xf0\xc9\xd9\x88\x11\xa3\x39\x21\x79\x30\xae\xbb\x5a\x9e\xa3\x7a\x8b\x55\xdc\xb3\x20\x27\x76\xaf\xd9\x02\xac\x71\x96\xae\xc1\x86\xc4\x9c\xa4\xf3\x8b\xce\x25\xb7\x2b\x6b\x5b\x6e\x6a\xd7\x9b\xba\x7d\xe9\xee\x56\x1b\x16\x8d\xe9\x88\x04\x73\x3d\x16\xd7\xb4\xc8\x9a\x8a\x87\x5b\xad\x56\xc3\xc7\xa3\xe7\x63\x3a\x87\x9c\xbc\x17\x16\xf9\x90\xa5\x93\x7d\x9e\xdc\xe9\xc2\x20\xca\xf7\x71\xd2\x32\xf3\xfa\xe6\x37\xf0\xd5\x69\xbb\xdd\xfe\xb6\xdd\x6e\x3f\x6f\xb7\xdb\xbc\x64\x77\x47\x95\xc4\x69\xc9\x2e\x79\xda\x6e\x7f\xfb\x6d\xbb\xfd\xfc\xb9\x28\xb9\xbd\xa7\x4b\x9e\x7e\xcb\xcb\x3e\x37\x25\x4f\xdb\xdf\x7e\xfb\x6d\xfb\xf9\xf3\xe7\x58\x72\xe7\xb1\x29\xc9\x8b\xf2\xb2\xcf\x25\xb6\x19\x45\x01\xe2\xd8\x4e\x58\x96\x43\x16\x8d\x92\x68\x18\x05\x24\xc9\x79\x25\x3d\x8b\xeb\x37\xd7\xa5\xd4\xe1\xee\x6f\xc8\x6e\x70\x53\x4f\x20\xad\x5f\x6e\x25\x79\x2d\xc3\xdd\x55\x4e\xad\x6c\x36\x15\xbe\x9d\x45\xee\xbc\xed\x74\xbe\xa3\xb7\xe7\x8c\x17\xb2\x19\xd4\x3c\xb8\xf6\xe0\xba\x85\x27\xe8\xd9\x0f\x51\x3e\xae\xd7\xbe\xaa\x35\x3c\x5c\x81\xfa\x89\xf3\xe4\x54\xec\xfc\x52\x12\x72\xf3\xe4\x2b\x60\xc3\x21\x57\x52\x9c\x9b\xaf\x5b\xd9\x6c\x90\xe5\x69\x5d\x2e\x4b\xf0\x35\x5a\xf4\x22\x98\xc9\x88\x1c\x59\xf4\x47\xb4\x58\xb0\xdd\x8b\xed\x26\xec\x35\xe1\x49\x13\x3a\xdd\x4b\x1d\x73\xfb\x5a\x2f\x6f\x7a\x3d\xd8\xec\xf8\x19\xd4\x40\x4e\x58\xb2\xc9\xcd\x0c\x41\x2f\x05\xfa\x5a\xb2\xff\xd6\xc5\x3f\x48\x75\xbb\x15\xf9\x7a\x25\xbb\x35\x8d\xa3\x5c\x7a\x5e\xa0\xd5\xcf\x66\xf8\x58\x00\x9e\xb9\x09\xc7\x6b\x85\x15\x6c\xc1\xf6\x81\xcc\x4a\xed\x2e\xb7\xc5\xcb\x35\x0d\x95\x39\xb2\x33\x79\x4e\x21\x7f\x50\xcc\xe7\xa2\x63\x17\x13\xa8\xbd\x66\xe9\x44\xee\xb7\x33\xe8\xec\x29\x5e\x31\x4a\x25\x61\xe9\xa4\xb3\xe7\x6a\x15\xfd\x30\xee\x75\x13\x8a\xfa\x43\xf4\xa7\x07\x5d\x78\x06\xd7\xb0\xaf\x85\x64\x6b\x4b\x82\xb7\x9d\xc3\x55\xe1\x0e\x16\x7e\xfa\x14\x76\x44\x8d\xad\x2d\x78\x5c\x2c\x7b\x0d\xdf\x7c\x03\xf5\x1d\x78\x28\xde\x00\x82\x4d\xe8\x36\x1a\x07\x58\xb6\xbb\xc3\xd5\xec\x76\x57\x56\xb9\x5b\x73\xb4\x99\xe4\x53\xf4\x62\x3a\x67\xdc\x78\xa8\x5f\xa4\x4d\x18\x35\x61\x70\xd9\x9a\x90\x69\x5d\x74\xb1\x51\xa1\x4c\x4a\xf3\xd8\x7d\x94\x08\xd6\x15\xb5\x26\x64\x8e\x5e\x40\x36\x3c\x71\x3c\x22\x4e\xa7\xb9\x4a\x91\x53\xc6\x50\x6b\x1d\x0e\x86\x2b\xc9\xf1\x78\x3c\xde\xd2\x7f\xc9\xe3\x66\x6b\xce\x93\x88\x65\x10\xd3\x2c\x13\xbe\xc9\x3b\x10\x46\xa3\x28\xcf\x20\xca\xe5\x09\xc0\x94\x84\x21\x0d\x39\xf3\xf1\xc1\xde\x41\x17\x0d\x39\x6b\x84\x5a\x07\x0c\x23\x74\x12\xd3\x87\x6a\x7c\x12\x5d\x3e\x53\x16\x49\xb4\xca\x4c\x59\x9c\x5d\x3f\xc3\x4c\x79\xdb\xe9\x54\x29\xa2\xaa\x59\x72\x6b\x0b\xde\x12\x41\x14\xa9\x12\x31\x76\xa9\xa1\xe3\x90\xcd\x52\x49\x4a\x3c\xe1\x89\x32\x90\x6f\xae\x43\x7d\x9a\xb2\x01\x19\xc4\x72\x96\xdb\xda\x02\xd4\x0a\x34\x93\x2f\xff\x4a\xd7\xad\x30\x1a\x0e\xa3\x60\x16\x23\xd9\x33\x22\x4e\x83\x84\x75\x83\x9a\x16\x0b\x43\x46\xe9\x24\x83\x9c\x29\x50\x24\x4d\xf1\x74\x93\xcf\x67\x72\xe4\x04\x49\xa4\x97\x4c\x02\x53\x9a\xe2\x93\x06\x62\xbb\x80\x4d\x06\x51\x22\x8f\x54\x87\x0a\xc8\x88\x4c\x26\x9c\x4f\x52\xf9\xea\x49\x53\x52\x5c\x6c\x50\xe4\x29\x49\x32\xe1\x4e\x83\x79\x1c\xf2\x1f\x66\x24\xc9\xf5\x81\xa7\xde\x70\xd2\xfa\x89\x4b\xab\x39\x44\xe1\xca\x4d\xf0\x89\x64\xb6\x29\xd1\x0c\x86\x84\x1b\xcc\x41\x6c\x37\x29\xbf\x40\xed\x0a\xdb\x02\x58\x1f\xae\xc3\x80\x06\x6c\x42\x33\x03\x6f\x7d\x38\x1c\x0e\xd7\x5b\x00\x67\x01\xc1\x9b\xec\xc8\x99\x04\xb4\x12\xd6\x3b\x3b\xd2\xa5\x99\xb7\xd1\xdd\x7d\xa4\x1c\x09\x32\x32\xa1\x06\x1a\xc9\x20\x98\xe5\xb9\x78\x22\x67\xa8\xcd\xc2\x16\xc0\x0f\x14\xb2\xf7\x72\xb6\x99\x44\x61\x18\xf3\x65\x2d\x9d\x22\x11\xd0\xd9\x2e\x64\x33\xfd\xe8\xa6\x8c\x83\x6b\x61\xef\x6e\x07\x1a\x8d\x08\x1b\x60\x6b\xc5\x3b\x3f\x09\xbb\x05\x12\x4e\xa2\x98\xa4\x10\x52\x12\x03\x5f\xb0\xb7\x00\x25\x6a\x4a\xc2\x0c\xf2\x1b\x26\x88\xab\xa7\xec\x02\x49\x0d\x1c\x34\x78\xeb\x7c\x78\x39\x8f\xc3\x6c\x2a\x49\xd3\xe0\xd4\x44\x56\x2b\xec\x1c\x89\x72\x51\x8e\x66\x80\x81\x23\x28\x9e\xcc\x6f\xc8\x1c\x97\xfb\x01\x49\x04\x49\x54\x28\xb8\x31\x97\xd6\x68\x84\xa1\x69\xf4\x62\xc5\x4b\x8e\xe5\xa4\xd8\x76\x48\x71\x3e\x4e\x29\x75\xfb\xcb\x05\x43\x9e\xdc\x4b\x39\x28\x31\xd5\x10\x31\xc1\x5a\x2d\x03\x8b\xb6\x46\x2d\xe8\xb4\x87\x8a\xc7\xf8\xf7\xa1\xca\x47\x7b\x82\x0f\x96\x9a\x23\xbb\x2e\x9a\x7c\x58\x90\x3a\x42\x31\x8e\x29\x74\xad\x05\x45\xcb\x9e\xf2\xd0\xc6\x4e\xd9\x2c\x09\xeb\x85\x8e\xc3\x16\x92\xdf\x67\x43\xfb\xed\x67\xb1\xe0\x73\x2d\x68\xa3\xa8\x44\xbc\x1c\x69\x1f\xa1\x85\x2b\x84\xb7\x65\x11\xd6\x6b\x69\xf9\xe6\x43\xcb\x6e\xab\x5f\xcb\xbe\xd3\x38\xa3\x95\x15\xf8\x64\x85\xf3\xa7\x2c\x8e\x3d\xc2\xb3\xd3\xa9\xda\xfc\xed\xd8\x07\xfc\x15\x73\x2f\xaf\xc1\x67\x5d\xe4\x3d\xff\xa4\x9b\x89\x8b\x33\xd2\x0f\x92\xeb\xf3\x9a\xb4\xa3\x6b\xee\x9a\x11\x67\xe2\x7c\x4c\xa3\x54\x4f\xc4\xd2\xad\x58\x3f\x23\x8c\x3e\x70\x62\x75\xa9\xe7\x0d\x3e\xc1\xe1\xfa\xbc\x25\xe6\x51\x39\xd5\x90\x44\x7a\xa0\xea\x82\x4d\x33\x79\xca\x15\x7d\x28\xa6\x07\x3e\x51\xf9\x67\xc5\x0f\xc2\xf5\xf0\xa9\xf8\xf5\xcd\x1d\xf4\xd5\x4c\x6a\x4d\xf0\xa9\xf4\xb8\x66\x43\x93\x2a\x74\xbf\x33\xc3\xf9\xe6\xce\x12\x7c\xf4\xe3\xd0\x3d\xd3\x0d\x68\x7b\xd5\x9d\x21\xc7\x7c\xc8\x79\x9b\xd6\x0c\x49\xd2\x91\x39\x6b\xc7\x7d\x38\x79\xda\x6e\x31\x26\x26\x1f\x98\x32\xdd\x1d\x6f\x99\xee\x8e\xf0\x3e\x53\x93\xad\x44\xac\x3e\x36\x0e\xa5\x9c\x4d\xc7\xf4\xd6\xd2\x00\x3b\x46\x03\x70\x25\xdf\xe3\x7f\xeb\x1d\x14\x6c\xd8\xdc\x31\xac\x8f\x9b\x20\x8d\x37\xcf\x25\xea\xf5\xaf\xd6\x61\x03\x52\xf9\xff\x48\xfe\x3f\xe0\xff\x6b\x6f\x2a\xe7\xce\xb6\x11\x48\xde\xa6\x10\x49\xec\x46\xc3\x1c\x05\xd9\x2e\x8d\x45\xe3\xde\x59\xca\xd6\x85\x03\x98\xd4\x00\x62\x35\x2b\xd4\xc0\x06\xd4\x9a\x60\xed\x25\xb9\xa5\xba\x2b\x95\xda\x36\xa5\x1a\xb5\x03\xdb\xe3\x8b\xa4\xa3\x4a\xaf\xcf\x0a\x27\x53\xbf\xe7\x1b\x49\x47\x17\xd1\xa5\x88\x9c\x87\xc3\x26\x12\x6c\x67\x04\xdb\x5b\x81\xb7\xeb\x94\x35\x6a\x41\x52\x85\xa4\xa3\xd5\xe4\x5b\x9b\xd1\x5c\x74\x1d\xb9\xf6\x4b\xbe\xde\x94\x1e\xca\x17\xd8\x48\x82\xfb\x9b\x06\x88\x70\x40\x26\xf1\x74\x4c\x60\x18\xd1\x38\x34\x4e\x9f\x40\x6e\xc8\xfc\x97\xa7\x1f\x34\x0d\xca\x4a\xc2\x56\x6e\x82\x6d\xa5\xc2\xf8\x82\x9a\x02\x77\x9d\xbe\x43\x79\x2c\x6b\x8a\x92\x80\xf3\x59\xcb\xf2\x24\x35\x1e\x3b\x12\x5a\x90\x92\xe0\x3d\x9f\x3b\xd4\xf4\xb6\x44\xb6\x6c\xd1\xfa\x8a\xcb\x95\xb5\x2f\x55\xaf\x3b\x82\xd1\xbe\x6c\xf0\xa5\x23\x97\x0d\x37\xdc\x6d\xe9\x53\x2f\x08\x27\xd6\x83\xc7\xf7\xac\xd7\x95\xf5\xda\x0d\x77\x1b\xad\x09\x7b\x8d\x7f\xa2\x72\x79\x4e\xa4\x33\x9c\xf0\x11\x0a\xb2\x4c\x4a\x1b\x9e\x5f\x47\x38\xd2\xb8\xec\xe0\x95\x71\x81\x28\x56\xc0\xe9\x68\xc0\x39\x88\x4b\x9e\xbb\xf4\x3d\xc5\x76\xb2\x25\x0b\x3a\xdc\x5c\xc0\xdd\x87\xf2\x52\x4e\x67\x15\x96\x73\x21\x1d\x9a\x9d\xa5\x90\x0e\x17\x6e\x2d\x79\x26\x3e\x04\xa0\x5d\xaa\x3c\xdb\x97\xad\x9c\x66\x39\x96\x72\x40\x85\x74\x68\x6f\x5d\x7a\xed\x22\x01\xda\xbb\x23\xb9\xcd\xe9\xb4\x03\xce\x95\x2a\x9b\x8c\x52\x73\x09\x59\x2d\x11\xc3\xb2\x9f\x5c\x71\x9c\x5b\x4e\x72\xa8\xea\x7a\xb6\xb3\x1b\x7c\xc3\xad\xeb\x67\x20\xa6\x0f\xd8\x87\xce\x81\xbb\xf9\x4a\x70\xca\x12\x42\xa4\xa7\x1f\x10\xc2\xe1\xfe\xee\xda\xbf\xb1\x25\x39\x0f\x59\xbd\x7d\x73\x4d\x53\x71\xba\x68\x54\x6f\x30\x26\x49\x42\x63\xae\xc4\x44\x47\xb7\x90\x59\xb0\x5f\xa5\x6e\x66\x34\xef\xcb\x5e\xe8\x3e\xa6\xa3\x41\x53\xc0\xf2\xf9\x03\x56\x69\x17\xd9\xe3\x9e\xa8\xb9\x92\x51\xea\x8e\xdc\xab\xe8\x96\xaf\xbb\x69\x1a\xd0\x24\x27\x23\x5c\x74\x12\xc8\x23\xf4\x60\x8f\xd1\x9f\x8e\x8f\x1d\x0c\x48\x46\x2b\x7a\x33\x89\x1c\xdd\xc9\x4b\x36\x11\x42\x53\xc1\x75\x7a\xd4\xa9\xe8\x12\xaf\xa7\x77\xf5\x48\x3a\xef\x56\x94\xe3\x90\x1b\x07\x55\x17\x4b\x76\x0e\x60\x63\x23\xb2\x55\x74\x18\x0d\x87\xc2\xf9\xb1\xcb\x95\xcb\x26\xe2\xa0\xaf\x93\xc8\x1f\xea\xa5\xb1\xc2\xea\x46\xe6\x72\x63\x04\xc1\x3c\xd4\x3d\x2a\x6a\x9a\x6a\x7a\x77\x5c\x82\x8b\x3d\xd2\x12\x8f\x68\x19\xd1\x73\x61\x94\x67\x66\xe3\x4b\x1b\x02\x6f\x12\xc8\x66\x41\x40\xb3\xac\x09\xa4\x24\x68\xea\xfe\x86\x40\x0a\x1d\xca\x4f\x84\xde\x92\xb3\x9f\x65\x2d\x70\x68\xaa\x7c\x26\x5e\x0e\xee\x94\xc6\x56\x51\xdd\x1e\x60\xcc\x32\xba\x49\x30\x85\xad\x9d\x78\xaf\x6a\x8d\xf2\x34\x29\x4a\x56\x9d\xa7\x10\x6b\xba\xb4\x96\x83\xe0\x73\x5b\xd5\xea\x7d\x5e\x31\x35\xac\xda\xe8\x3d\xda\xd4\x37\x76\x3a\x8b\xd1\xe0\x4c\xa1\x2e\x4e\x50\xe1\x9e\x7a\xc8\xe7\x82\xe4\xc7\x5a\x0e\x48\x4f\xe1\x42\x2b\xc8\x68\x89\xac\x30\x08\x96\x6d\xcd\xa2\xaf\xbd\x14\x4a\xc7\xa2\x74\xe6\xa5\xd7\xe6\x9a\x63\x9e\x46\xd3\x29\x0d\x39\x4b\xe1\x6e\x98\xb8\x7e\x66\xec\xa3\x9c\x41\xcc\x6e\x68\x1a\x90\x4c\xde\xef\xe1\x2c\x22\x9a\x41\x8b\x4f\x9e\x39\x34\xe5\x24\x97\x19\xee\xb2\xdd\xd5\x63\x79\x99\xd7\xc2\x32\x67\xb8\xea\x9b\x88\xd7\xe1\x78\xcd\x90\xa6\xd1\xb5\xfd\x80\x79\x96\xb3\xe0\x3d\xef\x9d\xdc\x00\x6e\xe5\xb7\xb9\xed\xdb\xe3\xbf\x83\x70\xae\x4e\x18\x74\x3b\x4b\x37\x61\x71\x6b\x30\x9b\x32\x8c\x35\x50\x41\x38\x77\x5e\x56\xb3\x5d\xf1\x4e\x80\xe1\x7c\x39\x14\x8e\x96\xe2\xff\x20\xf1\xab\xe6\x67\x53\x02\x2f\x0d\x5c\xa2\x26\x4b\x44\x6c\x35\x3c\xa8\xce\xd9\x4b\x3e\x1c\x87\x44\x05\xe1\xfb\x72\x4d\x99\xd3\xfb\x6c\x03\x8f\xef\x6b\x5f\xa0\xc1\x2a\xee\x3e\xd7\xc3\x2f\x86\x72\x4a\x62\x9a\xe7\xe5\x81\xc0\x32\x87\xfc\xfb\x5b\x51\xc2\x9d\x17\x94\xbd\xb3\x06\x50\xbf\xc0\x8d\x35\x0a\xeb\xfd\xd7\x67\x2f\xa0\xb3\xb7\x8e\x37\x78\x01\xa0\xf6\x55\x1b\x3f\x7c\x62\xff\xea\xf0\x50\x7f\xdd\x39\x7e\xd2\x6f\xef\x89\xd4\x9d\x3e\xa6\xca\xf2\xdb\x3b\x7b\xbb\xfd\x1d\xcc\x79\xb4\xbb\xdb\x7e\xf4\x1c\xbf\xb6\xf7\x9e\x3c\x7e\xd2\xc7\xaf\x47\xdb\x47\x8f\x0e\x4f\x74\xf9\xdd\xdd\xdd\x47\xbb\xdb\x98\x73\x7c\xd2\x7d\xd2\x7d\x22\xca\xb7\x9f\xf7\x3b\x22\xf5\xe4\xf0\xf8\xc9\x8e\x29\xff\xa8\xfb\xe4\x84\x57\xe7\x39\xdd\x76\xfb\xf0\xb9\x2a\xbf\xfb\xfc\x48\x40\xe1\x9f\xc3\x5a\x53\xef\xd2\xf1\x8e\xed\xdd\xee\x49\x6a\x05\xb3\x81\x08\xad\x52\xea\x1e\xff\xb2\x7b\xa2\xbf\x3e\x7e\xa4\xbf\xf6\x4d\xea\x91\x49\x3d\x31\x48\xf1\x8a\x1a\xca\xee\x89\x86\xb2\x7b\xa2\xa1\xec\x9e\xf4\x4d\xea\x91\x49\x75\xa0\x3c\x7e\xa4\xa1\x3c\x7e\xa4\xa1\x3c\x7e\xa4\xa1\x3c\x7e\xd4\x37\xa9\x47\x26\xd5\x81\xd2\x37\xb8\xf4\x0d\x2e\x7d\x83\x4b\xdf\xe0\xd2\x37\xb8\xf4\x5d\x5c\x8e\x0c\x2e\x47\x06\x97\x23\x83\xcb\x91\xc1\xe5\xc8\xe0\x72\xe4\xe2\x72\x62\x70\x39\x31\xb8\x9c\x18\x5c\x4e\x0c\x2e\x27\x06\x97\x13\x81\x8b\xe2\x91\x13\x3d\x48\xfc\xab\x04\xc3\xbf\x4a\x30\xfc\x6b\xdf\xa4\x1e\x99\x54\x0b\x19\x3e\x2e\x1a\x8a\x1e\x24\xfe\x45\x43\xd1\x83\xc4\xbf\x1e\x99\x54\x07\x8a\x1e\x24\xfe\x55\x43\xd1\x83\xc4\xbf\xf6\x4d\xea\x91\x49\x75\xa0\xf4\x0d\x2e\x7d\x83\x4b\xdf\xe0\xd2\x37\xb8\xf4\x0d\x2e\x7d\x17\x97\x23\x83\xcb\x91\xc1\xe5\xc8\xe0\x72\x64\x70\x39\x32\xb8\x1c\xb9\xb8\x9c\x18\x5c\x4e\x0c\x2e\x27\x06\x97\x13\x83\xcb\x89\xc1\xc5\x1d\x24\x4e\x16\x09\x86\x7f\x95\x60\xf8\x57\x09\x86\x7f\xed\x9b\xd4\x23\x93\x6a\x21\xc3\x29\xaa\xa1\xe8\x41\xe2\x5f\x35\x14\x3d\x48\xfc\xeb\x91\x49\x75\xa0\xe8\x41\xe2\x5f\x35\x14\x3d\x48\xfc\x4b\xdf\xa4\x1e\x99\x54\x07\x4a\xdf\xe0\xd2\x37\xb8\xf4\x0d\x2e\x7d\x83\x4b\xdf\xe0\xd2\x77\x71\x39\x32\xb8\x1c\x19\x5c\x8e\x0c\x2e\x47\x06\x97\x23\x83\xcb\x91\x8b\xcb\x89\xc1\xe5\xc4\xe0\x72\x62\x70\x39\x31\xb8\x9c\x18\x5c\xdc\x41\xea\x1b\x49\xea\x1b\x49\xea\x1b\x49\xea\x1b\x49\xea\x1b\x49\xea\xbb\x92\xd4\x37\x92\xd4\x37\x92\xd4\x37\x92\xd4\x37\x92\xd4\x37\x92\xd4\x77\x25\xa9\x6f\x24\xa9\x6f\x24\xa9\x6f\x24\xa9\x6f\x24\xa9\x6f\x24\xa9\xef\x4a\x52\xdf\x48\x52\xdf\x48\x52\xdf\x48\x52\xdf\x48\x52\xdf\x48\x52\xdf\x95\xa4\xbe\x91\xa4\xbe\x91\xa4\xbe\x91\xa4\xbe\x91\xa4\xbe\x91\xa4\xbe\x2b\x49\x7d\x23\x49\x7d\x23\x49\x7d\x23\x49\x7d\x23\x49\x7d\x23\x49\xfd\x82\x24\x1d\x19\x49\x3a\x32\x92\x74\x64\x24\xe9\xc8\x48\xd2\x91\x91\xa4\x23\x57\x92\x8e\x8c\x24\x1d\x19\x49\x3a\x32\x92\x74\x64\x24\xe9\xc8\x48\xd2\x91\x2b\x49\x47\x46\x92\x8e\x8c\x24\x1d\x19\x49\x3a\x32\x92\x74\x64\x24\xe9\xc8\x95\xa4\x23\x23\x49\x47\x46\x92\x8e\x8c\x24\x1d\x19\x49\x3a\x32\x92\x74\xe4\x4a\xd2\x91\x91\xa4\x23\x23\x49\x47\x46\x92\x8e\x8c\x24\x1d\x19\x49\x3a\x72\x25\xe9\xc8\x48\xd2\x91\x91\xa4\x23\x23\x49\x47\x46\x92\x8e\x8c\x24\x1d\x15\x24\xe9\xc4\x48\xd2\x89\x91\xa4\x13\x23\x49\x27\x46\x92\x4e\x8c\x24\x9d\xb8\x92\x74\x62\x24\xe9\xc4\x48\xd2\x89\x91\xa4\x13\x23\x49\x27\x46\x92\x4e\x5c\x49\x3a\x31\x92\x74\x62\x24\xe9\xc4\x48\xd2\x89\x91\xa4\x13\x23\x49\x27\xae\x24\x9d\x18\x49\x3a\x31\x92\x74\x62\x24\xe9\xc4\x48\xd2\x89\x91\xa4\x13\x57\x92\x4e\x8c\x24\x9d\x18\x49\x3a\x31\x92\x74\x62\x24\xe9\xc4\x48\xd2\x89\x2b\x49\x27\x46\x92\x4e\x8c\x24\x9d\x18\x49\x3a\x31\x92\x74\x62\x24\xe9\xc4\x91\x24\x69\xfb\x8d\x52\x3a\x17\xe7\xd8\x29\x99\x4c\x2d\xd3\xef\x31\xff\x83\xf5\x3a\x5d\xfe\x47\x7c\x3d\xe4\x7f\xf0\x6b\x77\x8f\xff\xc1\xaf\xdb\x6d\xfe\x47\x7c\xed\xf3\x3f\x1a\xd3\x1d\xfc\x60\xce\xce\x31\xff\x23\x26\xc7\xc7\xfc\x0f\x7e\x45\x20\x02\xf6\xde\x21\xff\x83\x5f\x1f\xed\xf1\x3f\x46\xbd\x23\x32\x42\x65\xf7\xf9\x1f\xfc\xfa\x64\x87\xff\x11\x5f\x8f\xf9\x1f\xa1\x2e\xb0\x04\x7e\x7d\xde\xe5\x7f\x34\x94\xe7\x87\xfc\x0f\xe6\x60\x4b\x02\xf7\xa3\x36\xff\x23\xbe\xf6\xf9\x1f\xfc\x8a\xb8\x0a\xd8\x68\x31\x1f\xa3\x73\xf2\x65\xc3\x5d\x67\x04\xb3\x34\xa5\x7a\x4b\x4b\xae\x34\x9a\x2a\xaa\xd0\x5c\x9c\x65\xcc\x32\x9a\xe2\x3e\xde\xc8\x73\x4a\x10\x54\x2e\x40\x4a\xeb\x13\xf7\x8a\x4c\xa8\x7c\xe1\x48\x10\xb0\x34\x94\x0e\x09\xce\xda\xb7\xb4\xf0\x2d\xb7\xfc\x5a\x06\x9f\xe0\x4b\xcf\x75\x12\x47\x01\x1d\xc4\x33\xba\xbe\x8f\x7e\xd5\xf5\xee\x4e\xbb\x09\xdd\x9d\xc7\xc2\xf5\x75\xbd\x89\x85\x92\x3c\xfa\xc3\x8c\xde\x8c\xa3\xdc\x94\xdb\xe5\xe5\xb6\x77\x9b\xd0\xed\xf8\xca\x75\x4c\x41\x5e\x66\xfb\x09\x2f\xf8\xc4\x53\xb0\xab\x0b\x6e\xf3\x46\xbb\xdb\x4d\xe8\xb6\x77\x3c\x05\xb7\x75\xc1\xf6\x6e\x13\x3a\x4f\xba\x4d\xe8\x3c\xda\xf3\x14\xdc\x51\x05\x3b\xbc\xd5\xce\x76\xa7\x09\x9d\x6e\x5b\x15\xfc\xc3\x8c\x4c\x48\x1a\x25\xba\x27\x9d\xee\x23\xec\x2c\x47\xb0\x5b\x2a\xd5\x59\xad\x98\xee\x45\xa7\xc3\x7b\xc1\xbb\xd2\x79\xf2\xb8\x54\x4c\xf7\xa1\xd3\xee\xf2\x7e\xf2\x8e\x3c\x2a\xa3\xa6\x7b\xb0\x87\x1d\xe0\x7f\x75\x74\x4f\xff\x38\x4b\x0b\xa3\x85\x48\x99\xd1\xe2\x05\x3a\x4b\x4b\x18\xba\x77\x77\x24\xc6\xdd\xed\xc7\x76\x09\x83\xec\x93\x6d\x89\x6c\xb7\xed\xc0\xb0\x28\xdd\x51\x88\x6e\xab\x41\x1e\xd0\x68\x64\x21\xca\x6b\xe3\x5f\x7a\x28\x06\x51\xf6\x07\x8b\xf1\x10\xc7\x2e\x12\x6e\xcf\x29\xd1\x59\x5e\xa4\xc0\x44\x9d\xed\x26\x74\x1e\x6f\x3b\x45\x0a\xec\xf3\x98\x17\xd9\x7d\xec\x14\x29\x30\x4e\x97\x97\x6b\x3f\x52\x45\x62\x12\xbc\x57\x05\xda\x4d\xe0\xff\x99\xac\x24\x18\xd3\x90\xc4\x13\x96\x84\x05\xc6\x77\xa8\x66\x4b\x9a\x80\x61\x46\x85\xe7\x75\x16\x65\x76\x0b\x99\x7a\xb4\x78\xe6\x76\x21\xd3\x69\x72\xc7\xcd\xb4\xc6\x28\x9e\xd1\xeb\x88\xc5\x34\x37\x5d\x7f\xdc\x84\x1d\x3e\xde\x5d\x4d\xe2\x94\xdd\x24\x3a\x7f\x6f\xb7\x09\x3b\x5d\xfe\xbf\x9d\xed\x8e\xd1\xde\x0e\xff\xdf\xce\x77\x07\x68\xf7\x09\xff\xdf\xce\x77\x47\x67\xb7\xc3\xff\xb7\xf3\xdd\xa1\xe1\x44\xdd\xd6\x1d\x9c\xa5\xf1\xfc\x86\x31\x43\xf8\x2e\x57\x0d\x8f\x77\x78\x47\x4b\x85\x0a\xcc\xd4\xe1\x7c\xfb\xff\xb3\xf7\xef\xdd\x6d\xdc\x48\xc2\x38\xfc\xbf\x3f\x05\xec\x27\x1b\x92\x36\x45\x89\xb2\x2c\x5f\x32\xca\x3c\x1a\xc7\x99\xf5\x1e\xc7\xc9\xc6\xce\xe6\xdd\xa3\x68\xbc\x20\x1b\x24\x3b\x6a\x36\x98\x46\xb7\x24\x4e\xec\xf7\xb3\xff\x0e\xaa\x0a\x40\x01\xdd\xbc\x38\xc9\xcc\xce\xcc\x93\x39\x63\x45\xea\xae\x46\xa3\x0b\x85\x42\xdd\xeb\x51\x0b\x2a\x9e\xee\xf8\xe9\xe3\xa1\x18\x9f\xb4\xa0\x12\x92\x7a\x7c\x04\x44\x93\x42\x25\x54\x35\x7e\x34\x14\x4f\x1c\xd0\x54\x66\xaa\xe6\x44\xf1\xf4\x11\x90\xe5\x50\x8c\x4f\x8f\x52\x98\xc0\x8a\x1e\x1d\xbb\xcd\xf4\xa8\x35\x52\xe0\x44\x76\x95\x8e\x8f\x9f\x72\x4a\xf1\x50\x61\x6f\x03\xb2\xec\x07\x06\x92\xf1\x50\x7e\xea\xb0\x5b\x1e\x9e\x70\xd2\x99\x2e\x64\x55\x57\xaa\x31\x1d\x8c\xf4\xa8\x05\xd3\xc1\x46\xdb\x40\x1d\x4c\xb4\x0d\xd4\xc1\x42\xdb\x40\x6d\x06\x1a\x60\xf4\x54\x17\x92\x1d\x64\x63\xbb\x6c\x76\x98\x87\x2d\x98\x98\x58\x60\xea\x0f\x4f\x53\xa0\x84\x56\xec\xd4\x1f\x3e\x4c\x81\x12\x52\x81\xa9\x3f\x4d\x81\x62\x4a\x81\xa9\x7b\x18\x5d\xc9\xa2\x3d\x9b\x27\x47\xfc\x7e\x32\xdd\xf1\xc9\x50\x3c\x39\xe5\x00\xc9\x54\x8f\x4e\xd3\x11\xe2\x69\x3e\x1d\xdb\x59\xf0\xfb\xc9\x0c\x2d\x1b\x78\x1c\xee\x97\x33\xb0\xfe\x73\x7a\x1e\x1f\x59\xec\x9e\x00\x11\x72\x48\x93\x17\x57\xf1\x4e\x04\x91\xe3\xf8\x28\x81\x19\xef\x03\x94\x70\xff\x87\xc7\x11\x31\x13\x50\xfc\x69\xc7\x30\xaf\xc7\xe9\x94\x52\xd1\xe1\x94\x8b\x0e\xd3\xb5\x2c\x19\x23\x4d\x0e\x55\x7b\x77\xbc\xfd\x36\x67\xe0\xc9\x81\x6b\x6f\x73\x16\x9e\x9c\xb6\xf6\x36\x67\xe2\xc9\x51\x9b\xc9\xea\xaa\x7d\xb4\xc4\xf7\x93\xd9\x77\x8c\x30\xd7\x45\xa6\xca\x2a\x30\x52\xe2\xa1\xf6\xc7\xb8\x0b\x2e\xa1\xb7\x27\xc0\xbb\xba\x00\x13\xba\x7b\x6c\xb9\xc9\x49\x17\x60\xb2\x4d\x4e\xe0\x18\xee\x02\x4c\x16\xea\x68\x3c\x14\x4f\x38\x5c\x25\xd7\xe1\xc4\xb2\x10\xf4\x23\x82\x51\x2a\xc2\xc8\x11\x3b\xd2\x09\x60\xe7\x20\x57\x0b\x79\x95\x07\x7c\x3d\x75\x92\x85\x17\x1b\x2c\xd0\x52\xce\x55\x59\xcb\x68\xca\xad\xf5\xd1\x45\x7e\xad\xa2\x39\x3d\x41\xf9\x83\xed\xb1\x18\x2e\xa0\x1f\xd8\x09\xee\xf9\xe3\x4e\xd0\xc0\x59\x9f\x78\xf1\xf4\xe8\xa4\x13\x34\xf0\xd7\x53\xc7\x5f\x9f\x1e\x75\x42\x86\x35\x18\x3b\x82\x3a\xe5\x74\xa2\x2b\xab\xff\xc4\x34\x72\x92\xe0\x18\x61\x3a\xf8\x6c\x1b\xa8\x83\xcf\xb6\x81\x3a\xf8\x6c\x1b\xa8\xcd\x67\x63\x98\xe9\x22\x0f\x7b\xe0\xd1\xc3\xa1\x00\x5d\x27\xc6\x17\x00\x85\x53\x0d\x58\xe5\x31\xdf\xf0\x01\x2a\x20\xff\xb1\x95\x7d\xa2\x7d\x1f\xa0\x02\xde\x1f\x9d\xb8\x37\xb6\xc7\x0a\x53\x3f\x3a\x19\x8a\xf8\x44\xb6\x50\x95\xca\x52\x32\xe3\xdf\x66\x40\x44\x0d\x88\x04\x21\x18\xc4\x16\x4e\x37\x46\xc9\x88\x10\xc7\x27\x20\x4f\x5b\xac\x9f\x3c\xec\x80\x1b\xc7\x8a\x02\xac\xe1\xd3\x2e\x40\x46\x86\x8e\x05\x8e\x9f\x1c\x75\x00\x32\x64\x3c\x72\x7a\x52\x84\x59\x07\xc8\xf0\xf1\xc8\x31\xb5\x08\x6d\xc6\x1e\xac\x9c\x37\x3e\x3e\xb6\x64\x9a\xe2\x0d\xc0\x38\xd7\x38\x79\x3c\x14\x8f\x9f\xda\x7f\x5d\x50\x4c\x14\x1b\xb7\x58\x7d\x04\xc9\xc4\xb1\x71\x8b\xeb\x47\x90\x4c\x24\x1b\xb7\x0e\x80\x08\x32\x88\x65\xc7\x9d\x8c\x9c\x00\xd5\xf6\x8f\xa9\x9b\xea\xa7\x46\xe7\x46\x45\xc7\xce\xa9\xfd\xc1\xc1\x12\xf5\xc0\x9e\xc0\x47\x20\x38\x3b\x18\x35\xc9\x65\xc9\xe8\xee\xd8\x4a\xb8\x56\x36\x09\x10\x6a\xb5\xca\xcb\xe4\xbc\x07\xb9\xe0\x71\x02\x32\xde\x03\x26\xe1\x03\xf6\xdf\xc3\x14\x26\x61\x03\xa7\xc0\x2f\x12\x98\xf4\x08\x61\xb2\x90\x05\x31\x57\xeb\xe4\x48\x85\x4d\xce\x96\x39\x00\x8d\xf7\x82\xe2\xc7\x3f\xb0\x02\x46\x08\x01\x8a\x4b\x01\xc0\x0a\x18\x11\x04\xa8\x48\x18\x38\x8a\xd9\x40\xbe\x8c\x8e\x3f\x64\x84\x8f\xa2\x8d\x61\x41\xd4\x76\x10\x9d\xcd\x63\x51\xee\x21\xac\xc6\x49\xf4\x71\x1e\x68\xbc\x17\x54\x58\xba\x27\x24\x58\x30\x14\x78\xa8\xb0\x78\x20\x79\x9c\x46\x28\xf0\x50\x61\xf9\x4e\x87\xe2\xf1\x13\x8e\x81\x59\x5e\xa9\x49\x95\x07\x75\x1d\xb0\xfd\x10\x18\x66\x0a\x12\x53\x9c\xa5\xee\x93\x27\x29\x4c\x4c\x71\xf6\xe3\x4e\x5a\xe3\xc4\x14\x67\xe1\x1e\xb6\xc6\x89\x29\xee\xd8\x7e\x98\x13\xcf\x67\x85\x15\xaf\x13\x0b\x1b\x70\x15\x30\xc7\x39\xc2\x9c\xe9\x4a\x99\x3a\x62\xce\x74\x06\xb0\x6f\x9b\xcb\xbc\x34\x13\x5d\xe9\xa0\x10\x1f\x81\xd8\xcc\x65\xe7\xf9\x42\x9b\x3a\x7e\x1f\x08\xd7\xb1\xe5\xcf\xca\x5b\x89\xc2\xcc\xf4\x2d\x7b\x37\xd5\xa7\x93\xdb\x89\x68\x6e\xe5\x34\x7e\x3b\xd5\xa0\x1f\xc6\xb7\x53\xd5\xf9\x71\x7c\x3b\x12\x56\x8f\x81\x13\x9c\x5a\xe4\x1f\xa7\x30\x89\x7c\x61\x4f\x29\xcf\x32\x36\x09\xa9\xf6\x84\x0a\x28\xdd\x20\xa0\xc2\x37\x3f\x4d\x81\x52\xce\x02\xac\xcc\x01\xf1\xad\xf9\x14\xf8\x05\xfe\x60\xf7\x8f\x62\x39\x9e\xdf\x0a\xfb\x6c\x28\xec\xff\xf9\x2d\xff\x18\x52\x16\xa3\x2e\xbc\x7d\x94\x50\x56\x74\x68\x01\xc8\x98\xef\x4f\xfc\xc7\x6f\x7b\x0c\x3d\x1c\x0f\x05\xfe\xe3\xb7\x3d\x6e\xac\x58\x81\xff\xf8\x6d\x8f\x15\xab\x55\xe1\x3f\x7e\xfb\x91\xbf\xfd\x24\xd9\x3f\x70\xfb\xd4\x9f\x65\xe3\xa1\xc0\x7f\xfc\xf6\x63\x7f\xfb\x21\x9a\xaf\x4e\xa2\x77\x3f\xf1\xb7\x4f\x87\x02\xff\xf1\xdb\x4f\xfd\xed\x27\x09\x0f\x88\x8e\xf0\x47\x43\x61\xff\xcf\x6f\x79\x9c\xa2\xc9\x8a\x99\xad\xe0\xb6\x47\x28\xc8\x74\xf0\x8f\xdf\x0e\x23\x9f\x0e\x05\xfe\xe3\xb7\x3d\x42\xd1\x5e\xc6\x6c\x66\x70\x3b\x18\x39\xc6\x28\xd2\x9c\x46\xef\xf6\x08\x45\x6b\x1c\xb3\xc8\xc1\x6d\x8f\xd0\xd3\xd3\xa1\xc0\x7f\xfc\xf6\x63\x6e\x41\xc1\x7f\xfc\xb6\x47\xe8\xe3\xf1\x50\xe0\x3f\x7e\xdb\x23\xf4\xf1\xc9\x50\xe0\x3f\x76\xdb\x7f\xd7\x93\xa1\x78\x12\x14\x37\xb8\xe5\x11\xfa\xd8\xca\x2c\xf0\x8f\xdf\xf6\x08\x45\x71\x86\x89\x34\x70\xfb\x98\x4b\x46\xf8\x8f\xdf\x0e\x2f\x3e\x19\x0a\xfc\xc7\x6f\x07\xb9\xca\x8a\x2f\xf0\x8f\xdf\xf6\x08\xb5\x6a\x1e\xfe\xe3\xb7\x3d\x42\x9f\x1e\x0f\x05\xfe\xe3\xb7\x3d\x42\x9f\x9e\x0c\x05\xfe\xe3\xb7\x3d\x42\x9f\x3e\x1e\x0a\xfc\xc7\x6f\x7b\x84\x3e\x7d\x3a\x14\xf8\x8f\xdd\x66\x52\x30\x4a\x32\x63\xce\x33\x4e\x8e\xc2\xed\x63\x52\x8a\xc6\x47\x7c\x72\x27\xe3\x6d\xa2\x00\x40\x04\x39\xd6\x6a\xa4\xee\x07\x87\x78\x18\xab\x83\xf4\x83\x43\x30\x85\xf1\x18\x74\x55\xae\xb0\x02\xc4\xa3\x00\xf1\x88\x6c\xa5\xe3\x71\x34\x8f\xd3\x00\xf1\x98\x8e\x84\xf1\x38\x9a\xc7\xe3\x20\x47\x83\x66\x73\xc4\x6d\x38\x00\xf1\x24\x40\x1c\x83\xee\xc3\x15\x20\x80\x78\x1a\x20\x1e\x39\x4f\xc0\x31\x9f\x47\x98\x28\x58\x46\xed\x3f\x7e\x37\x60\xdc\xea\xb2\xee\x07\x87\x08\x18\x07\x89\x89\x7e\x70\x88\x80\x71\x50\xd3\xe8\x07\x87\x08\x18\x7f\x08\xca\xcf\x23\x6e\xf1\x06\x08\x76\x12\x81\x84\x84\x3f\x38\x44\xf8\x90\x93\x23\xd2\xcf\xc7\x27\xd1\x3c\x4e\x63\x35\x90\x7e\x70\x88\x80\xf1\x13\xd0\xf1\x1f\x71\x6b\x39\x40\x3c\x89\xf4\x07\xf7\x83\x43\x04\x8c\x83\x3e\x4a\x3f\x18\x44\x98\x06\x1c\xbc\xcc\xd4\x04\x77\x8f\x22\x85\xdd\xfd\xe0\x10\x4c\x67\xb3\xfa\x00\xfd\xe0\x10\x01\xe3\x60\x81\xa7\x1f\x1c\x82\x19\x47\xac\x0a\x49\x3f\x38\x04\x13\x4b\xed\x14\xe8\x07\x87\x08\x18\xb7\x5c\xd7\xfd\xe0\x10\xe1\x53\x4f\x41\xa6\xc1\x1f\x1c\x22\x60\xdc\xf2\x5e\xf7\x83\x43\x04\x8c\x83\xb5\x8d\x7e\x70\x88\x80\xf1\xc7\xa7\xe0\x4a\xe5\xfe\x54\x0b\x11\x5e\xe2\xf4\x2c\x3e\x87\xc7\x01\xe3\x96\x0f\xbb\x1f\x1c\x22\x60\xfc\x89\x9d\x20\xfd\xe0\x10\xcc\x20\x70\xe2\x7c\x36\x11\x4f\x7e\x1c\x30\xfe\xc4\x4e\x90\x7e\x70\x88\x80\x71\x34\xbf\xe1\x0f\x0e\x11\x30\x6e\x75\x33\xf7\x83\x43\x04\x8c\x5b\xce\xec\x7e\x70\x88\x80\x8c\xa7\xa7\xe0\x7f\xe4\x4e\x48\x80\x08\x18\x7f\x0a\x96\x7b\xfc\xc1\x21\x9e\x06\xe1\x71\x4c\xc2\xf0\xf1\x11\x9f\xc7\x93\x00\x80\xda\x6f\xc4\xb7\x9e\x04\x01\xee\x08\xf4\xc2\x13\x6e\x95\x02\x08\x66\x12\x04\x8f\x0e\xfe\xe0\x10\x41\xca\x3d\x7a\x0a\xaa\x3e\xd7\xf7\x01\x22\x88\xb8\x96\x41\xbb\x1f\x1c\xe2\x24\x40\xd8\x29\xd0\x0f\x0e\xf1\x28\x40\xd8\x29\xd0\x0f\x0e\x71\x1a\x20\x30\x34\x80\xc7\x07\x00\xc4\xe3\xa0\xbe\x80\x23\x0b\x7f\x70\x88\x80\x2e\x70\x61\xd3\x0f\x0e\x11\x30\x0e\x6e\x27\xfa\xc1\x20\x02\xc0\x43\xab\x8c\xda\x7f\xfc\x6e\xc0\x38\xf8\xd1\xe8\x07\x87\x08\x18\x07\xb7\x03\xfd\xe0\x10\x4c\xaf\xf0\x0e\xe1\x88\x4b\x3f\x0d\x18\x7f\xf8\x18\x1c\x25\xdc\x5b\x02\x10\x01\xe3\x18\x9e\x11\x29\x85\x00\x11\x30\x0e\x6e\x3f\xfa\xc1\x21\x02\xc6\x83\x2f\x3e\xe2\xd2\x4f\x03\xc6\x4f\xec\x14\xe8\x07\x87\x08\x18\x07\xbd\x94\x7e\x70\x88\x80\x50\x70\x52\xd2\x0f\x0f\x11\x9b\xdc\x23\x3f\x60\x6c\x4a\xec\xbc\xdb\x72\xa0\x44\x77\x5b\xfe\x93\xe8\x6e\xcb\x7d\x12\xdd\x5d\xab\xa2\xd0\x37\x11\xcf\x44\x83\x40\xf8\x7c\xb5\x43\x6f\x53\x9b\xf5\x36\xb5\x59\x6f\x53\xdb\xf5\x36\xb5\x5b\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x59\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\x9b\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x5d\x6f\x53\xdb\xf5\x36\xb5\x55\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x5b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x55\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x5b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x55\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x5b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf5\x36\xb5\x53\x6f\x53\x3b\xf4\xb6\x85\x2e\xd5\x3a\x53\x37\xf1\xd7\x60\x44\xde\x51\x02\xd3\x15\x79\xde\x02\xea\x0a\x3e\xf7\x14\xe0\x80\x3a\xe2\xcf\x43\x58\x89\x03\xea\x0c\x41\x1f\x7b\xa0\xba\x15\x78\x80\x42\xd2\x93\xa3\x18\x24\x0d\x9d\x3c\xea\x80\xe9\x88\x9e\x1c\x9f\x3e\x8e\x61\x92\x00\xca\x53\x70\x86\xc7\x20\xb1\x77\xd0\x1e\x56\x3e\x51\x20\x2f\xb3\x24\x96\x02\x46\xe1\x32\xa9\x07\x49\x66\x0c\xb3\x39\x3a\x4d\xa1\xe2\x39\x47\x02\xa8\x87\x89\xe7\xfc\x84\xc7\x27\x7b\x98\xf6\xa4\xfd\x01\x9b\x5f\xeb\x6a\xdd\xa1\xa2\xfa\x45\x07\x80\xf1\x4e\x88\x34\x8a\x33\xa2\x09\x80\x48\x43\x38\x23\x82\x00\x88\x34\x7e\x33\xa2\x86\x28\x56\x0f\xa9\xf3\x61\x24\x36\x01\x40\x1a\x71\x7a\xca\xc5\x26\x80\x48\x27\x7a\xc4\x05\x3c\x80\x48\x53\x55\x9e\x70\x71\x18\x20\xd2\x89\x5a\x55\xcb\x21\xb4\x90\xd7\xaa\xcc\x54\x15\x5e\xe3\xa6\x1a\xf6\xac\x83\x99\x14\x8d\x59\x24\x33\x3e\xe2\x0c\x22\x02\x4c\xbf\x6d\x33\x64\x9a\x95\x73\xc2\x19\x68\x04\x99\x7e\xeb\x43\x08\x27\xef\x82\xec\xca\xcb\xf1\x1e\xf6\x42\xde\x94\x71\xd0\x19\xbc\xf3\x11\x0b\xe0\x2b\xd4\x52\x97\xd3\x45\x3e\x9b\xb1\x10\xb6\x10\x24\xe1\xf5\x1e\x0e\x97\x92\xdd\x46\xc0\x74\x51\x1f\x72\x59\x83\x03\xa6\x44\x08\xa2\x64\xd7\x88\xe9\xe7\x3e\xe6\x5a\x53\x91\xcf\x17\x51\xe0\x3f\x9a\x9c\x20\xd8\xc5\xab\x13\x1e\x28\x8e\x33\xc4\x64\x2a\x6f\x01\xf2\x50\x71\x9c\x21\x66\x52\x79\xa5\xc1\x43\xc5\x71\x86\x90\x46\xc5\x30\xe2\xa0\xe2\x38\x43\xc7\x5b\x39\x54\x1c\x91\x0e\xfa\x07\x44\xf5\x1c\x47\x6f\xe4\x51\xc7\x48\x45\xb1\xf9\xca\x03\x8d\xf7\x82\x4a\xa4\xa0\x38\x9a\xce\x43\x31\xd9\xb3\x1d\x4a\xed\xa1\x4e\x62\x6d\x32\x0e\xa3\x03\xa8\x76\x8c\x09\x6e\x86\x31\xd7\xf9\x62\xc8\x34\xed\xed\x74\xf3\xa0\xe9\x16\x3b\xda\x3c\x6a\xba\xc7\x8e\x5a\xa4\xb4\x29\xf6\xc4\x4a\x3e\x5e\x39\x88\x21\x63\x93\x27\x13\x0c\xc6\xf1\x24\x58\xc0\x0a\xa4\xcb\xb8\x1f\x31\x50\x14\x2e\xea\xce\xf4\x70\xf6\x39\xa8\xdd\x43\xb5\x0f\x6c\x88\x72\xf4\x7c\xde\x03\x25\x07\xe0\x63\xd0\x41\x1e\xa5\x50\xc9\xa1\x7d\x7a\xcc\xf5\x29\x0f\x95\xc6\x9d\x63\xd2\x42\x0a\x15\xe3\x16\x52\x75\x8e\xa2\xb9\x27\xe1\xb5\x30\xaf\xd3\x28\xbc\x96\x81\x8d\xf7\x84\x4b\xbe\x00\x62\xe2\xc7\x27\x6d\xb8\xe4\x1b\xec\xca\x3f\x7d\xd2\x06\x8b\x3f\xe2\xc9\x63\x66\x40\x44\xa8\x24\xf8\xf7\xe1\x31\x45\x2b\x86\x44\x45\x84\x8b\xe3\x23\xc7\x98\xe8\x76\x1a\x1d\x52\x0c\x6e\x1c\x69\xad\xc7\x60\xe6\x8e\xf7\x77\x1a\x25\x39\x3e\x3d\x71\x14\x12\x6f\xf1\x34\x50\x12\x22\x6b\x81\x4a\x92\x5d\x9e\xc6\x4a\x82\x38\x76\xfc\xb0\xb5\x25\x5b\x31\xc2\xe3\x87\xce\xce\x95\xce\x31\x0d\x13\x1e\x8f\x7d\x9e\xc8\xa3\x87\x1d\x90\x6a\x0f\xc8\x5a\xa9\x22\x3e\x0a\x9c\xa6\x7a\x9c\xd0\x83\x83\x4c\x22\xff\x8f\xdb\xcc\xd2\x83\x26\x91\xff\xe3\xa3\x36\x3a\x1d\x68\x1c\xf9\x0f\x6a\x7f\x8a\x50\x07\x9a\x84\xfe\x77\xe0\x34\xe5\x2e\x5e\xe8\x3b\x3e\x69\x83\x75\x09\x87\x5d\x70\x5d\x22\xe2\x51\xc7\x6b\xbb\x04\xc5\x27\x47\x6d\xb8\x2e\x71\x91\xa1\x7c\x19\xe7\x63\x3c\x72\x87\x09\x23\xf0\x52\x95\x31\x07\x25\xb1\x92\x00\x92\xcc\x0f\xf4\x68\xf1\xc5\x22\x80\xf1\x4e\x88\xf8\xd3\xa3\x55\x24\x88\xf8\xa3\x23\x41\x87\x20\xe2\xcf\x8d\x32\x50\x96\xb2\xd2\x81\x73\x01\x05\x9e\x58\x85\xe1\x34\xba\x1f\x4f\xf3\xd1\x31\xb7\x1c\x21\x44\x12\x2a\xfb\x84\xab\x48\x08\x11\x4f\x13\xb6\xae\x3f\x25\x10\x22\x09\x93\xe5\x0a\xd2\x52\x65\x79\xb3\xec\xc8\xe1\xee\x48\xa7\x46\xd8\x8e\x8c\xdb\x80\x16\x80\x48\xf2\x3d\x9e\x9c\xa2\x0e\x14\x8e\x25\x0e\x16\x8b\x29\xe3\xa3\x88\x45\x70\xc0\x58\x52\x79\xfa\x28\x5a\x30\x06\x17\xcb\x2a\x31\x13\xe3\x70\xb1\xb4\xf2\xe8\x51\xb4\x78\x00\xb7\x6a\xaa\x55\x11\x30\x72\xf2\xd8\xb1\xb0\x71\x17\x1c\xe3\xc7\x63\xb2\x63\xa7\x1f\x82\x80\xcc\xb8\x0a\xdb\x63\xdc\xfe\x12\x04\x64\x56\xed\xc7\x14\x94\x9e\x7e\x0a\x02\x06\x7e\xfc\x10\x7d\x50\xe9\x97\xa4\x47\x10\x1c\x8d\x60\xa7\xf4\xd6\x7a\x02\x6c\x31\x6e\xe0\x44\x47\x27\xed\x39\x9a\x55\x95\x97\xf3\xb6\x03\x1a\xa3\xec\x23\xd0\x56\x62\xc4\xe3\x63\x6f\x71\x8b\x21\x31\x37\x82\xe7\xdc\x3c\x05\x7b\x18\x57\x08\x97\x79\x56\xa6\xc2\x3e\x32\x6c\x2e\xc4\x2d\xf3\xb2\x9e\x56\x4a\x2e\x63\x63\x0f\x29\x2d\x1e\xc8\xd4\xeb\x4a\x9b\x8e\x9c\xf9\x63\xef\xe5\xf0\x40\x1d\x69\xf3\x1d\x50\x1d\x99\xf3\x41\x00\xf4\x50\x5d\xc9\xf3\xde\x22\xec\xa1\xba\xf2\xe7\xbd\x5d\x6e\xa9\xa7\x53\x69\xf2\xb2\x3d\xab\x30\x52\x29\xaf\xe5\x8f\xba\x23\x0a\xfe\x38\x12\xdb\x18\x58\xfa\x91\x9b\xe0\xd2\x38\xf4\xc7\xdc\x01\xc0\xe0\xd2\x80\xf4\x48\x29\x60\x70\xe9\xa7\x8e\x99\x5f\xb0\x94\xd7\xeb\x98\xe5\x04\xa5\xc8\xde\xeb\xc8\xd4\xf4\xf7\x75\x91\x15\x72\xca\xbe\xfe\xa1\x33\xf9\xf9\x33\x05\x12\xf0\xb2\x4a\x4e\x02\xf3\x83\xf4\xf4\x63\x96\x13\xef\x61\x98\xe6\xe8\x72\x04\x4f\x8f\x53\x20\xa6\x38\x3a\xad\xea\xd1\x93\x14\x28\xd6\x1b\xe3\x73\xd0\x03\x75\xa4\x63\x79\x0d\xbf\x2b\x1d\xf0\x94\x45\x69\x74\xa6\x02\xb6\x01\x12\x71\xd8\x4e\x26\x06\x48\x96\xf0\xe1\xc3\x14\x20\x11\xe3\x8f\xd2\xfb\xdc\xfe\x06\x08\x7b\xda\x01\x31\xde\x0d\x12\xcf\xf4\xb4\x35\xd1\x96\xe9\xed\x51\xeb\x63\x5b\x96\xb7\x87\x8f\x39\x08\x3f\xb8\x30\xff\x01\x19\xfe\x49\x04\x91\xa0\xf4\xe1\x98\xf3\x94\xf4\xb4\x02\xa4\x82\xcd\xde\x73\xb0\xe4\xa0\x3a\xf6\xae\xe6\xe0\x04\x49\xcf\x28\x3b\x55\xe4\xec\xee\xf0\x5f\xc9\x42\x6d\xd0\xa7\x51\xc3\x38\xe2\x80\x91\x3a\x89\xb6\x68\x28\xd4\x70\x9c\x02\x8d\x63\xaa\x84\x0f\xf4\xec\xdc\x43\x1d\x6f\x53\x4d\x3d\xd4\xc3\xd8\xf4\x84\x5a\x54\x0b\x2a\x04\x1b\xb8\xc4\x9b\x27\x1c\xa6\x75\x78\x8c\x1f\x3f\x6a\x59\x2a\x22\x40\xe6\x6d\x7b\xdc\xb2\x7c\x44\x90\x6c\x9f\xb6\x4b\xb6\x44\x90\x6c\xb3\xb6\x2d\x20\x11\xe4\x49\x24\x42\x25\x56\x10\x0b\xd9\x3a\xe3\xc0\xe7\x83\x41\x00\x27\x8f\xbb\x00\x53\x7a\x3b\xe2\x4e\xce\x08\x32\x25\x3b\x58\xe3\xce\x97\xa7\xd4\x77\x92\xd2\x96\x87\x6c\x13\xa1\x37\x1d\xac\xe4\x4a\xae\xe5\xcd\x22\x5f\x25\x56\x1a\x38\xb4\x3d\x94\x92\xd3\xc5\xaa\x99\xcd\x62\x20\x74\xa4\x3e\x4a\x81\xd2\xfc\xa7\x6e\xa8\xf4\xf8\x89\xbc\xba\x1e\x2a\x3d\x7c\x1e\x71\x2b\x84\x87\x4a\x93\xa2\x9e\x72\x33\xc4\x4a\x55\x4d\x9b\xff\x79\x47\x76\xdb\xb8\x82\xf6\x3f\x7e\x3f\xcd\xea\x1f\x73\x83\x6e\x97\x49\xe5\x29\x77\xfe\x76\x59\x53\x1e\x71\x7f\x7c\x87\x21\x05\xbe\xc0\xdf\x2f\x9a\x20\x04\x01\x45\x9c\x42\xe2\xda\x98\xdd\x4f\xa7\xf8\x38\xda\x32\x45\xb3\x4c\x0b\x0e\x44\x02\xa1\x05\x48\xf3\xb8\x22\xbd\xc0\x02\xa4\x39\x5c\xc7\xd1\xbe\xd0\x37\x59\x52\xe7\x02\xad\x1a\x27\xfc\xa0\x4e\x04\x72\xfb\x19\xe0\x66\x3c\x89\x01\x18\x0b\xa3\x0c\x44\xf6\x2d\x89\x08\x6e\x51\x79\x12\x7f\x4c\x22\x7b\x1f\x53\xf6\x21\xfb\x9a\x58\xe8\x06\xdd\x26\x32\x4b\xa6\xe7\x1d\x3b\x10\x5b\xbb\x39\xbe\xd7\x52\x4a\xd9\xbd\x96\x3a\xca\xee\xb5\x14\x51\x7f\x4f\x9b\x75\x5c\x6e\x88\xb2\xce\xb9\x13\xc6\x03\x75\xa4\xf5\x05\x3b\xa1\x87\xea\xc8\xeb\x0b\xc6\x00\x0f\xd5\x91\xd8\x17\x32\xce\x3d\x54\x47\x66\x5f\x88\xb7\xaa\xf4\x5a\x46\x86\x9c\x53\x7f\x50\x1e\xb7\x60\xc6\x5c\xb9\xc0\x7a\x37\x8f\x5a\x40\x7e\xea\xa7\x8f\xc9\x29\x19\x16\xde\x03\x85\x68\xc3\x27\xa4\x68\xb6\x67\x14\x62\x38\x9f\xa2\x24\x12\x56\xdf\xc8\x2c\x2b\x54\x8c\xf4\x56\xf9\x99\xd4\xb0\xe9\xad\xfd\x5e\xd4\xe8\xb4\x69\x9e\x1c\x71\xfc\x74\x9a\x33\xed\xe9\xe0\xd5\xfb\x4e\x43\xa6\x3d\x69\x9e\xc4\xaf\x49\x78\xfc\xe9\x50\x3c\x7a\xec\x01\xca\x2c\x26\xa1\x63\xbb\x61\xc0\x98\xe8\xad\x19\xa9\x82\x79\x72\xea\x8e\xf2\xc7\x09\xc4\x98\x9f\xf6\x24\x5e\x3c\x4d\x60\xfc\x17\x3d\xf6\xb5\x35\x7c\x8c\x54\xab\xa0\xc1\xe9\x63\x2f\x5a\xa4\x30\x27\x5b\xa7\x63\x16\xaa\x88\x2b\x00\x91\x5e\xf0\x24\x81\x49\x9d\x7c\x9d\x40\xa9\xf3\xe1\x29\x37\x36\x3a\xa0\xd4\xed\xf0\x98\xfb\xc4\x1c\x50\x87\x27\x33\xb8\x31\x4c\xae\xca\x52\x46\x2c\xf0\xc9\xf1\x50\x78\x9f\x23\xde\xef\x10\x18\xbc\xbc\x80\x10\x1d\x82\x82\xb7\x5a\x23\x44\x87\x80\x10\x68\x02\x20\xda\x82\x41\xc0\xca\x46\x5b\xb6\xd7\xa8\x5a\x66\x6c\x66\xef\x4e\x60\x02\xbb\x06\x3e\x0b\x27\x6c\xfa\x2a\x56\xc5\xea\x09\x05\x93\x85\x6d\x9b\xda\xad\xc1\xb5\x31\x8e\x4e\xa0\xb6\xe5\xc3\x4e\xe5\x69\x74\x8c\x79\x18\x36\x69\x7b\x9e\x8e\xa3\x02\x05\x1e\x8a\x4d\x1b\x02\x4d\x23\xf7\xa1\x87\x7a\x18\x69\x78\x4f\x9e\x76\xbe\x30\xcc\xdc\x2e\xd4\x51\x6b\xe2\xb1\x05\xfd\xd8\x31\x13\x2f\x92\x77\xd4\xd9\x78\xfa\xa4\xe5\x35\xe8\xa8\xb1\xf1\xe4\x51\xcb\x65\xd0\x51\x5f\x03\x0c\x59\xb1\xa9\xad\x5d\x5b\x03\x17\x26\xb6\x6c\x77\x18\xf5\x3b\x26\x5f\xb6\xec\xde\x91\xeb\xde\xde\xef\x72\x4b\x47\x00\x1d\xee\xe8\xa0\x90\x59\x80\x0e\x37\x74\x50\xc7\x2c\x40\x97\xfb\xd9\x4b\xcc\x9b\xac\x61\x8f\x78\xbc\x2b\x03\x6a\xa5\x65\x74\x42\xb5\xd2\x33\x42\xd1\x0d\x06\xd5\x4a\xd3\x08\x31\xcd\x0c\xaa\x95\xae\xe1\xe3\xd8\x5b\xfe\x92\xc7\x3e\x10\xd7\x1f\xeb\x6d\x4f\xc9\xd3\xa7\x14\xa7\xc8\xe8\xa7\xe5\x23\xc1\x9a\xa2\xf1\x7e\x6d\x79\x47\xc0\x26\x74\x12\x89\x58\x6d\xbf\x08\xf8\xd6\x8f\x22\xca\xaf\x99\x27\x9c\xe2\x8b\x78\xf0\x49\x2d\x5b\x1e\xc1\x47\x2c\x4c\xbe\x96\xe9\xc9\x69\x5f\xe1\x75\x88\x5a\xa6\xc7\x66\x24\xf7\xd7\xb2\x6c\x5b\x3d\xbc\x40\x55\x2f\x72\x53\x17\xac\x22\xde\xa9\x2b\x63\xe2\xab\x8e\x12\x48\x6a\x6e\x8b\x74\x55\x82\x49\x2d\x8a\x91\xd4\x42\x30\xa9\x3d\x31\x72\x35\x11\x4c\x6a\x62\x8b\x76\x62\xad\x97\xb2\xd6\xd1\x6c\x9e\x3e\x65\xc7\x06\xde\x1f\xef\x02\x48\xc2\xa3\x8e\xd9\xb1\x82\x00\xf1\x44\xed\xd2\xfb\x53\x05\x01\x92\xc0\xa8\x13\x76\xaa\xb4\x4c\x01\xa7\x3e\xda\xf1\xa8\x05\x13\xed\xb0\xb8\xb4\x63\x5b\xff\x3f\x6a\x15\x76\x6c\x6b\xfe\x47\xad\xb2\x8e\x6d\x9d\xff\xa8\x55\xd5\x31\xae\xf6\x13\x44\xb4\xf0\xa6\xb6\x3d\xc0\x32\x4a\xb0\xe1\x78\x16\xb8\xc1\x14\x00\x6e\x45\xcf\xe6\x36\x58\x01\x20\x7a\xfb\xa4\x05\x94\x58\xca\xa2\xe4\x80\x0d\xba\xbf\xfd\x32\x9f\x47\x72\xb3\x50\x32\x7c\xd7\x49\x30\x16\x3f\xe5\x00\x69\xf8\xc6\x98\x47\x2d\x03\x44\x4a\xdd\x10\x7d\x7d\xc2\x21\x52\xda\x3e\xe5\x1f\x0d\x10\x29\x65\x9f\x72\x1e\xd8\x55\x03\x26\x22\x07\x00\x30\x4b\x7d\xd5\x55\x5c\xd7\x4b\x56\x9b\xfc\xaf\x47\xd1\xfd\x0e\xc7\x6b\x0c\xd0\xe1\x71\x8d\x01\x3a\x5c\xad\x31\x40\x87\x8f\x35\x06\x48\x8c\x7d\xdc\xb8\x7c\xe7\xc3\x67\x77\x0e\x0f\xc5\x9b\xaf\xbf\xfb\xf6\xf9\x0b\xf1\xe5\xcb\x57\x2f\x9e\x89\x22\x9f\x64\xba\x3e\xfc\xd1\x1c\x16\xf9\xe4\xdd\x6c\xf4\xa3\xb1\x20\xcf\xf5\x6a\x5d\xe5\xf3\x45\x2d\xfa\xd3\x81\x3d\x09\x8f\xb1\x5f\xfe\xa2\xd2\xcb\xbc\x59\x8a\xaf\xdf\x88\xf3\xa6\x5e\xe8\xca\x8c\xc4\x79\x51\x08\x80\x35\xa2\x52\x46\x55\xd7\x2a\x1b\xd9\x31\xbe\x33\xa1\x4f\xba\xd1\x4d\x35\x55\x62\xaa\x33\x25\x72\x23\xe6\xfa\x5a\x55\x25\xb6\xd1\x96\xe2\x4f\x6f\xbe\x38\x30\xf5\xba\x50\xa2\xc8\xa7\xaa\x34\x4a\xd4\x0b\x59\x43\xcb\xef\x89\xb2\x23\xcd\x74\x53\x42\x47\xd4\x7a\xa1\xc4\xab\x97\xcf\x5f\xbc\x7e\xf3\x82\x2a\x72\xdf\xe9\x35\x06\x3b\x69\x4d\xeb\x5e\x28\xef\xfd\xe7\x4a\x4e\xc4\x44\xce\xed\x04\x9a\x3a\x2f\xf2\x7a\xed\x5b\x45\xb1\x0a\xe2\x33\x71\x26\x7e\xe6\x6d\xbd\x2a\x25\x6b\x25\xa4\x68\xca\xfc\xa7\x46\x09\x55\x36\xcb\xb8\x7b\xd7\xff\x35\xcd\x6a\x55\x29\x63\xc4\xcf\x45\x5e\xd6\xcf\x17\x6a\x7a\x65\x3e\x6c\x6c\x87\x75\x2e\x16\xcd\x52\x96\x62\x56\xe5\xaa\xcc\x8a\x35\x5e\x9d\x41\x5b\xcb\x49\x33\x9f\x53\xa7\xc5\xd0\x18\xeb\xeb\xc9\x8f\x6a\x5a\x7f\x10\xe7\xd1\x14\x00\x1f\x37\xba\xec\xd5\xd0\x77\x4e\x56\x4a\xa8\x9f\x1a\x59\x08\x68\x4c\xb7\xae\x17\x79\x39\x87\x1e\x6b\xec\xd3\x46\x53\xf8\x98\x17\xf6\xf9\xce\x3e\x59\x87\x87\xe2\x7b\x25\x2c\xfa\xa4\xc0\x16\xa2\x42\xc3\xdb\x85\x34\xa2\xd4\x61\x50\x61\x16\xd0\x31\x73\x62\xa1\xa9\xdf\xf9\x52\x1c\x1c\x88\x1b\x25\x6e\x64\x59\x43\xd7\x68\x3b\x9c\x5b\x8a\x72\x2e\x56\x55\xbe\xcc\xeb\xfc\x5a\x19\xea\xb0\x59\xac\x47\x42\xfc\xa9\xa9\xe9\xc3\x55\x65\xb0\xc5\x5d\x5e\x4e\x8b\x26\x53\x42\x37\xd8\x32\x6c\xc4\xfa\x52\xa9\x1b\x9a\x18\xce\x3a\xea\x51\xf5\x2d\x36\xc8\x12\xd7\xb2\xca\xe5\xa4\x50\xa2\x52\x33\x55\xa9\x72\x0a\x3d\xb9\x85\x64\x7d\x2c\x2d\xf8\x7f\x11\x18\x76\x5e\xd3\xd8\x49\x6d\xa6\xab\xa5\xf8\xb7\x2f\xbf\x7b\xfd\xfc\xed\xcb\xaf\x5f\xf7\xff\xeb\xfc\xdb\xd7\xe7\x5f\xbd\x18\x8c\x84\x70\xd7\x2c\xb1\xca\x52\xe8\x95\xc5\x9d\x2c\xec\x48\xca\x4c\xe5\x4a\x85\xf6\xb3\x76\x09\x56\xab\x62\xed\x6a\xc7\x47\xe4\xf2\xa5\xae\x84\xba\x95\xcb\x55\xa1\xb0\x71\x2e\x2e\x0d\x75\xf7\xfa\x2f\x59\x99\xfe\xbd\x7f\xeb\xdb\x2d\x5b\xe7\xe5\x7c\x30\x14\xff\xa6\x4a\xbb\x49\xbe\xfb\xf6\xe5\x73\xd7\x60\x10\x3f\xde\x6e\xf1\xfb\x9d\xad\x61\x7f\x16\xee\xf9\x67\xe2\xde\xbf\x5b\x1e\xb0\x19\x16\x9b\x8c\x3d\x13\xf7\xfe\xac\xf5\xbc\x50\x0f\xee\x61\x33\x6a\x98\xeb\xf7\x76\x39\x2a\x65\x9a\xa2\xb6\x18\xc4\xa1\x86\x02\x21\xff\xed\xf8\x4f\xf7\x38\x71\xb1\x2f\xe0\xd4\x65\xea\x6a\x68\x97\xc4\x20\x89\xd1\x42\x9a\xba\x0a\x0d\xcd\xfe\xad\x7f\x21\x0f\xfe\x7a\x79\x7f\xf0\x43\xbf\x7f\xf1\x97\x1f\x06\x97\x0f\x06\x3f\x0c\x0e\xe7\x39\x6b\xb0\x0d\x2d\x01\x87\x62\x56\xc2\x58\x81\x62\x5d\x3f\xc0\x7a\xbd\x52\x7a\x06\xef\xb9\x20\x80\x4b\x71\x76\x26\x7a\x4d\x09\xdd\x62\x55\xd6\x1b\xf8\x76\xba\xd0\x70\x59\xf4\xbe\xc3\x56\x79\x9e\x5e\xb0\xd3\x1f\x3d\x4d\x8d\xb4\xb1\x39\x61\x05\x7d\xf9\xf9\xd8\xfe\xb6\x7d\xf9\xac\x74\xcd\xd7\x22\x2c\x8c\x3c\x7b\x89\x9a\x82\x5f\x53\x47\x82\x0d\xb0\x17\xb3\xf2\xb2\x5f\x5d\xfb\xb6\x85\xd4\x29\x11\xdf\xc3\x07\x4a\xbe\x22\x21\x42\xfc\x98\x59\xe9\x87\xb9\x13\xb7\x41\xac\xae\xa9\x0b\x62\xbc\x87\xbe\x74\xd3\xe0\x0c\xd7\xee\x62\x6a\x21\xcd\xa7\x4c\x44\xf2\xbc\xc8\x55\x59\x1b\x80\x95\x59\x86\x44\xef\x7a\x0c\xd6\x5a\xa8\xdb\x5a\x95\x59\x07\x99\x0f\x36\x50\x4f\xc0\x05\xf5\x50\xf0\x1b\xe0\x59\xf8\x75\xc8\xaf\xfb\x8d\xf1\xac\xe3\x1a\x40\x02\x72\xfe\xfd\xed\x57\xaf\x9e\x45\x94\xc9\xdb\x5e\x2e\xe5\x8a\xde\x07\x8d\x2d\xfe\xd0\x7b\x26\x7a\x9f\x16\xf5\x67\xd4\xe9\x42\x88\xde\xe7\x70\x69\xce\x2f\x7d\x0a\x97\xe4\x72\xc5\xae\xdd\x83\x6b\x3f\x35\x9a\x01\xde\xeb\xdd\xb3\x17\xff\xcf\xc3\xa7\x9f\xf5\x10\xef\x71\xa7\xf6\x68\x3f\x5c\xfc\xe1\xf3\x4f\x7f\xb8\xf7\x43\xef\xf2\x70\xce\xb7\xc0\x40\xfc\xec\xc0\x97\x72\x75\xb1\xbc\xa4\xb6\xf1\x1f\xf8\x02\xfe\x59\xd5\xc0\x73\x5c\x87\x47\x39\x9d\xaa\x55\xad\x32\xf1\xdd\x4b\x51\xc8\x72\xde\xc8\x79\x68\x54\xee\x0e\x28\xff\x0e\xec\x06\xfd\x41\x4c\x65\x51\x4c\xe4\xf4\xca\xd3\x83\x5d\xc8\xbc\xbc\xd6\x57\x0a\xe9\xc0\xbe\x02\x19\x83\x19\x09\x2b\x08\x38\xf6\x02\x23\xaa\x5a\x55\xc0\x27\xfd\x34\x0a\x0d\xcd\x50\xec\xde\xe1\x87\xed\x68\xae\xea\x73\x98\xe1\x2b\x37\xb7\xa8\x79\x29\x4d\x23\x74\x71\xdc\xf4\xd4\x68\x6a\xe5\x10\xf5\xa6\x59\xad\x74\x55\xab\xac\xef\x3b\x9a\xe2\x8d\x51\x3e\x7e\x52\x76\x3c\x17\x5e\xf1\x59\xda\x95\xd4\xa8\xfa\x6d\xbe\x54\xba\xa9\xfb\x7e\x42\x7c\xff\xb9\x27\xfb\x17\xa5\xbc\xce\xe7\xb2\xd6\xd5\xc8\x61\x38\xac\xe5\x01\xb4\x6a\x7c\xd7\x1b\x5c\x86\x1d\x6d\xe5\xb3\xb0\x70\xfb\x7e\x12\x47\x4c\xc4\x4b\x6f\xf2\x32\xd3\x37\x04\x2e\x3e\xfd\x94\x7f\x72\xb4\xb9\xbf\x91\x15\x1c\xed\x3f\x35\xaa\x5a\xbb\x63\x99\xba\x93\x2e\xa4\x59\x44\x2d\x42\x6b\x79\x65\x8f\x46\xd1\x54\x45\xfa\x40\x38\x29\x7b\x76\x41\xc7\x67\x70\xc0\x7d\x6a\x7f\x3f\xc6\xdf\x7b\x42\x96\x99\x1d\x6a\xea\x7a\xeb\xb3\xfe\xdc\x24\x52\xf0\x13\xf7\x67\xa0\x8c\xf1\x33\xd1\xc3\xc7\x87\xf0\xf7\xb1\xff\x5b\x7c\x18\x51\x63\x7d\x49\xad\xf5\x41\x6a\x92\xab\x95\xb2\xc7\xcd\xb2\x29\xea\x7c\x55\x28\x51\xe7\x4b\x3c\xec\xed\xc8\x7c\xd6\x43\xa1\x4b\x7b\x20\x23\xa1\x16\xd2\xd4\xd4\xf9\x1b\x24\x0e\x1c\xc7\x3d\x87\x74\x9d\x34\x67\x2d\x33\xd7\xdf\xde\x4a\x0b\x2b\x69\x2c\x4b\xb4\x2c\xb8\x99\x2f\x44\xa6\x52\xa6\x23\x26\x6a\xa6\x2b\x25\x26\xca\xa2\x4c\x66\x99\x02\x74\x90\x40\x40\x47\x2a\x22\x62\x53\xf3\x54\x98\x3e\x49\x61\xd8\x7e\xb3\xa2\x7e\x34\xd0\xf1\x18\xbb\xbf\xe6\xb5\xc0\x66\xbe\xb8\x2d\xa5\xdb\x86\x85\x92\xd0\xbd\xa6\xf7\xc7\x1e\x76\x11\xee\xfd\xb1\xe7\x1b\x08\xe7\xf3\x52\x57\xbc\xbb\xf9\x6c\x04\x43\xfe\x27\x20\x8c\x91\x19\x9b\x42\xd8\x82\xec\x62\xd4\x48\xf8\x8f\xae\xcd\x39\x9f\xf8\x99\x88\xc0\x9b\x89\xa9\x2b\xe8\xc9\x7b\x87\x9d\xac\x3f\x7f\xf0\x7f\xaf\x64\x0e\xe2\x43\xf4\xd4\xaa\xc8\xeb\x7e\xef\x53\xec\x77\xda\xd5\x47\x1a\x9e\xea\xea\x52\xef\x86\x14\x67\x08\x73\x91\x5f\xba\xe1\xce\x7a\xb4\x21\xab\xeb\x8b\xf6\xfa\xf5\x2d\xf8\xc5\xd1\xe5\xe0\x52\x9c\x75\x2c\x2f\xde\x1e\x5f\xb6\x3a\x4b\xdb\x63\x35\xda\xd4\xdf\x7d\xfb\x8a\x63\x74\x25\xeb\x45\x07\x37\xfb\xee\xdb\x57\x1d\x1c\x8c\x1f\x10\xb4\xa7\xab\xa6\xb4\x34\x4e\xcf\xe0\x70\xbc\x71\xab\xbd\xd0\x9e\xc1\xaf\x66\x25\xf4\xda\xf6\x15\x7a\x41\xdc\x09\xb9\x90\xcb\x95\xdf\xa8\x79\x59\xab\xb9\xaa\x40\x28\x16\x66\xa5\xa6\xf9\x2c\x57\x99\x80\xe0\x9b\x94\xf4\x09\xf6\x83\xb8\x06\x8a\xc7\x1d\x5a\x6b\x4b\xb3\x53\x3b\x28\xd2\x6c\x1b\x7c\x99\x97\xf0\xc0\x32\x2f\xf3\x65\xb3\xa4\x43\x0f\x74\x00\x2f\x7b\x77\x3c\x25\x6f\xf1\x29\x79\xbb\xf1\x29\xaf\x39\xc1\x37\x31\xb4\x5d\x0f\xed\xdb\x86\xf6\xe1\xb0\x9e\xd7\xe2\x0f\xf6\x6a\xb4\x70\xcb\xbc\xfc\xcc\xdf\xfe\x1c\xe0\xa3\xdb\xf2\x96\x75\x95\xbe\x8e\x10\xf9\x4a\xcd\x6a\xb1\x92\x99\x90\xa2\x6c\x96\x13\x87\x44\xc4\x2b\x35\xd3\x87\x6d\xef\x76\xfb\x5f\x55\xa5\x5b\x87\x3b\xf2\x8d\xf7\xfe\xb3\x69\x28\xfb\xe5\x61\xd4\x95\xdc\x80\x5a\x7a\x8d\x85\xce\x94\xc9\x2b\x95\xd1\xa5\xcd\xdd\x9b\x57\xc0\xee\xdc\xe0\xd2\x44\x9a\x97\x43\xe8\x5f\xed\x77\x71\x25\x14\xa0\x87\x34\x78\x44\x94\x4e\xe1\x03\x88\xc1\x68\x25\xb3\x37\x96\xed\xf4\x11\x74\x28\x7a\x47\xbd\x54\x11\xc4\x4e\xdf\x8e\x65\x4e\x75\x59\xcb\xbc\x04\x4e\xec\x8e\x0f\x9c\x9c\x6b\xb3\x2d\xa6\x0b\x59\xc9\x69\xad\x82\x58\x0b\x87\xe0\x52\xd5\x0b\x9d\x89\xa5\xcc\x61\x04\xfc\x14\x59\xe7\x53\x31\x95\xd3\x85\xd7\x1a\x0b\x59\xcd\x95\xa9\x85\x5c\xea\xa6\x84\x93\x0d\x4d\x48\x76\x68\x50\x10\xaf\x55\x25\x2a\xf5\x53\xa3\x4c\x0d\x7d\xde\x5f\xd6\xa4\x41\x5b\xfd\xdd\x09\xd8\xb5\x16\x73\x55\xaa\x0a\xec\x0d\x76\xe3\x18\x59\xaa\x62\x2d\x16\xcd\x5c\x85\xa1\xa1\x13\xbc\x1f\x7d\xe3\x0e\xea\x58\xb7\xae\xd9\x8d\xba\x4e\x9e\x73\x87\xb8\xd0\x85\x9c\x3e\xd4\x7f\x03\x23\x02\x26\xca\x7d\xef\xc7\xe5\x4b\xcb\x97\x14\xb8\x1e\x4e\xed\x0f\x67\xe2\x28\xda\x0a\xbd\x9e\x3f\x06\x66\xe2\x0c\x94\x88\x78\x50\xb7\x8f\xee\xce\x46\xe1\x0b\x70\x08\x7e\x45\x9c\x89\x5e\xd0\x6e\x71\xd0\x9b\x45\x5e\x28\xff\xea\xcf\x23\xf8\x11\x9f\x60\x32\xd4\x83\xb3\xe8\xef\x94\xdd\x47\xc3\xd0\xe9\x76\xe4\x89\x18\x89\x52\x10\x55\xbe\x28\x4d\x53\x91\x21\x4b\x06\x63\x41\x6e\x40\x92\x24\x05\x0b\xec\x14\x53\x55\x59\x6a\x03\x69\x46\x14\xf9\x32\xf7\x32\xc2\x9b\x7c\x69\xc5\x9c\xc6\xc8\xb9\x12\x85\xd6\x57\x56\xcd\xba\x52\x88\xab\x91\x83\x02\x5d\xab\x52\xf3\xdc\xd4\xaa\x7a\x59\xe6\x35\x1d\x34\xb2\x90\xd5\xb2\xaf\x4b\x7b\x69\xe0\x95\x7c\x20\x74\x10\x0d\x0a\x6d\x37\xc8\x8d\xac\x4a\xd6\xf8\x8e\xba\xe3\x5b\xc4\xe3\x93\xfd\x81\x9d\x73\xa9\x6b\x52\x08\xdc\xc4\xed\x58\x8f\x84\x51\x53\x5d\x66\x7e\x17\xbd\x9c\x89\xb5\x6e\x7a\x56\x64\x52\x95\x15\xf5\xec\xc8\xc6\x1e\x2e\x7a\x65\x29\x1d\x54\x0b\x8b\x91\xa5\x5c\x83\xc8\x29\x0a\x5d\xc2\x71\xb1\x90\x65\x18\xce\x0e\x02\xe2\xa4\x2c\x41\xf6\x12\x52\x64\x0d\x3d\x9e\x5b\x1e\x5b\x14\xb9\x03\x95\x06\xe6\xed\x0c\x34\x34\x44\x50\x4c\xe2\xa9\xb9\xe1\x9c\x70\x9b\xa9\xb2\xb6\x27\x94\x95\x06\x4d\xad\x24\xb4\xe2\x97\x41\x21\x72\xeb\x36\x84\xef\x2a\x0a\x31\x57\x35\x8a\x5d\x37\x95\x15\x23\x2b\xb7\x87\x75\x25\x2a\x59\x2f\xdc\xa7\x48\x61\xf2\x72\x5e\x28\x07\x36\x12\xe2\x85\x9c\x2e\x60\x60\x42\xb5\x1d\x24\x3c\x7c\x83\xb6\x17\xe2\x64\xf8\x54\x26\xae\x55\x65\xec\x47\xd3\x7e\xf4\xd3\xba\x81\x1d\x5e\x6b\x3b\x86\x14\x66\x21\xe1\x4f\x54\x5f\x40\x41\xcb\x8d\x5d\x35\x2b\x3c\x4d\xa5\x51\x46\xdc\x2c\x54\xa5\x00\x01\x64\xaf\x13\x8a\xd3\x67\x6d\xcf\x14\x53\xdb\xe1\x74\xa9\x10\x07\x46\x01\xf3\x70\xef\x84\x01\x1d\x09\x90\xb8\x2b\xdd\x3b\x85\xba\x5d\xe5\x55\xd0\x34\x71\x5b\x03\x01\x7a\xf3\x07\x92\x63\x6f\xa6\xea\xe9\x82\x64\x61\x90\xc9\xbc\x51\x4c\xeb\x11\xdc\x44\x0b\x68\xdf\x91\xef\x9b\x66\x3a\x55\xc6\x0c\x86\xc2\x5d\xf9\x52\xe6\x45\x53\xa9\x40\xd3\x2d\xc5\xf6\x3e\x57\x6a\x2d\x53\xe4\xc6\x3a\x8b\x5c\xb0\x10\x96\x38\x62\x7a\x12\x7e\xb0\xc4\xf4\x6e\x69\xc4\xd7\x8e\xa6\xc2\xf1\x11\x91\x9e\x1d\x4b\xe6\x5e\xf8\xaf\x64\x6e\x17\xdd\xc9\xe4\x7e\x78\x21\xbe\x50\x33\x09\x46\x35\x23\x1e\x1d\x1d\x1d\x89\xbe\xa7\xf4\x41\x7c\xae\xba\x69\x7e\xb0\xe4\xea\x3f\x00\x54\xeb\xf0\x05\x0b\xe5\x14\x17\x14\x22\x82\x62\x33\xf1\x7a\xb9\xbd\xef\x88\xc8\x8d\x83\x2a\x44\x3c\xaa\xd3\x32\x36\x8e\xe9\x06\x9c\xa8\x78\x0e\xb2\xf6\xa7\x97\x01\x3b\x6d\xfa\xb6\x48\xef\x77\x94\xd0\x52\xf5\x87\x84\x6b\xe4\xc6\x60\x97\xb1\xfa\x00\x2d\xc0\xfb\xf7\xe2\x91\xb8\x2f\xc6\x47\x47\x47\x9f\xd1\x6d\x53\xdb\xb9\x3b\x9a\x9a\xab\xfa\x8d\xbd\xe0\x74\x0c\x9a\x7e\x5b\x83\x87\x3e\xad\xb9\x11\xba\xa9\x55\xd5\xc5\x8d\xf3\xe5\x52\x65\xb9\xac\x15\x98\xa9\x5f\xd6\x3d\x23\x60\xcb\xd4\x5a\x4c\xe5\xaa\x6e\x80\xda\x4b\x75\xe3\x46\x33\x53\xbd\x42\x3b\xbe\x45\x9b\xdb\x06\xce\xb6\x38\x8a\xba\xc3\xf6\xe8\x76\x2f\xd8\xaa\x73\xe3\x76\xed\x64\x8d\xf6\x33\x37\x44\xe0\x38\x56\x09\x05\x3e\x81\x23\x85\xcd\x4f\x2c\xc5\xab\x3c\xee\xd1\xb3\x1d\x46\x0c\x0b\x0b\x8a\xf4\x99\xb7\xa0\xfa\x41\xcf\xce\x44\x0f\x89\xa1\x37\x10\x7f\x44\xb0\x67\x81\x74\xd0\x46\x1a\x0c\xc8\xe2\x0c\xff\xf3\x47\xd1\xef\xa1\xed\x11\x8d\xb4\xcf\xe0\x58\x27\x8b\x09\x1e\x25\x23\x7b\xc2\xf4\x7b\x8c\x10\x9e\x25\x6c\x23\xc3\x11\xfa\x4b\x23\x0e\x61\xb1\x07\xe2\x81\xe8\x19\x3f\x6a\x3a\x60\xa1\xe7\x7d\xa0\x03\x7f\x27\x60\xa0\x6c\x8a\x82\x4c\x9d\x43\xb1\x34\x03\xb2\xbb\xd9\x4f\x27\xbc\xfd\xd9\xf3\xdc\x8d\xa6\x27\x26\xa5\x74\xda\x82\xc0\x04\x8d\xaf\xe4\x97\x85\x98\x16\x4a\x56\x6e\x05\x1c\xc4\x67\x0c\xa0\x6b\xa2\x91\xbd\x36\x68\x80\x0e\xf5\xe0\x5b\xe8\x5b\xf0\xa1\x90\xd5\xbc\x59\xaa\xb2\x36\xc1\xba\x14\x99\x17\x99\x6d\xbc\x73\x65\xe3\x6f\x4b\x11\x12\xdb\x28\xd3\xbb\x89\xed\x6c\xd0\xef\x94\xc2\x6b\xde\xd1\xd7\x1e\x76\xb8\x61\xe5\xcc\xee\x3b\x73\x95\xaf\x56\xdd\x72\xf9\xac\x72\xb6\xc2\x54\x1a\x87\x63\xa7\x56\x65\x86\x32\xb3\x13\x9f\x23\x17\x1a\x98\x7b\x50\xd0\xc6\xd9\x1b\x21\x41\x42\xc1\xb3\x24\x3a\xdc\x4b\x01\x66\xcf\xa1\x98\xa8\xa9\x6c\xc0\xd7\x18\xc4\x1e\x44\x94\x95\x08\x8c\x90\x16\xcc\x88\xc9\xda\x0e\x94\x11\x0b\xc7\x4d\x29\x2d\x7f\xb0\x32\xd1\x0d\xf8\xe5\xd0\x0b\xe6\x26\x7f\x2e\xea\xf5\x2a\x9f\xca\x02\x11\xb0\x04\x2f\xaa\x95\xde\x40\x78\x63\x72\x5b\x4c\xd1\xbd\x37\xda\x7e\xb1\xfd\x9a\x9b\x7c\x7a\x05\xf6\x26\x2b\xaa\xc9\xb5\x98\xca\xa5\xea\x0d\x53\x9e\x37\x70\xa7\xa7\xe5\x0e\x9b\xfe\xf7\x5a\xd7\xf9\xd4\x7d\xe3\x72\x29\xc5\x5f\x22\x39\x10\xdc\x7a\xab\x2a\x2f\xd1\x8c\xbc\x54\x06\x64\x4d\x12\x06\x7f\x34\x6e\x86\x43\x31\xd3\x45\xa1\x6f\xc8\x63\xeb\xac\x7a\xa4\x9d\x80\x60\x53\xa2\xde\x4e\x53\xd7\xa2\x52\xd7\x4a\x16\xd4\x4d\xd9\x12\x72\x72\x58\xe3\xda\xe3\x61\x8b\x26\xaa\x2f\x81\x06\x80\x65\xea\xf6\xd1\x8b\x84\x84\x74\x42\xa2\x0f\x90\x3c\x3c\x8a\x56\x69\x21\xa7\x75\x23\x0b\xd1\x73\x38\xea\xe1\x12\xd8\xa3\xae\xb8\xb1\x8b\xd9\x61\x0b\x73\xb0\x9c\x1d\xa4\x73\x0a\xc7\x53\x34\xd3\xb3\xf6\xe4\xff\xd8\xbe\xf4\x40\x1c\x8b\x67\xe2\xd8\x6b\x3b\xf0\x21\x40\x83\x70\xa9\xae\xd6\xc4\x43\xd0\xc5\x63\x0f\xd3\x17\x55\xa5\xab\x3e\x19\xa9\xa7\xd2\x4a\x4c\x7d\x75\xeb\x78\x4d\x18\x40\x9c\x09\x75\x3b\x42\xf4\x92\xa1\xeb\x87\xb2\x17\xcc\x54\xfe\x75\xb4\x0f\xd0\xf8\x96\x58\xd5\xf8\x64\xd1\xc0\x16\x5e\xd0\x65\x65\x63\x03\x5e\xe4\xe2\x20\x7a\xfe\xd2\x1e\x42\xfe\xe9\x8b\xfc\x32\x98\xc6\xff\xf2\x83\xb9\x2f\xeb\x1f\xcc\x83\xc3\xa1\xe8\xf5\x5a\xa6\x34\x36\x6a\xc4\x57\xbe\xc8\xaf\xf3\x4c\xa1\x90\x5f\xdf\x68\x22\x08\x34\xd1\xce\x0a\xad\x2b\xc3\xbd\x13\x43\xd1\x94\x85\x32\xee\x9a\xd5\xe4\x33\x74\x4e\xd8\xab\x60\x93\x05\xf1\xdc\xea\x11\xd3\x4a\x65\xd0\x61\xdc\x2c\x2d\x91\x80\xcc\x33\xb4\x82\xa1\xa3\x68\xa3\x44\x1e\x18\x0a\x6c\x21\x95\x17\xce\x63\xef\x84\xec\xc6\xa8\x59\x53\x58\x09\x1b\xb9\x9f\x33\x84\x58\xe1\xa1\x6a\xca\xa9\xb4\xfa\xb3\x5c\xad\x2a\x7d\x9b\x2f\x25\x3a\xba\xc0\x45\x62\x15\x1f\x3b\x10\x1a\x9a\xf1\xbc\x37\x5a\x64\xda\xb2\x80\x2c\xbf\xce\x41\xf4\x77\xfe\x17\xa3\xfc\xa7\xaf\x73\x55\x58\xcd\x27\xf8\x6a\xdd\xa7\x80\xd2\x54\x68\xa3\xd0\x74\x74\xb3\xb0\x3c\x0d\x1f\xdb\xb4\xfd\xca\x66\x89\xfc\xbd\xeb\x66\xa6\x4a\xbd\xcc\x4b\x7f\xdb\xc9\xa9\x74\x9f\xed\x22\xb3\x94\x55\xfd\xa5\x5d\x0f\x5c\xb0\xc4\xd8\x83\xaf\x18\x0a\x3e\x62\xd8\x54\xd7\xb2\x80\x13\x91\xc0\xc4\x21\x07\x73\x92\x1f\xe1\x5e\x9c\x89\xaf\x64\xbd\x18\xd9\x3f\xfb\xd7\xb2\x18\x38\x33\x81\xbb\x7f\x00\xc3\xfd\x41\x8c\x8e\x8e\x8e\xc6\x8e\x66\xdd\xa1\x8a\x30\x2d\xe7\x0f\xdd\x86\x81\x81\xa8\xfc\xc8\x2d\x6f\x9b\x14\x95\x2c\x33\xbd\xf4\x96\x4e\xd0\xe1\xc1\xbe\x29\xfa\x10\xcb\x60\xf2\x6b\x35\xd8\x84\x6e\x67\xbb\xb4\xbc\xd4\xd4\x7c\x10\xa0\x58\x67\x26\x6d\x3f\x47\xd6\xcb\x45\x3e\x5f\x6c\x7f\x30\x59\x23\x71\xee\x26\x4c\x84\x39\x51\xf5\x8d\x52\x60\xa9\x14\x9f\xda\x71\x23\xbf\x2c\x80\xbe\x2c\x6b\xbe\x7e\xb1\xe5\xb3\x8d\x2b\xf8\x15\x9f\xec\x0f\xc4\x7d\xd1\xb7\x93\x3d\x80\x17\x3c\x10\xe3\x81\x95\xe6\xc0\x2c\xba\x33\xf8\x88\x8e\x9f\x77\x4b\x59\xca\xb9\xaa\xfe\x45\x42\x91\xbe\xc2\xaf\xfa\x0a\x3f\x4a\x4c\x0b\x69\x8c\x58\xc8\x32\x2b\x14\x8a\x36\x55\x29\xf1\xb4\xcb\xff\xaa\x32\x12\x41\xbc\x28\xf4\x5a\xd7\xea\x19\xf7\xf1\x89\xdc\x94\xbd\x5a\x98\x66\x36\xcb\xa7\x39\x3a\x9f\x40\x90\x41\xc9\x02\x0e\xc5\xf1\xc8\xa2\xa8\x52\x3d\xcb\x25\x26\x0d\x78\xf1\xc8\xca\x4f\xe6\x97\x2b\x05\x4e\xba\xa6\x94\xd7\x32\x2f\x50\x27\x29\x45\x8e\xc7\xeb\x33\x16\x3d\xb2\xa8\xeb\x95\x79\x76\x78\x38\xad\x26\xcd\x7c\x34\xd5\xcb\xc3\xf1\xc3\xa3\xe3\xa3\x23\x07\x72\x0c\xaf\xb2\x07\x3f\x88\x7c\x16\xa9\x4b\xb9\x06\xe1\x68\xa2\xc4\x4a\x4e\xaf\xe4\x5c\x65\xb8\x4b\x9e\xe3\x14\x20\x44\xc0\x32\x37\x3f\xdf\x87\xdd\x83\xc0\x00\x15\x3a\xb6\x2d\xa9\x54\xb2\x5a\x27\x43\xd6\x8b\xbc\xca\x0e\x2c\xd4\x9a\x4d\xba\xeb\x45\x7c\x57\xc1\xe9\xf4\x21\x78\xc8\xc5\x2b\xe7\xb8\xf6\x57\x6a\x2d\x0a\x2d\xb3\xa1\x5b\x6a\x5d\x65\x60\xdc\x51\xfe\x3d\x21\x28\xca\x02\x82\xa1\xf7\xb5\xba\x51\x95\x93\xa2\x8c\x0b\x9f\x10\xba\xb0\xcf\xea\x52\x99\x91\x10\x3d\x55\xf6\x44\x6e\xbc\x99\xa0\x81\xb8\x57\x2b\x2f\x16\x6b\x74\x1d\x3a\x9b\xd6\x2c\xaf\x4c\xed\xa7\x64\x99\x5c\x5e\x3b\x63\x9c\x2c\x2a\x25\xb3\xb5\x58\x59\x32\x47\xd9\x13\xf7\x70\x42\x6d\xdc\x30\xeb\xbe\x0d\xf7\x31\x18\x11\xfd\xb5\x77\x56\xa7\xf6\xbe\xe8\xa5\x5c\xf5\x49\x57\xf0\x8f\xab\x82\x45\x24\xa8\xa2\xc3\xe7\x0d\x01\x0a\xc4\x8d\x93\xd1\x47\xf6\x1c\xbe\xfd\x7a\xd6\xb7\x5f\x3f\xb0\x3a\xc9\xc1\x78\x40\x42\x4f\x0c\xd8\x94\x66\x91\xcf\x6a\x04\x44\x01\xc9\x42\x78\x9c\xa2\x08\xc3\x98\xf2\x79\x96\x79\xb9\x15\x82\x7f\x72\x8a\x68\xd1\x91\x48\xeb\x78\x4a\x87\xd3\x3b\xf5\x51\x1b\x0a\xd1\x5b\x4a\x22\x3d\x22\x27\x37\x87\xd1\x8f\x46\x97\xb8\xe7\x85\x78\xa3\xc0\xe8\xf2\x07\xb7\x4f\x32\x75\xad\x0a\x6d\xf5\x73\xda\xb3\x76\xcb\x78\x42\x34\x87\x76\x0b\x1f\xb8\x91\x3e\xdf\xb4\x6e\xa3\x55\xa5\x6b\x6d\x55\xb9\x91\xcc\xb2\xaf\xc2\xc7\xfb\xe5\xc8\xd4\x8c\x16\xd2\x0b\x73\x57\x6a\x6d\xa9\x35\xdc\xc1\x83\x33\x53\x33\xf0\x6a\xce\xcc\xc5\x95\x5a\x5f\x32\x55\xf1\x6e\xa6\x66\x23\x58\xc5\x05\x90\x28\x8b\x5c\x8a\x90\x0e\xcf\xe1\x18\xee\x1a\xe9\xd8\xfc\x10\x05\x3d\xc4\x45\xe5\xdd\xfb\xe4\xf5\xf9\x57\x2f\x3e\xb9\x27\xf8\xf0\x28\xcc\xdc\xfb\x64\x7c\x6f\x28\x54\x3d\x1d\xed\xf9\x2e\x4f\x6a\x4c\x91\x3e\xfc\xe1\x13\x0c\x23\xbb\xf8\xcb\x0f\xe6\x87\x4f\x2e\x1f\x0c\x7e\xf8\xe4\x30\x9f\x0f\x19\x48\x38\xbf\x86\x22\x0e\x21\x8b\xb4\x60\x8f\x98\x08\x13\x17\x10\x8a\x58\xeb\x57\xfa\x46\x55\xcf\xa5\x51\xfd\xc1\xe5\x68\xaa\xad\x22\x5a\x73\x85\xfe\x03\x69\xe2\x1f\x52\x59\xe1\x95\x96\x19\xdb\xc5\x81\xcd\xfa\xfd\xec\x28\x73\xd2\xd8\xa3\x60\x53\x5c\xc0\x4a\xd6\xf6\x84\x10\xe7\x10\x9a\xe1\xfe\x8a\x7c\x5c\x16\xa1\x64\xe1\x05\xf7\x14\x04\xdf\x38\xfe\x02\x66\x1a\x62\x55\x73\x3d\xda\x1c\x07\x34\x74\xd1\x40\xba\x7c\xae\x97\xab\x42\xd5\x2a\x8a\x07\x9a\x28\xef\xb9\xb0\xa2\xae\xe5\x79\xcc\xda\x99\x1b\x08\x4c\xb5\x4f\x91\x2e\x66\x85\x75\x52\xa1\xa5\x9b\x19\x71\x59\x83\x26\x5d\x2b\x36\x83\x18\x2f\xf3\x02\x03\x26\xec\xff\xa2\xd8\x21\x30\x59\x06\x2c\x46\xe1\x46\xe4\xdd\x39\x1a\x8a\x52\xd3\x53\x46\xdc\xa8\x4a\x85\x91\x80\x2d\xef\xde\x62\xb3\xbc\xcc\xce\xcb\xcc\x2e\x59\xd7\x56\x83\x05\x26\xcc\x0f\x19\x7a\x82\x00\x5b\xb0\x70\xa6\x94\xa1\x4d\xb5\xd5\x01\x50\x99\x03\x58\x98\x95\x38\x13\x17\x97\xee\x12\x22\x80\x2e\xdd\x09\x94\x2b\x74\xe9\xe2\x83\xdc\x3b\xfb\xa6\x96\xb5\x27\x65\xbb\x89\xa3\x0b\x22\x0c\x1f\xb8\x39\x32\xd4\x41\xe7\x96\xf5\xaf\xde\x04\x1e\xb8\x45\x80\x88\x3d\x68\xa0\xc2\xbe\x56\xb7\x3e\x96\x69\xc3\xab\x02\xe2\xfa\x38\xc9\x21\xbd\x3d\xda\x42\x84\x92\x64\xc8\x76\x08\x83\x3b\x39\xd8\x9a\xe1\xa1\x43\xcc\xe2\x5b\x1f\x0d\xdc\xf7\x4b\x17\x4e\xc0\xe1\x9d\x6e\x73\x49\x1b\xe1\xa3\x49\x5e\x66\x30\xf2\xd0\xea\x73\xea\x17\x3e\x3a\x93\x85\x41\x8f\x85\xf8\x10\xae\x0f\x9c\x05\x20\x45\x5f\xca\x48\xfc\xf1\x37\xab\xf4\x52\xc8\xae\xa3\x68\x37\x99\x17\xdb\xe8\xbb\xa9\x0a\x4b\xdb\xe4\x6d\x41\xbb\xbc\x2e\xc1\x10\x11\xe8\xfc\x76\x61\x25\x8a\x52\xdd\x88\xff\xdf\x57\xaf\xfe\xbd\xae\x57\xdf\xa2\x87\xb8\x8f\x1f\x72\xbb\xa8\x46\xba\x84\xc5\x2d\x3b\xa2\x4e\x90\x8c\x2c\x90\xa5\xd9\xc6\x88\xbb\x67\xe2\xf8\xe8\x28\x0e\xed\xe5\xef\xf5\x98\x66\x17\xd9\xf3\x83\xcf\xe2\x28\xd7\x88\x62\x81\x16\xd8\xd9\xd9\xff\x8f\x37\x5f\xbf\xc6\xc0\x27\x18\xa2\x52\x66\xa5\x4b\xa3\xde\xaa\x5b\xf4\x8e\xc2\x12\xd2\xe7\xf7\xbb\x17\x0a\xbe\x6f\xa5\xca\x7e\xef\xcf\x2f\xde\xf6\x86\x16\x67\x00\x08\x53\x52\x65\xd6\x32\x89\xe2\x59\xf8\xc9\x78\x34\x1a\x7d\x52\xf2\x00\x75\x1f\x55\xa9\x0a\x05\x06\x5d\x27\x7b\xc8\x6a\x4e\x96\xc7\x4d\x07\xc2\xd2\xcc\x5d\xb4\x3e\x3b\x05\xb8\xa8\x63\x79\xaa\xb3\x14\xb3\x97\x8e\x3a\x24\x60\x78\x1d\x9a\x92\x92\xc1\xfc\x00\x68\x9e\xd8\x48\x5e\xad\xed\x16\x69\x8e\x66\x0e\x46\xeb\x38\x1a\x7c\x69\xe6\x41\x7a\xfc\xe1\x93\xfe\x0f\xd9\x83\x01\x8f\x7d\x15\xf6\xc4\x06\x81\xb1\x65\x8e\xb7\x63\x5d\xc0\x2d\x71\x20\xc6\x97\x9d\x41\xcd\xdf\xa8\xea\x20\x2f\x4d\x2d\x4b\xd0\xf2\x56\x6b\x8b\xdb\xd6\x34\xf7\xd8\x2f\x1d\x9f\x06\xef\xdb\x07\x0b\xa9\xd1\xc0\x1f\xf6\x98\x01\x32\xf4\x16\xce\x62\x4d\x73\x83\xb3\xdc\xd9\xf7\x45\xad\xf5\x16\x02\x80\x43\xbd\x9b\x08\xe0\x16\x11\x13\x33\xe7\xce\x55\xdd\xb5\xfe\x76\x63\x01\x0d\x78\x5f\xa7\xdc\x93\x18\x5a\xd3\xb2\x43\x39\x2b\xb9\x1f\xcd\xc7\x74\xd1\xfa\xe5\x34\x31\xfa\x04\x54\x66\xdc\x79\x0d\xaa\xf5\x48\x90\x2b\xc1\x44\x9f\x00\xe0\x93\xb5\xb3\xc3\xef\xb1\x7a\x73\x55\x27\xa4\xe8\x11\x0f\x9f\x3c\xe4\x33\x66\xfe\x47\x27\xdf\x92\x22\xe3\xa7\x5a\xc6\x72\xaa\x23\x4d\x37\xc1\xb3\x44\x8c\xa5\xe7\xf0\x40\x8f\x4e\x42\x3b\x6a\x14\x79\x07\x6a\xbd\x63\x76\x61\xbc\x24\x94\x99\x3e\xd4\x4d\x68\xc0\xe5\x78\x7a\x28\x6c\x97\xd8\xf7\xe6\x92\x06\x08\x0c\xdd\x6d\x61\x9c\x68\x87\x39\xff\x11\x5f\xce\x24\xb3\x42\xfc\xd1\x2f\xe0\x33\x0e\x97\x1c\xe3\x30\x33\x87\xed\x38\x0a\x2e\xc1\xf1\xdd\xbe\xa7\x43\xb7\x71\xf5\x0c\xd9\x12\x85\x45\xfa\xfb\x67\xe2\xc2\xfd\x7e\xc9\x5d\xbe\x1b\x8e\x7e\x7a\x53\x58\xf5\x84\x55\x54\xda\xb2\x7b\x21\x8b\xc2\xed\x99\x7b\x16\xdf\xf7\xc4\xa2\x5e\x16\x42\xd6\x75\x95\x4f\x9a\xda\x9e\xbb\xce\xec\xe3\x5c\x57\x99\x5e\x8a\x59\x25\xe7\x4b\x15\x3c\x3f\x6f\xc1\xe8\x2c\x0b\x71\xa3\xab\x2b\xb1\x90\xab\x95\x2a\x21\x3e\x79\x85\xef\x79\x39\x7e\x52\x9e\xbb\x31\xf7\x20\xe1\xae\xc7\x62\x25\x50\x2f\x03\xe5\x96\x3a\x83\xbb\x99\x5e\x8e\x30\xa0\x56\x15\x6a\x5a\xeb\xea\xbc\x28\xfa\xbd\x0b\xfb\x5d\x97\xa4\x52\x77\x45\xd5\xc2\xe3\x91\xbd\x3f\x9c\xa3\x5d\x13\xe9\xc3\x03\x17\xf9\x65\x37\x4a\x19\x2e\x3d\x1a\x9d\x2d\x25\xc4\x85\xda\x31\x38\xf6\xc0\xc0\x15\xe0\x49\x6f\x21\x6e\x24\xa4\xb0\x87\xb8\x0b\xa4\x46\x35\xe3\x4a\x39\x05\x43\x5e\xa9\x92\x1c\x43\x13\xc5\x06\x01\x4d\xc2\xbb\xd3\x79\x5c\x37\x67\x2e\x3c\x86\xc9\x82\xb1\x37\x89\x05\x44\x35\xde\x7b\x77\x4f\xf4\xed\x36\xa8\xcc\x54\x57\x6a\x60\x5f\x3d\x14\x79\x6d\x88\xcb\xa1\x2f\xc0\x59\x6f\xc0\xd7\xa0\x6e\xeb\xe7\xa8\x33\x3a\xf2\xa2\xf3\xde\xbd\xec\x2b\x3e\x03\xb0\x32\xc2\x79\x6d\x39\xa6\x86\x68\x22\x46\x82\xba\x0c\xd6\x09\x1a\x06\xe5\x08\xf4\x50\xae\x2a\x35\xcb\x6f\xd1\x7d\x58\x2f\x84\x14\x99\x2e\x0a\x59\x09\x93\xcf\xcb\x91\xe0\x89\x68\xdc\x05\xf9\x87\x49\x53\xd7\xba\x14\x79\x76\xd6\xb3\x22\xcc\x01\xfe\xdd\x8b\xf3\xc7\xec\xb2\x9c\xf5\x7e\xbe\x27\xab\x5c\x1e\x14\x72\xa2\xa0\x70\xca\x27\x79\x76\x6f\x68\xd1\xf2\x4c\xdc\x7b\xf3\xe2\xf5\x17\xef\xfe\xf4\xdd\xdb\xb7\x5f\xbf\x7e\xf7\xea\xfc\x4f\x2f\x5e\xdd\xfb\x90\x8c\xf1\xf9\x1f\x0e\x71\xec\xcf\xd9\x7a\x87\x01\x63\x4e\xef\x62\xd7\xad\x4e\xd9\xd4\x88\xd4\xe8\x1d\xe7\xdf\xbe\x3c\xa7\x17\x8d\xc8\x4c\x8a\x7e\x4e\x59\x13\xe9\x65\x9c\xf0\x6e\xec\x0a\xda\xed\x48\x5e\x64\xf0\x26\xc9\x0a\xa2\xb9\x1c\xd0\xd0\x65\x31\xb0\x98\x7d\x4a\x68\xc0\x87\xbe\xfb\xe6\x9b\x17\xdf\xbe\x3b\x7f\xfd\xc5\xbb\xef\x5e\x7f\xf1\xe2\x5b\x01\x76\xe2\x5f\xb8\x8d\x23\xff\x88\xce\x42\x46\xe6\x73\x7c\x23\x7e\x44\xa1\x6f\x54\x75\x20\xcb\xec\x20\x93\x66\xa1\xcc\xbd\x94\xac\x21\xcb\x02\x1f\xbc\x97\x4c\xef\x9e\x9f\x1f\x8f\xdb\x69\xca\x2b\xca\x84\xea\xcc\x45\xf2\xb6\xbc\x51\xad\xbf\x5b\xad\x9c\xe9\x23\xe8\x65\xb0\x41\xcf\x70\xdf\xce\x55\x1d\xb8\x41\xcf\xde\xe9\x79\x6f\xcc\xdd\x70\xa6\x39\xe1\x3c\xf2\x75\xd2\x38\x4c\x28\x87\x07\x36\x78\x3c\xdd\x71\xa6\x40\x03\xe8\x3d\x97\xe5\x0f\xbd\x1a\x13\x23\x30\xf8\xc4\x4e\xa7\x96\xf3\xd7\x96\x76\x1e\x88\xde\xff\xf1\x17\xf3\xcc\xfe\x8d\x27\x9e\x7f\x83\x73\xb5\xaa\x5b\xef\x85\x3c\x3c\x44\x45\x0b\xe2\xf3\x82\xdc\x61\x18\xaf\x22\xe6\x15\xb3\x28\x33\xea\xb0\xc0\xc1\x8b\x78\xe4\x91\x82\xc9\x70\x7a\x54\x3d\x24\x70\xa3\xea\x1a\x3d\x8a\x2e\x68\xae\xae\xad\x8e\x75\xa5\xd6\x2c\x74\xc5\x1d\xb7\x67\x30\x34\x99\xf1\x68\x74\xbb\xb1\xef\x9d\xcd\xb4\xbe\x37\x14\x95\x3a\x70\x11\x0d\x5e\xee\xcf\xa2\x9d\x35\xf2\x42\x03\x8d\x19\x25\x75\x9c\xf5\x06\x41\x86\xb0\x1f\x73\x26\x3c\x58\x48\xe6\x20\x41\x65\xd3\x9c\x3e\xdc\x89\xa6\xf6\x09\x4e\x6d\x2a\x8b\x69\x53\xc8\x5a\xb5\xc4\xba\xed\x53\xfa\xc4\xe5\x99\xf0\x37\x22\x1d\xb7\x89\xb0\x35\x59\x88\x24\x7a\x67\x17\xff\x4a\xad\x9d\xc8\x64\x67\x96\xa3\xe8\x5d\x38\x2b\x9d\x33\x35\x72\x94\xb3\xa8\xe4\x7e\x2c\x2d\xd9\xc9\xe2\x42\x9d\xc1\x6e\x71\x91\x51\x40\x86\x8c\xe9\x03\xfa\xf0\x11\x2b\x00\x72\x30\xc3\xe7\x6d\xc7\x1a\x5a\xd8\xe0\x73\xdc\xee\x29\x5b\xf9\xe5\xfd\x17\x73\x96\x3d\xd7\xa5\xa9\xab\xc6\x8a\x2d\xb0\xad\x2c\x63\xfd\xc6\x7f\xac\xf3\x6a\xe0\xb9\xcc\xc2\x85\x94\x9d\x32\x5e\x14\x19\x48\x60\xf6\x0c\x5c\xa9\xca\xe4\xa6\x06\x2d\x69\x21\x4b\x72\xeb\x18\x4c\xfa\x30\xb5\xae\x9c\xb6\x5c\xea\x3a\x9f\xad\xc9\x9c\x69\x99\x4d\xb3\x04\x73\xf5\x42\x95\x62\xc5\xd4\x76\x1c\xc5\x4b\x0a\x75\x1c\x9c\xe4\xce\x9e\x89\x9c\x5e\x41\xe0\x73\xad\x2b\x8b\x3a\xf2\x12\x19\x1f\xdf\xa3\x43\xa0\xf0\xbf\xbf\xfd\xea\xd5\x23\x3b\x18\x4d\x67\x28\x26\x0d\x8c\x52\xd9\xc3\x51\x95\xbd\x5a\xc8\x72\x0d\x89\xf5\x18\xc9\x4b\xef\x58\x6a\x10\x23\x84\x78\x49\xf9\x79\x4d\x8d\xe1\xbc\x64\xff\x24\xf7\x99\x74\x6e\x3f\xb9\xca\xf1\xdb\xed\x94\xcc\xba\x9c\x1e\x00\x12\x2c\x4d\x1f\xa2\xf8\x02\x19\x53\x28\x26\xdd\xa8\x5e\x06\x21\x4d\x14\x30\xd1\x4a\x5a\xb3\xab\xf2\x06\x27\x3c\xba\xff\xc1\xa3\x12\xf3\xd6\xf0\x77\x12\x9d\x6a\x8d\x05\x06\xc0\x11\x89\x78\xf1\xfe\x33\x3b\x97\x8d\xaa\x24\x8a\x33\x71\x30\x10\x5d\x4b\xa2\xc0\x2c\xcb\x0e\x8b\xc4\xed\xde\x94\xac\x2a\x7a\x87\xbd\x90\xf2\x11\x15\x33\xc0\x83\xdd\x28\x3b\x81\x5a\x89\x42\x5d\xab\x02\x6c\x31\x8b\x5c\x55\xb2\x9a\x2e\xd6\x3e\x93\x3e\xf7\xb1\xed\x73\x4d\x01\xf3\x0b\x79\x4d\x24\x7f\x95\x97\x19\xed\x99\x72\x8e\x56\xeb\x55\xa5\xaf\x73\xb0\x72\xda\xf5\xc1\xa9\x27\xae\x43\xe0\x73\x4e\x5c\xeb\x1d\xf6\xf0\xc1\x52\xd7\xec\xe1\xbc\x76\x3a\x2f\x10\xaf\x85\xf2\x12\x47\x7b\x63\x44\x99\xf8\x44\x50\x01\x9b\xcc\xf1\xe7\x96\xe9\xcc\x2d\xd8\x67\xc9\x9d\xaf\x27\xc0\x11\xaa\x77\x8e\x0b\xea\x92\x56\xfc\x39\x6c\x82\x77\x2d\x2b\xa6\x05\xca\xcd\xf9\xb4\xce\xaf\x95\x7d\x0a\x4c\x9e\x7e\x58\x69\xaf\xcb\x5a\xf5\x19\x74\x5d\x51\xee\x08\x42\xba\xa4\x40\x5c\xe5\x33\x4e\x06\xef\xdf\xdb\x2f\xf7\xc2\x05\x5e\x1d\xa9\x32\xa3\x53\xe2\xd0\x9d\x12\x04\xff\xe0\x0c\xe1\xef\x78\x05\x86\xc6\xc4\x5f\xe2\x1b\xdf\xaa\xa9\xae\x32\x70\x81\x62\x78\x14\x72\xfd\x42\x4f\x64\xe1\xd0\x00\x77\xc9\x3c\x0f\xb7\xa7\x8b\xbc\xc8\xbe\x94\x96\x51\xe5\xca\x3f\x8b\x92\xc4\x57\x72\x05\xce\xe4\xdc\xd4\x07\x70\x62\xd5\x5a\xfc\xbc\xc4\x8b\xf0\x1c\x4c\xc3\xb9\x24\xcd\x07\x7c\xea\xdc\xf2\x12\x90\xcd\xc5\xe1\x21\x5e\x62\xaf\x7a\x95\x9b\x1a\x5f\x73\xc7\x05\xfc\xf5\x56\x95\xb6\xcc\xf4\x20\xcf\x4c\xef\x19\xbb\x21\x44\x4f\x97\xaa\xf7\x4c\xb4\x08\x64\xc8\x61\xea\x1b\xbd\x0b\xc6\x4d\x07\xce\xf5\x21\x9f\x99\x10\xbd\x59\xa5\x27\x1d\xef\x8e\x9e\xa1\xdf\x3e\xdc\xe9\xfe\x96\xd8\x95\xfb\x9d\x01\x31\x0b\x22\x22\x0a\x2c\xa8\x91\x97\x59\x3e\x45\xa9\x81\x38\x9f\x8b\x2e\x45\xae\x45\x6a\x55\xd8\xff\xb4\xb7\x48\x0b\x44\xa5\x10\x8c\xe6\x35\xe4\x46\xa1\x41\x03\x9f\x25\x83\x46\x30\xc6\x86\x51\x1c\xc3\x7b\xf1\x53\x23\xa1\x76\x4c\xad\x4c\x6d\x84\x9c\xcb\xbc\x34\x35\x1e\x8d\x38\xc8\x57\xdf\xbd\x79\x0b\x2c\xae\x77\x76\x76\xd6\x13\xba\x12\xbd\xbb\xf6\x17\x64\x52\x72\x3a\x6d\x2c\x67\xd9\xb2\x67\x99\xa2\xf0\xc5\x8b\x2f\xcf\xbf\x7b\xf5\xf6\xdd\x7f\x9d\xbf\xfa\xee\x85\x0f\x72\x0f\x65\x5c\xfa\x3d\x82\x00\x35\xde\xf9\xbf\x4b\x40\xd2\x75\x9e\x35\xb2\xe8\xf8\x84\xf8\x70\x04\xb5\x17\x5e\x4c\xa1\xe7\xaa\x83\x00\x20\x51\x24\x64\xac\x95\xca\x27\x9b\x60\xd8\x0a\xd6\x7f\xc9\xf2\x4a\x4d\xeb\x62\xbd\xed\xdb\x70\x6b\xa5\xe5\x67\x86\x6e\x21\xfe\xcb\xa2\x90\x71\x25\x16\x5a\xee\xf7\x21\x07\x45\xbf\xb0\xff\xd3\xc3\x10\x4d\x38\x18\xb8\x16\x21\xd3\x43\x6a\xb7\x9f\x69\x3b\xf3\x40\x02\x74\x22\x7a\x93\xb1\xc5\x4d\xbc\x22\x56\x32\xa8\x29\x7f\x66\x29\xaf\x20\x3c\x10\xa2\x0d\xaf\x55\x35\xd1\x66\xeb\x2a\x23\x26\x36\x2f\xb6\xb7\x2c\xef\x4d\x20\xdc\xd1\x80\xc9\x5f\x3c\x73\x09\xe9\xcf\xe7\x6c\x61\x74\x62\x6e\xf8\x4e\x21\x99\x68\x63\x79\x08\x8a\x88\x74\x29\xf5\x9d\x93\xfb\x20\x1c\x46\xa3\x3c\x1b\x9f\x87\xe2\xea\x48\x60\x70\x36\x65\x39\x4d\x55\x7e\x8d\x7a\x40\xa9\x6e\x5c\xe0\x65\x6a\xbc\x0e\x13\x1d\x86\x94\x9a\x0c\xa2\x1e\xdd\x07\x90\x22\xdf\x3e\x06\xa5\x09\xae\x62\xf3\x51\xab\x22\xb3\xcc\xb1\xfc\x28\x20\x98\xae\x31\x5a\xf5\x94\x34\x5a\x35\x66\x11\x20\x62\x8e\x56\x56\x7e\x6d\xca\x80\x2a\x1f\xdc\xbf\x01\xf5\x0c\xab\xe7\x16\x11\xd7\xb9\x6e\x0c\x78\x0a\x70\x30\x9e\xd5\xf3\x31\x5f\x57\xa9\xa5\xbe\x56\xbb\x3f\xd0\x99\x06\x93\x0f\x75\x41\x3c\xec\x5b\xf1\x40\xce\xc5\xe7\x3e\xbd\x33\x79\xc6\xac\xac\x6e\xd0\xcf\x87\x62\x9c\xd4\x9e\x81\x44\x30\x6f\x91\xf3\x1a\x47\xcc\xc1\xf6\xfe\xb4\xc4\xdc\x1f\xf2\x4f\x3b\x18\xc4\x59\x17\x8b\xe0\x3e\xca\xc3\xbf\xf4\x29\x8f\x9a\xd2\x90\x3f\x39\x1c\xd9\x13\xc0\x19\xc7\x5b\x8c\x69\x90\xa4\x56\xb4\x00\xda\x09\x1a\x1d\xcc\xed\x4c\xf4\x5c\x62\x1c\x8f\xa9\xf9\xde\x57\xd9\x0a\x19\x82\xcf\xbf\xfe\xe6\xbf\xdd\x4e\x89\x4f\x35\xa3\xf1\xac\x6c\x8c\xe5\x72\x53\x59\x86\x81\x96\x3a\xcb\x67\x6b\xf2\xe8\x54\x72\x6d\x4f\x2b\x92\xd3\xed\x19\xa8\x9b\x1a\x79\x82\x73\xfb\x44\x03\x8f\xe2\x2f\x64\x96\x1b\xf8\xd5\x65\x4e\xac\xfb\x1d\xc8\x89\x0c\x03\x9b\x51\x14\x47\x84\xb7\x16\x2e\x22\x9f\x37\xb5\x5e\xb5\x38\x1a\x49\x54\x74\xe0\x57\x4c\x0f\xb3\xb2\x6e\xc2\xef\x9e\xa3\xad\xc7\xaa\x70\x6d\xd1\xde\xdc\x58\x71\xad\xa9\x21\x1f\xb2\xeb\x0d\x56\xf1\x28\x51\x91\x33\xda\xe9\x49\x70\x70\x66\x50\xa6\xcd\xd2\x23\xa8\x95\xb9\xca\x84\x9c\xd8\xa1\xf2\xaa\x52\x85\xba\xb6\x4b\xc9\xa6\xb2\x5b\x2c\xc8\x94\x13\x9e\xbb\x29\xfc\x6e\x2c\x7a\x0f\x3a\x93\x09\x7a\xaf\x75\x2d\xdc\x38\x59\x6f\x2f\x99\x9d\x10\x97\xb0\x8d\x7e\xa7\x9a\x30\x48\x56\xc7\x6a\x36\xbb\x56\xc0\xe5\xe4\x06\x06\x17\x3e\x35\xdb\xb4\xb8\x28\x9d\xa0\xa9\xdc\xe3\x25\xc7\x54\x14\x14\xe4\x7c\xee\xd0\x48\x88\xff\xf6\x0b\x42\x52\x0c\xa5\xe0\x5a\x20\x59\x0b\x88\x16\x94\x45\xfe\x57\xca\x4d\xce\xad\x70\x22\x21\x38\x33\xaf\x7b\x26\x89\xce\xa4\xf8\x27\x3c\x5d\xbc\x49\x7f\x1a\x4c\x16\xfb\xad\xe7\xf6\xd5\xdc\x6b\x31\xcf\x29\xfc\x73\xe7\x82\xd6\x55\xd3\x5e\x4f\x76\xc8\xed\xb3\x98\xdf\x2a\x32\x92\x4d\x92\xe5\xa4\xf4\x47\xc3\x77\x88\x5f\xdc\xff\xf6\x32\xa4\xc8\xa8\x46\x98\xb6\xcb\xd8\x8d\x75\xa8\x4a\x51\xc1\x2f\x2e\x84\x0d\x8b\x2e\x40\x4e\xf2\x8c\xd3\x01\xf9\xa0\x51\xb5\xef\xd8\x9a\x20\x64\x2c\x75\x99\xd7\x94\x9d\xc9\xec\x0e\x7c\xe6\x44\x8c\x43\xcb\x31\x83\xc0\x0b\xea\x77\x9b\x56\x96\x1a\x93\xa5\x4b\xf8\x88\x28\x8a\xd4\x5b\xd7\x2b\x35\x6d\x2a\x93\x5f\x2b\x38\xa9\x65\x66\xa2\xd7\xd9\xa1\x82\xf2\x17\xcf\xd9\x10\xcd\xdd\xa8\xa2\xe8\x1e\xdb\x92\xab\x59\x97\xd3\x45\xa5\x4b\xdd\x98\x21\xf1\x2c\x3f\x53\xfb\xbe\x36\x92\x86\x2e\x93\xfe\xfe\xb2\x31\xf5\x7d\x4c\x57\x76\x49\xab\xbb\x84\x90\xfe\x00\x2d\x31\x5e\xa4\xf4\x5e\xfd\x59\x47\x99\xb0\x90\x41\x2c\x7d\x28\xdf\x42\x86\xa8\xc0\x6c\xbf\xbd\x61\x1f\x7f\xe3\x6d\x13\x51\x42\x56\x9c\xa3\x09\x96\x02\x55\x66\x79\x39\x7f\x6e\xb1\x5a\xa9\x12\x7c\x99\x49\xfc\x1c\xdc\xf3\x71\x67\xfc\x8c\x3f\x38\x68\x3d\x7e\x26\x8e\xc4\xa7\x9f\x46\x1f\xed\xce\x75\x7e\xad\x1f\x27\x58\x81\x07\xf2\x8c\x52\x0d\x47\xf6\xaf\x7e\xcb\xb4\x30\xd8\x1d\x52\xcd\xed\x14\x0f\x84\x2a\xa2\xf0\xa3\x24\xb0\x1a\x0c\x27\x83\xc8\x35\x02\x29\x84\xdf\x30\x5b\xa5\xc5\x24\xfa\x3d\xd8\xc8\x8c\x4b\x38\x66\x30\x57\xf5\xcb\x5a\x2d\x4d\xdf\xce\x9c\x15\xa0\xcb\xed\xc5\x38\x79\x18\xc7\x78\x85\x71\x97\x67\x7c\x5c\xe7\x37\x76\x01\x59\x2d\x8f\x48\x3c\x98\x4f\xfb\x01\x75\x0d\x6e\x32\x07\x82\x88\x73\x95\xaf\xd4\xda\x19\xf4\xf9\x04\x06\x09\xb0\x52\xd9\x9b\x75\x39\x15\x67\xa2\x1f\x05\x6c\x70\x8b\xc3\xa7\x9f\x6e\x08\xde\x13\x22\x95\x62\xae\x51\x35\xbd\x7b\xb6\xf1\x09\xd1\x25\xf7\xf0\x45\x87\x18\xe2\xcb\x48\x84\x19\x0c\x42\xd0\x5a\x87\x05\xaa\xe3\x09\x28\x45\x19\x04\x48\x47\xbd\xee\x73\xe3\xa0\xe6\x84\xa2\x1f\x3c\x88\x72\x8f\x61\xd5\xd7\xe5\xf4\xb9\xc3\x08\x29\xe3\xc9\x2e\x19\xf0\xb4\x64\xf7\x5f\x16\xa1\xf7\x31\xdb\x26\xaa\xab\x17\x01\x90\x48\x18\xd3\x38\xcf\xfb\x03\xe3\x8c\x90\x9d\x16\x8d\xdc\x78\x55\xc8\x08\x29\x22\x9b\x82\xd3\x27\xad\xb2\x68\xbf\x0c\x32\xb3\xd0\x6e\x41\x62\x5b\xc7\x90\x9d\xb5\x7b\xdf\x6e\xd4\x48\x5d\x8d\x0d\xe7\xa6\x46\xba\x04\x93\x0a\xaf\xc0\x40\xbb\xd9\x69\x36\x6d\x3d\x95\x2a\x47\xdc\x54\x79\x5d\x43\xf0\x02\x9d\x7c\x6e\x6f\xb6\xa7\x46\x0a\xc9\xfb\x89\xd6\x85\x92\xe5\x7b\xe4\x3a\xef\x21\x56\xe6\x7d\xd9\x14\xc5\x07\xda\x56\x6f\x5b\x8a\x01\x16\x13\x72\x94\x10\x7f\xcd\xb9\xab\x21\xcc\xeb\x80\x56\x8a\xb2\x4b\xd0\xf9\x09\x11\x11\x50\x35\xe2\x5a\x16\xb9\x67\xf2\xa9\x92\xf0\xcb\x0d\x09\xab\xfa\x5d\x50\x7b\x7d\x50\xd8\x96\xb3\xa6\xc3\x96\xb1\xd1\xcc\xe0\xc6\xdb\x6d\x6d\xd8\x60\x66\x70\x03\xfc\x0a\x6b\x03\x17\xe9\x2d\x75\x07\x88\x56\x38\x2e\x92\x34\x4d\x16\xc3\x5f\x91\x94\xed\x86\x77\xd5\xf4\x9c\x71\x6d\x03\x1f\x71\xda\x39\xc2\x45\x61\xd3\x88\x2e\xaa\x4b\xd2\x67\x2f\x6b\x17\xc6\xdc\xf5\x16\x11\x38\xa4\x15\x50\xb7\xa9\xeb\xed\x17\xb9\x53\x2d\xfa\x42\xf6\xda\x48\x54\x8d\x80\xba\x98\x85\x2f\x0c\xb9\x4a\x43\x6d\x7d\x3d\x1e\x4f\x4e\x96\x11\x6d\x48\x0b\xf3\xfe\x96\xf3\xd2\xe9\xc9\x33\xf1\xf0\xc0\xc5\xdc\x60\x52\x83\xab\xe8\x53\x2f\x2a\xe5\xe3\x71\xbc\xa1\x0a\x9e\x4a\xa2\x97\x2c\x99\x5d\x40\xcc\x90\x5b\x56\xfa\x96\x4b\x46\x3e\xc8\xa1\xdc\x38\xfb\xd9\x42\x36\x93\x55\x9a\x31\x04\x9f\x95\x64\x0d\xb1\x10\x30\x07\xd1\x95\xf5\xed\xd4\xf5\x68\x7c\x3f\xe6\x45\x7e\x79\x71\x74\xe9\x79\x30\xfc\x3d\x4e\xfe\x3e\xbe\x6c\x67\xd4\x3a\x2e\x5f\x62\x7e\x9d\xca\x7c\x8e\x48\x2a\x2a\x07\xb5\x3d\xbd\x01\x36\xed\x2c\x9f\xc1\xdf\x35\xea\xfe\x3f\x36\xa6\x06\x2e\x0a\x51\xb5\x6c\x19\x59\x58\x17\x6a\x79\x54\xcc\x46\x41\x75\x26\x18\x1a\x2b\x7e\xfb\x08\x62\xc8\x00\x6b\x8b\xec\xee\x08\x58\x2a\x59\x46\x05\xab\x88\x85\x71\x8f\x33\xb3\xcf\xb7\x3e\x0b\xd9\xcd\x5c\xd5\x58\x27\x0b\x58\xab\x74\x26\x54\x67\x53\xe8\x55\x0a\xf4\x92\x8a\x2a\xff\xe9\x0a\xce\x0c\xb2\x55\xc8\x52\xf8\xe8\xcc\xb6\x8a\x11\x57\xaf\x4f\xce\x39\x8b\xed\xd7\x58\xa7\xde\x17\xa6\xe7\x99\x3a\x53\x3a\xe4\xfd\xd7\x5a\xbc\x86\x32\x43\x54\xa2\x3e\x6f\xdb\x96\x39\x96\x54\x78\x0d\x1d\x98\x53\x70\x49\xb7\xa9\x1c\x63\xdc\x3a\x8f\x4a\xef\xab\xad\x35\x65\x13\x25\x14\xe3\x46\xa3\x45\xcc\xe8\x2c\x80\xda\x0f\x46\xe3\xf3\x79\x69\x31\x7d\x28\xb3\xec\x10\x6d\x1a\xa1\x2e\x19\x2e\x14\xd6\x03\x5b\x73\x7e\x9f\xa2\x02\x62\xf3\x56\x58\xb7\x8f\x52\x58\xdb\xe6\x5b\xe6\x1d\x5c\x8b\xf3\xa4\x70\x92\x93\x1a\xd2\x32\x80\xde\xd3\x4c\xa4\xe7\x92\x02\x8c\x8a\xd7\x41\x89\x19\x8d\xec\xc7\x4d\x4f\xbc\x3b\xa1\x3e\xb3\xdd\x13\xdb\xa2\x28\xe8\xb8\x73\x4b\x99\x79\x1a\xb0\xdc\x1c\xde\xdb\x5e\xa7\x8f\x3a\xe5\x98\x7a\x16\x9f\x71\x8e\x2a\x86\x11\xba\xe8\x80\x3b\x3c\xec\x12\x01\xc1\xeb\xae\x8b\xac\x8b\x00\xd8\xca\xdf\xd9\xc4\xaf\xc2\x2b\x2f\x2e\x37\x25\xf2\x38\x13\x76\xe9\xe5\xe4\x96\xc7\x7b\xe8\xe7\x8e\xb6\xcd\x2e\x8f\xf0\x85\x03\xb9\x84\x58\xee\xf0\x81\x9f\x75\xf8\x42\x23\xe0\xc4\x2b\xea\xbd\x3b\x96\xf0\x88\xb9\xec\xf6\xe2\x7c\xe9\x69\x11\x1d\xd9\xe2\x9c\xf9\x86\x3c\x15\x62\x8c\x32\x2c\xb9\xba\x56\xd5\x3a\x39\x71\x50\xe0\x91\xc6\x40\xb9\x22\x67\x73\x60\xf6\x34\x5d\xc6\x22\x9f\xeb\x5e\xb1\x94\x2b\x71\x2e\xc8\xe5\xcd\x9d\xb3\x18\x4d\x37\x65\x65\xc2\xe2\x17\xb8\x97\x26\xef\x91\xe5\x56\x37\x63\xa7\xff\x26\x3a\xfc\x10\x09\x43\x3b\xa5\x60\x6a\x23\xcc\x7c\xfa\xa9\x20\x9b\x3c\x5d\xb8\x7b\x26\x7a\xee\xc9\xde\x06\x0b\xdc\xcb\x12\x58\x35\x1e\xdd\xcf\xe8\x49\xd3\x0b\x8a\x3a\x5e\x61\x3e\x91\x34\xa0\x00\xfd\x46\x04\x16\x62\xe1\xed\x0c\xd3\xb8\x49\x7f\x58\x3b\xcd\xd6\x7f\x86\x0b\xa0\x8f\x54\xde\xc8\xf2\x30\xf0\x59\xb6\xc9\x17\xb8\xac\x80\xb0\x3c\xac\x92\xd7\x67\x77\xee\x6c\xd3\x50\xb9\x58\xb6\x94\x2b\xbc\xda\x71\xbc\xe7\x66\x25\x9d\x9b\x07\x09\x55\x04\x0f\xac\xb3\x8a\xa5\xd3\x30\x2c\xc0\x8a\xe2\x98\xa8\xc8\x4a\x6c\xbe\x85\x9a\x52\xdc\x60\xe4\x6c\x4d\x06\xb2\xf6\x29\x63\x1f\x8c\xf3\x10\xe8\xbb\x5a\x15\xf9\x14\x4d\x8e\x90\x34\x69\x81\xac\x3e\x8c\x22\x62\x63\x54\xd5\x35\x09\x38\xf7\x78\x67\x04\xf2\x16\xf8\x23\x3e\xeb\x94\x0f\xc0\x79\x00\xb2\x08\x84\x8c\xdf\x81\x4a\x8d\x85\x65\xcf\xc8\x76\x87\xb8\xe9\x30\x22\x1b\x55\x1a\x73\x93\xd7\xd3\x85\x3b\xd4\x99\x48\x43\x36\x96\xbd\x36\x00\x86\xb2\x9d\x17\x45\xdb\xba\xdc\xa2\xa2\x36\xb1\x70\x61\x0f\x47\x22\xde\xd7\xf7\xd1\x8f\xd1\x02\xbf\xd6\xee\xb8\xdc\xb0\xbc\x94\x2d\xf1\xab\x35\x6e\x52\x4c\x11\xe1\x1f\x83\x09\x9a\x7f\x77\x07\x9c\x8f\xd1\xa2\xee\x92\x1a\xd5\xcd\x0e\x76\x6f\x26\xa8\x61\x13\x1b\x76\x48\xc7\x99\x2b\x97\x40\xd9\x25\x94\x77\xf3\x8e\xee\x3c\x8d\x14\xec\x22\xbf\x24\x9d\x2b\x32\x42\x6d\x7c\x17\x4d\x28\x78\x6f\x3b\x14\x81\x14\xc6\xbe\x83\x8f\x3e\x24\xdd\x95\x22\xc3\x12\x82\xf1\x0d\x96\xbc\x74\xd1\x21\xeb\x39\x09\x04\x69\x07\xa1\xec\x01\xc9\x33\x45\x7c\x50\xe0\x22\x2f\x93\xc4\x70\xe8\xd7\x23\xad\x34\x43\x06\x18\xac\xaa\x41\xd1\x02\xb2\xa9\xf5\x81\x13\xb9\x40\xb6\x49\x45\x1f\xbb\xdf\xed\x3b\xd1\x7d\x54\xd1\x04\x9c\xcc\x85\x45\x69\x2b\xa3\x60\x87\xc7\xb1\x7d\x56\x94\x6a\xa0\x6c\xd4\x4e\x81\x1b\xea\x9d\xf8\x2f\x03\xce\x86\xa8\x71\xa2\x97\x57\x40\x2c\x13\xd9\x18\x26\x09\x5f\xff\x75\x84\x0b\x50\x38\xb0\xa7\x12\x69\x9d\x4e\x30\xda\x38\x4a\x9e\x85\x31\x72\xc0\x94\xbe\x56\x55\x95\x67\x38\x1d\x8f\x2d\x1a\x63\xf7\xde\xc3\x6f\x41\x55\x8d\x97\x20\xf1\xe2\x97\x9b\xfb\x66\x21\x6c\xc7\xff\x70\xda\x2c\x5c\x21\x33\x3c\x5e\xdb\xcb\x67\x9f\xf9\xfb\x9f\x71\x63\x43\xee\xed\x21\x79\xe6\xea\xb8\x65\x21\xb8\xdb\x0a\x91\x2e\xda\xc1\x82\xde\x0d\x05\x4b\x3a\x36\xff\x17\x0d\x9e\x2c\x84\x69\xdc\xf9\x7e\xa5\x43\xfe\x41\x36\x68\x67\x03\x1e\x1e\x8a\x6f\xf2\xe9\x95\xaf\x2b\x35\x74\xe4\x78\x72\x90\xe5\xf3\xbc\x16\x0b\x75\xcb\xeb\x14\x73\xe9\x9c\xe2\xff\xd0\x33\x4f\x35\xaf\xef\xe6\x99\x78\xff\x5e\x74\x7f\x40\xc8\xb4\xce\x42\x5b\x22\x57\xf2\xa9\x3f\x1e\x8a\xa3\xdb\xd9\x6c\x36\x1b\x8c\x6a\x4d\x65\xd8\xc7\xa7\xde\x1c\xcc\x9e\xf9\xeb\x4a\x66\xfd\x3c\x1b\x8a\x93\x70\x97\x10\x6b\x17\x35\x58\x7f\x3d\x72\x81\x32\x2d\x26\x10\x11\x1d\x19\xff\x80\xba\x10\xc7\xba\x5d\xa4\x26\x29\x3c\xc7\xda\x01\xfc\x51\x1f\x54\x1a\x1c\x25\x2d\x90\x4a\x19\x55\x9f\x17\x05\x8f\x45\xed\x14\xc6\x2f\xf2\xcc\x4b\xef\xf4\x30\x52\x51\x46\x51\x3f\x34\x01\x34\xad\x33\xb2\xb3\x53\x33\x51\x4d\xda\x78\x8c\x48\xbc\x07\x45\x54\xb6\x4d\x03\x9e\x05\x38\x66\x82\xa0\xa6\x03\xd6\x4b\x1d\x96\x03\x41\x15\x52\x03\x71\xe3\x7c\x34\xd0\x9c\x33\xf4\xc6\xec\xc5\x9e\xf8\x49\xcc\x58\x55\x92\x1b\x8c\x77\x42\x41\x46\x54\xac\x3b\x59\x4d\x9e\x31\xb6\xf7\xf2\x8b\x7d\x3d\x82\x76\xbc\x2d\xac\x84\x73\x01\xfb\xbd\x9c\x0f\xc0\x63\x31\xac\x5d\x2f\x00\x4b\xc9\x60\x2f\x2e\x22\xce\xd2\xad\x15\x62\xa0\xa2\x3d\x66\xa1\xe2\xd8\x27\x7f\x4a\x77\x11\x0a\x6d\x84\x4c\x41\xdd\x95\xed\x14\xd9\xdd\xfd\x60\xd3\x61\x1a\xce\x11\x26\x8f\x21\x1f\x67\xe9\x8e\x6c\x7d\x75\xe5\x0f\x0c\x57\x6d\x0a\x65\x9b\xda\xbb\x3c\xaa\x50\xec\xd5\xe7\x47\xdd\x61\x55\x52\xc9\xe1\x50\x11\xab\x94\xa5\x50\xb7\x53\xb5\x42\x4f\xf6\x4c\x94\x3a\x81\x04\xdb\x11\x46\xbc\xff\x82\x83\x13\x6a\xab\xe6\xe5\xbe\x24\xe7\x61\xee\xc7\x49\xeb\x91\x54\x11\xcf\xaf\x95\xc0\x1e\xd9\x45\x08\x49\x98\xbe\xbe\x17\x4d\x3b\xca\xdc\x44\xd0\x1d\xb9\xe9\xa8\xe6\x79\x2c\x74\x78\x37\x07\x3b\x44\xd3\x80\xb4\xf8\x80\x62\xe2\xa9\x1b\x2c\xe2\xbf\x29\x09\x7a\x81\xb8\x9f\x67\x58\x58\x8e\x80\x06\x5c\x25\xdd\x9d\x46\xbe\x4b\x2f\xbd\x97\x9e\xa2\xf7\xf8\xf1\xea\x0e\x53\xcf\x60\x93\x44\xf4\x0f\x29\xef\xb5\x33\x6c\xed\x9e\xe7\x51\x56\x9a\xd3\xb8\xa6\xca\x57\x49\xac\x6f\x34\xcc\xc1\xa4\x06\x26\xac\xed\x00\x9b\x89\x55\x3a\xe2\x40\x28\x02\xb7\x6c\x74\xb8\x5d\xa3\x0a\xba\x50\x15\x0b\x84\xd4\x7b\x43\x71\x0f\x19\x9e\xfd\xd5\x32\xf3\x7b\x53\xbd\x5c\xea\xf2\x9e\xdd\x20\x2b\x55\xd5\xb9\xf2\xae\x07\xba\xb2\xa6\x6a\x72\x52\xf0\x14\x83\x03\x94\xe3\xfe\xa7\xae\x1a\xf5\x3f\x71\xfe\xef\x10\x99\x40\x54\x89\x58\x8a\x33\x71\xd1\xc3\x27\x6f\x7b\x43\x41\xbf\xae\x7b\x97\x04\x30\x61\x00\x78\x95\x6e\x58\xa4\x79\x4b\x99\xe9\xcb\xa1\x98\x0c\xc4\xd9\xe7\x3e\xf9\xf7\x67\x14\xbf\x9f\x89\x9f\x85\x1f\xff\x19\xc4\x25\x89\x0f\x43\x3a\x2d\xec\xdd\x0f\x43\x81\x9f\xca\x20\xd7\x1e\xd2\xca\x0a\x21\x6b\xd8\x0e\x48\x16\xdc\x8c\x21\x46\x48\x63\x1a\x57\xe3\xf0\x7f\xe4\xff\xd8\x9d\xc9\x53\x06\xb8\x0e\x11\xf9\x7c\x2e\x90\x5d\x5c\x7e\x10\x12\x7b\x04\x69\x53\x83\x39\x95\x1e\x6a\x2d\xfe\xa6\xc7\x27\xe2\xbc\xa4\x72\x7f\x1b\x9e\x6b\xf5\x79\x2d\x79\x08\x66\xfc\x69\x87\x88\x10\xbe\xf4\x5b\xd8\x4b\xbc\x10\x9c\xb5\xe0\x9a\xfc\x1c\x35\xe1\x82\xad\xe3\x56\xe6\xc3\xf0\x4e\x38\xba\xd9\x05\xbf\x20\xf0\xf7\x87\x8d\x7a\xa3\xec\x52\x14\x2d\x17\x98\xf8\x93\x52\x5e\xe4\x97\x2d\x31\xb4\xba\x1e\xe1\x2b\x2e\xec\xed\x4b\x16\xaf\xd6\xaa\x1e\x55\x5d\x8f\x60\xb6\x5d\x90\x6e\xbb\x77\x4d\x6d\xb2\x69\x6a\xfd\xc9\x45\x7e\x69\xf9\x97\x1b\x79\x60\xe5\x66\x7e\x15\xa7\xe6\x0d\x68\x56\xee\xc9\x4b\x1f\x89\x51\x5d\x93\x68\x92\x5d\x4c\x92\x29\x75\xb5\x08\x73\x81\x91\x14\xc3\x95\xff\x55\xb1\x7e\x89\x1b\xce\x6e\xc3\x5c\x01\x3e\x49\x85\x88\xd9\x0e\x06\x8f\x07\xb1\x0e\xa5\x9a\x56\x9f\x17\x1c\xa3\xce\xb1\xd1\xd0\x5a\x2c\x73\x03\x4d\x7c\x43\xec\x59\x99\x61\xfc\x98\xdb\x27\xad\x38\x32\x3b\x20\xd8\xb2\x5c\x60\x02\x44\x0c\x60\xf4\x21\x0b\x62\x83\x7d\x07\xc5\xd8\xa0\xa9\x4b\xe8\xb3\x17\xfb\x63\xb1\xab\xc4\x44\x91\xb4\xf3\x4b\x8e\x7c\x13\xd0\xd8\x1d\x72\xf0\x8b\x62\xd7\xec\xa8\x77\x3a\x0a\xda\xed\x75\xa6\x47\x91\x35\x5b\x7c\x1d\x69\x28\xdb\xb6\x58\xb6\x76\x28\x1b\x99\x3a\x7f\xfb\x48\x36\xca\x53\x6f\x71\x2d\x72\x16\x28\x71\x1f\xdd\xd9\xf7\x31\xeb\x51\xf2\x48\xe8\x51\x6c\xde\x7a\xb9\x51\x88\x0e\xef\xa1\x82\x34\x9e\x04\x6b\x57\x28\x3e\xc4\xd5\x5a\x84\x12\xa1\xb9\x77\x99\x1a\x09\x1a\x06\xc7\xc1\x60\xc2\xf4\xb8\x2a\x33\x96\xdd\x99\xe5\x66\x2a\x2b\x14\x29\x61\x7a\xba\xc8\x70\x6a\xad\x50\xbd\x4e\x39\x27\x69\x5b\xb8\x0f\xd3\xed\x07\x0c\x0c\xe9\x75\x9b\x8d\x6d\x01\x76\x53\x2f\x43\xd0\x9e\x03\xd8\x45\x7e\xc9\x6b\x02\xe0\x0c\x5e\x42\x31\xac\x33\x7a\x5b\xaa\x98\x50\x5e\x3d\x07\x0d\x99\x1a\xc2\x3d\x44\x7a\x0a\x07\x43\x95\x25\x38\x18\xb6\x6b\x24\x71\x98\xe0\xaf\xd0\xe4\xfd\xfb\xf8\x18\x51\x1b\xd6\xa4\xb0\x11\x64\x31\x83\x78\x4e\xd9\xd6\x3b\x0d\x30\x6c\x24\x62\xe7\xf8\xb7\x8f\x71\xdb\xc3\x9a\x20\xc4\x47\x5b\x0d\xf0\xa1\x8d\x01\x7a\x89\x7d\xc2\xfb\x34\xfa\xf1\xbe\x4f\x4b\x25\x76\xd1\x15\x2d\x6a\x07\x4d\xed\xd6\x2e\xf1\x59\x7b\x9c\x45\xe1\x39\x77\x53\x06\xd3\xc9\x5b\x36\x87\xfa\x45\xfa\xaa\x81\x82\x68\xb1\x4f\x37\x87\xbc\x7d\x54\x13\xc0\x37\xd3\x3e\xc6\x32\xee\x4b\x6a\x05\xf6\xe5\x2d\x87\x01\x6a\x6e\xd8\x11\x82\x2a\xe3\x77\x7b\x4a\x5b\x1e\x88\x78\x6a\x60\x25\xd8\xd7\x54\x61\xe2\x2c\xa4\xff\x1d\x4f\x43\x47\xee\xc6\xcb\x5a\x2d\xfb\x71\x84\x71\x80\x0f\x31\x62\x71\xe4\xe9\xdd\xad\x79\x52\x5d\x4f\x6c\x4a\xbd\xfc\x08\x8f\x12\xd1\x47\x94\xd3\x6f\x84\x4b\x69\xac\x17\x2a\xaf\xda\x94\xb2\xe7\xd2\x74\x7a\xc5\x90\x63\xa1\x23\x2f\x54\x60\x75\xfb\x6a\xab\xc2\xcd\x58\xf5\xfe\xaa\x33\xdf\xb4\x89\xfe\x1c\xca\xb7\x71\x85\x35\xb2\x53\x75\xef\xfe\x9d\x0e\x3d\x1f\x39\xbe\x2b\xda\x78\xfb\x9a\xef\x1d\xb2\xbc\x89\x0c\x84\x77\xe1\x81\xf9\x94\x95\x54\xf9\xf0\xcb\x42\xea\xe3\x58\xfa\x8e\x24\x3c\x16\x51\x9f\xd6\xf4\xdc\xba\x5b\x30\x1e\x1e\x41\xdc\x9c\x67\xba\xb2\x8a\x77\xbf\x4d\xcc\x1b\xc3\x98\x5d\x5b\x24\xab\xc4\x5a\x1e\x75\xa3\x5d\x01\xb2\x20\xa8\xd8\x33\x2d\xc7\x50\x96\x52\xd7\x07\xea\xa7\x46\x16\xcc\x3c\x37\xd1\xf5\x82\x57\x2d\xf3\x45\xc0\xcc\x54\x16\xb2\x82\xd8\x05\xb4\xfb\xea\xe5\xca\x02\xc0\x00\xb1\xf1\xc1\x0e\xe5\x1a\x99\x40\x8e\x97\xe8\x97\x9a\xd9\x3b\x06\x43\x2c\x4a\x72\x93\x1b\xdf\x04\xce\xce\x39\x62\xc3\xae\xc0\x99\x15\xe8\x0b\xe8\x13\x8a\x45\xa7\x6f\x42\x7e\xe2\x74\xa1\xa6\x57\xf6\x43\x23\x06\x0f\x79\x20\xc1\x75\x2b\xbe\x65\x9d\x12\xa1\x0b\xa4\xeb\xa1\x06\x43\xd0\x57\xa0\xf4\x7d\xeb\xbe\xfc\x46\x61\x50\x9f\x43\x16\xe4\xa0\xdf\xc1\x26\xdb\xd4\xdc\x67\xc2\xc2\x00\x53\x26\x7f\xdf\xaa\xf6\xe7\xc1\x9c\x47\x6f\x49\xed\x81\x93\x0d\x30\x7b\xc4\x3a\xe5\xb3\x59\xb7\xce\x7d\x78\xe8\x8c\xac\x16\x30\x09\x57\x1c\x0a\xd7\x42\xce\xae\xa2\x2b\xee\x2f\x0c\x76\xfe\x5c\x55\xf9\x32\x07\x1d\x0b\x03\x6d\x50\x71\x25\xd3\x9a\x1c\xc0\x6e\x75\x7f\x4e\xac\xfe\x4a\x1b\xe0\x6e\xff\xf0\x2f\x7d\x6f\x6a\xf3\xc1\xe2\x14\x3b\x8e\x07\x5e\x9a\xd3\x2a\x07\x83\xa4\x5b\x4a\x97\x3a\x2b\xe1\x9d\x93\xd8\x88\x86\x47\x71\x3b\x15\x35\x09\x9d\xec\x20\x26\xdf\x39\xc7\x34\x13\x68\x8c\x61\x15\xd3\x8e\xfc\x28\xee\xf9\xf5\x2a\x51\xa6\x95\x6b\x86\x50\xab\x6a\x9f\xe2\x10\xae\x3d\x10\xe6\xf7\x01\x5d\x82\x34\x51\x64\x49\x18\xbb\x10\xdf\xa3\x52\x28\x6b\x57\xc7\x71\xd8\x19\xe5\x80\xf6\x3b\x8c\xe7\x73\xe9\x9e\x1f\x17\xe2\xe0\x3d\xd7\xb0\x7d\x5a\x0d\x60\xee\x7f\xb0\x87\xff\x7f\xf9\x98\x7e\x2b\x09\xc4\x58\x76\x1e\xc1\x8f\x0d\x16\x8e\x62\xc0\xdb\x25\x1a\xdc\x5b\xff\xfe\xf2\x4b\x50\x38\xec\x36\x71\xa2\x09\x4f\x15\x66\xb3\x63\x75\xd6\xbe\x88\xd0\xb2\x90\xd0\x27\x25\xf0\x9d\xa8\x4e\xf4\x87\x5f\x2e\xf8\xb8\x5e\x92\x50\xc3\x05\x4b\x43\xfa\xb0\x36\x8a\xec\x46\x4e\xd5\xde\x16\x54\x5c\xc9\x32\x00\xda\xd0\x5e\x8e\x4a\xca\x5c\xb8\xef\xfb\xac\x6b\xde\xbb\x1e\xb9\xb3\x4d\xde\xda\x73\xe3\x76\xc5\xd2\xa7\x84\xdd\x19\xed\x07\xc4\x7d\xf0\xb9\x60\x55\xa5\x08\x3f\x6b\x5f\xa3\x38\xd0\x70\x94\x96\xb1\x67\x58\x69\x44\xb8\x71\xbd\x69\x17\x16\x97\xe6\x9f\xb1\x78\xb9\x8e\xfc\x07\x08\xca\x5f\xca\x15\xe4\xa0\xb5\x45\xd2\x37\x1d\x0a\x4b\xba\xe6\xff\x0b\xfa\x8a\xfd\xb4\xb6\xba\x62\x92\x42\xcf\xf7\x79\x42\x90\x3f\xda\x2c\xd4\x5e\x59\x3f\x6e\x7d\x92\xe4\x9f\xb4\x65\xfe\x56\xc3\x58\x5b\x27\xfa\xdf\xe4\x2e\x64\x09\xda\x18\x83\x95\x70\x1f\x07\xca\x59\x4e\x1a\x9e\xe9\xa5\xeb\x8f\xe0\x57\xdd\xea\x53\xbc\xed\x23\xd1\xd4\x60\x9e\x66\x87\x16\xc7\x46\xdf\x90\xbd\xf3\x51\x5a\xda\xbe\x9a\x63\x30\x1c\x7e\xaf\x7c\x1e\xf2\x52\x96\x40\xbf\xc2\xa8\x32\xf3\x11\x52\x78\x32\x52\xec\xa5\x8b\xf1\xf7\xd1\x0d\x50\xf5\xec\x46\x05\xe3\xa0\x4b\x9b\x56\xd7\x50\xe3\x16\xc2\x80\x67\x39\xb6\xe0\xe5\x23\xb9\x0e\x9e\x37\xaa\x77\xad\x7c\x4b\x24\xe2\xf8\x38\x1c\x13\x0a\x68\x25\x8c\xb6\x47\x3f\x0e\x6a\x94\x62\x81\x96\x61\x2a\x22\x53\x85\x5c\x43\x36\x05\x96\xc3\xc0\xc1\x22\x2c\x36\x65\x9d\xbb\xf6\x96\x6c\xba\x43\x62\x15\x68\x51\x67\x6d\x85\x29\x5e\x55\x42\xe6\x06\x7d\x2c\xf6\xdf\x64\xde\x74\x57\x0a\x21\x94\xdc\x70\x05\xb7\xde\xa6\x68\x04\x0c\xb2\x16\xdc\x46\x53\xff\x2c\x43\x81\xd3\x72\x3a\x85\xb8\x21\x58\x8e\x4c\xad\x60\x41\x4a\x1c\x4d\x0a\x96\x4c\x1e\x8d\x6b\xdf\xc9\x0c\x39\xdb\x54\x1d\x6a\xab\x33\x14\x47\xf1\xb1\xf2\x67\x55\xc7\x75\x5d\xf6\xc9\xb8\xec\xe6\x66\xf3\x7d\x4d\x2f\xf3\x7f\x04\xc3\x8b\x73\xf9\x44\x2c\xa5\x23\x56\xa3\x28\x44\xa9\xcb\x03\x77\xe6\x46\xb9\x4c\x26\xa9\x72\x1d\xc9\xcc\x18\xd6\x87\xa1\x3d\xa5\x32\xb5\xda\x54\x4c\xc0\x57\x12\xd8\x8d\x39\x75\xbb\xd2\x55\x7d\x6e\xfe\xc3\xe8\xb2\xdb\x3a\x82\x0e\xc3\x0f\xdd\x91\xe8\x5b\x4d\x0e\x9b\x12\xb1\xb9\x07\xd0\x65\x11\x52\x3f\x9c\xc8\xa0\x92\x78\x12\xa2\x7a\xf5\x9d\x26\x75\x7a\xa8\xcb\xf8\x19\x1b\xd5\x09\x10\x4c\xea\xee\xae\x9b\x0b\xda\x26\x7e\xce\xb3\x67\x10\x8a\xf1\xa3\xd1\xe5\xb3\x24\xa2\xa8\x74\xd1\x44\x11\xfa\xfa\x83\x0f\x83\xc4\x9c\x9c\x78\x31\xf7\xa5\x46\x87\xc0\x6e\xe9\xb4\x4b\x38\x6d\x7d\x45\x38\xdb\xe2\x1a\x3a\x91\xb1\xa5\xdb\x49\xf9\x72\x69\xbf\xc9\x11\xe2\xa4\xd0\x93\x38\x8d\xc3\xf0\x92\x2d\x21\x38\x14\x5c\x94\x1c\x1f\x6d\xa1\x88\x62\x5c\x7f\x2b\xda\xcd\x61\xa2\x5f\x56\x7a\x99\x52\xaf\x5d\xb4\x0d\x51\xef\xe1\xd6\xbe\x44\x9a\x1a\xf8\xec\x08\xf1\x5a\x6d\x24\x46\xfb\xc4\x7e\xd4\x88\xe6\xbe\xcb\x11\x05\xaa\x26\x6f\xb6\x58\xe8\x72\xa9\x90\x85\xb1\x0c\xb1\x61\xee\xd1\xe0\x46\x61\xcf\x0e\x58\xb8\xed\xc6\x71\x43\xec\xae\x13\xd6\xa0\xf9\x78\x88\xb8\xe9\x7a\x3a\x59\x8b\x7e\xf4\x4d\x80\xf2\xed\x3b\xc3\x47\xc6\xe1\x2b\x03\x8a\x37\x35\x58\x7b\xce\x9a\x91\xe9\xb2\x2b\x50\xb1\x5d\xb9\x77\x4f\x05\xa3\x9d\xfa\xd5\x15\xa8\xc5\xab\xa9\x46\x55\x15\x98\xc3\x73\xc3\x7c\xa5\xd3\x4b\xb8\xf8\xf0\x91\x53\x8c\xab\xb1\x7e\xac\x16\x14\x19\x84\xf3\xdb\xb8\x07\xd3\x95\x5a\x8f\x0a\x69\xea\x97\xe4\x4c\x64\x80\xf6\xb0\xb7\x1c\xe8\x68\xb0\xc1\x91\xf6\x21\x78\x28\xdb\xf5\x3b\xda\x15\x43\x22\x27\xe3\xb6\x2c\x26\x5e\x10\x0d\x3a\xa5\xe7\x4b\xb0\x0a\xf6\x8a\xa2\xab\xd6\x16\x06\x82\x82\x5e\x23\x21\x79\xd6\x05\x25\x90\x4d\x6c\xd4\x0a\xea\x48\x26\xbf\x9b\x4b\x87\xef\x74\xf6\x99\x33\xaf\x44\x8e\x62\x41\x7e\x73\xee\x47\x9b\x37\x43\x2f\xe3\xb4\x5c\x1d\x41\x77\xb2\xfc\x64\xe0\xfe\xb5\xce\x33\x10\xc9\xe2\x85\x06\xdd\x24\x49\xd4\x48\x95\x92\x28\x74\x2f\x7c\x56\x14\xb7\x27\xde\xbf\xe7\xb7\xce\x80\x3b\x70\xb6\xd6\xad\x72\x74\x7d\x81\xe7\x08\x31\x2b\xd8\x4f\x39\x62\x1e\xdb\x6d\xce\x25\xc6\x39\xb6\x97\x54\xaf\x14\xd6\x3a\xff\x17\x29\xa4\xfe\x86\x57\xba\x92\xa5\x7d\x95\xfb\xc2\xa4\x6e\xba\xdd\x1f\x8d\x41\xad\xcd\x8a\xa5\xff\x21\xaf\xe5\x9b\x69\x95\xaf\xa0\xce\x6d\x39\x67\xdb\x68\xaa\x8b\x42\x4d\xed\xd1\x9d\x35\x98\x5a\x2f\x26\x0d\x45\xc2\x9a\x5a\xad\xc8\x0d\xe1\x7a\x66\xe4\x25\x5a\x4a\x54\x95\x63\x32\x73\xcf\xb2\x35\x8f\x68\x99\x65\xfd\xd1\x68\x34\xc0\x2e\xfd\x26\x34\x53\x85\xde\x17\xff\xd7\xc1\xdd\xa3\x4a\xb3\xf9\x35\xe6\xc2\xb8\x75\x9b\xe4\xe5\x21\x36\x57\x1c\x99\x05\xab\x6a\x55\xea\x32\x9f\xca\x42\x34\x46\x61\x4e\xbe\x69\x59\x9e\x29\xcf\xd3\x97\xc8\x8e\x2b\x80\x91\xa2\xbb\xd6\x4d\xe5\x71\x46\xed\x36\xec\xf7\xd8\xfd\x05\x03\xeb\xa2\x80\x1e\xed\x8c\x65\x7b\xf0\x33\x6a\x78\x46\x18\x7f\xf7\x4c\xfc\xfc\x21\xed\x5a\x2b\xfd\xfd\xad\x16\xe3\x24\x35\xdf\x3f\x23\x78\x89\x35\x57\x1a\x1d\xda\xda\x52\x2c\x3e\xcc\x94\x4d\x13\x05\x34\x3f\x27\xd7\x4b\xd0\x2c\x24\x66\x51\x43\x7f\xe5\xce\x28\x6a\x70\x4e\x9c\x8b\x25\xb8\x68\xec\xef\xe9\x64\xc0\x8d\x71\xaf\x92\x37\xf7\x30\xbe\x9b\xec\x7a\x94\x72\x39\x29\x5a\x36\xed\x4c\xd6\x92\x99\xa4\xe8\xf0\xe6\xf8\x88\x11\x6a\x89\xa5\x6d\x45\xb2\x73\x19\xc2\x58\xc8\x80\xa2\x27\x02\xf2\xbd\x40\x4c\x16\xc0\xf5\x4a\x3d\xc3\x67\xe1\x6f\x7b\xf7\x19\x5a\x52\x30\x4c\x42\xd6\xf2\x19\xfc\xc4\xa0\xc7\x58\x83\xab\x72\x05\xf1\x4f\x7e\xa9\x89\x59\x45\x3d\xa0\xe8\x16\x7c\x65\xee\x53\x2f\xa8\x83\xcf\x3d\x7b\xf9\x5e\x08\xdf\xf5\x1f\x6f\x65\x71\x0b\x16\x69\x7e\x7b\x79\x11\xfc\x1b\x3b\x5a\xbd\xc5\x61\xee\xc1\x93\xa0\x77\x34\x69\xf3\x63\xba\x66\xd5\xa5\xae\xd9\xf1\xc9\x62\x59\x75\x77\x2c\xeb\x3d\x8b\xe2\x7b\x43\x71\xcf\xce\xd4\x85\x33\x47\xdf\x1e\x45\xb4\xfa\x85\xeb\xd0\xe5\x87\xad\x4f\xe0\x51\xf1\x4e\x6c\xd8\xb0\xfc\x3b\xe2\xd2\xbb\x0e\xb9\x38\x38\xdd\xab\xfe\x6e\xcc\xa0\xf8\x6f\x8c\x41\xef\x2c\x69\xba\x95\x3e\xbb\x09\x2d\xa2\xa5\x7f\x22\x9a\xb8\xff\xa1\xbd\x15\xba\xd7\xfa\x0b\xbb\x49\xfe\x1f\x5c\xef\x91\x45\xc9\x8e\x45\x07\x73\x10\xf2\xa3\xa6\x6a\xd5\x2b\xfa\xc7\x5e\xfe\xf3\x30\x71\xa1\x4a\x2b\xf8\x64\xe2\x5a\x55\x06\x6c\xc0\x3b\xf9\x3d\x11\xc6\x77\x55\xb1\x2f\x6d\xa0\xd4\xee\xcf\xdf\x74\xb4\x4d\xcf\x7e\x16\x96\xab\x07\x13\xb6\x4b\xed\x1f\x84\xd3\xee\x81\xe8\x0d\xa3\xab\x7e\xe5\xb6\x8b\x94\xce\x92\xfe\xaf\x21\x51\x5a\x95\xd6\xac\x24\x65\x92\x41\x80\xc2\x52\x95\x35\x55\xcf\xd1\x33\xd7\x6e\x07\x8c\xe0\x2b\x6d\x4c\x3e\x29\xd6\x62\x5a\xe8\x26\x3b\x98\xc8\xe9\x95\x22\x31\xd1\x97\xb6\xc3\x15\x0f\xd5\x3e\x4b\x75\x43\x21\x3f\xfd\xc1\x9e\xa8\x7d\x47\x4d\x32\xff\x35\x30\x4c\x1f\xe3\x0c\x02\x13\x69\x54\x26\x20\x2c\x82\x92\x43\x4a\x2c\x02\x8b\x3d\x32\x66\xd2\x95\x45\xa0\x2e\x44\x15\x5a\x10\xac\xb8\xe5\xd3\x8a\xb0\x42\x75\xd4\xaf\x27\x5d\xba\xd6\x52\x8c\x9e\x63\xcf\xa0\x76\x33\x99\x76\x03\x99\x77\x1d\x1d\x64\x74\x47\xcf\x94\xf8\xd3\x46\xce\x1f\x0a\x05\xde\x5e\x01\xd1\xb8\x5a\xc4\xfe\xd6\xe6\xa0\x2a\x32\xa5\x50\xff\x0a\x87\xae\xf8\xb3\x58\x54\xbf\xbb\x6f\xb0\x00\x7a\xce\x0b\x48\xc4\x9f\x9c\xd8\x80\x70\x1a\x1c\x0f\xbe\x66\xb0\xac\x94\x0c\x4e\x06\xd0\xd9\xa3\x2f\xbc\x70\x00\x97\xde\x5e\xeb\x30\xb6\xb9\xba\x4b\x5a\xf5\x41\x77\xd7\x7b\xe0\x8e\x6c\x1d\xd5\x7a\xa0\xe9\x75\x45\x55\xfa\x0e\x11\x3c\x01\xc2\x95\x13\xda\x50\x9f\xbb\x95\x55\xb1\x94\xab\xc1\x87\x50\x47\x28\x8a\xc6\xe9\xca\xa7\xc0\x61\xef\xf8\xca\x5c\x89\x81\x6b\x23\xf2\x37\x74\x61\x88\x2b\x00\xa7\x28\x02\xab\x7d\x77\xd0\x31\x6f\xc3\x90\x86\xf0\xfc\xa6\x3d\x18\x36\x7e\xd1\xe6\xce\x0b\xed\xb2\xc6\xed\xce\x0b\xef\x7c\x5c\x7f\x54\x3f\x95\xa7\x1d\x77\x91\xc4\xe6\xe6\x0b\x5f\x60\x24\x38\xd4\x7c\xc2\x10\x00\x57\xc3\x8d\xf1\xe7\xdf\x82\x04\x30\xe4\xfc\xce\xf6\x82\xd0\x1b\xb1\x06\x99\xec\xdb\xeb\x40\x47\x5b\x0b\x1f\x60\x8e\xfc\xbd\x83\xd4\x5b\x4e\xcc\x6f\x83\x53\xb6\x15\x54\x26\x03\x4f\xa9\xd5\x72\x97\x47\xd3\xfe\xd7\x65\x29\x37\xab\x2d\x15\x52\x07\xfb\xa3\xd5\x87\x38\x39\xcc\x4e\x94\xb2\xe2\x2a\xca\x8f\xfb\xa0\x96\xca\x3e\x73\xe4\x42\x18\xcc\x36\xec\x5a\x29\x2a\x06\x42\x21\xa8\xb3\xa1\x87\x89\xa2\x88\x38\xc2\x5a\xfc\x85\xea\x6e\x42\xd4\xaf\xef\xe9\xbb\x0b\x65\x60\xcc\xfe\x38\x84\x19\xc8\x5d\xda\x86\xb2\xbd\x70\x66\x12\xa4\x99\xbd\xb0\x66\x52\xb4\xc5\xe1\x45\x94\x08\x5f\x6e\xda\x80\x5d\x54\xe5\xac\x30\x5e\x5a\x9f\x28\x32\x35\xec\x11\x02\x14\x60\x37\x04\x02\x19\x55\x41\x91\x7e\xe5\x13\xdd\x41\xa2\xf0\x91\x40\xd3\xa9\x5a\xd5\x2d\xdb\xce\xaf\xca\xc0\x73\x2f\x32\xaa\x8e\x12\xf0\x78\x1f\x07\x6c\xba\xa7\xe3\x5a\xf6\xf6\x01\x8a\xd8\x05\xc6\xe6\xca\x7f\xdd\x09\x7d\x88\x2a\xd7\xc5\xc0\x55\x23\xce\xb1\xac\x54\xd4\x6d\x00\xc2\x52\x57\x19\xb8\x33\x59\x84\x04\x6f\x72\xb5\x91\x3a\xcc\x86\x1d\xc5\x8a\xf8\xb6\x79\xbd\x9e\xfc\xe8\xdb\xce\xe9\xc9\x8f\xe0\x3c\x08\x25\xbf\x53\x52\x32\xaa\xee\xeb\xc9\x8f\xc9\x60\x2d\x6a\xf2\xbb\x8e\xa8\x7e\x33\x55\x75\x46\xf0\x5d\xa9\xf5\x21\x3d\x89\xa1\x62\xc9\x00\xbf\xaf\xb5\x5b\x6b\x13\xb7\x50\x4a\x17\xa6\x83\x19\xec\xb1\x82\xae\x20\x0c\x56\xcd\x8f\xf3\x6e\xf7\x3b\x6a\x20\x8a\x0f\x52\x93\x7f\xfb\xe5\xa2\xba\xa9\xbf\x72\xc5\xdc\x68\xae\x46\xdf\xdf\x7e\xc5\x42\x34\x5b\x6b\x83\xee\x5a\x33\x7c\xb4\x03\xb6\x6b\xd9\xfc\xde\x83\x93\x6e\xeb\xea\x6d\x3a\xf6\x7e\x5f\xbe\x6d\xcb\xd7\x71\xfa\xee\xbf\x80\x29\xf0\xfe\x46\x9c\x77\xf0\x21\xff\x22\x86\x86\x9b\xbc\xcc\xf4\xcd\x08\x3e\xe9\xcd\xc7\x5b\x1b\x20\x7d\x22\x36\x38\xfc\x0a\x6b\xc3\x2b\xa0\x90\x56\xe4\x59\xb7\x29\xa1\x6d\x7d\xe8\xf8\x16\x0b\x46\x97\x65\x96\xbd\xb8\x56\x65\xed\x6d\x0c\x3d\x7a\xb4\x37\x74\x65\x7e\xdf\x38\x32\xf9\x3b\x9a\x1b\xe0\x9b\xbb\xc2\x39\x22\x6b\x03\xb3\x2e\x78\xc3\xc2\x79\xa5\xe4\x6e\x93\xc2\xe1\xa1\xf8\x8f\x37\x68\xcd\x36\xad\xf2\x4b\xa1\x75\x1b\x10\x1b\xd4\xb0\xb1\x30\xcb\x55\xbd\xa6\x26\x0d\x23\xf1\x46\x0b\x4a\xee\xc2\xe1\x74\x59\xac\xa9\xee\x21\x19\x83\x7d\xe9\xa6\xba\x6a\xea\xc5\x7a\x14\xea\xa1\x63\x32\x3e\x1b\x6e\x18\x0a\x94\x53\xfc\x69\x99\x61\xc5\x5f\x88\x0a\x2b\x75\x0d\x5d\x34\xec\xe8\x3e\x5b\xdf\xaa\xdc\xce\xf3\xaf\x46\x3e\x62\xfb\x8f\xbc\xf3\x5c\xb8\x3e\x10\xcf\x18\xd4\x67\xa1\x20\x41\x18\xc2\x07\x2d\x24\x43\x84\x50\xf4\x67\x0c\xca\x0d\xa1\x83\x78\x76\xa1\x46\x24\x9e\xa1\x01\xc6\xbd\xed\x59\x98\x2b\x39\x14\x69\x8c\x67\x7e\x02\x5b\xab\xa7\xfc\x32\x5b\x8f\xfe\x67\xb3\xf2\xa4\x34\xff\x4f\x6f\xe4\x49\x3f\xe8\x77\x1b\xcf\x1e\x36\x9e\x14\x69\xbf\x9b\x78\x7e\x2b\x13\x4f\x8a\xd9\xfd\x2c\x3c\xbc\x11\x57\xcb\x6e\x01\xc9\x1f\x57\x6a\xcd\xda\x8f\xa1\x3b\xf5\xda\xfb\x50\x11\x15\xbe\x61\x69\x5d\xad\x59\xd8\x2c\x0e\xcb\xb8\x6d\x68\xfd\x22\x84\xa5\xb0\x7a\xba\x10\xee\x98\xa3\xe0\x3e\x4c\xc0\x98\x4a\x2b\x8e\xe2\x79\xc3\xe4\x4a\x48\xac\x73\x3e\xc9\x5a\x34\x65\x38\x33\x58\x54\x33\x23\x00\xbf\x7b\xe1\x70\xc7\x40\x56\x9c\x44\x8b\x1c\xfe\x15\xec\x57\x7b\xd0\xc3\x4e\xeb\xd5\xc6\x90\xff\x1c\x83\x39\x5d\x74\xbd\x38\x10\x63\x7b\x80\x7d\x8e\x07\xd9\xc1\x01\xaf\x87\x60\x77\x04\x42\xfb\x10\xfb\x7d\x29\x2d\xf1\xdc\x6f\x24\xb5\x98\xd8\x20\xf0\x9d\x8e\xe7\x0d\x04\xd7\x4d\x72\xbf\x92\xe8\xe2\x37\x5f\xc7\xf1\x89\x1d\xc1\x8d\x80\xc0\x76\x61\xd0\x7d\x69\xb7\xba\x6e\x13\xee\xef\x06\xc4\x7f\x4a\xa3\x52\xba\x3f\x3f\xda\x7e\xd8\xb2\x2c\xb9\x4d\x34\x4c\x5b\x13\xe2\x2e\xd8\x7c\x66\xee\x7b\x62\xfe\x6e\x5c\xfc\xfb\xd1\xc1\x3e\xb6\xc5\x34\xc0\x5f\x4f\x7e\x8c\x34\x86\xbd\x88\xc3\x99\x9d\x07\xed\x96\x6c\xbf\x84\x46\x7e\x37\x5f\xfe\x0d\x68\xe2\x57\x5b\x2f\xdb\x92\xdc\xaf\x5c\xdf\xdf\xed\x9c\x7f\xdb\x75\x8e\x0b\xb8\x56\x9d\x0b\xdd\x59\x8a\xb5\x5a\x6f\x34\x20\x74\xd1\x84\xac\xd6\x17\xf9\xe5\xaf\xdb\xfa\xfb\x19\x50\x97\x6a\xa9\xab\xf5\xbf\x88\x05\xf5\x65\x79\x80\xdf\x13\xac\x2a\xbf\x24\x4e\x0b\xe0\xed\x78\xbf\xc8\x72\xfa\x15\xce\xe0\x17\x9b\x4e\x37\x35\x1a\xfb\x87\x34\x1f\xe1\xc7\xfe\x2b\xd9\x8f\x5a\x5f\xf4\xbb\x01\x69\x0f\x03\x52\x0b\x6b\x7b\x58\x90\x2c\xc2\x94\x37\xe4\xa6\x52\x53\x6c\x4a\x27\x86\xa9\x9c\x4a\xf7\x73\x30\xf3\x46\x80\x70\x7f\xc8\x6c\xbd\x2e\xf1\xee\x83\xe7\xa5\x5d\xfb\x2d\x66\xa7\xc9\xc6\xfd\xc5\xf6\xe1\x4e\x0b\x71\x94\x00\xc7\xbc\x1b\x43\x97\x1d\xf8\xbb\xf9\x6c\x1b\x5d\xfd\x4a\xfb\x19\x35\xb4\xff\xdd\x6e\xf6\xcf\x66\x37\xdb\x44\x08\xff\x78\x86\x33\x22\xb1\xdf\x0d\x66\xbf\x1b\xcc\xfe\x5f\x30\x94\xb4\x36\xe6\x2f\x8b\xb8\x0b\xb5\xbf\xba\x37\x53\xfb\xaa\xdb\x21\xa9\x41\xcd\xd7\x13\x0b\xb2\x45\x97\xd8\xd0\x2e\x21\xf6\x0c\xa7\xf8\x4f\x20\x0e\xfc\x6e\x19\xfc\x07\x24\xf8\x7d\x4c\x83\x9c\x2c\xb7\x5b\x0a\x3f\x5e\xd2\x75\x16\xc3\x0f\xed\xaa\x71\x9b\x36\x8c\x37\x32\x7e\xd6\xc1\xb7\xff\x57\xc8\xfe\x37\xb3\x84\xfd\x6e\xe9\xfc\x4d\x69\xfc\xa3\x4c\x9d\xbc\xa3\x41\xb7\xe0\xfd\xbb\x99\xf3\x1f\x7b\x91\x7f\x63\x3b\x67\x27\x41\xa0\x8d\xf3\xf2\x6f\x68\xe3\xac\x95\xa9\xdf\x51\x0d\xb3\x7f\x11\x0b\xe7\xff\xb5\x77\xed\x4b\xae\x73\x75\x23\x58\x51\x98\xa6\xcc\x6b\x61\x3f\xd8\x8a\xaf\xb3\x4a\x2e\xd5\x8d\xae\xae\x60\x91\x78\x51\x49\x59\x7a\x29\x56\xf2\xeb\xf6\xc9\xb8\x4b\x95\x7d\x91\xeb\x2a\x8a\x05\xb9\x2d\xed\xbc\x55\xa6\xfe\x8a\x75\x35\xad\x54\x01\xa4\x06\x76\x56\x68\x82\x77\x8e\x65\x26\x97\x7a\x49\xfd\xb0\xf2\xba\x67\xa0\xba\x62\xa8\x53\x03\x25\x32\x4d\x5e\xce\x0b\x85\xef\x41\x52\x06\xc8\x4a\x49\xa3\x4b\x39\x29\xd6\xc2\x2c\x25\x76\xa5\xea\x9f\xfd\xff\xc7\x57\xa2\xc8\x4b\x65\x05\x23\xfb\x5e\x1c\x54\x14\xba\x16\x4a\x9a\x1c\x37\x88\x6b\xb0\xac\x4b\x1a\x16\x4a\xdd\x40\xc5\x18\xfb\x7d\x76\xa4\x85\xac\x4a\x65\x0c\x56\xb9\xcf\x41\xd8\x60\x0f\x1a\x75\xad\xca\xa8\xaa\xb9\x2e\x0a\x7d\x63\x51\x4a\x1f\x88\x75\xe2\x29\xb7\x9e\xb5\xea\x4b\x71\x73\x80\x75\x16\xb4\xae\xc9\x04\x6d\x27\xad\xca\xba\x5a\xaf\x74\x5e\xe2\xb6\x87\x92\x6e\xa0\x6d\x28\xab\x99\x35\x68\x4c\x6e\x0f\x36\x7a\xa5\xe7\xe2\x40\xbc\xd2\xf3\xb9\x85\xb6\x94\x98\x63\x76\x7e\x07\xec\x9b\x26\xaf\x95\x38\x10\xe7\x0e\xdd\x2e\xb1\xdf\x2d\x70\xc7\x33\xf6\x77\x78\x84\x96\xc4\xc2\x6e\x01\xfd\xb6\x29\xc5\x81\xc0\x2b\x48\x19\xea\x56\x4d\x1b\xf7\x26\x09\xbc\x6c\xc7\x2b\xbf\x55\xa6\x29\x5a\x2f\xb5\xfb\xac\x29\xa8\xb8\xa8\xe7\xf9\x16\x89\x54\xc1\x84\xb6\x8a\x27\x76\xb1\xc8\x55\x25\xab\xe9\x62\x8d\x64\x71\xa5\xd4\x4a\x55\xae\x90\x41\xa1\xe7\x1b\xca\xb6\x74\x60\x18\xf9\xbd\x7d\xc4\xb3\xfa\xae\x75\x08\xe3\xc1\x26\x7a\xa5\xe7\xc6\xf5\x30\x67\xbb\x91\x1a\x22\x59\x9e\xa6\x97\x79\x1d\x99\x4c\x39\x99\x24\xf6\xd1\x42\xcf\x99\x81\xdc\xce\xe5\xcc\xcf\x0a\x0b\x7c\x75\xcd\x09\xea\x99\x76\xf7\x72\x77\x94\xe5\xf0\xe7\x5b\xa9\xc3\x0d\xc7\x1a\x37\xe8\x01\xc0\x71\x6f\x59\xfd\x18\x3c\x36\x57\x76\x23\x60\xe3\x76\x3b\x88\x01\x82\x33\xaa\x6e\x56\xfd\xc1\xd0\xe1\x65\x55\x29\xb9\x9c\x14\xaa\x4f\xfb\x15\x40\xa7\xd2\xee\x20\x2a\x52\x15\xa6\x51\x35\xe5\x48\x20\xd3\x71\xcb\x6c\xa8\x57\x3c\x13\xe3\xd3\x0f\xbf\x0f\x4c\x77\x24\xc4\x4b\xcb\x0a\x54\x59\xe7\x95\x2a\xd6\xa2\x59\xb9\xe5\x60\xb3\xbb\x01\x3f\x4f\xdd\xf3\x66\x47\xe8\x98\x81\x3d\xd2\xda\xab\xd2\xea\x98\xee\x88\x3e\xb5\x66\x53\x81\x3e\xb2\xa9\x74\xad\x0e\x3d\x49\x85\x79\xe9\xa1\x2d\x05\x08\xfd\x7a\x49\x63\xf4\x34\x0f\x05\x3c\x5b\x8b\xe6\x25\x05\xcf\xb5\x9f\x53\x9d\xe1\xa5\x5c\xf3\x46\xf1\xc8\xe1\xec\xc9\x09\x1e\xb0\xd5\xaa\xd2\xab\x0a\xda\x0e\xba\x8f\xd9\x85\x04\x5d\xd2\x67\x3c\x77\xc2\x09\x43\x44\x8d\xb7\x06\xa8\xd2\x24\xb1\xf9\x6a\xa6\xa1\x3e\x34\x4c\x7c\xf7\x27\xe5\x06\x68\x61\xc7\x5e\x45\xd6\xf1\x81\x78\x85\xab\x67\x63\x7f\x8d\x88\x5c\x89\x66\x35\xd5\x4b\x28\x13\x4d\x44\xe4\xd8\x5a\x4a\xe8\xd3\x5b\x6c\x66\xa8\xcb\x5a\xdd\x46\xc3\x84\x15\xd9\x85\x24\x0b\xf7\x0d\x11\x3d\xc7\x0f\x4e\x6d\x28\x80\x58\xda\x28\x72\xe5\xa7\xf7\xc4\xd0\x2c\x2f\x73\xb3\x68\xbb\xf9\x7e\x31\x8e\x68\xc0\xec\xef\x87\x23\x6d\xea\xbd\x91\xf4\x05\xc8\x33\x98\xca\x01\x33\x76\x5c\x44\xe8\xa6\x5e\x35\xac\x0e\xf3\x8d\x38\xff\xe6\xa5\xef\xf9\xe1\x9b\xf1\x50\x2b\x11\xc7\x8e\x89\x79\x0b\xa1\x46\xf3\x91\xf8\x5e\x09\xd3\xac\xa0\xa8\x6e\x5e\xce\x34\x71\x2f\xe8\x61\x37\x18\x0a\x05\xf5\xa5\xed\x2f\xf5\x74\x34\x1a\xa1\xf9\xb4\xc8\xaf\xfc\x68\x23\x7a\x88\x00\xb6\x31\x51\x7a\xfd\xdb\xd6\x54\x40\xac\xd7\x8d\xe5\xd7\x45\x61\xcf\xab\x39\xb2\xc6\x4a\x37\xf3\x85\x3f\x64\xde\xb8\x6a\x72\xd0\x8c\x5b\x18\xa9\x97\x0a\xbe\x97\x3e\xcf\xd4\xb2\xcc\x64\x95\xf9\xc1\xcf\xbf\x79\xd9\xbd\x16\xaf\xe0\x48\x89\xb9\x18\x3e\x73\x46\xff\xe5\xc1\x2a\x56\x4f\x39\xc3\xce\x44\xde\x04\x97\x61\x5d\xa8\x5e\xcf\x5f\xc1\x22\x77\xef\xba\x2e\xbe\xa9\xe5\xf4\xea\x1d\x76\xcd\xc4\x14\x93\xe7\x72\x55\x37\x15\x7e\x2e\x5f\x19\x10\x8d\x04\xc8\x46\x60\xa2\x82\x45\x06\xa9\x5a\x02\x69\x41\x1f\x22\x28\x48\x68\x1f\x33\x94\xfe\x82\x25\x08\x8b\xf5\x48\xd8\xc5\x74\xed\x8e\x26\x4a\xb8\x06\x84\xd8\x9a\xd2\x28\x45\x45\x13\x47\xbe\x34\xbe\x2c\x8c\x86\xb2\xc8\xc6\x75\x99\xb6\x43\x01\x56\x6b\x2d\xac\xc8\x68\xdf\xa6\x2a\x23\xfa\x40\x2c\x37\xca\xe3\x1f\x29\x64\x30\x72\xdf\x4a\xdf\xf0\x8e\x0e\x6b\xfa\xd3\xa2\xe2\xa2\x57\xe8\x79\x6f\x28\x7a\x99\x9a\x34\xf0\x8b\xa5\x19\xfb\x5f\x3b\x86\xfd\x2f\x50\x59\xef\xd2\x37\xb1\xea\x17\xea\x5a\x15\x03\x71\xf6\x39\xa9\x4e\x85\xaa\xc5\xd2\xcc\xbf\xc1\x4a\x82\x0e\xc7\x42\x98\x9b\x1c\x5c\x00\x04\xef\x7b\x94\x59\xbc\xd1\xeb\x9e\x45\xd7\xe0\x8d\xf1\x25\x7c\xf9\x33\xef\x00\xe0\xef\x81\x71\x47\xb5\xfe\x6e\xb5\x52\xd5\x73\x69\x54\x7f\x40\x2d\x1b\x43\x31\xe3\x49\xa5\xe4\x55\x54\xa3\xd5\x7e\x7b\x2d\x34\x92\x59\x84\x9c\x0b\x18\xf0\x32\xd8\xa6\xe8\xc2\x06\x38\x71\x26\xfa\xa3\xd1\x48\x56\x73\xc3\x90\xc1\x0a\xa7\x5a\xe2\x0c\xd5\x6e\x03\x69\x3e\x38\x8b\xa9\xf2\x01\xfb\xaa\x07\xc2\x8e\x37\xfa\x51\xe7\x65\xbf\x27\x7a\xf0\x41\x3f\x94\xfe\x83\xec\xb4\x47\x72\xb5\x2a\xd6\xfd\x68\x4a\x43\x78\xcc\x19\xac\x40\x5f\xf5\x5d\x53\xbf\xaf\xe4\xea\x70\x92\x97\xa8\x98\xcf\x2b\xdd\xac\xfc\xf6\x02\x6a\xbb\xe8\xc1\x45\xbb\xd6\xf0\xcb\x73\x5d\x14\x72\x65\x54\xc6\x17\x1d\xee\xb0\xef\x24\x34\xfe\x19\x86\x4b\x11\x04\xc0\x1c\x91\x78\x61\x03\x9c\x45\x64\x21\x27\xaa\x38\xeb\xf5\x22\x4c\xe2\xe8\x78\x2f\xea\xf2\xf9\x91\xe8\x85\x01\x12\x4c\xa6\x7c\x41\x88\xde\xa8\x52\x2b\x25\xeb\xfe\x83\x07\x2d\xfe\xd0\x81\x59\x8e\x80\x17\x65\x96\x7e\xdb\x68\x4e\x37\x3c\xbf\x99\xef\x82\xb4\x78\x60\xdf\xef\x87\x76\xed\xfb\xb6\x4c\xf9\xe0\xa0\x7b\xca\xad\x22\x94\xd0\xc8\x0d\x05\x6f\xf8\x80\xaa\x99\xd6\xba\x62\x16\x23\x68\xda\x8b\xcd\x72\x17\xaa\xca\x6b\xb0\x5c\xdd\x81\x9e\xd1\x1d\x5a\x9c\x3b\x52\xbe\x33\x2a\xee\x1b\x07\x02\x5d\x4b\xcc\x27\x41\x9c\x5a\x76\x81\x60\x1c\x77\xb7\xb7\x63\x61\x89\xc7\x62\x2d\xf2\x32\xaf\xc9\xad\xd5\x3d\x59\x6f\x98\x0a\x03\xfe\xb7\x6e\xc0\x78\x51\x2f\x14\x58\xa7\x98\x94\xe9\x35\x00\x90\xf6\x83\xf4\x2f\x96\xaa\x5e\xe8\xcc\x40\x01\x52\x35\x55\xc6\xc8\x6a\x0d\x30\x32\xe3\x5a\xc1\x1d\xec\x19\x17\xbd\xd0\x2b\xd7\xd7\xb2\x12\x5f\xad\x2d\x7e\x0c\x15\x24\xeb\xc4\x57\xbf\x47\x40\x3d\xbb\x3c\xf4\x2c\x5d\x8a\xcd\xf5\xb0\xab\x42\x18\x0f\xca\xf1\xf7\x9d\x17\xf5\x8d\xaa\x0d\x9d\x80\xf9\x5f\xb1\xe7\xdc\x2d\xfe\x9a\xcf\x44\x5e\x0b\x75\x9b\x9b\xda\xf8\x1e\x71\xad\x26\x4d\xe3\x23\x36\x18\x16\x5e\xf5\x47\xb9\x2b\xa8\xee\x9a\x1c\x4d\x6f\x87\xe2\x67\x3b\xf6\x33\x31\x3e\x82\x3e\x05\xf7\x69\x2b\x6c\x9c\xff\x6a\x97\x94\xc9\x3f\xc5\x4a\x0a\xa0\x87\x8b\xbe\xba\x86\x8e\x6e\x53\xbb\x08\xb3\xa6\x10\xba\x54\x66\x00\xda\x82\xc9\x33\x75\xa0\x66\x33\x10\x48\x2c\xa1\x15\xb9\xa9\x87\xc2\x68\x36\x52\xa5\x88\xe2\xf2\xda\xc9\xf5\x10\x82\xc4\x8d\x05\x4e\x6f\xc5\x7a\xfc\x10\xdd\x86\x97\x37\x7a\x0e\xec\x97\x07\x4b\xe1\x7d\xce\x6e\x0a\xac\x52\x2f\xce\x44\xee\xc7\xf9\xd0\x42\xcf\xe1\xa1\xf8\x93\x34\xf9\x54\xa4\xc6\x2c\x5f\x61\x98\xe1\x50\x66\x99\xfd\xa5\xdf\x5b\xe9\xd5\x01\x9a\x29\x7b\xc3\x1d\x48\x64\xb3\x19\xad\xf4\xaa\xcf\x48\x4b\x88\xd0\x46\x30\x37\x56\x7a\x57\x15\x6e\x1d\x99\x17\xd4\x99\xce\x4e\x05\x0e\x5b\xd8\x89\xa6\xd6\x2b\x48\xe0\x1d\x85\x11\xc8\xe4\x81\x4f\xbf\xf8\xcf\x7e\x78\x1d\xce\x70\xc8\x48\xf1\x00\x1d\xed\xf1\xfb\xcf\x49\x45\xb0\xf2\x69\x5e\x66\xf9\x94\x56\x69\x21\x8d\xd3\xd5\x27\x6b\x90\x66\xbc\xda\x8d\x9b\xb2\x3d\x09\x0b\xde\x1f\x04\x74\x0f\x22\x44\xbf\x91\xd0\xfe\xb0\x65\x37\xdc\x8a\x6a\x80\x3e\xf8\x28\x84\x5b\x42\x31\xaa\x98\x11\x2f\x8f\x3f\x18\x12\x88\x9d\x51\x3e\x8d\xb1\x74\x40\x5d\x78\xb5\x23\xc6\x78\x85\x2b\x11\x5e\xdb\x8f\x27\x18\x89\x68\x8f\xf0\xff\xbd\xcc\x6b\x31\x3e\x3a\x5a\x9a\xd0\x6b\xd3\x2e\xbd\xac\x2a\xb9\x16\x14\x5c\xe2\xb9\xa9\xbc\x0a\xc6\x63\x75\x0b\x18\x65\xeb\xd0\x11\x36\x31\xb4\x63\x27\xab\xbe\x93\x24\x1d\x19\xc0\x89\x13\xd4\xc8\x52\xa9\xcc\x08\x59\x62\x5c\xeb\xb1\x9f\x33\x6b\xa9\x9f\xd0\x35\x99\x51\x7c\x53\xc7\x4a\x81\xbe\x64\xd1\x72\x68\xc9\x9c\xf2\xef\xcb\x21\x19\x53\x59\xd7\xd4\x5a\x47\xc3\xa1\xd7\x23\x5f\x2a\x68\x40\xd5\xa6\xbd\x4a\xfd\xd4\x28\x03\x9f\xdf\x3f\xa6\x2f\x6e\x51\x61\x5b\xcf\x72\x3e\x3c\x38\xfd\x5e\x77\x95\x5c\x0d\x87\x63\xb7\x4e\x84\x16\x53\x5e\x56\xd1\x0d\x45\x7e\x0e\x77\x22\xda\xf3\x11\xec\x1d\xf4\xa4\x27\x5c\xb7\x22\xec\x9e\x95\x21\xd8\x9f\xdc\x25\xeb\x27\x7a\x16\x26\x4d\x05\x6c\xdd\xe9\xd0\xac\xfa\x60\x27\x22\xb9\xda\xbe\x78\xd3\x73\x74\x97\xf6\x1b\x55\x58\x6d\x8b\x12\x74\xdf\xc3\x67\xb9\xb1\x3a\xd2\xd6\x67\x18\x8c\x7f\x6e\xae\xea\xad\xcf\xd0\xfd\x14\x9e\x5a\xb4\x6c\x7d\xc6\xc2\xf8\xe7\x6a\xba\x10\xc2\xa4\xfd\xe5\xaf\xe4\xea\x9d\x8f\xec\x80\xab\xfe\x6c\x0c\xdd\x89\xf1\xb0\xea\x77\xbf\xd0\xc3\x0f\xfc\x10\x5c\x04\xda\x30\x4f\x58\xa3\xee\x01\x9d\xc8\xa2\x0c\x85\x32\xd7\xba\x8a\x9a\x4f\xd9\x0b\x91\xb4\x08\x08\xd1\xb3\x0d\xe6\xfb\x30\xde\xd0\x99\xbc\xc9\x0b\xb8\x50\x6b\x71\xa3\x98\x0f\x62\x33\x49\xb3\x59\xb9\x8a\x9f\x51\x99\x7b\xd8\x17\xd0\x0a\x60\xab\xf4\xf9\x36\x1c\x18\xb8\xc1\x57\x39\x5a\x7f\xad\x1c\xc6\x5e\xe1\x9c\xa0\x6b\xec\x49\x00\xf8\xdf\x3a\xbd\x40\xb2\x91\x31\xf1\x35\xd6\x90\x57\xa6\xfe\x92\x2e\x87\x7a\x1b\xee\xbe\x8f\x0f\x76\xf4\xc0\x9b\x83\xf5\xbe\x68\xa0\xbe\x7d\x4d\x5b\x1f\x0b\xc9\xf7\xc4\x03\xe1\x1e\xf7\x11\x42\x35\xbe\x7f\x93\xe5\x96\xcc\xb6\x1b\x66\xe5\x75\x0f\x37\x89\x0b\x07\x78\x49\x9b\x3f\x82\x00\x6a\x46\xf2\xb0\x7f\xa6\x41\xdd\x76\x35\xa1\xac\x34\x6e\xba\xcc\xcb\x55\x9b\xd0\x17\xef\xe0\x7f\x5e\x14\x3a\x6b\x5a\xa1\xe7\xfd\xde\x17\xfc\xeb\xc3\x1b\x47\xb3\xa6\x28\xda\xcd\x7b\xfe\x0c\x11\x83\x9d\xde\x2c\xd7\xc6\xd0\x9e\x4f\x76\xf6\xbf\x19\x35\x77\x9d\x3d\x1e\xa7\xe9\xd1\x93\x29\x93\x57\x6c\x2d\x43\x25\xee\xae\x49\xbb\xda\xec\x70\x0e\xd2\x53\xa0\x65\xf8\x32\x2d\xa4\x80\xdc\x48\x13\xba\x39\x08\xf4\x22\x6f\x23\x95\xc0\xb4\x5b\x64\x12\x79\x30\x36\x50\x73\x1b\xe7\x25\x09\x37\x1d\x0c\x0c\xb5\xb4\x4e\x4b\xf6\xdf\x87\xad\xc4\x27\x4e\x12\xc4\x94\x7e\x28\x6c\xca\x56\xc8\x5c\xe8\x83\x20\xb4\xf7\xca\xa0\x7a\xed\xe8\x6a\x28\x56\x8d\x13\xa8\x55\x68\x1a\x41\xbd\x9f\x49\xab\xaf\x99\xc1\x9c\xab\x8e\xa0\xff\x42\xd0\x0a\xd3\x1f\x8d\xc8\x72\x98\xaa\x55\x90\x83\xd6\x78\x87\x35\x48\xc9\xcb\x5a\x95\x19\xa2\x69\xa2\x7c\xdb\x77\xef\xe0\xc6\x39\xf6\x8c\xd7\xc5\x09\xbf\x28\x89\x21\x0d\x85\xd6\xd6\xc6\x0b\xa5\x91\xa7\x2c\x9f\x2e\x40\x29\x9c\x28\xa7\xdf\x67\xb0\x02\x60\x92\x76\x51\x2e\xb1\x1b\x60\x24\xc4\x97\xba\xf2\xe2\x2c\x73\x8b\x7f\xb5\x4e\x4e\xdc\x1d\xda\x77\xa2\x1e\x9b\x5d\xfa\x31\xc9\xa8\x89\x57\x02\xdb\x3f\xf7\xec\x63\xbd\xb0\x36\x35\x52\x92\xd3\xa5\x9c\xaf\x00\x03\x6f\xdc\x72\x79\x25\x9e\x54\x7e\xde\x81\x3f\x79\x76\x0e\xdc\xa7\x43\xfb\xdf\xe4\x0a\xd8\xd7\x85\xd2\x7a\xd0\x53\x48\x70\xc5\x52\x60\x86\x25\x40\xcb\x70\x0e\x79\x5f\x67\x8a\xd3\xd4\x25\xc7\x6a\x17\x11\x83\xd7\xd5\x7d\xb3\x55\x27\x54\x46\xe5\xa5\x08\x37\x48\x61\x33\x1e\xdb\x84\x5d\x1e\x0c\xef\x31\xe0\x3a\xa8\x24\x44\xb1\x65\x8f\x46\xe4\xd0\xd5\x32\xda\x2e\xbb\xfb\xea\x34\xa9\xda\x92\x7c\x7c\x8f\xec\xa0\x57\x60\xec\x84\xfb\x96\xa8\xfe\x28\xa6\xb7\xf6\xda\x33\x0f\x7d\x71\x75\xd9\x6e\x23\x4d\xac\x06\x3c\x06\xb4\x5f\xa6\xe8\x9b\x23\x3c\x36\xab\x0e\x35\xc2\x05\x88\xb8\xe5\x4f\xea\x8e\x39\x0d\x2f\x30\x38\x29\x4a\x7d\xa0\x57\xd8\xcb\x36\xd9\xb1\x76\x30\xcb\xf6\xf3\x4a\x19\x61\xf4\x52\x89\xab\xbc\xcc\xec\x20\x70\xfb\xe0\x06\xbc\x3e\x76\xe3\xa0\x31\x00\xa2\x56\x2c\xdb\x29\x24\x76\x92\xc8\xb4\xc8\x3d\xb7\x00\x7f\x38\x6c\x75\x70\x80\xe8\x0a\x1c\x44\xb5\x72\xcb\xd4\xc9\xcd\x40\x51\x44\x30\x5a\x7c\x3b\x94\x04\x63\x51\x4e\xce\x14\xf0\xd9\x00\x7b\x77\x3d\xf2\x00\x1b\xf0\x45\xb2\x5c\x33\xef\x1c\x33\x80\xa0\x63\x1e\xb6\x57\x78\xaf\xef\x47\x83\x64\x96\xe5\x66\x2a\x2b\xcb\xd8\xc0\x30\x08\x47\x80\x2e\x03\x19\x12\xd7\xb7\x34\xe0\xf6\x69\xa5\x96\x44\xfe\x51\xe4\xd2\x79\x89\xd6\x2c\x81\xd6\x2c\x63\x55\x4d\xf8\xdb\x2d\x48\xc7\xc7\xa3\xe5\x64\xa2\x44\x9e\xa9\xe5\x4a\xd7\xaa\xc4\xb3\x9a\xb1\xb4\xa1\xdd\x04\x6b\xdd\xf4\x2a\x25\x64\x96\xd9\xd7\x7e\xf1\xf5\x57\xa2\xd4\x19\x75\x9f\x12\x99\x9e\x36\x4b\xe8\xb1\xb0\xb4\x1a\xbe\x69\x2a\x40\xd9\x2c\xaf\x30\xee\x08\x85\x6d\xd4\xc6\xd5\xba\x07\xcd\xef\x6a\xdf\x1c\xb9\x06\x9b\x90\x20\x76\x06\x47\xdd\xd0\x45\x11\xd6\x0b\xb5\x14\x95\x04\x8d\xbd\x5e\xc8\x12\x89\xa5\x41\xb7\xd5\x32\xee\x37\x65\xc7\x9c\xea\xa6\xac\x69\xad\xf3\x0a\xd7\x94\xc5\x0a\x92\xfa\xb0\xaa\xf4\x44\x4e\xb0\xa3\x79\xa1\x66\xf6\xfb\x17\x96\xe6\x20\x6e\xcd\x2e\x1f\xc9\x1f\xbc\x4f\x97\x45\x6e\x28\x59\x17\x18\x85\x9c\xe8\xaa\x66\xab\x92\x85\x08\x1c\xce\xd6\x7e\x5b\xaf\xf2\x7e\xe7\xca\xde\x1b\x3d\xd3\x62\x55\xa9\x03\x24\x0f\xd8\xf4\x7f\xc7\x5d\xce\xdf\xbc\xdf\x1e\x07\x89\x80\xf2\x53\x1a\x8a\xc6\xc1\xc6\x62\x52\x4c\x9a\x72\xba\xb0\xc3\x4e\x74\x5e\xa8\x6a\x55\x48\x17\x9f\x73\x58\x2b\x59\x65\xfa\xa6\xa4\x78\xc5\x12\x77\x53\x6e\xbc\xe0\xe0\x96\xdc\xfc\x0d\xd6\xfc\x1f\x39\x8e\x23\xa5\xa6\x9d\x36\xf6\x8f\x22\x2c\x6d\x6a\x5c\x5f\x8b\xff\x03\xbb\x00\xbf\x13\xd7\x3f\x0a\x71\xfd\x1d\x02\x60\x5a\xc4\xf5\x31\x21\x30\xf8\x7a\x51\xa9\x55\xa5\x8c\x3d\x4c\xa1\xbf\x23\x8f\x99\xcc\x63\x15\x65\xd4\x6a\x23\xe9\x8e\x4f\xf0\x07\x54\xb5\x8f\x8e\xdc\x66\x95\xf1\xca\x03\xe0\x82\x1f\x31\xea\x5a\x55\x3e\x84\xdd\x9b\xcd\xe0\xbc\x9e\xac\xc5\x42\x96\x2d\x35\xb9\xf3\x45\x64\xb1\x7d\x0e\xc1\xb1\x6f\x63\xb1\x04\x23\x66\x83\x88\xdb\x92\x63\x47\x3b\xb5\x70\x8c\x88\x0f\xba\x78\xce\x5c\x15\x43\x38\x27\x31\xe6\x97\x34\x38\xbe\xfa\x34\x09\x67\x35\x68\xa7\x06\x74\xd3\xda\x90\x96\x6a\xf0\x21\xb2\x71\x44\xb9\xb0\x2c\x9c\x91\x52\x07\xe2\x80\x4c\x38\x6d\x85\xd7\xf7\xc8\x7b\x23\x05\x45\xcb\x7a\x89\x45\x62\xbc\x81\x1b\x2e\xa1\xc9\xb6\xf2\xdd\xda\x37\x6d\x22\x4d\x0d\x04\x61\x75\x36\x5a\x6f\x40\xf6\x06\x32\x15\xc4\xca\xb6\xac\x61\xec\xc1\x86\xa4\xd3\xfb\x87\x77\xb8\x4d\x1c\x49\xe1\x8c\xd1\x05\x06\x59\xf0\x17\x6c\x58\xd6\x8e\x15\xed\x58\x4a\xfe\x46\x4f\x2c\x67\xb1\x49\x2b\x7a\x1b\x35\x24\xed\x78\xdd\xc7\xbc\xca\xd9\xae\xa2\x4f\x63\xe6\xfc\x07\xa2\x77\xc1\x4d\x6b\xf6\xc2\x65\xcf\x05\x98\xa4\xa9\xd4\x10\xc8\x19\x51\xcd\x88\x7f\x93\x5b\x1c\xe7\x7f\x70\x7f\x47\x36\x8e\x17\x10\xae\xad\xe2\xfd\xc4\x0d\x0d\x53\x5f\x5b\xb9\x6d\x5e\x4b\x68\x71\xc8\xd9\x8a\xec\x8a\x65\xa0\xe0\xd1\x0e\x49\xd5\x7e\x4a\x5e\xef\xcb\x36\xf6\x66\xe9\x9b\x2d\xa7\xf6\x77\x9e\xef\x12\xc7\xf4\xe2\x68\x14\x00\xe7\x73\xb2\xed\x1a\xa0\x4d\xcb\x0a\xff\xab\x55\x41\x76\x2a\x38\x3f\x25\x14\x58\xd8\x6e\xc4\x1f\xc5\x0e\x22\xbf\x42\x14\x6a\x44\xee\x2f\xa0\x87\xe1\x1d\xb1\xed\x7f\x17\xee\x90\xa0\x67\x28\xf6\x76\x34\xbd\xa5\x0c\x3e\x9f\x17\x7e\xcb\x9b\x2d\xaa\x5b\xbf\x5a\x1d\x06\x3b\x44\x2b\x5c\x72\xf1\xbd\x2e\xf0\x87\x95\xae\x0e\x0e\xd1\x2a\x2f\xeb\xa2\xec\xf7\x80\x61\x54\x32\x07\x0e\xc5\x6a\x59\xa3\xd5\x56\xdd\xf2\x56\xd7\xea\x76\x64\x6a\x9f\x38\x94\x5e\xe5\xb3\x83\x74\xad\xb8\x6f\x75\xf4\x5a\xf7\x0c\x05\x71\xfd\x50\xf6\x06\x83\x2d\x0d\xab\x3b\x9f\x1d\x24\x99\xed\xd1\xf7\x39\x5f\xa8\xfd\xbc\x77\x6e\x71\xbe\x3c\x7f\xf9\xea\xc5\x17\x43\x0c\x85\x6c\x57\x78\xfe\x8e\x84\xa4\xe9\x42\x6b\x7b\xe6\x46\x09\x10\x98\x26\xd3\x94\xa8\xae\x71\x1d\xdd\x14\xf9\x7c\x51\x17\x6b\xb1\xd4\xd0\xc5\xb9\xbc\x56\x65\xae\xca\xba\x7d\xb0\xe2\x89\x6d\xd4\xc6\x78\xa1\x0d\x11\xeb\xfd\xc1\x8e\x4d\xf5\x81\x3b\x29\x3d\x0b\xf7\x09\x3e\x1d\x56\x5c\x77\xe6\xb8\x5d\xbd\x41\x54\x3a\xf7\x87\x52\x94\x34\x00\x09\x39\x6e\x8f\x1a\x77\xd4\x31\x59\x93\x9d\x90\x16\x89\xdb\x8d\x95\xba\x82\x80\x87\xeb\x3c\x6b\x64\xc1\x82\x89\x36\x6f\xfe\x24\x8a\xbf\xd3\x99\x1b\x1d\x01\x0c\x05\x69\xee\x86\xb7\xa2\xb5\x4f\x96\x90\xde\x11\xf9\x80\xf9\xe0\x6f\x16\xba\xaa\xa7\x4d\xed\x58\x49\x32\x7a\xcf\x88\x42\xcf\x93\xa1\x31\x21\x84\x0d\x69\xaf\xb4\x8f\x2d\x77\xd6\xbb\x25\xd8\x2f\x47\x22\xce\xd2\xc0\xd1\x16\xfa\xc6\xeb\x0b\x76\x75\x30\xa8\xcc\x67\x67\x6c\x48\xcb\x20\x4f\x68\x3c\xf7\xe9\xad\x38\xb3\x84\xf1\xfe\xbd\x4b\x7e\x8e\x0f\x76\xf2\x87\x86\x19\xa0\xb5\x44\x95\x60\xcf\x80\x80\x82\x99\xcc\x8b\xa6\x6a\x8d\xec\x2e\x87\xb6\x86\x7b\x8d\x8c\x14\x99\x8c\xb5\x8a\xdc\xa5\x29\x5e\xa1\xd1\x36\x47\xb0\xa9\x65\x55\xab\x0c\x9c\x34\x50\x38\x1f\xad\xfc\x0b\x69\xca\x5e\x8d\x25\x4d\x08\x44\xac\xa1\xd9\x6b\x24\xf4\xd8\x3b\x5f\x48\x88\x3d\xb0\x0f\x6f\x78\x61\x5e\x8a\x65\x5e\x14\xb9\x51\x53\x5d\x66\xc6\x1b\x91\xc2\x2c\x6a\xad\xaf\x78\x18\x07\x9f\x0e\x0e\x16\xe6\xe4\x4b\x38\x75\x4c\x28\x6b\x2a\x54\x3d\x37\xcd\x67\xa9\x21\x45\x6b\x6a\x79\x54\x74\xf4\x46\x08\x88\xe6\x46\xaf\x25\x2c\xe0\x50\xf6\xcd\x42\xbc\x2c\x43\x66\x6b\xa6\x6a\x7b\x80\x83\x32\xe9\x96\x33\x68\xaa\x20\x2b\x14\x0a\xfa\xa1\xfb\x12\x32\x35\x24\xf4\x09\xf0\x45\x84\x44\x98\x88\xe2\xb0\xfc\x11\xc9\x2b\x5d\xdf\xf4\xba\x59\x4e\x50\xb5\x5c\xca\xdb\x7c\xd9\x2c\x03\x89\x89\x78\x27\x85\xe8\xad\x1b\xe7\x45\x10\x25\x3e\x9d\xd3\x5e\xa9\x94\x9c\x2e\x70\x8b\xcc\xc4\x91\x45\x08\x65\x7e\x71\x3b\xa8\x3b\x19\x8c\xa2\x4c\x48\xb2\xa7\x42\xe2\xcb\x50\xa8\x6b\x55\xd2\x8a\xcd\x50\x8b\xb7\x13\x4a\xbe\x6b\x29\x6f\xbf\x0c\x24\x7f\x94\x2c\x53\xd5\x50\x2b\x08\x96\x5d\x25\xd0\x6b\xa4\x64\x55\xac\xc5\x44\x4d\x65\x83\x19\xac\xb2\x14\x4d\xa9\x6e\x57\x38\x15\x4b\x5e\x79\x87\x70\xbe\x92\x65\x3e\x0d\x79\x00\x28\x96\xba\xf8\x85\x95\x2a\x33\x9f\xc2\xe8\x98\x6f\x60\x84\xff\xd9\xa8\x46\xf9\x86\xa3\xec\xc8\x04\xbe\x8f\x8e\x07\xe2\xfe\x21\xad\x0c\x91\xd3\x1f\xa0\x9a\xc4\x23\x99\x82\x05\x1a\xc5\x48\x3b\x12\xb8\x70\x10\x9b\x5b\xf9\x3e\x3b\x23\xcf\x5f\xbd\x7a\xf7\xf6\xc5\x9b\xb7\x6f\x28\xd4\x63\x46\xa7\xe6\x8b\xb2\x59\xf6\x7b\x7f\x90\x45\x01\x16\x13\xf3\x79\x6f\x90\x06\x4d\x70\xc5\x9b\xf3\xd0\x8d\xca\x7f\xfb\xed\x38\xdb\x2e\x87\x2c\xcb\xbd\x08\xc8\x6b\x85\x0c\xec\xfb\x86\x56\x5c\x13\xe6\x0d\x30\xbd\x4e\xaf\xea\x77\x2b\x59\xd7\xaa\x2a\x43\x79\x0a\xba\x40\xc9\x0c\xee\xaf\xf7\xef\x71\x5e\x1e\x75\xae\x13\x07\xbe\xeb\x39\x18\x9d\x81\x1a\x43\x58\x00\xb9\x60\x99\xd2\xc3\x7c\xb3\xd4\x2b\xc0\xbb\x75\x7e\xc4\xc8\xd0\x1f\xc5\x1f\xfc\xb3\x3e\x93\xfc\xc7\x90\x49\xce\x42\x0e\x1c\xd8\xc5\x8f\x14\x0c\x7f\x78\x28\x5e\x6b\x47\x2a\x37\xaa\x57\x59\x91\xc2\x12\xe7\xbd\xbb\x67\x67\xf7\xb8\x0d\xdd\x5e\xb9\x27\x8c\xe6\xa0\x4b\x2b\x3a\x83\xb1\x01\x87\xb2\x4b\x1b\x08\xe5\x0d\x18\x19\x3c\xbb\xe3\x63\x79\xd7\x57\x59\x1b\x67\x5b\xa1\x7e\x2d\x5e\x00\x76\x68\xbc\x7b\x76\x96\xe0\x31\x16\x89\x1d\x1c\x93\x88\xbf\x55\xf3\x17\xb7\x2b\x2e\x12\x43\xbb\x75\x82\x04\x42\x01\xea\xf0\x2a\xed\x60\xc0\xb4\x08\x3b\xb1\xbc\x64\xc5\x9c\x50\x46\x76\x91\x20\x41\x0f\xbe\x7b\x26\x22\x52\xd8\xf0\x38\x97\x98\xc9\x59\xeb\xa8\xd9\xd1\x28\x50\x59\xa0\x8a\x07\x0f\xd2\xfe\xeb\xec\x66\xe2\x7a\x2f\xd0\x67\x53\x82\x68\x07\x52\x31\xee\xf6\x5a\x8b\x39\x62\x1c\x8f\x1d\xe3\x72\x37\xc3\x63\x4e\x17\x87\xb4\x2f\xa0\x10\x7c\xde\xae\x90\x86\xe4\x72\x48\x42\xd7\x37\x9b\xc2\x38\xde\x23\xa2\x3f\xf8\x0d\xf0\x0d\xfd\xb7\x89\xd8\x52\xf0\x37\x01\x42\x5e\xce\xc4\x16\xfe\x32\x64\x1c\x4b\x56\x31\xa3\x72\x8f\x4b\xdf\x8d\x07\x9a\xf9\x78\x8e\x82\xe2\xcf\xad\x9c\x82\x86\x60\x89\x53\xc1\x41\xd1\x3d\x06\x4e\xde\x8d\x01\x2f\x74\x04\x0d\x43\xe2\x7d\xd4\x61\xb3\x8c\xe1\xc0\x05\xa4\xe4\x25\xc5\x9f\x94\xfe\x50\x94\x19\x9e\x07\xd2\x7d\x02\x4c\x09\x4c\x7f\x28\xda\x28\x9f\xce\x1f\x62\x3d\xe1\xe0\x61\xca\xc1\xfe\x1c\xf1\x1b\xcf\x78\x3c\xc7\x6a\x31\xa7\x16\xb7\xd9\x50\x87\x62\x67\x98\x5e\x47\x91\x0a\x3e\xb6\x4b\x73\x61\x9c\x74\x43\x2c\x61\x18\xf3\x22\xbf\xdc\xa1\xbf\xd3\xff\xdc\x57\x45\x95\x2f\xee\xb2\xd7\x47\x41\xa5\x56\x0d\x80\x8c\xb3\xde\x6b\xcd\x57\x56\x65\x34\x63\x08\x4d\xad\xf2\x5a\x55\xb9\x44\xe5\xbb\xf5\x82\x1d\x1b\xef\xdf\xb5\xbe\x52\x19\xa9\x05\xd4\xa2\x4b\x97\x90\x1d\xe6\xb2\xb5\x59\x6a\x72\xce\x04\x37\xb4\x37\x78\xdd\x1f\xd3\x38\x80\xa7\x82\x95\x27\xc4\x4e\xcc\xb5\x68\xca\xa9\x6c\xe6\x8b\x2d\xa6\x99\x98\x2a\x74\xf9\x1d\x3d\xf1\xc2\x8d\xff\xae\x75\x9c\x2d\x95\x31\x72\xae\x86\x50\xef\x61\x08\x25\x22\x2c\xf6\x08\xa9\x74\xd7\x97\x60\xed\xb9\x11\xf7\xb1\x82\xf4\x06\xe2\xec\x4c\x1c\x89\xf7\xef\x69\x55\x5b\xa3\x99\x5a\xd6\x8d\x79\x46\xa2\x4b\x6f\x40\xf5\x5c\x99\xe1\x88\x24\x58\x19\x87\x93\x5b\xee\x46\x17\xac\x7c\xd7\x1f\x90\x55\xaf\xd2\x4b\x21\x43\x69\x5a\x21\xbe\xb7\x27\x93\x1b\xcc\x39\x8b\xe7\x1a\x36\xb5\x95\x9a\x65\x81\x8a\x79\x5e\xa7\xc6\xfd\xd8\x8c\x81\x2f\x08\x27\x9b\xf4\x96\x9b\xbc\xc6\xdc\x49\x2b\x84\x19\x39\xb3\xda\xa1\xf9\xa9\x51\xc5\x94\x62\xb6\x90\x08\xdc\x97\xdf\x09\x56\x21\x51\x57\x78\x2c\x04\x0a\x6e\x4b\xdd\xad\x0e\x68\x6c\x51\xa0\x16\xa2\x5f\x0f\x30\x80\xb6\x9e\x1f\x39\xe1\xf4\x85\x9d\xc6\x57\xf8\xe0\xbb\x41\x6c\x99\x23\xa5\x6e\x29\xd7\x10\xdf\x0e\x29\xb5\xf6\xe3\x50\xbc\x5d\xc8\x32\x2b\xac\xf0\xeb\xfd\x4c\x09\xa6\x9c\x09\x35\xcc\x93\xbe\xc9\xb2\x14\x90\xf6\xcf\x44\x0f\x77\x41\x2f\x14\x0e\x6d\x4f\x15\x89\xc1\x37\x81\x8b\x6f\x7e\xf3\xe2\xf5\x17\x2f\x5f\xff\x19\xf1\xe1\x06\x85\xdc\x6f\x1c\xd3\xef\x74\xcc\x3a\x0e\x78\x09\xd3\xb6\x18\x82\x27\x1f\x88\x5e\x10\xb7\x61\xc3\xb7\xb9\x4e\xc7\x14\xd2\x38\xca\xd6\x4b\xdd\xba\x3c\x10\xbd\x21\xbc\x0d\x4a\xa8\x3c\x10\xbd\x67\xf6\x0f\xd8\x59\x61\xae\xf1\xd8\x31\xb5\x75\x00\xa4\x06\xb4\xc0\x93\x48\xab\x68\x67\xc6\x5b\x56\xe4\x75\x2d\xae\x4f\xc6\x65\x88\xd3\x58\xc2\x7a\xbd\xca\x2d\xb1\xaf\x45\xa5\x0e\xaa\xa6\x34\x22\xaf\x21\x99\x44\x46\xd5\x90\x86\x11\x1b\x2b\x54\xed\xfc\x29\x5f\x7c\xfd\x95\xd5\x56\x27\x79\x91\xff\x15\x8d\x22\x66\xa1\xab\xfa\xa0\x56\xd5\x12\x14\x72\xdd\xd4\x51\xd2\x84\xcb\x86\xca\xd4\xb4\x90\x15\xf3\x27\x31\x33\x4c\x48\xaf\xe0\x72\xc7\x44\xeb\x42\xc9\x12\x73\xc4\xcd\x55\xbe\xa2\xd4\x0f\x08\x03\xa9\x1a\x45\x19\x44\x74\xd1\x1e\xfd\x57\xf9\x6a\x45\x51\x32\xa9\xd3\x0a\x38\x33\xc3\x8d\xc8\x97\x4b\x95\xe5\xb2\x56\x90\x1e\x0d\x28\x22\xdb\x3b\xc8\x08\xce\xb7\x0b\x4c\xc7\x32\x91\x3c\x0e\x17\xdb\x5e\x1c\xa2\x8b\x5b\x27\x45\x22\xda\xbc\x3a\xf9\xcc\x10\x93\x7c\xb7\xf3\x4e\x70\x7f\xe4\x4e\x04\x81\x4d\x0e\x02\x08\xc4\xac\x48\x4b\x95\x73\x55\x61\x55\x1c\x9f\x39\x33\x1a\x8d\x86\xe2\x68\x00\x46\x89\xa5\x5c\x4f\x3c\x07\x5d\xc1\x31\x47\xe6\x13\xbb\xd0\xe0\x3a\xbd\x91\x6b\x96\x99\x59\x57\xf9\x1c\x6c\x9f\xa0\x8c\xd7\x14\xc4\xa3\xdc\x53\xaa\xcc\xdc\x68\xbe\x04\x54\x0d\x59\x3a\x46\x8b\x1b\x05\x7d\x1b\x29\xd7\x9c\xea\x95\xa3\x83\xdd\xa8\xba\x2e\x94\x00\xff\x38\x11\x8c\x6e\x2a\x37\x14\x7e\xe1\xd4\x52\x43\xb3\x82\xf8\xc9\x38\x17\xa8\xc6\x9e\x98\x29\x86\xe3\x72\x91\x43\x20\x1a\x12\xc0\x13\x5e\x96\xda\x77\xfa\xa5\xba\x11\x5f\xc8\x5a\xf5\x07\x03\x71\x90\xd8\xa3\x62\x8e\x34\x8f\x12\x65\xfd\x65\x28\x7e\xc0\x6c\x66\xae\x8a\xae\xe5\x4e\x78\x1e\x0e\x3b\x59\x53\x64\xb2\xe3\x0f\x61\xd0\x91\x7d\x68\xd3\x53\x4b\xf3\x56\xbf\x41\x2b\x18\x31\x19\xf7\x45\x03\xc6\x99\x4c\xb3\x5c\xca\x2a\xff\xab\x22\x0d\x33\x91\x67\x98\x1d\x28\x35\xd7\xb6\x31\x8c\xb8\xdd\xd2\x76\x74\x83\x73\xcc\xc5\xb7\xb1\xa2\x2e\xad\x72\x2d\xbf\xd8\xcd\x85\x21\xba\x96\x11\xfe\xd8\x98\x3a\xf8\x80\x5b\xb5\xd9\x77\x6d\x58\x7c\x53\x57\x51\x97\x6e\x4f\x58\x0b\x5f\x35\xaf\xe7\xe1\x23\x18\xc8\xdc\xeb\x09\x31\xb8\xb7\x42\xe4\x43\x02\x5c\xdf\x6e\xf2\x5f\xb5\x0f\x46\x6f\xaf\x62\xdd\x53\x4b\xe1\x47\xde\x70\x20\x0a\xe6\x6e\xfa\xa3\xf0\xbf\x3e\x13\xea\x76\x10\x65\x80\x93\xb1\xab\x25\xdd\x54\xe9\x29\x4f\x17\xbe\x39\x7f\xf3\xe6\xc5\x17\x83\xae\xc9\x46\x8f\xc0\x4b\xbc\xee\x4d\xb7\xfc\x8e\xfc\x5c\x3c\x3a\x3a\x1a\x74\x09\xfd\x6f\x0a\x7d\xe3\xcc\x4d\xfa\x2a\xc8\x49\xd1\x66\x48\x86\x1b\xc4\x5b\x95\xef\xe0\xce\xaf\x39\xf3\x5f\x83\xe7\x74\x84\x7c\xbf\x57\xc1\x0e\x45\x94\xc1\x30\x46\x07\xbd\xb3\x36\xe1\xee\x8a\x0c\x0d\x9b\x5e\x46\xa8\xe3\x2f\x5b\xb1\x24\x2a\xf6\xaa\xc8\xb3\xd7\x26\x89\xab\xd2\xb2\x55\xda\x25\x4e\x28\xb7\x98\xaa\x3a\x44\x1f\xaa\x62\xd1\x4d\x24\xed\x25\x8b\x73\x06\x3a\xc9\x03\xee\x54\x4d\xf9\x5a\xdd\xd6\x24\x6f\xff\x26\x2c\x23\x6c\x74\x12\xfd\xef\x30\x6b\x77\x46\xa9\x98\x21\x9d\x93\xee\xd0\x99\xcd\xdd\xf9\x8d\x69\x40\x22\x22\x63\xaa\x3d\xa2\xa0\x4e\xdb\xa4\x99\xcf\xd7\x21\xcc\xd3\x39\x77\x5c\x6c\x28\xbd\x01\xd4\x3f\x8c\x2f\xc3\x99\x96\x42\xdd\x5a\x8d\x03\xa5\x90\x52\xc8\xb9\xcc\x4b\xd2\x5e\xca\x38\x3d\x98\xb7\xd9\x40\xbf\x27\x1c\xe1\x50\x7c\x85\xea\xf4\x40\xc0\xb0\x77\x6a\x14\xd2\xd4\x42\x4e\x23\xe9\x1c\x6b\xc1\xc8\x06\xca\xef\xc1\xb9\x8d\x7d\x40\xec\x80\x88\x23\x3a\xb4\x29\xf2\xcd\x1f\xdc\x50\x48\x0b\x0a\x2c\x05\x3b\x2d\x56\x69\xf0\xb1\xb6\x08\x7c\x07\x2a\x03\x5a\x45\xa1\x0a\x68\x75\xce\x00\xd0\xd6\xac\x42\x61\x50\xa3\x48\x25\xf3\x90\xe8\x0d\x12\x84\x1d\x0b\x32\x63\x21\xdf\xbe\x5e\x40\xda\x04\xa5\x63\x3b\x15\xae\x25\xc1\xbe\x2c\x21\x82\x1a\xa3\x93\x2a\x75\xe0\xd6\x32\x68\xde\xe7\xaf\xbe\x3f\xff\xef\x37\x62\xa9\xaf\x95\x81\x5c\x5b\xe7\x49\x75\xb3\x5c\xe5\x45\x4b\xc2\xfc\x5b\x9c\x2d\xad\xb8\xab\x42\xd6\xea\x0d\xee\xed\xb7\x58\x8c\xc8\xfe\x1a\xbb\xa9\x64\x5d\xab\xe5\xaa\x26\xed\x4c\x4d\x75\x95\x45\xde\x64\xf0\x74\xc9\x6a\x73\x22\xd3\xe6\xf3\xeb\x5b\xd5\x75\x82\xb1\xb3\x67\xc8\x66\x18\x57\xd7\x73\x1c\xe4\x95\xac\x83\xc6\xec\x0b\x4d\xfd\x22\x16\xc2\x5e\xe5\x4b\x1e\x51\x4a\x34\xac\x70\xc1\x5e\x05\xca\xa8\x5b\x3f\x74\xfe\xa0\x03\x11\x4a\x5b\x66\xba\x99\x14\xea\x60\x05\x96\x7a\x08\xdf\xc6\xe1\xe8\xf6\x32\x37\x8d\x89\x72\x9c\x2d\xb1\x60\xe1\x27\x6c\x45\x53\x66\xea\xd6\x95\x43\x21\xbe\xea\x2c\x17\x8c\xb5\x42\x23\x1a\x00\xfd\xfc\x4c\x1c\x75\x31\x63\x57\xe5\xdf\x02\x85\x4a\xff\xdb\xcf\x86\xb8\x01\x36\x06\x3f\x88\x12\xc2\x01\x28\x64\xd1\x5e\xf8\xa9\x51\xcd\x86\xa4\xec\xf6\x7a\x73\x06\xdb\x4e\xec\xf2\x4a\x39\x72\xe8\xf7\xef\xc5\xdd\xd4\x8f\x82\xb2\xe6\xa0\xc5\xd3\xdb\x72\x35\x3b\x28\x5b\x1e\xb7\x4f\x3f\xed\x16\x61\x3f\x3f\x6b\x79\xe7\x36\xc9\x30\x5f\xc5\xce\x46\x8a\xd8\x27\xff\xe1\x10\xa3\x5f\x79\x59\xd0\x51\xaf\xe3\x24\xea\x9e\x35\x9d\x48\x87\x87\xe2\x1b\xa5\xae\x9c\xd2\x52\xeb\x15\x0e\x06\xe9\x08\x68\xf0\x71\x35\x8a\xd1\xeb\x5a\x61\x79\x33\xd2\x4c\x90\xc4\x26\xba\xa9\x71\x2c\x64\xa5\x43\xe6\x30\xa1\x4a\xc6\x59\x6e\xea\xa6\x9a\xc0\x4b\xf2\xd2\xef\x20\x12\x78\xed\x57\xe5\x54\x18\xd9\x0e\x43\x7c\x99\x46\xc0\xea\x01\xf8\xc2\xaa\x29\x21\x46\x10\x62\x90\x23\x1f\x4f\xbc\x86\x17\x47\x97\xde\xef\x44\xf2\x46\x87\xab\xf7\x8f\x5d\x26\x0a\x84\x7f\xc6\xa4\x7f\x2f\xd7\xa2\xf9\x15\xee\x5b\xba\xe9\xc7\xe9\x21\x14\x3a\xc0\x62\x14\x07\xb1\xcf\x06\x6e\x24\xb5\x92\xda\x8a\x53\xfb\x56\x3f\x19\x36\x84\x04\xfa\x07\xdc\x47\xba\x1a\x3f\x0c\xba\x9f\x4a\xe3\xa9\xe0\xfd\xa1\x5b\xa0\xa6\xc2\x0e\x49\xe5\x4e\xcc\xd8\x21\x4f\x58\xa9\x6b\x64\x46\xde\xd2\x68\x71\x45\xe7\x69\x08\xde\xe9\xa4\x6d\x6f\xaa\x75\x86\x63\x18\x1e\x59\xe9\x2f\x93\xc0\xc5\x76\x7a\x6f\xab\xba\xb1\xbe\x92\xa0\xdb\x3b\xc9\x78\xc5\x85\x56\xa4\x40\x47\x32\x33\xde\xa4\x74\x66\x0c\xd6\x13\xcc\xe1\xd5\xad\x1b\xb9\x32\x48\xed\xb7\xa4\xab\x45\xfa\xd1\x7e\x0f\xc4\x6f\x24\xf6\x66\x16\xf9\xac\xee\xff\x2a\x3d\xca\x55\x66\xb5\xc4\xe1\xa6\xf2\x2b\xf5\xa9\x0e\xfd\xe3\x6f\xb3\xce\xf1\x6e\xaf\x9a\x72\x23\x2a\x0e\x0f\x05\x87\x72\x56\x31\x84\x83\x6f\x0f\xfe\x0c\x14\x72\xa9\xa1\xd6\x12\x85\xae\x28\x0c\x29\x74\xdd\x99\xeb\x1a\x52\x18\xa0\x12\xca\x52\x49\x2c\x9a\x5d\x81\xe3\xb1\xae\xe0\x30\x77\xe7\x5e\x9d\x96\xe9\xee\xde\x4b\x3b\xd7\xa8\x6a\xca\xdf\x5c\xdd\xed\x38\xb7\xbd\x9f\x8f\x87\x52\x79\x3b\x06\x2b\x31\x15\x99\xe0\x9b\xb2\x65\x72\x35\x50\x8c\x5b\x4c\x65\x09\xc9\x6f\xc6\x34\x14\x50\x85\xc6\x4b\xae\xde\x30\xdb\xaf\x8f\x7e\x66\xb2\x7b\x69\x6a\x25\xb3\x21\x58\x9a\xd0\x8a\xc7\x63\xa4\x31\x79\xd1\x05\x31\xdb\x0f\xf7\x61\x43\xdb\x6d\xc8\x7e\x10\x30\x05\x16\x7a\x4e\x49\x28\xe8\x73\x4e\x52\x50\xa8\xfa\xe6\x5a\x2c\xe4\x6a\x65\x45\x37\x92\xc8\x21\x3e\x53\xcf\x7d\x76\x2c\xe9\x7d\x9b\x23\x09\x47\x42\xfc\x69\xed\xd3\x80\x28\xea\x89\xb2\xac\x5d\x69\x84\x21\x89\xe6\x14\x2c\x73\x9d\xab\x1b\xe5\x2b\xc7\x77\x14\x9e\xd6\x33\x8c\xd6\x9a\x54\xfa\xc6\xa8\xca\xf0\x84\x23\xba\x46\xe9\x9e\xb9\x81\xf0\xab\x6a\xc9\x27\x0b\x6a\x98\x0b\x72\xc1\xfa\xcc\xdf\x2b\xcc\x3f\x47\x8f\x30\x66\x0e\x92\x14\xa0\x51\x79\x41\xf3\xa5\x97\x12\x68\xa9\xed\x41\xba\xc2\xca\x62\x3e\x11\x75\x16\x27\x19\x0e\x05\x26\x76\x16\x4a\x62\xc2\xa3\x9f\x22\xaa\x4b\x33\x30\xe4\x96\x2e\xc8\x13\x23\x2b\x7c\x06\x91\x8f\xff\xcb\xcb\x0d\x45\xa2\x85\xae\xda\x27\x1e\x2f\x27\x7b\x07\x2a\xe3\x51\xca\x17\xac\x3d\xc6\x48\x25\x61\x76\x28\x9a\x7d\x84\xc0\xba\xa1\x09\xa8\xb7\x9f\xf6\xbe\x25\xc1\xc7\x9b\x75\x5a\xf2\xaa\x77\xf7\xf4\xcd\xa0\xb7\xc1\xa2\x49\x8c\xb3\xed\x2e\x65\x06\xe2\xcf\x3a\xc3\x0e\xbd\x15\xf8\xb3\x3d\xec\x18\x5f\xea\x6a\x29\xeb\x38\x1a\x51\x1a\xcb\xc5\xa6\x14\x26\x40\x57\xf7\xc5\x10\xb7\x61\x71\x54\x2d\x0d\xf7\xf8\x4f\x8d\x38\x13\xfd\xa5\x11\x87\x62\x7c\x74\x74\x34\x18\xd5\xfa\xcb\xfc\x56\x65\xfd\x63\x98\xb5\xf7\x6d\x4f\x8d\xc5\x95\xe9\xc5\x75\x76\x68\x0f\xbb\x5e\x88\xce\x48\x04\x46\xe2\xf5\xde\x01\x0a\xce\xa6\xbc\x45\xf1\x48\x14\x82\x9d\x4d\x73\x12\xf8\xae\x96\x39\xec\x2c\x40\xc3\xdc\xb3\x40\x28\xee\xf1\x8b\xfc\xb2\xc3\xb5\xc7\x3a\xb1\xf9\x09\xb6\x55\xa1\xee\x30\x83\xb7\xc1\xd1\xef\xb8\xe4\xb3\xad\x04\xda\x71\xfc\x78\x92\xc5\x6c\x63\xa8\x1c\xe6\x15\x99\xf8\x90\x41\x63\x00\xf1\x56\x67\x8d\x98\xc5\xa1\x76\x1d\x39\x6d\x2e\x3e\x5e\x65\xed\x10\x85\x21\xf0\x1e\x3c\xd7\x79\xc3\x15\x48\xcd\xd6\x25\x6c\x77\x4d\x75\x33\x58\x32\xe6\x79\x88\xbb\xf2\xce\x1d\x4c\x63\x0a\xb9\x58\x39\xf0\x01\xab\xaa\x91\x46\xe5\xdc\x64\x60\x3c\xa3\xce\x1e\xe2\x7e\xc8\x9b\xcc\x32\xe7\x3d\x37\x51\xc0\x20\xf0\xf4\x60\x0c\xa1\xc9\x87\xba\x6a\x94\xb7\x4d\x95\x29\xa8\x3a\x38\xd6\x17\xa4\xd2\x93\xbe\x06\xa8\x17\x0e\x0e\x56\x95\xd6\x33\x71\x53\xd9\x03\x89\x42\xe6\x9d\x05\x0e\xcc\x52\xac\x30\xed\x56\x3b\x11\xed\x00\xcc\x0e\xb0\x62\x80\x3d\x36\x5c\xfc\x7c\xc8\x42\x8b\xd3\x03\x22\xf7\x61\x68\xe4\xb0\x35\x0d\x90\xb2\x00\x61\x7c\xb4\x20\x47\x19\x63\xce\xac\x86\x61\x10\xce\x18\x55\x84\x78\x2f\xff\x26\x17\x10\xb6\xf5\x93\xf0\x7b\x42\x64\x2f\xaa\x3b\xdb\x07\x6c\xb3\x07\xaf\x26\xa4\x35\xf0\x63\xbd\xa0\x9d\x4b\xb0\x0b\x81\x09\xe6\xd2\xa4\x02\xcc\x5d\xa0\xdf\xda\xc1\xd9\x3b\xd0\xb7\xfd\x33\x5b\xc9\x78\x2e\x6e\x73\x43\x76\xc1\x47\x0e\xc9\x22\x36\x37\x44\xb9\xdf\x28\x1f\x29\x0f\xbe\xf5\xa2\xf0\xc5\x48\x9d\x15\x8f\x85\x98\xdf\x28\xd8\xd3\x2c\xb2\xfc\x6f\x11\x5b\xff\x77\x8b\xab\x77\x87\x13\x99\x4e\xa3\x84\xd5\x4e\x72\x70\xae\x14\xfc\x8b\x82\x4b\x9c\xbd\xf1\xbc\x8c\xa3\x76\x92\xaf\x02\x6b\x3a\x14\x9f\x24\xdd\xa2\xd6\x62\xae\x4a\x55\x49\x88\x50\xc0\x21\x3b\xe3\x6e\xfc\xfc\x19\xfb\xfe\x46\x53\x7d\x10\xea\x11\xe8\x32\x13\x69\x8a\xdb\x76\x10\x3b\x5f\xe9\x0b\xc4\x99\xe8\x51\x40\x79\xef\xb3\xdd\x4f\xe1\x99\x28\xec\x53\xf8\xeb\x3e\x0f\xa1\xd3\x09\x1e\xa2\xb0\x2d\x9e\x17\xe9\xb4\x2c\x28\x83\x56\x76\x3b\x70\x45\x1f\xb4\x0e\x5d\x81\xe4\x39\x00\x2e\xae\x4a\xa8\xf8\x51\x6a\x8c\x3a\xd5\x33\x57\xa7\x04\xcd\x9d\x66\x73\x7c\x78\x47\xe0\xd9\x46\x4f\x2c\xc8\x67\x8e\xfb\xe0\x2f\xdd\x21\xe1\x1d\x83\xf2\x36\x0c\x9a\xa2\x99\x37\x95\xc7\xea\xed\x31\x1e\x13\x09\xba\x4d\xe4\x24\x15\xf4\x86\x91\x47\x8e\x3f\x80\xd7\x79\xef\x9a\x37\x76\xdb\x32\xaf\xc1\x56\xfe\xb8\x0f\x61\x75\xca\xe0\xad\xfa\xb2\x7b\x8a\xc6\xf0\x81\x15\x75\x73\x49\x4c\xc4\xc1\xb9\xc9\xb7\xa4\xf8\xf4\x53\x67\x87\xc6\x48\x8e\x77\xb1\x81\x3d\xca\xa5\xcc\xf2\x8c\x4a\xac\x62\xb9\x6e\x4a\x8f\x90\x65\xc6\x6e\x41\x6d\x38\x0a\x6d\xce\x97\xca\x9b\x86\xd1\x06\xd2\x0e\xc3\xda\x95\xb9\x18\xe2\xe3\x12\x96\xe1\xf8\x0f\x72\x02\x93\x70\x09\x16\x76\x45\xc5\x73\xb0\x0d\x94\x9c\xd6\x14\xce\xcc\xc3\x40\xad\x38\x02\x1e\x89\x0d\xda\x2a\xf4\xdd\x58\xe6\x65\x83\x55\x29\x78\x54\x20\x16\x5d\xe7\xda\x6b\x60\x62\x50\x94\xf6\x7e\xa9\xeb\xfb\x42\x36\xb5\x5e\xca\x9a\x22\xbf\x40\x80\xa2\x4c\xa4\xf8\xbb\x72\x5f\x38\x8f\x25\x96\xed\x49\x4b\x88\x09\xce\x11\xa3\x7c\xf9\xba\x62\xbb\x74\x13\xff\x34\x75\x5c\x06\xd4\x57\x09\x98\xb6\xdb\x00\xd9\xf5\x35\xae\x56\xee\x1e\xf3\xd3\x25\x85\x0b\x75\xb8\x47\x22\x1a\xe4\xe7\x50\x4a\xc0\x77\x63\x02\x6e\x05\x70\x76\xd0\x6d\xa8\xe9\xdb\x0b\x7b\x65\x0f\x52\x64\x68\x88\xeb\x15\x4b\xb6\xc6\x58\xb1\xd8\xd3\x7b\x5a\xad\xd8\x3e\xfc\xa7\xa8\xcb\x10\x3c\x45\x96\x22\xb0\xc4\x61\xd7\x6b\xa8\x5a\x2c\x99\x7c\xcd\xa4\x0a\xbe\xab\x80\x6f\xd3\x8b\x32\x2d\x8c\x1e\x85\x4a\x73\xf4\x86\x2d\xb5\x90\x71\x26\x2e\x6a\xcf\xee\x1d\xa8\xc7\x92\x07\xcf\x30\xb4\x9d\xb4\x8f\x61\x3d\x0e\xe9\xc3\xfb\x48\x9f\xc3\x26\xd4\xe8\x26\xf4\x03\x1b\x5f\x09\xab\xd4\xb5\x37\xfb\x78\xc5\x00\x54\x89\x49\x43\x01\x6c\x60\x5a\x73\xb5\xdc\x5d\xf0\x5c\xd0\xab\x78\x82\x3c\x6c\xa9\x38\x82\x16\x02\x91\x59\x29\xe6\x24\x8b\xc2\xd7\x9e\x41\x9d\x4a\x8a\x99\xba\x11\x85\x5c\xab\x0a\x0c\x56\x3a\x0e\xb3\x74\xdd\x54\xe6\xda\xd5\x0f\xe4\x9a\x19\xbe\x0b\x38\x0d\x24\x68\xac\x54\x85\x43\x79\x6d\x42\x96\x42\x99\x3a\x5f\x92\xcd\x68\xa1\x6f\x44\xa1\xcb\x39\xaa\x5f\xbe\x08\x38\x86\xed\x59\xd5\xae\x83\x38\x9c\x3a\x00\xe9\x0d\x4b\xc3\x53\xfe\xb8\xe0\xe7\x8b\x6e\xee\x7b\xae\x30\x0c\x75\x18\x2e\x82\xce\xed\xd8\x3e\xec\x23\x48\x62\x8c\x62\xfa\xfc\x7d\x16\x90\x16\x76\x69\x47\x04\x20\xdd\x8c\x22\xff\x96\x26\x6d\x92\xba\x72\xf5\x73\x98\xa7\x59\x3b\x02\xde\x58\x41\xbb\xe5\xc3\xe7\x06\x4f\x5f\xe3\xbd\x33\x7a\x15\xcb\xc6\xfa\xc6\x79\x74\xcf\x07\x9c\x94\x73\xcb\xd9\x20\x4a\xc5\x8a\xd0\xa1\x74\x69\xad\xa9\xe2\x6c\x4d\xfa\x91\x97\x81\xbc\x52\xbb\xe7\x8a\x44\x0c\x27\x66\xcc\xf6\x5b\x86\x61\x9a\xc9\x12\x75\x9f\xdc\xd1\x39\xbd\x7f\xe0\xa4\x10\xa9\x84\xee\x84\x9c\xd8\x67\xf3\x6d\x53\xb6\x02\xf0\x82\x9d\xae\x1d\xee\x94\x3e\x13\x82\x1e\x9c\x47\x2a\x44\x2c\x79\xab\x8f\xac\xe6\x50\x93\xce\xfb\xa8\xff\x20\x8e\xc5\xfb\xf7\x0c\x13\xf4\x02\xbb\x00\x9b\x7d\x5e\x91\xd8\xd7\x15\x11\x49\x15\xef\xad\x92\x71\xa3\xb1\x32\x2c\xa6\x3b\xa9\x9f\x1a\x59\xec\xb9\x7e\xf0\xd8\x8b\xff\x8c\x96\x4e\x4e\xeb\x46\x16\x43\xaf\xaa\xb0\x88\x61\xbc\x05\xfe\x5a\x7f\x97\xfb\xc8\x3d\x84\x95\xc0\x3c\x84\x3f\xf2\xf0\xa6\xc3\xcb\xdd\x33\xff\x8a\xae\x28\x81\x90\xf8\xda\xd9\xf2\x96\x0f\xf5\x99\x78\xf0\x20\x1f\x78\xaf\x32\xde\xbb\xc8\x2f\xf9\x2b\x2e\xf2\xcb\xb8\xc0\x06\x7b\x41\x94\x5b\xc1\x70\x7c\x0e\xb6\x1f\x3a\x1e\x4b\x7a\x27\x09\x88\xd8\x48\x00\xd2\xc4\x00\xe1\xce\xcc\xe4\x15\x3c\x00\x8b\x84\xb6\xc6\x50\xe3\x4e\x26\x8b\xf5\xce\xce\xce\x7a\x42\xaf\xac\x88\x07\x85\x15\x42\x78\x3c\x16\xff\x82\x02\xeb\x53\xad\xaa\x29\x0b\x31\xa3\x28\xaa\x8d\xbd\x2f\xec\xec\x96\xb2\xba\x72\xc7\x9d\x8b\x79\xc0\x42\x8f\x9c\xb2\x20\x99\x97\xc5\x74\x1a\x52\xc2\x52\x76\xf5\xff\x91\xf7\xa6\xfd\x6d\xe3\x48\xe2\xf0\xfb\x7c\x0a\x24\xff\xdd\xa6\x94\x48\xb2\x28\xdb\xf2\x91\x71\xf7\x4a\xb2\xd4\xf1\xe4\xdc\xd8\x49\x76\xc7\x9d\xce\x42\x14\x64\xb1\x4d\x91\x1a\x92\xb2\xac\x9e\x64\x3e\xfb\xf3\x43\x55\xe1\x22\x29\x1f\x49\x7a\x66\x76\x9f\xbc\x88\x6d\x10\x28\x00\x85\x42\xa1\x50\xa8\xe3\xf1\x17\x35\x7d\x88\xcf\x80\xbf\xce\x05\x97\x17\x30\x6b\xae\x76\x7d\x8d\x09\x13\xed\x54\xaf\x77\x15\x27\x94\x1b\x04\x82\xfe\xf4\x62\xf9\x3b\xf2\x34\x28\x50\x6a\xbd\x70\x22\xe2\x3c\x9c\xae\x1d\x23\x26\x83\x04\xeb\x9d\x0f\xc2\x38\xc0\xa9\x49\xee\xe0\x4a\x1a\x50\x42\xf3\x34\x8c\xc4\x61\x14\xc6\x5a\xc1\xa5\x3c\x78\x20\xfd\xd8\x5d\x77\x0f\x65\xb9\x28\x99\x40\x15\xb7\x50\x43\x4f\x8e\x14\x54\x5b\xec\x5d\x1e\x46\x61\xbe\x76\x5e\xd0\x16\xa9\xc8\xf3\xb5\x0a\x7d\x4a\x91\x28\xec\xd4\x40\x73\x9e\xd7\x00\x93\x76\xa0\x19\x39\x94\x64\x4a\x18\x3e\x3a\x62\x1e\xfa\x12\x7a\x05\x72\x87\xef\xc4\x11\xe1\x2e\x96\xa7\xec\x88\x3c\x6c\x09\xe8\x53\xfd\x91\xa7\x6b\x94\x9b\xc1\x0e\x29\xc7\x90\x2f\xad\x39\x5f\xe8\xfc\xf4\xac\x26\x07\xa1\x80\x17\x32\xdc\x8b\x3a\xe6\x8f\x50\x1b\x52\xe7\xa7\x66\x3f\x32\xdf\xa8\xdb\x4d\xba\x0b\xba\xbd\xcc\x78\x26\x59\x22\xa4\x1c\x6e\xa0\x92\x49\x2e\x5c\x32\x9d\x32\xb9\xbe\x79\xc6\x92\x55\x0c\x4e\x31\xea\xbd\xcb\x40\x02\xf3\x19\x93\x95\x58\x9e\x4c\xe0\x77\x79\xc1\xc3\x58\xde\x6a\xc9\x5e\x93\x7a\x82\x9b\xad\xea\xaa\xe5\x62\x4a\x4e\x16\xb2\x96\xad\xad\x78\x37\xa4\xdf\x77\x83\xdd\xa8\x4b\x63\x55\x4d\xe7\x4c\xc0\xfd\x72\x74\x64\xf8\x51\x49\xc6\xdf\xda\x62\xc7\xda\xb5\x2c\x48\xe6\xf3\xc4\x64\x80\x5d\x2f\x44\x46\xc1\x44\xed\x7b\x1c\x8f\x3d\xd0\x51\x61\x58\x9f\x85\x72\x0b\x2d\x84\xf5\x31\x84\x22\xcf\x34\xc5\xf1\xcb\x6c\xbe\x22\xfe\x90\x24\x85\x18\x83\x68\xe9\xdd\xf9\x13\x05\xce\xd2\x05\x10\x38\x8b\x1d\x42\x8e\x3c\x3b\x3a\x48\xcd\x53\xfb\x43\x56\x8f\x6d\x0b\x3e\xac\x74\x21\x72\x30\xd2\x4d\x5f\x24\x01\x9c\xf4\x9f\x6a\x7e\xbd\xda\xca\x8f\x68\x1f\xc7\x0c\x75\xc0\xa9\x1b\xfc\xa5\xf0\x93\x99\xc6\x66\x16\x6e\x58\xb7\x64\xf5\x7f\x00\x6f\xc6\x78\x1d\xd6\xdd\x5c\x89\x64\xd8\xf1\xff\xc8\x6e\xff\x07\xc3\xa6\x81\xe5\x17\x18\xce\x3e\xca\xd3\x65\x98\xcd\x1e\xb9\x27\xc6\x3f\x9e\xc5\x6b\xd1\xf2\x5e\x8c\xfe\x7f\x3b\xf7\xae\x92\x7c\x5c\x66\x5d\xd8\xc0\xe0\xee\x53\xdc\xbc\xdf\x65\xa3\x7c\xfb\x36\x21\x6e\x4e\xdb\xa4\x78\x3f\x51\x16\x35\x80\x3e\x48\x2e\x01\x9c\x14\xae\x28\x2a\x51\x15\x5a\xac\x80\x89\x4c\x79\x7f\x70\x36\x09\xd3\x7c\xcd\x66\xe8\x27\x7b\x92\x23\x25\x65\x4e\x24\xb2\x06\xda\xf4\xc0\x05\x1c\xb3\x50\x8b\x6b\x3e\x97\x6c\x56\x69\x67\xb1\x0f\x1d\x21\x5e\xaf\x9d\x6b\xe0\x5d\x79\x97\x84\x81\x9d\x80\xe1\xec\x99\x86\x04\x85\xf8\xaa\x27\xa7\xd8\x62\xac\xad\x42\xad\xd2\x27\x38\x28\xe8\x21\x8b\xfc\x1c\x8d\xf3\x62\x83\xf9\x10\xe6\x3f\xa7\x08\x7c\x29\x8e\x3a\x4b\x18\x6d\x6a\xed\xad\xaf\x68\xbd\xa7\x4e\x11\x1a\x3a\xb2\x20\xf6\xc8\xc1\x2b\x9e\xc2\x8f\xee\x48\x8c\xe5\x45\xb6\x09\xd3\x4c\xbb\xec\x1d\xa4\xae\x11\x43\xcc\x9c\xbb\xc1\xfc\x4a\x12\x28\x22\xe3\x48\x1b\x26\xd9\x67\xfb\xb9\x85\xd9\x27\xac\xf3\xb1\x28\x0a\x20\x45\x80\x0b\x7c\x6d\xab\x76\xfe\xeb\xd6\xc7\x27\x87\xbf\x4c\x9e\xd4\xe5\x7f\xbf\xd4\x7f\xfa\xb7\x2d\xd7\x58\x56\x36\xfa\x49\xfe\x7f\xee\x7f\x94\x14\xff\xd3\x4f\x3f\x79\x25\x35\xe8\x87\x14\x22\x60\x19\xf5\x67\x62\xbf\x46\xa3\xf8\x73\x17\xdc\x91\x62\xcc\x51\x09\x20\xc8\x42\x68\x17\x79\x97\xd3\x56\x20\xaa\x8a\xb3\x49\x5e\xf2\xf4\xd2\xb5\x92\x21\x0a\x96\x52\xc8\x32\xb7\x1e\xcc\xab\xd5\x3a\x92\xaa\x50\x33\x02\xeb\x52\x60\xc4\xee\x26\xc1\x28\x29\xb6\x99\x84\x32\xfd\xc9\xf2\x64\xb1\x49\x5f\x20\xb9\x89\x42\x98\xbe\xf9\x5b\x18\x84\x04\x8f\x89\x25\x40\xde\x05\x83\xa0\x47\x2b\x64\x28\x76\x50\x58\x75\xb1\xad\x97\x55\xea\x76\x3b\xcb\x6b\x79\xb3\x56\x92\x7c\x27\xcb\x2b\xa0\xe2\x12\xfd\x93\x57\xe0\x2e\xd4\x87\xf1\x53\xab\x54\xbf\x15\x13\xc7\x87\x30\x7b\xe2\x5b\x5b\xec\xf4\xf5\xbb\xb7\x83\x21\x1b\x9d\xbc\x18\x1e\xb2\x28\x1c\x4f\x92\x7c\xeb\xb7\x6c\x2b\x0a\xc7\x9f\x96\xf9\x74\xbf\xf5\x5b\xf6\x00\x3c\x1a\x16\xeb\x34\x94\x3c\xb2\x16\xd4\x59\xa7\xed\x77\x80\x07\x0e\x66\x69\x32\x0f\x97\x73\xf6\xfa\x94\xf5\x96\xf9\x2c\x49\xb3\x16\xeb\x45\x11\x83\xba\xf0\x72\x23\xd2\x2b\x79\xe7\x92\xb7\x8e\xcc\x18\x59\x64\xc9\x32\x0d\x28\xdd\x73\x98\xb1\x8b\xe4\x4a\xa4\xb1\x8a\x3f\xda\x3f\x3d\x6e\x66\xf9\x3a\x12\x2c\x0a\x03\x11\x2b\x67\x21\x32\xb5\xd8\xda\xc2\xf4\x37\xea\xd0\x7e\x71\x32\x18\xbe\x3a\x1d\xc2\xc1\xd2\x7a\xf0\xc0\x5b\x66\x28\xd2\x07\x39\xbc\xf3\x6d\xb1\xb3\xd7\xc7\xaf\x6b\x13\x7e\x15\x4e\xc6\x22\xae\x1f\xb2\x0f\xca\x32\x90\x18\xa9\x88\x83\x64\x42\xae\x14\xc0\x8c\x55\x54\x6e\x31\x69\x3c\x80\x3c\x98\x14\x34\x1b\x97\x97\xc2\xeb\xc6\xe8\x55\x15\xc6\x4d\x65\xb9\xe6\x46\xf3\x96\x53\x96\xad\x67\x79\xbe\xc8\x0e\xb7\xb6\x56\xe1\x65\xd8\x5a\xcd\x78\xbe\xba\x68\x25\xe9\x05\xfc\xbd\x85\x67\xe6\x90\x06\x60\x57\x57\x83\x6a\x65\x0b\x11\xd8\xed\x8c\x74\x89\x06\x23\xd3\x65\xc4\xde\x9d\x8d\x9a\xfb\x6c\x22\x24\x3a\x2d\x09\xe4\xdd\xd9\x68\xff\x18\x0b\xcb\x44\x42\x9e\xd6\x26\xf6\xcb\x78\x9d\x8b\x0c\xbd\xac\x09\xb3\xfa\x91\x5a\xfc\x75\x29\x28\xec\x21\x10\x12\x54\x7d\x21\x6b\x52\xfc\x27\x02\x16\x82\x3d\xca\x45\x2a\x20\x0e\xf0\x44\x60\x76\x6f\x36\x16\x12\xbb\x38\xbc\x09\x24\x56\x30\x00\x7e\x64\x6d\x2b\xab\xf6\x44\xbc\x81\x16\x2e\xd8\x28\x59\x89\x94\x8d\x61\xd1\x93\xd8\xd2\x71\x9b\x3e\x6e\x80\x0a\xad\xfb\xd0\x18\xc0\x3a\x39\xb8\x02\xc8\xe7\xc0\x51\x18\x26\x34\xf2\x9c\x37\x58\xce\x2f\xc1\x3d\x21\x96\x6c\x2d\x40\xcf\x06\x34\x65\x04\xaf\xb7\x45\x2a\xae\xc2\x64\x09\x62\x05\x64\x49\xce\xf2\x54\xf0\x39\x1c\xee\x3a\x6d\x0e\x52\x96\x48\x8b\xec\xf4\x54\xab\x5f\x53\x6c\x0c\x91\x3d\x64\xd5\x86\x89\xfa\xad\x64\x6b\x73\x27\x50\x52\xc4\xa9\x75\x8b\x44\xbd\xb8\x44\xc3\x32\x0e\x4b\x31\xc3\x25\x42\xd8\x58\xe4\x2b\x21\x62\xd6\xbe\x6e\xb7\xad\x0c\x8d\xed\xeb\xd1\xc8\x95\x30\xd4\xb0\x20\x42\xbd\x1c\x16\xad\x18\x21\xc1\xbe\x9d\x48\x4c\xf9\x5d\x13\xf3\xaa\x4c\x70\x16\x93\x42\x30\x95\x2f\x67\xf2\x8c\x4f\x45\xae\x93\x9c\x57\x69\xdb\xb2\x3c\xad\x32\x98\x83\xac\xa0\xa4\x27\x08\x66\x3c\x1d\x24\x13\xd1\xcb\x6b\xa1\x75\xf5\x2f\xd2\xaa\xe5\xed\x84\x15\x02\xf6\xa7\x23\xd6\xbe\xde\x1b\xb9\xe1\x67\x21\x18\x90\x82\x6b\xc1\x74\x5c\x5c\xdb\xd7\x83\xb6\x6c\x1e\xb0\x1f\x7e\x60\x04\xe8\xd8\x01\x54\xa2\xe9\x80\x35\x99\x6c\xf6\xd4\xad\x62\xef\x26\xff\x69\xd1\xab\xc4\x26\xde\xeb\xfd\x76\xe5\x48\x86\xa5\x91\x0c\xef\x32\x92\xe1\x4d\x23\xe9\xdc\x36\x92\xea\xa1\x8c\x4a\x43\x19\xed\xdd\x61\x28\xa3\x9b\x86\xb2\x7d\xf3\x50\xfc\x76\x7b\xd3\x60\xf6\x4b\x83\xe9\xdf\x65\x30\xfb\x37\x0c\x66\xe7\xe6\xc1\x74\xda\x9b\x47\x33\x28\x8d\xe6\xf8\x2e\xa3\x19\xdc\x30\x9a\xdd\x9b\x47\xb3\xd3\xae\x1a\x4e\x89\xd6\xbd\x5f\x96\xd3\xe9\x74\xe2\x15\x62\xbe\xb9\xb5\x71\x12\xfb\xa5\xf5\xed\x97\x49\x4d\x8f\xb0\xd9\x7c\xba\x79\x7a\xb5\x42\xc9\x9f\xfe\xc4\xba\xf2\x6e\x59\xc3\x79\xef\xb7\xeb\xa6\xf1\xad\xdb\x99\xa1\x22\xee\xe7\x24\x07\xcf\x80\x28\x32\xa7\x16\x3d\x57\x28\x3f\x4b\x8c\x7c\x82\xc7\x09\x78\x7b\xb8\x10\xa6\x61\x94\xcb\x03\x71\x99\xb3\x6c\x99\xa6\xc9\x05\xbe\xcb\x86\xa9\xd6\xd4\x31\xc5\x7d\xac\xb9\xb8\x53\x79\x6a\xd5\x04\x3e\x63\xe6\x58\x5c\xa6\x82\x25\xed\xe7\xcf\x12\xc9\xc7\xfb\x6d\x44\xb3\x6e\x27\xd1\x6d\x80\x20\xaf\x19\x8d\xea\xe5\xd6\xa6\xd6\x8f\xb0\x35\x46\xb2\x9a\x83\xa5\x8d\xab\x5e\x49\x21\x84\x15\x10\x51\x84\x3c\x91\x88\xf5\xab\x1c\xa5\xcb\x7c\xb1\xcc\x5b\x4e\xf5\xe2\x8c\x69\x87\x16\x47\xa1\xc7\x81\xe7\x4e\x4b\x9e\xab\x03\x62\xe4\xa6\x7d\xfd\xa9\xd3\xa8\x72\x7c\x98\xaa\xda\x59\xac\x56\xa1\x82\x19\x4f\xb3\xc4\x32\xee\x30\x9c\x92\xbd\x33\xad\xd1\x13\x56\xb3\xa6\xfa\xe3\x8f\x3f\x32\xbf\x5d\x67\x3f\xb0\xf6\xf5\xf6\x68\x54\x2f\xc7\x86\x6b\x5f\x1f\x0f\xb0\x99\xb5\xb4\x54\xbb\x38\xd3\x07\x55\xbf\x7f\xd9\xb4\x93\xa5\xa8\x94\x24\xf0\x38\x8f\x82\x5c\x18\xb3\xf9\x32\xca\xc3\x26\x08\x01\x66\x33\xbc\x15\xab\x30\x9e\x90\xbc\x82\x21\x6c\x6c\x20\xe8\xdf\x11\x25\xe4\x0a\x01\x0e\xbc\x12\x42\xeb\x36\x9e\xb1\x49\x34\x24\x9a\x30\x9c\xe0\x8b\xa5\xa2\xd6\x77\xf6\x54\xe4\x95\x92\x99\x11\xc9\x5a\x56\x68\x35\x1d\x38\x3d\x10\xce\x13\x05\x19\xd3\xc0\x05\x4c\x68\xd1\x2c\x34\x5e\xf8\x10\x36\xe2\xff\x37\xe2\x18\x36\x90\x42\x99\x2d\x7c\xc9\x5b\x9d\x63\xfb\x57\x53\x0f\xc1\x96\xf8\x56\xab\xd7\xa9\x39\xd6\x77\x93\x49\xc4\x4a\x6c\x76\x3a\xc6\x81\xc1\x8a\xe9\x1b\x71\xe1\xea\x75\x0c\x11\x93\xc0\x61\x8c\x9b\xeb\xcb\x95\x48\x33\x3b\xff\x91\xba\xed\x99\x18\x0d\xb2\xb6\xb3\xbf\x19\xa8\x8f\x80\x0b\xad\x30\x43\x46\xf6\x13\xfb\x80\xc1\x2a\x17\x0b\x11\x67\x92\x0b\x41\x08\x8b\x4b\xb1\x5e\xc0\x85\x04\x7d\x91\xd1\x3c\x0d\x4c\x59\xc8\x70\x1a\xc6\x22\x25\x3d\x1e\x10\xe3\x87\xf4\x71\x92\xfa\xfb\x2f\xdf\xfc\x74\x03\xb1\x9c\x99\x3b\x24\x18\x84\x4a\xac\x6c\x5e\x43\xfb\xb6\x89\xd4\x04\xa8\x6a\x6c\xa2\x2b\xfb\xb1\x08\xb7\x74\x81\x18\x35\x9d\x65\x78\x27\x21\x8a\xd2\xa4\x84\x44\x80\xfd\x15\x89\xe0\x7b\x48\xe0\xf2\xb8\x85\x84\x98\xcb\x38\x84\xb1\x58\x57\x3e\xd2\x96\xc8\x96\x77\x95\xd6\x89\x37\x96\x44\x6a\xfb\xfc\x0a\x40\xaa\x19\x8d\x46\xc7\xce\x93\x18\x35\xdf\xaf\x68\xde\xb7\x9b\x43\xe4\x83\x27\xbe\x33\x25\xfb\x58\x92\xa3\x9c\x54\x8c\xf2\x89\x5f\x10\x45\xcc\x58\x27\xb2\xb3\x49\xd5\x58\x09\x45\xa7\x2b\x88\x41\x5b\xa2\x60\xfb\x84\x0a\x8c\x1c\x8b\x47\x8a\x3e\x14\xa4\x50\x24\x8f\x94\x27\xac\x36\xd1\x85\x8e\x78\x81\xc1\x76\x37\x9c\x0a\x65\x8c\xdd\x78\x88\x94\x2b\x3b\xd1\x7f\x8d\x1c\x10\xc8\x9d\xa7\x76\x3a\x21\x4e\x73\x7e\xb3\xa4\x15\xf7\xab\x9b\x6e\x57\x6e\xe8\x61\x6b\x6d\x35\x9c\x32\xa0\xaa\xd3\x1a\xae\x66\x9f\x65\x33\x79\x22\x77\xcd\xc9\x5a\x71\xd3\x2a\xf7\xe2\x4a\x4c\x37\x76\x33\xb4\xba\xf1\x3b\xd5\xfd\x74\x9c\x7e\xb6\x1e\xdb\x5d\x29\xf1\xec\xf1\xd6\xdd\xfa\x1b\xd9\xfd\xed\x57\xf7\xb7\xfd\xd4\x5e\xb2\xd5\x2c\x8c\x04\xab\x39\x9a\x11\x33\xb9\x0a\x39\xfd\xc6\xfe\xf7\xa1\x7f\x1a\x40\xad\xcb\x1e\x1b\x08\x75\x25\xf6\xd4\x9d\x37\xe8\xd2\x01\xbf\x41\xe3\x98\xcf\xc2\x74\xf2\x69\xc1\xd3\x7c\xbd\xb5\x0a\x56\xe1\x24\x9f\x81\x0a\x72\x15\x6c\x52\x40\xee\x7c\xb5\x02\x52\x72\xc5\x55\xf0\x0f\x54\x41\x5a\xf1\xef\xad\x43\x3b\x0a\xc7\x29\x24\x7e\xce\x18\x59\x87\xea\xfc\xd0\x84\x81\xd6\x6f\x19\x9b\x27\x93\x25\x3a\xf7\xc6\xf2\x74\xf9\x2d\xd3\x4f\xbd\x49\x1a\x5e\x80\x16\xac\x90\x45\x90\xfc\x85\x71\x80\x3c\x3f\x84\x53\x94\xb4\x8a\xf1\x62\xfe\x5b\x06\x6a\xc4\x05\x0f\x2e\xf9\x85\xd8\x32\x5d\xc1\x89\xa1\x06\x6b\x8d\x53\x05\x84\x4a\xa6\xa0\x1f\x5f\x66\xec\xf9\x72\x16\xcb\x8b\x14\x36\xad\xd5\x0b\x23\xb0\x2c\xb7\xa7\x89\xe4\x7d\x70\xec\x5d\x2f\x22\x1e\xd3\x08\x93\xb9\xc8\xcc\x6c\xf5\x44\x06\x05\x40\x87\x85\xa0\x56\x3c\xae\xc8\x98\x68\x46\xc1\xe3\x09\x5b\x05\x99\xfa\xb3\xa6\x33\xa8\x83\x20\x71\x32\x1c\x0e\xd9\x69\x3e\x61\x7e\xbb\xdd\x69\xf9\xcd\x4e\xbb\xed\xd7\xe1\xb8\x7b\x87\xc7\x97\x92\x59\x24\xae\x0e\xb7\xb6\x56\xab\x55\x2b\x59\x88\x18\x42\x19\x00\xca\x92\x38\x0a\x63\xb1\x58\x8e\xb3\xad\x76\x7b\xef\xa0\xbd\x73\xb0\xb7\xbb\xa5\x1d\xec\x34\x26\x67\xf9\x3c\xfa\x36\x38\x99\x03\x88\x82\x45\x4d\xc3\x6b\x31\x69\xc2\x17\xba\x75\xb1\x89\xb8\x0a\x03\x91\x35\xd8\x0b\x9e\x87\xb1\x91\x61\x20\xec\x39\x4b\x82\x60\xb9\x58\x6b\xaf\x4a\x09\xe6\x51\x20\xa2\xe8\x11\x5b\x24\x59\xa8\xd0\x87\xf6\x63\x00\xb6\x21\xc5\xe7\x54\xf0\x8c\x85\x13\x91\x5c\xa4\x7c\x31\x0b\x03\x36\xf8\xf3\x73\x0b\x32\x98\xfc\x22\x60\x29\x78\x65\x4b\x29\xef\x8a\x28\xca\x5a\xec\x24\xce\x05\x3c\xab\x42\x24\xd5\x7c\xad\x25\x5d\xf4\x34\xe7\x51\x53\x3d\x9a\x43\x4a\x2d\x7c\x69\xc4\x70\x0b\xb5\x5c\x44\x22\x5f\x2f\x04\xee\xb9\xba\x25\x8e\xa9\xc6\x19\xd3\x0f\x26\xe0\xc5\x00\xf7\x02\xad\xb9\xd7\x79\x30\xf9\x45\x2a\x80\x3e\x58\x12\x2b\xff\x79\x0d\x8b\x8c\x90\xf9\xe4\x8a\x43\x6c\xa5\xc7\x4a\xcb\x9d\x25\x29\xa4\x24\x4b\x56\x6c\x0e\x7e\xed\x22\x8a\x34\x96\xb2\x16\x7b\x95\x30\x91\xe5\x7c\x1c\x41\xde\x48\x7c\x72\x85\x35\xce\x72\x1e\x4f\x78\x3a\xc9\x30\xcd\x3b\xe3\x10\x45\x23\x73\xfa\x7f\xa7\xa4\x23\x6b\x1c\x66\x7d\x1e\x50\xce\x9d\x8a\x7e\x25\x88\x0a\x44\xb4\xc8\x27\x36\x4d\x96\x79\x18\x0b\xb0\xbb\x04\xac\x62\xac\x1f\x15\x78\x4b\x2e\x2e\xec\x00\x78\x59\x97\xeb\x34\x16\x33\x7e\x15\xca\xa9\xf2\x0c\x53\x78\x67\xb0\x9d\x58\xba\x8c\xf0\x81\xdc\xca\x75\x06\x37\x8e\x45\x9a\x5c\x85\x13\x13\x23\x40\x4d\x65\x90\xc4\x99\xe4\x0a\x4b\x9d\xdd\x6a\x94\xa4\xa8\x43\x27\xb2\xe1\x91\x45\x34\x0d\xa7\xb1\xc2\x19\xb0\x84\x30\x08\x73\x0a\x2c\x00\xbb\x35\xb3\x65\xf1\x26\xe0\x03\x49\xfe\x2a\xe4\x00\x05\xa7\x64\xd2\xa5\x0a\x36\xe4\x59\xce\x7a\x59\x88\xf7\x85\xd1\x32\x8a\x3e\x40\x8b\xda\xa8\xde\x60\x1f\xa4\x28\x5f\xfb\x50\x6f\xb0\x67\x3c\x9a\xd2\xf6\xa9\x3d\xab\xe3\x33\xfb\x2b\x9e\xa6\xc9\x8a\xd5\x5e\xf1\xba\x95\xc3\x08\x63\xb3\xe1\x25\x32\xc3\x68\x75\x38\x85\x94\xbc\x49\x18\x9f\x8f\xc3\x8b\xa5\xa4\x71\x08\x99\x44\x0b\x8d\xc0\x39\x1a\xe9\xe3\x62\xd1\x52\x2f\x33\xd1\x02\x14\x59\x5b\x94\x8e\x0e\x33\x7a\xd6\x03\xa8\xc9\x32\x63\xb5\x5e\x1d\x82\x41\x50\x2e\x46\x79\x22\x00\xec\x60\x96\x84\x81\xc4\xc1\x42\xc4\x93\x8c\x2d\x96\x90\xdb\x09\x62\x8a\x2d\x52\x31\x15\xa9\x20\x47\xe6\x31\x0f\x2e\x57\x3c\x9d\xa8\xf8\x1a\x3c\x0f\x69\x53\xe2\x35\x35\x04\x73\xb4\x59\x98\xe5\x49\x4a\x7b\x3c\x49\xd9\x07\x91\x41\x38\xfe\x05\xb8\xf7\x07\x78\x97\x19\xcc\x92\x04\x76\x1e\xb2\x11\x42\x21\xa5\xe6\xca\x84\x33\x25\xb0\x81\x83\xb8\x41\xbf\x2d\x33\x30\xb7\xe1\xda\xf0\x82\x2f\x16\x69\xb2\x48\x43\x29\xff\x46\x49\x7c\x81\xe1\x95\xb3\x24\x5a\xe2\x8b\x28\x86\xd6\x80\xa1\xa8\xfe\xc9\xa9\x6e\x12\x66\x8b\x88\xaf\x69\xf7\xbb\x5d\xf2\x4c\x45\x4d\x23\x0c\x99\xa3\x45\xcd\x4e\x82\x28\x1c\x1b\x40\xf7\x92\xf4\xd6\xac\xb6\xdf\x1c\x87\xb9\xbe\x95\x59\xa0\xc1\x8d\x9d\xfa\x46\x3b\x26\x07\x03\x92\x7e\xfc\x2e\x34\x4e\x24\xdd\xda\xc3\xa0\xc8\x6e\x12\x49\x3f\xa7\x42\x5c\x82\xb7\xd3\x60\x9d\x86\x51\x14\x06\x0d\x26\xf2\xa0\x85\xc7\x15\x78\x6e\xc4\x6b\x96\xaf\x17\x9a\xe1\x06\x14\x3c\x8e\x3b\x7e\xdb\x2f\xe5\x0e\x8e\xe0\x61\x2d\x02\xcf\x2a\x44\x17\x51\x84\x3c\x07\xed\x75\x61\xaf\x92\xbc\xb0\x31\x6a\xaf\xc4\x32\x4f\x79\x44\x94\xde\x62\x43\xc9\xb1\x24\x52\x35\xba\xb5\x9b\xcb\x24\x0c\xe0\xa9\x8b\x5b\x50\x79\xbc\x26\x7f\x8f\xe2\x22\xb4\xd8\x89\xba\x57\x43\xaa\xd8\x7c\x26\x60\xa0\x98\x16\x5d\x0a\x4f\x40\x03\x66\x8a\xe0\xb1\x85\xd9\xe5\x13\xf4\x01\x92\x77\x78\xcd\xe9\xe0\x3c\xc1\xe4\x7a\x7a\x31\x24\x03\x03\x0e\x85\xfe\xa6\xda\x9f\x7a\xf8\x92\x9d\xbe\xe9\x0d\x86\x92\x7c\xdf\xbf\x7e\xf1\xee\xe5\x90\x9d\xbc\x3a\x1b\xfe\xfc\xb6\xf7\xc2\x8a\x9f\x22\xe7\x34\xa6\x84\xc9\xd6\x15\x7a\x22\x0f\xbf\x5c\x6e\x21\xd8\x15\xdc\x5d\xe0\x8b\x68\xbd\x98\xb5\x5c\x31\x06\x40\x68\xbe\x6b\x98\xfd\x5c\xc0\x4e\xe4\x59\x16\x5e\xc4\x06\x90\xc5\xbf\x70\xba\xb2\x7d\x8c\xeb\xe0\xf0\x47\x62\x06\x21\x78\xa7\xa1\x71\x81\xa1\x51\xa3\xf9\xd2\x8e\x6c\x94\xd5\x2d\xe3\x79\x98\x4d\x79\x90\x27\xe9\x5a\x05\x2e\x97\xcb\x00\x2e\x47\x8a\x8e\x24\xfb\x06\x2f\x25\x68\xaa\x8e\x31\xd4\x48\xe1\x49\x66\x58\x32\xc5\x53\x59\x05\xf2\x50\xe1\x2d\xd6\x43\x9f\x92\x79\x82\x89\xee\x95\x56\x4d\x04\x21\x28\x6c\x10\xc1\x2e\xad\xd9\x84\x66\xad\x9f\x1a\x58\x71\x11\xc6\x6b\x77\x03\x03\xd6\x33\xb5\x68\x6b\x01\xd6\x8c\x3c\xce\x56\x38\x91\xb5\x3a\xa6\xd6\x2a\x2b\xb2\x3e\xc1\x8c\x40\xa9\x4e\x1a\x79\x86\x8d\x21\x92\x28\xe6\xea\x69\xb1\x53\x91\xe7\xb4\x8c\xcb\x05\x70\x4d\x29\xb0\x98\xf9\xab\xed\xa3\x8f\xca\x64\x4a\xa2\x46\xc5\x41\x2c\xa1\x80\xb5\x07\x49\x1f\x60\xc9\x96\x82\x46\x8b\xc7\x3c\x5a\x67\x94\xc8\x0c\x82\xaf\x4b\x51\x8b\x57\x49\x03\xc0\x1b\xc6\xcb\x1c\x23\xa4\xaa\x6a\x84\x20\xae\x8d\xaf\x1b\x70\xbc\xe6\x3a\xbb\x0b\x87\xcb\x8e\xde\x8e\x0e\x61\x42\xdc\xd1\xab\x04\x4e\x6e\xe5\xd4\xc6\xa6\x3c\xad\x90\x70\x49\x75\x03\x72\x29\xfd\xbe\x45\xe1\x50\xb7\xf2\xd4\xf7\xb7\x14\xfb\x31\x92\x3f\x6b\x36\x59\xa7\xdd\xde\x6b\xb6\x77\x9b\x9d\x2e\xab\xa9\x19\xed\xb6\xda\x75\xaa\xfd\x46\xa2\x28\xcb\xc8\xb2\x7c\x99\x89\x06\x0b\x92\xc5\xba\x21\x6f\x33\xe1\x74\xdd\x20\x0f\x57\x79\x45\x1a\x2f\x73\x61\x6e\x64\xd3\x7c\x45\xd2\x0c\xb1\x1c\x79\xc6\x2d\x20\xc3\x66\x8c\x1e\xc1\xe0\x38\x27\xe0\x20\x96\x07\xf2\x78\x2d\x25\x0e\x49\x49\xb8\x53\x11\x2d\x74\x6a\x04\x11\x0f\xe7\x28\x0c\xaf\x78\x2a\xab\x85\x82\x2c\x38\x52\x71\x21\xd7\x9b\xb2\x19\x5a\x7d\x2b\x1c\xbd\xe0\x60\x8e\x43\xaa\xc9\x43\x1b\x67\x41\xd4\x0a\xf8\xbc\xc5\x83\xd6\xf2\x72\xeb\xef\xf3\x8b\xcb\xce\xee\xd6\x32\x30\x17\x80\xc0\xb9\x49\xb9\xd7\x20\xad\xad\x56\xe2\x0e\xba\x6c\x45\xcb\x79\x4c\x8c\x02\x93\xb4\x9d\x9c\xbe\x66\x7e\xbb\xbb\xd3\x35\x84\xa2\xd9\x9f\x84\x95\xa9\xbb\x11\x6b\x92\x19\x47\x64\x71\x14\x56\x7b\xf7\x04\x9f\x5c\x80\x14\x4a\x1d\xb4\x5b\xd4\xf4\x35\xc8\x01\x83\xf6\xd6\xc0\x87\x4d\x92\x26\x91\x73\xba\xc6\x13\x76\x3c\x7c\x41\xb1\xb1\x04\xc7\xf8\x26\x8e\x51\xbf\x04\xd7\xf4\x15\xbc\x57\x49\xdc\xcc\x16\x3c\x80\xcd\x19\x4f\xe4\xb1\x1a\xa1\xf4\x10\x24\xf3\x31\xca\xa2\x16\xfc\x1a\xfa\x17\x47\x4c\x9e\x02\x17\x92\x89\x01\x25\xbd\x54\x79\x09\x92\x94\xbd\xd4\x21\xd4\x8a\xbb\xba\xae\x1c\x12\x37\xce\xee\xf4\xf5\xe8\x8c\x3d\xfb\xef\x37\xcf\x86\xaf\x10\x23\xbd\xe3\x4d\x18\xf1\x5d\x8c\x90\x51\xe5\xed\x43\x1d\x4c\x37\x0e\x8f\xe6\x20\xd1\xf0\x97\xe1\xdb\xd7\xec\xc3\xc9\xf1\xd9\x33\x3a\xad\x6a\xef\x9e\x74\xda\xed\xfe\xed\x53\x78\xc6\xe3\x8b\x65\xc4\xfe\xcc\xe7\x09\x83\xe4\x0e\x11\xbb\x4a\x56\x22\xc2\xb5\x51\x56\x30\x71\x96\xc4\x3c\xce\x33\x09\xd7\xf7\xbb\xed\xa6\xfc\x31\x1a\x29\xf0\x34\x92\xcd\x78\xa2\x15\xbb\x51\x3a\x55\x92\xb4\x5c\x14\xab\x58\xca\xdb\x4a\xac\x1e\xa9\x39\x6b\x1c\x49\xf1\x4c\xdf\xc2\x35\x8a\xce\x44\x30\x8b\xe1\x8e\x40\x7e\x8b\xff\xcf\xf7\x37\x60\x82\x00\x76\xd4\x50\x2b\xc5\x65\x9b\x62\x53\x01\x8e\xa1\xb1\x6b\xb9\x13\x2a\x40\xb8\xef\x07\xbf\x5d\x9a\xd6\xd3\x88\x5f\x80\xe8\x1a\xf3\x71\x44\x7c\x64\xbd\x69\x61\xf4\x40\x40\xc7\x24\xe6\xbc\x4c\xd3\x26\x51\xb8\x64\x3c\x60\x9d\x28\x01\xc3\x96\xde\xdf\xdf\x3d\x68\xfa\xb0\x76\x1f\x7e\x7e\xb1\xa3\xd0\x65\x49\x02\xfa\x7c\x28\xed\x46\x25\x37\x6e\x18\x99\xef\x86\x00\x77\x05\x5e\x0c\xbc\xa7\x5e\x56\x5c\x74\x29\xd1\x37\xb4\xb8\x0e\x3e\x1f\x3c\x20\xde\x78\x84\xf9\x5b\xb7\xb6\xd8\x07\xcd\xa2\x24\xc7\x31\x90\x5a\x54\xb5\x15\x2f\xe9\xf6\x85\xa9\xba\xdc\x26\xa5\x39\xe9\x66\xf4\xa5\xd0\x74\x24\x57\x46\x79\x91\x52\x86\x64\x08\xab\x7c\x0b\x15\x68\xb0\x15\xab\x6d\x92\x5a\x3a\x63\x8b\x6f\x81\x69\x46\x6a\x01\x53\xc3\xed\x20\xb4\x53\xd4\xe2\xa9\x90\x89\x71\x12\x37\x93\x2b\x91\x46\x7c\xb1\xa0\xd7\x31\x91\x5e\xf1\x28\x53\x1f\xb3\xd2\xb6\x93\x50\x54\xc8\x05\x10\x8d\x1e\x2d\xe3\x30\x13\x39\x7b\x12\xf0\xfc\xe8\xa5\xa0\x9f\x31\xfe\x1c\x4c\x59\x53\xf2\x34\x86\x7b\x5e\xee\x78\x06\x6c\x85\x05\x8f\x0c\x62\x15\xdb\x3d\x62\xe7\xa0\x97\x3d\x67\xed\xeb\xf6\x76\xbb\xdd\x80\x9f\xdd\x11\xfb\xd8\xc0\xb2\x9d\xfd\xed\x06\xfe\xec\x5a\x65\xfb\x54\x76\xc0\x28\xd5\x19\x94\xef\x1e\xf8\x50\xbe\xdb\x3f\xd6\x75\x77\xfb\x23\x2a\x33\x30\x77\x07\x54\x6f\xd0\x71\xdb\x0f\x76\xa8\x7c\xd7\xaa\xbb\x47\x65\x7b\xba\xac\x4b\xe3\xec\xb6\xb7\x9d\xf6\x5d\x9f\xca\x7d\xd3\xbe\xbb\xd3\xc7\xb2\xdd\xa1\x29\xdb\xa3\x7a\x7b\x6d\xb7\xfd\x71\x17\xcb\x87\x3b\xa6\xee\x70\x8f\xca\xf6\xad\xb2\x1e\x95\x1d\x3b\xed\xf7\xda\x38\xd7\xbd\xb6\x99\xeb\x9e\x8f\x73\xdd\xf3\x7d\x53\xb6\x8d\xfd\xef\xed\xf4\xdc\xf6\x3d\xec\x7f\xaf\xdf\x36\x75\x87\x38\xfe\xbd\xd1\xb6\x2e\x3b\x68\x23\xcc\x83\xb6\x8b\xbf\x83\xed\x41\x83\x7e\x9a\xba\x3b\x54\x77\x67\xdf\x2a\x3b\xa6\x32\x77\xfc\x07\xbb\x54\x77\xd7\xcc\xff\xa0\xdb\xc1\xb2\xae\xd5\xff\x3e\xd5\xdb\xf7\xdd\xf6\x7d\xea\xbf\x6f\xf5\x4f\x6b\x7d\x30\xb0\x60\x0e\xa8\xff\x41\xa1\xff\x21\xf5\x35\x34\x7d\xf5\x68\xae\x3d\x98\x2b\x95\xd1\x3c\x7b\x30\x4f\xd3\xbe\x47\x73\xed\xed\x58\x75\x77\xf6\xa8\x6c\xdf\x2a\xeb\x53\x99\xdb\x7f\x8f\xe8\xa2\xb7\x67\xd6\xaa\x47\x73\xed\xed\x5b\x30\x69\x9e\xbd\x7e\xa1\x7f\x9a\x6b\xcf\xa2\xdf\x1e\xd1\x6f\x6f\x60\xf5\x4f\xf3\xef\x15\xe6\xdf\xa3\xf9\xf7\xac\xf9\xf7\x69\xfe\xfd\xb6\x19\x53\x9f\xe6\xdf\x2f\xcc\xbf\xbf\x3d\xa2\x72\x43\x7f\x7d\xc2\x49\x7f\xc7\x82\x49\xeb\xdf\x2f\xcc\xbf\xbf\x8b\xf4\xd7\xdf\x35\x7b\xbd\xbf\x8f\x63\xea\x5b\xf3\xef\x0f\x10\x4f\xfd\x81\xbb\x7f\xfa\x34\xaf\xfe\xc0\xec\xff\xc1\xf6\x10\xca\x06\x3b\x86\xa6\x07\x3b\x5d\x2a\xdb\x77\xda\x0f\x76\x7a\x54\x6e\xb5\xdf\xdd\xc5\x32\x6b\x4c\x03\xc2\xff\xa0\x80\xff\x01\xf1\x9a\x81\xc5\x6b\x06\x03\xea\x6b\x60\xb5\x1f\x50\xfb\x02\xfe\x07\x84\xff\x81\x85\xff\x63\xc2\xdf\xf1\x8e\x5d\x76\x4c\x65\x6e\xfb\xe3\x01\x8e\xff\x78\xd0\x33\x75\x8f\x11\xe6\xf1\xf1\x8e\x55\xd6\xa5\xb2\xae\xd3\x7e\xb8\x8d\x7d\x0d\xb7\xcd\x5a\x0f\xb7\x77\xa8\xcc\xc0\x1c\x12\x4d\x0f\x77\x86\x6e\xfb\x3e\xb5\xef\x5b\xed\xfb\xd4\xbe\x7f\x60\x95\xf5\xa9\xcc\xc5\xdf\x70\x80\x7c\x7d\x68\xad\xdf\xc8\xc7\xb2\x91\x6f\xda\x8f\xb6\x71\x4d\x46\xdb\xbb\x4e\xfb\xd1\xf6\x1e\x95\xef\x59\x75\x0f\xa8\xcc\x6a\xbf\x87\xe3\x1c\xed\xb9\xe3\x1f\xed\x23\x5d\x8d\xf6\x0d\xae\x46\xfb\x5d\x2a\xb3\x60\x1e\x50\xbd\x83\x3d\xb7\xfd\x01\xf5\x65\xf1\x9f\x11\xad\xff\xc8\xac\xbf\xdf\xee\xc0\xfa\xf9\xed\x6d\x87\x7e\xfd\xf6\x76\x87\xca\x3b\xa6\xee\x76\x97\xca\xf6\xac\xb2\x03\x2a\x3b\x70\xdb\xef\xee\x63\xf9\xae\x9e\xab\x3c\x83\xa1\x4c\x1e\xc3\xaa\x6c\x7b\x17\xe8\x54\xfe\x74\xda\xef\xf9\xd8\xff\x9e\xaf\xe7\xef\xef\xd1\x98\xf6\xb6\xad\xb2\x5d\x2a\xdb\xdd\x76\xdb\xef\x51\xf9\xde\xb6\xa9\x8b\xeb\xef\xef\xf5\x77\xad\xb2\x3d\x2a\x3b\x76\xdb\x23\xae\xe4\x4f\x53\x77\x80\x73\xdd\x3b\xb6\x60\x1e\x1f\x53\x99\xdb\x7e\xbf\x0d\x74\xe5\xef\xb7\x35\xfd\xf8\xfb\x3d\x6c\xbf\xdf\x33\x38\x39\xe8\x20\x4e\x0e\x3a\xce\xf9\xe5\x1f\x74\xf6\xa8\x7c\xdf\xd4\xa5\xf9\x1f\x58\x6b\x72\x40\xf8\x3f\xd8\xee\x3b\xed\x7b\x3e\xb6\xef\xf9\xa6\x7d\x1f\x65\x05\xbf\xdf\x36\xe3\xef\xe3\x9e\x92\x3f\x9d\xf6\x7d\x5a\xeb\xbe\xd9\x6b\x3e\xf1\x5a\xbf\x6f\xce\x54\xbf\xbf\x83\x63\xea\xef\xb8\xe3\xef\x77\x71\xfe\x7d\x0b\xff\xc7\xc8\x2b\x7d\x8b\x27\xf8\xc7\xa3\x21\x96\x8d\x9c\xf5\x97\x42\x5a\x03\x7f\x6a\x5a\xe9\xb4\x3b\x3d\x2c\xeb\x0c\x4d\x19\xd2\x54\xa7\xdd\xdd\x76\xdb\x77\xa9\x6e\xd7\x6a\x7f\x4c\x75\x87\xba\x6c\x9b\x60\x6e\xb7\x3b\x4e\xff\xdb\x6d\xdc\x3f\xdb\xed\x03\x3d\xd6\xde\x7e\x1b\x70\x22\x7f\x5a\x65\x7d\x2a\x73\xf0\xdf\xdb\xef\xec\x62\x79\x47\xd7\x1d\xf5\x7d\x98\xab\xfc\xa9\xcb\x86\xb8\x26\xa3\x61\xdb\xe9\x7f\x34\xec\x50\x79\x67\xdb\xd4\x1d\x8d\x1a\xf4\x53\x97\x8d\x46\x30\xce\xd1\x68\xe4\xae\xbf\x12\x16\xe4\x2f\x66\x05\xda\xbd\xf6\xae\x2a\xed\xda\xa5\x03\x55\x3a\x2a\x40\xd9\xa6\x6d\xdc\xb3\xe8\xa0\xdd\xc3\xc3\x15\x7e\x31\x2b\xe9\x77\x91\xe4\x8e\xfd\xae\xcb\x0b\x8e\xfd\xbd\x6d\xfa\x62\x4e\x4e\xf9\xc7\xae\x2a\xed\x5b\xa5\xbd\x1e\x95\xf6\xdc\x1d\x75\xdc\x21\x52\x3b\xee\xec\xe8\xfd\x3f\x6c\xb7\x71\x9e\xf0\x8b\x55\x8a\xe8\x1b\xb6\xdb\x7b\xce\x8c\x86\x6d\xbf\x4d\x5f\x7c\x49\x05\x0f\x3e\xde\xff\x66\x72\xcb\xdd\x6a\xf3\x15\x05\xf4\x1b\xcd\x1e\x6b\xd2\x5d\xa5\x49\x77\x95\x26\xdd\x55\xcc\xa5\x84\x5b\xb7\x31\xeb\x52\xd2\xee\xe1\x61\xd1\xee\x99\x43\xad\xdd\xdb\xa1\xb2\x1d\xab\x6c\x8f\xca\x5c\xa1\xa2\x8d\xb8\x95\x3f\xad\xba\x43\x2a\x33\x97\x82\x76\x1f\x0f\x95\x76\x7f\xc7\x6d\xdf\xef\x52\xb9\xd5\x9e\x04\x90\xb6\x25\x68\xb4\xe9\xa0\x69\x0f\xdc\x43\x9d\x36\xa0\xfc\x69\xea\x1e\xd3\x58\x8f\xf7\xad\x32\x1a\xd3\xd0\x15\xaa\xdb\x43\x82\x3b\x34\x02\x4c\x7b\xb8\x4f\x65\xd6\x98\x86\x34\xa6\xc2\xa5\xa4\x3d\xa2\xfe\x47\x56\xff\xa3\x0e\x95\x6d\x5b\x65\x34\xa6\x51\xaf\xd0\x9e\xe0\x8e\x06\x56\x5d\x1a\xeb\xc8\xe0\xcf\x27\x41\xd5\x6f\xbb\xe3\xf7\xe9\x02\xe4\x5b\x17\x20\xdf\xdf\xa6\xb2\x6d\xab\xac\x4f\x65\x7d\xb7\x7d\x07\xe7\xef\x77\x8c\x00\xe0\x77\xa8\x6e\xa7\x6f\xca\x48\x78\xf2\xb7\xdd\x4b\xa1\x8f\xbb\x59\xfe\xb4\xea\xa2\xa0\xe8\x5b\x17\x05\x7f\x67\x87\xca\xdc\xf5\xf7\x77\xa8\xfd\x8e\xd5\x17\x09\x80\xbe\x25\xa8\xfa\x78\x28\xb7\xfd\xdd\x42\xff\x5d\x1a\x7f\xd7\x1a\x7f\x97\xc6\xdf\xb5\x60\x0e\x10\xa7\xfe\xc0\x15\x8a\x7c\xa2\x1f\xdf\xa2\x1f\x9f\x84\x4a\xff\xd8\x1a\xff\x31\x8d\xff\xb8\x30\x7e\x12\x36\xfd\xe3\xae\x55\x97\xe6\x64\xd1\x9f\x7f\xdc\xa3\xb2\x5e\xa1\xfd\x80\xca\xcd\xfa\x77\xe8\xa2\xd8\xd9\x35\x6b\xda\xe9\x52\x59\xd7\x5d\xff\x0e\x5d\xea\x3b\xd6\x05\xb0\x43\x97\xa2\x8e\x75\xa9\xef\xa0\xa0\xd1\xee\x0c\xfa\x85\xf6\xc7\x54\x6e\x70\xdd\x21\x9c\x74\x2c\x9c\x74\x68\x4e\x9d\xe3\x42\xfb\x63\x6a\x7f\x6c\xb7\x1f\x51\x99\xd9\xbf\xdb\xa4\xbc\xd8\xee\xb9\xe3\xdf\xee\x6d\x53\xb9\x11\x60\xb7\x49\xd0\xde\x1e\x98\xf9\x6f\x0f\xa8\xde\xc0\x55\x8a\xec\xd0\xbe\xd8\xb1\x2e\x70\x3b\xa4\xa8\xd8\xd9\xb1\x14\x2d\x84\xd3\x9d\x5d\xdf\x3d\xd4\x7d\x3a\xc0\xfd\xb6\x39\xd4\x71\xff\x74\xda\x7e\xd7\x2a\xdb\xa7\xb2\x83\x42\xfb\x01\x95\x1f\x5b\x42\x05\xc1\xec\x74\xac\xb2\x1d\x2a\xdb\x73\xdb\x6f\x53\xdd\x6d\xab\x7f\x14\xca\x3a\xed\xed\x6d\xab\x6c\x97\xca\x76\x0b\xed\x49\xa8\xd9\xee\x5b\x75\x87\x54\x66\x09\x35\x7b\xd4\xff\xde\x8e\xdb\x7e\x6f\x44\xe5\x96\x50\x83\x97\xf2\x4e\xdb\x5c\x14\x3a\xed\x1e\xcd\xb3\xe7\x5c\x6a\x3a\x7e\x1b\x71\xe5\x1b\x91\xa0\xe3\xa3\x44\x20\x7f\x5a\x65\x07\x54\xe6\xe2\x8f\x78\x55\xc7\xe2\x55\x1d\xdf\xef\x52\x99\xc1\xbf\xdf\xc1\x31\xf9\xae\x50\xdb\x21\xfe\x25\x7f\x5a\x75\xfb\x54\x66\x70\xe2\xef\x52\x3f\xbb\xee\xfc\xfd\x5d\xaa\x6b\x14\x58\x1d\xba\x54\x74\x2c\xfe\xd1\xf1\xf7\xa8\x6c\xaf\x30\xfe\x03\x2a\x3f\x38\x30\x75\xfb\x48\x2b\x7e\xdf\x2a\x43\x9e\xd2\x41\x9e\x62\xb5\x47\xbe\xd2\xf1\xcd\x05\xb6\xe3\xa3\x52\x4c\xfe\xd4\x65\x1d\x94\x31\xe4\x4f\xa7\x7d\xa7\xdd\xa1\xf2\x6d\xab\xee\x1e\x95\xed\x5b\x65\x7d\x2a\xeb\x17\xda\x8f\xa8\xdc\xac\x7f\x07\xcf\x14\xf9\xd3\x2a\xdb\xa5\x32\x97\xfe\x3a\x7e\x8f\xca\x7b\x56\xdd\x63\x2c\xeb\x18\x9a\xee\x74\xb6\xa9\xcc\x15\xaa\x3b\x1d\x82\xdb\xd9\xb5\xea\xd2\xf8\x3b\x03\xab\x6c\x48\x65\x43\xb7\x3d\x5e\x36\x3a\x9d\x6d\x0b\x57\x78\xa9\xe8\x74\xb6\xcd\x9e\xec\xe0\x39\x23\x7f\xba\xed\x77\xa8\xee\x8e\xd5\xd7\x2e\xe1\x74\xd7\xec\xdf\x0e\xd1\x44\x81\xff\x76\x3a\x5d\xea\xbf\x6b\xf5\x4f\x17\x85\x8e\x45\x3f\x9d\x2e\x8d\xbf\xeb\x5e\x4a\x3a\xfb\xd4\xd7\xbe\xb5\x7e\x78\x29\xef\x74\xf6\x2d\x98\x07\x84\xa7\x83\x02\xfe\xf1\x52\x21\x7f\x9a\xba\x3d\xaa\xdb\xb3\x70\xda\xa7\x75\xee\xbb\xfd\x6f\xe3\xa5\x58\xfe\xd4\x75\x77\x68\xae\x3b\x43\x03\x73\x07\x15\xa5\x9d\xdd\x1d\x97\x7e\x76\x77\xb1\xee\xae\xb9\x94\x75\x76\xf7\xa9\x6c\xdf\xd0\xd4\xee\x01\xf6\xb3\x5b\x18\xff\x6e\x8f\xea\x1a\xf9\xb3\xb3\x8b\x67\x42\x67\xd7\x9c\x09\x9d\xdd\x3e\xb5\xef\xbb\xf4\xb3\x8b\xf2\x63\x67\xb7\xbf\x67\xd5\x1d\x50\x99\x59\xff\xdd\x01\xf5\x33\x70\xd7\x6f\x77\x40\xed\x8d\x02\xb1\xb3\x3b\xa0\xb9\x0e\xfa\x56\x19\xae\xdf\xee\x71\xa1\xfd\x90\xc6\x35\x34\xb8\xde\x1d\x8e\xa8\xcc\xcc\xbf\x4b\x3c\xb1\xdb\x76\xe4\xd7\x4e\x97\xf8\x62\xb7\x7d\x60\xd5\x1d\x52\x99\xd5\xde\x47\x3a\xeb\x16\xf6\x5f\x97\xce\x9f\xae\x3f\xb0\xea\x52\x7b\x73\x29\xec\x74\x77\x70\xfe\xdd\x1d\x97\x7f\x74\xf1\x06\x24\x7f\x9a\xba\xb4\xfe\xdd\xae\x6f\x95\x6d\x53\x59\xa1\x7f\xbc\xa1\x75\xba\xdd\x9e\x55\x97\xc6\xd4\x3d\xb6\xca\x46\x54\xe6\xd2\xdf\xde\x36\xf2\x8a\x3d\x6b\xaf\xee\xed\xe1\x9a\xec\x99\x33\x49\xde\xc5\x1a\xe0\x25\xec\x5e\xea\x47\xa3\x11\xb4\x97\x3f\xf5\x05\xb6\xad\x2a\xdb\xa5\xe0\xe8\x81\xca\x82\x36\x96\xe3\x45\x0d\x0d\x06\xfa\x61\xcc\xd3\x35\xcb\x04\x4f\x83\x19\x9a\x41\x91\xfb\x6a\x3e\xc3\x6c\xf3\xb1\xf1\xb8\xd1\x2f\xfe\xe0\x17\x97\x2d\x78\x20\xec\x47\xab\x52\x14\x23\x71\x21\xd2\x2f\x6c\x19\x64\xac\x57\x01\xc4\x36\x83\xd6\x3e\x4c\x3a\x34\xd7\x59\xba\x14\xee\x30\x6e\xee\xfe\x29\x3e\xb5\xe9\x30\x59\xf9\x4c\xa4\xab\x30\xb3\xd2\x7f\xae\x82\x56\x98\x9d\x42\x2b\xdb\x41\x2d\xc8\x74\x88\x8a\xde\xf2\x3a\x8c\x42\x89\x0f\xc7\xcf\x6f\xec\xe0\x28\x8c\xf5\x15\x96\xc1\x5b\xab\x4a\x29\x39\x0f\x63\x76\xc4\xda\x0d\x36\xe7\xd7\xec\x88\x15\xdf\xc4\x54\x5c\xc0\x26\x3a\x83\x60\x8b\x89\x8e\x18\x2a\xb1\xf4\xa7\x52\xa3\xf3\xf6\xc7\xf3\xf6\x47\xf6\xf9\x33\x60\xf1\xc7\xf2\xf7\x39\xbf\xfe\x78\xee\x7f\xac\x8a\x27\xaa\xfd\x31\xe4\x78\x7e\x3c\x92\xe3\x53\xce\x18\xf3\x70\xc2\x8e\xd8\x4b\x9e\xcf\x5a\xd3\x28\x49\xd2\x5a\x4d\x0e\xfe\x89\x1c\x79\x9d\x6d\xb1\x8e\xe5\x28\xb5\xa9\xdf\x70\x02\xfd\x6a\xef\x0e\x9c\xbd\x04\xfc\xa4\xc2\xdb\x65\xc3\xec\x00\x4a\xdb\x86\x02\xa8\x93\x50\x9a\x05\x28\x85\x40\x84\x26\xab\x9f\x0e\x3f\xe8\xce\xde\x8e\x8c\x57\xbd\xac\x40\xe9\xa0\x91\xb8\x03\xb1\x0f\x39\xa6\x2b\xbe\xe1\xcd\xf6\x1f\x4b\xfe\x55\x9a\x13\x30\xc0\xb5\x07\x64\x11\x7e\xf1\x5d\xba\x44\xff\x9b\x49\x58\x6b\x50\xee\x43\xc2\xba\xd1\x06\x12\x36\xdf\xff\xb1\x24\x6c\xf5\xfb\x0d\x24\x5c\x80\xf2\x87\x93\xf0\xb1\xca\xa0\x57\x69\xc2\x55\x41\x24\xdf\x87\x1c\x75\xab\xb3\xbb\xf7\xaa\x69\x4e\x96\x2a\xa3\x85\x32\xb9\x49\x94\x6e\x34\x9c\x50\xd8\xa4\x71\x14\x01\xbe\x85\x06\xba\x36\x00\x2d\xc5\xb5\xde\xd0\xf6\x38\xcc\xd2\x4d\xcd\xbf\x09\xe3\xda\x60\x50\x19\x8e\x48\xd6\x72\x2b\xdb\x28\xa5\xca\xfa\x67\x2e\x54\x19\x37\x9b\x4e\x4a\x88\xea\x2f\x99\x28\x1a\xb4\x97\xed\x87\x5a\x16\x4f\x38\x82\xe0\x19\x15\x8b\xa2\xec\x77\x9e\x3a\x0c\x64\x1b\x82\x88\xe3\xae\x05\x47\xcc\x29\xfb\xe1\x07\x86\xdf\xda\xd7\xbc\x5d\xaf\x02\x65\xdb\xf4\xa8\x20\xb3\xaf\x17\x79\x38\x0f\x7f\xc7\x8c\xeb\xbd\xd3\xc1\xc9\xc9\x86\x01\xfe\x09\x7a\x71\xc0\xfa\x0a\x48\xbf\x78\xf8\xa3\x7d\xd5\x46\xab\x9a\x96\x4b\xdb\x24\x71\x00\xf2\x9c\x0e\xda\xaa\x03\xcc\xee\xca\xd3\x34\xbc\x12\x94\xe0\x55\x8e\x89\xcc\x79\xb9\x65\xcb\x98\x6c\x34\x9e\x6c\x19\xde\xe1\x53\xa0\x4c\x83\x3f\xdf\x6f\xb7\xd9\x0f\x3f\x20\xf3\xc1\xf9\x62\xf1\xee\x54\x22\xda\xfe\xb7\xb5\xe5\xd8\x00\x86\x71\x98\xb7\x2c\x8b\x3f\xe2\x5f\xb8\xa6\x70\x79\xea\x1c\x28\xc6\xae\x0a\x38\xfb\xfc\x99\xea\x99\x21\x74\xc4\x7e\x5b\x2f\xa2\x2c\xe0\x3b\xc1\x54\x8f\x09\x21\x3e\x3c\x82\x37\xa2\xed\x69\xdd\x1d\xd5\xd6\x16\xb8\x69\xb4\x5a\x2d\xf6\xdf\x61\x09\x32\x0f\xda\x2e\xe4\xc9\x1e\xdf\x46\x08\x66\x32\xa7\xeb\x28\x92\xab\x96\x95\x9a\x4f\x0f\x0a\xcd\xa7\x7c\x3a\xd5\xcd\x65\xbf\x03\xc7\xa1\xe5\x44\xf9\xaa\x55\x80\x12\x7e\x01\x94\xf0\x0f\x34\xa8\xf7\x22\x85\xec\x31\x60\xec\x59\xd5\x78\xbb\xd8\xb8\x7b\xd3\x38\x46\xd5\x50\xa6\xc5\xd9\x4c\xbb\x6d\x0d\x65\xb4\x8c\x22\xe4\x09\x9b\x5a\x8b\x62\x6b\xd1\xad\x57\x2e\x27\xf8\x8e\xdb\x55\x3b\xd3\xe9\x74\x52\x59\x77\xbb\x54\x77\x1b\xea\xa2\xe7\x2e\x05\xcc\x3b\x64\x62\x9e\xfc\x16\xda\xc6\x82\xcb\x6c\x09\x9e\x1b\xca\xdc\x1d\xc5\x7d\x08\xbb\x11\x4e\x5c\xaf\x9c\x48\xf2\xdd\x8b\x19\x82\xb3\xe4\x22\x9c\x6c\xb6\x10\x01\xcb\xf8\x1a\xf6\xd3\x4c\x0a\xe2\xec\x14\xfd\x03\xe4\xb6\x9b\x4c\xa0\x42\x08\xb6\xb6\x99\x4e\x30\x26\xe6\x3f\x7d\xdb\x61\x50\x3c\x04\x8c\x6b\xcc\xbf\xfa\x21\xf0\xf6\x0e\x27\x80\xc3\xe0\xec\x83\xbb\xcc\xe7\x36\x59\x32\xda\xe9\x08\xee\x7c\x46\x7f\xc5\x92\x98\x30\x25\x55\x31\x46\xb3\x3c\xd5\x31\x6e\xbf\x16\x9f\xc5\x40\x28\xab\xa0\x95\xe5\x65\xc9\xc7\x09\x82\x41\x8e\x5b\xe9\x15\xd9\x9f\xde\x1a\x0a\xc3\x09\x44\x67\x85\x82\x82\xd0\x06\xea\x6f\x2b\xbe\xc1\x8a\xba\x2f\xa2\xb6\x14\xeb\x48\x2e\x25\x56\xfe\x93\x3a\xa4\xf5\xba\x34\x49\x7e\x4d\xaf\xd8\x93\x23\x04\x49\x8d\xe4\xdf\xb5\x42\x8c\xa8\xe9\x54\xb2\xce\x9f\x98\xcf\x0e\x31\x0e\x81\x2d\xd2\xa6\x57\xce\xea\xfd\x2c\x28\x5f\xf3\x72\x4c\x91\x47\x28\x85\x20\x91\x28\x22\x3b\x99\x4e\x33\x91\x17\xa8\xd7\x5a\x87\x9b\x56\xd5\x0d\x97\x72\x21\x72\xab\xaf\x69\x9a\xcc\x5b\x95\xfb\x0d\x03\xf1\x53\xc0\x65\xf4\x44\x77\xc7\x52\x84\x55\x0d\x26\x59\xe4\x9f\x10\xa9\x9b\x48\xc7\x01\xf0\xa0\x2a\xf4\xf2\x59\xb1\x96\xa1\x2e\x28\x2d\xd0\x16\x25\x11\x68\x98\xbe\xad\x64\x74\xf2\x0b\x44\x3c\x6e\x30\x11\x4f\xe8\xb7\x95\xde\x86\x40\x7b\xa6\x12\x5e\x01\x57\xda\x3c\xda\x6a\x5f\x88\xcf\x62\x3e\x98\x40\x2d\xd8\xee\x49\x05\xe9\x15\x02\x9d\x98\xc6\xf5\x12\x2d\xfe\x88\xa0\x15\x3d\x8e\x53\xc1\x2f\x9d\xdc\x33\x06\xc3\x0f\x8f\xd8\x32\x26\xbb\x7f\x27\x29\xb2\x9a\x29\x26\xc9\xd1\x08\x30\xf3\x7a\xa0\x65\x0c\x5d\xd5\x9e\x9e\x3c\xb4\x68\x67\x1c\x19\xac\x5a\xad\xee\x3c\x53\x05\xbe\x5e\x37\xf8\x7f\xf2\xa4\x62\xd2\x66\xed\x1e\xb8\x03\x53\x21\x33\x54\x32\xea\x3c\x6d\x69\xda\xa8\x55\x2d\x6f\xbd\xb8\x01\x4d\x13\x1b\xf1\xa5\x4d\xb9\x61\x43\xe2\xbe\x40\x27\x9b\x89\xbb\x25\xfe\xf1\x9b\xb0\xba\x95\x1c\xd8\x19\x84\x41\x9d\x54\xb6\xf8\xaa\x4d\x56\xc8\x62\x69\xef\x33\x11\x4f\x9c\xc0\x56\x4e\xbb\x62\x4d\xd6\x24\x82\x06\x84\xcb\xaa\xa9\xc0\x90\x20\x2d\x3e\x99\xd4\x3c\x0a\x4c\x12\xcc\x78\x7c\x21\xa2\xe4\x62\x8b\x5c\xc1\xbc\x06\xf3\x72\x71\x9d\x6f\x2d\x22\x1e\xc6\x5e\xe3\x81\xe7\xb7\xfc\xae\xc7\x9e\x3c\xf0\xbc\x07\x75\xca\xcc\x79\x0b\xa8\x09\xcf\x45\x19\x4e\xa7\xed\xef\x35\xdb\xfb\x4d\x07\x5a\x31\x5e\xca\x4c\x9e\xb1\x5b\xbf\x65\x5b\xf0\xcb\xff\xf6\xe8\xcc\x80\xab\x7c\x22\x16\x80\xa4\xd6\x69\x9e\xa4\xfc\x42\x40\xd2\x7b\xda\x01\xff\x21\x1b\xca\xfe\xaf\x42\xb1\x62\xc7\x22\x88\x78\x4a\x6e\x73\x88\x81\xc7\x90\xb6\x00\x65\x51\x0c\x9d\x3f\x17\x6c\xcc\xb3\x30\x60\xd9\x8c\xa7\x62\xc2\x96\x90\xed\x26\x54\x39\x00\x78\x8e\x5e\x42\x49\xc2\xb2\x39\xb8\xf9\x27\x6c\x82\x98\x60\x13\x81\x59\x09\x27\x30\x5e\xca\x65\x2b\xf9\x35\xf4\xa5\x1d\x61\x8c\x67\x1f\x64\xe1\x00\xef\xeb\x78\x92\xac\xd8\x2c\x41\x97\x6a\x1c\x5a\x21\x7c\x89\x3c\xac\x78\xc6\x16\x72\x2b\x25\x53\xaa\x23\x2f\x74\xb5\x7a\x8b\x59\x89\x8a\x64\xed\xf8\x8a\x47\xe1\x84\x2d\xe3\x3c\x04\xa7\x61\x88\x79\xc0\xa3\xf0\x77\x1d\x41\x05\x33\xd3\xe2\x08\x11\x14\x8e\xe1\x4c\x8e\x48\xa7\x7b\x54\xd1\xee\x79\x0a\xf7\x55\x2b\x56\x3b\x79\xb6\x9b\xd4\x17\x14\xb1\x00\x42\xe8\xa9\x90\xd6\xbf\x27\xc9\xdc\xf6\x8d\xa2\x19\xfd\x77\xb2\x84\xf5\x56\x91\xb1\x21\x43\x46\x3e\xd3\xe9\xd5\x59\x94\x04\x72\xb0\x42\x67\x42\xb7\xc7\x29\x81\xd2\x80\x4c\x56\x4d\xef\x2f\xaf\x5f\xbf\x94\x27\x87\xdf\x6e\xff\xbb\x15\x35\xa7\x9f\x86\x62\xca\xd0\x5a\x6d\xad\xc7\xaf\xdd\xf2\x71\xb8\x72\x1f\xc9\x61\x06\xc9\x82\xc2\x57\x80\x04\x1a\x85\x8b\x71\xc2\x53\x3d\xec\xfe\x9a\x4d\xc4\x94\x2f\x23\x48\xec\x43\x1e\xf4\x4a\x92\xef\xbf\xe8\x0d\x9e\xb3\xd3\xc1\xc9\xe9\xe9\xeb\xb7\xa7\x96\x7f\x2e\x38\xe7\xae\x71\xc6\xe4\xbd\x7c\x8f\x49\xdb\x04\x00\x8e\xc0\xc5\xa1\xcf\x04\xf3\x10\xbd\x4d\x3d\xe0\x66\x9c\xe4\x61\x20\x3c\x2b\xaa\x03\x10\x81\xb3\x10\x0a\x9d\xb2\xee\x74\x2d\x59\x80\x85\xcd\x5f\x96\x9d\xbd\x76\x47\xe2\x51\x53\xab\xc4\x51\x36\x93\x03\x0d\x63\xc6\x25\xc9\x5f\xe6\xc9\x82\x41\x73\x8a\xc6\xa2\xfd\x9f\x15\x35\x80\x6f\xb2\x88\xa2\x16\x63\xbf\x2c\x3b\x9d\x2e\x06\x53\xd4\x38\x1b\x9e\xfc\xfc\xec\xec\x19\x7b\xf5\xfa\x6c\xd8\x60\xff\x5e\xcb\xc3\x3c\x12\xf5\x42\xe2\x4b\x89\x2b\x1d\x40\x44\x53\x19\x54\xb5\x67\x41\xc3\x79\x65\x8d\xe6\x4c\xd6\xa1\xc9\x74\xbb\x3d\xd3\x01\xfe\x6d\x11\xc9\x0b\x32\x6c\x84\xf0\x8e\xb4\x57\xc1\x7d\x17\x12\x9a\xeb\xbb\x5c\x0f\x0b\x67\x3c\x8d\x45\xa6\x7d\xd2\x29\x91\xb3\x4a\x99\xbd\x06\xb7\x3d\x0c\xe7\x42\xd9\x3d\xd3\x65\x1c\xeb\xc3\x08\x87\x2b\x01\x1d\x8b\x05\x58\x30\x7a\x58\x74\x1a\xa4\x49\x14\xbd\x49\x52\x4c\x9f\x97\x49\x06\xaf\xbf\x08\x11\xab\xd2\x07\xac\xf4\x8f\xea\x9d\x11\x76\x8a\xed\xdf\x9f\xdd\xde\xf6\xfd\x59\x6b\xc0\xe3\x58\x4c\xb0\xe6\x47\x97\x4d\x21\x4a\x24\x13\xd1\x27\x67\x83\xa5\xe2\x22\xcc\x20\x1d\x2e\x12\x32\x1e\x5c\x58\x76\x82\x6c\xa9\x40\xc0\x94\xbf\x64\xb2\x84\x53\x58\xd6\x0f\x9d\x7a\x4a\x02\x50\x7d\x7c\x61\x49\x2c\x21\xa1\x13\xb4\x7a\xe9\x31\xed\xd8\x0a\xbc\x56\x97\x10\xed\x21\x8c\xaf\x92\x4b\x01\xbb\x42\x3d\x19\x16\xb8\x1e\xec\x70\x93\xec\x73\xeb\x41\x69\xc4\x88\x0c\xaf\x61\x65\x93\x80\x01\xa0\x58\xa0\x47\x90\xc4\x1f\x80\x57\xd6\x90\x65\x2a\x19\xb5\x82\x8d\xe2\x1f\x2d\xc9\xe6\x51\xdc\xb3\x12\x74\x22\xe8\x06\x6b\x1b\xc9\xce\xea\xe1\x8c\x8f\x6b\x39\x1f\x3b\xc9\xd2\xf8\x18\x25\x58\x80\x19\xc8\xd3\x59\x58\xb1\x0d\xe1\x6f\xea\x1e\x32\xef\xc8\x06\xf4\xf7\xc9\xa4\x01\x2c\xbd\xa1\xc7\x5e\x9d\x14\x4c\xa5\x3b\x48\x2f\xc2\x78\xc2\xeb\x87\x7a\xe9\x20\xb4\x13\x5b\x81\x30\xc6\x96\x0b\xf4\xaf\x67\x57\x3e\xe3\x8b\x85\x97\x41\xc0\x98\x8b\x14\x0e\xee\x05\x72\x2e\x05\xee\x25\x5f\x8f\x05\x73\x90\xe2\xc5\x49\x2c\x3c\x0a\xf9\x31\xa6\x84\xb1\x56\x7c\x17\x48\xb1\xab\xc3\x15\x28\x58\x15\xd8\xf5\x62\x88\x3f\xa1\x63\xc8\x6e\x44\x6e\x21\xa5\xd9\x43\xc5\x33\x80\x99\x93\xd4\x60\x63\xda\x41\x31\x84\x83\x44\xe4\x66\x58\xb5\x5c\xd2\xca\xd6\x71\x60\xd6\xa2\x0a\x3e\x65\x08\xb7\xe4\x94\x16\x08\x58\xa2\x56\x05\xaa\x72\x75\xee\x08\xf6\x85\x3c\x48\x6a\xc5\x89\x53\x32\x04\xea\x2c\xe7\xe3\x4c\x25\xac\x88\x13\xc9\xe9\x16\x14\x45\x2e\x8c\x19\x05\x77\x83\x34\xdc\x19\x45\x5b\x10\xb9\x08\x72\x7c\x5b\x45\x60\xeb\x64\xe9\x41\xd0\x0a\xbb\x36\xf2\xf7\x28\xcc\x25\xeb\xe5\x2b\x08\x22\xa4\x5e\xd3\xc3\xec\x0d\xd5\xec\x2d\x16\xc6\x91\xf6\x66\x8c\xa7\x52\x84\xa9\x2a\x91\x04\xfe\x92\xc7\xe1\x54\x64\xb9\xad\x4a\x99\x53\x19\x3b\xba\xa1\x81\x42\x4e\x71\x48\xaa\x71\x4b\x4e\xe5\x87\x1f\x9c\xbf\x5b\x86\xc6\x9d\x7b\xab\x03\xc3\x8a\x6d\xfa\xc6\x46\x22\x88\x8c\x10\xdd\xc6\x3a\xc0\x43\x23\x28\xc9\xe5\x68\x95\x19\x04\x6e\x55\x4c\xdd\x8b\xdb\xf7\x6f\x92\x95\x1c\x32\x6f\x91\x2c\x96\x0b\xef\x4b\x5d\xb3\x0f\x9b\x52\x6e\x42\xa8\xec\xc9\xc9\x62\x28\x89\xe2\x42\xe4\x03\x4a\xd6\x81\x79\xa5\x64\x09\xca\x37\x92\xe9\xc0\xd9\x16\x66\xec\x11\x65\xf4\x88\xd6\xea\x4c\x7b\x84\x09\xe1\x20\xb0\x8b\x02\x98\x27\x8b\x79\x22\x0f\xd4\x94\x4d\x93\x00\x33\xa8\xf1\x71\xcb\x65\x53\x30\x61\xd3\x6d\x0d\x18\x5e\x35\xd5\xdf\x11\x23\xc4\x0b\x0c\x4a\x14\xed\x7f\xa9\x97\x12\x89\x4d\x44\x10\xce\x79\xc4\xfe\xa6\xd4\x76\x33\x01\xd7\x9f\x2f\xc4\xd7\xf0\x8a\x3c\x49\xe6\x18\x35\xd1\x3a\xb8\xe5\x90\xa3\x50\xc4\xf9\x69\xf8\xbb\x63\x75\x32\x49\xe6\xce\xe5\x71\x92\x40\x65\x08\xd2\x1e\xc6\x17\xd8\xe8\xad\x08\x80\xf6\xca\xa9\xcd\xd4\x88\xac\x80\x49\x77\x19\x45\x49\x27\x79\x8f\x61\xb4\x48\xfb\xb1\x79\x30\x84\x95\x3b\x8f\xe6\x19\xd6\xff\xca\xe1\x60\x6f\x6e\xa2\xe0\x64\xb1\x2e\xa4\x92\x89\x84\x4e\x39\x0a\x5a\xb7\x75\x96\x8b\x79\x59\x56\x57\xa2\xc4\xb3\xb3\x97\x2f\x8e\x93\x00\x92\x3f\x51\x2c\x6c\xfa\xcb\xa4\xe2\x71\x80\x06\xc9\x62\x6d\x4f\x4e\xfe\x7d\xaa\x2a\x9c\x25\x03\xd5\x91\x3b\x4b\x04\x59\x4c\x70\xa6\xca\x5b\xe2\x5a\x04\x83\x64\x3e\xe7\xf1\xa4\xe6\x49\x88\x9e\x9b\xeb\x6c\x1a\xa6\x62\x9a\x5c\x0f\x55\x82\x27\x8b\x8d\x9c\x5c\xc4\x98\x4f\x3d\xcc\x5a\x6c\x34\xaa\xca\x5a\x47\x56\x25\xf2\x7c\xe6\xf8\x25\x4d\x93\x94\x82\x88\xe9\x97\x14\xdc\x9b\x72\xba\xfa\xf9\xe4\x37\xcc\x74\x6f\x2c\x14\x5a\xc5\x37\xf3\x37\x3c\xcb\x45\x25\xa2\x31\x40\x06\x64\xa9\xc1\x48\x11\x88\x4f\xd8\xf1\x6a\x11\x5e\x25\xb9\x38\x64\x27\x31\x6a\x12\xc4\xd6\x08\xa7\x29\x39\xe2\x96\xb8\xce\x45\x0c\x21\x7e\x44\x7c\x15\xa6\x49\x0c\xe9\xb9\x20\xdb\xbb\x17\x45\x18\xe3\x9b\xe2\x45\x3d\xd2\x9d\xbe\x15\x7c\xf2\x88\x2d\x74\x78\xa0\x16\x93\xd0\x31\x39\xaa\x0b\x06\x73\xe4\x01\x39\xf2\x68\xc5\xd7\x70\x79\x87\x54\x61\x14\x28\x4e\x71\xde\x29\x24\x66\x07\x9e\x36\x8e\x92\xe0\x32\x63\x3c\x08\xa4\x78\x2f\xa9\x3e\x13\xc1\x32\x0d\xf3\x35\x4b\x05\xcf\xac\x68\x6a\x77\xa0\xae\x3c\x61\x0b\x40\x9e\xc4\x53\xeb\x76\x93\x20\xac\x9c\x2d\x83\x40\x88\x89\x7b\x43\x83\x4f\xa3\x34\x99\xdf\x8b\xf8\xf4\x8e\xab\xa2\x41\x00\xf9\x95\x44\x28\xa9\x70\xa7\x0d\x52\x41\x12\x4d\x44\x4a\x82\x5c\x18\x07\x49\x9a\x0a\xc8\x2a\x4d\xf9\xcb\x5c\x1a\xb5\x68\xb0\x40\xaa\x10\x8f\x4d\xf0\x89\xbc\x83\xe1\xb0\x41\x9d\xa8\x28\xb2\x6c\x43\xe4\xd0\xe8\x20\x15\x18\x6c\x4e\xca\x41\xf6\x75\xb4\xb8\x5a\xaf\x21\x23\xed\x17\x06\x7f\x66\xec\x3d\x4f\xc3\x64\x99\xe1\x9f\x02\x1e\x1e\xd5\xfd\xb5\x08\xa5\xa4\x0a\x45\x10\x2d\xb8\x50\xa2\x22\x07\x7e\xab\x91\x6c\x96\x29\xf6\x84\xa7\xb0\x97\xe1\xf7\xfa\x4d\xb0\xc6\xc9\x64\x8d\x39\x58\xe9\x1a\x0e\x05\xb5\x39\x0f\x51\x41\x51\x2f\x5f\xda\x6d\x32\x40\x28\xe6\x85\x60\x22\xa6\xec\x88\xd5\x24\xe3\x6c\x48\xc4\x45\x52\x7c\xa9\xb3\xa3\x1f\x81\x97\x42\x06\x5a\xad\x64\x67\x3f\x61\xe1\xa1\xae\xa8\xc4\x32\x42\xd5\x91\x53\xfb\xf3\x67\x66\x95\xcb\x53\x18\x95\xdb\xaa\x10\xb5\x5c\x28\xfd\x8b\xf4\x02\xf9\xc7\x32\x13\xa9\x97\x51\xc0\x41\x2b\x0f\x9a\xd2\xa8\x64\x18\x5a\x4d\xd2\xd7\x07\x41\x69\x24\x72\x7e\x29\x58\x98\x23\xa8\x49\x48\xc4\x15\xc6\xf0\xb0\x0b\x0a\x14\x9e\xb1\x2c\x5f\x4e\xa7\xea\x0e\x2a\xe9\x2d\x93\x8c\x2d\xbe\x54\x62\x27\x26\x74\x85\x61\x91\x40\xe1\x49\xcc\x7a\x87\x36\xe2\xd5\xcd\xd8\x0b\x83\x24\xf6\x0e\xe5\xa8\x68\xee\x2d\x59\xd2\x60\x8e\x56\xf6\x42\xe4\xc7\x3c\xe7\xef\xd2\x88\x6e\x8c\x5b\xe1\x9c\x5f\x88\x6c\x4b\xd6\x6d\x1e\x74\xbd\x3a\xe4\xee\xf8\xa2\xb2\xab\xe6\xa4\x89\xb0\xa0\x42\x51\x43\xdd\xe5\xf4\x26\x45\x32\x51\xd8\x7f\x88\x7f\xc2\xd8\x14\x0c\xba\xa2\xca\x2a\xaa\x48\x8e\x6d\xda\x22\x5d\xc9\x7b\x9e\x66\xb5\x9b\x75\x22\x0d\xf6\x37\x0f\xda\x7a\x87\x08\xe3\x4b\xdd\x24\x82\xa5\xfb\x84\xdd\xa8\x46\x83\x25\x4c\xc2\xf0\xe2\x56\x12\x07\x51\x18\x5c\x96\x33\xc3\x31\x35\x2b\x38\x0b\x94\xa8\x8d\x19\x6e\xa2\x24\x13\x94\xe7\xf3\xa9\x91\x0a\xe2\xc2\xa1\x1f\x67\x79\xba\x0c\x72\x10\x20\xa5\xe8\x41\x6a\x10\x29\x71\xa5\x22\x48\xcc\x29\x7f\x42\x71\x1c\x33\xad\x7a\x86\xe0\x94\x18\xe3\x68\xb1\x1c\x47\x61\x20\x59\xf7\x64\x6b\x05\xe9\x3a\xe7\x62\x3e\x56\xdb\xdc\x44\xe1\x44\xb9\x63\xe3\x83\xbd\x79\xf5\xb3\x9e\xfb\xc2\xcc\x1a\x49\xb9\x0d\x09\x4e\xa0\x3a\xc1\x5f\xcb\xad\xd4\x56\x2e\x0a\x92\x8e\x44\x6a\x25\x64\x54\xaf\x5c\xfa\xcd\x0a\x4a\x67\x4a\xe4\xaa\x90\x9e\x7a\x13\x38\xe0\x4d\xfc\x57\x33\xdb\x8a\xf1\xdc\x32\x79\x49\x14\x5f\x85\x00\xd9\xf0\x4e\x48\xb0\x52\xbe\xa5\x22\xfb\xc3\xb0\x42\x32\x2e\x07\x49\x6f\x13\x1e\xd4\x51\x6d\x46\xf7\x85\xf5\x70\x2a\x66\xd1\x74\x14\x51\x23\x49\xf2\xb9\x85\x6b\x88\x95\xa8\x89\x6b\xc3\x54\x83\x28\x89\x45\x79\x13\xa9\x9d\xe1\xf4\x58\x33\x53\x6e\xd8\x13\x75\x6f\x14\xa7\xf4\x12\x4f\x48\xc0\xc8\x87\xf6\xc2\xe9\x71\xeb\x40\xce\x2a\xc1\xbc\x35\xc2\x02\x45\xd8\x88\x80\xeb\x20\x84\x90\xa7\x14\xef\x28\x35\xeb\xf7\xbf\x0d\x33\x95\xf7\xb8\xc4\x9e\xa9\x84\x53\xb1\x94\xb2\xb8\xb5\x61\x3d\xe1\x5b\xc5\xa2\x82\xf5\x62\x38\xad\x98\x88\x99\x6d\x98\x51\xb4\x72\x38\x9b\x41\x9f\x7e\xc7\x69\x6e\x02\x79\x8b\x58\x37\x4e\xf2\x99\xae\x4b\x4c\xc9\xa5\x92\x2d\x9c\x4a\xe3\x46\x4f\x87\x4a\x64\xc2\x4c\xb2\x6a\x6c\x2a\x6b\x64\x0b\xa9\x36\x56\xd9\x0f\x3f\xb8\x58\xdd\x8c\x56\xbd\x57\xe8\xe1\x54\x47\x5e\xe5\xb9\x9d\x70\xc7\xc6\x47\xe5\xa3\xac\x4e\x3a\x8d\x9a\x04\x4c\xa6\x1e\xd2\x3b\xdc\x26\xde\x64\xb4\xb8\x06\xfa\x06\x6c\xe4\xc9\x69\xe9\x65\xd7\xc1\x85\x77\x6e\xda\x59\xe9\xc9\xe9\xbd\x9f\x79\x0d\x53\x46\x83\x80\x84\xe7\x77\x3a\x97\xde\x26\xab\x41\x12\x7d\xbf\x93\x09\x45\x67\xf5\x26\xef\xe8\xd0\x11\x06\x46\x08\x14\x20\x3f\x7b\xc9\x95\x48\xa7\x51\xb2\xf2\xd8\x38\x54\x91\xc4\x31\xe7\x39\x2a\xc5\xf1\x41\x92\xde\x2d\x41\x33\xae\x02\xbc\xcf\x78\xc6\xc6\x42\xc4\x6c\xce\x27\x50\x79\x9e\x10\x81\x52\x48\x7b\x7a\x70\x57\xe9\x8c\xf1\x25\x9e\xcc\x5d\x24\xa0\x0c\xdf\x25\x98\xca\x88\x1b\x66\x3a\x7b\xd2\x4a\xb0\x48\xf0\x4a\x70\x64\x73\x03\x49\x9e\x79\x96\x53\xf1\x03\x1d\x1b\x9a\xc0\xc2\xb3\x59\x46\xac\x4c\x4d\x52\xce\x11\xef\x7c\xf8\xce\x0c\x51\xa6\x09\xbc\x1c\xbd\x94\xa1\x80\xeb\xd2\x30\x50\x27\x14\xad\xf1\x11\x8e\xc7\x6b\x3d\x79\x79\x3d\x4b\xc3\x38\x07\x0e\x6b\x99\x1e\x06\x9c\xb2\xc5\x07\xe9\x56\x04\x51\x1f\x21\x2a\xfe\xc6\x03\x52\x2e\x96\xe4\x11\xf2\xe7\x5d\x0e\x46\x42\x82\x65\x44\x74\x43\x2b\xcd\x51\x92\x45\xfe\x49\xe3\x40\x67\xce\xa6\xcf\x6a\x91\xf5\xfe\x92\x18\x43\xa2\x54\x5b\x48\x2e\xb5\x6a\xef\xde\x2d\x89\x78\xad\x7d\x93\x26\xab\x06\x8d\xad\xe1\x74\x6c\xb1\x6a\x39\xdb\x23\x39\xe7\xa7\x26\xf7\x2e\x4c\xe6\x88\x5a\xea\x72\x3d\xea\x23\xf6\xf0\xa1\x0d\x6d\x93\xa4\xe2\x52\xff\x5d\xe5\x14\xb5\x0c\x72\x35\xbf\x62\x29\x80\x08\xfe\x75\x96\xc3\xe2\x6c\xb0\x27\xff\xc9\xab\xf3\x15\x12\x13\xce\xc3\x95\x99\x88\xd4\x36\x48\x4d\xb4\xee\xe0\xf0\xa4\x19\xdf\x46\xb4\xdc\x55\x6a\xc2\x86\x35\x85\x96\x86\x8d\x8e\x86\x8b\x83\x6a\x21\x6a\x03\x39\xde\x26\x42\xd1\x80\x2b\xa5\x0b\x85\x9b\xbb\x8a\x51\xa5\xc9\xdf\x26\x48\xe1\xfa\xc3\x99\x5e\x49\x04\xf0\x65\x33\x25\xc0\xe7\x4a\x42\xa8\x96\xb2\x8a\xeb\x7a\x77\x39\xab\x8c\x89\xcd\x60\xbf\x45\xd6\x4a\x93\xd5\x96\x5a\xf3\xdb\x25\xad\x12\xbe\xef\x20\x6b\xd5\x0c\xe2\x0d\xe6\xb5\xa0\xa5\x30\xef\xa0\xde\x72\x96\x60\xa5\x45\x28\xac\x42\xe5\x93\xc1\x1f\x2b\x95\x55\x13\xfe\x4d\x32\x59\x09\x6f\xb7\x4a\x65\x35\x25\x96\x61\x53\x4b\x30\x93\xbd\xbb\x62\x19\x8d\x43\x15\x6e\x44\x1d\xc8\x6d\xf5\xca\x5c\x61\xae\xed\xdb\xa7\x69\xca\xe7\xe2\xff\x98\x05\xdc\xd4\xb6\x7d\x1b\x41\x3e\x9f\x49\xca\xa7\xda\xe2\x1a\xfc\x9c\xa7\x3c\x30\x79\x44\x1d\xb3\x1a\xb9\xe0\x9c\x41\x32\x35\xb0\x33\x5b\xb3\x49\xc8\xa3\xe4\xa2\x68\xc8\x01\x29\xea\xa5\x20\x96\x7b\xf4\x8a\x60\x83\x69\xfe\x88\xad\x58\xc4\xd7\x22\x6d\x31\x76\x96\x68\xc3\x0b\x06\x6f\xfa\x98\xfb\x40\x78\x51\x84\x69\x0b\x28\xa3\x67\x80\xea\xe9\xe6\x8f\x7a\x40\x1a\x82\x44\x10\x84\x91\xc7\x9d\x9d\xb0\x29\x0f\xc2\x28\x94\x02\x20\x1e\x19\x85\x96\x7a\x0c\x49\x4a\x9a\x43\x53\x87\xbe\xc8\xbf\x97\x71\x41\x57\x7c\xc2\xc2\x39\xbf\x40\x27\x04\x2d\x70\x43\xc7\x68\x7e\xc9\xb2\xf0\x22\x06\xcd\x18\x3c\x19\x90\x0d\x96\xc9\x1b\xda\x72\x82\xf7\xeb\x2b\x03\x69\xa7\x81\xe4\xb4\x96\x19\x5f\xd4\xd4\x88\x0b\x2c\x52\xa3\xe0\x6f\xae\x71\x0f\x3e\x33\x2c\x38\x3c\x87\xe9\x4a\x78\x84\xd8\xd2\xca\x32\x8d\xdc\xfc\xa1\xb2\x20\x4f\x58\x94\x70\x4d\x5a\xb8\x03\xac\x46\x20\x02\x90\xbe\x54\xab\xcb\xb5\x80\xa3\xbe\xa8\xf1\x63\x73\x06\x09\x3c\x74\xc0\x70\x57\x9e\x19\xc1\x84\x6d\xce\x49\x23\x6e\xc8\xf1\x34\xec\x0e\xad\x03\x4c\x55\xfa\x24\x4f\x23\xfa\x5d\x9f\x54\x93\xf0\xca\x2e\x87\xbf\xf5\x47\x39\xc9\x23\x09\xda\x1c\x6c\x5a\xfd\x6b\x4f\xee\xf3\x67\x50\x52\x53\x9d\x10\x66\xf2\x49\x9b\x3d\xea\x03\x13\x13\xbc\xa6\xa5\x2f\xa4\xa2\x1f\xcc\x78\x1c\x8b\xc8\x7c\xb6\x98\xf4\x33\x4c\x3c\x4b\x35\xad\x74\x75\xa1\xc6\xba\x83\x24\x8b\x6f\x26\x31\x59\xe2\x7d\xb2\x31\x47\x06\x2a\xd9\x2a\x84\xd7\x1a\xd1\x82\xac\xc6\x31\x37\x36\x40\xa0\x15\xf7\xc2\x45\xd0\x0c\xe3\x30\x6f\x26\x97\xde\xa1\x79\x95\xff\x00\xaf\xfc\x4a\x74\xcb\x16\x89\xe4\x3b\x7c\x0a\x6e\xae\x90\x66\x07\x6e\x78\x73\xa6\x9a\x03\x2f\x00\x7b\xb6\x69\x18\x87\xd9\x4c\xbd\xdf\xc3\xfc\x65\x75\x45\x90\x27\xf1\x34\xf9\x54\xab\x3f\x75\x1c\x4d\x9e\x5a\x03\xd2\x5b\x32\x8c\xa7\xc9\x57\x8e\xca\x81\xb1\x69\x68\x92\xdf\xcf\x92\x15\xd2\x26\x7c\x81\xa4\x88\x7c\x2e\x1a\xaa\x49\xcc\x52\x31\x0e\xe5\x2d\x76\x99\xea\x87\x16\xcc\x11\x9c\xd2\xad\xd4\x00\x0b\xe8\x31\x84\x8d\x45\x94\xac\x1c\x04\x18\xd2\x68\x01\x27\x6f\x29\x73\xd8\x23\xe6\x4d\x23\x71\xad\x4d\x92\xaa\xc8\xa5\xb5\x48\xd2\xdc\x6f\x25\xf1\x5c\x1b\x5c\x22\xa9\xaa\x75\x47\xf3\x06\x59\x56\x77\xe0\x24\xf1\x8b\x84\x4f\xaa\x71\x4d\xef\x28\x0a\xb7\xe0\xe2\x19\x89\x56\x94\x5c\xd4\xbc\x77\x31\x5a\x36\xaa\xfe\x80\x16\x01\x31\x87\x5e\x83\x21\x25\x55\x00\x75\x5f\xd9\xe0\xa9\x3e\x63\x01\x3c\xf6\xc9\xf3\x2c\xc5\x34\xc7\x61\xd6\x60\x27\xec\x62\x29\x32\xfd\x3c\x7a\x92\x43\x2e\xa8\xd8\xd3\x76\x45\x98\x4b\x7c\x01\x47\x5e\x96\x8b\x18\xf2\x11\xc8\x3b\xf9\x89\x37\x27\xfb\x23\x65\x43\x89\xaf\x89\x6e\xf2\xa7\x99\x48\x85\x3a\x6e\x16\x69\x32\xe6\xe3\x08\xf2\x03\xe6\xb8\x6a\xd9\x42\xf0\x4b\xf3\x40\x94\x27\xb0\xbc\xc8\x23\xb3\x3b\xed\xb4\x82\x88\x52\xde\xc7\xb8\x6b\x19\xae\x00\xe6\x82\xbe\x19\xb0\xac\xf7\xa9\x2c\xf9\x6c\x62\x1f\x62\xc5\x5e\x3a\xa5\xb8\xca\x5f\x45\x3e\x9f\x0a\xf4\x73\x03\x10\x70\x61\xb0\xba\x22\x4e\xd8\xa2\x8c\x47\x64\x6d\xb3\x48\xb2\x9c\x60\xab\x54\xf6\x7f\x93\x8c\xe7\xd0\x70\x1b\xaf\xc1\x78\x7a\x71\x75\xc8\xce\xff\x46\x3d\xbd\x49\xd2\xfc\x70\x73\xdf\x9d\x2f\x1f\xbf\x34\x6c\xe2\x86\xf3\xe0\x7c\x73\xfd\x8f\xae\x10\xac\xe8\x71\xce\xd7\x2e\x35\xde\xbe\x2c\x9b\x17\xfb\x14\xf2\xe2\x39\xb2\x0c\x30\x1c\xcb\xee\xfd\x6e\x2c\xbc\xc4\x20\xcb\x94\x80\xaf\x76\x17\x22\xef\x05\x81\x58\xe4\x2f\x78\x7c\xb1\x94\x27\x45\x4d\xd7\x8b\x54\x91\xb1\xd7\x82\x09\xda\xcb\xe1\x72\x57\xaf\xc1\xce\xad\xec\xcd\xdc\x85\x7c\xc8\x34\x44\xcb\x12\x78\x9a\xa4\x02\xcd\xda\x06\x49\x94\xa4\x87\x85\x23\x58\x8e\x70\xe4\x56\xa9\xd5\xad\xe6\xc6\x2a\x6e\x63\xf3\xbe\x5b\xc5\x69\x8e\xca\xbb\x8d\x4d\x07\xe6\xb3\xd3\x6c\x9a\xa0\x05\x56\xf5\x68\xf1\x5b\xa9\xc1\x88\xcf\xc3\x68\xbd\xa9\x09\x7e\x2d\xcc\x2d\x13\xef\xde\xbe\x38\x34\x6b\xf5\xee\xed\x8b\x9a\xb7\xe5\xd5\xad\xeb\xc7\x97\x8f\xfa\x0f\x65\x76\x66\xed\x3f\x97\x68\xdf\x65\x22\x65\xf0\x6c\x4a\x0a\x55\x78\x10\x95\x8c\x30\x07\xa3\x5f\x23\x56\x41\xb6\xfe\x54\x8b\xa6\x9b\x09\x7a\x20\x21\x0c\x10\xe4\x26\x7e\xa3\x9f\x5d\x9d\xfd\x93\x64\x24\xe4\xde\x4a\xcd\x38\xca\x12\x6c\x7c\xa2\x2e\x48\x4a\x9f\x3f\xb3\x62\x59\x0b\x39\xf1\xab\x64\x22\xea\x85\x43\xa6\x2c\x6a\x59\x95\x5b\xa9\x98\x27\x57\x62\x30\x0b\x23\xc4\xa6\x55\xcd\xb0\x2c\x42\x81\x9a\xde\x37\xf2\x87\x41\xc5\x54\x0b\x0c\x82\xf1\xfb\xf3\x03\x6b\xcb\xda\xc0\x63\x94\x4d\xd2\x8b\xab\x22\x46\x0b\x2c\x90\x6c\x00\xc0\xac\x46\x9e\x15\xc3\x34\x4d\xd2\x9a\xa7\x40\x06\x58\x4d\x1b\xf3\x8a\x9c\x2d\x17\x2d\xaf\x6e\x10\x5c\xcd\xfe\x6d\x4e\x42\x1c\xdd\x0c\xe9\x10\xfe\xff\x52\xd0\x8b\x29\x01\xeb\xdd\x09\xdd\x03\x6c\x02\x52\xfe\x02\x74\x5a\x66\x69\xa0\x86\x24\xaf\x1d\x82\x1c\x92\xc8\x38\x0b\x0d\x4d\xb5\x5b\xc0\x8d\xec\x74\x06\x9a\xa9\x02\xfd\x81\x23\xac\x88\xa6\x74\x00\x3e\x75\x2d\xe8\x17\x39\xa1\x97\x24\xa3\xf7\x3c\x5a\x3a\x46\xde\xf2\xab\xbc\x09\x49\x10\xea\x9a\x50\x70\x97\xb6\x3f\x9d\xcb\xfa\x1f\x9f\x3e\x70\x8c\xab\x2c\xd0\x4f\x6d\x8b\x8f\xe2\xb0\xc0\x7c\xbf\xb0\x53\x8c\x76\xa8\x6a\xa3\x28\x99\x9e\xe4\x38\x81\x0b\x8e\xf7\x29\x1e\xa5\x82\x4f\xd6\xec\x2a\xcc\xc2\x71\x44\x76\x5c\xae\xe4\x46\xe3\x98\x09\x3e\x11\xa9\xb6\xcb\xf4\xfc\xee\x42\xca\xa6\xca\x46\x28\xbc\x22\xeb\x83\x0a\xe3\xd6\x9a\xbe\x6d\x19\xeb\x10\xf5\x44\x2b\x91\xeb\xc1\x1f\x5e\x83\x75\x77\xd0\xde\x16\xfb\xa3\x9e\xa0\x06\xfe\xe5\x35\xd8\xce\xbe\xa9\x12\x61\x9e\xf9\x1a\x75\x4e\x6f\x70\x4d\x46\x1e\xce\x5b\xe8\x69\x0e\x66\x33\xc9\xc2\xae\x48\xb0\x9b\xda\x08\x00\xaa\xaa\xa9\x28\xbb\xbb\xa3\x22\x7b\x57\x5f\x3e\xe9\xba\x1a\xe1\xaa\xb2\x73\xd1\xd3\xb6\x38\x01\xd8\x95\x0d\xf1\x5a\x5b\xf3\x26\xe1\x15\x22\x5a\xd7\x26\xd1\x3f\xc8\x32\x70\x8e\x3a\x62\x4a\x38\xf2\x54\x0e\xe6\x43\xc6\xc7\x90\xa2\x56\x3c\x35\x3a\x2b\x8f\xee\x0a\x87\x2c\x4e\x62\xe7\x83\xbc\x39\x34\x51\x8c\x85\xc6\xa4\xa3\xb5\x6a\xe4\xc9\xe2\x90\xf9\xed\x7f\xb7\xcb\x24\x42\x0f\xd9\x8e\x53\x06\xc8\x3c\x64\x07\x6e\x4d\x44\xdc\x21\xdb\x77\x8b\xe7\x61\xdc\x54\x9f\x3a\x85\x4f\xfc\xba\xb9\xa1\xd5\x38\xb9\x6e\x66\x33\x3e\x49\x56\x87\xac\xcd\xda\xac\xb3\xb8\x36\xda\xba\x9b\xc5\x07\xf6\x84\x79\x2e\xa8\x74\x22\xd2\xc3\xfb\x82\x60\x59\x12\x85\x93\xa7\xc4\xe6\xe4\x16\x03\xe5\xae\x65\xb7\xf8\x0a\xb2\x47\x6a\x85\x85\x7d\xda\x36\x58\x96\xb0\xd8\xfd\xae\xbc\x30\x61\xd3\x50\x96\xe3\x96\xf6\x2c\xa0\xe2\x3b\x50\x08\xa3\xba\x1b\x09\xc4\x26\x02\xb9\xe8\x4f\x6d\x8d\xa6\x47\xc9\x8f\x9b\x24\x84\x63\x95\xa6\x88\x27\x6e\x35\xb5\x2e\x12\x63\xce\x3e\x77\xb1\x2b\xf1\xab\x05\xb0\x66\x80\x92\xd6\xd7\x2d\x14\x63\xde\x8d\xed\x4b\x82\x5e\xb9\xbd\x94\xc3\x9a\x19\x48\x6e\x92\x17\x55\x7c\x9c\x92\x94\xb6\x69\x88\x46\x52\x23\x5c\x9b\xfd\x08\x2a\xb8\x09\xca\x0b\x88\x91\x3a\xf1\x6b\xb9\x7e\x24\x65\xdd\x69\xfd\xb0\x6e\x2b\x13\x79\x2f\xa7\x2c\xa3\x35\x2f\x4d\x22\x70\xbb\xc6\x8f\xc5\xaa\x9b\x97\x7a\xce\xd3\x8b\x30\x6e\xc2\xde\x6d\x6e\x17\x27\x4d\x5f\x53\x5c\xcc\xd2\x67\x14\x90\x0f\xd9\x22\x01\xdd\xed\xd3\x42\xb7\xb9\xb8\xce\x07\x48\x27\xe4\xea\xc8\x3b\x53\xcf\xa9\xc2\x27\x93\xa1\xbc\xaf\xbe\xa0\x9b\x77\xcd\x03\x09\xd4\x6b\x38\xf2\x93\x12\x21\x5d\xd9\xd5\xa2\x65\x1b\xb9\x08\xb9\xee\x1c\x35\x74\xe6\x1f\x15\x55\x6a\x9b\xb0\x8d\x35\x3c\x32\x76\x84\x03\x3f\x89\x23\xbc\x9e\x59\xda\x8e\xe2\x65\x96\xaa\x6e\x64\xbd\x9b\xf6\x15\x30\xd7\x43\xe6\x57\x70\x49\x70\x19\x76\x80\x3b\xcb\x9e\xa5\x81\xc2\xd5\x32\x8d\x6e\xa8\x27\xf8\x3c\x12\x59\x26\x2b\xa7\x4b\x51\x38\x2b\x6c\xf4\x61\x73\x4b\x3a\x93\xa7\xac\x53\x43\xb7\xbb\xd3\x4b\xc6\xa5\x58\xa3\xf3\xc3\xff\x9d\xc7\x0c\x14\x48\x9e\xab\x89\x3d\x17\xeb\x97\x7c\x61\x3f\x6e\xa8\x4f\x4a\x7b\xa7\xc4\xcf\x41\x12\x63\xae\xca\x24\x7e\x2e\xd6\x8f\x51\x55\x83\xe9\x4e\xd1\x43\x54\x7e\x79\x7f\xf6\x5c\xac\xb3\x3c\x4d\x2e\x85\xba\x75\xf1\x2c\x4b\x82\x90\xe7\x98\xaa\xdd\xd5\xb9\x5b\xea\x75\xbc\x04\x08\x78\xb6\x38\x64\xe7\xff\x75\x36\x7c\xfb\xf2\x23\xe3\x12\x7b\xe4\x69\x0d\x73\xbd\xca\x5b\xbf\x95\xbc\x05\xaa\x14\xf9\x85\x2e\xac\x61\xa8\xf7\xf1\x30\x63\x7a\x7d\x2d\x11\x59\xcf\xbf\x42\xb9\x6e\x82\xfa\x99\xa7\x82\xab\x1c\x1f\x7f\x16\xa9\xa0\xf0\x72\x0e\x73\x75\x34\xed\xa6\xb1\xf6\xed\x10\x5e\xaa\xbd\x70\xa2\x35\x0b\xf8\x22\x47\x2f\x5e\x35\x36\x85\xe8\x69\x62\x80\xab\x6f\xb4\xe7\x8d\x9e\xdc\xea\x40\xb6\x52\x6b\x98\x61\xdc\x3c\x93\xc8\x1c\x90\xa9\x95\xb7\x61\xca\xc6\x40\x4c\x4a\x31\x9b\x35\x58\xc6\xaf\xe4\x8a\x49\x70\x59\x82\x4a\x61\x24\x3d\xb6\x8c\xe1\x91\x12\x3c\x8e\x29\x67\xb3\xbc\x4d\x3a\xac\xb0\x81\x0f\x38\x14\x91\x6c\xa2\x07\xae\xc6\xf3\x49\x67\x98\x61\xec\xdc\x03\x7b\xe6\x64\x99\x1b\xce\x39\x92\x25\xaf\x97\xb9\xcd\xa4\x3e\x36\x74\x83\x4b\xb1\x9e\x24\xab\xd8\xd4\x7f\x2e\xd6\xc7\xc9\x2a\xde\x5c\x7d\x91\x12\x03\xd1\xf5\xdf\xc8\x92\xcd\x0d\x96\x0b\xa7\xf6\xbb\xc5\x86\xaa\xf2\x9c\x38\x89\x17\xf6\xe0\xcf\x54\x91\xd3\xe4\x01\x63\x78\xc9\x81\x7d\xc6\xe8\x42\xa7\xfc\xaf\x2e\xc5\x9a\xcd\xf9\x02\x84\xa2\xc7\x5b\xd6\x3a\xbf\xe4\x0b\x52\x63\x56\xee\x5c\xc5\xbf\x55\x0b\xd9\x61\x18\x5f\x64\xd5\x6d\xfa\xf4\xd5\x6a\xa5\x47\x23\x65\xe6\x43\x76\x1c\x66\x10\xb4\x91\xc7\x6b\xd6\x8b\xf2\x9f\x53\x96\x8a\x08\x76\xcd\x7c\x19\x5f\x28\xaf\xe1\xc7\x2c\xc8\xd3\xa8\xc9\xa3\xfc\x90\xf5\x20\x85\x2d\x1b\xe4\x69\xf4\xa4\x17\xe5\x6c\x2e\x78\x9c\x61\x5b\xaa\x2b\xe5\x68\xa7\x2e\xdc\x54\xaa\xeb\x02\xcb\x74\x2a\x23\xc3\xad\xac\xad\xf1\xc4\x65\xd9\x4b\xc9\x46\x95\x13\xb4\x3b\xb7\x93\x29\x9c\x1c\x0d\x76\x3a\x0b\xa7\x79\xf3\x24\xce\x44\x4a\xcf\x9e\x53\x88\x34\x32\x83\x87\x57\xa5\x76\x50\x2e\x4c\x90\x91\x1a\x3c\x7a\x5a\x1a\x0e\x48\xc2\x90\x71\x5f\xae\x19\xb1\x3a\x80\x34\x06\xbd\xba\xb6\xc1\x9b\x25\x60\xdd\x66\x0f\x33\x93\xbd\x63\xe7\xe8\xff\x75\x44\x91\x6d\x2b\xc7\x3a\x4b\xe6\x62\x4b\x80\x91\x71\x14\xe9\x40\x96\xce\xb3\x72\x06\xa1\x0d\xc6\x3c\xc5\x08\x2b\x12\xbc\x6e\x86\xd0\xa0\xad\x7a\xee\x61\xef\xcf\xe4\xa0\xe5\x79\x93\xb5\x98\x9e\x0d\xbe\xdf\xe8\xee\x32\xd0\xd5\xbe\x3f\x83\x73\x29\x43\xdb\x21\x09\xca\x05\x4f\x7d\x67\x85\x29\xca\xcf\xf2\x08\xc0\xa0\x0b\x56\x56\x5f\x6b\x86\xa7\x70\xd5\xce\x18\x1f\x27\x57\xa2\x41\xae\x4c\x70\x57\x58\xf0\x0b\xc1\x96\x8b\x2d\xf8\x29\x77\x78\x01\xba\x2c\xbf\x0d\xba\xc6\x9f\xa4\xc8\xe6\x9b\x68\x99\x6d\xbd\x0c\xe3\x65\xb6\xf5\x17\x91\x26\x0a\x8d\x19\x44\x50\x29\xad\x2a\x34\x41\x1a\xb9\xb1\x21\xd5\x84\xcf\x84\xaf\x5f\x3f\x35\x10\x9a\xe9\x16\xda\x4d\x12\x1d\x4c\xd1\x9d\x8b\xdc\x41\xb2\x1a\x00\x91\x55\xff\x92\x24\xf3\x4a\x8a\x80\xad\x35\xc0\x20\x2a\x19\xb8\xb5\xc1\xfc\xa8\xdf\x81\x24\x38\x49\x6c\xf2\x8b\x71\xed\xa2\x66\x30\x99\x27\x83\xca\xca\x08\xc6\x80\xb5\x1a\x3b\xa3\x1c\x80\xb7\x68\x25\xb2\xa1\x8f\xf7\xb8\x47\xca\x43\x7b\x7f\x87\xa1\xbd\xaf\xac\x8c\x60\x0c\xd8\x4d\x43\x7b\xaf\xf6\x51\xc5\xd8\x86\x10\x92\x65\x6b\xa2\x38\xda\x62\x11\xa9\x70\x2a\xf2\x40\xe0\x13\x84\xa7\x78\x71\x98\x91\x25\x02\x19\x4f\xf3\x35\x8b\x97\x73\x91\x86\x01\x6c\x74\x38\x3e\x61\x7f\xeb\x07\x67\x4b\x7a\x70\x98\x91\xe9\xe8\x39\xf4\x73\xa7\xe1\x81\xa8\x64\x0d\x51\x1b\xdf\x4e\xc4\xad\xe3\xa4\xba\x5f\x3d\x4c\x7c\x0c\xb8\x65\x3b\x01\x63\x94\xb2\x01\x44\x74\xa2\x18\x2d\xc0\x59\xfa\xa7\xac\xe6\xfd\x72\xdd\xde\xf7\x1a\x8c\x5f\x72\xf6\xeb\xb3\x7a\x8b\x61\xc2\xfe\x55\x98\x09\x84\xe3\x36\x97\xc7\x9d\x0d\xc2\xfb\xe5\x7a\x6f\xea\x15\x46\xa8\xab\xc3\xeb\x51\x5f\x37\xae\x1c\x27\xc6\x33\x0b\x92\x09\x86\x53\x02\x15\xa8\x64\x29\x13\x9e\xf3\xdb\xf8\xb2\x36\x53\x1e\x2a\x00\x47\xcc\x5b\xe6\xd3\xe6\x7e\xe1\x1c\x39\x15\xb9\xc9\x7b\x0e\x1e\x85\x39\xc7\xb9\x00\x0d\x73\x16\x09\x0e\xed\x45\x16\xf0\x85\x60\x49\x2a\x37\x7f\xa1\x37\xd9\x08\x66\x34\xc4\x4a\x55\x5b\xde\xee\x48\xd6\x6f\xbe\xc7\xc0\x01\xca\x64\x3c\xa9\x9a\x86\xfc\xf8\x52\xe4\xfc\x7d\x35\x17\x51\x0c\x4c\x29\x9a\x79\x84\x62\x07\x58\x97\x4b\xb1\xcc\xd9\x10\x34\x85\x16\xfe\x23\xfd\x7c\xcc\x86\xa7\x03\x08\x7e\x14\x5e\xd3\x56\xc6\xb0\xd6\x2d\x55\xaf\x37\x99\x30\xbf\xb3\xaf\x90\xbd\x8c\xe1\xd4\x10\x13\x2b\x20\x2b\xcf\xa4\x20\x7f\x4d\x91\xb8\x00\x06\x1d\xb8\xcd\x4b\xb1\x6e\xb5\xd8\x07\x1e\xe6\x5a\x75\xa4\x64\x37\x12\x68\xe1\x9c\x13\x82\xad\x94\x01\xb0\x3a\xab\x33\xbe\xce\x14\x38\xf7\x5f\x0d\xf6\xcc\x0a\x1c\x1f\x57\x49\x7a\xc9\x56\x22\x8a\xe4\xed\x64\x11\xf1\x1c\x62\x0c\x53\x10\x16\x0b\x5c\x25\x20\xb6\x10\x29\xd6\xe7\xda\xbb\x92\x9b\x24\x09\x10\xe0\x8c\x83\xc7\xe5\x5f\x97\xf2\xc2\x92\xb5\xea\xc5\x9d\x4b\xce\x98\x18\x71\x6a\xce\x73\x30\x8d\x07\x51\x59\x36\x0c\x33\x36\x09\xb3\x3c\x8c\x03\xda\xbe\x40\x5f\x35\x1e\xe5\x27\xb0\xb0\x2c\xcc\x10\x16\xb2\xc3\x7a\x49\x08\x02\xb2\xfa\x20\x51\x73\xc4\x3c\x5c\xc0\x5b\x28\x58\x11\x01\x0f\xe4\x5d\x2e\x83\x27\x18\xa4\xe9\x86\xed\x3c\xbc\x48\x93\xc9\x12\xc2\x77\xc3\x72\x93\x0c\xe8\x44\xf2\xd6\xf3\x4c\x97\xf0\x7e\x83\x11\xb1\x1a\x4a\xc4\x80\xc0\x66\x58\x22\xaf\x2a\xb2\x80\x2f\xf3\x04\xc3\x9f\x18\x6b\x5f\xb5\x26\x65\x01\x8f\x50\x70\x0b\x93\x4a\xc1\xcc\x32\xa1\xb0\x2a\xec\x78\xf8\x02\xa6\x47\x77\x28\x1d\x64\x0e\xb0\xcb\xa3\xbc\x69\x58\x52\x12\xd3\x3e\xc1\xc0\x1e\xaf\x4f\xd9\x15\x19\x17\x71\x00\xae\x61\x01\x39\xda\x33\x36\xda\xb9\x43\xd6\x23\x8b\xbd\x70\x8e\xe1\xe7\xd2\x50\xae\x77\x43\x4e\x4d\x03\x6e\x14\x7a\x0e\x33\x29\xfa\x2f\x04\xc9\x59\x79\x22\xbb\x6a\xb1\x53\x59\x7b\x99\x49\x0a\x99\xf3\xb5\x14\x2f\x67\x7c\xb1\x58\x9b\xeb\x2b\x1a\x7a\x80\xa9\xad\xae\x32\x4d\x97\x59\x9e\xe2\x6d\x9b\xa9\xb0\x7a\x61\xee\x65\x2c\x9c\x2f\x92\x0c\x9e\x35\x00\x3f\x09\xf2\x15\x3d\x8a\x16\x20\x91\xfc\x89\x69\xf1\x32\xbc\x25\xcb\xfd\x4e\xc2\xcd\x0a\xbe\x03\x46\xc2\xe0\x12\x76\xb9\xdc\x4c\x2e\x86\x70\xbf\x96\x51\x7c\xa8\x71\xec\x14\x37\x24\x54\x92\x53\x85\x43\x94\x17\x09\x08\x81\x0d\x14\x50\x2f\x44\xce\xb8\xea\x03\x05\x6f\x7b\x8e\xe4\x90\xa3\x16\x19\xb7\x53\x9c\xe4\xb8\x5e\x62\xd2\x02\xf5\xc2\x2c\xcf\x17\xd9\xe1\xd6\x56\x90\x8e\x97\x17\xad\x20\x99\x6f\xf9\x7b\x3b\x3b\x7e\x9b\x95\x09\x4e\x1f\x38\x48\x79\xb7\x9c\x3f\xef\x88\x2f\x5f\x0a\xb1\x60\x79\xca\x83\x4b\x65\x1a\xaa\xae\x78\x72\xd2\x70\x56\xe4\x10\x8a\x49\x7b\x14\xc5\x22\x10\x59\x06\x39\x57\x92\xd4\x1c\x96\x37\x8d\xc0\x84\x9f\x43\x21\x1a\xd8\xa2\xe2\x98\xfa\x32\x84\xb0\x4c\x5d\x30\xf7\x44\x3b\x53\xce\xc6\x61\x3e\xe7\x0b\x24\x26\x64\x7f\xe3\x30\x67\xea\x7d\x25\x63\x10\x73\x20\x5b\x24\xf1\xc4\x32\xdf\x7a\xcc\x1e\x45\x09\xca\x0c\x8f\x24\x4f\x58\x88\x34\x5f\xab\x79\xea\x7d\x56\x46\xa5\xba\x6e\x8b\x89\x0e\xe2\x5c\x21\xaf\xeb\x8d\x37\x17\x93\x90\xa3\x38\xa3\x6e\x56\xb8\x41\x68\x28\x61\xca\x46\x80\x4a\xf1\xd7\x65\x78\xc5\x23\xdd\x27\x1b\xb6\x2e\x5a\xec\x91\x44\xd4\xa3\x8a\xa6\x23\xbf\x65\x0b\xfb\xd8\x1f\x19\xbf\x82\x31\x92\xba\xd5\x95\x4e\xec\x49\xc8\xe5\xbd\xa3\x97\x8a\x91\xfc\x59\x4d\x02\xcf\x92\x88\x8c\x5c\x16\xa9\xb8\x82\x10\x08\x9a\xdf\x4f\x99\xc3\x9e\x81\xe5\x1f\x0f\x07\xa7\xc3\x33\x06\x49\xcc\xd1\xb3\x6c\xd2\x02\x97\x2f\x04\x77\x3c\x1c\xbc\x3d\x75\x3f\x37\x5c\x28\x5a\x14\x9c\x80\x68\xa5\xfd\x02\x50\xad\x03\x2b\x4d\x77\xfb\x25\x68\x6b\x92\x65\x49\x64\xa0\x81\xf6\x2c\xb0\x95\x56\x97\xa7\x14\xf9\x1d\x10\x05\x41\x24\x50\xe0\x1c\xc0\x1d\x11\x02\x17\x6a\x85\x55\xc4\xd7\xd8\x53\x49\xa7\x26\x7f\xe9\x05\x76\xd8\x00\x23\x9e\xc8\x7b\xb8\x1c\x8e\x88\xf3\x63\x75\xb8\xca\xc3\x3e\x4f\x16\x6f\xd2\x64\xc1\x2f\xec\x48\x88\xa8\xbb\xb3\x64\x02\xba\x63\x21\x2c\xe1\x5c\x16\x06\xbd\x57\x83\xa1\xb6\x35\x21\x65\x79\xbc\x9c\xd7\x3c\xfc\xe2\xd5\x1b\x05\x49\x52\xf2\x3c\x75\xd4\xdb\xa1\x14\x8c\x39\x77\xe0\x44\x65\x94\x62\x0b\x5c\xa7\x21\x26\x13\x6a\x64\x11\x96\x0a\x9e\xa4\x5a\x90\xc2\xad\xa0\x3e\xd0\x7e\x06\xa0\x6f\x48\xc3\x18\x13\x67\xc0\x21\xac\x41\xd9\xd9\x53\x36\x68\x1b\x9c\x31\x24\xb1\x50\x3b\x73\x9e\x4c\xc2\x69\xa8\xa4\x1a\x1c\x4a\xd6\x28\x84\x17\x95\x40\x69\xd6\x14\xaa\x43\x8e\x5c\x0f\x1c\x4c\x47\x6b\x74\x84\xac\xeb\x9a\x8f\x63\xdc\xfe\x30\x77\x64\xc7\xa6\x3a\x4c\x08\x88\x92\x88\x30\xb2\x2f\x05\xa9\x18\x9c\x9e\x34\x28\x4c\x10\x7d\x55\x13\xe3\xe0\xb5\xa6\x8e\x30\xc6\xd0\xe1\x12\x7c\x33\x9d\xf9\x98\x08\x23\x52\x74\x99\x88\x2c\x48\xc3\x31\xce\x5e\x29\x90\x95\x41\x36\x06\xcd\x54\xe0\x54\x5e\x12\xf9\xe9\xd1\x9b\x41\xf3\x14\xf4\xec\x23\x65\xe2\x20\xb7\xf8\x23\x96\xe1\x6b\x71\xf5\xc4\x94\x3a\x86\x04\x68\x79\x4c\xe9\xc5\x95\x65\x1b\x96\xd4\x44\x2f\xd5\x83\x51\xad\x96\x8b\x85\x48\xc1\xb0\x97\x02\x1a\xab\x01\x1a\x19\xfa\x52\xac\x03\x0e\xa1\xe0\xc8\xc9\x40\x03\xe9\xee\xb0\x1a\xa6\x6d\xf1\xfe\xc3\xab\x03\xcc\x83\x5d\x5d\xf4\xc9\xab\xd3\x19\x7a\x53\x47\x1a\x58\xa9\xc3\x39\xe8\x39\xba\x3b\x18\x2c\x37\xce\xd5\x41\x32\xe7\x97\x22\x63\xde\xaf\xff\xe1\xe9\x5b\x5c\xbb\xed\x19\x8d\x11\x63\xcc\xfb\xf5\x93\xf9\xe8\x4f\xbd\x16\x63\xb5\x57\x89\xf2\x9b\x95\x34\x3a\x0b\x2f\x50\x18\xe5\x39\x6b\x5f\xfb\x53\xd9\x49\xfb\xba\xd3\x36\x27\xa4\x59\x37\x58\xc9\x34\xcb\x2d\x8c\xe2\x14\x21\x40\xaf\x23\x6e\x9b\xa5\xb2\xee\x39\xf7\x5e\x26\xc0\x9a\xd3\x3f\x86\x02\x56\x47\xbb\x9d\x68\x4c\x21\x6d\xb9\x60\xe3\xb5\xbc\x04\x95\x29\x67\x8e\x42\xbc\x19\x47\x90\xc4\xd3\xf0\x62\x99\xe2\xf9\x94\xd1\x25\x0b\x25\xf7\x06\xa0\x6c\xec\x39\xfb\x5d\x8f\x85\x42\xa0\x96\x77\xaa\x61\x5e\xc2\xba\xf2\x1f\x0f\x47\xbd\x77\x2f\xce\xaa\xb8\x20\x7d\x2a\xb2\xc1\x01\x3a\xec\xba\xd1\x61\x13\x96\x2c\x72\x79\x8e\x40\xa0\x64\x75\x16\x38\xa7\xbf\xb9\x37\x44\x78\xf8\x59\xf7\x7f\xba\xab\x4d\x04\x30\x9c\x7c\xa6\xf9\x86\x1c\xe2\x9b\xde\xe9\x69\xd5\xf8\x64\x79\x71\x70\xa4\xc1\x35\x04\x81\x31\xa5\xa4\xb4\x62\xd6\xc4\xc8\x25\x03\xbe\x68\x98\x3b\x86\x40\x45\xec\x73\xb1\x6e\x19\xdd\x81\x1c\xbf\x42\x34\x5d\x87\x91\x8b\xd2\xd3\x02\x3e\x96\x88\x96\x7b\x44\xd5\xea\xaa\x11\x31\x69\x65\x71\xa5\x17\xfe\x24\xa7\xc3\x7b\xba\x8c\xc8\xbb\x9d\xd8\xd7\x44\x5d\xbc\x20\xe8\x2b\xca\x60\x61\xce\xa4\x98\x14\xe7\x21\x64\x74\xc9\xf2\x34\x5c\x64\x66\x73\x6a\xc6\x87\xb9\xde\x68\x2c\x6a\x09\x4c\xe4\xad\x64\xce\x52\xc1\x31\xac\x24\x1d\x10\x97\x6a\xb6\x12\xd5\xa7\x67\x6f\x4f\xde\x54\xe1\x1a\x3e\x78\x75\xfb\xe4\x07\x9d\x88\x30\x4e\x71\x3c\x08\x92\x74\x62\x41\xf6\x24\xd9\x36\x95\xee\xc5\x8e\x8d\x5c\x29\x02\x58\xee\x7f\x08\xb9\x2a\xf1\x87\x31\xeb\x2a\xab\x66\xb4\x6e\xc6\x49\x9e\xe2\x3c\xba\xb5\xae\x72\x82\xfe\xee\x6c\xb4\x0f\x60\x9f\xba\x01\xfe\x5d\x93\x4d\x78\x74\x13\xa5\x27\x37\xfb\x80\xb5\xde\x0f\xe9\xed\xce\xf1\xdd\x32\x17\x26\x4b\xe1\xc6\x14\x64\x0d\x51\xde\x3d\x03\x7c\x48\xa5\xd8\xcb\xca\x17\x0a\x02\x08\x28\x65\x3f\x5c\x5b\xcc\x59\x1c\xa6\x45\x7d\x43\x92\xb2\xf1\x72\x4c\x77\x39\x0a\xd3\x86\xa3\xd2\x8f\xa3\x6f\x78\x96\xc1\x7a\xe1\x7d\xdb\x04\x93\x8b\x22\xf3\x84\xe7\x8c\x57\xbf\x16\x56\x45\x63\xa3\xa7\xc6\x2f\x1a\x90\xf3\x8a\x39\x4b\x32\xa1\xb1\x36\x53\xf1\x67\x03\x9a\x7d\x83\xc9\x8b\x0d\xea\x53\xd4\xe5\xdf\xd6\x7b\xde\xf4\x0c\x6b\xd1\x0b\x8d\xb9\xea\x81\x96\x06\x62\x88\x47\x8d\xec\xe8\xa8\xfa\xc5\xd4\xa6\x1d\x6d\xe5\xa4\x1a\x29\x03\xc2\xea\x46\x68\x86\xe1\x8e\x05\x42\x66\xd6\x37\x66\xa7\x71\xdf\x3e\x75\x4e\x90\xd0\xa4\x02\x01\x3b\x28\x72\x97\x39\x2a\xd4\x3f\x0f\x3f\x9a\xfc\x17\xce\x4c\xe5\x3f\x45\x8d\x25\x6b\x14\x6a\x7f\xde\xfe\xd8\x50\xa0\xcf\xfd\x8f\xd5\xa1\x40\x2b\xa7\xdb\xaa\x78\xd8\xbd\x05\xaa\xb2\x5b\xd9\xf4\x4a\x4d\x83\x75\xd3\x13\x11\x25\xb8\xbb\x4f\x11\x8f\xb3\xcb\x80\x78\x79\x14\x91\x06\x53\x07\x79\x4d\xe4\x65\x14\x02\x94\x59\xca\x1e\x15\xa3\xe2\x16\xaa\xd2\x7b\xa1\x8a\xae\x2c\x5b\xef\x0d\x2b\x5e\xf6\x68\xb1\x1e\x80\x69\x28\x6a\x0e\x1f\xe0\xb1\x1f\x72\xd5\x05\x39\xe6\xec\x02\x37\x1e\x52\x1d\xa0\xc3\x96\x90\x77\xd3\xf1\x32\x67\x2b\xc1\x26\x89\xb2\xa2\x78\xc9\x03\x25\xcb\x4a\xd1\x0d\xdc\x3c\xe1\xc4\x70\xbd\x4a\xf9\x62\x41\xba\xe8\x6c\x1d\xe7\x33\x91\xd3\xeb\x05\xdc\x33\x40\x31\x86\xb7\xde\x5b\x70\x62\xbf\x61\x57\xb8\xca\x81\x35\x35\x79\x37\x15\xf7\x11\xb9\xcf\x65\x8b\x28\xcc\x6b\x9e\x57\x6f\x4d\x93\x74\xc8\x83\x59\xcd\x65\xd0\x8e\xa9\x88\x79\x26\xd7\x15\xea\x1b\x50\xab\x34\x09\x16\x66\x6f\x9c\x87\x7e\xe8\xaf\x98\x86\x4a\x10\xa5\xed\x57\x25\xf1\x1c\x31\xf4\xed\x6c\xc9\x53\x74\x40\x89\x69\x6a\xa2\x05\xc2\xa8\xb1\xb5\x4d\x56\x22\x7d\x0e\xd5\xe5\xc1\x9a\x27\x2f\x64\xc1\x80\xab\x20\x6c\x12\x43\x35\x01\x4f\x54\xb2\xd6\xe7\xcf\x4c\x80\xde\xff\xb9\x58\xd7\x25\x7b\xa9\x19\x00\x47\xcc\x0b\x3c\x59\xc3\x29\xba\xf2\xea\x96\xb9\xe5\xeb\x18\x23\x94\x0a\xa3\x80\x64\x35\x49\x47\xf2\x4f\x29\x4c\xd6\x69\xd3\xc0\x23\xc1\x34\x94\x27\x0e\xe4\xed\x4d\x16\xeb\x2d\xf3\x80\x2d\x41\xbd\x10\x90\x64\xc1\x79\xf6\x56\xf7\x58\x75\xc8\xa8\x7d\x35\x16\x33\x7e\x15\x26\x69\xcb\x59\x64\x2b\x44\xb3\x20\xe5\x8e\xe6\x98\xae\x0e\xfa\x88\x79\x96\x66\xdf\x93\xb5\x84\x4e\xf6\x03\x69\x10\xed\x50\x98\x90\xdc\xf1\x22\xc9\x19\x6a\xa3\x04\x44\x8c\x01\xdd\xa0\xfc\x5b\x5c\x2f\x28\x4e\x76\x61\xe7\x93\xea\x86\xc7\x0a\x90\xad\x82\x87\x8d\x14\xe6\x6c\x12\x4e\x62\x2f\x97\xfb\x29\xcc\xe9\x2a\xb4\x12\x14\xc6\x74\x2c\x30\xcc\x04\x7b\x7d\xaa\x12\x93\x6a\x50\xb1\x4a\xec\xc0\x4e\x5e\x0e\x29\x54\xab\x8a\x93\x03\xc6\x58\x38\x42\xc0\xa6\x52\xc1\xc0\xcb\x46\x33\x0a\x51\x3d\x29\xc1\xb8\x78\xdc\xda\x52\xe5\x67\x76\x64\x1f\x98\x35\xbc\x0b\x80\x1a\x5e\x05\x8c\x94\x77\xad\xf5\x22\x0c\x80\x5b\x00\x77\xb0\xde\x2d\xf0\xa8\x55\xe0\x20\x8f\x89\xbd\x00\x79\x42\xb6\xb6\xfa\x31\x40\x0a\x0e\x1e\xa8\xf0\x3d\x63\x7f\x1b\xcc\x36\x52\x3d\x69\x78\xac\xfc\x4b\x0f\x8d\xf4\xac\x6c\xfa\xa1\x7d\x30\x2b\xef\x02\xc6\x48\xc0\x0b\x66\x76\x8e\xa7\x76\x9d\x3d\x91\xf7\x23\xd8\x77\x56\xda\x60\x8b\x36\x7e\x3c\x62\xdb\x1d\x6d\xaa\x2f\xe1\x9b\x8f\x0e\x05\x06\x33\xeb\x50\xae\xe6\x2e\xb5\xaa\xa9\x05\xb3\x7a\x9d\xf8\x55\x51\xa2\x7f\x0a\xa5\x05\xbd\x53\xc1\xc9\xe7\x0d\xb6\xd1\x3b\xc6\x51\x8b\xc5\x49\xdc\x04\xfb\x18\x75\x23\xd4\x5e\x8d\x70\x08\xcc\x20\x35\xdb\x7c\x0c\x21\x3f\x51\x13\x82\x9a\x48\x13\x7e\x97\x79\x7c\xb1\x68\xa9\x68\x8f\xcb\x28\xa2\x88\x50\xca\xdf\x66\x98\x05\x5e\x43\x49\x8c\x94\xfc\x01\xd2\xaf\x27\xf9\x4c\xf3\x04\xf8\x28\xff\x58\x2e\x88\x5b\x36\x1e\xd0\x45\x6c\x78\x3a\xa0\xeb\xef\x9c\x87\xb1\xbc\x9e\xc0\x09\x2c\x07\x13\xc6\xcc\x74\xa8\x46\x26\x8f\x15\x95\xff\xe0\x66\x8e\x4b\xc8\xc4\x76\xbd\xc5\xe2\x55\x12\x0f\xf2\x34\x82\xb7\x7e\xc2\xf0\xc6\x13\xc5\x8d\xac\xfe\xf9\x33\x73\x4b\x20\x76\x7c\x65\x29\x61\xaa\x5e\x60\x53\x44\xae\x16\x13\x2e\x11\x6f\xd5\xea\xcb\x65\xbe\xe1\x44\xd1\xa6\x69\x15\xd3\xd8\xa4\xef\xbe\x05\x24\xda\x97\x6d\x40\x8b\xde\x84\x92\x61\xfa\xfb\x16\xb9\x17\x3b\xaa\x28\xfc\x81\xfd\xbd\xe6\xb3\x3f\xfd\x49\x82\x51\x9a\x7b\xd6\x64\x7e\xdd\x98\xf6\x3b\xf0\x3b\x7b\x16\xfc\xbb\xac\x65\x4d\x6c\x3e\xa8\xe5\xb5\xf9\x1e\xe7\x34\x18\xf0\xfd\x11\x48\xf8\xcc\xfe\x01\x38\x30\x22\xc4\xb1\x50\x1e\x4a\x64\xbf\xd7\xc2\xc2\xec\x5c\x77\xf3\x51\x93\x27\x7e\x2a\x3a\x25\xad\x78\x1a\xd7\xbc\x57\x09\x83\xc8\xc0\xa1\x56\x36\x53\x73\xb4\xe1\x2f\x72\xe7\xc2\xf9\x4c\x76\xa0\x2a\x11\x16\x5d\x1c\xd1\xde\xf4\x22\xa1\xfb\xfb\x12\x15\xe5\x72\xe4\xa9\xc8\x92\xe8\x4a\x4c\x50\x3f\xef\x66\xab\xaa\xf0\xbd\xb2\x3c\xc2\xc0\xd5\x56\xbb\xdd\x59\x47\xba\x4a\x5d\x69\xf4\x1c\x85\x10\x1d\x54\x18\x63\xb8\x0b\xa5\xaf\xd3\x7a\x2c\xae\x00\x99\xdc\x38\x93\x30\x5b\x40\x54\xed\x30\x2f\xb5\x98\x88\xa9\x48\x75\x84\x68\x47\x2b\xd6\x50\x90\x68\x96\xea\xcd\x10\x14\x55\x2d\xe5\x7a\x56\x85\x00\x3e\x17\x96\xab\x03\xf5\x74\x44\xeb\xac\x5c\xd7\xd4\xe1\x28\x91\x6d\x70\x2d\xe5\x1f\x35\x72\xed\xd9\xaa\x21\xe0\x2f\x60\x86\xb3\xae\x81\x3f\x1c\x52\x4b\x83\x9d\x8b\x06\xc1\xff\xa8\xdc\x2c\x24\x70\x0d\xf5\x48\x69\xf3\xa4\x40\x05\xce\x76\x0f\x4d\xca\x96\x52\x3f\x66\x75\x74\x15\xd7\xd7\x0e\x6b\xda\x74\x63\x14\xb4\xf4\xde\x0b\x4a\xc0\x34\x5c\x44\xa2\x49\x31\x9b\x6a\xde\xd1\xd1\x91\x57\x67\xc9\x42\xa4\x3c\x4f\x30\xc6\x83\xc8\x72\x8c\x50\x15\xe6\xea\x31\x13\xc3\x92\x67\xa8\xf5\xc8\x39\x84\x90\x0f\x63\x06\x7e\x49\xa4\x06\x90\x42\xdd\x32\xcc\x66\xf2\x14\xba\x30\xaa\x55\xaa\x8f\xda\x2c\xf8\x84\xe0\x24\x7e\x59\x14\xe6\x22\xe5\x91\x13\x67\x49\x09\x52\x79\xa2\xbc\x03\x4c\xa0\xaa\xf1\x1a\xd3\x4d\xc1\x22\xe2\xb3\x8f\x76\xce\xab\x78\x9c\x6a\x61\x15\x25\xed\x2b\x74\xdf\xd4\x82\xea\xa8\x26\x6f\x7a\xa7\xa7\x37\xd6\x97\x15\x54\x65\xd0\xba\xdd\x58\x1b\x6a\x38\x7e\x76\x29\x04\x17\xd4\xa7\x9b\x02\x25\x85\xdf\xa3\xa2\xcd\xc4\x4f\x64\x84\x71\xc8\x94\xc0\xae\xaa\xcf\xd1\xa4\xa2\x54\xdf\x48\xf6\xee\xd5\xe5\xd0\xfc\xa1\x93\xb2\xc7\x6a\x8f\x37\xe7\x92\x7a\x57\x82\x65\xcb\x14\x53\x16\x19\xf5\xab\x16\x8c\xb4\x92\x1d\x5e\x0d\x1f\x9d\xb7\x5a\xad\x8f\x8f\x4c\x22\x1b\xad\x82\x3f\x62\x0f\x6b\x5b\xbf\xfe\x72\xfe\xcb\xea\xc9\x2f\x1f\xff\x6d\x0b\x12\x7b\xd5\x70\x57\xb4\x10\x24\xf1\x6f\x15\xb7\xc5\x35\x04\x76\x43\xb7\x28\x6b\x65\x8a\x90\x42\xd9\x65\x74\x5f\x3f\xfc\xa0\x51\xfa\xc3\x0f\x12\x85\x4e\x1e\x17\xd5\xd8\x0c\x9d\x2c\x91\xa1\x33\x0c\xab\x1e\x44\x82\xa7\xa0\x17\xb7\x1f\x87\xe8\x21\xc4\x5c\x4b\x94\xfe\x16\x9f\x68\x57\x3c\xcc\x51\xed\x2f\xf4\x6b\x02\x1c\x42\xa1\x46\xe9\x44\x1f\xa1\x3a\xcd\x8b\x5e\x7b\x1d\xb4\x1f\xb6\x3b\xac\xbb\x55\xf4\x05\xfe\xa7\x6c\xb0\x16\x2a\xb4\x81\xf5\x66\x5c\x14\xae\xea\x5a\x3b\x57\x14\x2d\x3a\x75\x2b\x49\xd6\x37\x0e\x4b\xd9\x88\x7f\xfb\xa8\xfc\x6f\x1d\x95\xe5\x7a\xa5\x58\xa3\xba\x6c\x20\x38\x05\xbf\x8a\xc5\x52\x15\xcf\xce\x1d\x04\xcc\xdb\x10\x55\x55\x33\x39\xf3\x62\x13\xb9\xcf\x6e\x6a\x23\xbf\x7b\xe5\x1c\x45\x37\x33\x7e\xc3\xe4\x4f\xa6\x72\x2f\xf3\xec\xf2\x94\x24\x62\x0c\xfa\x2f\x72\x56\xa3\x3c\x72\x1a\x40\x5d\x5e\xa1\x91\xe6\x81\xa3\x82\x21\x38\x3e\xa9\x3d\x20\xda\x46\xbf\x69\x1e\x04\xc9\x32\xce\xe9\x36\x42\x64\xac\x5e\x38\x80\xe4\xb5\xe5\x28\x69\xc1\xe4\xd5\x1b\x62\x22\xad\x1f\xd0\x49\x9f\x82\x73\xa8\x49\x6d\xa7\x5d\x63\xe0\x6e\x0c\xaf\xdb\x12\xb8\x65\xaa\x7d\xc6\xc7\xea\xb1\xd0\xb2\x29\x45\x78\x8f\x06\xa7\x27\xec\x2f\x94\x4d\x09\xfe\xf0\xd9\x53\xd6\x61\x7f\x79\xa4\x4e\x03\x9c\xcd\x91\xbc\x1b\x38\xd8\x00\x65\x85\xba\x2d\x38\xf2\x9d\xdc\x93\x2a\xe9\x81\x96\xc8\xb4\x34\x86\xa2\x06\x34\x3c\xb4\x20\x34\xe4\x68\xe4\x20\xfe\x47\x77\xfa\x3f\x64\x23\x35\x4e\xae\x48\x3f\x23\x59\xcd\xa1\xa2\x5a\x04\x04\xae\x10\x3c\xca\xf1\x2f\xb9\xe6\x87\xf0\x3f\x46\xfa\xa7\x51\x91\xd7\x87\xe2\xe4\xca\x09\x04\x5c\x47\xf1\xf7\x1a\x0d\xdc\xc8\xbc\x54\xc9\x12\xd7\x06\x0e\x13\xd3\x6f\x4d\xe3\x30\xcf\x58\x96\xa0\x3e\x12\xb2\x47\xa4\x10\x0a\x68\xbe\x8c\x29\x05\x85\xd2\xb6\x18\x71\x2d\x35\x1e\xbe\x0a\xbf\x66\x2f\xe2\xf6\x9b\x3b\xd6\x7c\x1b\x05\x30\x37\x15\x9d\x26\x6e\x1a\x7d\xcb\xda\xa1\x5f\x2d\x82\xc9\x0b\x74\x0d\x0d\xea\x1c\x1e\xd3\x60\x06\x69\x96\xca\x41\x0e\xff\xce\xfa\x2e\x33\x0e\x12\x10\x2c\x7c\x7f\x20\xbb\x4f\xc7\xa0\xc7\x81\x80\xa6\x71\x9b\xcd\x61\xb5\x56\xef\x24\xd6\x5f\x1a\xae\x59\x2c\x6e\x08\x08\xee\xa7\x82\x3e\x63\x53\x7d\xda\x58\xd1\xb9\xe4\x56\x36\xe9\x02\xcd\x53\xaa\xee\xc7\xcd\x61\x38\xd0\x4f\xad\x41\x32\x37\xa6\x63\xf8\x84\x25\x84\xca\xf9\x1b\xf1\xe0\x92\xcd\xf9\x45\x18\xb4\xdc\x45\x54\x32\x90\x41\xad\x11\x71\x41\x80\xfa\xfc\x79\x93\xd8\xfb\x50\x31\x63\x59\x47\xae\xc8\xe7\xcf\x40\x51\xf5\xba\xab\x52\xd4\xa6\x42\x61\xe6\xe8\xda\xad\x57\x5e\x4a\x81\x4a\x18\x83\x1c\x89\x98\x85\xd6\xa8\x14\x97\xb1\xf3\x66\x5b\xca\xb1\xa2\x58\x1c\x28\x16\xc5\x75\x48\x81\xd7\x1c\x1f\xbc\x96\x35\x2a\x30\xc8\xe4\x71\x01\x6e\x43\x96\x57\xbf\x40\xa3\xce\x5b\xe5\x8a\x54\x90\x02\x1e\xa3\xfd\x25\x98\x1f\x2f\xe5\x37\xe0\x82\x68\x13\x11\xd0\xe2\x86\xf0\x56\x5e\xa9\x7b\x84\xc4\x4c\xb0\x54\x24\x36\xcb\xe5\x32\x86\x05\x28\x97\x4a\xc9\xab\x61\x22\xba\x52\x78\x49\x78\x9a\x56\xc0\x1c\x7e\x41\xd6\x67\xf1\x25\x4e\x33\x01\xa5\x68\x24\x5c\x73\x6d\xd7\xe0\xce\x98\xd4\xaa\x6b\xab\xaa\x87\x66\xdb\x97\x71\xb2\xa2\xab\x6b\x9e\xae\xe9\xee\x1a\xaa\xdc\x49\xa2\x20\x57\x81\x5a\x57\x01\x53\xcf\xa8\x40\x8a\xee\x7a\x6d\x54\x6b\x5b\x24\x07\x28\xd0\xa7\x70\xe4\x32\x32\x8b\x77\x15\x2e\x86\x2d\xe4\x5a\xdf\xe1\x66\x68\xe9\x11\x6e\xbf\x19\xda\x3b\xc4\x91\x95\x55\x9e\xfe\xa3\x23\xd6\x29\xf5\xe7\xd6\xa4\xac\xec\x35\xe4\xdb\x3f\x31\x9f\x1d\xb2\x76\xbd\xc1\x7c\xc3\x05\xef\xa1\x33\x2d\x63\x14\xaf\x56\x95\xef\xaf\x54\xeb\xa1\x3b\x11\x17\x75\xf2\xaa\x8b\xb7\x3e\xaf\x5a\x6b\x72\x42\x29\xba\x39\xc5\xfa\xf0\xd8\x13\xf6\xe7\xd3\xd7\xaf\x5a\xd8\x2a\x9c\xae\xa9\x9f\xfa\x46\xbd\xc9\xa9\xa4\x6d\x97\xa8\x55\xa6\xc6\xb2\x1b\xb1\x11\x70\xb2\x10\x8c\xd8\xc0\x56\x60\x39\xc7\x1b\x34\x02\xd4\x60\x66\x3c\xd3\xc2\x12\xa4\x08\xb8\x41\x62\x6a\x11\x56\xaa\x8e\xc5\x23\x66\x24\x4d\x83\x85\x22\x59\x5a\xc2\xe4\x06\x20\x20\x77\x3a\xd4\x7d\x8f\xc6\x28\x80\x52\xeb\xe2\x71\x5e\xd8\x4c\x8a\xac\xda\x0d\xd6\xa9\x43\xeb\x5f\xae\xfd\xf1\x39\x9c\x91\x35\xe2\xdf\x16\x47\x07\xe2\xb3\x59\xf9\x99\xab\x18\x52\x36\x52\xe6\xa1\x87\xf2\x30\x4c\x54\xf6\xaa\x3c\x0d\x2f\x2e\x20\x87\xb2\xb1\xc7\x04\x7e\x00\xf6\x5e\x01\xea\xc4\xcc\x9b\xb3\x5a\x21\x38\x71\xe7\x7c\x4d\x79\xf2\x12\x34\x71\xb4\xb5\x4c\x79\xa2\x40\x55\x9a\x24\x12\xfb\x94\x12\xa8\x32\x8c\xd4\xda\xa3\x79\x32\xb1\x76\x2d\x6e\x30\x38\xcb\x5c\x04\x58\x17\x98\x79\x32\x91\x32\xd0\xd3\x8e\xe7\x3c\xdb\x5b\x62\xc8\x43\x82\x73\x63\xf3\xed\x72\x73\xdd\xbb\x82\x53\xb8\xdc\x98\xc6\x3b\xe5\xc6\xd6\x6d\xd9\xea\x5f\xde\x71\xca\xcd\x77\x6f\xe8\xdb\x86\xe3\x5c\xbb\x55\xe3\xee\xc6\x79\xdb\x4d\x91\x5a\x4a\x8d\xf7\x6e\x9f\xf5\xc6\x49\xef\xab\xb6\x45\x2e\x6b\x71\xd2\x6d\x47\x4d\x00\xee\x1a\xa4\xbc\x92\xf7\x0c\xed\x05\x84\xc2\xd7\xef\x22\x4d\xec\x8c\x78\xcb\x38\x92\x47\xba\x3a\xff\x5b\x45\xa6\x8c\xfb\xc3\x97\xdc\x4b\x8e\xe9\x09\x73\xf7\x51\x47\x31\xe4\xaa\x4c\xd3\xaf\xd1\x25\x04\xf3\x33\x62\xf7\x3c\x67\x91\xe0\x19\x9a\x5c\xea\x61\x94\x7a\x2d\x6d\x56\x77\xd2\x4d\xe6\xd7\xd5\x80\xa8\xa9\x69\xae\x5a\x95\x9b\x58\xa8\x2c\xa5\xd3\x2d\x8b\x77\x06\xab\x5f\x71\x42\x51\xcb\x8a\xdb\xba\xda\x84\xc6\xba\x75\x03\xdc\xb6\x41\xad\x6a\x43\xcf\x98\xba\xa9\xfb\x9a\x69\xea\x62\xb7\xf8\x7e\xd9\xdd\x41\x02\x9b\x08\xf6\xa7\x23\x76\xb0\x6b\x8f\xc3\x9a\x5a\xe5\xe3\xa4\x6c\xd4\x64\xdd\x1d\x0b\xf4\x97\x07\xf6\x4f\x9b\x2c\x6f\xba\x8e\xe0\x53\xaf\xb9\x88\x58\xd4\xeb\x9b\x01\x59\x53\x54\x57\xa2\xaa\xd7\xda\x3b\x8e\xbc\xee\xec\x1c\x8c\x45\x9c\x8a\x6c\x01\x51\x38\xa2\x7c\xab\xe8\xff\x08\xd9\x54\x43\x6d\xab\x39\xe7\x0b\xfd\x58\xc1\x33\xa3\xeb\x55\xd0\xf0\x18\xb7\x1d\x4c\x21\x21\x6b\xaa\xa3\x11\x4e\xf0\x56\x05\xfd\x68\x48\xe6\x16\x64\xf8\x77\x30\x13\xc1\x65\xd5\x90\x5a\x1a\xb9\x37\x63\x97\x1e\xd5\xeb\xec\xf3\x67\xbd\x4e\xa0\xb6\xd1\x4d\x0a\x80\xeb\x15\xb4\x4d\x46\xbe\x4f\x2c\x3d\x7c\xd1\x90\x6a\xc3\xbb\x36\x89\x31\xf7\x09\x64\xf3\x49\xab\x06\x36\x44\xb4\xd9\xfd\x5f\x12\xd1\x46\xe5\xb7\x01\xef\x1e\x78\x78\x4f\x93\x79\x85\x02\xfd\x0d\xf8\x58\x42\x02\x62\x1e\x1b\xc1\x0a\x4d\xca\x9c\xcb\xec\x08\x14\xd4\x2b\x9c\x87\x0e\xa3\xa1\x66\xe2\x2a\x9f\xc0\x47\x4e\x3d\xc6\xc3\xe3\x66\x75\x74\x0e\x96\xe5\xc6\xbb\x48\x32\xe4\x48\x9d\x10\xe3\x65\x18\xe5\xcd\x30\x56\x81\x3f\x16\xb0\x28\x18\xe3\xd9\x03\xe3\xc9\x38\x0c\xe0\xcc\x42\x3b\x15\x70\xe9\x23\xa3\xf9\x2b\x7c\x3a\x91\xd7\xc4\xea\xf0\x1e\x68\xea\x5c\xf9\xe6\xda\x37\xf1\x41\xaa\x8c\xdc\xd4\xbc\x3f\x51\xb2\x51\x27\x39\x06\xa4\xcc\x01\x4b\x17\x45\x44\x37\xf5\xe0\x84\x39\x15\x3c\xb5\x7a\x64\x77\xec\xb2\x37\x99\x50\x7c\x7f\xa5\xee\xd1\x49\xc0\xe4\xa2\xf2\x08\x12\xed\xa3\xe4\x97\x61\x70\xa2\x05\x4f\xc1\xca\x1b\x82\xfe\x64\xe8\x6b\xbc\x58\xe2\x03\x34\x38\x00\x82\x7b\x16\xa6\x09\xe3\x93\x09\x0d\x16\x16\x75\x2e\xe5\xb6\x89\xc8\x79\x18\x6d\x88\x30\x54\x41\x58\x5f\xe4\x02\xd2\xef\xe5\x1c\xb4\x9f\xd5\x8c\x3f\x6f\x7a\xda\xf9\x42\x34\x79\x47\x4c\x9a\x21\x3b\x2f\xe5\x66\x0c\xea\xc4\x36\x16\x6e\x46\x37\xa8\x22\xed\x83\x01\x5b\x98\xe5\x45\x75\xe1\xa7\x73\x03\xa7\xf4\x52\x2d\x1b\x28\xee\x55\x65\xe2\x2a\xbf\x57\x19\xb6\x9a\xd6\xe7\xe1\xc7\x96\xd5\xc1\x9c\xe7\xc1\xcc\x20\xd2\x9a\x43\xdd\x3e\x2a\xcd\xf0\x09\x86\x39\x12\xb5\xbe\xde\x3e\x17\xad\x9b\x47\x41\xc3\xe9\xaa\x0c\xf5\x59\x57\x52\xa0\x9b\x1e\xff\x66\xc6\x74\xc8\xca\x38\x3e\xa4\x9f\x5f\x2c\xa1\xfe\xa1\x8d\xa7\x22\x85\x57\xe1\x97\x1d\xb1\x73\xaa\xf0\x71\xb3\x69\xee\x8d\x20\x5a\x8b\x65\x36\xd3\xb3\xd5\x32\x10\xac\x48\x96\xa4\xb9\x09\x7c\xcd\x1b\x6c\x6c\x23\x97\x5e\x80\x37\x52\x37\x34\x1f\x24\xf3\x05\x4f\x45\xcd\x92\x5e\x18\xe3\x2d\x1b\x1f\x63\xeb\x2f\x2d\xb3\x7c\x71\x8c\x82\xef\xb4\xad\xa7\xe0\x98\x6a\xb6\x24\x89\x04\x8a\x89\xab\x9b\xb3\xb8\x0e\xb3\x3c\x83\x9b\x1e\x79\x6c\x98\xa3\x5f\xc1\x7a\x09\xb7\xb0\x85\x08\xc2\x29\xda\xc0\x12\x90\x0c\x93\x1f\x2f\x52\x11\x88\x09\x5e\x04\x81\x9f\x82\x05\x3b\x7a\xc3\x86\xd1\x24\xe0\xe9\x24\x6b\x31\xf6\x73\x78\x25\x60\x5f\xeb\x03\x41\x0e\xeb\x11\x3c\x3e\xf4\x1e\xc1\x7d\x13\xff\x78\xdc\xec\x3d\x6a\x50\x9a\x17\xfd\x99\x1e\xf0\x50\x23\xab\x4a\x2d\x68\x38\x7c\xd8\x08\x5a\x0a\x32\xe0\x40\xfc\x41\xe7\x8c\x09\x64\xf4\xb3\xd1\x64\xae\xc2\x24\x10\x35\x6c\x74\xe8\xcc\x82\x68\xdf\x89\xeb\xfb\x46\xb2\xc6\xb4\x05\x1c\x52\xf3\x1f\x05\x53\x9e\x7e\xe2\x9a\xcf\x17\x91\x38\x44\x53\x7d\x29\xb8\x49\x70\x94\xfe\x98\xe2\xda\xd8\xd6\xc4\x26\xcf\x18\xbe\xc2\x3f\x9a\x85\x6b\xfe\xf0\x51\x0b\xdb\x1b\x56\x55\xf3\xb0\xad\xd7\x60\x8f\x3c\xa8\xe3\x3d\x92\xb4\x61\xf7\x12\xf0\x38\x10\x51\xc1\x2f\x52\xc4\x79\x98\x8a\x08\x92\x75\x43\xc2\x6a\x2b\x9a\x4e\xbd\xa2\x9b\x5e\x94\x37\x8f\xbd\xc6\xad\xef\xfa\xc5\xce\xc5\xb5\x08\x96\x94\x8e\x1f\x9d\x5d\xe2\x89\xf1\x2b\xb1\xf4\x31\x95\xf3\x3a\xf3\x1a\x85\xb3\x14\x3d\x1d\x9c\x4c\x11\x3f\x27\x39\xe3\xec\xec\xa1\xa7\xfa\xbe\x61\xf3\x15\x4c\x04\x1e\xab\xbd\xf4\xb8\xe2\x80\xf9\xd7\x3b\x98\x0a\xe7\x92\x7b\x20\x29\x3b\x5f\x30\x42\x42\x13\xa0\x1b\x84\x36\x3c\xc5\x21\x0e\x50\x86\xab\xbf\xd2\x5a\x31\xd2\x0a\x4a\xf1\xa9\x42\x25\x88\xf2\xba\x39\x2c\x9d\x91\x6c\x52\xfb\x3d\x43\xed\x3a\xcb\xe5\x9e\x43\xa3\x25\xb3\xbf\xd4\x73\xa1\x1b\x8d\x0d\xf7\x14\x29\x3a\x17\x2d\x29\x17\x83\x95\x82\x36\x14\x57\x5a\x00\x8c\xd0\x96\xae\x69\x7c\x5a\x6d\x75\xc4\x16\x7a\x47\x9e\x52\x21\xe5\xf1\x66\x01\xc7\x84\x34\xd7\xd5\x31\xab\xc5\x75\xf5\x4c\xe0\x18\x5a\xb4\xc2\x6c\x40\xa9\xa1\x6a\xf5\x6a\x00\x0b\x15\xfc\x7a\x08\xb6\xd5\x62\xa2\xd2\x90\xaa\xd1\xa1\xf2\x54\xfd\xb5\x59\x5f\xba\x81\x21\xc1\xbc\xd0\x50\x4b\xdf\xd5\x94\x6e\x14\x9e\x06\x02\x1e\x45\x7c\x1c\x89\xc2\x9a\x5a\x4a\xf2\xc2\xb2\x2a\x0c\x3b\x0b\x69\xb0\x6a\xdd\xaa\x16\x05\x3e\x57\xd3\xca\x92\x12\x56\x37\xe2\xd5\xcd\x03\xf3\xe5\x9f\x84\xdf\x12\x29\x57\xc7\x02\x54\x62\x94\x86\x66\x91\x7b\xe1\xec\xd5\x29\x63\xf4\xa1\x26\x05\x68\x8c\x59\xb2\x24\x9f\x31\x79\x0b\x4f\xa6\x8a\x5d\x1c\xea\x35\x6d\xb5\x5a\x5f\x6c\x8f\x1c\xf0\x11\xb5\xf7\x02\x38\xe3\xc0\xc2\x83\x5a\x94\x2f\xe8\xf9\x2d\xce\x13\x66\x86\x99\xe9\xd8\x93\x12\x92\xec\x0c\xfc\x6a\x33\xac\x57\x62\x52\x86\x2b\x6d\x3c\xaf\x14\xdb\xfd\xd6\x63\x8b\xa9\xc3\xea\xd0\x1c\x56\x8d\x02\xec\xaf\x3e\xac\x18\x1d\x51\x87\xb7\x1e\x51\xd8\xe5\x97\x02\xd3\x57\x99\xc3\xe6\x7c\x71\x6f\xbe\xec\x5c\xf9\xe6\x7c\x81\x34\xab\x45\x79\x5c\x24\xa6\x3f\x94\x08\x0f\x59\xe8\x9c\x2f\xa4\x08\xfa\xb1\x5e\xca\x63\xf4\xd6\x9c\x97\x4a\xbc\x51\x8f\x26\x50\x26\xb2\x9c\x44\x1d\xd7\x06\x54\x59\x54\x60\xda\x53\x98\xb7\xbc\x89\x2f\xa3\x88\x94\x42\xa9\xc0\x48\x2e\xd8\xba\x78\x33\x53\x28\x51\x60\x7a\xea\xd8\xc0\x75\xe6\xca\x42\xc3\x84\x2b\x91\x84\x07\xda\x58\xe5\x94\x08\x17\x3f\x95\x64\x96\xaa\x85\x22\x33\xce\xe1\x14\x8e\xd5\x3c\x33\x82\x03\x3c\xb8\x62\x28\xa0\x31\x9f\x0b\x4a\xe2\x38\x5f\xea\x99\xa2\x54\x09\x46\xbc\xf8\x10\xb1\x59\xd2\x36\xb0\xef\xb8\xb2\xc6\xb6\xa3\x70\xe2\x82\xc5\x82\xbe\xfe\x6d\xbc\xe8\xc9\x6a\x65\x7b\x64\xb8\xbe\x58\x6c\xc8\x58\x00\xdf\xe7\xd2\xe7\xde\x3b\x9d\x8b\x9b\x75\x31\xab\xba\x0d\xca\x51\xe9\x49\x14\x92\x46\x50\x33\xcd\x19\x9d\x11\xde\x43\x07\x86\x4a\xc6\xff\xd3\x31\x9d\x89\x99\xd8\x71\x9d\xcf\x2c\x7b\x05\x52\x3a\xc1\x9a\xce\x28\x10\x9b\x0a\xf2\x9c\x83\x47\x08\xd7\x8a\x35\x14\xb2\x30\xce\x0b\xc4\x37\x02\x5b\x76\x56\xe3\x97\x18\xfa\xce\x98\xa8\x67\x75\xdc\x17\xb2\x58\x02\xb3\x8c\xd7\x73\x11\x45\xc8\x07\x0a\x41\x96\x29\x79\x7b\xb2\xb2\x5c\xb9\x74\x88\x52\xfb\xa0\x21\x43\x16\x08\xe0\x86\xda\x9a\x0c\xfd\xaf\xe4\x51\xa2\xa2\xee\x94\xe2\x37\x64\xe0\x54\x49\xd6\x14\x12\x96\x31\xad\xb4\xcd\x68\x5c\x8f\xae\x46\x51\x25\x4d\x41\x37\x56\x69\x12\x5f\xe8\xe7\xc4\xc7\x0a\x8b\x0d\xba\x37\xa4\x98\x0c\x53\xdb\xc4\x18\x3f\xe8\xcc\x72\xff\x39\x0e\xa7\xe0\x1d\x9f\x53\x98\x9c\xac\xc1\xb2\x65\x30\x93\x73\x38\xbe\x4a\x52\x7e\xe9\xcc\xd4\x09\x55\x0d\x7d\xc1\x5c\x13\xf4\x00\x25\x08\x2c\xd7\x0e\x62\xa0\xa2\x53\xf8\x63\x1c\xad\x70\x93\xd8\x75\xf3\x26\x27\x37\xb0\xbd\x5e\xa6\x63\x08\xd1\xf0\x58\x5d\x74\x96\x3c\xa2\x29\x5b\xf8\x97\x3c\x98\x02\x8c\x85\x59\xb6\x54\x87\xa8\x15\x04\x25\x93\xbd\xc4\x49\xdc\x7c\x77\xaa\x3b\xca\x24\x23\x87\x8a\xba\xe4\x81\x0a\xd7\x05\x0a\x7b\x37\xe5\xa7\x0e\x58\x89\xae\x7e\x1c\x8d\x89\x64\xdf\x60\x32\x8e\xa6\x2d\xca\xe3\x6e\xce\xd7\x98\x8f\xfe\x8a\x6c\x5c\xc0\xd4\x46\x8a\x46\xb4\x2a\xf6\xe8\xad\xb7\x38\x8b\x17\x6b\xd3\x20\xb9\x13\xc0\xf4\x05\x46\xb0\x29\xf4\xb8\x84\x05\xd1\xc7\x1b\x18\xc5\x06\xef\xef\x4a\x94\x10\xf4\x38\x1c\xe6\x91\x98\xb0\x47\x3d\x8a\x5e\x04\xe6\xd4\x10\x4e\x66\x53\x38\x24\x8c\xef\x6c\xf3\x6f\xf8\x64\x29\x48\x2f\x8d\x5f\xb2\xfa\xf5\xa9\xf5\x0d\x76\xe3\x91\x9d\x75\x13\x65\xe4\xb2\xdc\xc7\x99\x14\xee\x70\x83\x59\x9b\xd3\x46\x94\xb5\x65\x41\x94\x9f\xf1\x6c\xa6\xac\xe9\x95\xef\xe5\x34\x89\xa2\x64\x45\x67\x62\x76\xc8\x3c\x7c\x3e\xf3\x1a\xda\x56\x0f\x0e\x71\x6d\xa0\x80\xa2\x1e\x98\x1a\xa8\xae\x58\x53\x99\x85\x5b\x17\x06\x95\x28\x79\x6d\x85\x14\x69\x31\x90\xf4\xf4\xce\x26\x31\x4a\x76\xac\x63\x30\x33\xb9\x3d\xcd\x66\x13\xd7\x1c\x93\x15\xae\x12\x8b\x0f\x54\x2c\xda\x83\x62\xb4\x1b\x0a\x87\x43\x7d\x92\x74\xd9\x60\x1e\xef\x41\x72\x8a\xbe\xfc\xdf\x7f\xe8\xe1\x74\x8e\x9e\x78\x58\x91\xc0\x38\xb6\xed\x1b\x86\xa6\xec\xe2\x91\xfe\xb2\xbf\x2e\xb9\x14\x3c\x52\x1e\x10\x13\x43\x22\x93\x62\xe2\xf9\xc9\xab\xd3\x8f\xb2\xbf\xf3\x17\xc3\xd1\xd9\x47\xd9\x55\x7f\x2d\x17\x02\xe2\x7d\x24\x71\xa3\xd0\x1f\xed\x58\x8a\xf1\x6e\x42\xfc\x10\xbc\xf1\x32\x57\x01\xc1\xd0\xf0\x96\xce\x11\x15\xa0\xdd\x0e\x67\xc1\x9a\xec\x15\xba\xce\x90\xe4\xa6\xec\x1e\xe4\xb6\x35\x73\xd1\x31\x66\x54\xaa\x5e\xb1\x56\x76\x76\x14\x70\x8f\xfa\x56\x36\x2d\x63\x63\x76\x11\x1b\x51\xaa\xc5\x40\x2b\x0f\x89\x40\xb5\x60\x48\xb9\x2d\x85\x32\xe2\xc9\xac\xb1\x51\x18\xd3\xef\x34\x38\x1e\x25\xf6\x36\x56\x0c\xed\xab\x47\xd7\x8b\xf2\x3f\x66\x64\xb6\xf7\xc0\xbd\x47\x45\xb1\x43\xff\x80\x61\xc1\x63\xe7\xd7\x8d\x4b\xc5\x81\xa3\xac\x02\x56\xb8\xb2\xcd\x31\xe3\x78\xa6\xb3\x9e\x48\x91\x4a\x76\x84\x6e\xb0\x05\x87\x20\x30\xe2\xe4\x31\xe3\x69\xca\xd7\x95\x9e\x65\x65\x0f\x22\xd4\xf3\x5a\xf7\x42\x0a\x76\xe5\xa4\x3f\x75\x43\xad\xe5\x45\xa3\x24\xe8\x8f\x85\x39\x48\x1a\xa8\x69\x8e\xe9\xa9\x6e\x93\xc9\x12\x1d\xab\x60\x66\x84\x62\xa2\x36\x25\xa2\x48\x84\xea\x08\x0b\x92\x78\xd2\xcc\x93\x66\xc4\xb3\x5c\x47\x5e\x21\x94\x61\xc7\xb6\x36\x7c\x95\x86\x79\x2e\x62\x87\xdb\x41\xe4\xc9\x62\x50\x38\x62\xa6\x3c\x53\xda\x72\x31\x71\xa2\xa6\x99\x68\x69\x3a\x52\x1a\x5c\xc0\xdd\x60\x69\xf6\xd1\x79\xc3\x51\xe7\xde\x4c\x9f\x2b\x67\x49\xfb\xf8\x03\x1b\x7a\x79\x10\x19\xef\x4f\x75\x85\xa3\x43\x5b\x9d\x7a\xf5\x0a\xeb\xbf\xe3\x25\x46\xb5\x16\xae\xaf\xa4\xf1\x94\x2c\x9c\x9c\xe7\xd6\x3b\xcc\x44\x4c\x37\xeb\x4a\x0a\xa2\x2e\x86\x3c\xa4\xf3\x54\xca\x5e\x8e\xb0\xaa\x1f\x3a\x73\x88\x90\xa6\x4e\x03\xbb\x3d\xcf\xe4\x2d\x29\xc4\xd0\xe4\xe9\x05\xe6\x58\x83\xfb\x14\x63\x43\x1e\xcc\x80\xac\x55\x79\x58\x05\xc3\x5a\x2f\x6e\xa8\x4f\x8d\xa3\x46\xf4\x69\x86\x92\x24\x97\x68\x28\x01\x2a\x09\xd9\x46\xee\xb9\x71\x78\x81\xa7\xfc\x4a\x60\x0a\x62\x88\x93\x00\xd1\x73\x41\x86\x57\xf8\x34\x1a\x9b\x54\x90\x39\x85\x24\x5b\x16\x25\x39\x5e\xa0\xa5\x10\x0a\xe2\xf1\x15\xd8\x0a\xb6\xea\x34\x10\x39\x99\xd2\xc8\x2d\xab\xf4\xae\x8e\x5c\x74\xc8\xcc\xfa\xab\xa0\x5d\x45\x2f\xce\xc7\xc6\xb9\x4a\xb9\x95\x98\xa8\x48\x60\xfc\x6b\xac\x3e\xea\xc4\x90\x88\xf4\x0c\xc1\x11\x6f\x02\xd5\x93\xe0\x31\xdd\x72\xd0\x4f\xd1\x0e\xa3\x74\x0f\x22\x76\xb4\x2b\x57\x3c\xfd\xc4\xd3\x8b\xac\xa0\x62\xb1\x2e\xce\x6a\x65\xb3\xaa\xdb\xb3\x52\xbc\x20\xe4\x9a\xae\x7b\x1e\x7e\x3c\x6f\x7f\x6c\x38\xef\x70\xf4\xef\x6f\x84\xb0\x43\xe6\xd4\xf6\xab\x6b\x33\x42\x6b\xa1\x76\x67\x53\x6d\x42\x79\xa1\xfa\xf6\xa6\xea\xe8\xb2\x62\x57\xdd\xd9\x54\x15\xfd\x59\x9c\xba\xbb\x1f\xab\xaa\x7e\x29\x2b\x9c\x4e\x21\x19\xa7\x63\x87\x8f\x0c\xce\x0e\x11\x8a\x39\x55\xee\xb0\x92\x20\x34\x6f\xb0\x8a\x70\xa5\xec\x0d\x99\x28\x95\x4d\xbd\xde\x70\x14\xb3\x55\xf9\x17\x3c\x9a\xf3\x20\x4d\x1e\xe9\xef\x19\x65\x3f\x67\xec\x24\xa7\x48\x8a\x21\x99\x0b\xdb\x81\x9a\x95\xfb\x2d\x38\xa9\xd4\x19\x00\xd1\xfb\x9d\xd8\x03\x18\xb7\xac\x29\x0e\x18\xd4\x68\xd9\xfe\xd9\x64\xbe\x5b\x53\x3b\x46\x6e\x2f\x3b\x5f\xe7\x1d\x6c\xd3\x1d\x57\x61\xcb\x67\x99\x4c\xd2\x3f\xde\xea\x52\x7c\x32\x45\xc1\xb3\x94\x84\x81\xf1\x06\xbe\x77\x8f\x8d\xf2\x20\x53\x77\xf1\x14\xe2\x1b\x2f\x09\x2d\x15\x8d\xc9\x07\x20\xcc\xb5\xdc\xa2\xc4\x16\xdb\xb0\x52\x63\x82\x5f\x3a\x4f\xe0\x34\x5a\x13\x70\xc0\x42\x4c\xc1\xdf\xbb\x66\x3c\xb9\xd0\x25\xd6\x09\xed\x53\xe1\x2b\x6b\xdb\x84\xd9\xff\x1e\x2a\x57\x6f\xf2\x5e\x2c\x26\x8b\xa8\xb3\x9f\x18\x67\x87\x6c\xec\xbe\x41\x54\x2f\x22\xbd\x4c\x14\x10\x3d\x4f\x26\x94\x79\xa0\x2a\xa3\xc4\xd7\xe1\x9b\x1a\xdf\x17\xdf\xc1\xbf\x30\xbe\x31\xeb\xc5\x77\xc0\xb7\x44\xb4\x8e\x66\xde\x84\xf0\x5b\x4d\x27\xd5\x85\x4b\xe6\x36\x82\xc6\xd9\xd7\x22\xa8\x30\xaf\x4d\xb9\x32\xbe\xcb\xe4\xac\xb5\xa8\x9e\x46\x36\xfb\xea\x69\x58\xb0\x0b\x63\x2d\xf8\x63\xaa\x9c\x16\xdf\x36\x11\xa2\x9c\xea\x69\xf0\x28\xff\x86\x79\x10\xe8\xef\x80\x71\xdb\x9f\xa9\x72\xa0\xf3\x64\xf2\xd5\x03\xbd\xf7\xce\xfa\xd6\x1d\x32\x48\xe6\x8b\x65\x2e\x65\x45\x25\xba\x19\x1d\x29\x06\x44\xc5\x87\x20\xc7\xdb\x50\x4f\x35\xc8\xa3\x5a\x30\xab\xb3\xbf\xa9\x6e\xab\xa3\x39\x15\x2c\x96\xc1\x78\xda\x8c\x80\x43\x8e\x02\xca\x0a\x63\xd4\xa1\x73\xbe\x80\x18\x20\x1c\x63\x95\x5a\x9d\xd6\xe6\x56\x8f\xc6\x6c\x91\xf0\x6a\xc7\x1c\x3d\x9f\x7f\xa4\xe2\x2f\x66\x11\x89\x4b\x22\xd1\xe5\x29\x69\xd2\x4d\x58\x7b\x77\x31\xc5\xa4\x36\x8d\xef\xb6\x94\xf0\x46\xe3\xee\xfc\x52\x70\x7a\xdb\xc0\x6b\x6b\x8b\xf5\xc1\xc7\x4f\x72\x84\x06\x1b\x25\xe9\x8a\xa7\x13\x14\xe5\xdf\x0a\x48\x0a\x8a\xfc\x3f\x61\xfc\x2a\x09\x27\x2c\xe6\x57\xe1\x05\x07\x3d\x19\x5f\x71\x54\xca\xda\xd0\x72\x2b\xa1\xc1\x82\x5f\x88\x56\xd1\x96\xac\x10\xaa\xa7\xdb\x45\x5a\x72\xca\xf6\x2a\xca\xf6\xeb\xec\x27\x87\x81\xdf\xf6\x42\xca\x0e\xef\x58\x5d\x79\x99\x32\xcb\x8a\xbe\x40\xc2\xd3\x4d\xe4\x2b\xb7\xce\xf0\x74\xa0\xcd\xb4\x95\x59\xc7\xe0\xf4\x44\xfb\x68\xe8\xc2\xd3\xd3\x6d\x55\xf8\xda\xe4\x02\xff\x5f\x1d\x6d\xc4\xbd\x8a\x64\x35\x65\x3a\x8f\xaf\x9f\xd3\x50\x44\x13\x50\x3a\x1e\xb2\x73\x7a\x75\x68\x90\x2e\x52\x5d\xdd\x1a\xda\x9d\x1d\xbc\xd8\x41\xe2\xff\xf8\xc0\x82\x63\x5c\x95\x21\x6e\xa5\x7a\x72\x91\x84\xd1\x36\x79\x75\x60\xd7\x30\xf6\x01\x7c\x4f\x7f\x5b\x66\xb9\x6d\x48\xa2\xa0\xe9\xb0\x46\x13\xd4\xd4\xe0\xbb\x1e\x5e\x77\xc7\x6b\x7d\x4b\xc0\xfb\x41\x92\x59\xb9\x1e\xd8\x79\xbb\x01\x7a\xd7\x77\xaf\x9e\xbf\x7a\xfd\xe1\xd5\x47\xaf\x01\x48\x2d\xff\xff\xb1\xa1\x07\x3f\x82\xc8\xd3\x69\xb2\x22\x10\x9d\xbd\x86\x04\x31\x3c\x1d\xc8\xe6\xc3\xd3\x41\xa3\x4a\x20\x61\x3a\x18\x77\xc3\xfc\x62\x95\xd2\x55\xe9\xdc\xf7\x3b\x0d\xe6\x9d\x8f\x7c\x09\x0c\x38\xbe\xa4\xaf\x27\xcc\x7b\xe3\x35\x80\xfe\xe0\xd7\xba\x05\x04\x0b\x1f\x75\xb6\xff\xfe\xa8\x51\x86\xb6\x0d\xd0\x3a\x45\x68\xff\x69\xa0\xfd\x67\x25\xb4\x9d\x4a\x68\x3b\x00\x6d\xbb\x08\xed\xad\x81\xf6\xb6\x12\xda\x6e\x25\xb4\x5d\x80\xb6\x53\x84\x76\x6a\xa0\x9d\x56\x42\xeb\x56\x42\xeb\x02\xb4\x5d\x80\x46\xcd\xfd\xdd\xbf\x7b\xc5\xd5\x28\x41\xdb\xaf\x84\xb6\x07\xd0\xba\x0e\xb4\xbd\x3b\x40\x3b\xa8\x84\xb6\x0f\xd0\xf6\x1c\x68\xfb\xb7\x43\xdb\xf6\x2b\xa1\x1d\x00\xb4\x7d\x07\xda\xc1\x1d\xa0\x75\xaa\xa0\x75\xda\x00\xed\xc0\x86\xd6\x69\xdf\x01\x5a\x25\xbd\x75\x7c\xa4\xde\xf6\x47\xb3\x88\x1d\xff\x0e\xd0\x2a\xe9\xad\x43\x7b\xc1\xb7\xa1\x6d\xdf\x0e\x6d\xa7\x7a\xa6\xb8\x17\xfc\x8e\x0d\x6d\xe7\x0e\xd0\x0a\x33\x55\x8c\xe0\x14\x23\xcf\x1b\x4e\xe0\x1f\xc8\xf1\xfe\x8f\x84\xa8\x61\x64\xb3\x9a\x94\x65\xbc\xff\x90\x94\x0c\xbf\xfd\xea\xd5\xeb\x0d\xb7\x23\xf3\x8f\x78\x0d\x80\xdb\x39\x90\x8c\xc5\x7f\x68\x83\x0b\x6a\x1e\x86\xa2\x7b\xb5\x9c\x43\x7e\x07\xc6\xb0\xac\x17\xe5\xaa\x08\xfe\x7e\x29\x72\x8e\x05\x0a\xdc\xae\xe4\x75\x5e\xe7\x3f\xbe\x17\x38\x5f\x82\xdb\xfe\x7f\xdf\x0b\x5c\x47\x82\xdb\xf9\xb7\xef\x05\x6e\x5b\x82\xdb\xfd\xf7\xef\x05\x6e\x47\x82\xeb\xfe\xfa\xbd\xc0\xed\x4a\x70\x7b\x3f\x7c\x2f\x70\x5d\x09\x6e\xff\xf1\xf7\x02\x07\x07\xda\x41\xed\x3b\x81\xdb\xd9\x97\xe0\xda\xf5\x12\x38\x27\x0d\xaa\x84\x50\x00\x58\x59\x49\xef\xe6\x7d\xc9\x05\x9b\x9f\x6e\x87\x7a\xcb\x77\x03\x50\xb2\xfc\xa3\x27\xdf\x0b\x20\x4a\x0a\x62\x9a\x5c\xb3\xe6\x27\x90\xbc\x8f\x9e\x50\x4f\x7b\xdb\xdf\x77\xe8\x5d\xff\x8f\x1a\xf9\x49\xce\xa3\x90\xc7\xec\xc9\x63\x35\x74\xd9\xd5\x93\x32\xa5\x7d\x45\x57\x08\x71\x1f\x05\xb0\xfe\xf3\xd3\x37\x92\x2d\x8f\xb3\x1a\x26\x05\x6d\x30\xef\x97\xb1\x84\x03\x25\x63\xf8\x5b\x96\xd7\x37\x8a\x4f\x46\xb8\x0c\x53\x9b\x2b\x1f\x60\x0f\x67\xbd\xbe\xec\x20\x9b\xd5\xbc\x5f\x72\x73\x00\xfc\x45\x42\x04\xc9\xb7\xa1\x19\x70\x83\x95\xe5\xb2\x7d\x60\x77\x7f\xfd\x4f\xaf\xb1\x81\x73\x33\xe4\xee\x20\x4d\x95\x44\x3d\x0d\x05\xb6\xd6\xea\xc3\x6d\x50\x3e\xdc\x08\xa5\x0b\x07\x83\x18\xde\x06\x65\x78\xf3\x58\x80\xe3\xa6\x6f\x6f\x83\xf2\xf6\x66\x28\xc0\x19\xf3\xb3\xdb\xa0\x9c\xdd\x0c\x05\x66\xb4\xfe\xef\xdb\xa0\xfc\xf7\xcd\x50\x80\xad\x2e\xdf\xdd\x06\xe5\xdd\x8d\x50\xf6\xe0\xe8\x08\x4f\x6e\x83\x72\x72\x33\x14\x98\x51\xf2\xfa\x36\x28\xaf\x6f\x9e\x11\x9c\xd9\x8b\x37\xb7\x41\x79\x73\x23\x94\x0e\x4a\x8c\x7f\xbb\x0d\xca\xf9\xcd\x50\x40\xb6\xfb\xf8\xe5\x36\x28\x1f\x6f\x81\x22\xe5\xcd\x5f\x7e\xf9\x0c\x60\x36\x43\xf9\xe5\x17\x67\xab\x97\xb7\xf9\x28\x59\xa6\xf9\x0c\xf6\x39\xab\x7d\x10\x10\x6a\xc8\x8a\x0e\xf7\x67\x74\x1f\x81\x98\x71\x18\x59\xfa\x58\x5c\x9d\x25\x49\x44\xe9\x59\xd9\x79\x07\x70\x7b\x3e\xe8\xbd\x01\x9b\x1b\xb3\xf3\xf5\x2f\x1b\xfe\x6d\x62\x11\x5d\x20\x3f\x30\x1b\x62\x0e\x8a\x60\x42\x3d\x3a\x35\x2b\xfe\x6d\x5c\x7d\xa0\xc4\xec\xb4\x1a\xe0\xe9\xfd\x01\x76\xe1\x28\x9e\x1c\x57\x03\x3c\xbe\x3f\xc0\x3d\xc0\xe1\x74\x54\x0d\x70\xf4\x15\x00\x81\xcd\x5e\xfc\x5c\x0d\xf0\xe7\xaf\x00\x08\x5c\x6e\xf6\xac\x1a\xe0\xb3\xaf\x00\x08\x0c\xef\xb7\x3f\x97\x00\x2a\x49\xff\xcf\x12\xa6\xa4\x91\x02\xe8\x8d\x00\x81\x6c\x2e\x9f\x6f\x04\xf8\x5c\x0b\x57\x10\xaa\xef\x93\xba\x3f\x6c\x04\x08\xe2\x60\xf4\x62\x23\xc0\x17\xf7\x1c\xa1\xbf\x2f\xef\xd6\x4f\x0f\x4b\x00\xad\x73\xf3\x5e\x38\xec\xc0\xc5\xee\x17\xef\x91\xd7\xf8\x3e\x00\xfd\x6d\xd4\xc1\xbc\x3a\x1b\xbe\x05\x03\xba\x5f\x52\x04\x4d\x6e\x15\x1b\x01\xea\xef\x15\x0c\x26\x9c\x2a\xfe\x42\x61\x29\x31\xf0\x4f\x46\x36\x63\x2a\xc7\x06\xcb\x66\x49\x9a\x07\xcb\x3c\x6b\x31\xf6\x3a\x06\xc5\x95\x82\x61\x72\x36\x80\xe7\x13\xf0\xa7\xc1\xd6\x7b\x48\x0c\x4c\x19\x7c\xe1\x83\x94\x9a\xe5\x07\x0c\x2b\x4b\x3a\x2e\x4c\xe2\xa0\x40\x51\x5b\xac\xa9\x4c\x29\x80\xc7\x91\x81\x92\x8e\x9d\x46\x4f\x74\xe8\x40\xc1\x59\x26\x22\xa1\xec\x28\x54\x7e\x8b\x89\xcd\x2a\xdf\x23\xd0\xc7\xcd\xf7\x0a\x2c\x85\x90\xa9\x82\x5e\x83\x70\x57\x0a\x12\x1a\x4f\x64\x42\xcc\xc9\xde\x29\x15\x41\x72\x11\x87\xbf\xa3\x75\x0a\xe2\x27\x4f\x92\xba\xba\x21\x03\x69\x9e\x9f\x3e\x3b\x19\x9d\x15\x95\x6d\xe5\x7f\x9b\x18\xed\x01\x70\x9d\xdf\xff\xe2\x1e\x21\x40\xda\x7f\x29\x6f\xe8\x8d\xdc\x15\x98\xe1\xf5\x7f\x55\x40\xf9\xaf\xbb\x43\xe9\x82\x44\x17\x0c\x0a\x50\xd4\x75\x69\xf0\xc9\x01\xe5\x56\x90\x68\x1f\x58\x72\xfc\x3e\x60\xe7\xea\xfd\x06\x58\xef\x6f\x83\xf5\xde\xbe\x13\x00\x2c\xb0\x5e\xad\xe0\x00\xfd\x02\x07\xb0\x2b\xe8\xdf\xe1\xbb\x66\x2a\x80\xad\xf8\xd5\x86\xb1\xbd\xba\x6d\x6c\xaf\xac\xb1\xed\x01\xce\xe6\x2f\x2b\x30\xff\xf2\xee\x98\xf7\xe5\x02\x7a\x8d\x3f\xb9\x50\x78\x94\xd7\x88\x8b\x38\x1c\x6e\x23\x14\x49\x4c\x5e\xeb\xc7\x6f\x85\x22\x65\xa3\xad\x9f\xaa\xb1\xfd\x49\xeb\x7e\x7e\x02\xde\x7d\x83\x54\x73\x1a\x5e\xe7\x33\xcc\xeb\x0c\x56\x78\x96\x72\x09\xd5\xcc\x83\xb3\xb7\x2f\x36\x89\x2b\x4e\x91\x41\x13\xb4\xeb\xbd\x80\x0d\x77\xf7\x76\x07\x70\x12\x9f\xbf\xe8\xbd\xb9\x5f\x7f\xdb\x70\xe0\x32\xaf\x84\x32\xa3\x06\xdb\x84\xc5\x03\x68\x7a\xfe\xf6\xbe\x5d\x1e\x20\xf7\x7f\xfb\x72\xf8\xea\x9d\xe1\x2a\x37\xb6\x73\x5f\x34\xe0\xad\x40\x3d\x09\xec\xe0\x28\xde\xbc\x3d\x3b\x1d\xbc\xbd\xf1\x45\x00\xf1\xbb\x03\x6a\xec\xd3\xc1\xdb\x17\xcf\xad\x51\x6f\xac\x0e\xf7\x82\xf3\xfe\xdb\x61\xef\x96\xea\xce\x63\x09\xbc\xe6\x25\x53\x96\x85\xd7\xf8\x74\x87\x09\xc0\xc9\x08\x14\x13\xb4\xc0\xe0\x41\x98\x38\x3f\x79\x75\x3a\x7c\x0b\x0b\x0e\x1b\xf0\xb9\x58\x63\xea\x4c\xda\xa5\xc5\x05\x28\xad\xc4\x36\xf2\xe9\x67\xaf\x5f\x0e\x91\x6a\x14\x98\x67\xc9\x5c\xe8\xad\x7e\x3b\x18\x5c\x98\x37\x3f\xbf\x7b\xe3\x82\x79\xc3\x2f\xc4\xbb\xc5\x5d\x47\xb3\x83\xa3\x39\x1e\x22\x59\x18\x30\xc7\x22\x32\x7c\xe7\xf6\xd1\xec\x92\x90\x70\x5c\x00\x33\x8c\x27\xf7\x01\xb3\x43\x93\x3a\xa6\x17\x23\x7b\x52\x90\xcd\xa4\x8a\xc6\xab\x36\x7b\x4f\xae\x9c\x7e\xe3\x92\xc7\xb6\x15\x19\x16\x8c\xb1\x55\x00\x2d\x58\xe7\xb2\x5d\x0e\xe6\x94\x57\xe0\x4c\xac\x56\x68\x4b\x87\x38\x64\x97\x55\xd1\xe9\x94\x83\x15\xcc\x03\x1e\x25\xd4\xca\xe8\x59\xc0\xa0\x68\x6d\x6e\x5f\x19\x78\x3c\x50\x88\x70\x61\xdc\x09\x15\x38\x12\xb8\x9e\xbe\x3d\xf9\xf9\x19\x90\x2c\x0f\x6a\xa4\x9c\x91\xa7\x2a\x3d\x0a\x0d\xee\x06\x69\xcf\x38\x4f\x34\x98\x05\xe9\xd8\x40\x3a\xbe\xd3\xf2\x9c\xfb\x3b\xf0\xd8\xf5\xea\xdd\xcb\x17\xaf\x07\xcf\xef\xf4\x32\xf8\x21\xcc\x67\x2c\x5e\xce\x69\xb3\x4e\xb5\xaf\xca\x82\x4f\xd8\x85\x88\x45\xca\x73\x12\x1f\x21\x3d\x05\xb8\x8a\xa0\xcb\x56\x66\x6d\x65\x5b\x4c\xf3\xec\x9d\xef\xb9\x0f\xa3\xf8\x9e\x0f\x2e\xb3\x06\x92\x32\xc0\x4f\x45\xa6\x62\x50\x6e\x6d\x31\x34\x32\x43\xab\x70\x3d\xc0\xd8\x1a\xd3\x32\x0e\xff\xba\xb4\x46\xd4\x6a\x29\xed\x19\xee\xbd\xe7\x6f\xe0\x45\x67\x23\xda\xca\xbc\x7c\x8f\xda\xf9\xf7\x6c\xb7\x4f\xed\x3a\xf7\x6c\x77\x40\xed\xb6\xef\xd7\xce\x6f\x03\x09\x3f\x7f\xb3\x73\xdf\x76\x3e\xb6\xdb\xbd\x6f\xbb\x0e\xb6\xeb\xde\xb7\xdd\x36\xb6\xdb\xbb\x6f\xbb\x1d\x6c\xb7\x7f\xdf\x76\xbb\xd8\xee\xe0\xbe\xed\xf6\xb0\xdd\x93\x8f\xdf\x4f\x35\xdf\x3e\x40\x98\xcd\xef\x09\xb3\x8b\x30\x1f\xdf\x73\x7e\x3e\xad\xfb\xd6\x7d\xdb\x11\x9d\xb5\xee\xdc\x4e\xdf\xfc\x50\x7f\xf5\xda\xb8\x58\xb2\x3c\x59\xd8\xa2\x61\x17\xe6\xd2\xef\x21\x9f\x62\x60\x5b\x44\x0f\xea\x4f\x94\xe1\x80\xfc\xa5\x5e\x78\x4d\x7f\xb2\xc1\x6a\xa0\x8b\xaf\xdf\x1f\xd4\x41\xe9\xc0\xfb\x4f\x05\xef\x3f\xab\xe0\x55\xbe\xe3\x76\xe1\xa8\x79\x3b\x7c\xf1\xba\x07\x20\x1d\x78\x6f\x15\xbc\xb7\x55\xf0\x2a\x2d\x07\xf6\xf1\x25\x97\xe4\xb3\xc2\xf8\x4e\x15\xbc\xd3\x2a\x78\x95\xb6\x03\xfb\xb0\x27\x3f\x90\xf7\x1d\xc2\xb3\x4c\x08\x9c\x2b\x49\x01\x5e\x95\xf5\x40\x07\x6d\x11\xfa\x6f\x4f\xce\x9a\x68\xdc\x60\xc1\xdb\xbb\x19\x5e\x95\xfd\x40\x07\xad\x11\x24\xbc\x27\x25\x78\xfb\x37\xc2\x73\x2d\x08\x34\x49\xf9\x7b\xdb\xec\xfc\xe5\xbb\xb3\xe1\xc7\x06\xf3\xf7\x76\xd8\xf9\xfb\xd7\x2f\x9a\x1f\xe1\x3c\xf1\xf7\x76\xe1\xcf\x27\x1f\xc1\xad\x10\xcc\xd8\x8c\x39\xbb\xa6\x45\x05\x09\x73\xf0\xb1\x39\x8f\xf9\x85\x48\x1b\x98\x31\xc2\x83\x4c\x00\x57\x60\xdd\x03\xd2\xc8\xbc\x65\x65\x97\x92\x9d\x87\x19\xe3\x51\x96\x14\xde\x9b\xbc\x8c\x35\x3f\x29\x3b\x20\x49\xdc\xae\x37\xeb\x10\xb3\x5a\x9a\x4c\xc0\xa8\x5f\x48\x52\x4a\xa1\x0f\xc7\x97\xf2\xb3\xba\x9b\xfd\xbf\x2d\x1b\x6f\x48\x42\xe7\x78\xe3\xa2\x11\x25\x36\x78\x03\xbd\x3b\x09\x43\x9c\x18\x0a\xb7\xd9\x65\x99\x58\x06\x68\x51\xd6\xf9\xbb\x57\x35\xdd\x2c\x48\x13\x4a\xd9\x8d\xbf\x42\xc6\xd1\xf1\x72\x3a\x15\xe9\xb7\xcf\x1d\x04\xfa\x4d\xa9\x19\xdd\xa9\xcf\x92\xb9\x78\x2e\xd6\xd9\x29\x0e\xe8\x57\x7b\xde\x96\x5f\x01\x26\x91\xaa\x34\x33\x35\xd5\x2d\xb3\xed\x42\x2f\x15\xa6\xda\xca\xb0\xd1\xc1\xd6\x33\x37\x54\xb3\xfd\xed\x35\x7e\x2b\xa7\xa4\x36\x21\x55\x11\x93\x72\xf2\x18\x22\xe8\xd6\x25\x53\xc6\x7a\xff\xe8\xf5\x91\x77\x93\x3f\x60\x79\xaa\xcd\x80\xbf\xe7\xfa\x8c\x6e\x58\x9f\xd1\x1d\xd7\x67\x18\x4f\xfe\xc5\x97\x87\x2e\xb2\x77\x5b\xa1\x05\xbf\xd8\xb8\x42\x25\x24\x9d\xef\xfe\xdd\x7b\x7a\x2b\x86\xb0\xff\x6f\x47\x12\x22\x21\x4f\x97\x82\x1d\x0f\x5f\x80\x23\x6d\xb6\x1c\x43\x68\x20\x91\x73\xe3\xd7\xa0\xfc\x0c\x5f\xc7\xe6\x28\x68\x50\xbc\xda\xcb\x98\xd8\x32\x8f\x54\x9e\x28\x86\x81\x10\x29\xaf\xf9\x85\xc8\x19\x97\xf0\x29\x45\x0a\x66\x4a\x78\xcc\x82\x88\x87\x73\xf2\x46\x29\xb4\x8f\x93\x5c\xb9\x22\x37\x9c\x3e\x24\x14\x0c\x14\xad\x53\x9e\x43\x0c\xa1\x98\xe2\x39\x70\x8c\xd6\x8b\x29\x02\x43\x08\x41\x6d\xcd\x82\xf5\x39\xc4\x8b\x8d\x55\xbd\x45\x2a\xa6\xd0\x41\xc0\x63\x39\x73\x0a\x1a\xe2\x4e\x5e\x87\x8f\x08\x78\x76\x1f\x22\x39\x16\xd1\xdd\x0e\x17\x1e\xe5\xda\x87\x03\x93\xf2\x19\x97\x8e\x1f\x7e\xa0\x5d\x56\x6a\x62\xe7\x41\xfb\xc1\xb8\x24\x94\x49\x0a\x0c\x28\x9e\x16\x8f\x9d\xed\x7f\xc6\xb1\xa3\x75\x25\x7f\xc4\xce\xe9\xde\x75\xe7\x40\xd8\xa1\x7f\x6d\x06\xa3\xd4\x31\x77\xc3\x53\x89\x39\x17\xc4\x13\xdb\xd5\x74\x13\x62\x5e\x84\xb1\x66\x29\xf7\x40\x8c\x1b\x9d\xe9\x1b\x1d\xb9\x6e\x3f\x73\x7e\xa2\xb5\xee\x79\xec\x90\x4e\x95\xde\x3f\x81\x8e\x8d\xa6\xeb\x1f\xbb\x40\x86\x72\xff\xf5\x97\xa8\x6f\x96\xa8\xef\x2e\x11\xa6\x9e\xa3\x20\x4e\x73\x9e\xae\xb7\x20\x20\x42\xcc\x73\x58\x2c\x21\xe2\x4c\xb9\x9f\x97\x17\xef\xae\xab\x84\x8f\xe6\xce\xf2\xa8\x74\x4a\x15\xe1\x76\x0c\xb2\x57\xe1\x42\x0c\x92\x38\x17\x71\x9e\x7d\x33\x93\x80\xa7\x54\x78\x73\xf5\x5b\xad\x83\xe2\xa3\xaa\x22\x43\x79\x53\x72\xe2\x4d\xd0\x69\x6b\xee\x4e\x08\xc2\xbc\xe0\x1e\x50\x72\x3e\x0c\xe1\x14\xad\x29\xe5\xdb\x42\x04\x21\x8f\xac\x00\x48\x73\xb8\xc5\x41\xa8\x8b\x04\xbb\x09\x63\x76\x2d\x27\x22\x3b\xbf\x88\x93\xb9\x68\xea\x99\xa3\x87\x68\xca\xe3\x0b\x78\x42\x4e\x05\x40\x86\xfe\x3a\xad\xd6\x3e\x9c\xe7\x12\xd4\x4a\x65\x2c\x63\x30\x29\x4c\x84\x44\x62\x01\x44\x53\x45\xad\xe6\x6a\x96\x44\x0a\x1c\x8d\xec\xce\x6b\x47\x16\xa7\x37\xac\xde\x3f\xdf\xd5\xac\x7c\x8e\x6b\x4c\xca\x65\xa7\x39\x8c\x45\x4a\xc7\xf3\xd7\x5e\x16\x55\xca\xdb\xcd\xe9\x4b\xdc\xf4\xb7\xbe\x77\xa8\xcf\x45\x9f\xa4\x71\xfc\xd2\x31\x5f\xd4\xab\x9c\xfd\x79\xbb\xf0\xf9\xdc\xfd\xbc\x53\xf8\xfc\xcb\x2f\xee\xf7\xdd\xc2\xf7\x8f\xee\xe7\x6e\xe1\xf3\xaf\xee\xe7\xbd\xc2\xe7\x4f\xee\xe7\x7d\x6b\x52\x5a\x9e\x51\x1f\x0f\xac\x8f\x07\x5e\x29\x74\x80\xbd\x17\x7b\x51\x7e\xef\xad\x78\x17\x8a\x25\xf3\xe5\x1b\x08\xf6\x16\x72\x41\x00\xdf\x4e\x2d\xb7\xd6\x24\xa5\xd0\x46\x6e\x05\x46\x21\x7f\x04\x8a\x94\x89\xf8\xd7\xe3\x88\x20\xfc\x73\x91\x44\x82\xc3\xaf\x03\x48\x1d\x19\xe7\x22\x5d\xa4\x26\xf3\x3d\x85\x87\x85\x1b\x4a\x90\x2c\xd6\x2c\x48\xe6\x73\x1e\x57\xa7\xe7\xd8\xc0\xf9\x06\x37\xa1\x88\x82\x51\x08\xe5\xe1\xbb\x01\x5d\x17\x22\x3f\xa6\xd8\x49\xb5\xba\xfc\xeb\x54\xb5\xb1\xf2\xf4\x3d\xd4\x80\x20\xbe\x71\x14\xf1\x45\x26\x26\x4e\xb0\x08\x07\xba\x94\x14\x06\x03\x39\xab\x02\xfa\xed\x74\x54\x68\xb0\xa4\x4c\x8a\x00\x07\x76\x64\x57\xdb\x30\x09\x71\x29\x31\xa9\x9e\x30\x5b\x06\xce\x1b\x4a\xe5\xa8\xac\xae\xd8\x78\xcd\x22\x91\xe7\x2a\x5e\x5c\x21\xb7\x24\x76\x8b\xa6\x58\xf3\x24\xcb\x0d\x20\xaa\x48\xf9\x5e\x55\x74\x9d\xc7\x49\x1c\xad\x1f\xb3\x15\x87\x48\x4f\x18\x3d\x38\x17\xd7\xb9\x72\x18\x0e\xa2\x70\x81\x4a\x77\xcb\x29\x96\x5c\x62\xbd\x49\x1a\x5e\x89\xe6\x78\xed\xb1\x95\x18\xab\x31\xdf\x40\xbc\x90\x12\x45\xaf\x40\x6f\x9a\x8b\x54\xa2\xd1\xf6\xdd\xcd\x44\x7e\x16\xce\x45\xb2\xcc\x6b\x66\x55\x02\x5a\x93\xb3\x64\x18\x4f\x20\xa0\xab\xf9\x58\x6f\xb0\x5d\x93\x8d\xaa\xe0\xea\x7a\x17\xff\x58\x2b\xab\xd4\xc3\x1b\xd6\xf9\xa6\x65\x46\x43\xb2\x3f\x62\xb1\xe7\x3c\x06\xc1\x46\x19\xe1\x41\x46\x9e\x55\x92\x5e\x42\x2c\xa6\x2c\xcc\x97\x14\x31\x12\xb2\xa4\x1a\x40\x2a\x60\x58\x4b\x5c\x8b\x60\x80\x7b\xaf\xe6\x49\x90\x5e\x1d\xb5\xcf\x51\xb2\x32\x09\xd8\xfe\x25\xd6\x6c\xd3\x00\x92\xc5\x5a\xf7\x7f\x96\x0c\x14\x41\xd6\x0a\x01\xcb\xef\x74\x03\xb0\x22\x9a\x9b\x63\xb4\xbd\x5d\x7d\x75\x22\x0e\xf7\x4a\x72\xb8\x64\x01\x61\xfb\x63\xb1\x52\x3a\x7f\x62\xfd\xf0\x94\x1d\x25\x28\xfb\xdf\x4b\xb0\xbb\xed\x04\x28\x53\x1c\xf6\xdc\x92\x63\xa9\xe9\x15\xd6\x7d\xcf\x40\x89\xe3\x79\xe5\xa8\x43\x5e\x00\x52\xe9\x51\x9c\x34\x82\x28\xc9\xc4\xd1\x5a\x64\x8d\x54\x64\xe1\xef\xf8\xab\xba\x5c\xa4\x19\xfc\xe9\x39\x79\xee\x08\xc4\x3c\x8c\xc3\x79\xf8\x3b\x1f\x47\xd8\x66\x15\x4e\xf2\xd9\x91\xc7\x9e\xa8\x51\x85\x71\x2c\xd2\x0f\xb2\xb4\xaa\x79\x63\x26\xc2\x8b\x59\x5e\x6a\xf0\x0c\x8a\xbf\xed\x2a\x27\x97\x50\xdc\xb8\x84\xef\xe1\x90\xca\xb2\xa5\x94\x92\xf1\xd9\xc4\x3a\x90\x8a\x81\x82\xc7\x62\xc6\xaf\x42\x68\x81\x81\xdd\x65\x7d\x0a\x8c\xab\xd4\x65\x59\x26\x32\xc7\x8a\x14\xcd\x11\x30\x07\xfb\x63\xec\x73\x63\x93\xf7\x94\xe9\x9d\xa2\x00\x4e\xa3\x10\x1e\x99\xec\xa8\x75\x9e\x64\x3e\xcd\xab\x26\x74\xee\x81\x82\x0e\xa3\xb2\xd2\x80\xef\x4a\x65\xef\x6f\xa3\xb2\x9a\x1d\x8c\x44\x65\x70\x73\x58\xe0\x7b\x78\xe9\xb1\x94\xe2\x35\xb7\x45\x05\xd7\xa4\x26\x76\xda\x6f\xa1\x32\xa8\x93\x9b\xba\x9c\x18\xc4\x20\x5b\xa6\x99\x88\xae\xd0\x0a\x04\xa2\xf7\x44\x91\x3e\xab\xb6\x5e\x9f\x62\x5a\x32\xc2\x9b\x95\xc7\x8e\xda\xb7\x98\xbc\x1e\xf2\x71\xb4\x06\xab\xe2\x39\x0f\x5e\x9f\x36\xa8\xf6\x96\xbd\x3e\x56\x60\x7a\x9d\x73\xf9\x59\xb2\x12\x57\x22\xa5\x13\x11\x32\x28\xb3\x74\x19\x63\x3c\xfe\x95\x18\x83\x19\x49\x1a\x22\xf1\xc1\xe3\x5e\x38\x65\x61\xce\xa6\x3c\x8c\x32\xd0\x97\x42\xaa\x33\x05\x6e\xca\xe9\x86\x4e\xac\xc1\x3e\xa6\x63\x9e\x87\x57\xc2\x90\x56\x6d\x96\x2c\xc4\x74\x19\x45\xeb\x3a\xcb\xe4\xa5\x75\x99\xb5\x36\x88\x1b\xb6\xec\x07\x79\x17\xbe\x86\xed\x89\x28\x13\xf7\x3d\x1b\x0b\x7b\xcc\xef\x56\xee\xb1\x72\x4a\xf0\xef\xcf\x2f\xd1\x84\xf6\xff\x16\xbf\x4c\x96\xf9\xfd\xf8\x25\x34\xf8\x1e\xfc\xf2\x5b\xe4\x7d\x32\xc0\x4f\xec\x77\x68\x25\x82\x42\x48\xea\xcd\x17\x01\x8c\x63\xe8\xde\x05\x28\xb3\x93\x9d\xf0\xc0\x12\x95\x24\x0b\xae\xe0\xa1\x30\x06\x92\xb9\x28\xfd\x3c\x3c\xba\x83\x7e\x27\xe5\x71\x36\x0f\x73\xc6\x63\x95\x64\xb2\x16\x4e\x59\x31\xfd\x26\x88\x52\x75\x8a\xea\x8c\xef\xfb\x5e\xe0\xc9\x0e\xbd\x81\x57\x35\x30\x47\x84\x5b\x01\xc5\xe3\x8c\x2d\x04\xa8\x88\xea\xf4\x44\x02\xef\x29\xa0\xe2\x4b\x50\x61\x84\x31\xb3\xd5\x9d\x25\x4b\xcc\xcc\x2e\xe3\x64\x95\x81\x42\x49\x80\x7d\xcb\x4c\xcc\x29\xaf\x56\x24\xab\x25\xa0\xc1\xc1\x1b\x27\xa2\x71\xc6\x21\x96\x6a\x52\x58\x96\xf1\x1a\xc3\x84\xcc\x42\xc3\x79\x20\xa5\xcf\x05\x0f\xef\xb5\xd9\x6e\xbd\x7b\xa9\xed\x74\xc7\xab\xd7\xd3\xd2\x1e\x65\x9f\x3f\x1b\x29\xd5\xbd\x98\x55\xdd\xc2\x30\x4a\x14\x60\x10\x12\xe0\xd2\x03\xd9\x58\xc8\x69\xce\x44\x34\x01\x6a\xb1\xe9\x48\x8f\xb0\x20\x7b\x6b\xfb\x42\x42\x9a\x89\x08\x47\xc1\xf9\x93\x89\xc0\xa0\xb2\x7c\x82\xba\xd7\xe1\xe9\x80\x55\xd3\x50\x9e\x2e\x8d\x01\xea\x4a\x10\xf2\x29\x3c\xfb\x44\x04\xe1\x44\xb2\xfc\x7c\x25\x44\x0c\xf4\x05\x36\x8d\x40\x60\x66\xf7\x56\xea\xb3\x9c\x00\x61\x90\xea\xd7\xc9\x45\xaf\xd2\x1d\x83\xb9\x6b\x44\xbb\xad\x70\x13\x94\x7b\xa0\xe2\xfa\xfd\x0d\xb2\xbe\x25\xe7\xdb\x01\x23\x37\x2e\xa3\x73\x05\xa8\xd5\xd9\x17\x2d\xf6\x7f\xb9\x0b\x33\xc2\x63\xa8\xcc\x89\x20\xee\x4f\x62\x42\x06\xc1\x32\xbe\x6f\xb0\x89\x58\x50\xfe\xf1\x24\x2e\x0b\x4c\xac\x87\x06\xc1\xd0\xda\xe2\x20\xef\x31\xdf\xb9\xe4\x65\x77\xe2\x63\x28\xdd\x95\x64\xc8\xbb\x6e\xac\x5b\xe5\xb1\x6f\xd6\xe6\x14\x9f\x0e\x51\x5f\xf4\x5e\x07\x9a\xba\x19\x92\x0e\x30\x75\xbf\x43\xe2\x19\xd2\xdc\x34\x89\x73\xf6\x7b\x92\xcc\xad\xfc\x86\x56\xb4\x23\x2f\x33\x29\x60\x65\x2d\x36\x03\x0a\x1d\x87\x39\x46\x48\x57\x22\x7a\xce\x02\x91\xe6\x5c\xd5\x8a\xc4\x95\xc0\xec\xa4\xac\x97\xa3\x01\xf0\x9c\x53\x12\x05\x12\xcd\x30\x2c\x37\xcf\x96\xa9\x98\x30\x3c\x3a\x31\xd7\x7d\x9a\xac\x20\xcc\xad\xb8\xce\xd9\x04\xb2\x50\x64\xa4\xc9\x40\x7e\x4c\x75\xe1\x75\x61\xc5\x33\x26\xae\x17\x51\x18\x84\x79\xb4\x96\xe4\xae\xe6\xf0\x41\x27\x5b\x14\xce\x56\x83\xe1\xa9\x58\x62\x92\x29\x5f\xe0\x77\x7c\xa8\x7d\x93\xa4\xb9\x97\x21\x52\xa4\xec\x00\xd2\xeb\x63\x8a\x39\x26\xab\xc1\x74\xef\x4a\x3d\xae\x29\xe7\x2d\x54\xf4\xb0\x42\x65\xe5\x00\xf8\x8b\x1c\xb9\xf3\x90\xec\x72\x5a\xb8\x7e\xbc\x79\xf9\x17\xf5\xa6\x90\xe1\x5c\xf5\x73\x94\xcd\x84\xb5\x85\x42\xa2\xdd\xf5\xa0\x39\x54\xda\x08\x04\xd2\x9b\x58\x50\x6c\x5b\x07\x05\x86\xce\x76\xb6\xe2\x18\xf0\x55\x5b\xf3\xeb\x97\x0e\x8c\x90\x9d\xe5\x82\x43\x92\x31\x3e\x9d\x4a\xf6\x13\x5f\x40\x4f\x46\xa2\x76\x98\x2c\x44\x7b\x6d\x7e\x2a\xc6\x79\x95\xe2\xc2\xd4\x7b\x0a\x1d\xff\xfa\x49\x1b\x0b\xbe\x8e\xa3\x35\xfb\xf5\x93\x1c\xe2\x15\x8f\xc2\x09\x12\x5b\x42\x42\x91\x93\xee\x3e\x4e\x54\x68\xe5\xd6\x57\xc9\x67\x37\xb0\xe6\x0b\x91\xcb\x25\x1b\xf1\x20\x4f\xd2\x5a\x9d\x3d\xb4\x72\x99\xdb\xf9\x05\xe1\x06\x95\x33\xff\xd0\x47\x5c\x4f\xa1\x41\x43\x1f\x12\xf2\x4a\xc4\x9e\x6c\x35\xb7\xda\x48\xb7\x0a\x91\x70\xed\x74\x14\x85\xd0\x1e\x2f\x3d\x92\x8a\x05\xcf\x42\xe4\x8d\xca\xc6\x7e\x49\xbc\xf2\x42\x60\x24\x50\xf9\xbb\xdf\x6e\xff\xfb\x1d\xe7\xee\xdc\x32\x20\x19\x3b\x24\x05\xb9\x39\x3b\x3d\xe4\x9a\xa7\x15\x6c\x7b\x85\x94\xb3\x15\x2f\xc6\x22\x1f\x25\x71\x7e\x1a\xfe\x2e\x28\x65\xbd\x93\x67\x16\x94\xc8\x72\x63\xde\x24\xc4\x68\x00\x75\x2b\xe3\xad\x1a\x43\xd3\x93\x72\x4c\x99\xba\xd0\x5a\xdb\x8c\x0f\x7a\x69\x1e\x31\xbf\x32\xdb\x2d\x7c\x7d\x62\xbe\x3e\xb8\xf1\x15\xdc\x1a\x92\x6c\x58\xbf\xbb\x78\x6f\x3d\xd0\xde\x23\x6d\xd4\x82\xb2\x55\xfd\x5f\x49\x9e\x8e\x39\xd7\xe4\x00\x74\x36\x80\x71\x98\xe3\x53\xbb\x0a\xc2\x07\x31\xac\x41\x86\x9b\x86\xb1\x20\x03\x89\x42\xe2\xde\x33\x3b\x9f\x00\xa4\x42\x03\x93\x61\x11\x2f\xe7\x02\x33\x97\xd3\xb8\xb2\x9c\xe7\x61\xc0\xaa\xf2\x9e\x49\x38\x3a\x9d\x9a\x0a\x8d\xfd\xff\xb1\xf7\xee\xfd\x6d\xdc\x48\xa2\xe8\xff\xfe\x14\x88\xf6\x6c\x48\x8e\x49\x4a\x72\xe2\x3c\xe8\x28\xbb\xb2\xac\x24\xbe\xf1\xeb\x4a\xb2\x9d\x5d\xcb\xe3\x0b\x76\x83\x64\x8f\x9a\x0d\x4e\x03\x14\xc5\x4c\x7c\x3e\xfb\xfd\xa1\xaa\xf0\xea\x07\x49\x29\x4e\xce\xce\xee\xf1\x6f\x37\x43\x91\x40\x01\x28\x14\x0a\x85\x7a\x42\xf2\x78\x07\x99\x94\x44\x20\x6a\xb2\x09\xcf\x95\x00\x51\x77\xef\x2f\x7b\x46\x72\x2d\x97\x70\xf1\x15\xca\x5e\x68\x61\x85\x03\xac\xca\x36\x86\xc2\xbf\x4a\x14\x9a\xfa\x63\x07\x23\x20\xc2\xef\x85\xd4\xf8\xd8\xd8\xfb\xcb\x9e\x87\x05\xa5\xfc\x84\x2a\x3a\x50\xd6\x4d\xb7\x3b\x1c\xd8\xba\xa5\xc1\x85\xa4\x16\x22\x09\x9c\x0b\x6c\x6d\xe1\x13\xb9\x84\x07\xc3\x41\x58\xc9\x07\x93\x61\x82\x65\xdc\xfe\x09\xe7\x6c\x97\xa2\x71\x13\x59\x1a\x5c\x79\x69\x74\x2e\xd3\xd0\x87\xe4\xdd\x5c\xa6\xef\x09\x38\x7e\xfe\xed\x37\x44\xc1\xa3\x48\xd7\x42\xed\x8e\x58\xe7\x2f\xee\x52\xa8\xcf\xfc\xfe\x7d\x38\x69\xa8\xcb\x36\x3f\xf7\x62\xff\xec\x37\xe6\x76\xa8\x50\xc4\x16\xa4\xf9\xb5\xb0\x23\xf6\xee\x1e\x63\x1d\xb8\x12\x3b\x7d\xd4\xff\x99\xff\xe5\x39\xfc\x69\x1e\x1f\x9d\x7b\xef\x43\x3a\x4e\xb0\x44\x35\x24\x49\x07\xfe\x6b\x18\xf3\x31\x94\x43\xf0\x72\x03\x94\xc2\xee\x45\xb2\x58\x54\xe5\xdf\xdc\xac\x8a\xa2\xd7\x8d\xf4\x84\xb7\x2c\x2f\xa1\x8e\x1f\x16\x52\xb6\xd5\x41\x12\x2d\x94\xb6\x65\xce\x16\xb6\xb0\xf4\x24\x2b\x95\xee\xe3\x6b\x96\x6b\x96\x4b\xa9\x44\xbe\x76\x25\xa7\x5c\x3b\xb8\x20\x39\x33\xcf\x6d\x28\x6d\x24\xcb\x4c\xaf\x4d\x1f\xa8\x40\x02\xf5\x8b\x5c\xe3\x5b\x14\xa2\xe7\x3b\xb6\x1b\x6f\xd9\x88\xa0\xe6\x77\x48\xc9\x3e\xdf\xb0\xa1\x15\x5e\x21\xe5\xef\xd8\x38\xfe\x26\x12\xd9\x07\x87\xce\xc2\x58\xed\xf8\xfd\xc6\x8e\x87\xa1\x38\x7f\x10\xd1\xd8\xab\x32\xbb\xe6\x5a\xd8\xac\xbe\x96\x4d\xd9\xc2\x8b\x54\xdb\x6b\x61\x4b\x87\x9b\x67\xbf\xd2\x24\xac\x04\xbf\x28\x2a\x38\x09\x15\x2a\xe4\xaa\x40\x8f\xd4\x1a\xde\x6d\x99\x49\x43\x36\x54\x5f\x52\x07\x15\x29\x5d\x3b\x2a\x23\xf9\x11\xd9\x11\xba\xc3\x92\x2d\x8c\x72\xa7\x87\xe5\xc5\x5f\x2b\x31\x59\xe6\x98\xa8\x61\x2d\x97\x40\x82\x58\x68\x47\x4b\x5b\x93\x07\xf8\x11\x12\x05\xae\xcd\x2e\x85\x17\xb5\xc5\x6c\x3b\x63\xfe\x30\x00\xa8\x48\x74\x96\xe3\xbf\xf5\x71\x9c\xe7\xe6\xb7\xba\xf9\x1d\xd8\xd3\x67\x47\x66\xf9\xf6\xcf\x68\xaf\x88\x9b\x90\x08\x53\x5e\xbb\x8c\xdd\x9f\x80\x85\x19\x88\x73\x99\xbe\xe1\xf9\xd2\x10\xa5\xf9\xc9\x5c\x29\x72\xfc\xb7\x1e\xfb\x37\xf3\x3f\xc8\xb7\x46\x55\x96\xf6\x59\x79\x6d\x18\x5d\xf7\x33\xbf\x30\xab\xd9\x8f\x38\x9d\x69\x14\x7d\x69\x07\x8b\x05\x63\x5b\xe5\xc0\xac\xcd\x8d\x54\x61\x83\x9e\x5e\xcb\xeb\x47\x4d\x05\x52\x89\x30\xea\x15\x50\x89\xae\x32\xac\xbe\xe8\x2b\xa5\xc6\xa4\xfc\x3f\xb3\x00\x6a\x3b\x11\x53\xd1\xd0\xd6\x22\xa8\xa1\x2e\x00\xa9\xde\xfe\x4e\x32\x40\x6f\xb7\x5d\x6a\xbf\xee\x33\xe5\x8b\xce\x59\xb5\x3e\x27\x29\x04\xb4\xab\x62\x77\x2e\x7e\xeb\xb5\x37\xc8\x1c\xbe\xac\xea\x26\x0c\x50\x93\x3e\x2c\xb5\xb7\x8b\x24\x2c\x17\x28\x3b\xff\x93\x17\x4e\xa5\x8d\xfe\x77\xf3\xab\x19\xe4\x3a\x13\x2b\x2a\xdd\x92\xe5\x82\x65\xf3\x05\x95\x00\x0a\x8a\x91\xbd\xc4\xa5\x63\xb9\x52\x28\x43\x84\xe5\x28\x95\x96\xa5\x50\x2e\x23\xba\x39\x0b\x98\x3c\x3d\x91\x45\x4a\x95\x9e\xec\x23\x31\xf2\xaa\x34\x74\x61\x8f\xbb\x01\x07\xd7\x57\xf8\x7a\x67\x4a\x94\xe6\x0c\xca\x09\x03\xa2\x11\x50\xcd\xd4\x29\xe8\x14\xbf\xce\x8a\xe9\x7e\x29\xcc\x0c\xa8\x80\x11\xe6\x02\xa0\x1a\x49\x76\x74\xf3\x58\xcd\xd7\x54\xbc\x49\x9a\xf3\x7a\x9d\xa5\x58\x8e\x8c\xab\x35\xb9\xb9\x98\x29\x26\x72\x3e\x97\x85\xe9\x3a\xc9\xa6\xcb\x12\xd4\x49\x70\x37\xd2\xae\xdb\x78\x8f\x32\x9b\x42\x42\x12\xd8\xa8\xf1\x9a\x9d\xc8\x72\xcd\x9e\xf3\x24\xe1\x65\x49\xa4\xbe\xef\xfd\x7a\x65\xa1\x74\xb9\x34\x0f\x6f\x87\x87\x26\x8c\xd2\x28\xe0\x5e\xca\x51\x6b\xe1\x34\xb6\xb4\x20\x0b\xa7\xc1\x4c\x8d\xaf\x0d\xae\x62\x46\xa3\x17\xa3\xfd\xfd\xd5\x6a\x35\xbc\xd6\x87\x07\x07\xc3\x42\xe8\xfd\x54\x26\x6a\xff\x5a\x3f\x3c\x3c\x18\x94\xf3\xfd\x27\xa7\x27\xe7\x17\x67\x28\x73\x25\x62\x61\x55\x5f\xe6\xdd\x82\x65\xb9\x96\x5a\xae\x4a\xbe\x60\x5d\xf3\x5f\x2c\xa6\xda\x0b\x13\x89\xa3\x9f\x2b\x96\xd2\x13\x62\xae\x48\xab\x35\x16\x6c\x65\xbe\x43\xaf\x5a\xf3\x74\x68\x3e\xff\x84\x82\xa3\x8f\x66\xf5\x1f\x40\x39\xfd\x92\xd0\xe0\xca\x12\x80\x36\x4d\x2e\xd6\x28\x64\x04\x68\x08\x18\x85\x45\x65\x78\x99\x13\x40\xe7\x19\x6b\x4e\x20\xd7\xba\xcc\xc6\x4b\x0d\x65\xd6\xc9\x38\x03\xe5\x77\x0d\xf6\x16\xcb\x71\x9e\x25\x9e\xc0\x80\x3a\x78\x92\x08\xa5\x28\xe4\x13\x01\x39\x2a\x76\x71\x15\x1e\x39\xec\xc8\xaf\xe4\xdf\xdc\xc7\xb0\xc1\xc8\x15\xf1\xa0\x4a\xa5\xd7\xa2\x54\xe2\xed\x36\x08\xf5\x76\xc1\x4d\x0f\x90\x24\x90\xe5\x73\x7c\x41\x35\x81\x08\x1a\x54\xfb\x9a\x7d\x3e\xe1\x65\x99\xf1\xa9\x20\xf6\xdf\x0c\xa3\xa1\x61\x15\x16\x9e\xc1\x37\x19\xd6\x6f\x6a\x06\x13\xb7\x69\x86\xf0\x38\xcf\x8a\xab\x8d\xfd\xb1\x45\xb5\x77\x06\x01\xa9\x1b\xf0\x10\x34\xa8\xf6\x25\x2c\xbf\xc9\x52\x21\x37\x6f\x04\x36\xa9\xf6\x1f\x97\x3c\xb9\x12\x5a\xa4\x18\x0f\xdb\x0c\xa1\xd2\xc8\xc1\xd8\x7e\xfd\x2c\x78\xa9\x44\xf9\xcf\xae\x7b\xb9\x6d\xd9\xee\xca\x99\x67\xaf\x0c\x16\x9a\xcb\x01\xae\x0b\xcd\x6f\xf0\x26\x31\xbc\x16\xcd\xa9\xce\x96\xb7\x54\x5a\xce\xb3\x5f\xb9\xe3\xe6\x96\x7d\x00\xc4\xb2\x5e\xfa\x0c\x26\xc0\xcc\x14\x8c\xc0\xc1\xfe\x81\x65\x31\xf1\x09\x44\xe8\xc2\xaf\x40\xcb\xf9\x97\x7d\x4b\x06\xf4\xdb\x11\xeb\x60\xf0\x55\x15\x4e\x01\xfe\xba\x08\xc7\x95\x12\x91\xca\xd6\x22\x0e\x41\x2d\xa4\x42\x25\x49\xeb\x74\xfe\x8d\xe0\x38\x37\x7f\x8a\x1c\xdc\x02\x38\x99\xb1\x23\x5f\x38\x3e\x42\x44\x20\x63\x89\xb2\x94\x11\x62\xe6\x42\x29\x3e\x15\x91\x58\x55\x88\x15\x3b\x35\x0d\xbb\x1d\x00\xc0\xb0\x17\xd7\x50\x78\xd2\x2d\xe3\x3e\xeb\x60\x29\x4a\x0b\x63\xe3\xc8\x99\x32\x2f\xf0\x5c\x68\x51\xdf\x97\x50\x9c\x03\x04\x1d\x85\x78\xb7\x05\x05\x37\x41\xaf\xd5\xba\xc3\xae\x70\x0b\x7f\x58\x48\x15\x28\xac\xdc\x66\xe2\x87\x47\xf1\xce\x50\x7b\xf3\x7a\xf2\x9a\x2c\xc0\x2d\x4d\x26\x56\x5a\x87\xaf\x77\x40\x55\x3d\xda\x0a\xf5\x39\xe1\xb7\xe6\x38\xd2\x6b\x05\x1f\x2a\xd2\xd5\x65\x0f\xea\x24\xf9\x9b\x1f\xca\x82\x87\xeb\xa6\xb2\xd2\xf0\xb4\xb0\x1d\x7e\x16\x6b\x15\xb9\x3c\x70\x97\xf1\x66\xc8\xd8\xcf\x82\x84\x8e\x54\x38\xcf\x34\x0e\xbe\x50\x62\x8a\x6e\xef\xe6\x2f\x07\xd6\x59\xd1\x5a\x87\xb5\x05\xf4\x87\x8c\x3d\xf7\xa5\x9d\x50\xc9\x8a\x95\xf5\x7d\x29\xde\xbf\x49\xb3\x10\x90\x23\xf0\x3d\x91\x42\x0d\xee\x20\x62\x05\x91\x54\x30\xc3\x40\xcb\x4c\x5d\x81\xb6\x92\xa6\x69\xd5\x20\x59\x91\x62\x19\x54\x17\x4b\xbb\x2c\x7c\xbd\xd0\x48\xe9\x6a\x6e\x7f\x2b\x7e\x59\xe8\x41\x01\xec\x11\x3e\xea\x8e\x47\x0c\x9e\xcf\x82\x3c\x6f\x79\x94\xa3\x6a\xef\x78\x2f\x9e\x22\x63\xec\xab\x87\x23\x76\x8e\x6f\x21\x4c\x52\x46\xdf\x1f\xdc\x7c\x79\xd8\xfc\x0b\x38\xa9\x55\x07\xc2\x2f\xc3\x16\x6d\x80\xe1\xc7\x2d\xd0\xd1\xd2\xdd\x38\x06\xfd\x14\xb6\xfe\x4b\xd8\x12\x27\x02\x95\x72\x57\xc2\x88\x53\x2a\xa8\xba\x18\x51\x2c\xe0\xdc\x26\x09\xa5\xc2\xc9\x86\x21\xe4\x82\xab\xc0\xf6\x64\x08\xe0\xd8\x55\xf9\x05\x66\x4f\x67\xdb\x3d\xea\x2b\x8f\x79\x50\x89\xf6\xc1\xa4\x18\x94\xd3\xe9\x5b\x32\xc2\xa1\xfc\x03\xbe\xce\xe5\x03\x26\x00\xd7\xe9\xcf\x62\x7d\x6e\x67\x5d\x63\x34\x4e\x8d\x83\x3a\x18\x57\x50\xd7\xf0\xcd\x7b\x50\x25\x29\xac\x6e\x7a\xe5\x9f\xf7\x5b\x0e\x9e\x2b\x75\x75\xfd\x6e\xa7\xf6\xef\xae\xde\xbf\x8f\x14\x2e\x66\xdc\xd5\xcc\x3c\xd6\xba\x8e\x19\x7d\xd7\xc0\x04\xa3\x20\x4a\x75\x95\x2d\xce\x17\x3c\xf1\xd6\x2b\x33\x6b\x2d\xaf\x84\x0b\x9a\x00\x94\x5c\x98\x6f\xac\x47\x35\xe8\xbf\xcc\x17\x43\xb8\x74\x8e\x8e\x58\x87\xb8\x40\x60\xd1\x2a\xaf\x03\xed\x3d\xb6\xbe\xe6\x39\x69\xbe\x9c\x85\xab\x09\x94\x5b\x70\x27\xae\xd6\xb6\x4c\xac\xa6\x2b\x00\x37\xd4\xf2\xf5\x62\x21\xca\x13\xae\x84\xf7\xf8\x36\x60\x6d\xf3\x5d\x37\xc0\x87\x90\x7b\xf7\x86\x2d\x5d\x86\x33\xae\x5e\xae\x8a\x57\xa4\xee\xb1\x43\xf6\x42\xe7\x77\x52\xd2\xb9\xd2\x52\xdb\xb6\x95\x60\xbc\x7f\xe4\x20\x98\xc5\x94\xd7\xa8\x84\xfb\xfc\x73\x66\x3f\x7e\x16\x99\x23\x70\x47\x4b\xf0\xb8\xcb\x14\x5e\xd2\x61\xe1\x67\x3b\x06\x5e\xb7\x01\x02\x7b\x7e\x20\x0b\x39\x50\x51\x56\xb6\x6a\x17\x9c\x3a\xee\x1d\xe1\x73\x1b\x5a\xdd\x65\xb0\x03\x4a\x23\xd2\xda\x0a\x31\xc0\x68\xbc\x20\x0f\xb0\x8e\xb8\xd7\xc5\x55\x21\x57\xa0\x85\x6c\xc7\xd8\xc7\x6d\xa4\xac\xd6\xf3\xb1\xcc\x3b\x71\xa5\xba\x00\x92\x53\xb4\xfa\xa9\xf8\xba\xc8\xe9\xad\x59\x87\x27\xb8\xc5\xce\xe4\x96\xa5\x01\xa5\x39\xf5\xf0\xbb\xc5\xfb\x5e\xb4\x79\xf0\x15\x3b\x62\x66\xba\xbe\xfd\xc7\xdb\x20\x54\xdc\x2c\x44\xa2\x45\xca\x10\x2b\x9b\xd0\xda\x00\xb3\x0e\xf1\xd4\xc2\x0b\x24\x90\x90\x77\xd4\x6d\xe5\x75\x66\xe7\x34\xf9\xc9\x0c\xce\xd3\xc0\x9d\xa7\x71\x29\xf8\x55\xd0\x2a\xa0\xb9\xcf\x50\x48\xee\x6d\x98\x99\x2e\x79\xf8\x08\xe1\x13\x23\x84\x6b\x5e\x4e\x05\x18\xc8\x3a\x76\x7c\xaa\x24\x77\xcd\x8b\x44\x74\x03\xff\xbd\xca\x88\x47\xe1\x88\xf5\xf1\x9e\x67\x4a\x81\x37\x67\x75\x80\x8a\xca\x7d\xcb\x9d\x77\x6c\x63\xe5\x9a\xaa\x3d\x57\x71\xb7\xe5\x9a\xb8\xd7\x78\x4b\xe0\xeb\xa4\x13\x19\x48\xaa\x57\xc3\x6e\x37\x42\xf5\x20\x6d\x3a\x2a\x9c\x2a\x4b\x07\xfc\x68\x5b\xdb\x2a\x17\x0a\xc9\xb4\xd1\xbd\xbe\x1d\xd4\xbb\xa0\xef\x7b\xb7\xed\x1b\xf8\x0d\x39\xc9\x37\x9f\x0f\x4a\x0a\xd4\x7a\x16\x10\xc3\xf5\xa3\xb0\x71\xff\x85\xb8\xc2\xa0\xee\xcd\xcf\x2a\xf3\x84\x39\x62\x9d\xcb\x4e\xc7\x1a\x86\xec\x57\x7b\x9d\xcd\x04\x26\xc4\xd5\x53\xff\x30\xd8\x32\x08\x6a\xe3\xbb\xfb\xef\xf8\xe0\xd7\x0f\xef\xf7\xb3\xcd\x6f\x42\x80\x4d\x0c\x60\x57\xc0\x07\x83\x6f\xdf\xef\x6f\x01\xeb\xa8\xb9\x0e\x35\x64\x1a\x31\x03\xf7\xb2\xa1\x01\x32\x72\x17\x40\x9f\xc1\x0e\x8e\xec\x4c\x3e\x3e\x6a\x3b\xfd\xd1\x99\xad\x7a\x7d\xc5\x78\xb4\x81\x1e\x56\x3a\xa6\x21\x83\x7d\x8f\x87\x85\x25\x85\xdd\x3f\x3e\xaa\x41\x47\x32\x68\x81\x4c\xa7\xb7\x01\xaa\xed\xd6\x00\x91\xf6\xa6\x6d\xb2\x24\x36\x36\xcd\xd4\x76\x34\x40\x1b\x89\x3e\xb8\x52\xe0\x98\x74\x76\xd8\xd2\x4d\x64\xe8\x23\x3c\x9b\x11\xbd\xe9\x0a\x8a\x0f\x5b\x45\x1d\x61\x06\x26\xc3\x12\x92\xf5\xc1\xe0\xdb\x0f\xef\xef\xef\x67\xd3\x5d\x66\xdc\x46\xdc\x86\xd8\xc6\x5c\x19\x19\xe8\xf0\x20\x46\x3c\x11\xe6\x41\xc7\x05\x6c\xb5\x3d\x06\xd8\x80\x1d\x56\x72\x27\xc5\x4a\x8a\x40\x55\x73\xd8\x67\x87\x3d\x00\x7c\xd3\xa9\x14\xe6\xb5\x33\xed\x36\x2c\xf8\xe0\xc6\x1c\x38\x3e\x98\xbc\xbf\xbf\x3f\xcd\x7a\x35\x77\xb4\x4d\x7d\x2f\xd3\xfb\xfb\xd3\x5e\xb3\x92\xc4\x5c\x79\x39\xa4\x37\x4c\xe5\x72\x9c\x0b\xf6\xf7\xa5\xf4\x2c\x30\x34\x88\x54\xd5\x5e\xae\x3c\x84\xcc\x0a\x6d\x75\x63\x70\x57\xf3\x1c\xa1\x04\xcf\x76\xc6\xce\x61\x20\x03\x2c\x1a\x41\x61\x10\xc0\x98\x92\x79\x88\x94\xe5\x99\x16\x25\xcf\xf3\x75\xbf\x32\x25\x68\xb8\x28\x25\xd8\x0d\x04\x44\x07\xb8\xd7\xed\xc5\xcb\x27\x2f\xbb\xe5\x34\x2b\x52\xde\x1b\xb1\x37\xbc\xcc\xc0\xcc\x82\x0e\xe6\x32\x77\x61\x50\xa1\xa5\xe4\x15\x1e\x3a\xae\xc5\x47\xb6\x70\x9f\xc3\x16\x56\x2d\x89\xab\x39\xae\x21\x6b\x50\x5d\x66\xf4\xd0\xa6\xde\x5b\x1f\xca\x6d\xb7\x06\xf0\x41\xa1\x96\xb9\xf6\x0a\x4f\xf3\x1d\x0e\x7a\x64\xd9\xa0\x75\xd8\xc4\xaf\x3f\x83\x8b\xc4\x50\xac\xff\xfb\xb2\xd3\x69\x3b\x7b\x34\xb6\x65\x01\x74\xee\x6a\x2c\xd5\xcd\x86\x1d\x81\x52\xf2\x4c\x4c\x4f\x6f\x16\xdd\xce\xbb\xcb\xcb\xcb\x4b\x73\xc3\xe2\x60\xf7\x59\x07\x0a\xa3\x4c\x09\xce\x6d\x1e\xd2\xa5\x18\xe6\x5c\xe9\xa7\x45\x2a\x6e\x9c\x34\x24\x55\xe8\x6f\x21\x20\xce\xba\x1b\xc0\xe8\xb5\x8b\x8f\xaf\x0b\x32\x27\x05\x17\x3a\x91\x96\x13\x1c\x09\xbb\xf7\x8f\x1a\xce\xac\x61\xc5\x76\x12\xfd\x78\x76\x03\x76\xd8\x28\x7a\x56\x1a\xb9\x65\x07\xed\xfd\x46\x1d\xb9\x8d\x8a\xc4\x82\xcb\xaa\xbb\x6d\xf5\x66\xab\xcd\x1a\x68\x08\x83\x65\xfc\xd3\x3d\x91\x85\xce\x0a\x5b\xd3\xfe\x63\xd3\xe0\x46\x02\xd9\x34\x7a\x65\x18\x24\xb4\x0d\xd3\x6a\x1d\x32\x18\x01\x46\xdf\x61\x81\xb6\x82\xf6\x32\xd7\x95\x78\xf2\x5b\x6f\x34\x5c\x7c\x31\xd3\x2b\x88\x7b\xa0\x49\x06\x32\xf9\x35\xe9\xf5\x59\x97\x0c\xf1\x21\x9f\x43\x33\xac\x69\x0e\x2e\x79\x81\x75\xe0\xf8\x87\x8b\xd3\x33\x8a\x48\xe5\x10\x20\x03\x39\xfd\x72\xae\x66\xc3\x5e\x55\x09\xb7\x2b\x6f\xa0\x20\xa8\x46\xde\x30\x07\x4f\x6e\xc4\x65\x67\xaf\x33\x32\xff\x41\x9f\x7e\xb3\xb7\x23\xf8\xaf\xfd\xfb\x12\xfe\xbe\xb4\x7f\x73\xf8\xf3\xe6\xe0\x6b\xfb\xc5\x98\xbe\xf8\xc6\x7e\x21\x3a\x94\x4e\xcb\x7e\x31\xa1\x16\x89\xfd\xa2\xa0\x2f\xb8\xfd\xa2\xa4\x2f\x52\xfb\x85\xa6\x2f\xbe\xb5\x5f\x5c\xd3\x17\x0e\xe8\x4d\x67\x54\x5d\x99\x95\x00\xaf\xad\x96\xaa\xf5\xf2\x7f\xff\x8f\x07\x1f\xf1\xf6\x8f\xc8\xa6\x29\xb3\x92\xbb\x1d\x01\x6a\x9f\x1d\x7e\xd5\xb3\x2f\x5b\x9a\xc9\xf2\xf7\xcd\xe4\xcb\x4f\x30\x13\xa7\xf7\x0c\x42\x4b\x92\x19\x64\x88\xe4\x0b\x73\x54\xe7\x7c\x51\x7b\x52\x61\xa3\x5e\xab\x70\x65\x9f\x44\x48\xf1\x23\x6f\x38\x4a\x66\x9e\xaf\xdb\x15\xce\xf9\xe2\x1d\xfd\xf8\xfe\x51\xcb\x3d\x00\x27\x7a\xbd\x10\x72\xc2\xbc\xf6\xc5\x62\x8e\xee\x19\x0b\x0f\x75\x8b\x09\xcf\x73\x74\x61\x0b\x85\x3a\x7a\xab\xd6\x44\x12\xef\x15\x65\xfd\x2b\x95\xe6\x25\xb8\x6d\xb4\x9e\xd4\xea\xcd\x8e\xd7\xd3\x47\x07\xe1\xd8\x7d\x8a\xdc\xce\x74\x68\xdd\x03\x07\x18\xb5\xe0\xc5\x90\xb1\xe7\xaf\xcf\x2f\x50\xe1\x4d\x9a\x76\x68\xba\x37\xcd\xe5\x98\xe7\x7b\x74\xfb\xb1\x49\xce\xa7\x77\xbb\xf1\x1b\x1c\xab\x16\xa1\x57\x15\x10\x80\xf5\xc9\xc3\x51\xdb\xf6\xd7\x08\xb6\x65\xc1\x73\x34\x0d\x8e\xd8\xf9\x82\x17\xde\x1d\xd8\x7a\xa6\x23\x0c\xba\xf7\x2c\xe0\xb6\xeb\xd6\x50\x04\x2f\xd7\xec\xc8\xb5\xac\x5d\xbb\x9e\x4c\x4d\xc3\xdf\x7e\x6b\x80\x39\x30\x30\xde\x1d\xbc\xb7\x22\xf2\x67\x7e\x90\xad\x0f\x01\xe7\xa1\x88\xf4\x6a\x71\xe3\x65\x13\x34\x11\x36\x0d\x7a\xd8\x46\xb7\xb4\x47\x38\xa9\xf8\x5a\x38\xc6\x96\x3b\x91\x96\xb5\x30\x27\x72\x09\xfe\xb4\xad\x1b\x4d\xc3\x87\x7b\x0c\x7d\x02\x6d\x10\x3c\x08\x8e\x10\x54\x6c\xe2\xdc\xf0\x84\xa8\x99\x3b\x63\x61\x95\x3c\x7e\x50\xa0\x63\xc7\x2c\xcf\x14\xc4\xe8\x41\x50\x15\x2b\x64\x31\x58\xcd\x32\x2d\x30\xdd\x6b\x44\xfc\xe4\x1c\x6c\xef\x52\x86\x6b\xf7\xc4\x7d\x2d\xb3\x74\x23\x69\x3b\xe5\x56\xd5\x5b\x08\x27\x13\x90\xf6\xfe\xa5\xda\x1f\x6a\xa1\xb4\xe7\x5f\xc1\x3b\x28\x16\x37\xf7\x2f\xd5\xfd\xfd\xe9\x1c\x53\x23\xb6\xd0\xac\xcd\x54\x65\x0d\xca\x01\xfa\xac\x74\x6c\x85\xc7\x48\x6e\x0c\x68\x29\x84\xed\xe9\x6c\xb7\xcd\xa0\x21\xaa\x4b\x8d\xa4\x9f\x61\x66\x20\xbf\x9c\x44\xad\x8e\x8e\xd8\xe0\xb0\xb7\x8b\x76\x56\x16\x60\x9c\x36\xa7\x21\xd8\xde\xfb\xac\xd3\x47\x07\x11\x38\x28\x91\x11\xc3\xb2\x78\x2f\x3d\xed\xea\x06\xf3\x21\xd4\xbf\xfd\x93\xbb\xc4\x38\x5f\xc1\x9c\x02\xa6\xc1\xeb\x31\xb4\xaf\xcb\x32\x56\x3e\xd6\x29\x3c\x40\x87\x91\xb7\x82\xa3\xf7\x3c\x8c\x02\xc2\xd8\x24\x30\x92\x83\xd3\x3d\x6a\xae\xc9\xbb\xd9\x85\x30\x06\x2f\x6a\x23\x8a\x96\x82\x2d\x17\x0b\x88\x3f\x32\xf3\x96\x36\x3b\x74\x21\xcb\x39\xcf\x21\x9a\xd5\xc6\x00\x66\xc5\x62\xa9\xc1\xb0\x3b\x06\xaf\xca\x69\x76\x4d\x2f\x74\xb6\x77\x72\x71\xf6\x6c\x70\xbc\x87\xf1\x45\x68\x4c\xa6\x3f\x20\x44\x94\xef\xa1\x17\x63\x9e\x83\xdb\xdd\x42\x8b\x34\xcc\xfa\x39\x62\x2f\x60\xee\x10\xd6\x9f\xf0\xa2\x90\x1a\x02\x71\x73\xbe\x40\xdb\xf0\x76\x7b\xd3\x46\xac\xc5\x06\x42\x14\x59\xa1\x3a\xe3\xc8\x45\xe2\xdc\x63\xcc\xac\x61\x64\x23\x72\x5c\xce\xcd\xb9\x2c\x18\xcf\x33\x0e\x79\x5b\x4e\x5e\xbe\xb8\x38\x7b\x19\xb5\x3a\x7e\x66\xa0\x40\xf8\xce\x3d\xc6\x9e\x9f\x5e\x1c\x8f\x6c\x18\x4f\xb0\x51\x3f\xbb\xd2\x45\xcb\x20\x2c\x62\xf3\x0e\xbd\x32\x2c\x0c\x13\x7f\x19\x1a\x9d\x4b\xa5\xf3\x35\xcb\xc5\x44\x33\xb9\xd4\x8e\x94\x81\xc1\x8e\x45\xc2\x97\xb6\x26\x96\xd9\xbf\xb9\xbc\x36\xbb\x6b\x08\x15\xdc\x2d\x6c\x26\x70\xe7\x33\x95\xcb\x84\xe7\x02\xb7\x93\xf2\x5a\xd8\x7c\x18\x45\xc5\x77\x85\xe5\xd9\x95\xa0\x6d\x3d\x3d\x3f\xd9\xeb\xbb\x74\x09\x89\x34\xdb\x46\x62\x91\x9d\x8b\x9c\x40\x60\x59\x80\x7e\xc6\x9e\x82\xeb\xbf\xf8\xfb\x32\xbb\xe6\xb9\xc0\x28\x5f\x04\xf8\xe0\xeb\x90\x6a\x0e\x6e\x0e\xc7\x7b\x7f\x10\x89\xda\xe9\x07\xc3\x9d\xaa\xc4\xfc\x49\x7f\x09\xf8\xab\x85\x4e\xdf\x0a\xcc\xd2\x61\x05\xb2\x24\x20\x8d\xa0\x22\x95\x2d\x79\x35\x64\x6c\x8f\xa0\xa7\xf0\x89\x2f\x04\x02\xa7\xcc\x4f\xae\xe1\x27\x39\x07\x91\x39\x7b\xf3\x59\x70\x86\xdd\x23\xeb\x3f\x7b\xe1\xeb\xec\x9c\x9e\x9f\x1c\xbf\x3a\x1d\xb1\x07\x5f\xf7\xf1\x2f\xfb\xf1\x87\xc3\x11\x3b\x3c\x7c\x00\x1f\x1f\x98\x8f\x5f\xc0\xc7\x2f\xcc\xc7\x2f\xe1\xe3\x97\xe6\xe3\x43\xf8\xf8\xd0\x7c\xfc\x0a\x3e\x7e\x65\x3e\x22\x84\xaf\xcd\xc7\x6f\xe0\xe3\x37\xe6\xe3\xb7\xf0\xf1\xdb\x11\x3b\x7c\x70\x80\x43\x1c\x98\xcf\x87\xf8\xd9\x8c\xf7\x00\xc7\x3b\x34\x03\x3e\xf8\xa2\x4f\x29\x31\xce\xcc\x1d\xb5\x92\x66\xba\x2f\x5f\x9c\x8e\xd8\x97\x00\xe8\xe2\xed\xcb\x11\x7b\x08\x80\x2e\x7e\x3a\x3b\x3d\x1d\xb1\x87\x08\xe9\xe5\xeb\xb3\x11\x7b\x88\x90\x9e\xbe\x31\xdf\xc3\xd4\xcf\x9f\xfe\x32\x62\x0f\x61\xea\xe7\xa7\x6f\x4e\x5f\x8c\xd8\x43\x98\xfc\xe9\xd3\x1f\x7f\xba\x18\xb1\x87\x30\xfd\x17\x4f\xcd\x00\x0f\x61\xfe\xff\x79\x7a\xf6\x72\xc4\xbe\x84\x05\x3c\x3e\x3e\xf9\xf9\xfc\xd5\xf1\xc9\xe9\x88\xe1\xdf\x3f\x9f\xbf\xb2\x1f\xcf\xe1\x43\x30\xd5\x59\x29\x20\xf9\xdf\xc5\xf1\xe3\x11\x83\xb9\xfe\xbf\x23\xf6\x0d\x4c\xee\xed\x88\x7d\x83\x98\x1e\xb1\xaf\xe0\xa7\xb3\x11\xfb\x06\xe6\x7a\x31\x62\xdf\xc0\xec\xfe\x63\xc4\xbe\x81\x9f\x5e\x8f\xd8\x37\x30\xc5\xa7\x23\xf6\x35\xac\xe1\xe5\x88\x7d\x0d\x3f\x99\xc1\x0f\xc2\x41\x27\x72\x09\xf9\x7f\x4f\x8e\x5f\x9d\x7f\x78\xf6\xf2\xe4\xe7\x11\x43\x24\x9b\x2f\xaa\x7f\xdb\xcf\xc7\x23\xf6\x15\x0c\x60\x96\x00\x03\x3c\x19\xb1\xaf\x70\xc7\x46\xec\x6b\x68\xf3\xe3\x88\x7d\x0d\x53\xff\x69\xc4\xbe\x86\x89\xfe\x3f\x23\xf6\x35\x4c\xf4\xe7\x11\xfb\x1a\xba\x3f\x1b\xb1\xaf\xbf\x22\x0e\xfa\x56\xc0\xe3\x51\x14\xe0\xbf\x58\xa4\xde\x5e\x38\x15\xe0\x5c\x24\xae\xa1\x90\x2f\x84\x20\x62\x2b\x52\x77\x50\x42\xe6\xb1\x60\x87\x07\x08\xcb\x32\x39\xc3\x09\xd9\x42\xc8\x45\x2e\x28\x31\x34\x14\x4c\x90\x86\x43\x98\xd3\x3b\x36\xec\x11\xbc\xf1\x33\xa5\x65\xb9\x86\xf3\x34\x64\xec\x55\xbe\x54\x34\x2d\x00\x61\x79\xa1\xda\x5f\x94\x72\x5a\xf2\x39\x64\x90\xb6\x19\x5f\x69\x7e\x3c\x2f\x05\x4f\xcd\x79\xc6\xc4\x34\x6b\x3b\x31\x8c\x67\x03\xb7\x71\x89\xc9\xcb\xa0\x23\x66\x9f\x10\x85\xce\xd7\x7d\xcf\x8e\x81\x75\x10\x83\x66\x10\x39\x9c\x25\xf4\x3a\x35\xbb\xff\xe2\xe2\xf4\x6c\xc4\xf0\x4c\x9d\xbe\xb8\xb0\x1f\xcf\x4e\x2f\x5e\x9f\xbd\x08\xfe\xc2\x8f\xc1\x36\x67\xe0\x01\xc6\xfe\x73\xc4\xbe\x85\xed\xf9\x65\xc4\xbe\x81\x0d\x3b\x19\xb1\xaf\x80\xb2\xde\x8c\xd8\x37\xb0\x19\x8f\x47\xec\x2b\x24\xea\x11\xfb\x1a\xda\x3c\x1f\xb1\xaf\xbf\xb6\xe0\x4e\x75\x62\x20\x11\x55\x7f\x01\x5b\x6b\x88\x1a\x3f\xbd\x3a\x7b\xfa\xe2\xe2\xc3\xf9\xc9\xd9\xa9\x39\x29\x5f\xd2\x77\x17\x86\x3f\xe0\x1f\xe7\x27\x67\x2f\x9f\x3d\x23\x52\x3b\xfc\xf2\x21\x7d\xf7\xcc\xff\x05\xc5\x40\x47\x0c\x8f\xfd\xe3\x33\xf7\x11\xab\x78\x8e\x18\xb6\x7a\xfa\xe2\xdc\x7e\xfc\xe9\xe5\x73\x33\x13\x98\xf3\xab\xe3\x1f\x4f\x3f\xbc\x36\xd3\x01\x54\xbc\xfa\xd1\x7f\x7e\x72\xfa\xec\xf4\xc2\xb0\x81\xaf\xe8\x2f\xfb\xf1\xf4\xc5\x93\x11\xfb\xe2\xa1\xeb\xfe\xe4\xe5\xdb\x17\x23\xf6\xc5\x97\x08\xa0\xf2\x97\xfb\x0c\x80\x01\x3d\xd8\xe2\x4b\xc0\xeb\x19\x72\x85\x2f\x60\xc6\xcf\x4e\x8d\xe4\xf0\x05\xa0\x97\x2a\x27\x9a\x55\x7e\x69\x51\x89\x75\x08\xcd\x89\x78\x75\x30\x62\xdf\xc2\x64\x7e\x7e\x75\x38\x62\xdf\x7e\x8d\x1f\x1f\x8c\xd8\xb7\xdf\xe0\xc7\x2f\x46\xec\xdb\x6f\xf1\xa3\x61\xa0\x07\x07\xf8\xd9\x70\xd0\x83\x43\xfc\x6c\x58\xe8\xc1\x03\xfc\x6c\x78\xe8\xc1\x17\xf8\xd9\x30\xd1\x03\x3c\x79\xaf\x0c\x17\x3d\x78\x88\x9f\x3f\xbc\x7a\xf6\xfa\xdc\xfc\x4d\xa3\x7d\x38\x7e\xf2\x24\xfc\xf3\xf9\xd3\x17\xf8\x3b\x8d\xfb\xe1\xfc\xf5\xe3\x8b\xb3\xe3\x93\x8b\xe8\xbb\x8b\x63\x43\x91\x07\x5f\xd9\x4e\xaf\x9f\x5d\x3c\x7d\xf5\xec\x3f\xc2\xef\x9e\x3c\x7d\xf3\xf4\xc9\xa9\x61\xe5\x87\xf6\x9b\xd3\x93\xa7\xcf\x8f\x9f\x99\xaf\x0e\xec\x64\x4e\xcf\x9e\xbe\x7c\x42\xdf\xdc\xab\x94\x7a\x9b\x8b\x34\x03\x59\x43\x19\x54\x1e\xbf\x79\xfa\xe3\xf1\xc5\xe9\x07\xc3\x5d\x47\xec\x90\xa8\xd5\x7e\xfb\xc3\xcb\xb3\xb7\xc7\x67\x06\x12\x12\x36\x16\x5a\x33\x7f\x22\x87\x7a\xfd\xec\x99\x23\xd0\x43\x64\x5f\x6f\x9f\xbe\x78\xf2\xf2\xed\x87\x97\x6f\x4e\xcf\xde\x3c\x3d\x7d\x6b\xbe\x7f\x80\xd4\x67\xb6\xf3\xc5\xe9\xf9\x39\xd0\xd4\x03\xbc\xab\x82\x6f\x71\xeb\x1f\x1c\x7e\x1d\xca\x70\x4f\x03\x31\x9c\x7c\xd0\xcd\x1b\xc0\xdb\xfa\xb7\xdd\xbc\xd6\x83\xe1\x28\x76\x41\x7f\x55\xda\x42\x31\x3e\xe3\x8c\xe1\x94\x3e\xe0\x4a\xad\x95\x16\x73\x94\xb3\x20\xed\x93\x55\x1e\x41\x47\xef\xfe\x8d\x89\x1f\x46\x5b\x53\x43\xf4\x23\x9f\xf3\xb7\x3c\xd3\x94\x41\x7e\xef\x4a\xac\x21\x39\xcb\x1e\x82\xee\xfb\x54\x2c\xf6\x17\x66\x33\xc4\x57\x92\x62\xd3\x14\x28\x6b\xd0\xa6\x39\xd8\xda\x6d\xd1\x24\x9e\x55\xb2\x5b\x61\x6e\xc1\x78\xfd\x94\xf1\x8a\x66\xe3\xc7\x7c\x75\x7c\x7e\xbe\x69\x40\x28\x63\x1a\x8d\x76\xee\xcb\x65\xd8\x98\x1f\x78\xe1\x2e\xf8\xd4\x08\x9b\x1e\x74\x58\x7f\x28\xd0\xcf\xda\x4e\xce\x09\xb3\xbd\x5e\xd1\xed\xd2\xc3\xdc\x62\x9a\xa9\x5c\x15\x4d\x13\x7d\x22\x57\xc5\xed\xa6\x7a\xd7\x32\x1b\xdb\x27\x4b\x24\xa2\x65\x0d\xa5\x17\xf2\x42\xde\x02\xa3\xae\x46\xd6\x1f\x34\xc3\xb1\xd4\x9a\x12\x09\x45\x93\x7c\x0c\xdf\xff\xc9\xf3\xf4\x05\x43\xdc\x34\x21\xe9\x6c\x43\x6d\x10\x9a\x2e\x66\x74\x73\xbf\xef\x32\xdf\x7a\xe1\x8f\x5b\x26\x32\xda\x41\x9b\xe3\x92\xb3\x7d\xa0\xca\x89\xff\xec\xe1\xb5\x41\x80\x93\xf9\x38\xe9\xf4\x19\x7c\x38\xd7\xb2\xe4\x53\x11\xc6\x36\xbd\x72\x8b\x7f\x8e\x6b\x67\x6a\x39\xc6\x90\x44\x40\x86\xe1\x6b\xa8\x15\x67\x2f\xf8\xf9\xf9\x4f\x41\x2a\xbb\x40\x47\x83\x19\xdc\x49\x27\x9c\x53\xda\x47\x5e\x30\x59\xa6\xa2\x04\x5f\x05\xd4\xae\xa2\x8d\x25\x91\x45\x41\x69\x27\x17\xa5\x34\x4b\x88\xaf\xa4\xda\x94\x42\xfd\x3f\x76\x78\x4a\x69\x09\xcc\xaa\x6a\xed\xbd\x25\xa5\x4f\x44\x42\xd1\xa2\xb4\xfe\x7a\x8a\xd5\xe8\x5f\x07\xe9\x62\xdf\xce\x6d\x1f\x74\xeb\x6e\x5c\xab\xfa\x4f\xc5\x44\x79\xc7\xd7\xda\x1c\x68\x48\xff\x03\xd8\x0c\x30\xa8\xc0\x3c\x6e\x55\xd7\x00\xe8\xd5\x53\x2e\x5c\x55\x2a\x0f\x61\x58\x8d\x87\x63\x1a\xf4\x61\xf4\x77\x57\x62\xfd\xfe\xdd\xe1\xfb\x5e\x4b\x26\x98\xb6\xa9\x25\x5c\x8b\xa9\x84\xd0\x66\xd4\xd3\x6d\x6f\xe8\x8e\x19\x3b\x62\x1d\xfb\xb9\xb3\x53\xcf\xe3\xc5\x42\xf0\x92\x74\xfc\x1d\xff\xd7\x6e\xbd\xcd\x19\xb4\xb1\x8c\x1d\xf7\xc7\x6e\x7d\xcf\xcd\x89\x31\x6b\xec\xe0\xa7\x1d\x7b\x01\x7f\x42\x4f\x93\x8e\xfb\x63\xb7\xbe\xa7\x45\x22\x53\xea\x6a\x3f\xef\xd6\xf3\x79\xa6\x12\x91\xe7\xbc\x10\x72\x09\x53\x8e\xbe\x08\x54\xb4\xcf\xe8\x28\xf9\xbe\x7d\x77\xcc\xc6\x6b\x96\x66\x6a\x91\xf3\x35\x7e\xc5\xba\x5a\x2e\xe0\xdd\x07\xf7\x43\x6f\xd3\x21\xb3\x93\x59\x3f\x71\x9e\xc4\x36\x0d\xd0\x3f\x58\x96\x8e\x5a\x09\xbd\x71\xab\xfb\xc4\xc5\x6f\xf4\x28\xdc\x73\xd6\x9d\xc8\x42\xab\x3e\x4b\x64\x2e\x4b\xd5\x67\xd9\x9c\x4f\x85\xea\x75\xc0\xbc\xbc\xf3\x38\x8e\x0e\xa2\x61\xb0\x36\x02\x43\x02\xb9\x1d\x40\xbb\x57\x11\x3c\xb7\x81\xb7\x83\x65\x4f\x47\x04\xcb\x1d\x99\xdb\xc1\x72\xe4\x17\x01\xf3\x44\x79\x4b\x68\x70\x0a\x62\x50\x78\x30\x6e\x07\x27\x22\xcd\x08\x9c\xf9\x65\xd8\xf9\x08\x99\xa1\x5a\x09\xad\xce\x19\xe9\xa9\xd1\xe1\xb9\x1e\x4c\xcb\xc1\x5c\xa6\xa2\x33\xba\xc7\xd8\xbb\xdb\xa0\x1b\x9c\xd6\x61\x36\xef\xe0\x13\xeb\x14\xb2\x10\x36\x79\xd5\x80\x32\x57\xe5\x62\xa2\xed\x67\xb8\xaf\xe1\x0f\x2c\xee\xdc\xc1\x74\xb1\xe6\xe2\x3a\xce\xf5\x8f\x86\xc5\x6b\xba\xa7\x66\x3c\xb9\xfa\xeb\xdb\x99\x58\x96\x99\xd2\x59\x32\xbc\x2c\xc8\x8e\xd4\x09\x3e\x75\xcc\xb8\x97\x9d\x91\x91\x0a\x24\xf6\xf5\x1a\xed\x82\x5f\x67\x53\xae\x65\x39\xcc\x79\x31\x5d\xf2\xa9\x18\xf9\xae\x78\xf1\x5c\x76\x44\x31\x58\xaa\xcb\x0e\x3b\xfa\x9e\x5d\xc2\xf4\x2f\x3b\x7d\x8c\x4c\x80\x6f\xdc\x84\x2f\xe3\x61\xa1\xe1\x88\x3d\xc9\x14\x26\x4d\x28\xd6\xb4\x80\x52\xe4\xe0\xee\x33\x5f\x16\xe6\x26\x0f\xa7\xed\xb0\x02\x13\x56\x6a\x39\xc7\x90\xb8\xfb\xc7\xb9\xa6\x94\x6c\x00\x23\xea\x63\xb1\x17\xf4\x01\x45\xff\xa6\x3e\xc1\xa4\x5d\x27\x94\xaa\x1a\x7a\x61\xa5\xf5\x4e\x54\x20\x74\x90\xa9\x41\x5c\xfb\xf3\x0e\xc4\x41\xa9\xea\x3a\x63\x29\xd1\x20\xc2\x3a\x4f\x27\x4c\x09\xdd\x67\xcb\x22\x95\x14\xce\xed\x9f\xfc\xc7\xb9\x1e\xb8\x7a\x9f\x83\xef\x9f\x9c\x3e\x63\xa5\x98\xf3\x85\xcf\x2d\x66\x57\x18\xcd\x95\x65\x45\x2a\x44\x8a\x45\x4d\xc2\x22\xa7\xe1\xca\x68\x3d\x9f\x66\x15\xe7\x42\xb3\xd5\x4c\xb8\xe4\xf7\xb6\x5e\x2b\x4f\xb4\xc2\x04\x1e\x66\x2c\xf8\xca\xbc\x9d\xcd\x17\xa9\xa1\xe1\x22\xd1\xb6\x6d\x34\x39\xf3\x92\x56\x83\xd5\x8c\xeb\x3b\xcc\xaf\x83\xee\x33\x38\xb5\x77\xee\x2f\xd6\xf9\x66\x30\xce\xe0\xcc\xd1\xc3\x79\x70\x25\xd6\xf6\xd4\x9d\xd8\x74\xac\xb3\x7a\xc9\x5a\x7c\x4b\xa7\x8d\xe7\x8d\x91\xb3\xce\x10\xff\xb1\x73\x48\x3e\x5e\x80\xc5\xc7\x48\xa9\xd9\xcd\x30\x6c\x0c\x53\x18\xda\xc6\xc7\x69\xca\x0e\x1f\x7c\x63\x1f\x56\xcb\x02\x0c\x6c\x22\x0d\xc3\xd8\x95\xab\xcb\x17\x01\x0a\x96\x30\x1c\x7a\xb5\x44\xa4\x7d\x40\x55\x09\xd6\xe0\xa0\x54\x24\xa1\xda\xa0\x7a\xf2\xfd\x3f\xc5\xd7\x6a\xc8\x58\x17\x64\xea\x95\x2c\x2e\x3b\x1a\x2a\xec\x60\xbc\xab\x91\x98\x73\xae\x27\xb2\x9c\x53\x91\x1d\x00\xdb\x0e\xce\x0e\x48\x89\xcc\x60\xf7\xe3\xea\x08\x66\xea\x90\xc4\xd8\x60\xdd\x1b\xf7\x7a\x9d\x7b\x8c\x59\xb2\x58\xa6\xd9\x38\x17\x83\xb1\xc8\xf3\x81\x32\x37\xc6\xce\xa4\x41\x57\x0e\x3c\x3f\x06\xa5\xc0\x17\xd0\x08\xe5\x6b\x03\x56\xee\x1b\xa0\x44\xca\xcb\xd2\x7e\x7a\x7d\xf6\xcc\xc6\x98\xbb\xb7\xa5\x69\xc8\x60\xf4\x21\x63\xa7\xf3\x85\x5e\x5b\x2f\x46\xb3\x84\x42\x32\x9a\x26\x34\x74\x24\x9d\x0a\x75\xa5\xe5\x62\x50\x48\xed\x32\x34\xc3\x42\x6e\xbd\x84\x66\x0e\x82\x89\x30\xa3\x49\x2a\xfb\x48\x33\xa7\x7f\x8a\xb9\x52\xc0\x27\x3b\x01\xcf\x6d\xc6\xd9\x5b\x31\x76\xec\xe3\x45\x30\xb1\x21\xa4\xcc\x51\x94\x33\x67\xf5\xc5\x50\x96\xd3\xfd\x8b\xb3\xfd\x70\xf2\x6a\x3f\x3a\x0b\xf8\xe1\x09\x4a\x7d\x06\x19\x51\x5b\x56\x8a\xbf\x2f\xb3\x52\x28\x43\x00\xf3\x4c\x29\xd8\x71\xeb\x1e\xb6\x84\x2a\x01\x6f\x67\x82\x32\xd1\x58\xb0\x18\x89\x6e\x8e\x9f\x12\x60\x02\xc5\x45\x02\xae\x28\x17\xbd\xd6\x62\xbe\x80\xdf\xb8\xba\xf2\x86\x4d\xb3\x13\xc1\x48\x16\x60\x36\x61\x85\x48\x84\x52\xbc\x5c\x0f\xb1\x80\xa6\xad\xa9\xc2\xe6\x7c\x0d\x69\x82\xd5\x8c\x7c\x3a\x42\x00\x66\xfa\x42\x69\x2a\x74\x62\xc1\xa5\xe0\xa1\xa3\x19\xe6\x93\x31\x28\x0d\xab\x4c\x23\x5d\x37\x72\x0c\x62\xef\xe2\x46\x8b\x42\x61\xa1\x2a\x2a\x72\xc3\xf6\x22\xbc\xed\x85\x93\x80\x5c\x91\xc1\xdf\x5a\x06\x33\x41\x69\x3b\xea\xec\x68\xcf\xef\xff\x00\xe4\xdd\x9d\x49\x2e\x90\xa3\x59\xa7\x9c\x8e\xbb\x87\x5f\xf5\x19\xfe\x7f\x0f\x04\x1a\x80\x86\x34\x78\x11\x13\x1a\xfc\x84\xfc\x48\xdc\x50\xc8\x7a\x21\x29\x42\x1e\x7f\xf4\x39\x88\x9a\x66\x0a\x12\xf9\xdd\x66\x6a\xa6\x66\xc3\x76\x10\xdf\xe7\xe7\xe4\xe3\x48\x87\x39\x98\x28\x8c\xd3\x72\x92\xf1\xb7\xa6\x1d\x0c\x93\x22\x84\x5c\x6f\x59\xe6\x5d\x7b\x76\xa6\x52\x0e\xa7\xf9\x3e\x2f\x44\x7a\xf1\x73\x2f\x6c\x95\x67\x85\xe0\xe5\x60\x5a\xf2\x34\x13\x85\x86\xd7\x11\x3e\x8d\xfa\x6c\x0c\x6e\xa6\xa5\x48\x7b\x0d\x48\x51\xd9\xaf\x7f\x1a\x4e\x20\xff\xf2\x90\xb1\x27\x36\xb1\x96\x96\xcc\x48\x78\x4d\x9b\x65\xbd\xef\xfe\xb4\xb9\x39\x77\xbf\xdb\x6c\xce\xe1\xc1\xbf\x9a\xff\x0f\xbf\x4a\xc0\x86\x1a\xae\x08\x05\x2d\x94\x3e\x3e\xbd\xa0\x47\x6c\x9a\x96\x84\xa2\x1a\x19\x70\xc1\x74\xf0\xf8\x9c\x75\x2f\x3b\x97\x97\x37\x07\xdf\x18\x91\x9b\x5f\x71\xf6\xd7\x9f\x7a\x43\x16\x14\xb6\xb0\x93\x8f\x81\x80\x03\x4a\x00\x08\x80\x7c\x3d\xb9\xec\xb8\xed\x72\x02\xc5\x60\xce\x17\x03\x9b\xb8\x5f\xdd\x69\xcb\xe8\x61\x03\x7b\x64\x7d\xc3\xad\xf6\xcd\xa7\x16\x81\xac\x18\x94\xb4\x62\x48\x3e\x2d\x9c\xa9\x05\x7a\xf5\x97\x25\x5f\xf7\x49\x78\x10\x3c\x99\x99\xed\x40\x97\xb8\x8e\xcb\x24\x49\xe5\x18\xbd\x2c\x64\x2e\x02\xd0\x5b\xda\x94\xfb\x14\x08\x1b\x8c\x44\x29\x37\xdc\x35\xc2\x3a\xf1\x98\x2c\xd3\x4a\xe4\x93\x21\x56\xa5\xe1\xba\x32\x21\x98\x4a\x75\x02\x0e\x54\x29\x12\x91\x5d\xc7\xe2\x59\x75\x26\x90\xa8\x05\x19\x72\xd8\xd0\x93\x6a\x40\xab\x2d\xc4\x6a\x70\xf1\x8f\xbd\x83\xbd\xd1\x3f\xf6\xee\xef\x8d\xf6\x2e\x2f\x97\x0f\x0e\xbf\x7d\xb0\xd7\xdf\xeb\xbb\xbf\x0e\xf6\xfa\x7b\x03\xf7\xd7\xe1\x5e\x7f\x6f\xe8\xfe\xfa\x62\xaf\xef\xa7\x6c\xc0\xc0\xf7\x0f\xbf\xf9\x66\xef\xe3\xc7\x40\x9e\x82\x2a\x4e\x03\x59\x0c\xc4\x4d\xb6\xbb\x94\x1d\xbf\xba\x89\xa2\x43\x32\x7f\x4b\xaf\x00\xe0\xa1\x70\x37\xc3\x40\x80\x17\xaa\x7a\xb5\xc2\xbb\xde\xd5\x0a\x61\x66\x06\xfe\x1a\xc0\xac\x66\x83\x71\x9e\x15\x57\x77\xa2\xcf\x86\xc3\x57\x9f\x15\x80\xb7\x4e\xc4\x4a\x96\x41\x3a\xbf\xc6\x99\x0c\x92\x75\x92\xdf\x8d\xfd\xbe\x3b\x3c\x38\x38\xe8\xb3\x87\x07\x07\xef\xe3\x63\xd3\xb9\x08\x86\x87\xf9\x94\x46\x8e\xc8\x0a\x36\xcf\xf2\x3c\x53\x22\x91\x45\xaa\x1a\xb9\xdc\x31\xd3\x2b\xc9\x04\x26\xa8\xb4\xd4\xeb\x03\x5d\xe4\x84\xf2\x52\x66\xf8\xa0\xc9\xa5\xf5\xa0\xc7\xd1\x7c\x96\x21\x27\x6e\x41\x29\x20\x33\x60\xd4\x27\xd3\x41\x5b\x39\x99\x54\x71\xf3\xfb\x44\x0a\xde\x7d\xf0\xf0\x61\x9f\x1d\xe0\xff\x0d\x1f\xf6\x08\x2f\x55\xd1\x02\x45\x06\xba\x0e\xae\x29\x5f\x1e\xce\xc0\x4f\xc8\xb4\x19\x2c\x78\x2e\xb4\x16\x9f\x9c\xc3\x75\x5e\xda\x5a\x27\xa8\x34\xb4\xd2\xb5\x7d\xc7\xd0\xb8\x8d\x7b\x15\xd6\x35\xac\xf2\x47\x64\x4a\x98\x48\xca\xf2\x4a\xf6\x74\x52\x6b\xe7\xb6\x89\x72\x85\x22\x3b\x05\x3d\x46\x4a\xa9\xca\x37\x30\x57\xc7\xd1\x9c\x2c\x6c\x78\xb1\x75\xad\x01\x67\x67\x2c\xf0\xa7\x1d\xb2\x37\x2d\x08\x72\x8b\xb4\x2c\x29\x07\x6f\x21\x5e\xac\x59\xa2\x14\xc1\x42\xdf\x1d\xca\x76\xea\xa6\x40\x69\x91\xd8\xbf\x9c\xfd\xf8\xb8\xcf\xfe\xe5\xec\xec\xc7\x1f\x1f\x3f\xee\x33\x23\x69\x0e\x87\xc3\x1e\x7c\xe2\xf4\x11\xea\x7e\x19\x98\x00\x0f\x9d\x77\xfd\x55\xc8\x35\x79\x22\x2a\xc9\x16\xbc\xd4\x96\x52\x94\x96\xc9\x15\xfb\xe5\xf0\xd0\x80\x1a\xea\x1b\x8d\x96\xaa\xa6\x25\xfd\x87\x5c\xc2\x7a\x96\x4a\x30\xab\x42\xc3\x18\x13\xb3\xb8\xb5\xcf\x9e\x65\x37\x1c\x19\xbe\x3f\x1b\x86\xad\x58\x60\x63\x41\x85\x6f\x52\xbb\xe8\xcc\xf9\xb2\xc2\x4b\xf7\x2a\x5b\x2c\x20\xb5\x29\x53\x73\x9e\xe7\x0c\xe3\x14\xc0\xd9\xb9\x48\xb3\x24\x58\x9c\xe3\x95\xee\x82\x69\xa4\xa0\xe0\x14\x2c\xd6\x86\xa9\x63\x81\xaf\x9d\x89\xdf\xeb\xb2\x1b\x58\xfa\xf1\x52\xcb\x39\xd7\x59\x02\xae\x5c\x58\x83\x57\x82\xad\xcf\x15\x6e\xb3\xa4\x63\x0b\xd1\xba\xf9\x2c\x95\x18\x10\xca\x06\xc8\xfe\x07\x50\x71\xf7\x0e\x13\xdb\xc0\xd6\xb5\xf7\x17\xb3\xfb\x43\x77\x0d\x96\x87\xa6\x0a\x93\x0e\x49\xb9\x11\xc0\xdd\xec\x07\x90\xab\xe4\xce\xf3\x6a\xbf\x03\xe1\xf2\xb3\xe6\x69\x8f\x2c\x4c\x8d\x62\x86\xcb\x8a\xa9\xdf\x39\x5d\xe6\x83\x45\xbe\x54\x83\x79\x56\x2c\xd5\xe0\x57\x51\xca\xc1\xaf\x52\xce\xef\x20\x7e\xd6\xa7\xe4\xa4\x4f\x70\xde\x7d\x95\x2f\xd5\x3e\xd4\x3d\xda\xff\x4f\x51\xca\xb8\x16\x51\x70\x3e\x9e\x4e\x2c\xd6\x83\xc4\x68\x1b\x3b\x53\x4b\xf8\x19\x64\x51\xc5\xfe\xfa\xc1\xc9\x23\x1d\x3f\x3a\x74\x0d\xea\x8f\x46\x68\x48\x6e\xb7\x19\x1b\xe5\x6e\x50\x27\x9f\x18\x74\x67\x42\x41\x26\x6f\xc0\x83\x2d\x39\xad\x25\x38\xe5\x98\x1f\xa0\x73\xb0\x7a\xe8\x09\x6b\xbe\x7f\x62\xd7\x12\x75\x40\x48\x1e\x32\x02\x88\x56\x62\xab\xd5\x7e\xba\xa5\xbc\xc1\x42\x6b\xb5\xa5\xbc\xd9\x71\x29\x6f\xec\x52\xde\xd4\x97\xe2\x21\xc7\x4b\x11\x5c\xe9\x01\x57\x19\x2f\x06\x7c\x3e\xce\xa6\x4b\xb9\x54\x03\xae\x06\x7a\x25\x8d\x04\xb0\x9c\xef\xfe\xf6\xdb\x59\x8d\x7c\xca\x95\x66\xc7\x66\x4c\x76\x6c\xc7\x0c\x63\xa0\xb0\xa4\xe0\xca\xd0\x9f\x99\x00\x83\x62\xa2\x7e\xc6\x90\xb9\x79\x00\xea\xd6\x01\x51\xe8\xa7\x99\x23\xd4\x73\xd0\xd2\xe6\x86\x86\x11\x7c\xed\x2d\x37\x3f\x5b\x57\x46\x4b\x5b\xef\x41\xcf\xc4\xbc\xf1\xee\x79\x2b\x2e\x3b\x79\xce\x4a\xa1\x16\xf8\x82\x81\x75\x0d\xc6\x6b\x2d\xd8\xb5\x28\x95\x0d\x84\xd1\xe0\xe2\x5f\x1f\xca\x9d\xae\x52\x4c\x79\x99\xe6\x42\x29\xef\xed\x81\xf5\x76\xab\x78\x19\xcb\x7c\x77\xf5\x69\x83\x64\xa4\xcb\x4c\x69\xae\x45\x88\x93\xa8\xc6\x85\x61\xc7\x66\x10\xb6\xc2\x62\x72\x50\xf0\x2d\x56\x08\xa1\x2b\x51\x9e\xee\x8f\xd1\x10\xe3\x4c\x19\x56\x33\x34\x64\xec\x07\x8b\x43\xe7\x0e\x0c\x71\x0c\x21\xd4\x21\x63\x2f\x96\x39\x38\x27\x71\x67\xf1\x6a\x5a\xaf\x21\x58\x1c\xea\x4e\x2b\xaf\xf3\xd4\x96\x55\xe3\x6a\x48\x4c\xec\x7e\x33\x38\x7c\xc8\x0c\xd3\x67\x87\x5f\xc5\xa2\x55\xcf\xad\x18\xfc\x09\x8b\x75\x03\x6e\x58\x1d\x19\xbe\x46\x7e\x75\x8d\x77\x7e\x30\xed\xb2\xb4\x90\x3a\xf1\xad\xd2\xb8\x4f\x44\xeb\x99\xd9\x96\xca\xfc\x9c\x70\x00\x6a\xf0\x5b\xa8\x55\x36\xde\xb5\xe7\xe6\xa9\xc2\x6d\x32\x5d\x2b\x96\x3b\x55\xb8\x93\x9f\x80\xd1\xad\xca\xcc\xf0\xb7\x56\x69\xa5\x36\x53\xe8\xf0\x89\xa4\x28\x57\x1b\x18\xa6\xa2\x25\xce\x86\xa5\x59\x29\xb0\x64\x04\x15\x83\x46\xff\xcd\xd6\xc9\xa5\x22\x39\x7c\x70\xd7\xf7\x7a\x03\x3f\x3b\x0b\x36\xd6\xcc\xec\xb2\xa3\x42\xcd\x7a\x50\xc1\x31\x7a\xa9\x9a\xe3\xbf\x34\x52\xad\x91\x63\x2d\x21\x3f\x39\x3d\x71\xe5\x78\x20\xb3\xf8\xe1\x83\x60\xfa\xd7\x59\x29\x0b\xf3\x5e\xbd\xeb\xec\xff\xd1\xb9\x38\x3d\x7b\xde\x19\xb1\x0e\xd8\xc3\x06\x0f\x1e\x7e\x85\x2f\x45\xcc\x0b\x50\x7b\x5a\x5b\x59\x30\x18\x9a\x5d\x53\xb6\x19\xd5\x8f\x35\x54\x76\x9a\x86\xa5\x0c\x26\x7c\x9e\xe5\xbb\xcb\x1f\x15\x8f\x93\xce\xde\x13\xf1\x37\xfe\x66\xc9\xce\x79\xa1\xd8\x73\x59\xc8\xbd\x3e\xdb\x3b\x35\xac\x5c\x16\xf6\xef\x1f\x4a\x21\xcc\xc7\x3e\xdb\x7b\x2e\x8a\x1c\x9a\x5c\x10\xd5\x7a\x05\x4e\x67\x2e\x0b\x89\x4a\xc8\xaa\x9a\x94\x34\xb3\xc4\x59\x61\xc2\xb5\x0a\x13\xc0\x51\xe2\xa5\xdd\x59\x89\x7c\xf8\xb0\x0f\xc9\xab\x1a\xf0\xeb\xab\x79\x66\x05\x5b\x64\x37\x22\x57\x95\x41\xe7\x12\xc5\xbc\xbb\x69\x0a\x78\xa1\x33\x8c\x1d\x4b\x1b\xb5\xc5\xf1\x18\xee\xb5\x1b\xcc\xa1\x14\x9f\xc6\x04\xf2\xe0\xcb\x83\x3e\xb3\xff\x69\xb4\x82\xf8\xb1\xee\x68\x05\x99\xc9\xb9\x18\x5c\x89\xb5\x1a\xa0\x0f\xeb\x27\xd6\x3e\x1b\xf0\xfb\xc2\x19\x03\x7d\xa9\x4b\x4f\x34\xae\x94\x3b\x9a\x8e\xa1\x20\xa9\xeb\xe6\x1e\xa6\xa6\xbb\x73\x78\x7f\x73\x61\xcb\x04\x2a\xd4\x5f\x90\xf0\x63\xb8\xaf\xeb\x8a\x72\xe7\x9b\x0b\x0a\xee\xe4\x01\xb4\xca\x20\x38\x03\x8f\x93\x2b\xb1\xb6\x25\xda\xee\xea\x92\x13\x73\x87\x63\x08\x5e\x92\x93\x4a\xba\x66\x19\x05\x28\x40\xfe\xef\xa0\x9e\xa9\x8d\x66\xb4\x49\xc8\xfd\x19\x2d\xe3\x1a\x83\x9b\x33\x8a\xc7\xe9\xc4\x53\x91\x64\x46\xa2\x09\xe0\xcd\xc4\x0d\xb7\x5f\xa3\x66\x00\xbc\xeb\x08\x90\x0f\x92\x20\x70\x36\x52\xa2\xa6\x8e\x71\x02\x95\x35\x6c\xb9\x6a\xb1\x3e\x18\xa1\x4f\xba\x27\xb2\xc3\x47\xc0\x7f\x80\x31\x27\x46\xb8\xb2\xa0\xc4\xcd\x22\xe7\x05\x86\xd9\x92\x92\x65\x62\x24\x32\x08\x7e\x10\xac\x62\xfc\x7a\xf6\xf6\xac\x48\xcb\x46\x99\xf7\x1c\x74\xde\x2c\xd8\xd8\xc0\x58\xf3\x8f\xd0\x48\x43\x11\xd2\xb9\x1e\xfc\xbc\x37\x62\x7b\x15\xef\xed\xbd\x7e\xbd\x2d\x3e\x53\x9f\x99\xd6\xaf\x8e\xcf\xcf\x9b\x9a\xfc\x64\x7e\xbc\xec\xfc\x74\xfa\xec\xd9\xcb\xcb\xcb\xe2\xb2\xb3\xe7\xdb\x7c\xb4\x54\x37\xe7\x37\x03\xc4\xdc\xc0\x12\xc1\xce\xd4\xe7\x7c\xf9\xd8\xe1\xc1\x01\xa8\x7f\x03\xde\xf9\x9c\xdf\x30\x4a\xb4\x01\x15\x7e\x9e\x9c\x9c\xf7\xd9\xcb\xf3\x93\x3e\x7b\xf5\x1c\x36\xe4\xf8\xd5\xb9\xa7\xca\xb1\x98\x40\xb9\x38\xcc\xb4\xc2\x96\x8b\xe8\xe4\xf8\xc7\x05\x92\x98\x9b\xbc\x48\x33\x8e\x7c\x84\x97\x62\x30\x31\x9f\x3e\x31\x2b\x49\x64\x71\x2d\x4a\x1d\x04\x26\x11\x65\x65\x25\xfb\xc1\x90\xaa\x0f\x61\x1e\x32\xaf\x4a\xc8\x85\x8e\xcd\x58\x71\x8d\x76\x5b\x5c\x3c\x58\x89\xe6\x64\x92\x23\x57\x9e\x4f\xa1\x10\xa9\x7a\x2c\x39\xff\x24\xe4\x52\xdc\xe5\x85\xa2\xec\x53\x68\x39\xf0\x93\x92\x4b\x25\x06\xe8\x55\x96\xe4\x59\x72\x75\xcb\x77\xfe\x46\x51\x11\x5d\x8d\x65\x41\x1e\x6a\xa8\x6c\x1b\x2f\xb5\x96\x05\x83\xc1\x9a\x6d\x02\x58\x4c\xca\xb9\x4d\x98\x23\x7d\x8d\xf6\x04\x2c\x03\x0f\x85\xa9\xf0\xd0\xee\xe1\xfc\x61\xce\x03\x84\xbc\xe7\x99\x31\xbd\x19\x9b\xc6\xc0\xc8\x6b\xf4\x0b\x32\x37\x00\x6d\x1a\xf8\xdf\x7d\x4e\xf3\x35\xdf\x89\x94\xcd\x33\x08\x33\x28\x51\xbc\xad\x60\x2e\x1c\xf9\x2e\x48\xab\xba\x59\x1e\xf4\xd9\x61\x9f\x3d\xe8\xb3\x2f\xfa\xec\xcb\x3e\x7b\xd8\x67\x5f\x91\x63\xd7\x73\xc0\x1e\x16\xa7\xc7\xf1\xe0\x88\x15\xf5\x37\x63\x9b\x35\xd9\x37\xe9\xb3\x15\xbe\xd5\xed\x73\x74\x9e\xa5\x66\xf9\xd1\x0e\xa1\xfb\x40\x31\xf8\xe5\xf0\xd0\xa1\xd4\xfb\x4b\x75\xf1\x16\x31\x94\xe5\xfc\xfc\xc0\xc4\x5b\xb0\x5f\x0e\x0f\x6b\x03\x84\x14\xe0\xd4\xcb\x38\x4e\xd7\x56\x9d\x12\xcc\x70\xe4\x6b\x67\x5f\x9b\xdb\x18\x0a\x4a\x85\x06\x4b\xbf\xce\x78\x38\x63\x7f\x77\xf9\x99\xf7\x1a\x31\x70\xc0\x8e\x8e\x70\x7f\xbb\x8b\x32\x9b\xf3\x72\xdd\xa3\xf6\x41\xf3\x43\x28\x95\x88\xa0\xbb\x7c\x79\x93\xe5\x59\x73\xc3\x07\xa6\x21\x85\xb3\xa0\xb9\xa9\xb9\xdd\xef\xa1\xea\xda\xa9\xfc\xb3\x48\x7b\x25\xcb\x74\x00\x59\xb4\x07\x90\x14\x69\x60\xfa\xde\x81\xba\x61\x3a\xef\xfe\x7a\x79\xa9\x2e\x2f\xdf\x5d\x5e\xbe\xef\xf6\xfe\xf1\xf1\xbb\xef\xf7\x2e\x3b\x97\x97\x7f\xfd\xec\xdf\xff\xe5\x7f\xfd\xeb\xe7\x7f\xe9\x3f\x1a\xfd\x7f\xef\x6b\xc2\xf0\x99\x98\x2e\x73\x5e\x32\x71\x03\x0e\x80\xa4\x99\x9f\xf1\x9c\xca\x30\x92\x10\x80\x69\xef\xcc\x8e\x42\xb6\xae\x9e\xad\x33\x47\x0a\xea\x16\xec\x94\x73\xd0\xff\x6b\xb2\x67\xf0\xc0\x0a\x8e\xa1\x3a\x5a\xb2\x52\x80\x79\x8a\x64\x90\x24\x50\x52\x0d\x43\x7d\x17\x95\x16\xdb\xfb\xdf\x94\xf2\x61\xb8\x17\x56\x53\xe3\x8a\x2d\xb8\x9e\x29\x36\x01\xcf\x2b\x88\xe5\x81\x89\x5a\xdd\x88\x0c\x94\x1f\x35\x9c\xdf\x4e\xc3\x73\x5b\xa4\xff\xef\xe1\xef\x43\x3b\x91\xbe\x28\xd2\x3f\x07\xeb\xad\x68\xc2\xc3\xfa\x89\xf1\xf4\xfe\x2f\x3b\xe2\x86\x0a\xd8\x52\x80\x61\xa0\xca\x24\xfd\x0d\xce\xee\x8f\x26\x44\xff\xe9\x35\x55\xcb\x11\x37\x0b\xeb\xd1\xe1\xed\x35\x6a\x59\xc2\x83\xce\x06\x12\xbb\x14\x77\x90\x64\xd2\xa1\x78\xc1\xa7\x7f\xe4\xc3\x8d\xc2\x6d\xf7\xa1\x36\xf1\xed\x1e\x6f\xee\x16\xaa\x81\xd8\xe9\x01\x17\x75\xf3\x9c\xb4\xf6\x98\xc3\xc1\xa2\xd6\xd5\x87\xdc\x82\x2b\x35\xe0\xb9\x1e\xe0\xbb\xe6\xee\x8f\xb9\x8a\x02\x3a\x94\xe6\xbc\xce\xd2\x8c\x06\x3e\xf4\x87\xc3\xe1\xb7\x2e\x7a\x95\x12\xf8\xb4\xde\x35\xe4\xf0\xbd\x46\xdd\x61\xb9\x2c\x20\xeb\x10\xfa\x9d\x66\x05\xe3\x4e\x60\xd5\x7c\xec\x1d\xf1\xd7\x72\xc9\x52\xf4\x94\xb6\xd0\xc0\xef\x05\x2f\xf9\xcb\x8e\x62\x7b\x6a\x95\x41\x29\x5c\x69\x7a\xee\xf9\xec\x42\x3c\x49\x44\x2e\x4a\xae\x21\x86\x13\x5d\x61\x0b\xa9\xdd\xd0\xde\x62\xce\xb8\xe9\xca\x32\x50\xd2\x8d\x85\xd6\x68\x64\xb4\xbb\xa8\x44\x28\x85\xa3\x9e\x11\xe6\x47\x89\x35\x02\x77\x0f\x2a\x33\xca\xae\xb3\xb9\x91\x86\xc4\x9c\x27\xcd\x27\xc3\xd1\x9f\xc3\xa3\x4d\x01\x4d\x5e\xf1\xb6\x3a\x95\xc5\x2b\x0b\x44\x7d\xd7\x27\xd2\x1a\x98\x47\x2a\xa5\x35\x72\x31\xf1\xd0\x0b\xf7\x96\x37\xc4\xad\x38\x0f\x72\x92\xa3\xfc\xdb\x16\x34\x19\x20\xf6\x40\x5a\xbb\x88\xd0\xc0\x02\xf7\xe7\x51\x1a\xbc\x2c\xff\x2f\xa9\xfd\x7e\x52\xf3\x88\xbc\x05\xad\xf9\x4e\x7f\x36\xb1\x11\xb5\xc1\x3b\xf5\xcf\xa3\xb6\xe7\x66\xb8\xff\x4b\x6d\xbf\x9f\xda\x3c\x22\x6f\x41\x6d\xbe\xd3\xff\x19\xd6\x06\xc4\x76\xfd\xc9\x35\x21\x00\xf6\x0d\x9b\x0a\xad\x80\xca\x50\x2a\x82\x65\xd8\xe1\xc9\x09\x76\x20\x6c\x60\xea\xed\x55\x62\x9d\xa5\x9e\x0c\xbe\xe9\xf4\xd9\x3b\xf7\xa9\x53\xf2\x95\x0f\x80\x44\x6b\x94\x2b\x75\x61\x87\x82\xa7\x75\xca\x35\x67\xce\x13\xd7\x85\x91\xc0\x1c\x5b\x9c\xd5\xb2\x14\xdd\xa7\xb0\xc0\xf1\x25\x0e\x7a\xd9\x01\xa1\xe5\xd2\x8c\x1c\x38\x4a\xa3\xc4\x32\x90\x05\x88\x72\xba\x94\x57\xbb\x0b\xc9\x3e\x50\x76\x93\x07\x8e\xa2\xcc\x1a\x61\x32\x0d\xb0\x10\x17\x6b\xe6\xc6\x6c\x98\x8f\x5c\xea\xc5\x72\xf7\x97\x4d\x30\x99\x4d\x62\x65\xdb\x6c\x7c\x0e\x15\x18\xb6\x32\x9f\x31\x2f\x07\xe4\x87\xf9\x69\xb0\x73\x31\x03\x5f\x07\x70\x32\x0b\x64\xd8\x79\xa8\xd2\x24\x54\xac\x66\x42\xe4\x83\x39\x5f\x83\x52\x70\xc0\xcb\x52\xae\x06\xb7\x52\x6f\x6e\x46\x0d\xb0\x29\xb4\x6b\x52\x1c\xa0\x28\x49\xc1\xa2\x92\x52\x88\x82\x32\x8a\xa0\x57\xe2\x93\xd3\x93\x93\x9f\x9f\xb3\xee\xf1\x02\xcb\xce\x99\x07\xc3\x09\x1a\x4a\x2d\x05\x62\xbd\x32\xab\xbb\x10\x7d\x52\xe7\xc0\x3a\x2c\xfe\x21\x54\x8f\x14\x0f\x62\xbe\xcc\x21\x44\xcb\xac\x0c\x75\xa1\x8d\x0c\xcc\xe6\xe5\x60\x5a\xcc\x17\xb2\xe4\x65\x96\x43\xe8\x3d\x1f\x13\xf3\x9a\xc9\xdc\x3f\x5a\x40\x38\xbf\x12\xeb\xf6\xfb\x21\x78\x6e\x63\xae\xca\xe5\x02\xaf\x0a\x44\x86\x11\xec\x4b\xc5\xba\xb9\x50\xaa\x67\x78\x6b\x49\x1a\xd2\x39\xc7\x37\x42\x10\xbb\x45\x26\x2f\x91\x66\x1a\xbc\x20\xae\xb3\xfd\x82\x17\x12\xba\x21\x34\x44\xe5\xbe\x9e\x2f\x6f\x5a\x36\x58\x5e\x8b\xc1\x7c\x99\xeb\x6c\x91\x67\xb7\xb8\x52\x83\xcd\x3d\xac\x59\x2c\x3d\x3c\x67\x2b\x05\x7b\x25\x4b\x45\xae\xb9\xb9\x37\x70\x57\x68\x3b\x20\x85\x9e\xbb\x07\xdc\xd3\x07\xb7\x0c\x5a\x0e\x8d\x8c\x0b\xee\x48\x72\xc5\x26\xb6\xaa\x27\xbc\x81\xaa\x6f\x1f\xa0\xd6\x3f\x81\x6b\xd6\x98\xa5\xbd\x91\x22\x36\x6e\xcf\xf7\xef\x9a\x51\xa6\xe4\xe0\xc1\xc1\x83\x07\x36\xd4\xd6\xff\xed\x67\x8b\x1f\x06\xb9\x4c\xae\x44\x6a\x27\x1b\x5a\x8f\x1d\xa7\x71\x33\xef\x3e\x79\x79\x72\xde\xac\x8d\x7c\x7a\xfe\x12\x46\x20\xf7\xab\xc0\x23\x0c\xd3\x11\x96\xbc\x50\x39\x85\x1d\x76\x21\x15\xeb\xb4\xe4\x8b\x59\x96\x40\xba\x42\x15\x02\x7d\x7d\xf1\xc3\xe0\x1b\x7b\x5e\x14\x53\xcb\xc5\x42\x96\x36\x8a\x56\xaa\x36\x5f\x6e\xc1\x70\x29\xe8\x49\x50\xd8\xe0\xf1\x08\xf5\x94\x8e\xd4\xfb\x01\x33\x0e\x52\x8f\xce\xe6\x9e\x8c\x40\x23\xeb\xd6\x8e\x56\x06\x1f\xfa\xda\xe6\xa4\x6c\xc3\x7c\x74\x96\x5c\xa1\x3e\x0c\xd7\xb1\x2c\xc0\xef\xcb\x48\x6b\xe8\x5e\x63\x04\x8b\x2b\x23\xe7\x89\x22\x15\x60\xfe\x83\xd6\x4e\x86\x13\x53\x9e\xac\x19\xf7\x6c\x2b\xa0\x54\x30\xa0\x61\x81\xf8\x3b\xfb\x2f\x36\xb9\xea\x18\x16\x74\x9f\x3d\x05\xc0\x4d\x6e\x8c\xba\xee\xc3\x18\x38\x12\x97\x83\x44\xdd\xcd\x9f\x1f\x82\xcc\x6a\x81\xbd\x10\xa8\x09\xd9\x8e\xd4\x4c\x60\x8c\xa9\x35\xf1\x56\xdd\x88\x52\x99\x2c\xe7\x22\x50\xf6\xd8\xe9\x0c\x0c\x9f\xbb\xfb\x9c\x80\x1f\xe5\x59\x21\x06\xb1\x53\x03\xd4\x68\x67\x27\xe7\xe7\xc8\x47\xc1\x69\x5c\xaf\x5d\x2a\x3b\x97\x98\xca\x4c\x67\x53\x92\x1d\x97\xef\x9d\x1d\x19\xc0\x36\xf3\x0f\xc6\x00\x77\x9b\xf3\x16\xb9\x3e\xbd\x0d\x39\x63\x7c\x2d\xfa\xf6\xec\x43\xdb\x73\x5e\x2d\xc7\x6a\x39\xfe\x67\xcf\x73\x45\x29\x71\x5e\x9b\x8d\xd4\x6b\x52\x41\xda\xf2\xdb\x3c\x4d\xd9\x62\x39\xce\x33\x35\xdb\x57\xcb\xb1\x4a\xca\x6c\x2c\xf6\x97\x85\xfb\xec\x92\x4a\x71\xe8\x8d\x99\xfd\x79\xc1\xc4\x0d\xe4\x47\x98\x5a\xff\xa4\x30\x6b\xce\x72\x7c\xbe\x1c\xb7\x14\xad\x94\x63\xc0\x47\xa9\x3e\x50\x5a\xa5\x20\x29\xe3\xb1\x9f\x4c\x9f\xb9\x19\xa0\x1c\x13\x4e\x69\x2e\xf4\x4c\xa6\xf0\xdc\x6a\x9e\x09\xe6\x60\x26\x4f\x16\x5f\x66\xda\xda\x61\x28\x48\x05\x12\x38\xcb\x65\x32\x13\x29\x3d\x27\x45\x09\x7b\x51\x48\x56\x08\xc0\x8f\x01\xb4\x92\x65\xb9\xa6\x44\xb4\x06\x79\xe4\xc3\x83\x56\x9e\xb8\x86\x75\x58\x41\xc1\x56\xc6\x96\xe3\xbf\x01\xa1\xd8\xf8\x3f\xc4\x39\x90\x80\xf5\xfb\x67\x5a\xd6\xf1\x37\xe4\x69\xfa\xd8\x36\x08\x6b\x20\x8c\xff\xe6\xab\xf6\x20\x85\x52\x1d\xad\xb0\x37\x66\x81\x73\x95\x6b\xe7\x41\x35\x4e\x84\xee\x4f\x11\xa5\xd1\x92\xe3\xbf\xbd\x9b\xbf\xf7\xa7\xa5\xd2\xec\xdd\xfc\x3d\xe6\xce\xc2\x21\x7b\x2e\x6f\x9c\xdd\xbc\x73\xb7\x3d\x18\xee\x83\xd1\xde\xe6\x0d\x39\xb1\xde\x8f\x8a\xb0\xc8\xcd\xe6\x86\x7b\x55\x2d\x91\x46\x3f\x03\xde\xec\x67\xf3\xdc\x0e\x86\x18\x86\xfd\x1c\x72\x10\xe9\xbd\x8f\x2c\xe1\x94\x5d\x0f\x7c\x9e\xe8\x67\xe4\xa0\xd7\xf2\x4a\x90\x11\x34\x8c\x47\xaf\x6f\x40\x50\x8c\xc2\x0d\x1c\x6c\x04\x4d\xac\xef\xc6\x0a\x6a\x52\xd8\x1f\xf1\x84\x46\x64\x1f\x56\x8b\xf0\xdf\xbe\xa3\x0e\x66\x03\xde\xbd\xf7\x35\x23\x1a\x5a\x0c\x17\x4b\x35\xeb\xba\x41\xa3\x13\xf4\x3a\x3c\xb8\x18\xee\x7f\x37\x54\x2f\x2b\x80\x76\x45\xf7\xb1\xff\xb8\x28\xc5\x75\x26\x97\x2a\x5f\xb3\x52\x4c\x33\xa5\x21\xfb\xd6\x75\xc6\x6d\xa1\x79\x37\x42\xb7\xb7\x11\xfb\xe1\x5c\xb6\xe3\xdf\x90\x3b\x64\xd2\x3b\x6a\xc5\xa0\x2d\xe3\xf1\x99\x69\x17\xd6\x8f\xe9\x3c\x2d\xb0\xb4\x09\xb5\xc4\x8a\x31\xf4\x87\xab\x0c\x92\xb1\x23\x18\xc1\x55\xe1\x08\xf6\x02\x01\x67\xec\x3b\x76\x10\x01\x7e\x21\xb5\x5f\x6f\x5a\x87\x0b\xf0\x94\x91\x75\x44\x37\xab\x55\x65\x79\x85\x4c\x31\xf0\x23\x6e\x39\x48\xee\x10\x9a\x47\x8d\xb5\x14\xa1\x71\x9a\xe7\x6c\x02\xb2\x82\x47\x97\x61\x80\x78\x1e\x52\xc6\xd5\xba\x48\x66\xa5\x2c\x60\xc7\x86\x2e\x63\x21\xf2\x5a\x7c\xf8\x51\x4a\x49\x72\xf8\xe1\xc5\x5a\x16\x82\xde\x8d\x4b\x30\x79\xd9\x33\x7f\x4b\x62\x5b\xd8\xe5\x99\x45\x0d\x9b\x98\xa8\x60\xc7\x05\xe3\xe5\x38\xd3\x25\x2f\xd7\x8e\x81\x2b\x25\x93\x8c\x63\x39\x47\xb0\xbc\x02\xf3\x0e\x52\x85\x6c\xa6\x5a\xb9\xd0\x1f\x72\xae\xf4\x89\xa3\xde\x22\x40\x56\xc0\x34\x12\x28\x22\x30\xd1\xa2\xb4\xb4\x6b\xbe\x50\x01\xb2\x21\xda\x63\x2c\x50\x81\xe8\x70\xd0\x4a\xd2\x76\xc5\x4d\xe4\x2c\xfa\xb5\x89\x21\x65\xbb\x19\xc1\x10\xeb\x67\x99\xd2\xdd\xcc\xb2\x6f\x23\xca\xc0\x0b\x2b\x53\xcc\x88\xf1\x86\x3c\x68\xa3\x60\x8b\x5d\x89\x2a\x02\xd9\xa7\xe2\x0b\x98\x73\x1d\x83\x55\xa4\x85\x94\xc8\x22\x11\x65\xc1\xe4\xb2\x54\x22\xbf\x16\x94\x02\x44\xdc\x24\x62\x61\xb9\x25\xf3\xa4\x0e\xc4\xeb\x8b\x97\xda\x32\x8a\x4a\xe8\x0b\x9c\x49\xd7\xcf\x18\x5c\x61\x32\x76\xdf\x57\x31\x34\xbd\xdf\x65\xef\xbb\x41\x35\xe5\x5b\x9c\x61\x38\xc2\x1e\x07\x90\xde\x0e\xfc\x07\x60\xac\xac\xc0\x42\x13\x99\xa6\x97\x8e\xa2\x32\x92\x2b\xd1\x29\xe9\x8e\x5a\x63\x55\x09\x9a\x09\xf0\x5f\x23\x3f\x26\x5c\x23\xf0\xa8\xe8\x6f\xf3\xce\xd4\xa7\x42\x27\x1a\x58\x75\xad\x0f\xd5\xd1\x89\xab\xa9\xdb\xc1\xab\xad\xdf\x57\x6a\x16\xba\x91\xee\x6d\xc6\xf1\x01\xb2\x90\x2d\x22\x2e\xaa\x39\xfe\xd9\x45\xdc\xb6\x54\xae\x2b\x5b\x5f\x90\x72\x96\xe2\x69\x3c\x93\xab\x13\xa8\x00\x4d\x7f\x9f\x67\xbf\x0a\xff\xd7\x85\xb8\xd1\xc7\xce\xed\x39\xcc\x02\xfb\xef\x66\x70\xb3\x86\xeb\x4c\xac\x90\x3b\xa2\x30\xed\xea\xc0\x29\x5f\x03\x37\x34\x78\x1b\xb6\x00\x6e\xaa\x06\x31\xe2\xc6\x71\xeb\xa7\x9a\xcd\x79\x56\x68\x9e\xd1\x03\xdd\xd6\x0b\xa3\x48\x06\x57\x3b\xd2\x70\xf2\x19\x57\x6c\xcc\x55\x96\x38\xf1\xd7\x7a\x6e\x43\x85\x16\x7c\xb3\x42\xaa\xf1\x6b\x51\x42\xe8\x06\x85\x25\xa7\x29\x95\x1f\x2f\xc5\x5c\x5e\x9b\xcf\xa5\x5c\x29\xaf\x99\x26\x12\x08\xd3\xd4\xe2\xb2\xcc\x88\x85\x84\x74\xb4\xb9\x48\xa7\x2e\xdf\x49\x53\xee\x62\x57\xd8\xd7\x87\x0a\xc3\x28\xb2\x08\xc6\x30\x44\x90\x0a\xc4\x0c\x18\x17\xf2\xb5\xd5\x5d\xc5\xdd\xb0\x2a\x26\x45\x34\x1b\x8e\x05\xe5\x60\xcc\x0a\x95\x8f\x03\xa7\x79\x83\xf9\x82\xdb\x56\x2b\x5e\x60\x32\x18\x51\xa8\xa5\xb9\xa4\x0c\x28\x78\x0d\xf2\x42\x6f\x9c\x5c\x9f\x65\xba\xa3\xc8\x3d\xb4\x14\x6a\x21\x0b\x95\x8d\x33\x7a\xf5\x20\xf2\x08\x5e\x09\x45\x39\x4a\x8c\x5d\x37\x7f\xe0\xdc\xfc\xbd\x77\xe1\x97\x0c\x61\x7f\xc8\x88\x64\xa1\x4b\x0e\x5c\x49\x31\x51\x4c\x64\x99\x08\x2a\xdd\x93\xdb\xca\x31\x54\xb2\x67\x51\xf2\x44\x67\x89\x18\x0e\xe1\x06\x1b\x00\x40\x4b\x9e\x44\x57\xb4\x47\x32\x37\x0f\xa1\x95\xa4\x9f\xcf\x09\xd1\xb0\xe0\x04\x9c\x25\x5e\x16\xc2\x2a\x13\x0d\x30\x72\x92\xb3\xf3\x03\x8a\xf1\x2d\x9c\x3a\xb9\x4a\x17\x76\x0e\xf3\xdc\x8e\x81\x13\x80\x4d\x4c\x78\x09\xb9\x01\xb9\x46\xc4\x1a\xc1\xe2\xa7\x8b\xe7\xcf\x4e\x31\xff\x03\xb8\x6c\x14\x76\x02\x39\x2f\xa7\x10\x60\x50\x80\xee\x40\x4e\x70\xea\x7d\x36\x93\x2b\x71\x2d\x4a\xcc\x13\x01\x70\x66\x7c\xb1\x10\x05\x3d\x28\x7c\xd6\x12\xc3\x3f\x0a\x03\xca\xad\x59\xe6\xf9\x2b\x49\xf4\x4f\x77\x19\xf9\xb8\x33\xce\x26\x62\xc5\xca\x65\x2e\x28\xd3\x1f\x56\x82\x1d\x32\x76\xca\x93\x99\xdd\x4e\x5b\xdb\xb0\x94\x50\x1d\x9a\xa8\x32\x41\x3d\x87\x59\x0a\xd3\x7c\xca\x3a\x37\x83\x52\xae\x3a\x78\xb0\x60\xf7\xa1\x1f\x8c\x68\x29\x03\x0b\xca\xb9\x8c\x06\xc8\xd4\x64\x89\x14\x95\x3a\x1b\x21\x26\x35\xa0\x13\x85\x34\x44\x4e\xd2\x85\x3d\xd3\xad\xc7\x8d\x51\x35\xa5\xac\x20\x1d\x1f\x62\xdc\xd1\xd4\x78\x5d\x21\x16\xa8\x1a\xe5\xaa\x4a\x61\x02\x1a\x8c\x30\x43\x5d\x80\x15\x0e\x2a\x34\x14\x4e\x08\xbc\xc1\x1a\x91\x8e\x82\x8e\x2b\x8e\x66\xd3\xb7\x99\x17\xa9\x8a\xa9\xb1\xe1\x78\x50\x89\xef\x7c\x6d\xb9\x0d\xd2\x8f\xe1\x5b\x6c\xce\x6f\xb2\xf9\x72\x6e\x03\x68\xa1\xb2\xa1\x99\xc6\x41\x55\xbc\xa4\x92\xf5\x28\xd0\x61\xeb\x13\x68\x0c\x2a\x75\x82\xe2\xcf\x3e\xb6\xb0\x65\x9e\x32\x45\x32\x9d\xe3\x27\xe7\x42\xd0\x89\xb6\x45\xf4\x63\xbe\xea\xbe\x35\x00\xb2\x02\x03\x0c\x80\x4d\x1b\xf9\x95\xa0\x41\x36\x43\xa4\x5f\x45\x51\x7e\x52\xb2\x39\x24\x89\xf0\xee\x64\x90\x16\x22\x4d\x41\xd7\x20\x0d\x6d\xca\x55\x9c\xd4\x8a\xa0\x1d\x98\x6b\xbf\x90\xda\xd0\xd5\x75\x96\xc6\xd2\x25\xed\x57\xa5\x4e\x62\x80\x87\x5e\xa5\x46\x85\x11\x3e\x93\x3e\xd8\x47\x06\x70\x7e\x79\x02\x65\xd0\xad\x0f\xa0\xd9\x02\x7a\xb8\x7a\x2e\x40\xd9\xe9\x41\x1e\x33\x2d\x8e\x21\x33\x88\x7b\xad\xee\xef\x5b\x6c\x47\x01\xcf\x0e\xc9\x01\x20\x2c\x27\xe8\xa7\xf7\x81\x1d\xd5\x76\xee\xb7\xdf\xd8\x37\x07\x21\x60\x77\x35\xca\x5c\x96\x7d\x08\x3e\x85\xa4\xa4\xa2\xcc\xb3\x82\x4a\x9f\xc5\x61\x9f\xca\x8d\xa5\xa3\x2b\x3d\xd2\x96\xc4\xb7\x7d\x17\xed\xd9\x43\xab\x4e\xed\xd9\x19\x9c\xd0\xe8\x90\xf4\x00\x4d\xe3\x74\x47\x27\x52\x96\x29\xe4\xd7\xf3\xe3\xe1\x4f\xaf\xec\xed\x1d\x8e\x87\xb2\x47\x97\xe4\x33\xbf\xbc\x42\xa6\x78\xd4\x38\x16\x91\xb3\x5c\xc1\xdf\x82\x38\x5c\xa6\x9c\x54\x00\x37\x68\x65\xcc\x33\xb9\x7a\x21\x53\x61\x30\x5a\x2c\xf3\x7c\xdb\x08\x6a\xc1\x0b\x2b\x94\xdc\x76\xa8\xb6\x71\xe4\x64\xa2\x84\xc6\x0b\x2f\xa0\x03\xb8\xb6\xc3\x9e\x3e\x31\x67\xd3\x78\x95\xc1\x5e\x02\xd0\xea\x70\x67\x62\x2a\x6e\xa8\x5e\x1b\x7a\x46\x82\x19\x41\x96\xa9\xf7\x8e\xf4\xbb\x62\xbe\x7f\x5c\x0a\x7e\xf5\x9c\xeb\x64\xf6\x4c\x4c\xb4\x03\xd7\xd8\xe2\x0c\x24\xe1\x8d\x4d\x9e\xa3\x47\xb9\x6d\x13\xbc\xd8\xcf\xa8\x32\x96\xe7\x74\x10\x7f\x88\x21\x9d\x5e\xec\xac\xe8\x2c\x5d\x79\x54\xdf\xe2\x63\xbd\x75\x43\xdd\x61\x22\x4f\xe4\x71\xf6\x8d\x6a\xc5\x1c\x8e\xb1\x7e\xc0\xf3\x6a\xc7\xba\xc2\x45\x82\x37\xea\x54\x68\x18\xb4\xa6\xc7\xa5\x49\x7a\xa2\x36\xcd\xba\xb5\x53\xdd\xaf\xf0\x0a\x5b\xa2\xbf\x0d\x4f\xf1\x22\xdc\xec\xeb\x33\x8e\x30\xe5\x78\x7f\x83\xf0\x79\xbb\xc5\xfe\x24\x68\xc3\x9b\x97\xdb\xb8\x98\xdd\xd7\xd2\xbe\x01\xbb\x2c\xe7\x6e\xdb\xf7\x16\x4e\xde\xc6\x05\x85\x1b\x16\x2d\xc6\x9a\x6b\xdb\xaf\xcf\x85\x28\xa9\xd2\x60\xf3\x65\x9c\xec\x70\x05\x07\x30\x5a\x17\xa2\x84\x3e\x09\x6e\x86\x0d\x25\x90\x2b\x77\x0a\x95\x42\xbe\x17\x96\xce\x8d\x38\x33\x75\x60\xdf\x53\xdb\x40\x33\x6b\x06\x8d\xda\x36\xf6\x2f\xe5\xaa\x4f\xeb\x1c\x54\x75\x76\x67\xf8\x60\xf0\x39\xcf\xe0\xd5\x10\x3f\xba\xc2\x22\x7a\x59\x9d\x0b\x04\x22\x34\x12\x84\x07\x74\x0b\x42\x00\x6b\xe9\x99\x5c\x6d\x26\x04\xdb\x4a\x75\x0f\x7b\xae\xa6\x75\xbc\x94\xf8\xd9\xa8\xe5\x22\x90\x50\x2b\x8b\x81\xea\x79\x61\xfe\xa7\xed\x44\x52\x39\xbb\xee\xc9\x15\xd7\x8d\xc6\xc3\xf7\x5d\x80\x99\xef\x11\x35\xc8\xf0\x45\x0a\xbd\x77\xc2\x87\x6a\x21\xa5\xe6\xf3\x4e\xba\xd9\x03\xda\xef\x78\xaf\xc9\x62\x0c\xf2\x1b\xa3\x5b\xb4\x86\x9f\x2a\x0e\xa2\xdd\x35\x1d\x2f\xec\x9d\x2f\x49\xfc\xdc\xb8\x0c\x4a\xc6\x5d\xd9\xd8\x52\xae\x82\x03\xd1\x34\xfd\x83\xbe\x19\xa4\x71\xfe\x78\x5b\xec\x38\xfd\xc6\x9d\x00\x08\x17\x56\x86\xbc\xed\x42\x54\x65\x25\xaa\x71\x29\xd4\x7e\xc8\x17\x8b\x7c\xdd\x8d\x7f\x84\xb5\xa9\xd6\x83\x98\xf3\x4f\x73\x0e\x1d\x9c\x5b\x1c\xc3\x85\x5c\x6c\x3d\x84\xd8\x66\xe7\x23\x68\xbd\xe1\xfe\x19\x4f\x21\x2d\xf5\x2e\x67\xb0\xf1\x26\x66\x03\x5c\xc5\xce\xe7\xb3\x09\x79\x9f\xf8\x88\x2e\x96\x6a\xb6\xe3\xf9\x04\x45\xf1\x2e\xe7\x72\x97\x69\x7f\xb2\xa3\x49\x0b\x68\x39\x97\xb0\xc7\xa6\xc9\xce\x47\xb1\x69\x1f\x7c\x3e\x00\xf3\xe5\xc6\x75\x39\x7a\x45\xe5\xc9\x85\x53\xa3\xb8\xd5\xd8\x77\xd3\xf0\x13\xee\x22\x36\xa9\xec\x23\x8c\x8b\x9c\x74\x03\xbb\xa5\x56\x3b\xb2\xdc\x3f\x04\x13\x6a\xf8\x87\x50\x86\x43\x8a\x6a\xc6\x0a\x91\x88\x73\x40\xc8\xd8\x11\x3b\x78\xc4\x32\xf6\x1d\x4e\x8a\xc4\x67\x96\xdd\xbf\x1f\xd5\xf1\x6a\x46\x21\xbb\xcf\x32\x8b\x46\xf5\x2e\x7b\x5f\xf7\x3e\x20\xfe\xc8\x6f\xc1\xdd\xb7\xa1\x32\xd0\xcd\xb5\xb0\xc1\xda\xbd\x10\xb2\xbf\x8d\xe8\x43\x68\x4d\x34\xb5\x03\xff\x23\x2c\xff\xd9\x97\x44\x03\xa9\x61\xd4\x6b\x64\x57\x18\xfe\x57\xb9\x60\x1c\x8a\x9b\x28\x74\xd7\xab\x26\x6a\x5e\x39\xbf\xe0\x29\xc0\xb5\xd8\x64\xb9\x89\xac\x2a\x4a\x68\xd5\xa8\x20\xd2\x92\xa1\x46\x08\x9f\xea\xb9\xe0\xa5\x62\x72\xa9\xb1\xe4\x88\x41\x62\x49\x4a\xdc\x94\x6b\x6e\x61\x1e\x63\x12\x2c\x0a\xde\xa5\x53\x2f\x4b\xaf\xa7\xa4\xb4\x3e\x60\xef\x0c\xf4\x2c\xce\xaa\x94\x29\xd0\x20\xe7\x59\x0a\x6e\x4e\x60\xe1\xe7\x99\x12\x98\x75\x4a\x25\xcb\x52\x78\x93\xef\x16\x6e\x60\x91\x71\x52\x55\x7d\x35\xf9\x80\x55\x5e\x51\x66\x9f\xac\x46\x6c\xb3\x36\x6b\x83\x02\x6a\xa3\xba\x28\xd8\x37\x5f\x8f\x33\xa1\x82\x99\xf6\x68\x10\x7a\xb6\x1d\x5d\xd8\x9e\x13\x3b\xbf\x8d\x2b\xb4\xf3\x1f\x66\x45\x21\x4a\xb0\x22\x1c\xb1\x4e\xa7\x65\x95\x44\xb1\x4e\x1b\xd9\xed\x80\xe3\xa5\xd9\xce\x49\x2e\x57\x9d\x2a\x76\xfc\x22\x0f\x1e\xb5\x60\x96\xde\xb7\x1b\x5a\x58\xe8\x66\x1d\x3c\x57\xc2\x39\xb9\x18\xda\x79\x14\x3e\x9d\x63\x25\xea\x30\x53\xa4\xa5\xee\xf6\x7c\x39\xd2\x1b\xed\x16\x18\x59\xb7\xe9\x17\xb0\xcd\x82\x62\x62\x96\x69\x01\x69\xc3\xea\x6a\x23\x6f\x6f\xc7\x8a\xf3\xe8\x50\x0c\x4e\x0a\xb2\x00\x85\xfb\xb5\x28\x95\xcb\x73\x0d\xaa\x75\xd8\x13\x48\x58\x6c\x98\x98\xe0\x7d\x17\xc3\x8d\x60\x20\x1d\x5b\x47\x41\x45\x02\xca\x6c\x25\x4a\xae\x84\xf3\xc0\x1b\x5a\xd7\x1e\x02\x7e\xd4\xa4\x38\x1e\xd2\xaf\x8f\x9a\xf5\xca\x43\xdf\x99\x50\xd9\xdc\x4c\xad\x8b\xe4\x04\x26\xdf\xed\x39\x74\x83\x76\xb6\x79\x54\x74\x86\x3d\x41\xcd\xad\x28\xbb\xe6\xe7\xb6\x93\x32\x04\x83\x43\x7a\x32\xcb\xf2\xb4\x6b\x60\x56\x1b\xba\x43\x23\x53\xe1\xbd\xcc\x5a\x17\xb2\x65\xc5\xf1\x52\x82\x53\xf6\x9c\x97\x57\x11\x5f\x04\x81\x0f\xdc\x64\xc0\x18\x4d\x54\x27\x5c\xae\xa7\xc2\x50\x88\xa1\xf7\xd0\x46\x04\x9a\x7d\x47\xa1\x10\x77\x48\x99\xaa\x53\xda\x77\xcc\xf0\x83\xa9\xaa\x4b\x48\x04\xe8\x75\x7f\x06\x32\x19\xdb\xd1\xd2\x7e\x25\x14\xcb\xb4\xe1\x7f\x98\xa0\x1d\xee\x9e\x44\xce\xc7\x66\x18\xbd\x82\x9c\x59\x90\x2b\xcb\x0d\xe9\x8c\xf8\x0e\x24\x78\xbf\x5a\x1b\x7f\x3c\x5f\x8c\x60\x74\x65\xc3\xdc\x05\x6c\xd3\x12\x0a\x33\x4d\x32\xaa\xc5\x8b\x1a\x32\x0a\xc9\x01\xab\x9f\xfd\x09\x52\x6d\x73\x6d\x0d\xab\x8b\x32\x43\x85\x6f\xac\xa5\x77\xdc\x9c\x42\xee\xe7\xf3\x4c\xa3\x2d\x32\xc2\x5e\xdf\x3a\xe0\x63\x66\xf6\x45\x29\x12\x91\x5a\x57\x8c\x52\x58\x28\xb0\x39\x21\x3b\x04\x4b\xbc\x64\x1c\x32\xc6\x54\x66\xbd\x91\x4b\xc2\x44\x9e\x65\x85\x78\x19\x70\x98\xed\x9c\x52\x09\xdd\xca\x00\xd1\x67\xbf\xfa\xb8\xcf\x65\x12\x5c\xc2\x0a\xbc\x69\x19\xc7\x5c\x54\x40\x75\x4e\xfb\xdd\x2a\xd9\xd8\x37\x01\x24\x4e\x43\xeb\x4e\xf5\x0d\x11\x48\x32\xc0\x52\x2b\xcd\xfd\x00\x1b\xd5\x98\xad\x97\x23\x29\x12\x0d\x90\xc0\x8b\xb4\x59\x7f\x4e\x3c\x35\x91\x85\x92\xb9\x18\xae\x78\x59\x74\x3b\xc7\x3e\x23\x26\x54\x21\xa9\x10\x87\x2c\x98\xc0\x12\x42\x38\xad\x4e\x54\x24\x3a\xf2\x70\x32\xc8\xf8\xfe\xa8\x45\x77\x5f\x19\x5b\x94\xa5\x2c\xbb\x1d\x73\x0f\x1a\x71\x45\x4e\xd8\x18\xea\x80\xa1\x7f\x23\xbe\x79\x60\x18\xd8\xfe\xb6\x77\xfb\x61\x70\x5f\xd8\x19\x7c\x67\xa4\xa1\xdf\x33\xd8\x41\xb4\x28\xaf\xe8\xad\xdf\x37\xcd\xc3\xa0\xca\xb9\x69\x24\xda\xa6\x47\xd4\x8b\x6e\xd8\xba\x02\xba\xbe\x30\x6a\xdc\xbe\xb6\xdb\x0e\xea\x17\x79\xab\xbb\xbd\xc4\xd3\x56\xdb\x92\x77\xa5\x5c\xbd\x7f\x14\xdf\x48\xd4\x76\x08\xaa\x67\xb8\x57\x9c\x46\xfd\x33\xb8\x60\x68\x25\x95\xe6\x72\x55\x88\xf2\x89\x8d\x4a\xc1\x2b\xec\x42\xdc\x68\xf3\x63\xb7\xd3\xf1\x5b\x05\xad\x1b\x6f\x2d\xe7\x09\x48\x77\xc8\x49\xb0\x6a\x4f\xab\xb8\x90\xa3\x26\x66\x12\xfa\xe6\x55\x09\xa0\x51\x4e\x1a\x34\x88\x57\xde\xa1\x2f\xbc\xa2\x83\xcb\xf4\x11\xfd\x5c\x9d\xe5\x2d\xc7\x09\xbc\xfc\x22\xc9\xa9\x51\x1a\xa6\x75\x6f\xdc\x7d\x90\xaa\x43\xbe\x02\x58\xc3\xd7\x40\x37\xdc\x39\x83\x62\x32\xda\x1e\x31\x37\xc3\x68\x39\x8f\x5c\xc3\x15\x99\x94\x9a\xac\xe7\x43\x03\x15\x6c\x4e\x7e\x13\x03\x4a\x19\x9a\x3b\xfe\x3c\x1b\x43\x94\xd0\x6f\xbf\x11\xa8\xef\x69\x6c\x8f\xe7\x56\x69\xa5\xf6\xb3\x97\x80\x11\x86\x6d\xe2\xb9\x1a\xe1\xa7\xba\x3b\xf7\x8f\x70\xf4\x47\x21\xe9\x56\xe7\x58\x8f\x70\x20\x93\x98\xf5\xc1\x08\x52\xf0\xf8\xe0\x0e\x28\x74\x92\xf0\x52\xe8\xb0\xa2\x82\x0e\x85\x21\x70\x49\xab\xbf\x13\xdb\x6f\x8e\x75\x91\x9c\x5b\x58\x27\x00\x3a\xf4\x1b\xb6\xbf\xd0\xa5\x5a\xae\x09\x93\x3e\x73\x53\x22\xf3\x9c\x2f\x94\xe8\x56\x51\xdb\x6f\x22\x78\x64\x5a\x09\x64\x40\xea\x4e\xb2\x52\x4c\xe4\xcd\x53\xc8\xe2\x98\x9e\xda\xd7\x60\xe0\x71\xfb\xc3\x0f\xe0\xb3\x89\x7e\xee\x10\x8e\x43\x6d\x20\x72\x6e\x26\x48\x2e\xcb\xcc\x3b\x6b\xd2\x67\x25\xa7\x94\x86\xbc\xc0\x02\xf8\x85\xd4\x16\x14\xd5\xdf\x74\x56\x6d\x9a\xf6\xb0\xb6\x11\x8b\x3c\xd3\x5e\x0c\x83\xfd\x43\x79\x6f\x25\xe1\x2f\xa7\x52\x33\x52\x40\x41\xd4\x61\xaf\xff\xb0\xa6\x95\xf9\xfb\x47\x68\x63\x5a\x3f\x79\xf9\x9c\x4d\x4a\x3e\x85\x44\xcc\x9d\xef\xd2\xec\xfa\xfb\xef\xd4\x82\x17\xdf\xff\x24\xf2\x5c\xb2\xb7\xb2\xcc\xd3\xef\xf6\xe1\x9b\xef\xf6\xcd\xaf\x1d\x0c\x3e\x60\xca\x4c\x08\x30\x0a\x1e\x76\x5c\xa9\xc8\xc3\x02\xab\xc3\xd8\x43\x26\x27\xec\x2b\x5b\x77\x65\x05\xc1\x92\x90\x9b\x15\x3d\xce\xdc\xf0\x28\x6a\x8e\x8d\x7c\x2a\x46\x0d\x93\xb1\xf3\x80\xff\x36\xcc\x0c\xfd\x22\xed\x14\xc0\x6f\x8b\x63\x8d\x1a\xef\x20\x83\x09\x2a\x70\x0e\xde\x81\x1d\xea\x45\x04\x82\xf9\x8a\x16\xa1\xa0\xba\x6a\x28\x9f\x6b\x39\x18\x8b\x01\x2c\x1e\x37\x21\xf0\x86\xb3\xae\x26\xa2\xf4\xa9\x3a\x2c\x3c\x74\x45\x41\x47\x5f\x83\xaf\x9c\x27\x22\xc5\x27\x80\x96\x0d\x2a\x3a\xf3\x72\x36\xd8\xfd\x88\x3d\x9d\x37\x0b\xd4\xbf\xc9\x33\xdd\x2c\xa9\x11\xba\x23\x9f\x14\xbb\x28\xd3\xdb\x3b\xa0\xe0\x0a\xf0\xa1\xe9\x9c\x27\x92\x64\x59\x6e\x3e\x96\x6e\xd3\xc3\xe3\x68\x40\xf7\x23\x9e\x66\xd8\x26\xc4\x0e\xbc\x08\xf8\x4c\x92\xcb\x42\xc0\x65\x08\x57\x73\x2f\x7a\x77\x9f\xa0\x66\xc2\xb6\x0d\xbe\x32\x67\xb3\xfa\xdd\x26\x6e\x7c\xbe\x1c\x2b\x5d\xd2\xa4\x0e\xdc\xbc\x0c\x18\x37\xa5\x0a\x2c\xf4\x9b\x86\x90\x27\x8d\x8f\x4d\xfa\x2d\xe8\x4d\xd7\x6f\x23\x88\x9e\xe3\xa9\xc3\x05\x37\xec\x0e\x1a\xa0\x7a\xea\x31\x04\x24\xf8\x7e\xfd\x1a\xd3\x75\x21\x34\x9f\x55\x97\xd9\x0c\x17\x75\x26\x91\xe4\x10\x30\x8a\x53\x74\x02\x46\xe2\x33\xe4\x05\xbe\xcd\xd9\x62\x21\x52\x57\x19\xcf\x7b\x1f\x25\x39\x9f\x2f\x3c\xe5\x87\x6e\x87\x1b\x09\x61\xce\xd7\x63\x71\x92\x67\x0b\xf2\x12\x6b\x54\x0b\xdd\xe2\xf2\x6c\x12\x65\x1c\xce\x11\xc6\x77\x1b\x04\xd9\xc0\x5d\xcd\xb0\x64\x28\xdb\x5d\x48\x8d\x21\x8d\xb0\x7a\x08\x8e\x1f\x2f\x35\x96\x95\xc5\xaf\xf9\x7c\xe1\xe2\x20\xb6\xbb\x4b\xb4\x0e\x7e\x7b\xf7\x89\x46\xc1\xb9\xd7\x70\xdb\x37\xc9\xb5\xe6\x41\x18\xdd\xf3\x95\x07\xcd\xfe\x3e\x3b\x37\xec\x48\x4e\x26\xb1\x9a\x16\x57\x82\x21\x30\x86\x13\xc1\x1e\xb2\x52\x28\x8d\xe5\x21\x58\xce\xb5\x70\x6a\xa1\xdd\x65\x3b\xeb\x9a\xf6\xdc\x9a\x9c\xfd\x9b\x14\x3d\x41\xc0\x75\xdb\xbe\x16\x3f\x19\xb2\xac\x3f\x1c\x1a\x41\x6c\xa9\x0e\xd4\x1b\xf0\x92\x3c\x6c\x2d\xde\xc0\x25\xee\xf6\xb4\x58\x21\xc4\x06\x39\xec\x3b\x82\x6a\xe6\x54\x97\x5f\xf1\x81\x7f\x3b\xc6\xe5\x82\x37\xea\x92\xcb\x41\x93\xf0\x42\x71\x45\x7e\xf7\x2d\x4a\xf2\xdc\x0a\x06\x50\xdc\xca\xef\xcc\xb0\xf9\x4d\x14\x1f\xbf\x47\x0d\x5a\xba\x70\x51\x91\xd4\xd8\x2c\x65\xdb\xa7\x4e\x03\xc3\xda\xf0\xb8\xa8\xcb\xa3\xf6\x41\x1b\x51\xe4\x77\x1b\xb9\xc1\xd3\x48\xbf\xbd\xe2\x18\xcd\x95\x45\xde\x89\x3e\x89\x37\xd8\x74\x04\xf0\xc6\x22\x38\x10\xca\x09\x69\x5e\x64\xbd\x8b\xb3\x54\x38\xef\x5e\x4d\x51\xbc\xbf\x1f\xd4\x92\xcd\x85\x39\xba\x46\xd2\x23\x97\x14\xeb\x79\x41\xa7\xb7\x59\x97\x56\x25\xbb\x4d\x6c\xe3\x63\xa3\x71\x9a\xb2\xd1\xc7\x42\x7b\x90\xc8\xc3\x69\x55\xbc\xe3\x7c\x20\xd9\xc3\xc9\x8b\x9c\x90\x01\xfa\x7f\xc8\x25\x8a\x47\x20\x30\x36\x5c\x19\xdd\x1e\xd1\x66\x56\x30\x59\xa6\xb6\x3c\x5b\xb6\x08\xb4\xa5\x1e\x7e\x41\x3c\x3b\xa6\x64\x1b\x55\x94\x29\x2c\x36\xb8\x5c\xb8\xcb\x0c\xc3\x63\xb4\xa4\xc8\x84\x7c\xed\x42\x8f\x28\x5c\xae\xa6\x6a\x35\xb0\x70\x85\xd1\xbd\xd7\xa0\xda\x8b\xe3\x77\x5b\x6c\xc5\xe8\x35\x1f\xbd\x5c\x74\xe9\xef\x46\x4f\xf4\x2d\x6f\xec\xb8\xd1\x05\x5a\x14\xfc\x17\xb1\x94\x74\x67\x0b\x8b\x33\x3b\x98\xab\x11\x62\x61\x00\x3d\xc8\xd7\x5c\xd9\x46\x58\xc9\x78\xcd\x16\x25\xa4\x78\x86\x7c\x41\x72\x2e\x18\x14\x3f\x2f\xa6\x08\x64\xe5\x8c\x1c\xca\x06\x5b\x52\x56\x01\x50\x3b\x97\x69\x08\x0c\x07\xe0\x33\xc1\x21\x60\x5e\x67\x73\x61\x39\x93\xd2\xa5\x75\xe4\xb4\xb2\x19\x7d\x03\x18\xb4\x73\x7e\x01\x16\x0f\x33\xe1\xd5\x8c\xeb\xbe\x3d\xd1\xe0\x9e\xe4\x22\x47\xa1\x92\x6d\xc8\x0d\x9c\x8f\x36\x24\x94\xbe\x16\x08\xcb\x60\x89\x72\x14\xcc\x97\xc9\xac\xc5\xb1\xdd\xca\x03\xf7\x8f\xdc\x1c\xed\x64\x9e\xc9\x04\x22\x8d\x93\x99\xa8\x98\xd7\xdc\x5b\x2c\xd6\x3b\x34\x29\x44\x2c\x07\x47\x63\x84\x95\xe1\x71\xfa\xf4\xd7\x5c\x70\x23\xe1\x05\x79\xd6\x44\x91\xc6\xfb\x34\x44\x30\x50\xcf\x2f\x9b\x2f\xf2\xcc\x2a\xd4\x63\xe1\x8f\xeb\x6a\x77\xfa\x0d\x24\x4e\x7b\x49\xe0\x5c\x5e\xda\x59\x6f\xb9\x3c\x3d\x75\xf6\xd8\xc0\xe9\x28\xac\xee\x2a\x82\x15\xe8\x04\xf7\xf7\xd9\x31\x2b\xc4\x14\x53\x7a\x95\xf1\xf2\x7d\x32\x9f\x46\x2f\xfd\x85\xcd\xf0\x24\x8a\xd4\x02\xb3\xcb\xf1\x51\x27\x92\xbc\xd6\xc0\x7e\xc1\xd8\x5b\xd1\x31\xd7\x23\xd1\x66\xe0\x3e\xe2\xc9\xb9\x42\xd0\x43\xaf\x0f\x52\x2d\x76\xbd\x41\xb4\x3e\x1b\xeb\x0b\x31\x02\x99\x0a\x40\x05\x25\x4a\x13\x69\xde\xe4\x5a\xe4\x6b\xb6\x2c\x20\x34\x34\x1d\x32\xf6\xda\xc6\x78\xf4\x83\x42\xeb\x3e\x50\x19\xa2\x41\x20\xbb\xaf\x2e\xb3\x2b\xa1\x67\xa5\x5c\x4e\x67\xf4\xa8\x1d\xfb\x6a\xbc\xb2\x08\x06\xed\x7b\xc9\xaf\xa3\xd9\x52\x09\x87\xab\x82\xe8\x55\x2a\x7c\x38\x2b\xcc\xf8\x93\xa7\x94\xd7\x06\xec\x49\x56\xab\xd5\x68\x18\xf5\x31\x29\xbf\xfd\x16\xc4\x9e\x36\x9a\xcf\xa2\x29\x6f\x6d\x1e\xd4\x99\xdf\xda\x76\x95\x00\x2b\x8d\xda\x7d\xd6\xd4\x90\xab\x24\xcb\xea\x6d\x9b\x9a\xea\x2c\x17\x4f\xb8\xe6\xec\x33\xb4\xab\xf7\xbc\xd0\xbf\xbf\xcf\x1e\x0b\xb8\xdc\x0c\xde\x12\x51\xf0\x32\x93\x7d\x2b\x5c\x83\x9e\x67\x51\x0a\x6d\xb3\x39\x23\x57\x64\x2b\xf3\x00\x0f\x0a\xe2\x7a\x60\xb2\xcc\xa6\x18\x3d\xeb\xce\x30\xa8\xb4\x74\xc9\x8e\x0c\xcd\xdd\x37\x1f\xa3\x30\x6a\x12\x8a\xec\x6d\x60\x0e\xe1\x05\xe4\x15\x3a\x62\x5f\xc4\x4b\x43\x5c\x84\x8d\x9b\x90\x65\xdb\x05\xcd\x5a\x50\x45\xff\xc2\xab\x28\xcb\xc5\x2e\xed\x80\xc6\x01\xcb\x4f\xcc\x85\x80\x41\x64\x3b\xf5\xf1\xa4\x00\xe6\xd7\x78\x27\xce\xb1\x4c\xf6\xd8\x6e\x48\x3f\x0e\x49\xa0\x68\x6c\x4e\x26\x50\x47\xdc\xd5\xe3\xcd\x5a\x6e\x57\x76\x14\x62\x1a\x2e\xe2\xfb\x66\x53\x9a\xc3\xda\xcd\x6d\x2a\x4b\x37\x93\x95\x70\xf1\x99\x49\x18\x29\x68\xf5\x39\x1b\x66\x83\xec\x86\x24\x84\x60\x6a\x1b\x4d\x0d\x6e\x5a\x6d\x8e\x19\x81\x5a\x02\x81\xf7\x43\xd8\x55\xcd\x04\x6b\xd6\x4f\x47\xc2\x0b\x82\xd9\x41\x5d\xcd\x8e\x58\xcc\x25\x1f\xd5\xf0\x4e\x62\xce\x4a\x45\x8f\x5c\x94\x50\x0a\xb9\x82\xd8\x6c\xcc\xbe\xe5\xf4\x1c\x98\xd9\x80\xae\x33\x14\x97\x9d\xe4\xda\x7c\xb3\xb1\xda\xbd\x16\x1b\xcf\x9a\x78\x01\x38\x57\x08\xe5\xbd\x12\x82\xbb\x2e\xb8\xc8\x2e\x48\xe3\x07\x42\x2b\x65\x83\x24\x75\x9f\xab\x2b\x98\x15\xcd\x93\xaa\x5f\x92\x47\x47\xfe\x96\xdc\x40\x9d\x55\xe2\x6c\xe4\x15\xf2\x56\x20\x0d\xe3\xb9\x5f\x01\xdc\x48\xee\x6d\x10\x82\x33\xbd\xed\xcd\xeb\x41\x84\x2a\x3b\x4c\x8b\xc7\x3c\x1f\xbc\x7f\x2b\x40\x81\xe2\xcf\x91\x51\xd3\xf3\x39\x14\xe5\x58\xa3\x3e\xe5\x22\xde\x2b\x2b\x90\xad\x4a\x69\xa4\x60\x48\xe8\x60\x63\xc9\xed\xce\xa3\x2e\x3a\x24\x4c\x04\x35\x16\xd3\x0c\x33\x2d\xcb\xb2\x45\xf2\xea\xe3\x3b\x14\x22\xd3\xd3\xbf\xf1\x24\xe2\x60\xe6\x89\xc3\xef\xd1\xab\xd4\xe0\x39\x03\xa1\xb3\x48\xc1\x15\x6d\xe8\x72\x76\xd4\xb7\xda\xc8\x58\xe4\x4f\xed\xe7\xd0\x3c\x38\x4b\x66\x22\xb9\x22\xc3\x0f\x66\x34\x62\x0a\x59\x82\x17\x83\xec\x2f\xd6\xbc\x15\x31\xa8\xca\x8f\xde\x2c\x56\xed\xf5\xf9\xe7\xb1\xbe\x63\xdb\x99\xab\xf4\x0f\x6e\x81\xca\x2f\x11\x2d\xe2\x1e\x6f\xe0\x66\x8d\xf3\x6d\xe1\x64\xd5\x17\xc9\x86\x81\x7b\x1b\xcc\x73\xa0\x5c\x11\x91\x06\x66\x8b\x17\x14\x3e\x7d\x76\xe2\xeb\x04\x38\x64\xec\xf5\xae\xce\xd4\x28\x56\x9e\x7d\x37\x2e\x79\xe3\x01\xd9\xcc\xb4\x3c\xd9\x6d\xa0\xf6\x80\xe0\xc0\x24\x52\x23\xb6\xd0\x8e\x7a\xd4\x72\x5b\x79\x22\x0b\x5b\xdf\x96\xc0\xc2\xeb\x2f\x30\x84\xfb\x6f\x1b\xd9\x64\xcb\xef\x1b\x28\xae\x36\xf1\x1d\xa9\xcd\x13\xc1\xff\x41\xaa\xaa\xcb\x08\xdb\xc8\x8a\x1c\x1b\xa9\xf6\x0b\x66\xce\x72\xaf\x2f\x4c\xf0\xc9\x8b\xb5\x7d\x7e\x85\x8f\xa5\x99\x28\xcd\xe3\x05\x0a\x6b\x65\xba\xe3\x94\x72\x53\x49\xce\x65\x5e\x9a\xaa\x29\xc2\x3c\x1a\xb7\x19\xef\x71\xae\xcd\x2e\x42\x35\x79\xce\x30\x75\x25\xe7\x02\xcd\x69\x51\x7d\x9c\x26\x79\x83\x9e\x9b\x08\xc9\x8a\x82\x68\x80\xcb\x74\xcd\x8a\x0b\x09\x80\xd0\xb1\x79\x09\x7b\xe9\xcd\x8a\x66\xa8\xb1\xd0\xab\x30\xa9\x80\x37\xc9\xb5\x5d\x7e\x77\x27\x89\xbb\xb0\x99\x9a\xfc\xb8\x99\x32\xb6\xb0\x9b\x40\x57\xf9\xd2\xfb\x78\xd3\xb3\xb4\xa6\xae\x6c\x76\x44\xff\x1f\xac\x86\xac\xe4\xef\x68\xd5\x44\xce\xf9\xcd\x33\x74\x4d\x6b\xf6\xea\xda\x64\xfc\x21\xc5\x80\x03\xd1\x0b\x8e\x10\x7b\xa7\x74\xf9\xde\x19\x7a\x57\x1b\x75\x7a\xb7\x90\xbc\x6b\x26\x1a\xcf\xe6\x37\x59\x5f\x9c\x85\xb7\xc1\xe5\xe9\x08\xc8\x2e\x92\xe3\x33\x15\x04\x16\x38\xed\x0a\x67\x85\x1c\xc8\x45\x1f\x9f\xf8\xf3\x8a\xd1\xcb\x47\x99\xb4\x32\xa3\xd8\x13\x67\xb3\x92\x71\xd5\x7a\xeb\x42\xbf\x54\xe4\x42\x8b\x93\x19\x2f\x55\xf7\x39\xd7\xb3\xe1\x3c\x2b\xba\x94\x7e\xc9\x6f\x88\x3f\x86\x51\x8a\x17\xc4\x7a\x70\xc2\x7e\x90\xe5\x8a\x97\xe9\x00\xa1\xa2\x62\x88\xdc\x83\xc3\xfc\x2d\x3b\x1d\xba\x0b\xf2\x6c\xd0\xae\xc0\x1a\x31\x46\x04\x9e\x46\x05\xc6\x14\xa6\xc2\x17\x29\x94\xc0\x83\xfc\x4d\xf9\x9a\xf1\xc9\x44\x24\x1a\x52\xd5\x54\x15\x79\x82\x29\x3e\x17\xd6\xc3\xba\x7e\x10\x37\x04\xe3\x44\x19\x3a\xe4\x24\x04\xad\x25\xcd\xce\xba\xaa\xb8\x3c\x39\x2d\x76\x72\x04\x32\xcf\x8a\x65\x83\x82\x79\xd8\x9e\xe4\xa0\x3a\x87\x8a\xae\xd2\xe5\x96\x24\x5c\x6d\x3c\xe2\x01\x09\xb4\x04\x96\x6e\xb0\xe2\x3d\xda\x51\x27\x1d\x1a\x84\xe1\xc7\x9d\xcc\xc2\x8c\xd0\x7e\xc4\x1c\x6d\x52\xbc\x6a\x13\x8f\x69\x80\xef\x3d\x23\x82\x5c\x05\x84\xd1\x03\xef\xda\x79\xed\x13\x1f\x58\xf3\x01\x2f\x35\x12\x7f\xdf\x88\x9d\xcf\x28\x71\x45\x6c\xa6\x64\x9f\x7f\x1e\x06\x45\xb1\xb0\xdb\xad\xdc\xfd\x3e\x81\x77\x4a\xf0\xd4\xdd\xad\x2b\xed\xd8\x7d\x17\xa7\x65\xba\xba\xa5\xde\x6a\xfa\x94\xcc\xe1\x28\x5a\xff\x20\xc4\x9b\x95\xab\xa5\x55\xdc\x87\x2d\x3f\xff\x3c\x18\xf7\xf3\xcf\x63\x2c\x1e\xf9\xdf\x22\x7d\xdd\x0b\x19\x12\x3c\x28\x45\x2d\x63\x58\xd1\xe3\xb7\x0c\xf4\xe4\x28\x42\x95\xe0\x87\x38\xe6\xe3\x7c\xcd\x74\xb9\xb6\x6a\x7a\x00\xe8\xce\x2e\xb0\xad\x38\x1d\x13\x26\x05\x5e\x65\x69\x70\xca\xbc\x64\x66\xd3\xdc\x45\xca\xd8\x86\xc6\x20\x88\x12\x7f\x07\x7d\x8e\x11\xde\x20\x47\xa8\xf3\xca\xab\xe9\xee\xe0\x8b\x5b\x08\x5e\x1d\xd6\x71\xc2\xfd\x46\x77\x22\x07\xb8\xc5\x9d\xa8\x85\x2c\x31\x4e\xa9\x4a\x2a\x07\x4e\x09\x67\x29\xe1\xb0\xe1\x4d\x81\xda\xc5\x16\xa7\x51\xa4\x8f\x00\xe8\x11\x3b\x30\xc4\x00\x88\xfb\xac\xce\x78\x62\x17\xe3\x2d\xde\x4d\x8c\xbc\x84\xbd\xdb\x2a\x4d\x06\x7f\x92\x75\x15\x9e\xf7\x82\xa8\x49\x9f\xd9\x84\xe2\x41\xb8\x8d\x0f\x28\x64\x01\x25\x03\xdc\x13\xa2\xe2\xea\x41\x5e\x09\x56\xbb\xfe\xd9\x11\xfb\xc2\x2c\xed\xb3\x4d\x92\x46\xe8\x68\xbc\xd5\xcc\xcb\xaa\x9a\xfc\xaa\x92\x63\x93\x9f\xf0\x36\xa5\xcb\xdd\xde\x43\x81\xe2\x6d\xc3\xbc\x36\x5a\x23\x02\x8a\xdc\x71\xfe\xbb\x3e\x89\x0f\x1a\xd5\x90\x06\xd5\xb0\xa1\xed\x3e\x2d\x3b\xba\xe8\x6f\x0f\x33\x73\xe3\x6c\xd2\x90\xbb\x46\x3b\x2d\xa6\xf5\x05\x1e\x1e\x88\x8a\x36\x07\x68\x9d\xee\xc3\xf2\x3a\x96\xe5\xb2\x22\x55\x94\x3c\xe7\x97\xc1\xd9\xcb\xb7\x58\xda\x16\x1e\x1b\x41\x46\x34\x1f\x7f\x0f\x8d\x40\x66\xb1\x85\x57\x6d\xf5\x95\xe8\x81\x52\x95\xb0\xd0\x47\xd5\x08\x62\x38\x0a\xb8\x83\x4f\xb3\x82\x29\xc1\xcb\x04\x73\xe1\xf9\x14\x3e\x72\xe2\x02\xc8\xbc\x68\x84\x20\x8c\x5c\x44\x20\x28\x5b\x23\x6f\xd1\x56\x5a\x08\x1b\xf3\x40\x99\x47\xd2\xb9\xb9\x89\xce\xe4\xea\x43\x63\x36\x0a\x92\x04\x4a\xb9\xaa\xd2\x75\xa8\x33\x62\x0d\xbf\x0f\x67\x5c\xb5\x3b\x54\x04\xde\x4f\x18\xb6\xd0\x74\x2e\x3f\x06\x1b\x27\x57\xd1\xce\xfd\x08\x21\xd3\x36\xfd\x24\x62\xdf\xe3\x00\x2e\x1c\x1b\xa9\x75\x8e\x3b\xa4\x76\xdd\xa2\x1f\x62\x72\xa8\x6f\x85\x4d\x5a\x0e\xd2\x3b\x05\x0b\x87\x2d\xb7\xa2\xdc\x74\x6c\x46\x37\x39\x9c\x91\x75\x67\x6f\xef\x51\xb4\x05\x01\xd2\xac\x75\xcd\x2c\xb2\xa6\x4a\xa3\x08\x98\xdd\x76\x20\xdc\x83\x1a\x6f\xa9\x70\x0f\xa8\xc3\x1c\x04\xa4\x44\xfb\x83\xa6\x8f\x5a\xda\x33\x55\x25\xd8\x22\x01\xdf\x31\x4b\xa8\x74\x9f\x34\x6c\x06\xdc\x63\x2f\xc8\xfe\x37\x15\x76\x4f\x1c\x80\x09\x3e\x65\xaa\x67\xa4\xd2\x4a\x4e\x48\x83\x6a\x6b\xe7\x53\xc2\x4c\xc8\x22\xbd\x75\xbb\x7e\x39\x93\xab\x63\x02\x55\x73\xe7\x8e\x8e\x48\xe8\xd3\x07\xea\x55\x6b\x6d\x7e\x61\x1e\x61\x47\x47\x47\xac\x03\x33\xeb\xf4\xea\xc8\x0c\x03\x4d\xfc\x2d\x5f\x39\x02\x18\xeb\xd2\x80\xdf\x20\xd2\x13\xbc\xf7\x90\xce\x83\x47\x9b\x61\x12\x74\xff\x53\x13\x8b\xf4\x5b\x1f\x0e\x42\xae\x8e\x19\x8e\x3f\x23\x9b\x37\xd0\x87\x1d\x4e\x36\xba\xe6\xbf\x0c\xdc\xf2\x23\xfa\xa8\x3d\x14\x5f\xdd\x7d\xed\x1b\xf7\xdd\xc2\x7d\x9b\xe9\x99\x55\x23\x55\x8f\x6c\x9f\xd5\x7d\xfa\x7d\xf8\x5b\xf8\x0c\x1b\x1c\xda\x47\x97\x25\xcb\x33\x1f\xf8\x58\xa5\x32\x2f\xd0\x01\xb0\xa0\x47\x0b\xcc\x85\x8f\x1b\x3d\x08\x18\x46\x38\xd4\x67\x47\x2c\xe0\x1f\xae\xc3\xfd\xad\x22\x8e\x8f\x9e\xdc\x89\xa9\x18\x91\xaf\xc2\x48\xee\xc2\x67\xa2\x25\xd6\x78\x8d\x9f\xbe\x43\x60\xb8\x5d\x59\x61\x6e\xb3\x86\x0d\xda\xe9\xf0\xd0\x05\xbc\xcb\xd9\x79\x62\x1d\xe8\xef\x2a\x03\x44\x47\x02\xa1\xdf\xea\x14\x39\x06\xb8\xf9\x18\x05\xf3\x6e\x07\xb1\xf5\x64\xed\x8e\x98\x9d\x0f\x16\xee\xd4\x8e\xa7\xaa\xc2\x1c\x2b\x24\x8d\xde\xcc\x2b\xc1\x74\xc9\xc1\xc8\xe6\xb4\x50\x5a\x2e\x2a\x06\xe3\x52\x74\x60\xdf\x66\x94\x21\x65\x92\x15\x29\xbc\x5b\x87\x31\xf3\x0e\x06\x3b\x22\xc7\xa6\x3a\x7d\x86\x47\x72\x03\x35\x56\x00\x56\x17\x19\xda\xf0\x77\x22\xea\x08\xd6\x41\xcf\x5e\x15\x4d\xec\xa0\x25\xd5\xd2\x30\x31\xc2\xf2\x0b\x28\x9c\xdf\x90\x74\x29\x50\x66\xbd\x70\x11\xbc\x41\x9f\x77\xd9\xfb\xe8\x55\x16\xa1\xca\xf1\xbf\xa6\x33\x1b\x86\x64\xde\x82\x13\x05\x63\xf4\x2a\x37\xa3\xd9\x87\x86\xa3\xed\x02\xba\x20\x49\x37\x92\xaa\x4f\xb8\x4e\x9b\xdf\x74\x79\xfe\x91\x37\xa3\x3b\x5f\x6e\xe0\xc6\x2b\x0c\x7c\x81\x75\x99\x89\xeb\xda\x1a\x1a\x12\x22\x7d\x64\x17\x2b\xc9\x04\x26\x44\xc2\x6c\x4d\xe1\xfb\xa5\x8a\x04\x83\x01\x01\x25\x5d\xb1\xbe\xc0\xc6\x03\x6b\x56\x78\x5c\xa4\xc8\x4b\x36\x5f\x87\x76\x49\xd5\xa7\x83\xb9\x15\xdc\x72\xbf\xdf\xe5\xca\x09\x05\xa9\xdf\x77\xe9\xb8\x71\x07\xb7\xb8\xeb\x3e\xdd\x5d\x65\xcf\x72\x0d\x8b\xe1\x81\x76\x78\xfb\x74\x64\x6c\x1f\x3f\x7f\xf8\x1d\xb5\x9d\x9e\x5d\x9e\xb4\xff\x9a\xe4\xdc\x72\x09\xc5\xb4\x7c\x77\x1e\x5a\x6c\x64\x9e\xb6\x85\xa1\xc9\xb7\x77\x8a\xa0\x77\x68\xff\xee\x28\x86\xe4\x8f\x40\xcb\x6b\xe4\xfc\xd5\xf1\x8b\x8e\x6f\x05\x75\x00\xd8\x93\x32\xcb\x73\x96\xca\x15\x24\x1f\x2b\x82\xd4\xf0\x98\x13\xc6\x74\x1a\x02\x8a\xdd\xd3\x7f\x37\x42\xc7\xfb\x2e\xa0\x74\xec\x5d\x39\x4c\xde\x24\x1a\xb7\x7f\xef\xda\x07\x7a\xa0\xf0\x68\x47\x4b\xaf\x3e\x9c\x9a\x73\xb0\xff\x57\xbf\x20\x30\x87\x1e\xa8\x67\xc2\x87\x13\x85\xcd\x57\x67\x53\xeb\x2e\x8a\x94\x9d\x16\xe9\x2d\xba\x9e\x99\x5f\x3f\x52\x23\xf8\x03\xb2\x65\x41\x0c\xfa\xe6\x73\xa5\x84\x86\xf6\xf5\x63\x04\x8b\x00\xf3\x52\x1f\x01\x7b\x3d\x07\xfc\x14\x91\x4b\xf0\x22\x6a\xbf\x75\x02\xb8\xee\x91\xd4\x04\x2a\x94\xd8\xbc\x55\x18\xf4\x9f\x45\x7a\xd7\x61\x45\x91\xba\x41\xeb\x60\x9a\x87\x84\x65\x1b\x14\xc1\x56\x36\xcc\xf5\xdd\xc1\xfb\x7e\x03\x36\xde\x1d\x62\x3a\x4b\xd7\xff\xb4\x48\x6b\x83\x42\xdf\xda\x97\xd0\x33\x0c\x77\x86\x1a\x08\x2a\x48\x3c\x01\x9a\xcb\x12\x63\x06\x5e\x9f\x3d\xab\x15\x29\x75\x69\x25\x3e\x06\x9d\xce\xc3\xee\x58\x57\x61\x33\x5d\x60\x1b\xdf\xad\x3d\x3b\x05\x3c\x75\xfd\x77\x11\x0a\xad\x5e\x0c\x28\xf2\x28\x48\x5f\x31\x25\xb2\x3b\xd6\xdd\x03\xff\x60\xc6\x76\xbf\xfd\x46\x88\xd3\xd2\x96\x65\x41\x0f\x89\xee\xfe\xa5\xda\xef\x35\x8f\x10\x3d\xca\x23\xe5\x68\xb7\xf9\xa9\x4e\x7b\x63\x5a\x39\xfb\x54\x2f\x98\x4a\xfc\x66\x77\x03\x41\x87\x20\xdd\x53\x93\xc4\x1f\x53\x5e\xf8\x3e\xd8\xf9\x5f\xd3\xec\x7e\x37\xa4\x97\xde\x67\xca\x1d\x3d\xbf\x94\x23\x36\x38\x6c\x39\x73\x7f\xf4\x7a\x71\x8e\xa2\x48\x7f\xd7\x5a\x1d\x94\xca\x3a\xa3\x05\xd4\x57\x89\xe6\xb4\xd7\x0a\xdd\x5c\xa0\x40\x77\x22\x8b\x49\x36\x5d\x96\x10\x4f\x01\xa4\xc7\x94\xd0\x3a\x2b\xa6\xca\x86\x8d\xe5\x62\xa2\xa1\x5e\x08\x63\x16\x2b\xf5\x62\x24\x16\x85\xe0\x20\x42\xad\x1b\x1b\x43\x5d\x92\x47\x2e\x61\xa1\xca\x52\x81\xcd\x1b\x5b\x63\x89\x12\x9a\x39\x44\xa5\xe3\x85\x43\xcf\x66\xf0\x31\xa9\x69\xa4\xc3\xb3\x01\x5a\x6c\x27\x34\x63\x65\xc6\x42\xbc\x5e\x5c\xc8\x33\x3a\xa9\x51\xc6\x08\x73\x04\x09\x10\xd8\xf4\x03\x84\x7a\x00\x62\xa2\xcf\xc4\x74\x99\xf3\xf2\xf4\x66\x51\x0a\xa5\x7c\x99\x9c\x33\x31\x3d\xbd\x59\x74\x3d\xca\xee\x47\x6b\xbc\xcf\xf6\xfe\xd7\x9e\x03\x84\x8c\x47\xa4\x78\x7b\x1e\xc5\x33\x1b\xa2\xd5\xa5\xdb\x38\x9a\xdf\xf0\x18\x84\xd9\x72\xc3\x54\xe2\xaf\xbf\x8f\x8f\x72\x03\x4d\x00\x66\x21\xbc\x29\x70\xf3\x19\x06\x08\xfb\xa1\x94\xf3\xed\x08\x8b\x86\xd9\x99\xae\xab\x2e\x64\x04\xae\xd7\x8b\x68\x6a\x0b\xc6\xf7\xfe\xba\x57\xc3\xb5\xa7\x45\x07\x0a\xab\x32\x1e\xc5\x6b\x22\x96\xdb\x3c\x8c\xe7\x93\xd0\xb7\x91\x6d\x10\xb6\x4f\x01\x74\xcc\x6b\xee\xd7\x96\x07\x60\xde\x1d\xbc\xaf\xed\x21\x74\xaf\xee\xa0\xf9\xf2\xbb\x88\x0c\xab\xbb\x67\x63\xd8\x51\xb6\x21\x09\x20\xdc\xff\x7e\x08\xcc\x0a\x38\x66\x70\x7f\x47\xf1\x34\x85\xee\x5d\xfb\xe3\x4e\xa5\x37\x65\x9e\x1b\xd9\xf2\xbf\x63\xf9\xcd\xb0\xf0\x6d\xa5\xd4\x66\x50\x52\xf3\x98\x75\xae\x33\xb1\x32\x48\xe8\x30\x28\xab\x29\x27\x6c\x92\xdd\x88\x74\x30\xc3\x72\x3c\x90\x79\x13\x0c\x7d\xf6\x69\x0b\xe1\x4e\x3e\xb5\x56\x01\xee\xa8\x89\x5c\xac\x07\x5a\x0e\x92\x3c\x5b\x8c\x25\x2f\x5d\x29\xc6\xce\x1b\x07\xdf\x16\x6b\x80\x20\x45\x1b\x48\xcb\x35\x96\x30\x34\xab\xb4\xb1\xa2\xae\x86\x61\xe6\xf2\x42\x61\x16\x51\x97\x11\xfc\x15\xa6\x00\x2b\xa1\x6a\xdd\xe1\xc1\x41\xff\xe0\xe0\x00\xba\x61\x5e\x15\xd3\x2a\xa8\x4a\x98\x51\x99\xc4\x07\x0f\x7d\x75\x4b\x9e\xe7\xa4\xaa\xb4\x3f\xa5\x72\x6e\xdd\x9e\x4b\x41\xd1\x71\x29\xd6\xfa\x0b\x81\x41\xa8\x36\x57\x57\x8c\xca\x29\x9e\x05\xb3\xf1\x51\x75\xe6\x60\x47\xcb\x91\x05\x4b\xc5\x1c\x32\x51\x51\xde\x27\x33\x0a\xd2\xa0\x30\xfb\x4c\x99\x3e\x43\x3c\xf0\x52\xf0\x28\xbf\xa9\xdd\x2b\x2c\xe4\xa9\xb2\xa9\x21\x27\x9b\xdd\x09\xf7\x84\xf2\x6d\x56\x76\x83\x29\x6d\xa6\xbd\x92\xe5\x95\xea\x1b\x70\xe2\x5a\x14\xe8\xdd\xc4\xf3\x9c\xc9\x32\x0c\x03\x0d\x76\x17\x4b\x6b\xe0\x14\xe5\x64\x52\xc9\x86\xff\x42\x6a\xe1\x63\xb9\x7f\x39\x3c\x64\x73\x69\x28\xd3\x0f\xeb\x92\xdf\x98\x91\xbd\xcf\x71\x75\xe0\x7b\x41\xb5\xc5\x70\xec\x60\x48\xc6\x9e\x6a\xef\xf7\x9a\x66\x93\x49\x96\x2c\x73\x8d\x8a\xe5\x1b\x24\x2c\x43\xa6\x54\x01\x90\xaa\xae\x1a\x14\x81\x8f\x7f\xa1\xe1\xe9\x08\xf1\xfd\xe6\xb5\xc9\xf5\x4c\xe6\x72\x4a\xde\xff\x50\x12\x33\x18\xda\x50\xa8\x0a\x33\x6d\x85\x9b\x4c\x8e\x60\xde\x22\xab\x9a\xab\x56\x6a\x3e\x65\x05\x9f\x0b\x5b\xb5\x72\xe8\xb6\x11\x6b\xa3\x2a\x1b\x2f\x08\x87\xfe\xef\xcb\x2c\xb9\xca\xd7\x8c\x2b\x33\x67\x72\xec\x2c\x4b\xb3\xa3\x54\x78\x93\xe1\x89\x0c\xe8\xc4\x9f\xcd\x44\xd5\x9e\x16\xc1\x94\x3f\x46\x47\xe6\xd8\xa5\xcb\x4b\xf8\x02\xa4\x26\x39\xa1\x9c\x7a\xae\x38\x2d\x77\xce\xa6\x25\xa7\xe8\x41\x4c\xcd\x8d\x27\xa4\xe2\x04\x6a\x8f\x46\xfc\x2a\xb5\x03\xe2\xcb\x23\x2a\xc4\xcd\xd3\xf4\x31\x65\x7e\x06\x89\xbf\xe7\xef\x81\xa0\x23\x65\x5a\xb4\x7f\x5a\xe9\xef\xfc\xed\xf1\x8f\xb1\x97\x2a\xd6\x76\x5b\x16\x3a\xcb\x5d\x3e\x21\x4c\x4c\x80\xc9\xcc\xc8\x95\xc5\x36\xa7\xaa\x6a\x95\xfa\x69\x87\x07\x7d\x76\xe8\x8b\x02\x3e\x79\xf9\x1c\x95\x16\x90\xed\xd8\xf0\x3c\x3f\x1c\x01\x07\xbf\x1d\x37\xef\x65\x8e\x33\x76\x05\xf2\xe8\x5a\xf3\x8f\xb2\x60\x40\x5f\xbc\xd3\xbd\xda\x02\x44\x40\x06\x82\x39\x5f\x50\x32\x65\xac\x68\x7a\xf4\xbd\xcb\x91\x13\xd5\xbe\xb5\x06\xff\xb4\xe4\x2b\xc8\x12\x67\x4f\xb2\x8d\xcc\xa3\x04\x19\xa5\x30\x2d\x3e\x74\x7b\x10\x04\x30\x64\xec\x05\x59\xe9\xd1\xbd\x11\x2a\xb7\x57\x1b\x63\xd3\x20\x32\x82\x82\x14\xcc\x2c\x4e\x78\x32\xab\x15\x20\xbc\xe5\xb4\x57\xbc\x61\xde\x2e\x3c\xd1\x85\xfb\x55\xa6\x6e\xe7\x63\x7f\xaf\x4e\xe8\x1f\x1f\x83\x87\x42\xca\xd2\x25\x84\x1b\x20\x1f\x03\xc6\xa7\xc9\xbd\x5a\x9b\x43\x60\x5d\x3c\xa9\x98\xe5\xda\xb4\xc5\x4a\xad\x19\x55\xab\xcd\x7e\x15\x6e\xcc\x9c\x2b\x8d\xef\x6f\x90\x85\x6a\xf9\xef\xfd\xef\x58\xce\xae\x56\xa1\xb1\x5c\x0a\x9b\x98\x11\x9e\x2f\x3e\xfd\x02\xcf\x5d\x46\x6e\x62\xe5\x98\x32\xad\xa0\x18\x13\x4c\x85\x3d\xbc\xe7\x03\x02\x30\xdd\xb5\x39\xc2\xde\x53\x95\xcd\xa4\xd2\xac\x14\x7f\x5f\x0a\xa5\x15\x31\xe4\xb4\xe4\x53\xbb\x72\x7b\x5d\xd8\xda\xf3\x08\xcf\x88\xce\xcb\x05\x95\xf1\x87\xf8\x1f\x43\x93\x90\x9b\xdf\x0b\x59\x35\xa2\x3e\x2d\x60\xf0\x0f\x2e\xa5\x8f\x0f\x51\x75\x25\x9a\xd0\x8f\x13\xb9\xa5\xe7\x91\xe6\x17\xca\xe3\x59\xf6\x59\x29\x06\x0b\xb9\x58\xe6\xe6\xc6\xa5\xfd\x42\x48\x90\x7a\x13\x36\x0e\xd1\x09\x21\x26\x1e\xd3\x50\xcd\x93\xaa\xcd\x45\xd5\x4a\x69\xb3\x57\x33\x21\x72\xb6\xc8\x6e\x44\xce\x52\x91\x6b\xce\xe6\xcb\x5c\x67\x8b\x3c\xc3\xcb\x3a\x2b\xcc\x75\xad\xc4\x7e\x2a\xf0\x03\x42\xd0\x1e\x82\x5a\x08\xb8\xfa\x08\x91\x08\x10\x31\x39\x64\xe7\x42\x18\xa9\x52\x2f\xd4\x68\x7f\x7f\x2a\xe5\x70\x9a\xef\xab\x5f\x44\x5e\xfc\xdd\x61\x0a\xa0\xbc\x35\xbd\x9e\xbb\x91\xcd\x6c\x0f\x6b\xb8\xd2\x72\x99\xcc\xec\x26\xad\x04\x53\x7c\x15\x3a\xbe\xe1\xcf\x98\xed\x1a\xa1\x66\xc5\x14\xea\x3a\xa7\xe2\x46\xa4\x14\xd0\xbb\xa6\x76\x59\x2a\x0a\x9d\x4d\x32\xe0\x8d\x45\x22\x2c\x5b\x84\x80\xaf\x39\xe6\xa5\xe1\x05\xb8\x27\x63\x07\x0e\x8a\xfd\x08\xb9\x17\xe6\x87\xf0\x3c\xd9\xfa\xb5\x21\x0d\xc3\xd4\x09\x57\x70\x6a\xd2\x00\x7b\x34\x71\x43\xe3\xab\x20\xfd\x1a\x1a\x4d\xc2\x7a\xb6\x99\x3a\x27\x29\x03\x5f\x20\x9e\x98\xec\x98\xc7\x6c\xba\x14\xaa\x16\xf0\x61\x6b\x33\x97\xb6\xce\x37\xc8\xae\xe6\xcc\xe0\xb9\x45\x7a\x09\x46\xa2\x8e\xe7\xb6\x1f\x9c\xe2\x57\x37\x66\x47\xbe\x8a\x47\x7c\x3b\x13\x94\x29\x55\xb0\x44\x97\xf9\xe0\x9a\x5d\x89\x75\xa5\xa0\x3a\x9d\xde\x05\x57\x94\xf9\x2a\x18\x49\x97\xf9\x9b\x57\xe6\x87\x28\xff\x33\x86\xca\x64\xd7\x35\xce\x61\x6b\xde\x56\x39\xc6\x89\xc1\x4b\x62\x55\xcb\xb8\x4f\x90\x9f\x48\x2e\x35\x9b\xf1\x22\xcd\xc3\x4a\xbb\xf8\xbd\x0a\xb6\x0d\xbe\x97\x63\x78\xa3\x94\xb5\x1f\x9e\x9c\x3e\x7e\xfd\xe3\x07\x3f\xc3\x8f\xee\x69\xf0\xaa\x94\x37\x6b\x1f\x4a\x8e\xd9\x70\x6a\x19\x77\x57\xb3\x2c\x99\x21\xeb\x54\x1a\x94\x9f\x33\xb4\x43\xad\x78\x7e\x05\x81\x67\x28\x25\x9b\xeb\xd4\xfa\x00\xd8\xe2\x1f\x64\x67\xb2\x52\x05\x66\x91\x91\x10\x6b\x68\x01\x27\x72\x2e\xc8\x73\xb4\x2a\xdf\x54\x6f\xd2\x8f\x44\x0c\x20\x89\x98\x53\x85\xa6\xfb\x7a\x8d\xf2\xb0\x1a\x76\x5d\x88\x19\x36\xab\x51\xdd\xef\x41\xea\x7c\xff\x25\xc4\x09\xba\xbf\x2a\xa7\x85\xb8\x5d\xb5\xf4\xaf\x6e\x12\xb8\x91\x86\x6c\xc7\x4c\x41\x1a\xac\xb1\x08\x93\x08\x96\x6c\xb2\x34\x1f\x6c\x25\x1e\x94\x8c\xa9\x5d\x2c\x41\xf3\x22\x99\xc9\x12\xa1\xd1\x3e\x4e\x64\xb2\xa4\x47\x52\x66\xde\xae\xf6\x9a\x36\xef\xd3\x25\x2f\x79\xa1\x29\x10\x76\x2c\x58\x2e\x94\x1a\x18\x3e\x31\x90\xe5\x40\xfc\x7d\xc9\xf3\x81\x96\x08\x0d\xdf\x6d\x13\x1b\x4a\x7d\x66\x4f\x34\xfe\xfa\x74\x82\x8f\x2a\xc3\x5e\xa0\x4a\x9f\xf2\x75\x83\xe0\xc9\xa5\x48\xdf\x4b\x31\x19\x67\x50\x75\xfb\x69\x24\x8a\x20\xa4\x80\xde\xca\xfa\xf3\xc0\x26\x28\x6e\x80\x6a\x4e\x50\xe5\x40\xfa\x9f\x83\xf3\xb5\x65\x97\xc2\x6c\x56\xff\x25\xf7\x68\x0a\xcf\xcd\x72\x87\x6d\xb2\xcb\xff\xaf\xbf\x51\x38\x50\xf3\x36\xd1\xd5\xe3\x20\x7c\x76\x14\xd1\x5f\x70\xa3\xc0\x7d\x0b\x36\xc3\x4d\x80\x6a\x53\x85\x40\x4a\xce\x16\x32\x33\x52\x4b\x90\x2c\x9b\x0a\x9c\xd4\xc6\x39\x71\x6b\x6b\xa8\x76\x84\xb9\xad\x39\xcb\x33\x05\x1b\x61\x5f\x15\xb6\xc4\x7e\x90\xa4\xd9\x97\x03\xf3\x6f\x0f\xb3\x7f\x06\x4c\x66\xbd\xe7\x79\x92\x40\xb9\xf3\x29\x16\xd9\x48\xc5\x42\xcf\x06\xf8\x13\x6a\x5b\x2d\x97\xb4\xb6\x57\xef\x8a\x5b\xf8\x70\xf0\x59\x96\xa7\xa5\x80\x52\x3d\xde\x3f\x77\x13\x2b\x0c\x6c\x4d\x86\x83\xff\xe0\x6a\x11\x84\x3c\x12\x8d\xc5\xc0\x74\xfb\x38\xc6\x71\xb9\xae\x45\xfd\x61\x83\x6a\x39\x83\x16\xe7\x5e\x0b\x65\x08\x75\xc0\x5e\x4e\xa8\xc1\x67\xde\x30\x50\x71\xdb\x8d\x3d\xcb\x6a\x6e\x03\xbd\x28\x40\x03\x62\xf5\x60\x17\xe3\x45\x91\x11\xdd\x2d\xe1\x51\x60\xe0\x2f\xaf\x7b\x55\x1b\x7a\x79\x1d\x05\x28\x15\x9b\xb2\xd9\x6f\xb0\x96\x9f\xaf\x8b\x64\x56\xca\xc2\x3c\x4e\x41\x9b\x61\x6f\x58\x10\xc9\x03\x99\xc7\x50\x47\xc8\x8c\xa2\xf2\x37\xdc\x9c\xe5\xc1\x8a\xaf\x41\x74\x46\x78\x90\xd7\xaa\xef\x28\xab\x72\x32\x7d\xb2\x71\x8c\x30\xc5\x61\xfb\xa0\xb5\x81\x4c\x7f\x70\x04\x0c\x44\x5e\xde\x92\x56\xcc\x14\x9a\x33\x31\x2b\x91\x4f\x08\xf9\xa1\x20\x9c\xca\x79\x5d\xc4\x98\x71\x78\x9a\x9a\x19\x40\x49\x21\x90\xeb\x8d\x70\x80\x07\xc9\x88\x08\x74\x3a\xb2\xc2\xcb\xef\x56\x9c\xb2\xa9\xe6\x6c\xaa\x03\xb0\x15\x91\xd6\x4a\x2e\x35\x3e\xa7\x82\x37\x95\x4b\xd5\x18\x15\x3a\x32\x8f\x25\x7c\x2e\x3a\x75\xd7\x1e\x72\xee\x3d\x97\x0e\xc7\x4a\x29\x1e\x04\xb6\x00\xc2\xea\xf6\x7c\x55\x80\x49\x78\x15\x61\x9b\x33\xb9\x7a\x54\xf9\x99\xdc\x01\x03\x15\x37\xb4\xf4\x31\x3c\xbe\xa9\xb3\xaf\x57\x1b\x87\x69\xad\xa0\xb9\x63\xad\x70\xc7\xc4\xa3\x92\x79\x3b\x02\x03\xcd\x2a\x43\x8a\xc0\xa0\x5f\x69\xe9\xc7\xf3\xd9\x8a\x6e\x85\x53\x80\xb2\x09\xa5\xd0\x60\x33\x46\x1b\x96\xd6\x8c\xd0\xa6\xc5\xb5\xe1\xb3\xb2\xbc\x2a\x3a\x9b\x76\xb1\x09\x9f\x8d\x7b\xd8\x8c\xd0\xea\x0e\xba\x72\x2c\xa1\x4a\xa9\x2a\x87\x0e\xa7\x42\xdb\x90\xb2\x6e\xcf\xfc\xe5\xf5\x4b\x81\x92\xad\x26\x0a\x35\xdf\xbc\x1b\xee\xd2\xc6\xeb\xcf\x7b\x16\xb0\xdf\x7e\x0b\x96\x12\xb4\x8a\xd3\x57\x07\x3f\x34\x1a\xf0\x1d\x5a\x37\x20\xd1\xbb\xe1\x53\xd3\xcf\x3f\x67\x9f\x75\x3b\x56\x6a\x02\xb3\x83\xfb\xd1\x79\x3c\x86\x90\xdd\xe7\x5a\x50\x48\x10\x1c\x40\xfd\x9b\xeb\x06\x9d\x57\xc4\x39\x94\x8c\xb4\xd5\x0b\x43\x5e\x18\xfb\xcc\x81\x7a\x42\x0d\x96\xc5\xa6\xf5\x39\x57\xb2\xe6\x5c\x30\x68\x0f\x44\x6a\x6f\xa7\x6c\x42\x90\x6b\xd8\x80\x1f\xfb\x9b\x43\x4f\x00\xd5\x7e\x6c\x45\x8e\xeb\xbc\x0d\x37\xd0\xf0\xf7\xa1\xc6\x2d\x6c\x0b\x66\xa0\x3a\x82\xdb\x56\x27\x41\x7f\xe7\x57\x63\xbf\x8b\x09\x82\x38\x0b\x10\x60\x10\x4a\xda\x00\xea\xfb\x76\x50\x21\x8f\xaa\x42\x6a\x58\x0a\x64\xfb\x68\xd8\xfc\x50\x10\x6a\x66\x0b\xec\xbb\x66\x0e\xe5\xc5\x9c\xca\xaa\x58\xdd\x15\x30\x9e\xac\x93\x63\xaa\x59\xc1\x2f\x22\x39\x19\xf8\x07\xca\xb0\xc2\xbc\xf9\xb3\x38\x0f\x06\xbd\x5d\x54\xd1\xd1\x81\x5b\x23\x87\xac\x43\x00\x0d\x76\x3d\xa8\x1e\xe3\x73\x6b\x01\xc7\x0f\x83\x66\x2b\xa2\x99\xa3\x0e\xb7\x25\x7d\xf6\xae\x09\x7b\xfd\x26\xaa\x79\xdf\x0b\x44\xc4\xcf\xdc\x58\x56\xa4\xc3\x1a\x3a\x85\x58\xb1\x53\xa4\xdd\xd7\x85\xb8\x59\xe0\x73\x08\xa8\x19\x84\x2a\x50\x26\x3b\xd8\x9d\x10\x64\x30\xfb\xcd\x7b\x7a\xd7\x9d\x09\xf3\xad\xc4\x6c\xb9\x81\x44\x3f\x3b\xaa\xd3\x28\x8a\x9c\x56\xe6\xbc\x30\x92\x28\x67\x69\x76\x6d\x6b\xb3\x64\xaa\x6e\xa2\x68\x16\xf8\xc2\xac\x1f\x90\x3c\x55\x84\xa2\x5e\x9a\x5d\x07\x9a\x12\xd2\x77\xa5\xd9\xb5\xbf\x83\xb2\x49\xc9\xe7\x82\xbe\x6e\x0c\x86\xa6\xca\xc3\xdd\x0e\x36\x0d\x0a\xb0\x52\x5f\x4a\xc6\x9a\x28\x45\x7e\x33\x96\x3c\x3a\x63\x48\x9d\x34\x62\x07\x8f\x3c\x47\xe9\xa0\xfd\x6c\xc4\x0e\x0f\x0e\xfe\x35\xfc\xde\xba\x6e\x8e\x18\x1f\x2b\x99\x2f\xb5\x08\x7f\x05\xc5\x22\x76\xf2\x09\xca\x6d\x29\x2a\x9c\x08\x53\x65\x62\x64\xcb\x7f\x31\x84\xfd\xc3\x0f\x43\x16\x24\xd1\x77\x7a\x79\x5c\x83\xc2\xfe\xb9\xe4\x29\xea\x7a\x0d\xc5\x0b\x85\x1d\x59\xa6\xc3\xea\xc3\xda\x17\xc9\xb5\x4f\x37\x1c\xcf\xe6\x05\xe8\xcc\xe5\xaf\x4f\x8b\x42\x94\x68\x71\xf8\x05\x78\xf9\x2a\x2b\x52\xc3\x8c\xcd\x30\x24\x5f\x71\x03\x1b\x1e\xfa\x68\x81\xd5\xeb\x7b\x8c\x55\x51\x59\x1a\x51\xbd\xf3\x2f\x1d\x58\xa2\xd9\x92\x30\xc6\x3c\x6c\xda\xab\xed\xe1\x90\x66\xf9\x16\x86\x1e\xf2\x34\x3d\x35\x4b\x7b\x96\x29\x2d\x20\x93\x04\x2a\x63\x3b\xb7\x75\x14\x43\xd5\x65\x71\x06\xbd\x3f\x0c\xc7\x59\x81\x33\xe9\xf9\x72\x3d\xa9\x4c\x2c\xa7\x08\x15\xa8\x4d\xb3\xb3\xd4\x65\xa8\x28\x95\xc9\x70\x2c\xd3\x75\x3b\x05\xcd\x79\x39\xcd\x8a\x11\x3b\x58\xdc\x44\xb4\x82\x86\xe5\xda\xf7\x6d\xb4\x15\x50\x4f\xf8\xb5\x75\x63\x1e\xb1\x59\x96\xa6\xa2\x08\x7f\xc3\xb8\xfa\x91\x59\x5e\x77\x30\x80\x73\x37\x00\xeb\xc3\x00\x7f\x41\xb7\x91\x5e\xd8\x65\xb0\x12\xe3\xab\x4c\x0f\x96\x4a\x94\x03\xe4\x3b\x23\x78\xf2\x47\x8d\xe6\xf2\xd7\xa6\x16\x95\x92\x22\xa8\x11\x0e\x02\xbe\xde\xa2\xb0\xde\x81\xb4\x28\xe3\xe5\x74\x0a\xa1\xdf\x82\xf1\x34\x65\x84\x0e\x6b\x90\x36\x28\x8d\xaa\x4d\xc9\xc9\x04\x35\xe5\x16\x18\x45\x1b\xa0\x8f\x05\xf9\x39\x04\xc9\xa9\xdc\x1e\x86\xbb\x43\x83\x5c\xc8\x45\x90\xc7\x75\x6b\xf3\xc7\x58\x77\xdd\xf7\xe8\x24\x3c\x4f\xba\x21\x56\x93\x19\x2f\x0d\x69\x91\xaf\x4b\x8f\xfd\x85\x7d\xd1\xeb\xc4\xc2\x36\xb8\xe8\x1c\x01\xc1\x54\xb8\x12\xfc\x84\x4c\xc9\x27\x92\x0e\x72\x34\x5b\xbc\x83\xf5\x9f\xfd\x23\xd8\x09\x66\x4d\xfa\x23\x36\xce\x65\x72\xf5\x28\xfa\xcd\x92\xd2\xa6\x99\xc6\x3d\x20\x50\xe7\xb6\xdd\x3e\xe2\xd4\xcd\xc2\x66\x82\xa7\xd1\x71\x27\x0a\x73\xe7\xdc\x50\xcd\x89\x52\xcf\xb2\xe2\xea\x43\x33\x32\xf2\xac\xb8\x0a\x18\x74\xd8\xa1\x52\x53\xb6\x14\x79\xa7\xcf\x10\x7b\x6a\x26\x84\xee\xd4\x07\xb2\x91\xfb\x9b\xb1\xde\x38\xf5\x1a\x18\xc7\xb3\x2f\x5e\x3e\x79\xd9\x35\x87\x3a\xe5\xbd\x11\x3b\x97\x65\xb9\xc6\xe4\x4f\xac\x83\x34\xfa\xa1\x43\x32\x8b\x93\x65\x30\x76\x91\xab\x28\xf5\x1d\x42\x83\x44\x3e\xe4\x9b\xf2\x37\x35\x64\xec\xa9\xcb\x21\xb9\xc8\x92\x2b\xc6\xd9\x58\x40\x35\x08\x70\x01\x99\xc8\xd2\xe7\xb6\x17\x73\xd0\xde\x5d\xcb\x2c\xf5\xfa\x8a\x44\xe6\x79\xa6\x48\xbd\x6c\x4b\x60\x5c\xd9\xfa\x11\x99\xc8\x53\x26\xd2\x4c\x83\xbf\x86\xc0\x82\x79\x98\x68\x9f\xcc\xb8\x3e\x51\x17\xd8\x91\x19\x2f\xd6\x30\xfb\x7b\x36\x23\xd1\x58\x00\x00\x81\x31\x98\xee\x94\x82\x77\x9b\x40\xaf\xa6\x34\x4c\x91\x86\x6b\x07\xed\xd3\x75\x56\x1a\xd8\x08\xea\x4a\xac\xc1\xb7\x07\xc5\xbf\xa7\xcf\x4f\xcd\xe2\x1f\x2f\xb1\xc0\x33\xe6\xc1\x5e\x09\x06\x3a\x2e\x39\x99\x80\x97\x0f\xdc\x5c\xc5\x62\xa9\xd9\x4c\xe4\x0b\x51\x32\xf0\xbc\xb1\x6b\xe7\x1a\xdc\x84\xcc\x1a\x10\x04\x78\xc3\x61\xa6\x4d\x33\xc4\x1c\xa6\x93\x15\x3c\xbd\x16\xa5\x39\x5c\xf9\x9a\xcd\x97\x98\xb4\x58\x41\x85\x1a\x03\x9a\xd0\x76\x6e\x16\x83\x58\x56\x22\x2c\xb5\x07\xde\x56\x9a\x17\x29\x2f\x53\x7a\x12\x81\x66\x0b\x7f\x19\x97\x72\x05\xd6\x78\xca\x09\xda\x27\x7b\xea\x52\x07\x06\x7a\xc5\x27\x22\x5f\xb3\x0c\x6b\x31\xb2\xf1\x9a\x74\x63\xd4\xd9\x5b\xe1\x88\x9c\x9a\x09\xf8\x66\x80\x3f\x07\xa7\x85\xda\x57\x0e\x0a\x5d\x5b\x76\xd7\xcd\xa1\xd1\xe5\x52\x6c\xed\xa7\x16\x22\xcf\x21\x87\xad\xe9\x02\x76\xbd\xad\x7d\xf8\x52\x4b\x5b\xfe\xc1\xf4\x92\x93\xc9\x8e\x7d\xc0\x45\xe9\x56\x5d\xf8\x42\xf3\x1c\xc4\x01\xd6\x31\x37\xd0\xd6\x5e\xa5\xa4\xd5\x8b\x1b\x3d\x96\x37\x5b\xdb\x6b\x3e\x06\x7d\xb1\xe9\x33\x38\x6c\x6a\xde\x76\xe9\x43\xdd\xd0\x01\x14\xb5\x18\x31\x5d\xf2\x42\xe1\xa3\x37\xe4\x9b\xed\xac\x7b\x22\x0b\x3d\x98\xf0\x79\x96\xaf\x47\x6c\x2e\x0b\x09\x89\xb1\x6a\x2d\x0c\x43\x1e\xb1\xc3\x87\xb1\x00\x01\x3f\x5d\xf3\x32\xe3\x85\x1e\xe4\xd9\x94\xeb\x65\x29\x54\xfd\x16\x6f\x13\x34\xac\x44\x31\x58\x8f\xc8\x14\xf9\xc8\x05\x4b\x0d\x6e\x9a\xe4\x0c\x48\x6b\x3b\x80\x39\x8e\xd8\xa2\x6c\x13\x7a\xa3\x41\x96\xda\xdc\x35\x38\x2b\xf6\x59\x36\x5f\xc8\x52\xf3\xc2\xb2\x70\x27\x55\xd5\x18\x32\x61\x3e\x54\x41\xd1\x5e\xd4\x85\x45\x9c\x7d\xa7\x6f\xc5\x3f\x7c\x73\x54\xc4\xbf\xad\x50\xc0\x53\xa3\x0a\x04\x1c\x31\x6e\x0b\x09\x1c\x24\xe0\xc5\xeb\xc1\xa1\x6f\xc4\x5d\x00\xcd\xe5\xb5\xf8\x14\x70\x44\x91\x7e\x0a\x30\x09\x2f\x92\x10\x4f\x77\x82\x94\xc8\xc5\xda\x83\x38\x91\x8b\xf5\x6d\x21\x80\x03\x85\x07\x01\x6e\x13\x35\x18\xfb\xfb\xec\x09\xba\x3b\xa1\x43\xd3\xe7\x2c\x2d\x25\x78\x9b\x19\xce\xb0\x4f\xfc\x12\xf3\xe8\xe1\x9d\x88\xee\x11\x54\xc2\xcc\xdc\x44\xdd\xb5\xd0\xff\xd6\x23\xee\x6e\x2b\x50\xa6\x62\xc2\x97\xb9\x66\x63\x72\x49\x44\x1b\x60\x22\x8b\xc9\x52\x09\x7b\xf7\x6f\x5f\x83\x99\x4c\xa7\xef\x9f\xc0\xee\xb1\x8f\xb9\xca\xcc\x0b\x04\x07\xea\x46\x3a\x2b\xeb\x79\xc1\xd8\xc7\xea\x29\xaa\x0d\x71\x25\xd6\xa9\x5c\x15\x1e\x51\x8f\x65\xba\xfe\x59\xac\x9f\xc8\x55\x51\x7f\x1f\x05\x6e\x62\x90\x13\x9a\x67\x45\x90\xbe\xd9\x7a\x76\xa0\xc7\x4c\x49\x65\x09\xad\x0f\x26\x58\xcd\x5a\x6e\xb0\x34\xbb\x0e\x98\xaa\x6b\x3c\xcc\x52\xf3\x82\x04\x74\x8d\x4a\xb9\x1a\x80\x7d\xa6\xd3\xd0\xb0\x95\xff\xb6\xf3\x56\xff\x46\x87\xf9\xee\xfa\x96\x6a\x7c\x18\x19\x6a\xd9\xfc\x30\xc2\x16\x0d\x84\x5b\xe5\x6b\x6e\x4d\x1e\xe3\x2e\x79\xb6\xad\xa6\xe2\xde\x40\xe8\xcf\x47\xee\x88\x28\xf3\x2d\xd6\xa8\x05\xf0\x0e\x3c\x72\x81\x0a\xd3\xc7\x7c\xda\x2e\x40\x40\x8b\xc1\x98\x4f\x83\x39\x46\x3d\xef\x82\xe2\x4d\x78\xbc\xed\xe3\xa2\x7e\xb7\x04\xac\x7f\x0c\x2f\xb3\x68\x99\x0d\x2b\xf0\x15\x7a\x83\x12\x6b\x60\x39\x1f\xdb\x34\xc7\x5a\x2e\xd8\xc4\xa0\x98\x43\xb9\x9d\x9c\xbc\xcc\x10\x3e\xfd\x52\x0a\x5a\x0e\x7a\xf2\x83\xdb\xfd\x3d\xaa\x35\x95\xaf\xd1\x1c\x65\x77\x0a\x5c\x9f\x41\x20\xe5\x71\x61\xa4\x40\xf5\x69\x44\x42\x88\x0f\x40\x6b\x6c\xbe\x26\x47\xc5\xd0\x4b\xde\xce\x4d\x96\x76\x2e\x04\xc6\x45\x04\x58\x4f\x02\xbb\xee\x1f\x64\x9e\xb6\x6e\xb7\x59\x48\xbc\xd1\xd0\x3c\x3a\x6f\x5a\x2e\xa0\xdd\x60\x22\x4b\xf3\xde\x1c\xb8\x19\x77\xea\x1d\xab\xc4\x51\x23\x8a\x86\x33\x5b\x23\x7d\x0b\xad\xb6\xb1\x76\x2d\xf1\x98\xd1\x76\xd6\xdb\x47\x8b\xc1\xef\xb7\xae\x67\xc3\xe4\x02\xc8\x31\x2f\x44\x5a\x00\x8d\x27\x4f\xc0\x35\x55\x39\x4e\x68\x9e\x17\x59\xc2\x73\xcc\x94\x4a\x5e\xb2\xbe\x38\x5a\xa1\x96\x73\x10\xfb\xe9\xf6\xa0\x87\x0d\x10\x0d\x29\xc0\xc7\xcb\xc9\x44\x94\xe4\x57\xb2\xc6\x54\xb2\x56\xc9\xc1\xd8\x53\xdd\x51\x50\x1c\x10\x3d\x25\x95\xf7\x74\xf6\x6e\x8c\xe6\x61\xb8\x58\x08\x5e\x5a\x47\x43\xff\x5e\xc0\xd7\x50\x86\x69\xbe\x9b\x6a\x88\xae\x66\xa2\xa8\x3a\xb0\x1a\x98\x99\xc2\x82\x82\xa1\xad\x1b\xb3\xc3\x2b\xa1\x59\x07\x26\x98\xe5\x99\x5e\xdb\x93\xdf\x31\xd3\xb8\x12\x02\xd3\xca\xdb\xb7\x11\x96\xf8\x83\x54\xb7\x41\xa5\x04\x04\x97\x39\x3f\x65\x7f\x52\x30\xc8\x03\xbd\x9c\x3b\x70\x61\xe3\x6f\xaa\xc3\x96\x8b\x15\xbc\x20\xbb\xf0\x35\x5c\x4e\xe0\x5e\x0b\x7e\x4b\x06\x1f\x3e\x94\x85\x7c\x4b\x79\xf8\x2a\xcf\xe6\xa2\x67\xae\x79\x0c\xf7\x00\x62\xe8\x57\x06\x9f\x0a\x4d\xaa\x56\xd3\x42\x4e\x0c\xde\x93\xab\x61\xec\xba\x77\x5c\x0a\xbe\xd3\x1d\x17\x34\x8f\x08\x15\xbf\xe7\xa5\xe0\x9d\xc6\xb6\xb5\x83\xd6\x80\xeb\xed\x97\x4c\x00\x31\x26\x66\x75\x3d\x75\xe9\x3b\xac\x69\xbd\xc1\xb1\xdd\x6e\x60\xa6\xd8\xaf\x52\xce\x9d\x3b\x9a\x91\x72\xc6\xd6\xd7\x1e\x8b\x42\xd9\x92\xae\x4b\xb3\x3c\xa9\xb4\x73\xa3\xc0\x08\x08\xeb\x3c\xcb\xb1\x74\xd9\xd8\xc5\xa8\x0c\x9b\x54\x2c\xe8\x1c\xe7\xe3\xbc\x00\x67\xac\x10\xca\x1a\xfe\x0a\xab\x3f\x07\xed\x43\x21\xb5\x05\x67\xb9\x2a\xad\xc4\x2e\xc0\xcc\x9e\xe5\xe2\x5a\xe4\x28\xe4\xd1\xd3\x1c\x3c\x40\xac\xf3\xba\xd3\xbb\x80\x26\xdf\xeb\x53\x5e\x48\x2d\xec\x94\x70\xe1\xe0\xb9\x3d\x02\x9d\xa4\x12\x56\x0f\x92\xf0\x02\xe6\x81\x51\x5c\xe0\x02\x48\x08\x76\x53\xb3\x51\xa5\x37\xf3\xbc\x50\x48\x0b\x00\x67\xb5\x5a\x0d\x57\x5f\x0c\x65\x39\xdd\x7f\x70\x70\x70\xb0\xaf\xae\xa7\xc1\xe6\x5e\xfb\x7b\x2e\xcd\xae\x9b\xb3\xbf\x12\xf5\xbd\x38\xef\x02\xec\x3e\xeb\x18\x18\xbd\x08\x48\x44\x7f\x06\x21\x03\x44\x92\x2c\xe3\xc1\x2a\x6f\x62\x00\xd8\xe9\xe3\xa4\x7b\x9b\x5a\x5e\x8b\x52\x19\x36\xdb\x67\x9d\xc3\xe1\x61\x75\xf4\x56\xb9\x62\xb3\x11\x45\xcb\x45\xc5\x18\x93\x8b\x89\xae\x7c\xd5\x70\x38\x0c\xbd\x3b\x7d\x98\x12\x45\x4a\x46\x64\x6b\xab\xb2\x9b\xf3\x37\xdc\x52\xa8\xb8\xca\xd1\x1d\x9b\xcd\xe0\x20\xa9\xa0\xd6\x24\x42\x4a\xf8\x42\xa3\x0b\x90\xc0\x96\xa9\x2f\xa6\x31\xc1\xaa\x03\x86\x9f\x51\xf6\x06\x39\x17\xe6\xad\xbb\x9a\x49\x96\xf0\x32\x70\xb5\x86\xae\x17\xbc\x9c\x8a\x36\x55\xa5\x81\x0a\xbc\xc1\xe3\x30\xec\x14\xed\x24\x7a\x98\x0f\xe0\xf7\x81\x86\x06\x9d\xe6\x5e\x3b\xea\x3a\xe2\x3e\x8d\xbb\xb6\x69\xcf\xbc\x9e\x21\x50\x53\x38\xb5\x40\xf8\x1d\x6d\xe4\xe2\xe6\x91\xb3\xde\x77\xf0\xfa\x8d\x8d\x24\x1d\xb9\xe0\x09\xec\xed\x41\xdb\x34\xe9\x05\x77\x6a\xf5\x9c\x41\x20\xc0\x66\x0e\x19\x42\x69\x81\x5d\x7b\x4c\x39\xd2\x14\x37\xfa\x69\xb1\x58\xba\xd7\x3d\x3e\x1a\x5f\xf9\xce\x17\xb6\x45\xfd\x89\x85\x72\x08\x85\x1a\xc4\xee\x7c\x14\xc2\x03\xfe\xbc\x4e\x2f\x44\x44\x56\xe8\x81\x9a\x4b\x4a\x8d\x87\xe2\x87\x8b\xb4\x5c\x90\xc9\x35\xf4\x75\xb7\xa9\x70\x4d\xcf\x1f\x10\xd0\x1b\x9e\x2f\x9d\x47\xe7\xc9\xf9\x79\xa4\x7e\x82\x0b\xdc\x5c\xa8\x16\xb6\x8d\xe6\x0b\x86\x60\xec\xdc\x87\x1e\x79\x75\x15\x8c\x31\x6c\x1a\x5c\x2e\xf4\x07\x3f\xeb\x97\x0b\x43\x39\x3c\x67\xd7\x30\x11\x33\x90\x7b\x6d\xc5\x0b\xc4\xc0\x47\xf3\x8f\xde\xbf\x70\x7c\x5d\xc6\x73\x2a\xc0\x4c\xe9\x62\x5d\x0e\xe8\xad\x56\x67\x25\xf4\x0f\x1e\x1d\x81\xe9\xd9\x23\xa9\x1f\xcf\x39\x76\xdd\x0f\x34\x81\x93\x08\x8e\xfb\xc3\x86\xb7\x37\x00\x69\x04\x83\xab\x37\x93\x3a\x77\x68\x3a\x8a\xa7\xf0\xa8\xea\x5a\xb1\x33\x98\x8e\xb7\x4b\x61\x9f\x75\x91\x9c\x84\x11\x8d\x96\xfe\x36\xa0\x6c\xda\x86\x32\x5c\x54\x98\x62\xaa\x0d\x41\x15\x1a\xd7\x8c\xdb\x70\x57\x6f\xd0\x09\xeb\x68\x79\x09\xb5\x42\xda\x21\x2d\x14\xcb\x3c\xef\x83\xa4\x80\x79\xc7\x2c\xc8\x44\x81\xf2\x22\x97\x3c\x05\xa1\xc5\x8c\x97\x69\x28\x43\x6c\xbb\x31\x59\x42\x40\xac\xb9\xa8\x43\x72\x82\x4c\x68\x90\x74\x9f\xbb\x38\x42\x73\xfc\x16\x8b\x3c\x13\x69\x30\xc0\x2e\x74\xf6\x1a\xcd\x49\xaf\xcb\x3c\x44\xda\xb2\xcc\x7d\x52\x1d\xf7\xc7\x76\x03\xd8\xac\x14\x93\x4e\x9f\x99\x1e\xa1\x37\x4a\xbd\x9b\x77\xb8\xf2\x0e\x2a\x91\xd1\x73\xa3\xf1\x0b\x60\x84\x15\xfe\x9d\x85\xb7\x6d\x90\x70\xfe\x95\x41\xc2\xbc\xef\x2d\x83\x6c\x23\x3e\x8f\x47\xba\x84\x1c\x22\x0d\x07\x0e\xce\x66\x68\xbc\xab\xd8\x54\xb5\xcb\x7d\xbd\x61\x20\x94\x10\x6a\xd4\x1d\xb9\x04\x40\x9b\x6e\x5d\xc1\xe3\xbe\xdf\xe5\x24\x95\x22\x28\x01\x7c\x9b\xe3\x04\x06\x86\xad\x63\xa8\x8d\x63\x00\x8c\x56\x8e\x96\x50\xf3\xdd\x46\x9a\x0a\xfd\x38\x2e\x68\x7c\x9b\xd5\x54\x6a\x21\xef\xb2\xae\x0d\xa3\x6d\x5e\xd7\xb8\xd6\x71\x67\x5c\xfa\x31\x9f\xce\xf9\x34\x72\x56\xca\xcc\x17\x3b\x8c\x69\x3b\x42\xfb\xdb\x8d\x49\x31\xe7\x3e\xa0\x2c\xfb\x75\x97\x11\xa9\x9b\x69\x7d\xbb\xf1\x82\x2c\x50\x6e\xcc\x38\xd7\xe2\xc6\x71\x83\xee\xb6\xd7\x2e\xe3\x9f\x44\x31\x8f\x6e\x4b\xdd\xb7\xc1\xc8\x51\x78\xa4\xff\xa3\x5a\x7d\x80\x02\xa5\x41\x1c\x84\x28\x7f\xab\x90\xf3\x01\xa6\x71\x4e\x8a\x8b\x99\xa0\x52\x3b\xee\x51\x69\xef\xa2\x58\x2b\x02\x8d\xb6\x72\xff\xa9\xa0\x70\xee\xea\x06\x06\xb1\x0c\xf8\x0b\x02\x99\x0a\x7d\x92\x67\xe6\x91\x6c\xae\xe4\x8a\xed\xcb\x9d\x22\x64\xb4\x56\xc4\x86\x00\x73\xfc\x03\x3d\xa4\x48\xcc\x86\xef\x71\x2d\x83\x8d\xd1\xab\x86\xfd\x6e\x42\x5c\x54\xdb\x6b\x03\xe6\x6c\x29\xe1\x2c\x9d\x42\xba\x69\x5f\x50\xec\xce\x68\xb3\xd9\x36\x37\x70\x93\x08\xc5\xdd\x1e\xad\x78\xd3\x7a\x28\x35\xcd\xa6\x05\xed\x36\x3b\x0c\x2a\xbf\xdd\xf4\x70\xf0\x86\x44\x97\x51\xd8\x09\x69\x3c\x64\x9e\xaa\x7a\x6a\x1b\x9b\x20\xe8\xd6\x9e\x96\x81\x77\xff\xe6\x49\xbb\xeb\xbb\x35\x21\xa7\x55\x2b\xba\x27\x74\x65\xc2\xbf\x7b\xa2\x88\x34\x72\xe5\xdd\x7e\x99\x44\x13\x3d\xc9\x41\x03\xba\xd4\x50\x87\x35\xe1\xc9\x0c\x4d\x54\x2f\xda\x93\x8f\x04\x83\x97\xc2\xb0\x22\xd3\xa9\x45\x0a\xd8\x98\xc8\x62\x87\xe4\x12\xe1\x4c\x67\x98\xc0\x33\x88\xcf\x0a\x52\x96\x44\x47\x0b\xf8\x11\xb8\x77\xba\x0c\x08\xb0\x32\xcc\xd8\x03\x19\x27\x38\xa5\xba\xa8\xbe\xff\x5e\x42\x24\xd4\xad\xd2\xb8\xd8\x3d\xb4\x6f\x2f\x9b\x7c\xe9\xd6\x5b\xa9\x84\x0e\xb3\xdf\x6c\xca\xf1\x62\x5f\xc3\x84\xfd\x6e\x64\x24\x6c\xcd\xea\xe2\xae\xa2\x99\x48\x97\xb9\x38\x03\x0c\x54\x5e\xd3\x4f\x8b\x89\x2c\xe7\xd5\xbc\x4e\xce\xcd\xb0\x94\x52\x07\xb1\x95\x90\xa1\x0a\x1c\x81\x4a\xcc\x32\x14\x59\x5f\x0c\x3c\x97\x61\xaa\x90\x2c\x97\xc5\x54\x94\xe6\x1d\x9b\xb9\xac\x55\xe7\x41\x6d\x60\x72\x12\xf3\x7e\x40\x50\x44\x35\x45\x2d\x7f\x65\x6d\x90\x2b\x13\x29\xa6\xdb\x63\x85\x5c\xc1\x60\x74\xec\xcc\x93\xb7\xd0\x59\x29\xf2\x35\x24\x30\x12\xa5\xab\xa6\x0e\x11\xa6\x99\x66\x69\x96\x92\x1a\x0b\x75\xb4\x36\x7f\x92\x01\x53\xf8\xa8\xdf\x70\x06\x91\x8f\xb0\x8f\xa5\xb0\x56\x5f\x4a\xae\x85\x24\x81\xd1\xa4\x09\xd0\x6c\x1a\x11\xa7\xba\xca\x16\x8a\x90\x86\x50\x5d\xba\x24\x00\x3b\x31\x6f\x2d\x24\xce\x7e\xe8\x16\x65\xee\xd7\x31\x26\xc9\x81\x40\x55\xca\x9d\xc4\xb0\x1a\x71\x85\x3d\xcf\xb8\x62\x63\x48\x9b\x40\xd6\x32\xa8\x16\xe3\xf4\xd4\x3e\x5b\xc8\x8c\xab\xca\x44\x37\x92\x68\x56\xc0\xe6\x55\x5c\xd0\x9b\x0b\x4e\x3a\x83\x54\x25\x36\x33\xac\xc5\x68\x6b\xc4\x85\x56\xa4\x30\xd7\x74\x54\xff\xbb\xb9\x02\x5d\x50\x3c\x80\xf4\x81\x6d\xc5\xe4\x82\x32\x72\xd5\x50\xd1\x8d\x8c\xc8\x72\xab\x6b\xb0\x1a\x2d\xce\x5c\xc2\x1d\x77\x6d\x5d\xf8\x6f\xbb\x2e\x7f\x20\xae\xa9\xa1\xf5\xe3\xe8\x87\x6e\x00\x32\x50\x75\x99\xfd\x7f\x83\xc7\xe8\x4c\xae\xd4\x87\xb0\x59\xbf\x02\x7b\xfb\x2b\xca\x1e\xf9\xa7\x1b\xf6\xcf\x97\xe1\xb5\xa9\x2d\x82\xed\x6e\xce\xfa\x1a\xc6\x96\x56\xf3\x62\xc4\xb4\xa2\x84\xbe\xc0\x5f\xba\x2e\xc2\xb0\xeb\x63\x34\xa8\x88\x23\x04\xe9\x35\x41\xb0\x81\xc1\xd0\xc0\x7f\xed\xc2\x35\xb0\x64\x44\x45\x61\x62\x35\x82\x91\x38\x7b\x3b\x7e\x0c\xba\xa1\x8a\x3c\xba\xb8\xd9\xa8\xde\xa2\xe6\x8b\x1b\x76\x9f\x75\x16\x37\x81\xad\xa0\x4d\x8f\x54\x97\x6d\xec\x05\xf7\x7b\x66\x3f\x6d\x9e\x7d\x24\x16\x2c\x78\xa9\xc4\xd3\x42\x77\x37\xac\x25\x9e\xe4\x73\xca\xf6\x05\xfc\x86\x26\xe6\x02\x8c\x7c\xde\xae\xac\xc0\x5c\x40\xb5\x5c\x69\xa1\x8a\x73\x85\x32\xe1\x85\xdd\x26\xfa\x5b\x4b\x9b\xf6\x0b\x98\x56\xa7\x90\xe5\x9c\xe7\x1d\x96\x4d\xec\x0d\x2b\xe7\x99\xa6\x02\xb9\x3e\xd1\xbe\x4f\x30\xf6\x91\x1d\x57\x52\x8e\xd1\xfd\xbd\x15\x67\x34\xee\x49\x25\x7f\x99\x43\x9e\x9f\x35\xa2\x71\x7f\x9f\xbd\x58\xce\xc7\xa2\xb4\x89\xcf\xbd\x69\x90\x5f\x8b\x92\x93\xbc\xe2\xa5\xe8\x3a\xaa\xac\x8d\xab\x00\x38\x2f\x27\xcf\x00\xca\x11\x3b\x3c\x38\x78\x54\x1d\x01\xfc\x40\x18\xb8\xf5\x66\x85\x68\x1c\xca\x3d\x40\xda\x47\x32\x7d\x5d\x11\x50\x18\xe6\x5e\xa8\x18\xc3\xf4\x6a\x91\x8a\xca\x65\x5c\xab\x28\xac\xda\x2c\xb9\x51\xb7\xd8\x59\xc9\x7c\x35\x70\x53\x02\x0f\xcd\x4e\xbd\x4b\x9b\xed\x6b\x9b\xf5\xab\xc9\xfe\xd5\x68\x01\x6b\xb4\x81\xc5\xbf\xdb\x37\x23\x5f\x6a\x19\x38\x60\xc6\x8d\xe8\xfd\x58\x6b\x63\xf5\x8d\x68\x4e\x73\xee\xea\x14\x6a\x64\xb3\x8d\x71\xa6\x16\x1c\x8c\x5f\xe4\x80\x4e\x67\x2a\xe1\x79\xb2\xcc\x21\x99\x80\x85\x12\x67\x75\xcc\x0a\xf6\x43\x56\x8a\x89\xbc\xa9\xa0\xee\x7c\xc1\x8b\xed\x1b\x65\x46\xad\xef\x14\xf4\x6d\xd8\x2d\xd3\x7a\x60\xc6\xc7\xac\x04\xb5\xed\xa2\x7e\x45\x21\xca\x9f\x2e\x9e\x3f\x0b\xe2\x40\xba\x9d\x5f\x3a\xc3\x52\x2c\x04\xd7\x5d\x4f\x75\x3d\xc3\x18\x2f\xcb\x4e\xcf\xfe\x14\x91\x7e\x03\x01\xd5\x7d\xc1\xdc\xb0\x16\xcf\xfe\xeb\xc7\x5c\x09\x33\xd6\xa7\xc6\xc2\x98\xe0\xd2\xf2\x71\x63\x57\xbc\x00\x7e\x65\xb3\xae\x58\x6b\xe6\x4c\x30\xdb\xbe\x6d\x7a\xf5\x1b\xa3\x73\x40\xb7\x45\x73\xfb\x4a\x49\xdf\x5f\x2a\x56\x8a\x60\xf2\x1e\xf2\x5b\xfb\xea\x0e\xd8\xed\x6f\xbf\x81\x85\x63\x07\xd7\x1e\xe2\x04\x2e\xb5\x32\x8c\xb0\x45\x05\x53\xdd\x9a\x40\x6d\x53\xc9\x02\xe9\xc0\x91\x1a\x62\x3f\x60\x4c\x9b\xc3\xd7\x7c\x4f\x62\xac\xfb\xac\x4a\x42\xf7\x76\xa1\x20\x87\x5b\x8c\x2c\x32\x00\xed\xae\x59\xe2\xa9\xec\x01\x96\xd4\xb8\x90\x8b\x47\x95\x01\x6a\x5a\xfb\xda\x00\x75\x7c\x37\xf7\x09\xdb\x36\xb8\x2f\xb4\x38\x7d\x5f\x4f\x83\x45\xfc\x2a\xe5\xfc\x07\x9e\x68\xd0\xda\x7a\x87\x82\xd0\xa7\xe4\xd1\xb6\x21\x6a\x93\xa3\x21\xbc\xec\xe0\x35\xa5\x8d\x69\x55\xaa\x49\x43\xeb\x0f\xf4\x52\x0c\xe6\x81\x34\x61\x65\x9e\x4a\xae\x51\xc8\xde\x93\x82\xd7\x81\xbf\x4a\x29\x8b\x2d\x2f\x18\x86\x7c\x01\x07\xd5\xc9\x76\x6d\x59\x4d\x06\x6b\xd3\x5b\x54\xda\xc0\x97\x4d\xd2\x41\x77\x9b\x75\xfa\xcc\x3c\xd2\x59\x9a\xcd\x45\xa1\x20\xcf\xa3\x59\x50\xa0\xa3\xa2\x77\x98\xb9\xc6\xd1\x4b\x0e\xde\xd4\x9c\x5e\x64\x64\xd5\x33\x80\x02\x10\x24\x0c\x7a\x87\xb5\x5d\x14\x35\x1b\x16\xdb\x9a\xa9\xaf\x72\xcc\x31\x29\x79\xa4\x6a\x65\x83\xba\x71\x35\xf1\x8d\x1f\x45\x56\xd4\x38\xbf\x64\x24\x18\xd3\x9b\x4b\x3d\x71\xab\xfc\xd0\xed\x6d\x7c\x68\x2c\x96\xe3\x3c\x53\xae\x66\xb5\x8b\x7c\x65\xff\x08\x12\xc4\x8d\x50\xa3\xf0\xd1\x32\x94\xca\xf2\x83\x47\x05\xf6\x39\x93\xab\x0b\x89\xef\xb3\x2e\x7c\xdd\xa0\x72\x80\x3c\x98\xdd\x9e\x4b\x56\xe4\x00\x54\xb5\x2a\xf8\xe3\xc7\xe6\x87\x89\xab\x62\x03\xae\x77\x81\x88\xef\x52\xff\x5a\x7d\xe1\x4e\x44\xdd\x80\xbf\x16\x1d\x7a\xa8\x63\x6f\x52\xbb\xfa\x2d\x6b\xc8\xc0\xea\x7b\x23\xd7\xde\x98\x8d\x35\x68\x6c\x55\xb9\xce\xc3\x08\xa3\x06\xec\xfd\x09\x69\x2b\xb9\xcd\xeb\x06\x28\x18\x0b\x4a\x0d\x1b\xe5\xa2\x56\xda\x1c\x3d\x17\x6c\x07\x32\x94\xcd\xd7\x6a\xdd\x8f\x26\xb9\x34\x27\xa8\x58\xb3\x09\x34\x96\x94\x09\x13\x4f\x9a\xf3\x2a\xba\x76\x8f\x6b\xd8\x50\x2a\x56\x30\x19\xaa\x39\x2f\xf5\x0f\x06\xc6\x93\xcc\xec\xbb\x25\xb0\xda\x6a\xfa\x0d\xac\x62\x68\x3d\xb4\x7d\xaa\xa5\x82\x25\x72\xbe\x58\xea\xea\x53\x40\x2e\xcd\x33\x49\x8b\x69\xc9\x73\xba\xbf\x28\x9d\xaf\xab\xa6\xe1\xa7\xa8\x9c\xfe\xbc\x71\xee\x7f\x69\x9f\x4a\x34\x13\xd0\x9b\x93\x3e\x2c\x11\x6c\x2c\xf4\x4a\x88\xc8\xb3\x95\xe6\x07\x01\x1b\x52\x13\xe2\xe8\x4b\x23\xc6\x2a\xe7\x39\x3a\x16\x6c\xce\x53\x70\x07\x04\x8e\xa5\xc0\x11\x1b\x83\xb9\xd1\x69\xd0\x8a\xbd\xa5\x48\x64\x99\xe2\x49\x44\x1f\x16\x25\x59\xa6\xad\x8f\x58\x61\xd5\x5a\x2c\xe7\x1a\xb3\xc5\xa6\x02\x37\xd5\x39\x9f\x5b\x4d\x47\xc3\xee\x5d\xc8\xc5\x73\x18\xd4\x96\x87\xac\xfc\x8e\xa7\xd9\x35\xa9\x6d\x23\x1b\xd4\xf1\xec\xcf\x40\xc5\x93\x1b\x97\x67\x03\x9e\xdb\xa7\x62\x9f\xfe\xf7\xbc\xda\xc8\x80\x71\xc9\x87\x0e\x1e\x6d\x52\x98\x35\x54\x0e\x6f\x48\xdb\x16\xc3\xbc\x5f\xe3\xd6\xc4\x67\x1b\x14\x60\x0d\x45\xfd\xc3\x4c\x52\x96\x45\xd5\x6f\x9c\xc8\xb6\xe2\x02\x5c\xea\xd1\x2c\xd6\xbf\x86\x4c\x52\x55\xae\x51\xd5\x8c\x54\xfb\xcd\x2c\xb1\xd7\x0f\xc0\xfd\xea\xb2\x37\x43\x32\x2f\xbf\x20\x79\x13\x5c\x4f\x28\xc4\x3d\x33\xbf\x6c\xe9\x6d\x08\xba\xb1\xf3\x85\x5c\xb0\x41\xcb\x4c\xb6\x69\xe2\x2a\xf7\x60\x9d\x4b\xef\xef\x33\xcc\xc3\x10\x66\x47\xe6\xa5\xe0\x81\xcb\x3a\x54\x36\x80\xa8\xe4\xcc\x25\x7e\x51\x4c\x5c\x8b\x72\x6d\x93\xfe\x3a\xb6\x1c\xa6\x6e\x6e\x53\xa3\xd3\x9d\xb6\xc1\xb5\xda\xed\x49\xb7\x95\xd5\x60\xae\xcb\x6d\xff\x1a\xe6\xd5\x94\x89\xa8\xb9\x5f\xe3\x59\xbb\x43\xef\x88\x29\xec\x04\xc0\x6c\x6e\xe5\x26\xa7\x0b\xdf\xd9\x92\x20\xba\x05\x64\x73\xc6\x6d\x4e\x40\x70\x86\xb2\xb2\xef\x53\x32\xf2\xcd\x85\x9e\xc9\x14\x92\x02\xa2\x79\x81\x72\x65\xa3\xc3\xbd\xb2\xee\xb5\x20\x0d\x20\xe4\x19\x57\x24\x13\x26\xe8\xbb\xff\x17\x56\x2e\x8b\x20\xa5\x28\x36\x93\x49\xb2\x2c\x77\x70\xb4\x8a\x44\x95\x9d\x34\xc1\x38\xc0\x1d\xb4\xc0\xa5\x1d\xe3\x4e\x1a\x60\xec\x1d\x69\x7f\x5d\x8a\xfa\x36\xd5\x2f\xad\x2a\x7c\x53\xd4\x32\x13\x63\x76\x6f\x59\xb4\xa4\xb8\xb6\xc2\x99\xdd\x38\x48\xcc\x81\x03\x67\xc5\xb4\x0f\x39\x39\x4a\x01\x6e\xca\x93\x65\xee\x14\x38\xca\xe5\x3b\x74\x76\x5d\xac\x17\x82\x19\x88\xa1\x68\x98\xf5\xa1\x73\x83\xfa\x84\x66\x60\x24\xa3\xfc\xe3\xd6\x6f\x7f\xcd\x56\x7c\x3d\x64\xec\x89\x84\x64\x48\x92\x84\x21\x23\x09\x2d\xcb\xb1\x05\xe6\x80\x60\xe4\x4a\x92\x93\x83\xdf\x72\xc1\xf8\x44\x63\x5e\x55\x2b\x47\xa1\x58\x35\xc9\xb9\x9a\x09\x85\xd5\x1b\x95\xb6\xc5\x65\xb2\xc2\x96\xc2\x08\xe6\x05\x35\x45\x94\x86\x14\xe8\x4a\x0b\x9e\x02\x02\xb0\x8c\xa2\xcb\x75\x89\xca\x21\xca\x06\xe0\x4a\x57\x18\x31\x00\x72\x28\x28\xcd\xd5\xac\x12\x39\x02\x68\xd9\x87\xc4\xbf\x4b\xad\xb2\x54\x54\xaf\x19\x60\x7a\xa8\xf6\x75\x75\x5c\x5c\xe9\x57\xe5\x6c\x74\xb6\x39\x79\x40\xde\xda\xee\x6a\x4b\x30\x34\xbf\x8e\xc0\xca\xea\xa2\xe5\xd4\x87\x90\x4b\xba\xbc\x53\xe6\xb8\x47\x69\xff\x1a\x5e\x3b\x5b\x6c\xe2\x94\x2b\xfc\x4f\x37\x32\x5d\x90\xd4\x51\x69\x12\xb4\x78\xec\x8d\x73\xdd\x9a\xe1\xe9\x6e\xe6\xaa\xdd\x9e\x7e\x1b\xad\x72\xad\xb8\x7c\xb4\x93\xf3\x81\xcf\xed\x15\x27\xc4\xef\xfa\xf7\x6c\x15\xe7\xb6\x3c\x7f\x55\xfa\xfe\xfe\xa8\xe1\x52\xab\xd4\xab\x2c\x62\xde\x50\xb4\xc6\x57\x96\xc2\x95\x2d\x72\x76\xf0\xe8\xfe\xa8\x9d\x20\x73\x76\xf7\x91\xb9\x04\x55\x95\x3c\xec\x28\x14\xd2\xd5\xff\x69\x70\x50\x60\xda\xbd\x11\xe4\x1c\x75\x34\x63\x41\xca\x97\xa0\xfa\x11\x1e\x45\x90\x43\x0c\xb4\xe0\xb2\x72\xab\xe8\x62\xb8\x73\xa9\x34\xc3\xa0\x4a\xfb\x96\xed\x33\x7e\xc5\x23\x69\xb7\x17\x2c\xae\x90\xba\x1f\x03\xb2\x93\xf0\xf0\x82\x47\x31\xf4\x82\x78\xac\xa4\xcc\x30\x9e\x90\x26\xe8\xef\x58\x57\x16\x69\x6e\xd1\xe1\xb1\x87\x5c\x8a\x78\xab\x01\xe6\xd8\xab\xf7\x1d\xa9\xb1\xe9\x90\x0b\xe2\x05\xad\x9c\x7f\x94\xe1\x83\x18\x01\xe0\x90\xe6\xd9\xe2\x7c\x7b\x76\xb7\xe0\x34\x46\x5e\xbb\xc1\xc1\xf4\xb5\x45\xab\x1c\xc8\x26\x1a\xfd\xed\xb7\xd0\x85\xb9\xde\x20\x48\xac\x78\xc4\x6a\xa0\xe9\x01\x10\xe4\x2d\x76\x8e\x14\x3e\xec\xd7\x6e\x4f\x1f\xa3\x81\xc2\xbb\x4f\xe0\xbe\x19\x2c\x30\x17\x20\x89\x3b\x07\x59\x9e\x87\xce\x0d\xbb\x22\x71\xfb\x34\xd5\xce\x29\xc0\xc5\xbd\x86\x0b\x0a\x82\xe0\x0b\x25\x4a\xfd\x18\xc8\x2f\x0e\x94\xed\x57\x9b\x7a\xe0\xd6\x60\xd0\x90\xc5\xb2\x8a\xd1\x30\xeb\x5f\x1b\x52\x29\x23\xfa\x76\x94\xbe\xb4\x95\xd7\xdc\x3e\x65\xe1\xf9\x37\x48\xab\xa0\xa6\x61\xe7\x42\x77\x88\xdf\x8f\xa4\x1d\xa4\xde\x1d\x26\xd2\xab\x05\x5a\xec\xef\xb3\xc7\x52\xcf\xbc\xe7\xcf\x8e\xcb\x24\x5c\x6e\x5c\xa4\x13\x17\xff\xc8\x65\xd6\x27\x12\xe6\xeb\xa4\xe2\x42\xd9\x1c\xa4\xb3\xac\x30\xe7\x59\xa4\x19\xd7\x02\x2d\xc0\xb8\x3e\x7a\xaf\xef\xb6\x93\xf7\xb6\xcd\xa5\x75\xdd\x75\x35\xfd\xf6\xcd\x0a\xb2\x5b\xc2\x2c\x77\x38\x89\x75\xa8\xb1\x7d\x78\x83\x4d\xa3\xf9\x0c\xda\x28\x86\x8d\xd7\x63\x7b\x9e\x81\x4f\x72\x43\x7a\xf0\x7f\xf0\x0d\x69\x45\xf0\x78\x1d\x5d\x9c\x68\x22\x8b\xb4\xfd\x92\xf4\x7e\x51\x8d\xf7\x64\x08\x2f\xbc\x2a\xa1\x56\xd0\x7f\xf3\x9b\xf2\x71\x94\x02\xc1\x5d\x96\x15\x51\xb3\xf5\xbe\xa4\x04\xdc\xbb\x32\xf6\xef\x8e\xaa\x42\xec\xb6\xeb\xd2\x73\xbd\x60\x97\x76\xbd\x31\x61\x03\x37\x5f\x98\xa6\x49\x7c\x4a\x43\x27\xba\x66\x76\xb1\x3d\x7b\xc3\x27\xbb\x19\xeb\xe2\xc6\x26\x14\xba\xeb\x91\xb6\x25\x0b\x4f\x7f\xc3\xad\x11\xe6\xb3\x68\xba\x30\x6a\x0c\x74\xd7\x6b\x23\x00\x7c\xe7\x9b\x63\x87\x2b\xf1\x13\x2d\xae\xca\x8d\xff\xf0\x05\xba\x01\xff\x27\x5d\x88\xf5\x93\xd6\x36\x9d\xdd\x6f\x43\x07\x73\xfb\x65\x08\x44\x13\x9a\x6a\x8c\xf8\x0d\x79\x78\x3c\x5f\x51\x9b\xaf\xc5\x8b\x80\xcf\x73\xa5\x96\x73\x5b\x12\x35\x52\x00\xf4\x00\x6a\xf5\xc5\xdf\xc3\x82\x1e\x3c\x2f\x05\x4f\xd7\xa4\x79\xec\x53\x4a\x2f\x7b\xd9\x41\x13\x50\xb6\x1b\x1a\xb0\xf7\xa9\xbf\x40\x4a\xb9\x0a\x52\xab\xe3\xad\x7c\x0f\xeb\x30\xf9\x6f\x45\x91\xf6\xa2\x85\xc2\xca\x82\xfb\xab\x14\xc9\x3a\xc9\x85\x0a\x1d\xd0\x21\x55\xca\x4c\x54\x4b\x58\x92\x5b\xf4\x42\x2a\x98\x0a\x7a\x52\xdb\x82\xc2\x56\x6d\x56\xca\xd5\x39\x56\x8e\xb6\x1a\xbc\x42\x58\xe3\x6b\x36\x61\x85\x48\x84\x52\xbc\x5c\xff\x77\xbd\x42\x43\x85\x4d\xad\xbe\xd0\x26\x05\xce\xa6\xea\x32\x3f\x0b\xb1\xc0\x88\x60\x0c\x31\x4e\x85\xa2\x6a\xef\x2e\xcb\x29\xad\x13\x93\xc7\xbb\x62\xb2\xa2\x00\x03\xad\x28\x29\xb3\x0e\x64\x04\x80\x0a\x04\x8c\x5d\xcc\x6c\x69\xe7\x09\xcf\xf2\x65\x29\xa2\x52\x25\x78\xce\x5e\x1b\x40\x10\x0f\x10\xc1\xf7\x70\xec\x29\x25\x56\x14\xb4\x82\x83\x5d\x6b\x47\x97\x5f\xd0\xce\x57\x24\xc2\x04\xf6\x9d\x27\x19\x3a\xe6\xbb\xb9\x13\x18\x58\x77\x87\x6e\x54\xaa\xb0\x14\x0c\x87\x39\xeb\x27\x4d\x37\xb6\x03\x7d\x6a\x41\x8a\xe8\xa4\x3b\x7d\x4b\xd3\x38\x90\xa7\x5b\x70\x5b\x0d\x25\x18\xd2\xaa\xd0\xa3\x59\x84\x7f\xd5\x1d\xeb\x99\x03\x15\x84\x2e\x47\x3c\xcd\xfe\x5e\xe5\xa2\x46\x26\x9a\xc9\x52\xcf\x28\xd1\x07\x46\x45\x28\x4a\x6d\x3d\x95\x14\x36\x8e\x71\x38\xb9\xd4\xc3\x6a\xbd\x95\x73\x5f\x35\xa5\x85\x89\x3f\xaa\x76\x39\xb5\x05\x55\x1a\x19\x74\xac\x2e\x35\x08\x67\x75\xa1\x29\xac\x8f\x04\xa6\x52\x9c\xaf\xb8\xe1\x73\xac\x53\x17\x26\x94\xa3\xa3\x9a\x69\x51\x72\x9b\xfc\x66\xb7\x08\x08\xab\xe4\x85\x0d\x7c\x52\x72\xe7\x7f\xf0\x9c\xeb\xd9\x70\x9e\x61\x7d\xe2\xaa\x96\x71\x87\xcb\x7a\x8b\x71\x0f\x05\x3c\xb3\x1d\x5d\xa0\x93\x60\xe4\x83\x47\xc1\x9f\xdf\x55\xa7\x16\xfc\x78\xff\x7e\x18\x9e\x51\x06\x6a\xe7\x40\x65\x7d\xdf\xb7\xaf\xd4\x09\x33\x84\x1f\x3c\x69\xdc\x39\x03\x9f\x90\xce\xb5\x60\xb3\x4c\xd7\x45\xe6\x95\x77\x25\x40\x79\x86\x71\x60\xd4\xb6\xba\xa9\x0b\x16\x59\x45\xe5\x2c\x84\x4e\x66\xa4\xfb\xfd\xd0\x2d\x43\x8d\xb5\x3b\xda\xd4\x25\x74\x06\xb2\x35\x55\x72\x39\xed\xee\x9d\x18\x06\x5d\x74\x34\x03\x60\x58\xb8\xcf\x40\x19\xb1\x3d\x76\x9f\xd5\x60\x32\x36\x2e\x05\xbf\x72\x9e\x3f\xf7\x76\x10\xca\x68\x0a\x7d\x16\xd8\xe9\x61\x16\x3a\x2b\x96\x22\x12\xb3\x5c\xb5\x35\x8f\xf7\x23\x56\x2d\x89\xe2\x73\x56\xd9\xd8\x24\x32\x8b\x60\xae\x69\xc8\x3e\xd5\xc7\x0b\x8a\xe7\xb2\x98\x5a\x0c\x6e\x28\xa6\xb6\x71\x42\xf5\x33\xfb\xf9\xe7\xf5\x83\xbc\xcb\x94\xeb\xcf\x76\x5b\x28\x31\x36\xf7\x60\xbe\x6a\xca\x39\x81\x97\x35\xdc\x21\x1e\xd6\x4a\x60\xf9\x53\x2c\x49\xce\xe0\x51\x13\xdf\x10\x45\x5c\xb7\xe4\x3c\x16\x6b\x1d\x36\xea\xeb\xb8\x13\x6a\x88\x37\x85\x88\x39\xad\xbc\x2f\x77\x43\x8b\x28\xd2\x3f\x0f\x29\xa7\xfe\x31\xd3\x84\x92\xd3\x9a\x96\x6c\x27\xe2\x8d\xea\xb5\x9c\x7b\xa5\x35\xab\xfd\x78\x5a\x91\xf4\xd1\x71\x4c\x04\xd7\xa2\xd3\xa7\xee\x37\x55\x0f\x25\x99\x2f\xf2\x35\x03\xaf\x23\x02\xb6\x16\x64\xd2\x8c\x38\x0a\x14\xad\x15\x3c\xfd\x1f\xc5\x59\x90\xd0\x6c\x9d\x51\x8c\x61\x84\xfc\x40\x3c\x67\x7c\x6c\x33\xff\x31\x24\x10\xac\x96\xda\x01\xc6\x22\x97\x25\x19\xa8\xcf\x04\xb0\x16\x0b\x2e\x0b\xca\x29\xba\x02\x9b\x41\x64\xa7\x19\xcd\xd7\x22\xba\x0d\x82\x9b\xd1\xfb\x7b\x90\x1b\xa0\xb6\x81\x58\x6b\x43\xdd\x85\x53\xde\x76\x9f\xc2\x45\x46\xef\x55\x27\x99\x8d\x97\xd3\x29\xc6\xf4\x6e\x7c\x76\x36\x85\x3f\xd6\xa0\x46\xca\x9e\xd6\xb8\xcc\x7b\xed\x3c\x23\xb8\xd3\x63\xb3\x27\x24\x0a\x32\xf4\x33\x96\x7a\x66\x93\x4d\x8e\xf9\x14\xdd\xa0\x89\x5d\x41\x9d\x06\xf7\x90\xb3\xf1\x1a\x41\x9a\x09\xeb\x51\x80\xb9\x63\x5d\x04\x4d\xe4\xbe\x68\xf5\xbc\x8d\x85\x84\x0d\x1c\x0a\x7e\xe5\xb6\xd8\xbf\xc2\x9a\x02\x50\x3a\x48\x4e\x26\x36\xa3\x81\xcf\x5d\xcb\x26\x19\xe6\x99\x5d\xea\xc0\x0d\x9b\xb2\x6e\xbb\x64\xc2\x3b\x04\xc8\x07\xce\x03\x9b\x7c\x6d\xa2\x9c\xbc\x2d\xc9\x82\xe2\x46\x95\x90\x90\x30\x78\xa4\x0d\x5a\x5d\x27\x11\xb5\xec\x45\xa4\x10\x90\xc0\xf6\xa9\xd5\xda\x6d\x98\xdd\x06\x98\xf5\x09\x56\x1b\xd7\x35\x26\xaf\x0c\xe7\x89\x22\xb2\xc9\xb1\x07\x82\xfe\xe5\xc4\x29\x24\x9c\x5f\x4a\x55\x29\x32\xe7\x6b\x74\xa6\xb2\xae\xa8\x24\xea\x5b\xd7\xae\x0f\x5b\x77\x1a\xc6\xb2\x3c\xab\x12\xbb\xef\x71\xd5\xea\x97\xf0\x8e\x9a\x39\x89\xe0\x3d\x06\xef\xe3\xdb\x2d\x58\xeb\x0f\xc0\xd2\x42\x47\x71\x97\x55\x77\x0a\x25\x90\x33\xf2\x93\xad\x45\x5b\x68\x2c\x41\x86\x5d\xec\x69\x43\x14\x65\x93\x40\x53\x22\x4b\xdb\xe3\xef\x4b\xd0\x37\x14\x40\xf8\xae\x4b\x98\xa3\x00\x73\xc9\x05\xa6\x09\x87\x30\x92\x3c\x17\xa5\x9c\x96\x42\xb9\x4c\x17\x81\xd1\x24\xb5\xd5\x70\x83\xd8\x0f\x33\x9b\xad\xa8\x8e\xae\x87\x0a\xaa\x2b\xfa\x09\x57\xab\xd8\x91\x73\xb3\x3b\xc9\xe7\x9f\x07\xc5\xbf\x8b\x0d\x8e\x27\x96\xe4\xc3\x67\x5e\x63\xc3\x77\x6e\x23\x6b\xda\xe0\xb0\x6f\x5b\x4a\x83\xe8\x92\x8a\x0f\x64\x13\xf9\xf4\xfc\xd9\x8a\x08\xd1\xf2\xff\x7b\x95\xea\xcd\xf5\xf4\x89\x3c\xcf\xa3\x04\xcb\xd7\x99\x58\x2d\x76\x8b\x92\x36\xfd\x8f\xf3\xbc\x39\xde\x00\xcc\x7e\xf0\x02\xaf\x30\xbb\xda\xcb\x38\x2a\xa7\x77\x50\x51\xd6\x6c\x74\x90\xde\x5d\x1b\xdc\x0a\x21\xba\xad\xed\x9c\x9b\xe5\x91\x83\x5e\xe3\xad\x1b\xdd\xe9\x16\x42\xbf\x62\xbf\x0e\x7a\x6e\x70\x7d\xaa\xd0\x4b\x75\x3a\x6d\x89\x15\x5c\x29\x2d\x72\x44\x8a\x5c\xc2\xda\xf5\x02\x6c\xc0\x0e\x1f\xc5\x3d\xff\x7f\xf6\xfe\xbe\xbb\x8d\x1b\xcb\x13\xc7\xff\xf7\xab\x80\xb3\x33\x26\x19\x93\x94\xec\xdd\xec\x74\x4b\x51\xf7\x4f\x96\xe5\x69\x6f\xec\xc8\x47\x92\x93\x9e\x71\x3c\x0e\x58\x05\x52\x68\x15\x0b\xb5\x05\x90\x14\xd3\xf6\xbe\xf6\xdf\xc1\xbd\x78\xac\x42\x91\x25\xc7\xe9\x87\x39\xdf\x3e\x73\x26\x16\x0b\xcf\xb8\x00\xee\xe3\xe7\x1e\x27\x5e\x80\xe4\xba\x45\x7b\x16\x76\x9b\xda\xbe\x0e\xbb\x46\xff\xdd\xeb\x6a\x20\xda\x3c\x33\x8a\xf4\xde\x45\x43\x4c\x6e\x63\x68\x22\x33\xa5\xdb\x3b\xd2\xe8\xa3\xcf\x02\x1d\xef\x4c\x2c\xec\x83\x54\x9b\x89\x84\xc3\x9c\xac\x36\xcc\x34\x20\xaf\xc3\x46\x11\x76\xa7\x58\xe9\x46\x3e\xb6\x23\x4d\x24\x68\x0f\x9c\xf0\x5a\x6e\x8c\x69\x54\x82\x25\xbd\xe3\xcb\xd5\xd2\xba\xa4\xbb\x08\xa6\x28\xd8\xbf\x07\x58\x91\x28\x8a\xd7\xf4\x2e\xba\xb9\x59\x04\x4b\x30\x4c\x47\x32\xa8\x86\x67\xfa\x28\xf2\xdc\x56\x9d\xfe\xe1\x3b\x9d\xbf\x27\x41\x13\xbb\xbb\x85\x78\xb7\xa6\x0b\x38\xac\x84\x7f\x7c\xdd\x71\x30\x0f\x9b\x32\x59\x53\x3a\xdc\x52\x43\x64\x04\x88\x05\x62\xf5\x27\xdf\x06\xfe\x7f\x53\xdd\xe8\x7b\x51\xe7\xb5\xcf\xbd\xdb\x85\xb2\x41\x26\xbf\xae\x07\x52\xed\xf3\x54\x4d\xfb\x46\xd6\x5e\xcf\x77\x2f\x77\x48\x1f\x80\x26\x8a\x02\x07\xe6\x9a\xda\x11\xc0\xe4\x36\xb9\x6b\x83\x1b\x2d\xbf\xa6\x77\x71\x64\x9b\x21\x37\x3c\x4c\xa0\x97\x71\x23\xf8\x83\xaf\x83\x2f\x68\x38\x38\xf7\x29\xbe\x0d\x1d\x4a\x86\x2f\x7a\xe2\xeb\xb5\x3c\xe4\xbb\xea\xf8\x2a\xfd\x70\x99\xf6\x92\x5a\x9c\xff\xe2\xef\x42\x6d\x2e\x2e\xea\xbf\x37\xc1\xed\xbe\x51\xe0\x3e\x76\x5d\x4e\x3e\x33\x62\x2f\xa6\xd3\x6f\xc9\x61\x9b\x3e\x0f\x7f\x73\xba\x4c\x3f\x03\x4e\x9d\x62\x89\x05\xdd\x3b\x83\xd8\xb0\x48\xfa\xe0\x32\x8e\xb6\x68\xbc\x1e\x53\xb2\x47\x6c\x40\x1b\x67\x1d\x00\xea\x41\xc4\xb7\x16\xe4\xbf\x46\x7d\xd2\xd7\x20\x4f\x28\x7b\xe1\xf6\x79\x85\xae\x23\x0f\xfb\x34\x38\x0e\x98\x63\xc0\xa2\xda\xb5\xc0\x07\xdd\x9b\xd8\xf9\x88\xb6\x56\x0f\x5c\x7d\xfe\x31\x16\x0f\xaf\x90\x3e\xeb\xf7\xac\x19\x76\xd0\xed\xac\x6c\x11\x08\x23\x03\x51\xf2\x4c\x00\x1f\x1a\xac\xda\x9f\x00\x1e\x1e\xf3\x67\x99\x89\x83\xd6\x45\x86\x08\xa4\x36\xe1\x5c\x94\xe3\x19\x74\x3d\x9e\x53\x18\xc8\xe0\xe0\xd8\xc4\xcc\x26\xc2\x5e\x82\xc6\x07\xd7\x69\x49\x41\x01\x90\xaf\x98\xbd\x54\x21\xa5\xca\x92\x96\x98\xef\xd3\x9b\xf5\x6d\xa4\x10\x48\xcb\x14\x57\x9c\x2e\x97\x54\xf1\xcc\xb4\xbb\x77\x15\x5d\xba\xbd\x04\x1f\xd4\x33\x50\xdb\x5d\x13\x71\x74\xe5\xc3\xe0\x3e\x8c\xe2\xb7\x9d\xaf\x56\x3b\x08\xb6\x5d\xc7\xc4\x71\x8f\xc2\xcc\xf4\x5c\x9a\x65\xd6\x2b\x45\x0b\x29\x60\xbd\x43\x65\x09\xc4\x2d\x0e\x67\x2b\x15\x07\xb1\xc1\xcf\x50\xf5\xe1\x68\x1a\xb5\x67\x72\x47\xb4\x73\xa8\x60\xee\x9d\x68\xb5\x09\x95\x51\xae\x28\x6c\xd7\xb5\xf7\xb2\x34\xe1\x47\x00\x8c\x07\x76\x43\x1b\x60\x8e\x99\x44\xc3\x23\x84\xf3\xa0\x65\x4e\x0a\xa6\x88\x4d\x7d\x6d\x9b\x32\xe9\xec\xd0\x6e\x8d\xa7\xcc\x1a\x12\xc6\xe8\x04\x0a\x0e\x0b\x39\x59\x55\xa6\xc1\x20\x37\xf3\xa6\x16\x10\xa0\x8e\xe9\x5e\x5c\x9c\x3f\x78\x81\xd2\x68\xd0\x28\x7b\x38\xd8\x08\xd2\x76\xbf\x33\x25\x82\x90\x37\x54\x39\x18\xf0\x03\x9f\xc2\x31\x85\x7a\x30\x6a\x40\x7d\x72\xc8\x07\x9d\xd1\x12\x20\x07\x6b\x9e\x9b\xa4\xb7\x2e\x8b\x92\x59\xad\x1b\xe6\x9e\x4d\x48\xee\xd8\x38\x76\xb6\x21\x4d\x04\x19\xb5\x6b\xd9\x4a\xbd\xd7\x6a\xd6\xe5\x39\xf2\x40\x85\x4e\xb1\x04\xc4\x04\xab\x6e\x2d\xec\xbe\xcf\x5e\xc7\x08\x12\x4e\x36\x8f\xd2\xce\xcb\x64\x92\x9a\x5b\x78\xa5\xfc\xe8\xbf\x87\xf7\x8a\xbf\x17\x2c\x85\xf2\x78\xb5\xf4\xe2\xba\xbb\xb7\x35\x74\x42\x9e\x19\x68\x03\x78\x3b\x6b\x51\x2a\xc8\xff\xe3\xd2\x0b\xa5\xa3\xd8\xac\xaf\x8f\xc9\x22\xe8\xc8\xea\xf9\xcb\x1f\xc6\x21\x5d\xe3\x10\xac\x27\x12\x58\x72\x66\x5b\x9b\x78\x31\x0e\xe1\x83\xe1\xd1\x35\xc3\xb8\x55\x9b\xbf\xd1\xde\x76\xf7\x5b\xf9\xd4\x2d\x06\x94\x1a\x95\x1a\x32\x9f\x02\x9d\x4d\xcd\xa0\xde\x20\xdd\xb0\xbc\xc5\xa3\x1c\x1c\x90\x17\x7c\xb1\xaa\x21\x4d\x12\xb9\x11\x1b\x32\xa7\x26\x83\x07\xee\x8a\xa6\x2c\x49\x30\x4b\x0d\xce\xdf\xba\x61\xe4\xac\x50\x34\x08\xde\xb6\x23\x78\xae\x7f\xb7\xc3\x30\xb1\x76\xcd\x18\xef\x80\x7b\xc3\x76\xec\x4d\xab\x42\x56\x4c\x05\x4c\xd8\x7d\xa4\x0f\x95\x92\x3b\x54\x97\xc4\x21\x2a\xef\x74\xd8\x1c\x5e\x70\x35\xbf\x46\x6f\x2b\x3f\x72\x93\xf7\x8c\x46\xd7\xdd\x98\x6c\x6e\x78\x76\x43\x54\xcd\x17\x0b\x56\xcb\x20\xc2\x38\xb8\x8f\x52\x4c\xa1\xd2\xec\x60\xe4\xac\x1b\x9f\x76\x3c\x19\x1b\xf0\xe1\x70\xe9\xb1\x2d\xf6\x28\xde\x9f\xea\x86\xd5\x6c\xe0\xa8\xd2\x36\xe6\x76\x2e\xbc\xae\x2b\x6a\x34\xc6\xb8\xcd\xea\xa6\x86\x58\x77\x29\x82\xe4\x51\x36\x65\x15\xa6\x76\xc3\x04\x64\x6b\x56\x7b\x32\xe8\x4a\x07\x1a\x99\x0e\xce\x0c\xd4\x1a\x73\xe4\x45\x49\x70\x2f\x58\x8b\xa5\x6b\x35\x12\xa2\x80\xa2\x20\xd7\xcd\x27\xc2\xe0\xea\xc0\xe4\x6a\x61\x03\x7a\x36\xb5\xc8\x18\xe6\xbf\xf0\x70\x85\x88\xf8\xf1\x89\xfc\xc9\x74\x3b\x74\x5a\x94\x51\x44\xcd\x7d\x84\x2f\x4f\xd9\x1d\xbc\x84\xa1\x62\x2d\x99\x6c\xb8\xca\x6e\xf0\xf4\x15\x8a\xbe\x0e\xac\x38\xfa\xd5\x24\x7e\x4a\xd3\xe7\x17\xaf\x3f\x3c\x3f\x7f\x75\x7d\xfa\xe1\xcd\xcb\x3f\x9f\xbf\x3a\x72\xa6\x47\xec\xc7\xb4\xf0\x1f\x56\x94\x09\x86\xf2\x1a\xc3\xd9\x39\xab\x3f\x24\x6c\xac\xdd\xfd\xbc\x7a\xf9\xfd\xf9\xbe\x6e\xd2\x12\xd3\x3d\x3a\x79\x73\xfa\xef\x9f\xd5\x49\x30\x4f\x38\x1e\x0b\xa6\x42\x24\xa3\xa8\xff\x4f\x81\x27\x99\xe4\x8b\x12\x19\x73\x48\xaa\x9e\xe3\x7b\x07\xc9\x09\x35\xc5\x03\x79\xb1\xbb\xca\xa4\x76\x33\xe4\x81\x03\xfb\x9a\x4c\x0c\x47\xfc\x99\x6f\x38\x84\x92\xff\x63\xbf\xde\x90\x06\xb9\xe7\xbb\xdd\x9c\x4e\x9f\xa6\x77\x3c\x4c\xf0\xfd\xfe\x4f\xd2\xf9\x1d\x80\x10\x19\xd1\x97\x15\x79\xe0\x85\x7c\xed\x47\x68\x62\xee\xd1\x77\xcd\xb1\x90\x92\xae\xd1\x71\x05\xdb\xc2\x92\x39\xc7\x7c\x77\x63\xfd\xfe\xde\x50\x49\x6a\x66\x20\x7a\xe0\x65\xc3\xdc\xf7\x08\x61\x2a\xc9\xb0\xe0\xb7\x0c\x71\xcf\x46\x06\x68\x5a\xb7\x84\xb9\xfb\xa5\xe2\xd9\xad\xf5\x03\x46\x20\xb1\x42\xe8\x2d\xe1\x4b\x66\x04\x1d\xb2\xa1\x5b\x3d\x12\x30\x77\xc2\xf3\x2f\x97\x00\xdd\x8d\xed\x3b\x60\x25\xb1\x42\x73\x80\x59\x45\xa9\xa8\x62\x53\xff\xd6\xad\x66\xad\x9d\x53\xf6\x26\x89\x72\x2f\x10\xc2\xf3\x23\xa2\xa6\x3c\x67\xa5\xe2\x73\xce\x6a\xeb\xca\xb8\xd5\x3f\x23\x58\xd8\x7f\xd8\xdf\xee\xfc\x6f\x7f\xc6\xdf\x3e\x1d\x63\xd2\x05\xd3\x35\x1f\x23\x19\x1c\x47\x97\x99\xde\xf1\xe8\x1e\x0b\x73\x89\x1f\x79\x9f\x9f\x2b\xba\x66\x0d\x57\x6b\x94\x26\x00\x73\x41\x5a\xa7\x1f\x70\x92\xe4\xe8\x18\xc9\xc9\xb7\x84\x4d\x0d\x40\xf6\xb5\x29\x87\x3a\xf4\x63\xf2\xf8\x31\x0f\x5d\x7c\x94\x59\x12\xbf\x3e\xc3\x66\xd5\x77\xfc\x7d\xe0\xd5\xe3\x64\x2e\x5c\xe5\x77\xd0\xc0\x94\xe7\xef\xe1\xcd\x35\xd3\x24\xc6\xb7\x36\xb8\x62\x9a\x13\x35\xc9\xc5\x8f\x9a\xbf\xb3\x32\x0f\xa7\x0f\x6e\xd4\x84\x6a\x0a\x60\x77\x5c\x2a\x14\x5a\x60\x5c\x96\x5c\x07\xe0\xf8\x50\x72\x79\xc3\x72\x70\xe1\xf9\xac\x35\x71\x13\x34\xb0\x1e\xcd\x79\x26\x56\x25\x20\x90\xf7\xc7\xbb\x67\x0b\x99\xdd\x83\x69\xfd\x48\x8b\xdb\x10\x7e\xde\x4e\xc9\x22\xf1\x8b\x92\x05\xf2\xde\x92\xd5\x0b\x16\x14\xe7\xb5\x6f\xc9\xe8\x04\x08\x2f\xf5\xb9\x2b\x19\x5e\xc4\xf6\xe4\x14\x4c\xdf\x9b\x16\xab\x65\xce\x4b\x60\xa2\x0c\xfb\x32\xa7\xd2\x80\xec\x12\x12\xf3\xa0\x87\xc7\x7f\x6b\xb2\xc2\x9e\x1f\x5b\xb0\x9e\x14\x81\x4d\xb7\x80\x60\xa4\xff\xda\x7e\x1e\x41\xfa\x55\x7b\x09\x4f\x9b\x43\x61\xf4\x7b\x60\x40\xc5\xbc\x84\x8c\x37\x9d\x96\x5b\xc4\xdc\x49\xfa\x1b\x5e\xe6\x06\xf5\xcc\x0f\xfe\xeb\x13\x78\xfc\x82\xe5\xec\xcb\xa9\x13\x92\xe0\xd6\x9b\x1c\xbb\x6d\xb4\x0f\xd7\x1e\x36\xd8\xe2\xdc\x49\x07\xf7\x1e\x56\xda\xcb\xc1\x93\x2f\xca\xc5\x93\xbd\x9c\x7c\xf2\x4e\x09\xd8\x16\x41\x72\x93\xfe\x7f\xc1\xa4\x5a\x69\xd1\x17\x21\xf5\x50\xa0\xc4\x24\x67\xa5\x62\xf5\x9c\xd5\x2e\xaa\x43\x3f\x18\x6e\xa7\xf5\x48\x52\xec\x77\xc7\xcb\x1e\x6a\x88\x22\x59\xdc\xd3\x08\x78\xa4\x40\xa9\x95\x24\x72\x05\x64\xe6\x95\xbe\xa0\xd7\x94\x8a\x6e\x65\xa0\x09\xb6\x1e\xa0\xba\xb1\x0a\xde\xd4\x86\xb1\xc4\x60\x87\xea\x7a\xf7\xd4\x81\x5a\x85\x51\x8a\xbd\x00\x00\xaf\x89\xc3\x30\x97\xbc\xcc\x98\xd3\x30\x59\x5e\x09\xb5\x5e\x7a\xee\x51\xce\x5d\xab\x94\xdc\x09\x1a\xbf\x0b\x6f\xf4\x9e\x1c\xa2\x4f\x8c\xff\x8f\xca\x20\x9e\xe9\x11\x36\x16\x99\x74\x90\x91\x9e\xcd\x44\x89\x49\x56\xf0\x6a\x26\x68\x9d\x37\xa6\xf6\x72\x9e\xca\x56\x82\xf6\x6f\x96\xfb\xf0\x4c\xef\x0f\x08\x48\x47\x74\xeb\x02\x10\xe6\x9a\x0e\x79\x19\x44\x90\xf9\xd8\xbc\x44\xd4\x79\xec\xbb\x6d\xdf\x91\x1b\x33\x64\x07\x73\x08\xaa\x1d\x3e\x37\xcf\xef\x92\x4b\x89\x68\x4f\x3e\x47\x88\x1b\xa3\x62\x77\xca\xe4\x27\xd7\x93\x21\x95\xa8\x40\x7e\xc5\x57\x0e\xf3\xe0\xdf\xb8\x18\x76\x46\xbe\x0a\x9c\x2e\xbf\xf2\x3e\xb9\xb6\x0f\xdd\x5c\xcf\x4d\xd8\xc1\x49\xeb\xcf\xf7\x64\xa4\x2d\x05\xdf\x0b\x5b\xe9\xb3\x80\x4f\x9a\xa1\xdc\x93\x1e\xa1\xca\xe4\x69\xcc\xcb\x46\xde\x1b\x7f\x0b\x78\xa6\x5d\x30\x20\xc1\x30\x3b\xf0\x5b\x94\x51\x92\xcb\x30\x32\xbd\x8d\x36\xe4\x1d\xb0\x59\x99\x3f\xa3\xd9\xad\xa6\x6e\xe3\xad\xe2\xdc\x90\xf7\xac\x66\x72\x0c\x28\x27\x41\x24\x7c\xbf\x31\x90\xd6\x08\xba\x22\xb9\x22\x87\x9a\x86\x5b\x4e\x23\x1a\x1f\x7d\x61\x64\x02\xb8\x66\x5f\xa7\x3b\xdd\xd3\xda\x8e\xdd\xbb\xbc\x72\xbb\x9c\xaf\x20\xb5\xc1\xb0\xf1\x5e\xef\xd8\xeb\xc7\xe4\xc9\xb8\x35\xde\x1e\x9e\x68\xed\x01\xee\x8f\x24\xeb\x1a\x4c\xdb\xe7\xaa\x87\x27\x5b\x07\x35\xb7\x90\x73\xfa\xe0\x2b\x34\xb6\x33\x88\x12\xf3\xa4\x0c\xa3\xed\x49\xcc\x09\x4c\xa4\x8e\x61\x74\x52\xf4\x8e\xd1\x90\xc4\x58\xba\x23\x1a\xa3\xad\xde\x4f\xdc\x50\x4d\xa6\x51\x26\xf6\x77\xdf\xcb\xa5\xcf\x8f\xe3\x41\x6f\x37\xef\x9e\xe4\xde\x1e\xd9\x78\xcf\x71\xef\x4b\xea\xcd\xf1\x75\xb4\xdb\xd6\x04\xbf\x10\x19\x30\xdb\xc6\xd2\x8e\x99\xed\x8d\x1f\x8c\x28\x09\x25\x98\x38\x9e\xdc\xb2\x6d\x2e\x36\xa5\xe5\xc5\xa9\x34\xec\xc0\x8b\x17\xba\x8c\x59\x08\x66\x13\xab\x5b\xab\xce\x12\xd3\xe6\x63\x52\x7d\x96\x87\xd6\x51\xec\xa9\x5f\x3c\x81\x28\x9f\x89\x7c\xfb\x1d\xdb\x3e\x17\x9b\x32\xf5\x20\xfb\x17\x32\xc8\x05\xda\x7c\x7b\xf5\x31\xb9\x65\x9a\xab\xba\x82\x74\x3c\x53\xcd\xa3\x69\x2e\xf3\x4c\xe4\x6c\xc8\xa6\x20\x5f\xb8\x37\xac\x10\x1b\x56\x7f\x07\xc5\x6f\xd9\x76\xaa\xc4\x2b\xfd\xc3\x19\x95\x81\x0d\x5a\xcb\xa3\xaa\x2e\x74\xa9\x8f\x1f\x09\x9b\x2e\x99\xa2\xdf\xb1\xed\x88\x3c\x7a\x14\xd4\x3f\x21\x5f\xad\xbf\x0a\x5c\x95\xa3\xb4\xf1\x51\x42\xe0\x88\xb7\x03\x64\x70\xb7\x46\x76\x83\x54\x94\x0e\x09\x4d\xfc\x41\x96\xc5\x1e\x4b\x09\x8b\xd3\xc9\xd5\xa4\x07\x97\xc6\x3c\x4d\x60\x9b\x06\xd0\xa6\x10\xea\xed\x2c\xb6\xd0\x2e\x18\x6c\xf5\xc9\x39\x32\x5f\xc3\xce\x10\x23\xfb\xd3\x28\x82\x3d\x4d\x94\xf0\x41\x15\x1e\xc3\x3e\xce\xad\x4c\x92\x00\xa9\xb8\xaa\x12\xa0\xd3\x4d\xbe\xfd\x78\x69\x43\xda\x9f\x92\x2b\x25\x2a\xf4\x25\x01\x5e\x1e\x85\x29\x51\xd1\x05\x05\xfd\x11\x95\xde\x72\x03\x79\x4d\x31\x1e\x11\xfa\xc8\xad\x35\xd3\x2d\x36\xc6\x5b\xec\xdd\x1c\xac\xfe\xc6\xcf\xf9\xda\x8e\x34\xb5\x5f\x6c\x2a\x95\xa8\xde\xd8\x41\xa1\xe3\x6c\x02\x73\x7f\xcd\x6a\x44\x6e\xf0\x1e\x05\x4b\x91\x7f\x66\x6a\x30\x97\x2e\xc1\xa0\x28\x44\x39\x87\x15\x55\xdd\x49\x87\xb5\x58\x36\x2f\xc4\xe6\x3f\xc8\x09\xaa\x55\xc9\x1f\x89\x35\xe4\x93\x23\x32\xc0\x6c\x44\x83\xd6\x14\x22\x0b\xef\xd2\xd9\x58\xa6\x28\x54\xd0\x42\xb1\x5a\x82\x19\x6b\xb9\x32\x4a\x98\x48\xff\xa2\xaf\x36\xf0\x72\x69\xda\xa8\x7a\x65\x66\x0f\xac\xb8\xaf\xc5\x9a\x19\x13\x4f\x9c\xa6\xd2\x8f\x29\x9e\x7b\xc2\x2e\x44\x4e\x82\x19\xc0\x4c\xf5\xeb\x76\xf1\xf6\xf2\xec\x9c\xbc\x78\xf9\xea\xfc\x08\x0d\xe0\x07\x7f\x91\x07\xf0\x8f\x0f\x16\xe5\x7f\xfa\x17\xa9\x8b\x6a\x89\x03\x23\x9a\x87\xd9\x88\x3c\x3d\x7c\xf2\x14\xd4\x05\x60\x1e\xe4\xab\x25\xb9\xb8\x22\xa7\x2b\x75\x23\x6a\x39\x25\xa7\x45\x81\xd1\xcf\x92\x68\x81\xa3\x5e\xb3\x7c\xaa\xdb\x78\x2b\x99\x43\xfa\x92\x88\x03\x92\x99\x98\xe9\x85\xde\xa3\x52\xdf\xd3\x5b\x42\xc9\xb3\xab\xe7\x13\xd8\x3a\x52\xf0\x8c\x95\xd2\x44\x33\x22\x74\xbd\x6e\x69\x0e\xfa\x76\x43\xeb\xaf\x5e\x9e\x9d\x7f\x7f\x75\xae\x45\x45\x36\x7d\xf0\x60\xa0\x57\x5b\xaa\x9a\x67\x6a\x70\xfc\xe0\x41\xc1\x67\xd3\x5a\xe5\xac\x1a\x0e\xf4\x3f\x21\xa9\xb6\x1c\x8c\x09\xfc\xf5\xc6\x29\xfe\x5f\xd3\x92\x2e\x58\x6d\x3f\xd4\x0c\x07\x68\xff\xde\x64\x83\x90\x8d\x83\xdf\xe6\xfa\x23\x6e\xe2\x77\x6c\x0b\xe2\xaf\xff\xe5\xa2\xd2\x3b\x24\xfd\x0f\x89\xae\xc2\x06\x1d\x31\x30\x56\xfa\x4a\xc1\x7d\xeb\x7f\x83\xac\x1b\xed\xba\xfa\xc4\xba\x5c\xfc\x41\xc7\x3f\x5c\x43\x76\x2c\xab\xae\x10\xa5\x54\xf5\x0a\x92\xd5\xd8\x38\xa6\x6b\xb3\xd5\x24\x2b\xa8\x74\xb2\xfb\xa9\xff\xbd\x5a\x69\x6a\x56\x62\xc1\xc0\x32\x92\x72\x97\x18\x93\x70\x06\x20\x2f\xdb\xee\x9f\x1c\x1e\x42\xca\x4b\xdd\x38\x1a\x58\x30\x97\xab\x31\x0c\x88\x65\x85\x2a\x6b\xdb\x9b\x25\x6f\x5a\x70\xb5\x0d\x74\x53\x35\x82\x40\xd3\x20\x79\x03\x3c\x75\x93\x82\xad\x59\xe1\x47\x8b\x57\x9e\x0c\x69\xc6\xe0\x7e\x63\x5a\x17\xb4\xfd\xa0\xf6\xb4\xe4\x28\xcd\x5b\x1b\x85\x14\xf5\xd8\x88\xfc\xe6\xf4\xd7\x6c\xe1\x70\x9e\xd1\x30\x64\x07\x0a\xee\x21\x6e\xc1\xa7\x84\xfc\x49\x6c\xd8\x9a\xd5\x63\x83\x8f\xc3\x97\xb4\xde\x06\xd8\xe3\xa0\xc0\xab\x6a\xa6\x86\x23\xab\x52\x84\x7c\x80\x92\xfc\x70\xad\xdb\x62\x32\xa3\x95\xe6\x76\xff\xef\x0a\x4d\x51\xa0\x74\x28\xd7\xe2\xd6\xf8\x65\xd1\x4a\xbf\x03\x35\x20\x3d\x35\x67\x1b\x79\x31\xc2\x52\x93\x0d\x95\xe4\x86\xd1\x35\x87\x04\x66\xf3\x02\x5a\x85\x13\x76\x26\xea\x2d\x79\x4d\xb3\x8c\xd6\xb5\x28\xd9\x40\x92\x17\x35\x5d\xb2\xd9\x6a\x3e\x67\x75\x4c\x05\xd7\x17\xcf\x2f\x86\xf5\x82\x97\x39\x1d\x1d\x11\xb0\xed\xa2\xb3\x41\x03\x5b\xc4\xea\x6b\x20\x4c\xbe\x0e\xb2\x0a\x49\x33\x55\x5a\x9b\xac\x3a\xb2\x2a\xe8\x56\x17\xde\xf0\x0c\x20\x94\x36\x9a\x14\xa8\xd4\x57\x73\x99\xd3\x1a\xd2\x52\xf0\x32\x68\xc1\xaa\x71\xf0\xb1\x33\x3d\x00\x31\xff\x9f\xef\xc8\x50\xaf\x92\x09\xa6\xdb\x9a\x1d\x0a\x52\x1a\x31\x25\x47\xbb\x72\x22\x56\xb5\xd0\xf7\xc6\xcb\x9c\xe0\x89\xd5\xd4\xee\x4e\x2a\x31\x5f\x49\x49\xc1\x9c\x87\x50\x80\x36\x2b\xa2\xa1\xe2\x7c\x6c\xbd\x7d\x60\x78\x03\xf3\x47\x94\x23\xc8\xed\x56\x23\xb7\xa1\xeb\x3d\xe4\x83\xec\x6f\x11\x76\xf2\xc1\x01\xb9\xde\x08\xfb\xc0\xf0\x52\x2f\x56\x16\xe8\x2d\x0d\xb9\xe1\xf1\xfb\x10\x67\xff\x82\xdf\x02\x55\x0f\xbc\x5c\x25\x55\x6c\x77\x69\x6f\x52\xff\xca\x58\xef\xbe\xf2\x69\xc8\xa3\x77\xd6\x07\xe6\x85\x83\x08\x5b\x28\x84\x66\x03\x4a\x61\x4d\x11\xe1\x63\xc9\x7f\xd1\x6b\x8b\x95\x9e\x01\x09\x4a\xab\xbf\x5c\x33\xc8\xab\xf8\x0b\x43\x22\xb2\xb6\xd2\x9c\x67\xa0\x81\x43\x57\xb0\x4a\x3f\x32\x26\x6f\xe7\x94\x90\xe7\xe8\x1c\x89\x89\xfd\x50\xbb\x6b\x40\x8e\x37\x02\x54\x8b\x39\x97\x74\x51\x33\x30\xae\x1e\x1c\x90\xd3\x42\x0a\x2c\xc0\x4b\x9a\x29\xbe\xb6\x23\xd3\x2c\xae\x6e\x04\x63\xf4\xf1\xbd\x67\xb9\xc1\x4f\xe2\x10\xd1\x0c\x09\x59\xe0\x68\x42\x45\x6c\x30\xb9\x46\x57\xc9\x9c\x6c\x87\xc8\x2b\x06\xce\x0b\xd6\xdf\xb8\x06\xdb\x20\x86\x6e\xae\xa4\x39\x64\xe6\xf0\x10\xd5\x48\x0d\x32\x8d\xdf\x7e\x7d\x1f\xb7\x36\xd5\xfc\x0e\x42\x5b\x33\xef\x04\x54\x98\xca\xd5\x4c\x66\x35\x9f\xb1\xa1\xcf\xed\x64\xf4\x8d\x46\xf7\x3e\x9d\x71\xe3\x9c\x3d\xda\xdb\x84\x73\x94\x8c\xbc\xd2\xee\xd5\x84\xe5\xdc\x4d\x0b\xc8\xd1\xee\x6d\xc0\x69\xb0\x03\x5d\x69\x58\x2b\x5c\xee\x9c\xaf\xcd\x33\x61\x53\x7a\x20\x4b\x6d\x79\x9f\x30\x6b\x5b\xf3\x34\xb6\x52\xe2\x07\x6d\xb0\xc0\x39\x54\x93\x24\x5e\x09\x3e\xfe\x76\x51\x88\x99\x7e\x40\x74\x43\xae\x11\x78\xe1\x02\x48\x53\xff\x22\x6a\x49\xc0\x3d\x8a\x88\xef\xcf\xe7\xc6\x77\xa1\x1c\x28\xc8\x3c\x6d\xcf\x86\x44\xa7\x17\x30\xa8\x52\xdf\xf8\x96\x29\xb4\xce\xd4\x6c\x22\x19\x78\x3d\xe6\x2c\x13\x35\x24\xf5\xf5\xf3\xb4\x61\x71\xe4\xc4\x58\x09\xdd\x4f\xe1\xbc\x7d\xa6\x05\xf4\x67\x30\x7e\x67\xa1\x1a\x1f\xd2\xc8\x45\x59\xc8\x69\x9e\xd7\x4c\x82\x95\xab\x41\xaf\x33\x9a\xdd\x5a\x4c\xb4\x77\xef\x6d\x47\x57\xe8\xb9\x41\x67\x44\x0b\x1b\x9e\xc6\x15\x9d\x81\x84\x14\x97\x06\x14\x34\x55\xd3\xec\x56\x5f\x2f\x9b\x1b\xe4\x54\xcc\x5d\xec\x5b\xc1\x01\x43\xa6\x6e\x56\x53\xc9\xf2\x63\xe7\x27\x7c\xfd\xec\xcc\x64\x48\x2a\x18\x85\x2b\xa8\xf0\xf5\x82\x3b\x9e\xd6\x4c\xaf\x79\xcd\xa4\x12\x35\x46\x0a\x58\x3b\x19\xdc\x0c\xe0\x71\xcc\x7c\xde\x2b\x53\xf1\xda\x0c\x5b\x13\x66\xbd\x62\xe1\x72\xfe\x70\x8d\x6e\x7a\xc1\xdd\xd8\x80\x1c\x84\x43\x4e\x34\x03\xed\x22\xe5\xc1\x58\xa1\x19\x07\x18\x32\x70\x2e\xce\x49\x15\xc4\xc4\x32\x0f\xec\xc0\x99\x58\x2e\x69\x99\xfb\x55\x5c\x1b\x01\xe3\x5a\x54\x61\xca\xed\xe8\x1b\xea\xcc\x53\x84\xff\xfc\xe5\x0f\x4e\xd3\x62\xb9\x48\x7b\x21\xe1\x58\xa6\x41\xf0\xbd\x14\xb5\x0d\x1d\x6f\x36\xe4\x02\xd1\x71\x02\xf2\x46\x73\x40\x76\x0d\x9a\xa7\x10\x0b\x5d\xe9\x32\x1f\x5c\xb2\x3c\xfb\xb4\x86\x5f\xa7\xcf\x5e\x5d\x9c\x7d\x97\xec\x47\xb3\xff\xb6\x83\xe4\x48\xcf\x74\x89\xe6\x50\xcf\x70\x78\xb3\x82\x97\xb7\x44\x94\x07\x9a\xd0\x01\x1a\x51\x9f\xa3\xa5\x1c\x83\xe5\x6f\x53\x73\xa5\x58\xa9\x19\x2c\xcd\x42\x68\xf1\x2f\x83\xd7\x61\xab\x39\xa5\x42\xd0\x1c\x52\x28\x87\x9d\x3d\xd3\x0d\x9e\xe9\x86\x80\x9a\x9f\x1c\x1e\x8e\xc9\x93\xc3\x43\x47\xd5\x6f\x6a\x36\x99\x81\xac\x23\xca\x33\x5f\xe3\x83\xb5\x68\xd9\x14\x6c\x88\xb8\x63\x7d\x8b\x73\x61\xb4\x07\xa2\x26\x8c\xda\x67\xd3\x2c\xb1\x19\xbd\x16\xcb\x78\x66\x0c\xc7\x30\xa2\xe5\xf6\x22\xee\xc3\xdf\xa0\xc1\xaf\xe9\x8b\x54\x32\x33\x65\xcc\xd2\x02\xe9\x54\x52\x23\xab\x19\x35\xfe\x78\xc8\x10\xe8\x23\x44\x17\x0c\xcc\x64\xc6\x41\x8b\x66\x37\x44\xac\x54\xb5\x42\x7b\xde\x2d\xdb\x4a\x55\x8b\x5b\x16\x02\x85\xf0\x92\x2b\x4e\x0b\xfe\x0b\xb2\xb3\x06\x8e\xd2\x32\x6d\x4b\x94\xaf\xdc\xc4\xf4\xf5\xb2\x00\x0f\xad\xc6\xde\x9a\xef\x73\x51\xb3\x5d\xdf\xf1\x14\x5d\x94\x17\x30\xaa\xce\xcf\xdf\xd9\x91\x76\x94\x00\x89\xfc\xb4\xae\xc5\x46\x97\x6c\x1d\x86\x7a\xc5\xd0\x22\x69\x5d\x60\x9d\x31\x19\xf5\x07\xa8\x30\xaa\x99\x66\x0d\x0c\x3b\x40\x8b\x42\x6c\xec\x4a\x3a\x7d\x6b\x70\xef\x30\xaa\x5e\xeb\xca\x97\x50\x0b\xd1\x50\x68\x21\xfd\xe5\x63\x1f\x98\x19\x2b\x0a\x2d\x92\x97\x9e\x40\xf5\x4f\xa7\xab\x9c\x8b\xfd\x89\x7d\xa9\x2e\x36\xf0\xaf\xb1\xaf\x1a\xe5\xf5\xd5\x3f\x4f\xb0\x6c\xaa\xa8\x64\x5e\x7c\x1d\x0e\xaa\x9a\xe9\x13\xa3\xc5\x58\xba\x52\x62\xe0\xa8\xed\x54\x5f\xcb\xd1\xb8\xf5\xcd\x39\xd7\x1c\x21\x64\x4e\xf3\xcf\x12\xdc\xf2\x0b\x56\x32\xfd\xc8\xe5\x64\xa8\x99\x38\x0b\x31\xca\x8b\xad\x61\xd6\x6e\xc4\xa6\x1c\x45\xb3\xfe\x3e\x68\xef\x15\x97\x2a\x7e\x68\x7e\x34\x4f\xcb\x86\x61\x2f\x95\x1e\x8b\x94\xfa\xee\x0e\x38\xb4\x68\x4c\xc1\x96\xc8\x5b\x25\xaa\xb0\x83\x67\xcc\x44\x24\x85\xfb\x72\x16\x5f\xe7\xf8\x98\x3a\x49\xd3\xf8\x34\x82\x69\xf9\xf9\xf9\xd9\xd5\x99\x7f\x4e\xf5\x07\xa3\x79\x08\x52\xdc\x34\xee\x40\x50\xc1\xcd\xb8\x92\xee\xea\x6e\xdd\xb4\xc2\xb7\xe1\x99\x48\xd3\x70\x20\x1a\x98\xb4\x51\x60\xb3\x77\x19\x0b\x21\x3f\xb3\x7e\x42\xa7\xad\xe4\x54\xad\x21\xfd\x70\xdd\x94\x7a\xbd\x94\x1c\x9c\xe0\xb5\x8a\x06\xf2\xc3\x75\x9b\x93\xbb\x35\x1a\x18\x7b\x33\xba\xba\xee\x43\xd8\x82\xd5\xd7\xc4\xed\xfc\x3b\xd0\x4a\x41\x5e\x5e\x18\x67\x1b\x9a\x45\x9a\x27\x13\x08\x0c\x3c\x1c\xaf\x73\x4c\x9f\xc9\x24\xec\x84\x58\x29\xc2\xee\xf4\x8e\xd9\x5c\x99\x88\xae\x0d\x06\x2c\x47\xaf\x2e\x2d\xbe\x09\xbf\x15\xd1\xa8\xdc\x53\xf6\xf2\xa2\x31\x41\x73\x39\xc0\x4d\x30\xc9\x0a\x9e\xdd\x4e\xf2\x9a\x2e\x62\x6f\xf9\xf4\x56\xb2\x52\x73\x5c\x70\x0d\x3c\xaf\xe9\xc2\x04\xef\x05\x4c\x08\x3e\x47\xa2\xda\x5e\x94\x06\x9a\xa4\x71\x7d\x41\xaf\x97\x7a\x7f\xcf\x74\xcf\xc0\x86\x27\xcb\xc0\x97\x67\x2b\xa5\x00\x67\x21\xbc\xdd\xec\xa1\x31\x20\xa4\x00\x3b\x65\x03\x19\x80\xcd\x44\xbf\x98\x19\xbb\xa1\x6b\x1e\x3c\xc9\x7a\xd0\x58\xee\x47\x28\x66\x7d\x53\xdc\x61\xc1\xc1\x6b\x6a\x73\x96\xba\x53\xcd\xcf\x59\x11\x20\x9a\x64\xcd\xe0\xcd\xd0\x92\xd7\x87\xe1\xef\x0e\xc7\xe4\xe9\xff\x0a\xfd\x1f\xac\xab\x8d\xe5\xd4\xa2\xfc\x52\x4c\xbd\x41\xb9\x3c\x96\xdb\x21\xbb\xb7\x95\xf8\x53\x86\xde\xd0\x3c\xe1\xfc\xa0\xcd\x1e\x5d\x32\x9a\x6f\x87\xa3\x63\xf2\x29\x16\x6a\x42\xa4\x25\x83\x12\x14\x31\x48\x32\xa5\x5a\x08\xf9\x1f\x7d\xce\x1e\x10\x02\x5c\xd0\x11\x19\xc0\x7f\x61\x74\xcf\xce\x4f\x5f\xeb\x1f\xce\x4f\x5f\xc3\xdf\x6f\xbf\x7f\x7e\x7e\x09\x51\x00\x64\xe0\xfe\x3d\x48\xb9\x37\x35\x1f\xa5\xc0\xf4\x80\x77\x9d\xbe\x91\x6c\xb4\x56\x28\xb8\x38\x14\x6b\x7d\xd9\xac\x24\x0b\x9d\xcd\x7c\x39\xfb\xa0\x53\xe7\xb8\x10\x24\xf4\x43\xe5\x1b\x8e\x00\xc5\x1d\x12\xd8\xf4\x1e\x98\x40\x81\x56\x96\xbf\xe4\x2a\x45\xfe\xea\xe1\x3e\x34\xc2\x92\x43\x8f\xa7\xe7\x81\x14\x81\x9e\x77\x73\xf2\x3b\xef\x7d\x79\x07\x3d\xec\xee\x4c\xd1\xd9\x8f\x26\x39\xe7\xef\xda\x50\x40\x09\x95\x53\x1b\x50\x4a\x3f\x87\xf1\xea\x56\x81\xdb\x7a\x8c\x49\x15\xea\xad\x6c\xaa\x39\x2a\xa5\xc8\x40\x77\xa8\x45\x6c\xb8\x6e\x55\xd8\xb1\x75\xc5\xf5\x30\x82\x6c\xb3\x63\x60\x4d\x65\x9a\x3f\x12\x00\xe7\x4b\xbd\x2b\x55\xa2\x0d\x42\x5e\x88\x7a\xa3\x6f\x65\x59\x50\x79\x63\x35\x6a\xa1\xd2\xd0\xc0\x56\x21\x26\x4d\xee\x3d\xfe\x41\x15\x17\x0e\xc0\xee\x1a\xea\xf3\xf4\xd6\x6b\x86\xcf\xab\xf3\xdc\x2f\x00\x67\xbb\x16\xb7\xcc\x13\xaa\x19\x8f\xed\x5f\xd5\xb4\xb4\x18\x2b\xd2\x69\xa6\xf7\x6c\xad\xbf\x1a\x42\x12\x72\xcb\x31\x8e\x86\xd5\xa5\xe7\x73\x7f\x4c\x6b\xc4\x75\x1c\x1e\xfc\x74\x70\xb0\x18\x93\xc1\x20\x08\x9d\xf3\x5a\x44\x65\x01\xc0\x43\x9c\xad\xb9\x0c\x71\xa9\xf0\x87\x69\xce\x40\x37\x05\x72\x7e\x94\xe4\x6d\xde\x78\xde\x5b\x06\x8a\x61\x63\x98\x41\x34\x2c\x36\x4d\xf3\xfc\x62\x06\xf6\x9d\x5a\x0e\xf5\x75\x3f\x36\x26\xd8\x01\x2d\xd4\x64\x51\x4f\x34\xa7\x31\x38\xf2\x8b\xb2\x8e\x91\xbe\xd7\x00\xf7\xb8\x2a\x8a\xd0\x2d\x17\x20\x11\xe9\x9a\x2f\xa8\x12\xf5\xb4\xa0\xe5\x62\x45\x17\x2c\xb6\x82\xeb\x7a\x03\x56\x4e\x56\x72\x10\x56\x25\x64\xad\xb9\xcd\x52\x94\x6c\xe0\x3d\xac\x1b\x4e\x1d\xae\x18\x58\xa8\x26\xb4\x50\x61\xd9\x07\x51\x1d\x58\xdc\x6d\xc5\xc4\x9c\xc0\x58\x07\x48\xec\x51\xa7\xba\xad\x75\xdb\x48\x9f\xec\xb9\x3d\xbc\x4f\xa1\xeb\xf2\xc3\x83\xff\x1a\xea\xaf\x1f\xc1\xf3\x81\x16\xea\x63\xc1\xe6\x30\xc4\x8f\x6e\xb0\xa3\x7f\x39\x98\x2a\x26\xd5\x70\x3d\x1a\x25\xdb\xb5\x3e\x79\x96\x50\x2d\xff\x33\xa5\x85\xfa\xf7\xfa\x35\x42\xa1\xad\xad\xa9\xfa\x81\xdf\x2f\x4d\x9e\xb2\xa2\x19\x9b\x70\x39\x59\x32\x45\xfd\x2f\x1d\x7b\x98\xec\xe3\x99\xad\xf4\x52\xbe\x66\x8a\xba\x3f\x3b\x7a\x35\x7d\xdd\xa7\x07\x6c\xb8\xa3\x3d\xc9\xca\x5c\x4e\x36\x37\x54\xed\x20\x3c\xbd\xd0\xc8\x77\x7e\xfc\xdd\x64\xc6\xd5\x47\xe3\x12\x3c\xb9\x65\xdb\xee\x05\xc6\x1a\x7b\x96\xf8\x4a\xf7\xff\xa3\xe6\x19\x13\xe3\x5b\xe5\xfa\x2d\x9f\x80\x20\x04\xd2\x56\xc7\x18\xf5\x61\xa7\xf5\x16\x28\x0b\xde\x98\xe1\xc1\x7f\x15\x7c\x36\xb1\x56\xc9\xa3\xe1\x4f\x57\x8f\x47\x07\x91\xb3\x3c\xad\xb7\x51\x08\x83\x1d\x5c\xa7\x84\x25\xeb\x2c\xc9\xb1\x74\xfc\x2f\xb4\x8a\x4e\x17\x4c\x3d\xa7\x8a\xbe\xad\x0b\xdd\xef\xbb\x27\xef\x47\xdd\x44\xdf\x73\x24\x64\x3d\x8a\xfd\xe4\xdd\xb2\x19\xa9\x69\x12\xca\x54\xb0\x86\x3b\xaf\x96\x47\x8f\x48\x28\x67\x25\xd7\xa6\x5b\x1e\x8b\xd6\x25\xfc\x3e\x0d\xe4\xbd\x13\x7d\x25\x2c\x6a\x5a\x2a\x96\x07\x97\x08\xba\x04\xed\xeb\x23\xbe\xb8\x0e\x0e\x74\x2f\xec\xc8\xa7\xea\x07\x4f\xf0\xa8\x67\x83\x0f\xf9\xc6\x0f\x00\x34\xc6\x26\x71\x7f\xdc\x98\x09\xdb\xd5\x55\x20\x90\x1e\xa1\x27\x7d\xc2\xaa\x9a\x49\xcd\xd1\x88\x39\xa1\x18\x5b\x8f\x89\xfb\xc9\x10\x1c\xfd\xa9\x24\xb4\x8c\x1b\x14\x25\x88\x1d\x56\xbc\x1a\x21\x4f\xa6\x1f\x02\x52\x70\xa9\xb4\xe4\x84\xda\x9f\x7a\x95\xc8\xc6\x1c\xb4\x14\x37\x7b\x0a\xd1\x71\x62\x4e\x36\xa2\xbe\x05\xb5\xa5\x4d\xa9\xa1\xd9\x1e\x0b\x5e\x1c\x08\xd6\x94\xe4\x9c\x16\x62\xe1\x10\x62\xc3\xd6\xdc\x03\x09\x3c\x0c\x25\x5f\xa1\xa8\xa4\xc4\xc4\xac\xdd\xc4\xef\xde\x57\x64\x06\x92\x4a\x38\x3a\x0b\x6a\xbc\xa1\x75\x39\xec\xa6\x3b\x30\x44\x6a\x91\xcc\xe1\x5d\x83\x81\x08\xd4\x01\x83\xee\xec\xd6\x83\x3e\xaa\x82\xc1\xa8\xf3\x35\xba\x17\x01\x5b\x19\x29\x79\xa2\xbc\x46\x6c\x02\x0a\xd1\x7d\xb7\xaf\x64\x70\xad\x07\x4a\xb2\xe1\x7a\x74\xdc\xd9\x26\x5f\xd2\xc5\xde\x37\x23\xb2\xf9\x84\xed\xbf\xd4\xb5\x77\xb6\x0f\xb6\xa9\xcf\x6d\x1e\xec\x6e\xbb\x5a\xb7\x5a\x97\xcf\xee\xe1\x8d\x69\x20\xdd\x0b\x3e\xb1\xf8\x4c\xdd\xff\x81\x75\x35\xe0\x9d\xd9\xf5\xb8\x3a\x5e\x7a\xb2\xa4\xd5\xc4\xca\x6d\x72\xd7\xab\xe8\x19\x32\x2d\xd6\xae\x9d\x95\x59\xcc\xc9\x05\x28\x2e\x46\x29\x78\x75\x3c\x2c\x6f\x22\x41\x22\xe8\x19\xd2\x56\x3b\xed\x9c\xb5\xa5\x96\xdd\x07\x65\x80\x4a\x92\x23\x5d\x22\x78\x14\xc2\xc8\x00\x12\x41\xb2\xdb\x45\x5a\x2b\x1f\x47\xfe\x9a\x56\x26\xda\xc1\xb3\x63\xdd\x05\x25\x53\x17\x76\x81\xda\xbb\x86\x82\xf5\x04\x94\xff\x3d\x4e\x4a\xa0\x2d\x1f\x3e\x7c\xb8\xb3\xb5\x09\xd8\x10\x3a\xda\xb4\x0f\x59\xb0\x0b\xa7\x75\x4d\xb7\xe4\xd1\xa3\x68\xe1\x2c\x83\xfa\xee\xf0\x3d\xf0\xa8\xe8\x1d\x33\xe8\x2c\xf6\x24\x2a\x16\x3f\x43\x2a\x56\x26\xc4\xe6\x89\x75\x8b\xa7\x6e\xf1\xc7\xf7\x6f\xf4\xdd\x7a\x4c\xd6\xef\x77\x72\xeb\x07\x07\xe4\x05\x95\xca\x58\x5f\xbc\xf5\x9f\x96\x84\xd5\xb5\xa8\xa7\xbd\xfb\x0a\xec\x2b\xae\xbf\xe4\xee\xf4\xbd\x15\xcf\xbc\xc9\x28\x41\x37\xfa\xe7\x49\x45\x0b\xa6\x14\xfb\x42\x27\xb0\xf5\x33\x90\x44\xcf\x73\x99\x1e\x4f\x70\x26\x29\xd0\x97\xa8\xbf\xdc\xe1\xf4\x2e\x77\xf8\x9f\x37\xd8\x3b\x39\x09\xbf\x48\x25\xb2\xdb\xb3\xe0\xf3\x34\x13\x65\x46\x2d\x52\xa1\x3b\x0a\xe1\x2c\x5d\x5a\x9d\x5b\xb6\xd5\xbc\xc0\xba\x21\x08\xd2\x9a\x70\x2d\x57\xd3\x5a\xb2\x97\xa5\x1a\x6a\xce\xfe\x38\x28\xa0\x1b\xe4\xf2\x7b\xfa\xfd\x90\x8f\xf4\xa2\x72\xf2\x2d\x39\xc4\x7f\xfc\x81\x3c\xfd\xe6\x9b\xb8\xb9\x38\xdf\xc1\xe0\x65\xb9\xa6\x05\xcf\x09\xba\x05\xf3\x92\x98\x45\xc5\x65\xd1\x23\x7a\x4c\x06\x66\x8d\xde\xdd\xb2\xed\xfb\xa8\xeb\x66\xca\x82\xc6\x92\xb9\xe9\xbe\xe3\xef\x9b\xa3\x80\x24\x40\x8b\x59\xbc\x7c\xa5\xa8\x97\xa0\xd8\x3c\xbb\xba\xc2\x5a\x71\x6f\xba\xb1\x7a\x31\x1b\x35\x76\xb4\x63\x6b\xde\x71\x40\x42\x5f\xcc\xe2\xc1\x35\xff\xd5\xbe\x7e\x63\xe7\x1f\x08\x53\xf0\xee\x88\x78\x17\x87\x7b\x9c\xb8\x97\x9b\x7e\x49\xbd\xdb\x08\x8e\x5c\xb5\x9d\x88\x72\x82\xd6\xb0\x7d\x07\xb8\xa1\xf4\x7e\xf8\xb0\xf9\x86\xae\x24\x9b\x18\xe5\xee\x04\xf5\xd4\x13\x5d\x67\x5f\xbb\x1d\x5a\xeb\x76\xfb\xa0\xb8\x9e\x38\xd3\xdd\x04\x5c\x11\x7a\x75\xd1\xad\xf2\x4e\xf4\xa2\xea\x62\x52\x15\x2b\x39\x59\xf2\x72\x25\x27\xbf\xb0\x5a\x4c\x7e\x11\x62\xd9\x9b\xeb\xd0\x2d\xbc\x29\x56\xf2\xb5\xae\xff\x9f\xac\x16\xff\x29\x00\x76\x34\xd9\x53\xd6\x6b\x02\x51\xdb\x67\x66\xec\xc9\xf6\xd6\x13\xf4\x03\xba\x4f\x83\x3f\x58\x23\xc5\xba\x45\x64\x0d\xb6\xed\xcc\x95\x6e\x5f\xe0\x8c\x4a\x35\xa1\x92\xd3\x72\x42\x97\x33\xbe\x58\x89\x95\x9c\x50\x39\x51\x1b\xa1\x5f\x88\xd5\xb2\x8b\x47\x44\x8f\xe1\x69\xcd\x16\xb4\xce\xcf\xfe\x72\x7b\x6a\x6b\x27\xe6\x88\xf6\x99\x09\xe8\x21\x26\xfa\x62\xa8\x45\x97\x60\x1b\x32\x30\x58\xed\x77\xcf\x38\xc4\x02\xd5\xa2\x48\x6e\xbd\x69\x7c\x26\x8a\x2e\x55\x83\x5f\x97\x6d\x99\x3d\x13\x45\x7e\x45\xe7\xec\x4a\xd1\xc4\xe1\x0a\x1a\xd3\xab\x30\x03\x9d\xd4\xbe\x66\x77\xdf\x0a\xd8\xa4\xee\xf6\x54\x3e\x43\xf7\xf2\x60\x1a\xf7\xb8\x1a\x76\x37\xd4\x9a\x42\x2f\x56\x4e\x2f\x88\x2e\xb8\x73\x35\x5c\xe4\xf3\x64\x53\xf3\xfd\x54\xea\x76\xee\xcc\xd6\xfb\x51\x57\xdb\x35\xd8\x9c\x65\x4f\x9e\xf6\x6e\xf7\xb9\x2e\x9d\x6c\x6e\x2e\x4a\x35\x99\xd3\x25\x2f\xf6\x1e\x4e\x3d\xf5\x17\xa2\x54\x2f\xa0\x74\x6b\xea\xd0\x52\x2f\x21\x8c\x29\xdd\x4c\x5a\xe4\xc2\x56\x96\x02\xe1\xc9\x7e\xf5\x90\xac\x0f\x47\x6f\xde\xed\x45\xec\xf6\xd1\x1e\xe0\x8d\x58\xb2\xc9\x2d\xdb\xca\x89\xf1\x65\xec\x7b\x03\xe9\x8a\xdf\xb1\xad\x74\xb6\xd6\xe6\x56\xe8\x92\x9a\x8f\x2d\x17\x5d\xdc\x60\x42\xf2\x33\x15\xf0\xea\x6f\xb0\x46\x0f\xd7\xa3\x16\x27\xd6\xe0\x2b\xfb\x09\x73\xc0\x50\x0f\x07\xe7\xfa\x3f\x9a\xb1\x09\x46\x1a\xd8\x71\x8e\xc8\x39\x00\x68\xb1\xdc\x58\xb4\x07\x3d\xc4\xb4\x7a\x9b\xd2\x60\xb4\xe7\x47\xf3\xfc\x99\xf9\xf7\x30\xd0\x09\x92\x8c\x22\xf6\xd0\xdd\xaf\x19\xb7\x66\xc9\x82\x4c\x54\x0d\xee\x7f\x49\xef\x26\xa8\xe2\x9f\x58\x7f\x84\x1e\x07\x6f\x49\xef\x30\xac\xef\xca\xfa\x30\xb4\x77\x1c\x12\x34\x23\x31\xd1\x9a\x4d\xe6\xfa\x5f\xbd\xb7\x1e\x2a\x6b\x82\x3a\xad\xd9\x0b\xfd\xdf\x64\x07\x8a\x1a\xad\x82\xd1\x53\xf7\x6f\x5d\x51\xd0\x26\x9c\xa3\x27\x46\xa2\x6d\x70\x3b\x40\x13\x04\x6a\xd4\x7a\xbd\xc8\x1d\x7e\x03\xe9\xd6\xa1\xc5\x09\xaa\xe4\xfa\xdc\x05\xaf\x1b\x0e\x07\xad\x1b\xa1\xa2\x8b\xcf\x3b\xbd\xba\xe2\xce\xd3\x5b\x51\x29\x27\xb4\x50\x13\x23\xed\xde\xd3\xc0\xa5\x79\x78\x21\xef\xbc\x87\xad\xb7\x76\xad\x24\xab\x4f\x17\xac\x54\x56\xeb\xff\x9a\x66\xe4\xe2\x8a\xfc\xf9\xc0\x1f\x77\x90\x87\x5f\x31\x45\x4e\x0b\x35\x79\x32\x9d\xfe\xde\x80\x37\x8a\x08\xcc\x77\xa8\x04\x31\xcc\x04\x3a\xb1\x02\x72\x17\x24\xff\x10\x65\xd8\x52\x29\xca\x89\xee\x81\xc8\xad\x54\x0c\x5c\x19\x21\xcb\x10\xd8\x04\xad\x68\x28\x2a\x56\x62\x6c\xa1\x16\x12\xab\xca\x8e\xdc\xcf\x89\x9c\x90\xe1\x43\x3d\xab\x47\x8f\x8c\x39\x11\x8b\x5c\x6f\x2b\x48\x6e\x36\xa8\x44\xb5\xaa\x06\xa3\x6e\xed\x8d\x9e\xc5\x69\xa1\xbe\xc7\xd8\x9e\x8e\x55\x07\x86\xf0\xef\xbb\xec\x9a\x61\xfc\xef\xb6\xee\x7a\x4e\xbb\x17\x1e\xae\x97\xbf\xef\xc2\xbf\xd6\x43\xf8\xf5\x0b\xff\x85\x16\xfd\x57\xaf\xb9\x9e\x4e\x8f\x35\x5f\xdf\xe3\xde\xc2\x46\x7f\x48\xb4\x57\xb3\x8c\xf1\x35\x9b\xb0\x32\x13\x79\x37\xb7\x65\x98\x85\x83\xff\x1a\xae\xd4\x7c\xf2\xbb\x8f\x35\xdd\x8c\xfe\xe5\x60\xe4\xec\xa1\xa1\x36\x22\x56\x33\xc5\x1a\x91\xb9\xa8\xc9\x57\xcd\x3e\xbf\x6a\x2b\x8d\xd0\xae\x0a\x7d\x79\xfb\x99\x57\x84\x24\x15\xb6\xe7\xa6\xb9\xc4\x2c\x0d\xcc\xb4\x28\x27\xce\x6b\xb8\x9f\x12\xbf\xe1\xbc\xdb\xdd\x2e\x3a\x26\xf7\x6d\xd4\x3b\x0c\xa7\x5b\x9c\xd1\x7a\x62\xbc\xe6\x7b\xf0\xab\xcd\xf8\xe7\x36\xc3\x1a\xc2\x6c\x4f\x96\x74\x0b\xfc\xc0\x84\xd6\xb5\xd8\x4c\xfa\x30\x1c\x5d\x7e\xca\x1d\xeb\x61\xfa\x11\x6b\x36\xf1\xa1\xc5\xbd\x27\xd2\x8e\x6c\x4e\x4c\x48\x8f\xff\x6f\x49\xb3\x51\x87\xbf\x82\x60\xbd\x32\xa2\x0f\xd9\xde\xf0\xb9\x9a\x60\xe4\xce\x3d\x75\x1d\x50\x15\x33\xea\x76\xb1\x57\xb6\xd2\xbe\x75\x0c\x0f\x9b\x64\xca\x8e\xb7\xbd\x29\xfa\xd2\x9e\x64\xb2\x27\x35\x39\x45\xcb\x5b\xc9\xea\x33\x29\xdf\xd6\x45\x77\x93\x13\x2d\xd5\x7f\x5e\xbb\x00\x77\xd2\x6a\x78\x23\xea\x7c\x02\x70\x7b\x13\x78\x61\x26\x05\x9b\xdf\x57\x65\xa1\xdb\x78\xa6\x9b\x78\xad\x5b\x78\xc5\xe6\x2a\xa9\x57\x6a\x69\x28\x76\xd5\xeb\x1e\xe0\xe7\x28\x55\xe2\x9e\x2e\x8d\xf6\xe3\xde\x43\x6c\x54\xec\x1e\xe3\x92\xe7\xf9\xfe\x2b\x6b\xe7\x20\x5f\x43\x13\x9f\x33\xca\x66\xcd\x4f\xe3\x07\x04\xb0\x3b\x1a\xce\x69\x35\xa3\xf9\x15\x86\x97\xb4\x31\x42\xc2\x82\x60\x7f\xdf\x9e\x16\x85\x93\xa9\xf5\x8d\x12\x39\xed\x99\x21\x86\xbf\x19\xb0\xa5\xb6\xe3\x6e\x9c\x82\x46\x36\x3c\x20\xa5\x8d\x4e\x41\x0f\x56\xc4\xd0\x2b\xe7\x7c\x81\x41\x5d\xcd\xe8\xc3\xaf\x23\x08\xf3\x0e\x3f\xbd\x4f\xbb\xfd\x13\x17\x4c\xbd\x81\xd8\x9c\xae\xbc\x3b\xc1\x62\xc4\xc9\x84\x41\xa1\xa4\x59\x24\x0b\x4e\x39\xab\x69\x76\xcb\xb4\xd8\x8f\x88\x25\x4b\x91\xb7\xfc\x41\x67\x42\x14\x8c\x96\x9f\x0c\xd2\xc6\xf5\x0d\x33\x17\xac\x12\x04\xc3\xe2\xf6\x38\x53\x3e\xb3\x9d\xd8\x1b\xad\x13\xe5\xc3\x46\x29\x4c\x67\xcd\x2a\x50\x32\x09\x49\x82\x01\x60\xd6\x5b\xd6\x45\x80\x59\xb4\xc2\xad\x58\x05\xd0\x2a\x92\x29\x1b\x6b\x53\xb1\x5a\x72\xa9\xc6\x00\x60\xcc\x3d\x44\x3e\xae\xdb\x98\xd4\xd4\x40\x23\x50\x4c\x7e\x8c\x4e\xb4\xce\x2b\xb9\xcb\x6b\x16\x87\x73\xed\x06\xd6\x77\x91\x02\xc3\x63\xb8\x42\xd0\x48\x9c\xf9\x36\x0c\x69\x83\xcf\xc7\x89\xc8\x3c\x03\x94\xd2\x88\x94\xea\x53\x43\xd4\x39\xab\x1b\xa5\xd3\x89\x98\x1a\xa1\x7e\x38\x5f\x0a\x60\xab\x08\x8a\x14\xd1\xba\x59\xa0\xbd\xa4\xdd\xb1\x10\x6d\x02\x0f\x97\x62\x0f\x99\x63\xc0\x15\xe6\x81\x82\xdc\xd5\x01\x00\x59\xd9\x8c\xb2\xf8\xb2\xc4\x7f\xe5\x93\xf1\xeb\xa1\xe4\xbb\xc8\xbf\x2b\xb2\xa3\x9b\xf8\xfd\xfe\xe2\xf2\xff\x13\x12\xfe\xb3\x16\x89\x76\x12\x7f\x22\xee\xaf\xcb\x6a\x8a\x55\x8f\xd3\x60\x0a\x4d\x5b\x83\x8f\x14\x91\x16\x60\x2d\x19\x47\x38\x4e\x0f\xa3\x1b\x87\xe1\x37\xeb\xa8\xd3\x55\x09\x35\xdf\x76\xf6\xbb\xcf\xad\x0f\xba\xeb\xa2\xa2\x52\xb1\x32\x37\xaf\x1a\x9c\x20\x87\xc7\x81\xd0\x2f\xe9\x68\x55\x88\x9a\x62\x41\xb8\x94\x45\x0f\x96\x1f\x7c\xbc\xd4\xd7\x9f\x75\x39\xec\x20\x96\xf6\x05\xd1\x5c\xbe\xe4\x09\xf2\x4b\xff\x4f\x7b\x82\x1a\x76\x8f\x5d\x27\x28\x11\x19\xfb\xff\x9d\xa0\x94\xed\xe8\x9e\x27\xa8\x93\x8a\xfe\xe1\x4e\xd0\x0e\x62\x69\x9f\xa0\xe6\xaa\xc6\x38\xd9\x10\x33\x4c\x28\x44\x9c\x58\x63\x14\x3a\x20\xbb\x75\x31\x28\x05\xe0\x5a\x5c\xaf\x4a\x7d\x58\x8c\x27\x2f\x84\x35\x41\x14\x53\xbd\x40\x40\x0b\xcf\x34\xa4\x83\x81\x4c\x5b\x67\x00\x85\x84\xa7\x24\x46\xbe\x6a\xf7\x3b\x4d\x1d\x33\x5a\x2f\xd0\xba\x03\x8d\x34\xba\xf7\xb9\x93\x84\x05\xb3\xb2\x0d\xed\x58\xd7\x7a\x55\x9e\x85\xa3\x8b\x4e\xa0\xff\x7d\xec\xfb\xf6\x99\x85\x58\xb9\xe6\xb5\x28\x97\x01\xfa\xa7\x91\x63\x16\x4c\x0d\x07\xc1\xe7\x81\xcf\x80\x85\x2e\x7a\x61\xd5\x87\x27\xd6\x95\x6b\x00\x00\x92\x61\xab\x46\x85\x0b\xe7\x25\xee\xee\xaf\x9f\xba\x00\x19\x4d\x10\x29\x6e\x1f\x46\x15\x85\x53\xb1\x87\xef\xaf\x7e\x4a\x47\xc1\xca\x7e\xfc\x48\x06\x41\x2c\x02\x17\x47\x36\x3e\x76\x5a\xad\xe4\xcd\x70\xe4\xbf\x05\x03\x3a\x0a\xff\xf0\x25\x44\x79\x7e\xc7\xd5\x51\xb8\xa6\x3e\xe7\x12\xfe\x0f\xc0\x1b\x75\xe3\xa2\x1a\x46\xce\x52\xf0\x61\x55\x02\x79\x16\x85\x8b\x12\x6e\x79\x8e\x21\x42\x64\xb0\xee\x59\x21\x24\x9b\x88\x72\xc2\xee\xb8\x1a\x8c\x9a\xbe\x56\x46\x85\x0c\xa5\x86\x29\x0f\xef\x30\x27\x6f\xaa\xf3\x70\x7d\x35\xfd\x24\x93\x86\x1b\xaf\x74\x3e\x8f\x33\xae\x18\xc8\x28\x19\xc1\x92\xe1\xaf\x63\x74\x13\xc7\x4b\x66\xc3\x7d\x74\xa6\xbb\x28\x2c\x47\xbb\x9b\xa2\xb9\x7c\x13\x5e\xf8\xbb\xaf\x09\x07\x1a\xd5\x81\x1a\x15\xcc\xeb\x25\xae\x05\x8c\xbc\x19\xe1\x6d\x84\xb8\x84\xc0\xec\x63\x26\x0d\x86\x7e\x64\x29\x80\x48\x42\xc9\x18\x82\xa4\x6c\x3d\xc2\x84\x7e\xb4\x11\x59\x1f\x02\x0b\xbe\x8e\xda\xdd\x35\xf9\x78\xc3\xda\x93\x8f\xe2\xd0\x5b\xfb\xdb\x7a\x5f\x16\x4c\x3d\x37\x50\x0b\xc3\xd1\x74\x26\xf2\xad\xde\x6c\xb7\x26\x6f\x2d\x79\xde\x63\x55\x76\x8c\xbe\x45\xed\xf7\x1d\x3f\x5c\x16\xe1\x00\x35\xaf\x44\xc9\xd9\xd5\x95\xbe\x28\xb8\xc1\xfb\x81\x2f\xdf\x03\xc7\x50\x6c\x71\x80\x5c\xa2\x12\x04\x19\x17\x57\x58\x46\x19\x19\x21\xde\x13\x7c\xdc\xbb\xf8\x20\x08\x35\x45\x49\x0b\x1b\x08\x38\xa1\x56\x61\x94\xc6\x22\xb9\x8c\x4a\xc8\x18\x66\x6e\xf0\x70\xc8\x8d\xda\x7f\xb4\x88\x71\x6c\xce\xef\xe2\x1e\xdd\x20\x0f\xcc\x57\x0c\x74\xef\x21\xc7\x4b\xf9\x03\x8d\x9e\x55\xdd\xd4\x18\x47\x77\x8f\xe8\x2c\xa7\x9f\xc2\xfe\x4f\x06\x93\x09\x74\x3b\x19\x04\x5b\xe8\x01\x3c\xec\xbf\x0c\x84\x87\x11\xe6\x31\x92\x15\x92\xf5\xda\x0b\xfb\xe7\x7f\xf9\xab\x6f\xf5\xd3\xbf\xfc\x55\x8f\xee\xd3\xcf\x66\x7c\x69\xd0\xd7\xb9\x30\x58\x6c\xdd\x07\xf4\x4c\x53\x6f\xe8\x1c\x74\x38\x42\x74\x18\x4d\x07\x66\x23\x2c\x3e\x80\x6b\x2e\x3a\xdd\x76\xb9\x5c\xe2\x4d\x02\x71\x06\x5b\x37\x02\xf0\x4f\x0a\x14\x6f\x4d\xea\xb1\xe9\x00\x2b\xdc\xc9\x9c\x49\x5e\x03\xe3\x65\x7a\x1b\x13\x97\x1f\xb0\x0f\x4b\x8d\xf3\x88\x02\x80\xef\x3c\x40\x74\x75\x07\xb1\x62\x26\x35\x4e\x75\x97\x7a\xb9\xbd\x53\xd5\x28\xca\x17\x1e\xb3\x9d\x66\xbd\xaa\xbb\x08\xb8\x00\xa9\x68\x08\x31\x1f\xba\x89\x09\xe4\x25\xb6\xc8\x69\x61\x23\x71\xa2\x3d\x4c\x5f\xfc\x98\x0c\xaa\xbb\xc1\xee\x06\x31\x25\x5f\x2a\x5e\x70\x4f\x17\x36\xc5\xbb\xed\x23\x20\x98\x7f\xb7\x2a\x39\xf3\x50\xb5\x76\xba\x99\xbb\xb1\x07\xb7\xda\xde\x87\xe4\xfb\x13\xde\xb5\x6e\x51\x7b\x8c\x0e\xdd\xe7\x7e\x05\x37\x6d\x1d\xd8\xee\x3d\x42\xef\xf7\x96\x38\x72\xfa\xae\xfd\x2a\xf0\xef\xfb\xea\xde\xaf\x40\xec\x5e\xd7\xf1\x04\x24\xa8\xd1\x0c\x2b\x4d\xcd\xc6\xd9\x70\xd4\xe3\x1e\xeb\x38\x0e\xce\x3b\x30\xc4\xfa\x4b\x39\xaa\xb6\x16\x25\x85\x49\x12\x65\x76\x6f\xbb\x1d\xc1\x6d\x31\x06\x21\x63\xa5\x04\x66\x3b\xd5\x4c\x02\x9f\x3b\xd8\xa0\x6d\x8f\x65\x6c\x7a\x26\xb5\x17\x13\x12\x95\xd8\x6f\xad\x99\x27\xfc\xa1\x9a\x9c\xbc\xad\xdc\x8e\xb8\xe9\x02\x63\xc1\x1a\xc8\x78\x26\x32\xac\x60\xb0\xf1\x0e\xc7\x8c\x9f\x86\x7f\x7e\xf2\xe4\xf8\x27\xf9\x38\x88\x3c\x06\xc3\xab\xae\xf9\xf1\x23\xc1\x28\x60\x18\xd1\x59\x7d\x71\xb5\x77\x3c\x4f\x8e\x31\x01\x17\x1a\x73\x8c\xc2\xd5\xc5\x63\x46\x41\x40\x5d\x4d\x3c\xc5\x26\xd0\x6a\xd5\x6a\x61\x8f\x21\x43\x14\x79\x4c\x0e\x81\x73\x33\xd2\x41\x8b\x08\x74\x4b\xf7\xa1\x83\x88\x46\xd3\x44\xe0\xbd\x96\xd3\xb2\x9c\x77\xde\x76\x0b\x1e\x54\x79\xd8\x70\xb6\xe9\xa1\x78\x89\x3a\xf4\x7f\x1c\xfb\xfa\xfd\x1d\xad\x13\x2d\x24\x28\x0b\x95\x44\x61\x56\xfd\xf0\x16\x31\x39\xbb\x12\x09\xb7\x30\x99\x4f\x91\xdf\xab\xe6\xc0\xae\x95\xcd\x5d\x29\xed\x26\x68\xea\x76\x23\x99\xb2\xff\xbb\xa2\x85\x1c\xda\xf6\x3d\x35\xfb\x0a\x2e\xb9\x65\xe4\x32\x00\xf3\x0e\x50\x4a\x0c\x3d\xe5\x47\x04\xc6\xa9\x8f\xa6\x2e\xb1\xc1\x47\x2f\xe7\x08\x66\x9b\x8c\xa6\x1a\x80\x1c\x82\x83\x02\x3c\x14\xf7\xbc\x10\x2e\x8f\xd2\x75\xf6\x3d\x0e\x3e\x01\xcc\x7d\x69\xc1\x4f\xbc\xb7\x6e\xad\xb3\xfe\xee\x93\x07\x41\x7c\xc9\xa3\x07\x5f\xf4\x01\xe8\x73\xb8\x9c\x63\x7e\xd7\x5b\xe5\x99\x98\x52\xe4\x6c\x92\xaf\x6a\x08\x41\xed\x64\x61\x52\x27\x0f\xc2\x04\x46\xe4\x8f\x64\x70\x38\xfd\x37\x09\xb9\x02\x0e\x07\xe9\x27\x18\x2f\x20\x8b\xd2\x04\xd8\xf5\xd1\x24\x5b\x3a\x40\x6b\x3b\xed\xf3\x9a\x5c\x41\x7b\x7b\x27\x6a\xe0\xc1\x30\x84\x11\xc6\xd0\x39\xdb\xb5\x32\xee\xb9\x80\x0c\xe8\x44\xf1\xb5\x9a\xbe\xbe\x78\x7b\x75\xfe\xe1\xf2\xfc\xcd\xc5\xe5\xf5\x87\xe7\x2f\xaf\x4e\x9f\xbd\x3a\x7f\x4e\xfe\x98\x7e\xc2\x07\x6b\x5a\x0f\xad\xa8\x11\x75\xaf\x89\x65\x34\x20\x47\xf7\xad\x57\x09\x80\x5e\x1b\x0d\x92\xda\x54\x8a\x38\x61\x62\x9e\xb2\x28\xda\xc0\xed\x0e\xbb\xf9\xa5\xd8\x9c\x89\xe2\x13\xb0\xfb\xf8\x6f\xa3\x1c\x25\x35\x33\x10\xd2\x36\x57\x9e\x6d\x38\x6c\x71\xd7\x3e\xd1\x35\x33\x90\x7d\x7d\x14\x1f\xc6\x14\x69\xc3\xc4\xa7\x59\x21\xca\x26\x13\x93\xd4\x1e\xdf\xa9\x10\x6f\xfe\x73\x99\xd0\x38\x4f\x40\xbf\x11\xc7\x47\x3f\x79\x00\xba\x86\xd7\x10\xc0\xe3\x96\x50\xa7\xea\xff\xec\x6b\xc3\xe8\x9e\x43\xdc\x7e\x22\x25\x88\x6a\x56\xdd\x31\xb7\xc4\x2e\x44\xc9\x23\xe7\x14\xb4\xc9\xb4\xaa\x0a\xee\xc1\x9d\x3b\xfd\x37\xac\xcc\x79\xbd\xbb\xbd\x3d\xd3\x5f\x30\xf5\x9f\x42\x2c\x5f\x60\xdf\xbd\xe5\x88\x58\x2c\xfb\xc5\xb5\x10\x2b\xe9\x01\x03\x0c\x67\xc1\x55\xe1\xd3\x75\xd8\x39\x0d\xa4\x77\x87\x4d\xef\x2f\x54\xbb\x76\x0d\xf4\xdd\x51\x8c\x94\xbc\x86\x3a\xe1\x76\xea\x1f\x70\x62\x0d\x3c\xea\xa9\x32\x65\xe1\xbf\x8d\x6d\x03\x68\x66\xc4\x55\x83\x54\x5b\xc5\xd6\x80\x66\x76\x5d\x15\x66\x16\xf1\x4d\x61\x0a\xeb\xc9\x38\x28\x4e\x54\x53\xe8\xe6\xf7\x29\xf9\xb1\x54\xfb\x5e\xc0\x56\x3d\x13\x58\x8b\x8d\xb1\xab\xcd\xa7\x59\x41\x97\x95\x29\x31\xad\xc5\x66\x4c\x0e\xc7\x21\xf9\x86\x22\xf5\x84\x3c\x71\x9c\x12\x46\x23\xa6\x9b\xc1\x6f\xc9\x96\x50\xfe\xb7\x0d\x45\xc7\xc4\xf9\x98\x38\x34\x0b\x18\x0e\x36\xe6\x18\xa6\xa8\x0b\xf2\x07\x3b\x0e\x97\x19\x32\xfe\x7e\x72\x62\x0b\x3c\x7a\x64\x3f\xd9\xdc\x3c\x11\x13\xdb\x71\x51\xda\xb2\x0e\xd8\xb1\xc1\xe7\x9f\x15\x90\x83\xdf\xf9\xf5\x0c\x24\x71\x55\xe6\x05\x5d\xec\xd9\x31\x08\xac\xc2\x49\x5f\xf8\x9e\x3a\x04\xe1\x3d\xe3\x33\xe8\x2b\xf1\x3d\x29\x83\xb1\x21\x92\x63\xc7\x21\x42\x18\x6c\xc8\x07\x00\xff\xba\x9f\x57\x90\x85\x80\xf4\x8e\x23\xfa\x87\x96\x57\x90\xc3\xd1\x86\xcf\xc7\x41\x8a\x50\xcd\x39\x60\x53\x90\x53\xf0\x53\x4a\x27\xd2\x9a\xc2\xe7\x39\xee\xb4\xc6\xda\xe5\xb8\x83\xa3\x6d\xaa\x99\xf5\x60\x90\x88\x1b\x98\xe1\x63\xc4\x64\xb7\x0f\xfa\xdb\x97\x0e\xae\xb1\x4b\x11\x88\x94\x79\x26\x56\xa5\xea\x71\x59\x21\x94\x63\x68\x38\xb7\x95\xbd\xd6\x2f\xf8\xb1\x19\x17\xa1\x6c\x52\x01\xa3\x79\xdd\x98\x06\x07\x4f\x0e\x0f\xff\x75\x90\x14\xa6\xba\xaa\xbc\xa6\xea\x66\x9a\x31\x5e\x44\x06\xee\x7d\x3a\xbf\xaf\xed\x01\x0d\xc6\xf8\x38\x51\x15\x5f\x29\xe7\x7a\x0e\x13\x7f\x73\x37\x32\xfa\xbc\xe3\x24\xb2\x6a\xd0\x66\xd7\xe5\x15\xde\x37\x37\x2c\x5f\x15\xec\x6a\x5b\x66\xf1\x85\xf3\xa1\x43\xd9\x65\xae\xbf\x5f\xbd\xe1\xb5\xbe\xe5\xf5\xbc\xaf\x7d\xa3\xbc\xb4\xf9\x34\xf6\x50\xc0\x9f\x98\x71\x96\x75\x24\x60\x9b\xf3\xfb\xef\x3a\xd8\xb3\xf9\x37\xb6\xad\x7b\xec\xbe\xad\xd3\x6f\xcf\x4d\xe9\xaf\xfd\x9c\x77\xed\x5f\xf2\x95\x18\xbb\xba\x9f\xb3\x77\xcf\x99\x05\xe5\x72\xf2\x4f\x98\x9f\xa5\xc7\x99\x44\x54\x51\x97\xf8\x09\xbf\xc8\xe9\xde\x8d\xf5\x55\x7a\x6c\x6c\xb8\x0c\x1d\xc7\x3b\x58\x87\xe4\x41\x8f\x53\xcf\xfb\xf5\x0b\x80\x39\x4d\x2f\x70\x96\xa2\xd3\xe2\x33\x11\xbb\x29\x24\x9a\x33\x27\xa8\xd5\x1e\x92\xe4\x87\x61\xb0\x4f\x26\x91\x06\x2b\x73\xb0\xc8\xc7\x6b\xaf\x04\xa9\x8a\xd5\x82\x97\x01\x1c\x75\x04\x8a\x2b\xdb\xa7\x39\x68\x7b\xf7\xee\xe2\x2d\xd3\xd8\xde\x84\xe5\x66\x73\x43\x11\x35\xdc\x82\x09\xe7\xa2\x64\x09\x20\xe1\xa8\x3d\xc8\xb6\xbd\x52\x68\xc9\x5d\x95\x39\x78\x53\x4f\x09\x79\xa9\x5c\x9e\x77\x40\xc6\x0b\x1c\xab\xf4\xc9\x76\x69\x6c\x86\x23\x0b\x9a\x07\xf3\x86\xe4\x64\x22\x8f\xf3\x8e\xd7\xab\x92\x44\x28\x76\x90\xc1\x1d\xd3\x63\x56\xb5\x58\xd4\x74\xb9\xa4\x8a\x67\x0e\x36\x57\xcc\x43\x93\x31\x0e\xd8\x4e\xfc\x92\x15\x5b\x7d\x33\x19\x5d\x80\xe5\xf9\xe1\x59\x2f\x73\xb2\x02\x2c\x23\x00\xcd\x8b\x12\xf3\x93\x25\xa3\xa5\x74\x19\xd1\x85\x22\x33\xb0\x4b\x1b\xfb\x68\x26\xea\x5a\x8b\xaf\xe8\x6b\xba\x65\xca\xaf\x5b\xa9\x85\xb1\x26\xb2\xfa\x0d\x57\xbf\xee\xa4\xed\x3f\x39\x48\xd3\xf7\x7a\x19\xbf\x75\x76\x31\x75\xa3\x59\x61\x4d\xa8\xe7\x18\xcd\x7d\xaa\x14\x5b\x56\xca\x24\x8e\xd0\xed\x93\x19\xcd\x71\x69\x31\x36\xa7\x75\x78\x34\x33\x9c\xb3\x42\xd1\x33\x1c\x36\x39\x89\xa6\x36\x89\xf9\xb7\x85\x79\xca\x87\xb1\xc9\x2d\x66\x8f\xa3\x16\x92\x7c\xb2\xff\x9c\x3e\xcd\xd1\x80\xfe\x40\x0e\xed\x43\xe0\xb0\x7b\x1b\x29\x62\x46\xd1\xad\xde\xc6\x25\xef\x62\xe3\xc3\x7e\x50\x15\x18\xea\xd1\x1d\x62\x12\x77\x59\xb7\x6d\x26\x9d\x69\xc1\xca\x05\x4a\x02\xc7\x84\x93\x3f\x9c\x90\xc3\x63\xc2\x27\x93\x38\xba\x33\xae\xf3\x8e\xbf\x27\xdf\x46\x1b\xe0\x54\x3d\x10\x2b\xe2\x61\x52\xe3\xae\x02\x9f\x9b\x4f\xd1\xeb\xd6\xb1\xa2\xe9\xdb\x74\xdf\xfd\x63\x5e\xbc\x2f\x77\x01\xc5\x0d\xfe\x33\xdc\x40\x38\xe2\x7f\x9e\x2b\xe8\x57\x3f\xdb\xe6\x01\xec\xc9\x94\xdd\xff\xde\xc1\x05\xc5\x8b\x27\x7e\x64\xdd\xad\x73\x29\x36\xfa\xca\x71\x9d\xb4\xef\x1b\x1c\x64\xc7\x85\xe3\x38\x41\xdb\x80\x6b\x3d\xb3\x6a\x04\xac\xe2\x14\x8e\xc3\xc6\x2d\x03\x03\xf8\xd6\x5f\x31\xfa\xf9\x47\x97\xac\x85\x50\x44\x2e\x69\x61\x72\x63\x90\x60\xc0\x5f\x9f\x90\x89\xc9\x3c\xbe\xb9\xe1\x05\x0b\xda\x8a\x31\x89\x0b\x2a\xd5\x25\xca\xdf\x7a\x18\x98\x69\x1c\x8f\xe9\x08\x2e\x8f\xe0\xb6\xb0\x65\x27\x21\x73\xea\x32\x7d\xd9\x1b\xe7\xe4\x84\x78\x6d\x47\xd7\x0d\xe2\x2e\x1f\xec\x10\x42\xfd\x4c\xf3\xa3\x9d\xb7\x8e\x5d\xf7\x4a\x54\x97\x62\xe3\x1d\xef\xdc\xf4\x26\x13\x7b\x13\x3d\x20\x11\xee\x72\x7c\x23\xdd\xf0\x39\xe4\x54\x0f\xd6\xe5\xf8\x41\x83\xef\xf6\x53\xab\x56\xf2\x66\x4a\xab\xca\xda\xc5\x1b\xdf\xc7\xba\x0b\x1b\x6a\x76\x70\x40\x7e\x64\xe4\x2f\x2b\xa9\x1c\xd2\x3d\x24\x57\x73\x70\xf7\x4a\x54\x71\xbe\xc4\xb1\x3e\x8c\xf6\x8e\x58\x55\x39\x55\xcc\xb6\x14\x88\xe6\x81\xf0\xe3\xd5\x30\xa8\x69\x02\x81\x71\x49\xef\x02\x35\x93\x7d\x3b\xf4\xf8\x30\x23\x61\x04\xf1\xe8\x29\xe5\x0f\x5d\x94\x55\xd0\x1a\x52\x2e\xb9\x77\x2d\xa0\xc6\x93\x5d\x14\x10\x13\x98\x2f\x63\x24\x27\x33\x5a\x5e\x0e\x83\x01\xee\x6a\xee\x38\x68\xad\xc6\xd3\x98\x2c\x2e\xab\x82\x67\x6c\xf8\xa0\x61\x17\xe9\x20\xd3\x49\x73\x64\xe3\xe6\x0f\x1e\xcd\x2e\xa4\x9c\x55\xe9\x69\xa7\xf6\x64\x13\x1e\xbe\xc9\x49\xb3\xa9\xe3\x58\x79\xa6\xf7\xe7\x71\x47\xa1\x4f\x89\x05\x8f\xb8\x07\x78\x8c\x72\x98\x4b\x83\x78\x3f\x85\xb9\x4d\x7e\xb8\x46\x11\xff\x12\x92\xdd\x1a\x2c\x7f\xe3\xd8\x17\xe8\x85\x9c\x3e\xd3\x2a\x31\x63\x01\xbd\x9d\x85\xc6\xa9\xc4\x23\x2a\x36\xf3\x20\x98\x6f\x76\x9f\xb0\x0d\xe5\xff\x24\x96\x9d\x06\xb0\xd0\x2b\x05\x67\x21\x36\xd7\xe2\x5a\x54\xc3\xc3\xde\x03\x64\x7b\x9d\xb6\xb1\xe9\xf3\xb2\xcb\x3f\xb2\x63\x18\x98\x43\x6f\xd8\xbe\x2f\xf7\x0f\x4d\x33\x22\x15\x5d\x30\xb2\xaa\xc8\x10\xa0\xfb\xe0\xa7\x82\x97\x6c\x44\x6a\x56\x50\xc8\x55\x6a\x3d\xcf\x51\x53\x03\x9e\xff\x3d\xad\x56\x38\x60\xba\x60\x6f\xab\xb4\x7b\x02\x4f\x19\xde\x17\x4c\x5d\xc3\x75\xfa\xb2\xcc\xd9\xdd\xb0\x23\x44\x22\xde\x07\x1e\x3f\x84\xb1\x63\xd8\x93\x7b\xac\x44\x2e\x36\xe5\x6f\xbb\x16\xcf\x75\x0f\xbf\xf5\x6a\x3c\xde\xad\xd3\xef\xb1\x1a\x7a\xe2\x9a\x2e\x3a\xa6\x7e\xbf\x79\xbf\xe2\xe5\xdf\x86\x06\xee\x33\x39\xd8\xea\x2f\x36\xbd\xbf\xd1\xb6\x36\x26\x88\x06\x89\xa6\xcb\xbd\x64\x99\x28\xf3\xf0\x17\x5a\xe6\x9f\x75\x37\x6e\x78\xc5\xce\x44\xa9\x20\x43\xd3\xae\x6b\xa9\xcd\x77\x91\xc3\xe4\x9c\x10\x62\x95\x66\x37\x36\x5b\xcc\xbb\x84\x27\xc9\x38\xed\x20\xf2\x7e\x3a\x17\xf5\x39\xcd\x6e\x7c\xbc\x3d\x4e\xd0\xbe\xf1\xe8\xd3\x03\x09\x4d\x4f\x6c\x96\xe4\x88\x25\xb6\x6f\x99\x29\x14\x70\x1b\xee\x11\x42\xc1\x00\x1f\xb4\xc3\xb1\x69\x2e\x7e\x7c\xc1\x8e\xa3\x1f\x0c\xdb\x7d\x20\x6d\xc6\xf1\xfa\xa1\x4b\x61\x42\x81\x99\x58\x1f\x8e\x98\x21\x6d\xaf\xc3\x17\xab\x30\x2f\xa1\xcd\x00\xbb\xc7\x40\xc8\x54\xc7\xae\xc1\x14\x4e\x8b\x22\x4c\x45\xd6\x2b\x4f\x99\x9f\x7b\x62\xdf\xfa\x86\xe7\x39\xdc\xf4\x8e\x56\x9b\x1b\xdf\x3f\x1e\xaf\xd5\x72\x0b\x2f\xbd\xe5\x8b\x13\xa1\xaf\x87\x9b\xb6\x56\x89\xe6\xc4\x5c\x5d\xda\x1f\xc3\x9b\x46\xcc\x55\x62\x77\x20\xc3\x1a\xab\xe7\xa2\x5e\x12\x4a\x74\xe5\xb4\x0f\x3a\x78\xbb\x4b\x4c\x74\x91\x13\x0e\x81\x68\x37\x4a\x55\x47\x07\x07\x9b\xcd\x66\xba\x56\x4f\x0e\x0f\xa7\x25\x53\x07\xb9\xc8\xe4\xc1\x5a\x7d\xf3\xe4\x70\x52\x2f\x0f\x9e\x9f\x9f\x5d\x5d\x5f\xfe\x8f\xeb\x6f\x26\xbf\xdf\x73\x4f\xd9\x61\xb7\xc9\xe1\xe0\x80\xe0\x17\x7f\x43\x22\xea\x81\x19\x23\xaf\x1b\xa3\xbc\x67\x0e\xc7\x1f\x21\xdf\xe8\x26\x94\x1d\x44\x19\x2e\xc5\x6c\xa5\x6c\x82\x0b\xd8\x5d\x54\x1f\x80\xaf\x16\x48\xfd\xad\xfe\x42\xe8\x75\x00\x22\x45\x05\x90\xcd\x01\x19\x7e\xb6\x83\xf8\x33\x44\x7a\x40\xce\x77\xe8\x54\x06\x50\x0d\x06\x5a\x3b\x1e\xd5\x18\x93\x60\xab\x1b\x08\xa4\xe5\x0a\x74\x39\xe5\x40\x99\x9c\x9e\x8c\x2d\x9d\x36\x07\xbd\x05\x58\x4e\x68\xb9\xdd\xdc\xb0\x9a\x75\xa4\xcc\xef\x09\x36\xdd\x9f\xcc\x9b\x75\x7d\xae\x4a\x48\x18\x47\x96\xb4\x44\xa6\x86\xdd\x69\x59\x84\x2b\x70\x52\xd8\x9a\x14\xe4\x10\xbe\x84\xba\xa4\x78\xea\xd3\x9e\x6c\x7b\x6b\x65\xf5\x36\xcb\xce\x7d\x1e\x9b\x8d\x66\x32\xb5\xd5\x66\x5d\xa3\xfd\x76\x47\xd7\xe2\x51\xa9\xba\x19\x12\xf2\x5a\xac\x59\xd8\xe3\xdc\x24\x7d\x33\xc7\x0b\x54\x44\x36\xc5\x36\x60\xb1\x99\x0f\x5a\xb8\x37\xaa\x45\x50\x36\xcd\x49\x29\xc8\x52\xd4\x2c\x48\xe4\x4d\x6b\xd6\xc3\x28\x6e\x7a\x34\x57\x65\x9a\x03\x70\xce\x13\x3b\x9d\xb4\xa0\x10\x2c\x6b\xa4\x48\x3d\x3c\x06\xe8\xf8\xa4\x3e\xf5\x98\xf0\xc7\x8f\x5b\xca\xde\x48\x83\x6a\x5d\x26\x1a\xef\x5c\x88\xf0\xb1\x5a\x96\xed\x8a\xee\xc5\x0b\xd1\x56\x9d\x3e\xf5\xe0\xc0\xd0\x98\xdb\xcf\xcc\xb9\x46\x44\x1e\x11\x9a\x06\xfe\x74\xad\x57\xfe\xec\x4f\xd7\x53\xb3\x1e\xa1\x9b\x45\x0f\x6f\x87\xe3\x16\x41\x84\x83\xee\xe7\x6d\xd2\xed\x48\xe1\x7b\xd9\x41\x57\x9a\xbd\x09\x09\xcb\xba\xfd\x24\x89\x6b\xce\xeb\x04\x75\xb5\xaa\xf4\xa5\x30\xdb\xf7\x6f\x47\x62\xf7\xd3\xd5\xef\xd6\xd4\x7f\x59\x3a\x4b\xb6\xd1\x64\xf2\x21\x1a\xd0\xae\x2a\xa1\x2a\x48\x53\x89\x63\x6a\x2a\x84\x79\xa9\xd8\xc2\x1b\xa5\xc8\x7f\xb2\x5a\x18\x67\x5a\x5f\x61\x8f\x7f\x60\x7b\x33\xc2\xf9\x7f\xf1\xe5\x75\x9e\x4d\xa3\xc6\x72\xdd\x7f\x4b\xfc\x48\x8c\x8a\x0a\xe4\x0a\x70\xdf\x0a\x9c\xaf\x76\x6f\x49\xab\x8d\xc3\xb8\x7e\xd2\x67\xaa\xb9\x45\x7b\xbc\x6b\xbf\x17\x84\xcd\xe7\x2c\x53\x26\xde\xb8\x66\x08\xa0\x79\x9f\x76\xf6\x39\x63\x99\x6d\x3c\x55\x5d\xde\xb5\x9f\x73\xb6\x3a\xf6\x9d\x6b\x49\xef\x62\x3e\x6c\x78\xb8\x71\xbd\xb7\x93\x27\xa3\x07\x8d\x5d\xed\xd8\xab\x71\x5a\x04\x84\x68\x5d\x7b\xb1\xf4\x99\x79\xc0\xfb\x77\x88\x08\x2d\x8a\x0d\x45\xba\x86\x41\xb1\xcb\x21\x8d\xac\xaa\x88\xcf\x75\x43\x1c\xeb\xb7\x1e\xf3\xcc\x83\x26\x9a\x26\x0f\xec\xb5\x01\x3a\x91\x78\xc0\x61\xd3\xd9\x9a\xd5\x5b\x6b\xe1\x25\xff\xea\xc6\x0a\x76\xd6\x11\xb1\xce\x88\xb6\x79\xdd\x8c\xd3\x75\xcb\x8a\x65\x98\x49\xd8\x16\x13\x35\x39\x34\x17\xb4\x69\x91\x4b\x52\xd5\x62\xcd\x73\x96\xa3\xbd\x0d\x78\x1b\xfd\x96\x81\x15\x6d\xbe\x52\xab\x9a\x19\x13\x96\xf5\x27\xd6\x8d\x2f\xc9\xaa\x8a\xc6\x9d\x78\x1a\xd9\x1d\x97\xe8\x03\xee\xde\x00\x78\x2c\xc6\x80\xc5\xd1\xdc\x97\x07\x26\xa7\xb1\xba\xa1\xaa\xf3\x0a\x13\x95\xfa\x00\x73\xf5\xf9\x68\xdd\xca\xfe\xe2\xef\x35\xf7\x9b\x9d\xf8\x4a\xb2\xf9\xaa\xb0\x79\x69\x75\x37\x73\x5e\x14\x60\xc0\x5b\x29\x02\x59\xe4\xa2\x71\x76\xa4\x5e\xd6\xab\xb0\x57\xb1\xd9\x12\x28\x43\x8a\x73\x13\xf0\x07\x0e\xe7\x73\x12\xcc\xed\xe3\x47\xa4\x3d\xfd\x75\x13\x1c\x2d\xd8\xf4\x63\x23\xc5\x00\xdc\x09\x96\xd7\x64\x27\x08\x6d\xd1\x9d\xe6\x40\x6c\xeb\xf8\xdf\x09\x79\x42\x26\x64\x38\x74\x7f\x8d\xc8\xbf\x92\xcd\x88\x3c\x26\xc0\x77\x44\x17\x39\x94\x09\xd8\xb1\x26\xeb\xa1\x3f\x3d\x3e\x21\x0d\x57\x53\xf7\x58\x0c\x79\x43\x2f\xde\x3e\x44\xe8\x75\x1a\xe1\x13\x98\x64\xf5\x5a\x7c\xb4\x46\x4e\x31\x0f\x42\x84\x3c\xb4\x8b\x4d\x27\xdc\x34\x8a\x22\xa3\x81\xfa\x1e\x96\x93\x55\xa9\x78\xe1\xd9\xe3\x8c\x16\x2d\x94\x31\xe7\x26\xaa\x6a\x72\x95\xec\x15\x73\x1d\xdb\xb1\x81\x14\x25\xa5\x05\x1e\xda\x0b\x67\x60\xeb\x45\xd8\x63\x21\x2e\xd0\x5a\xf9\x52\xf0\xe9\x33\x5c\xc2\xae\xe9\x2d\x32\xa3\x01\x3f\xf0\xfc\xe5\x0f\x0e\xfa\x86\xca\x98\x9e\x4d\xba\xc4\xe6\x5a\xfc\xe9\xfa\xf5\xab\xe7\x7c\x6d\x02\xd9\x3f\x91\x9c\xaf\x31\xa0\x9b\xaf\x6d\xb6\xf9\x1d\x2d\xed\x58\x86\x9c\x65\xa2\x6e\xc4\x17\xe5\x7c\x1d\x86\xd3\xf3\xb5\x16\xae\x73\xbe\x4e\x07\x6c\xdb\x16\xa0\xda\x7e\x2c\x2e\xcc\x7b\xd8\xd2\x7f\xb4\xf2\x2a\x8e\x7a\xb4\x05\xd1\x70\xbb\x9a\xc2\x40\xf3\x1e\x2d\x39\xf7\xef\x90\x47\xe9\x68\xd4\x65\x4e\xec\x6e\x38\x40\x81\x6d\xb5\xe4\x80\x65\xf7\x56\x07\x0b\x70\x67\x7d\x44\x91\x0d\x55\x45\xe0\x38\x39\x17\xd9\xca\x99\x03\xe1\x8f\x40\x19\x18\x69\xa4\x5c\x44\x78\xab\x8b\x20\x48\x3f\x0e\x48\x8e\x43\xb4\x83\xb6\x5a\xa8\xcd\xad\x36\xdb\x58\xd0\xa3\x48\xdb\xd7\x09\x97\xdc\xb5\x23\x3b\xe1\x99\xa3\x65\xb1\x78\x10\x1d\x2a\x70\x8f\x42\x92\xa8\x03\xc0\x24\x53\x51\x66\xa2\xd4\xeb\xbd\x64\xe5\xaa\x99\x42\xdf\x78\x71\x23\xeb\x41\x3c\x76\x90\x28\x21\xaa\xcd\xf6\x6a\xfe\xfc\x10\x6d\x87\xb3\x07\x33\x56\x7e\x8f\x49\xab\x53\x43\xbc\x72\x05\x50\x3d\xe3\x2b\x4c\x69\x9e\x9f\xaf\x59\xa9\x5e\x99\xf4\xb4\x26\x3e\x2e\x17\x9b\x72\x30\xb6\x63\xe8\x59\x69\x55\xdd\xbb\x8a\x5e\xf8\x46\xa5\xd6\x04\x44\x19\x6c\xae\x7e\x51\xb1\x30\x2c\xd4\xae\x1e\xcc\xce\x0f\x80\x8a\x2d\xcc\x83\x28\x5f\xe8\x3f\x31\x84\x27\x58\xcc\x31\x3c\x5b\x48\x53\x07\x07\x04\x1b\x81\x6b\xd6\xad\x07\xfa\xfa\x48\xeb\x1c\x14\xac\x3a\x05\x34\x96\x17\x2f\x0c\xae\x46\xb6\x92\xd8\x8a\xa9\x80\x38\x64\xb3\xd5\x0c\x11\x53\xfa\x2f\x7f\x0b\x91\x57\xbf\xc3\xa8\x22\x1c\xf6\x9e\x4d\x5b\x9b\xdf\x67\xd1\x66\xc5\xaa\xde\xbf\x66\x40\xb4\x23\xef\xde\x23\x4d\x08\x66\xe3\x10\x64\x80\x6a\x66\x5e\x9f\xe1\x00\x83\x2e\x91\x42\xc0\x4f\x5b\x1f\x0d\x63\xa1\x71\xce\xda\xc3\x81\x91\x4e\x26\xa5\xc8\xd9\x3b\x58\xd5\x93\xaf\xa0\xc3\xaf\xde\x93\xbf\x06\x91\xbf\x03\x42\x66\xe2\x6e\x82\x7e\xed\x47\x04\xc1\x56\x27\x33\x71\x77\xdc\x28\xd4\xc8\xe7\x7b\x44\x54\x4d\x4b\x59\x51\x10\xbc\x1e\xf2\x65\x25\x6a\x45\x4b\xd5\xac\x86\xed\x19\x7f\xca\xa7\x55\xab\x59\xfc\x0e\x33\x39\x22\x52\x14\x3c\x8f\x4a\x7c\x0a\xff\x98\x6e\x32\x98\x4f\x73\x02\xe6\xb5\x3d\x22\xbc\x2c\x78\xc9\x26\xb3\x42\x64\xb7\x8d\x8e\xf4\x2a\x4d\x68\xc1\x17\xe5\x11\xc9\x98\xe6\x2c\x1a\x05\xcc\x10\x33\x5a\x64\xc3\x30\x74\x34\x06\x3c\x19\x91\xaf\xc9\xd3\x51\xa3\x2a\x74\x6a\x5d\xb7\x92\x75\x6d\x48\x42\xe7\xd4\x8e\x6a\x21\x54\x73\x5e\xe9\x21\xa0\x77\x58\xeb\xa0\x77\xc2\xae\x1c\xef\x69\x34\xf4\x39\xdb\xd3\x6a\x88\xb4\xd2\xd5\x2c\x92\x9d\x98\xcf\x25\x53\x9a\x54\x8e\xc8\x61\xaf\xa2\xb5\xd8\x74\x17\xc5\x54\xb6\x51\x94\xf5\x11\x39\x9c\xfe\x9b\xec\x28\xdf\x8a\x13\x3e\x02\x02\xe8\x53\xda\x44\x07\x1f\x59\xc9\xa1\x4f\x1d\x43\xbe\xbb\x23\x95\xbb\x37\xff\xff\x77\xcb\xb6\xf3\x9a\x2e\x99\x34\x56\x8f\x06\x1d\x80\xf4\xfa\x57\x22\x2a\x9a\x71\xb5\x3d\x22\x4f\xa6\x87\xc7\xe4\x53\x83\xbe\x45\x58\xe2\xb0\x55\x22\x3e\x48\x7e\x3d\x9b\x7d\xd1\x92\x2f\x31\x0d\x79\x49\x97\xec\x08\x07\x74\xdc\x55\xc6\x6f\x46\x38\xf7\xc4\x6e\x35\x8f\x8c\x6f\x82\x2b\x86\x45\x26\x99\x58\x95\x4a\x1f\xe2\x39\x2f\xb9\x62\x9d\x35\x14\x5f\xf2\x72\x31\xb1\xf7\xfb\x11\x61\x54\xb2\x09\x87\xd4\x19\xdd\x23\xe5\x35\x33\xc5\x9d\x69\xa5\xb1\x23\xfe\x01\xf5\x97\xef\x0d\xa3\xb9\xf1\x70\x3a\xbb\xe1\x45\x3e\x84\xad\x0e\xed\x96\x1e\xaf\x7a\xef\xd5\x9d\xf3\x75\xd0\x49\x88\x74\xcd\x73\x72\x42\x06\xb0\x7a\x47\x2e\x9b\x82\x89\x30\x4c\x56\x00\xb0\xce\xef\x29\x78\x2c\x0d\x82\xab\x3e\x5d\x1a\x1f\x8a\x0c\xb9\xda\xe0\x91\xb0\xdc\xf4\x11\xa1\x33\x29\x8a\x55\x63\x49\x0a\x36\x57\xbd\x6e\xc4\xe8\x6b\xf3\x02\x18\xc5\x7b\xaf\x44\xb5\xab\x4d\x73\x53\xee\x6c\xb4\x16\x9b\x46\xa3\xee\x05\x68\x5f\xfd\xe6\xce\xdc\x31\x81\xa8\xf8\xbd\xaf\xf1\xc9\x86\xcd\x6e\xb9\x9a\xc0\x73\x68\x56\xd3\x9c\xc3\x71\xeb\xd5\x24\x4f\x0e\x0f\x97\x12\x1e\x0c\x1a\x3f\x40\x93\xa5\xf8\xe5\xb3\xda\x48\x59\xba\x11\x31\xb6\xcb\xce\x8d\xd9\x0b\x63\x09\xe0\xbe\x16\xf2\xce\x48\xce\x0e\x26\x3e\x3c\x42\x4d\xf2\xf4\x86\xe2\x1b\x56\xda\x9c\x94\x0d\xcc\xf1\x01\xe1\x92\x88\xf9\x9c\x6c\x18\xa9\x99\x0f\x95\xbe\xe1\x92\x30\x3c\x5f\x04\x8f\x78\xb1\xc5\xc6\xd0\x65\xbe\x85\x9b\x01\xf9\x6f\x09\x25\x90\x64\x6e\x4a\x50\x51\xb7\xa4\xb7\x4c\x92\xb3\x9b\x5a\x2c\x35\x3f\x2a\x45\xc6\xd1\xe7\xf5\xe0\x80\xc8\xd5\x0c\xd5\x28\x06\x01\x48\x33\xdd\x96\x37\x35\x38\xca\xd6\xab\x06\x19\x0f\x56\x4f\x09\xb9\xe2\x65\xc6\x10\xe4\x11\x1a\x89\xbe\xeb\xb9\x50\x52\x31\x56\x93\x21\x58\x42\x49\xa6\x17\x66\x14\xfb\x2f\x6a\x86\x6a\xec\x27\xa0\xfb\x6d\x30\xc6\xa8\x5b\x34\x2e\xfe\x61\x35\x50\x4a\xc2\x5f\x53\xa8\x82\xf5\x5e\xaa\x81\xee\xf7\x86\x66\xb7\x68\x8a\xe5\xfa\x07\xd0\x9f\x17\x8c\x96\x4c\x2a\xb2\xa1\x5b\xf2\x92\x64\x62\x55\xe4\x64\xce\xc1\x61\x31\xe4\x09\x9e\xe1\xf8\x3f\xe7\xb6\x6b\x37\x10\x5d\x7a\xf8\x5c\xe6\x35\x5d\x4c\xe2\xb5\x1a\xec\x6a\xe1\x33\xef\x35\xb8\x82\x26\xbf\xff\x7d\x83\x89\xd9\x7f\x89\x3c\x39\x6c\x54\xb1\xb7\x05\x7e\x48\x3d\x20\x69\xea\x6f\xcf\xa5\x03\x91\xaf\x53\x7c\x23\xe4\x5d\x24\xed\x04\x42\x64\x24\x1c\x0e\x80\xd0\xf5\x3f\xf2\x59\x61\xfe\xad\x87\x9f\xf0\xa4\x02\xba\x0a\x50\x6c\xbb\x56\xbd\x25\xf6\x40\xc5\x58\x0e\xf5\x0d\x84\xef\xd0\xfd\x6a\xfa\x45\xec\x59\xaf\xc3\xf5\x6a\xe7\x08\x76\x8b\x8c\x6d\xa1\xb1\xa9\xd5\xb1\x9e\x5f\x1d\x5e\x5f\x4c\x5d\xb2\x35\xab\x25\xfb\x81\xe7\x4c\x0c\x51\xe4\x4b\x6f\x35\xb4\xdc\xe9\x07\x88\x3a\xcf\x4b\x96\xd7\x74\xd3\x0d\xe4\xf2\xa7\xeb\xd7\xaf\x9c\x43\x0a\x98\x0d\x20\x63\x1d\xe5\x65\x43\x41\xf9\xfc\xe2\x35\xd1\xfc\x42\x1b\xe3\x05\xb4\x9d\xa6\x85\xfd\x21\xf6\xb6\xe4\xee\xf8\x7a\xb7\x93\xb1\x3f\x1b\x68\xcb\x9a\x70\x26\x3b\x3d\x2d\x50\xbd\xb6\xcf\x37\xda\xad\xe4\x8e\x45\x32\xd7\x94\x81\xe9\x46\xdd\x70\x2d\x36\x04\x6c\x74\x91\x15\x07\x2e\x6b\xc4\xc9\xf7\x76\xa4\x4b\xb1\x79\x83\x36\xa2\x1a\xb5\xe0\x73\x9a\x31\x78\x4e\x98\xf1\x39\xd5\x43\x21\x2b\x89\x81\x5c\x1c\xae\xe4\x39\x53\xd9\x0d\x86\x0c\x88\x92\xe4\x0c\x81\xc8\x61\x09\xb6\xe8\x0a\x00\x35\xc1\xff\x4b\x09\xb2\xe6\xcc\x61\xa0\x5c\x5f\x3c\xbf\x18\xd6\x0b\x5e\xe6\x74\x74\x44\xce\x44\x29\xa1\x6b\x49\xd7\xbc\x5c\x84\x4e\x9d\xd0\x3a\x95\x64\x08\xb3\x94\x62\x55\x67\x6c\x8c\xc8\x39\x19\x2a\x09\x46\xe0\xb4\x4c\x39\xaa\xf0\x33\x51\x4a\x56\xaf\x19\x59\xb2\xa5\xa8\x5b\xba\x6f\x67\x65\x82\x75\x81\xe9\x41\x6e\x77\xb4\x29\xb9\x05\x1b\x13\x03\x96\x96\x37\xfd\x69\xad\x7d\x09\xad\x2b\x9d\x0e\xfa\x84\x5c\x94\x13\x03\x23\x0d\x53\x00\xe7\x24\x5a\x6c\xe8\x56\x1a\x10\x7a\xdf\x16\x44\x82\x48\xa5\xbb\xe6\x19\x93\xd3\x16\xfd\x3a\x55\xbd\x1e\xef\xe0\x4e\x33\x8c\x03\xc7\x26\x98\x03\x01\x86\x47\x93\xa3\xa7\xd6\x0f\x3c\x38\xde\xd5\x08\x3b\xb3\x9b\xe8\x2f\xc5\xc6\xe8\x0b\x1d\x25\xc2\x2a\xf8\x10\x30\x5c\xad\x6f\x77\x86\x91\x04\xe6\xde\x64\xb9\x77\xd0\xc8\x7b\xaf\x1e\x82\xd5\x01\x6f\x61\x72\x62\xf6\x63\x67\xe4\xd3\x71\x07\xd2\x92\x5e\xdf\xd3\xba\xa6\xdb\x77\x41\x93\xef\xbb\x4e\x4b\x48\x3a\xf1\x69\x01\x1c\x9f\x20\x7c\xee\x37\x3b\x31\xd1\x10\xfc\xc9\x71\x06\xc9\x95\xd4\x2c\x1d\x46\xd4\x19\xa2\xae\xb6\xe8\xb9\xa8\x9b\xf2\xa9\x75\xac\x8b\xb7\x4d\x8c\xde\x49\xed\x48\xad\x5d\xd4\x0e\xec\x15\x94\xd0\xb3\xf3\xb4\x6f\xe9\xb3\xe9\x52\xfe\x39\xb4\x6f\xdb\x6a\x1c\x81\x34\xed\x37\x87\xcf\xca\x7c\xe7\xe0\xf5\x77\x51\xfe\xea\x81\xa7\x40\x59\xc8\x29\x91\xbc\x5c\x14\xcc\xa6\x2f\x08\x8e\x9b\x23\x27\x04\xc6\x36\xed\x5a\x3a\x72\x83\xd0\xe4\x44\xc8\x2b\x5e\x32\x73\x0d\xcc\x18\x29\xd9\x06\x5d\xf6\x59\xc1\x97\x5c\xb1\x7c\x8c\xcc\x77\x29\x88\xaa\x29\x07\xb3\xb5\x29\xd3\xeb\xfc\x1a\x8e\x31\xca\x7c\xa4\xd9\x6d\x56\xe6\xde\x0a\x8d\x71\x7a\xef\xde\xef\x32\x03\xb3\x32\x8f\x7c\xf0\x10\x90\xd2\x1b\x13\xfc\x75\x61\x8c\xbf\x44\x37\x8b\x39\x07\x74\xb9\x50\x7d\x1b\xb8\xa7\x9b\xa6\xc1\x38\xfd\xe8\x11\x79\x08\x45\x17\xcc\x7b\x80\x0e\x07\xa0\x75\xb4\xbe\x6b\x3e\x1f\x80\x6b\x7d\xf0\x93\x41\x75\x05\x73\xb3\xd9\x26\xfd\xf5\x2f\x82\x97\xc3\x41\x1a\xfd\x6e\xf7\x89\xf7\x98\x5c\xff\x4d\xce\xf9\xee\x57\x0d\xa3\x73\xf5\xba\xfc\x03\x9c\xf1\xc4\x39\xeb\x79\xc0\x70\x5d\xee\xf1\xb8\x35\xcf\x46\xf0\xb8\xed\x22\x6f\x28\x15\x3c\x3a\x4d\xf2\xee\xa4\x37\xa1\x68\xd1\x08\xc7\xb6\xd1\xdf\x34\xcf\x6b\x26\x11\xd7\xd3\x2c\x9f\x26\x09\xfc\x0a\x9b\xde\x5c\xea\x16\x9e\xdc\x6f\x44\xb2\x99\x58\x56\x2b\x65\x24\x6f\x83\xcc\x1a\xee\x7d\xdd\xe2\xac\x1d\xd5\xb5\xa3\xcf\x71\x42\xfd\xb1\xb4\x83\x30\xbf\x3e\xf0\x7c\xad\xd8\x9c\xc7\x1d\x1c\x81\xe3\x1c\xda\x59\x75\x9c\xc4\x00\x57\x42\xc9\x36\x86\xd5\xd4\x2c\x2c\x88\xb7\xe8\x02\xe5\x83\x1d\x9b\xf0\x49\xcd\x7d\x00\x4f\xe1\xb2\xd8\xba\x08\xff\x0d\x05\xfc\x01\x9a\xe7\x26\x85\x8f\xed\xd2\x5c\x42\x9a\x7c\x09\xf9\x5e\x28\x0e\xaa\x15\x0a\xd1\x77\xe8\xc5\xb2\xc1\x43\x2b\xcd\x50\x3c\x50\xa2\x09\xf3\x31\x43\x29\xb8\x54\x76\xc9\x31\x24\xca\xba\x68\xe9\xa6\x34\x17\xc8\xc1\xb3\x0b\x37\x47\x9f\xa8\xa1\x7d\xa4\x4c\x9c\x16\xa9\x4c\xf6\x02\x50\xd6\x38\x8f\xde\x90\x05\x32\x79\xba\xd4\x0d\x2f\x6f\x7d\xc6\x2e\x9c\xd1\xac\xa0\x25\xf0\xe8\x44\x8a\x25\xdb\xa0\x4b\xa3\x01\x0b\x47\x9c\x6a\xec\x2f\x44\x59\x18\x93\x42\x88\x5b\x14\x09\xb4\x50\x8f\x81\x49\xa3\x68\x39\x0d\x45\x3b\x87\xb3\x8a\x6e\xe1\xa2\x2c\xed\x75\xb8\x36\x36\xfe\x6b\x51\x1d\x60\xbc\xe8\x58\xbf\xd3\x19\x83\x11\xca\x1b\xb1\x2a\xe0\x6a\x9b\xe9\x5b\x56\x4f\xdc\xf6\x34\x1c\xe9\x01\x66\x54\x02\x90\x85\x1e\x2f\x48\x2b\x1b\x50\x11\x2d\x75\x1f\xb5\x1f\x89\xd3\xb2\xd9\x67\xdb\x2a\x62\x58\x4e\xa8\x75\x88\x26\x87\x76\x3b\xd0\x4d\x1a\xb3\x12\xb3\x9c\xd8\xc7\x3b\x0d\x1e\x93\x86\x6d\x80\x93\x08\x04\xba\xcf\x07\x2d\x08\x53\x8e\x7d\x76\x1d\x76\x83\x07\x41\xb8\x6c\x7b\xa6\xb7\x8f\x88\x71\x34\x00\x95\x74\x57\x08\xb8\x3b\x6e\xae\xdd\x16\x2f\x61\xbc\xfb\x61\x1c\x2d\x4e\xa2\xf6\x03\xe9\xd4\xb3\xa1\x78\x63\x78\x07\x7d\x46\x5a\xda\xa6\x66\x55\x7d\xbf\xc3\x95\x3d\x18\x8c\x82\x7a\x8e\xc6\x4f\xec\xac\x1e\x13\x1e\x83\x10\x20\xd4\xc1\x4a\xde\x5c\x8a\xcd\xb0\x16\x9b\x51\x04\xc4\xcd\xee\x54\x6d\xf1\x29\x76\x2e\x5e\x67\xac\xae\x83\x20\x77\x2d\x05\x01\x7a\x7b\xa1\x13\x5c\x2d\x33\x29\xec\xd2\x93\x40\x4f\xd4\x04\x12\xfa\x53\x47\x91\x79\xf2\xca\x08\xe8\xe7\x65\x1e\x23\xe8\x58\x9f\x34\xf8\xfe\x5c\x6c\x6c\x74\xdf\xa7\x07\x11\x8c\xa5\x26\xac\x3f\xec\x59\x9c\x51\x80\xa7\xd0\x83\x10\x11\x14\x23\x50\x38\x9d\x1a\x95\x67\x03\x5b\xd3\x35\x88\xe8\x0b\xd1\x53\x5c\x88\x4c\x5f\xf1\x1e\x16\x02\xa3\xa1\x3d\x43\x93\x78\x86\xf5\x4d\x5d\x42\x52\xa7\xe6\xc5\x6e\x33\xee\xd4\x2c\xdb\x66\x85\x69\x36\xc7\xec\xc3\x3f\x5c\x9b\x07\x52\xea\xf5\x15\x92\x91\xcd\x0d\xcf\x6e\x40\xfb\x91\xd7\x36\x03\xdb\x6c\xab\x0b\x9a\x5c\x54\x32\x4a\x5f\xa8\xbf\x39\x5e\x70\x49\x4b\x5e\xad\x34\x23\x66\x98\x1f\xff\xf8\x8e\x9c\x53\x24\x3e\xac\xfa\x06\x1b\x9b\x68\x23\x7d\x07\x17\x20\x5e\xc4\x0a\x17\xdf\x02\xa9\x21\xdc\x09\x86\xb5\xa4\xb9\x15\x4f\xe0\xb1\x81\x37\x70\x13\x28\x6b\xc4\x7c\x8e\xcc\x82\x64\x8e\x87\xe3\x75\xeb\xc9\xe0\x4c\x8f\xa2\x66\xf3\x55\x51\x6c\xf1\xbd\xc1\xbb\x8c\xe5\x44\x0a\x42\xf1\xe6\x46\x95\xcc\xdc\xea\xf4\x3d\xfb\xd1\x75\x33\xea\xfd\x7a\xe9\xd8\x58\x64\x43\x9d\x12\xeb\x5e\xf7\xa8\xbe\xf2\x93\x95\x94\xf0\x1d\xe4\x4c\x2a\x5e\x52\x93\xa9\xd6\x74\xb3\xe3\xda\x75\x2f\x56\x78\xe9\xba\x31\x8f\x71\x40\x63\xdb\x45\x53\xf6\x8a\x29\x9f\xb9\x47\xa9\xd9\x40\x3b\xdc\x07\x5f\x15\x28\x6c\xda\x0e\x40\x51\x9c\x8b\x31\x08\x7c\xf6\xd2\xf1\x2b\xf9\x6d\x3c\x1e\xef\x31\xec\x8a\xe0\x2d\xc1\x00\xaa\xc1\x2e\xcf\x63\x73\x89\x37\x51\xb1\x6c\x65\x53\x2e\xac\xea\xbb\x0c\x2b\x3f\x78\x90\x8c\x45\x0e\x44\xd4\x9d\x4a\xe2\x97\x5d\x01\xc4\x97\xa6\xb9\x34\x47\x63\xcf\xfa\x4e\xed\x8e\xa5\x30\xcd\x3b\x31\x60\xc4\x41\x44\x81\x83\xd2\x12\x89\x4c\xe8\x39\x90\x75\x24\x15\x01\x95\x5d\x06\x6c\x7e\x9b\x8b\xcf\x68\x89\x50\x50\xc1\x31\x09\xed\x6a\xa8\x30\x35\x9c\x5b\x78\x3d\x0d\x35\x43\x93\xd1\x72\xa0\x48\xce\xc0\x19\x5a\xf3\xa5\x16\x4c\xc5\xfc\xc1\x54\x36\x1a\x07\xac\x0f\x9c\x5b\xdd\x52\x29\x3c\x38\x96\x5d\xad\x86\x76\xb5\xeb\x20\x7a\x9d\xd1\xbe\x43\x68\xd5\x33\x66\x01\x1b\xa5\xf0\x28\xa1\xd7\xa1\xf1\xee\xc7\x1b\xf7\xfa\x26\xbc\x7c\xed\xf0\xf6\x86\x80\x07\x24\x94\x56\x78\x8c\x83\x4e\x02\x17\x7c\x9b\x66\x2f\x18\xc1\xc7\x8f\xd1\x21\xf3\xde\x96\x3d\x98\xa0\xfb\x28\x51\x4c\xe0\xbe\x57\x54\xf2\xf7\xdd\xdc\x49\x84\xcf\xfc\xa6\xe6\xc0\x6c\xfb\xdc\x99\x9d\x22\x48\xcd\x64\xc5\x32\x8f\x98\x0c\x8e\x6c\x78\x6d\x00\x79\x6f\x6a\x5a\x51\xcc\xa0\xba\x04\x4b\x09\xc4\x82\xa0\x5e\x3a\x47\xb4\x4b\x78\x44\xe0\x61\xe8\x94\x7a\x2c\xe1\x41\x5c\xc5\x7c\xee\xa0\x6a\x1a\x0f\x4e\x40\xfa\x36\x60\x30\xcc\x03\xe3\x0f\x1f\x4c\x8b\x4b\xf2\x75\x29\xd4\xd7\xfa\x8d\xb6\x39\xfe\x8d\xcb\x7f\x66\x86\xfa\xd6\x3c\x20\xde\x89\x7e\x64\xa5\x04\x6e\xde\x32\xaa\x06\x06\x9c\x6e\x2b\x56\x83\x9a\xa1\x6d\x3c\x26\xef\x28\x10\x20\x18\x81\x12\xa4\xd2\x4b\xbd\x87\xfa\xa0\x4c\xd2\xc9\xdf\x5d\xc1\x17\x96\x76\x0e\x83\xab\xb9\xb6\xf0\xc7\x05\x9f\x4d\x37\xd9\xd4\xfe\x62\x22\x01\x1e\x38\x14\xb1\xb0\x89\x6f\x5d\xc5\x56\x24\x9d\x0b\x1c\x0f\x36\xf5\xd1\xa3\x5e\x01\xa2\xcd\x70\x46\x5b\x5a\x2c\x97\x5c\xbd\xe2\x25\xb3\x40\xde\xc3\x18\x22\xa2\x64\x1b\xfd\xd5\x03\x11\x3a\x1e\x36\x33\x62\xbb\x9b\xe6\x24\x5c\x89\x63\x57\x2e\xe7\xf9\x45\x0b\xee\xdb\x7e\x94\xab\x99\x54\x75\x33\xfa\x6f\x67\x68\x9a\x7d\x63\x1a\x1c\x68\x00\x79\xe8\xa6\x1a\x77\x6d\x91\xd0\x81\x2f\x35\x83\x4f\x36\xd0\x04\xa3\xeb\x88\x90\x23\x0d\x58\xa9\xa0\xb3\x47\x8f\xc8\xc3\xae\x1d\xf3\xc3\x3b\x38\xd0\x52\xb6\xf2\xe4\x68\x37\x8b\xe5\x46\xce\x2f\x21\x53\x53\x78\x86\xd1\x7f\x04\x58\x40\xa3\x3c\xb2\x4d\x41\x28\x38\x50\x2a\x0b\x32\xef\xd8\x97\x61\xc6\x7c\xbc\xb8\x08\x3b\x9d\xfa\x16\xae\x2f\x9e\x5f\x1c\x05\x39\x41\xf5\xfd\xa0\x04\x11\xab\x5a\xbf\xae\xb3\x82\x2d\x8d\xaf\x08\x78\xc9\xcf\xb6\x8a\x91\xb7\xd7\x2f\x26\x4f\xfe\x77\x1c\xc5\x83\x86\x32\xd8\xd8\x80\xf4\xe1\x6f\x4d\xf8\xe3\x90\x4c\x0c\xe3\x83\xf1\x4a\x61\x1e\x9f\x64\x35\x47\x68\x4f\x46\xcd\x8d\xb4\x1f\xcd\xb6\x84\x8c\xcb\x7d\x07\xd3\x26\x75\x25\x6e\x19\x20\xa4\xda\x1b\x22\x4e\x9d\x5d\x15\x5c\xfd\xc8\x73\xa6\x57\x01\xf3\xf4\x0e\xb1\x07\xd3\x52\x32\x0c\x1e\x9a\x4c\x85\xbf\xef\xcc\xc2\x31\xdd\x64\xd6\xc7\x1f\x1a\xd0\x4f\x0a\xfe\x94\x44\x55\x6b\x54\xa6\x32\xe3\xbc\x55\xdf\xfd\xda\x86\x11\x74\xe4\x8b\x0f\xca\xeb\x56\x7e\xe0\x04\xb3\x6a\x56\xc0\xb7\xef\x17\xa2\xb5\x31\x8d\x06\x34\xfd\x6f\x6a\xae\xd8\xee\x36\xee\xb3\x4c\xc1\x7d\x73\x8f\xb5\x71\x37\x85\x21\x82\xa8\xe2\x92\x6e\x67\xec\xac\xe0\xd5\x19\xbe\xb6\x01\x60\x62\x78\x8f\x3f\x3e\x49\xf1\xc2\x7b\xc2\xbe\x1e\xb4\x64\xf6\x8b\xf2\x62\xa5\xaa\x95\xfa\x30\x8a\x46\xf2\x6b\x10\xd4\x0c\x3c\xbc\x13\x62\x8d\x98\x18\xb1\x15\x2d\x88\x91\x38\x26\xd9\xb2\x0a\xd6\x31\x89\x40\xe0\xf4\xc8\x7d\x37\x6a\xb9\xe6\x0b\x8d\x58\x0b\xb4\xaa\x18\x45\xbb\x7d\x2e\x6c\xaf\x57\x4c\x35\xe4\x5f\x2b\xbd\x5a\x34\x82\x55\x51\x74\x40\xda\xe3\x75\x05\x61\xa7\x56\xbe\x8d\x67\x46\x9c\x54\xff\xf5\xf7\x17\xd7\x5f\xe3\x60\x96\x42\x7a\xb0\x18\xa9\x87\x42\xc8\x8f\x4c\x73\x10\x1e\x67\x44\x37\xb7\x10\x7a\x5c\x5f\x89\xf9\x7c\xa2\x59\xad\xaf\x10\xb0\xd6\xa2\xd2\x72\x65\xfc\xee\x7e\x46\xfa\xf8\x19\xb8\xae\x9f\xd5\x72\x75\xf7\xb3\x07\x88\xb0\x7c\x92\x6e\xaf\x10\x19\x2d\xda\x0c\xd3\xd8\xe8\x10\x10\x47\x36\x52\x03\xa0\x7e\x1a\x34\x44\x93\x6a\xb1\xaa\x0e\xaa\x45\x5e\x22\x14\x6e\xa9\x78\x89\xd9\x79\x37\xa2\xbe\xd5\xe2\x37\x4c\x6b\x25\x59\x2d\x8d\x7a\x93\xdd\x55\x61\x62\xfb\x96\x91\xd8\x6a\x54\x9b\x06\xa4\x16\x14\x61\x40\x27\x5d\xcd\x20\x09\x36\x5b\x8a\xd5\xd7\x51\x63\x63\x6b\x3d\xe2\x65\x56\xac\x24\x5f\xf7\x48\x05\x1c\x83\xb9\x44\x7c\x99\x9d\xcb\x38\x1a\x8f\xf7\x68\xf0\x93\x3d\x39\x21\x87\xfa\x9d\x8e\xc6\x7d\xd2\x05\x22\x8f\x0f\x54\x10\x0d\x1b\x68\xa2\x01\x37\x68\x55\x14\xc7\xed\xaf\xd8\x6c\x58\xa0\x9d\xb0\xb1\xd1\x92\x1b\xe1\xce\xe6\xc2\x51\xb7\xa4\x87\xc8\x28\x55\x05\x86\x40\x9a\x65\xa2\xce\x03\x89\xe2\x87\xeb\x76\x26\x70\x63\x77\x39\x24\xab\xb2\x60\xb2\xe1\x70\x75\x43\x25\x99\xa1\xe8\x56\xe4\x36\xc5\x4f\xcd\x33\xe5\xe5\x03\x23\x48\x48\xb1\x64\x44\xf3\x32\xb5\xb1\x78\xbc\x54\x4e\xab\xa6\x1f\x44\xf8\xfe\xc3\x75\xf3\x62\xc1\x5c\xe3\x79\xdc\x9c\x55\xa1\xed\xb6\x45\x29\x51\x01\xed\xe3\x7c\xa3\x71\x0f\x64\x9b\x84\x77\xdb\xa5\x2c\x8d\x5d\xa7\x80\x4a\xdc\x15\x1d\xed\xdd\x43\x93\xbc\xa2\xe5\x11\x13\x96\x3a\x0e\xac\xd8\x87\x5d\xa6\x44\x73\x5e\x3e\x6f\xe3\x54\x67\xe6\x8f\x70\x47\xb9\x6a\xed\x25\x2a\xf3\x9a\xdb\xe9\xf6\xf2\x86\x2f\x6e\xfa\x6d\x66\x08\x27\xd9\xda\xcf\x9e\x9b\x69\x96\xe0\xcb\x6f\xa8\x3d\xe9\x7b\xf7\xd4\x1e\xb6\xbd\xdb\x6a\x0a\x86\x3b\xdb\x7d\x89\x84\x79\x79\xde\xd4\x42\x0b\xc7\x84\x92\xc1\x4f\xe5\xc0\x33\xd1\x81\x09\x2e\x78\x7a\xb9\x8b\x3a\x9c\x23\x36\x9b\xd8\xb4\x36\x58\x79\xde\x1d\x8d\x99\x60\xaf\x03\x5d\xb4\x33\xd9\x45\x6a\xad\x60\x6f\xec\x7d\x11\x2c\x79\x4b\xb6\x87\x96\x9c\xd7\x8c\xfe\xeb\x42\xdd\xb0\x7a\xc3\x51\x2b\xcd\x25\x68\x5f\x23\x8e\x41\x39\x40\x0a\x40\x71\x30\x23\x86\x88\xfd\xfd\x86\x7c\x23\x7d\x76\xc0\x99\x40\x07\xa7\xea\xbc\xcc\x2f\xe6\x57\x56\xcf\xb3\x53\x82\x04\x43\xd4\x49\xc0\xbf\x26\xfe\xb7\xd7\x4c\xd1\x60\xd3\xba\xe8\xc5\xa3\x3f\x9f\xea\xa3\x71\x15\xf1\x34\x9a\xc3\xca\x14\x5f\x33\x03\x52\xbd\x66\xb5\xdd\x32\x6b\x93\x9e\xf6\x92\x89\x71\x46\x49\x82\x8c\x04\x4d\x64\x6c\x0c\xd0\x4c\xa0\xe0\xf1\x23\xc3\xd7\x74\x4c\x2a\x07\xf3\xe7\x18\xc4\x69\xc8\x3f\xdb\x5e\xde\x56\xc3\x27\x0d\x2c\xe7\x4e\xab\xcd\x9e\x19\x58\x24\xed\x08\x4b\x3b\xb1\xbd\xbd\x66\x64\xf5\xb5\xce\x30\x0f\x79\xb1\x91\xd9\x04\x50\x94\x95\x8a\x05\xe7\x16\xa1\x1e\x4e\x7f\x9b\x59\x05\x83\x3f\x35\x10\x7b\xf0\x61\x4c\x68\xbe\xa6\x46\x23\x6c\x87\x03\x0d\xe8\xd3\x69\x70\x16\x11\xe6\x0f\x31\x65\xbe\xc0\xe0\x0c\x54\x52\x88\xf8\xd9\x6b\xe9\xf7\x2e\xfc\x94\x90\xd3\xe0\xee\x09\xaf\x1c\xa7\x4c\xb4\x2d\x01\x47\xeb\x3c\x7e\x1c\xab\xd2\xba\x76\xa6\x9e\x15\x0a\x61\xba\x9f\xb4\x53\x77\x34\x97\x36\xd0\xcc\xeb\xeb\x01\xe0\xe3\x9b\x57\x54\xd0\xfa\x17\x59\xce\x88\x17\x7b\xc5\x6f\xc1\xb3\x03\x95\x68\x63\xc2\xee\x32\x56\x69\x91\x81\x83\xbb\x53\xb8\xe3\xbd\x20\xbb\x0a\x5e\xb2\x17\x8c\x25\xb0\xb5\xef\x8d\xf0\x94\xd2\xf0\xb5\x02\xb0\x56\xcb\x72\x98\x42\xc3\x7a\x39\x87\xb4\xdf\x67\xb4\xae\x39\x5d\x30\xc3\xbc\x20\xca\x11\x2a\xa7\xc2\x49\xeb\x9d\xb0\x23\x47\x9f\x8f\xdd\x48\x84\xcb\xf4\x14\xdb\x7a\x89\xf6\x18\x22\x2e\x3d\x9a\x5b\x9b\xf5\xf6\x43\x6a\xed\x5b\x13\x38\x6f\x55\x81\x35\x19\x4e\x65\x25\xa4\xe4\xb3\x62\x6b\xd4\xec\xc0\xe2\x04\xf6\xd8\x84\x23\x89\x87\x64\x82\x58\x27\x08\xa2\xdf\xe7\xe9\x51\x63\xc4\xc5\xab\x9d\x1b\x1e\xc8\x33\xce\x93\x2d\x60\x5d\x7d\x86\xf0\xcc\xe9\x2a\xf6\x50\x47\x2d\x36\xc7\x81\xb5\xdf\x55\x0a\x24\x93\x68\x89\x71\x0d\xc0\xcd\x35\x75\x20\xd3\xc7\xea\x52\x6c\xc2\xc6\xad\x42\xaf\x21\xc5\x54\x05\xcd\x18\x20\x82\xc5\x78\x3d\xa0\xc8\x64\x73\xd5\x91\xdd\xd8\x87\xb3\x55\x14\x55\x10\x2d\xce\x2a\x8e\x43\x40\x74\x2e\xd4\x93\x56\xb5\x98\x51\xbd\xb7\x5f\xa3\x9d\x16\xb5\x09\x41\xff\x10\xea\x66\xd2\x50\xc0\x00\x75\x7b\xd0\x25\xc5\x0e\x47\x1e\xe6\x0d\x6d\x7b\x61\x6d\x0a\x18\x43\x33\xb6\x15\x06\xc8\x3a\x1e\xfb\x83\xfe\x40\xec\xac\xa6\x92\x5d\x8b\x57\x7a\x1d\x76\xb0\x47\xe9\x44\x28\x1d\x07\xfd\xb0\x6d\x80\x6e\xaa\xe4\x30\x6d\xea\x82\xa9\x1f\x6f\xb8\x62\x30\xe1\x46\x6e\xd3\xc7\xe4\xc9\xe8\x3e\xc9\x10\xce\xf5\x44\x9c\x73\x6e\x90\x4e\xab\xb5\xe7\x75\x28\xd4\xb8\xbb\xbb\x79\xd6\x9c\x8a\x4a\x0b\x28\x65\x70\xd6\x62\x96\x1a\x73\x0a\xbb\xa0\x54\x83\xa1\x6b\x4e\xa8\x0a\xa0\xde\x5a\x65\x94\xc9\x43\x04\x7c\xb6\xb1\xb4\xc1\x42\xc8\xc8\xc3\x03\xcd\xb6\x81\xea\x69\x55\xce\x45\xad\x56\x25\x55\x2c\xc8\x69\x84\x3a\x32\xeb\xfc\x0d\xed\x18\x0e\x1e\x31\x03\xc1\x11\xd6\xf9\x04\x07\x11\x8f\x39\x9f\xcf\x79\x06\xa0\x60\xe0\xc6\xc9\xc8\xaa\x0a\x68\xd1\xb8\x21\x22\x1a\x07\x5b\x56\x6a\x6b\x1a\x87\x70\x2a\xd0\x0c\x95\x03\x45\x54\xcd\x2b\x0b\x6e\x17\x9a\x6c\x1f\x98\x44\x4b\x76\xe1\x0c\xb9\x5d\x62\xf2\x47\x49\xf8\xa2\x14\x35\xb3\x2e\xac\x04\xd3\x82\x23\xb8\x16\x75\xb0\xb9\x46\xfb\x65\xd7\x20\x67\x6b\x4e\x15\x9a\x1a\xc1\x3f\x07\xd4\x81\x38\x25\xba\xa8\x19\x33\xe6\x85\x45\x29\x96\x6c\xe2\x84\x1a\xcd\x04\xdd\x8a\x52\x8a\x82\x8d\xc9\xdd\x3c\x63\xff\xcb\x7d\x9b\x12\x72\xc5\xf0\x88\xd7\xb3\xd5\x62\x9a\x89\xe5\xc1\xd3\xff\xf9\xf4\x7f\xfe\xfe\x10\xc4\xd2\x9c\x29\xca\x8b\x4e\x53\xb7\xa8\xd4\x87\x94\x27\x49\x4c\x79\x30\xf3\x7e\x87\xf1\xb2\x99\xea\xd2\xf5\xd0\x78\xbf\xf6\x19\xeb\x02\x59\xd3\x99\x13\x97\xf4\xee\xec\x8b\x58\xad\x42\xe3\x9d\x5f\x82\x3f\xfa\x04\x32\xee\xc7\xb1\xeb\x74\x44\x8e\xdc\xbf\x5b\x5a\xea\x94\x3a\x3d\x38\x35\x27\x27\xcd\xe4\x9b\xa9\x0a\xcf\xcf\x5f\x9c\xbe\x7d\x75\xfd\xe1\xec\xe2\xd5\xc5\x65\xe8\x2b\xb7\xdf\x85\xec\xdd\x9e\xf7\xec\xbd\x77\x86\x4b\x1a\x70\x4a\x91\x63\x3e\x3e\xef\x5d\x36\x22\xdf\x9e\xa4\x6d\x14\x3b\x6d\x92\x1d\x36\x1c\xbc\x0a\xce\x6e\x68\x2d\x87\x59\x3b\x07\x4e\x22\x9d\xf2\x70\x37\x76\x69\xdf\xfb\xfd\x3e\x97\x38\x8c\x6b\xef\xc5\xbd\x7b\xc8\xad\x6b\x3d\xbc\x6c\x3b\x78\xa3\xce\xfb\x7a\xdf\x79\xdb\xa7\x19\xe8\xb5\x34\xc1\x44\x9c\x1d\xe7\x0b\xce\xbf\xc1\xbc\x78\x00\xcf\x46\x9c\x85\xf1\x86\xd9\xcd\x11\x8c\x49\xcd\x16\xb4\xce\x41\x89\x27\xe6\x5d\xd6\x9b\x5f\xbf\xb2\xa7\x33\xcd\xfd\xde\x7b\x69\xed\xe2\x04\xac\x89\xf9\x39\xe9\x2a\xec\x92\x36\x45\xe6\xcf\x3d\x72\x18\xf7\x42\xeb\xde\x7d\x0c\x3d\xd0\x7e\xcb\xcd\xec\xc0\xed\x6d\xbb\xd3\x98\x48\x0f\x50\x4f\xfc\x8d\xb6\xf2\x19\x4b\x26\x67\xbf\xe7\x56\x5e\x06\xa9\xf8\xa2\xdc\x24\xbb\x14\x9d\x8d\x6d\x0f\x93\x74\x21\x64\xf4\xb7\x27\xa6\xa1\x7f\x7c\x02\x78\xc1\x9b\xe9\x77\x0c\x9b\x65\xd0\x7e\x5b\x02\x86\x0f\x67\x08\x00\x74\x8d\xaf\xd6\x4e\xeb\x6b\x13\xba\x34\xbb\x41\x3a\x70\x0e\x1d\x06\xab\xd3\x06\xfd\xce\x79\xb1\x37\xe0\x5c\x0f\x3e\x0c\x16\xb8\xb9\x1f\x11\x74\x6f\xc6\xa1\xdd\x0c\xb7\xd3\xe8\xea\x7f\x78\x0c\xff\x68\xc3\xcb\x1a\xff\x78\xfd\xd5\xef\xb8\xab\x9c\x89\x02\x2b\xeb\x7f\x74\x62\xd3\x66\xa2\x68\x7b\x4b\x74\x0e\x11\x24\xf6\x4c\x14\xe9\xb4\x73\xcd\x97\x31\xbb\x49\x66\x5c\xed\x2b\xc5\xe0\x71\x57\xbc\x66\x16\xcd\x0d\xb8\xd7\x82\xd1\x58\x9b\x40\x95\x31\x98\xa7\x81\x96\x43\x3a\xd9\x49\x24\x9d\x4e\x96\x1e\x43\xd9\xbd\x2d\xa2\x62\x80\xd2\x0a\xe6\x70\x83\x63\x2c\xad\xf5\xb5\xf1\xf6\x18\x55\x5e\x0f\xf8\xed\x66\xba\xb9\xcf\xf6\xc1\xec\x91\xf4\xe8\x41\x94\xf3\xe8\xe4\x24\x4a\xb1\x78\x8e\x22\x8e\x77\xd6\xf5\x5a\xdf\xe9\x03\xd2\xce\x13\x9f\x7a\x92\x12\xb7\x91\x19\x87\x93\x94\x53\xf7\x90\x29\xd3\x79\x03\x75\xb6\x71\xd8\x0a\x62\xe8\x24\x23\x7d\xdd\x88\x95\xd1\x1d\x59\x95\x69\x07\xe0\xfc\xde\x77\x83\xec\xa5\x37\xb4\x05\xfe\x63\x92\xdc\x17\x24\x37\x77\xfb\xd9\x2d\x6c\x30\xf7\x85\x88\x14\xa3\xc9\x7c\x59\x9d\xbb\xeb\x1f\xbc\x31\x89\x54\x24\xf1\x96\xfb\x10\x11\xc4\xa2\x06\x7d\x02\xc6\x75\xa4\xf3\x02\x34\xe3\x97\x93\x1e\xc0\x4d\xff\x17\x70\x53\xaf\x56\xf2\x06\x23\x3d\x42\x33\x33\xad\x8d\x5b\x8a\x54\x5a\xa6\x83\xb0\xb8\x72\xa0\x30\xdb\xd1\xaa\xea\x74\x6e\x1f\xed\x48\x47\xd1\x16\xaa\x71\x46\x6e\x86\x7b\xa1\xb5\x9d\x56\xf1\x73\xc2\xdc\x3a\x74\x9a\x6d\xd6\xa5\x65\x18\xc6\xdd\xce\x9a\x39\x55\x8d\x38\x6c\x2a\x4f\x7c\xcf\x51\xba\xa2\xa5\x58\x33\x94\xd1\x4d\x60\x68\x23\x3a\x25\xc8\x47\x5b\xdb\x68\x25\xc8\x3f\x7b\xcb\x48\x2d\xc4\x52\x5f\x4a\x0f\x5c\x82\x5a\x63\x3d\x19\xca\x91\x09\xe2\xcd\xc2\xa6\x73\x2e\x15\xda\x8c\x30\xe4\x05\x42\x02\x6c\x62\x1a\x3f\x90\x93\xc4\x98\xf5\xbf\xe1\xe3\x63\x64\xd3\xf4\xa5\xea\x6a\x04\x6e\x66\x3e\x4c\x33\x88\xba\x72\x05\xc7\x41\x83\x8f\x9d\xe7\x64\x8b\xeb\xb3\xee\x9d\xc9\x1c\x21\x7d\x83\xbd\xc8\x63\x72\x3f\xbe\xaf\xf3\x7c\x99\x60\x8a\x9e\xe7\xeb\x7b\x17\x1f\x5c\x43\xf4\x58\x2a\x22\xb7\xed\xac\xa6\xb7\x13\x83\xa7\x40\x41\x3c\x25\xba\x1d\xb8\x51\x6d\x53\xe8\x64\x01\xb6\x49\x88\x45\x35\x95\x56\x95\xd1\xd1\xe9\xc1\x42\x0c\x16\xa4\x73\x30\x48\x02\x06\x5a\xf7\x3e\xb1\xa5\xee\xd0\x19\x65\xe4\x3e\x20\x77\x5d\xa8\xdf\xa1\xeb\xe4\x18\xd1\x5f\xb6\x8a\x18\xfe\xd6\xeb\xde\x7d\xf6\xda\xca\x2e\x47\xbf\xba\x55\x43\xb1\x5d\xe7\xd3\xa9\xab\x7c\x43\x62\xcd\xae\x4c\xe4\x92\x3f\x09\x4d\xea\xc7\x1f\x1e\x9e\xf8\x06\x52\xa7\x00\xd2\x23\xd9\x9e\x6c\xbb\x3b\x04\xdc\x56\x2c\xec\x1e\x72\xf7\x63\xbd\x2f\xb9\x7f\x29\x31\xe7\x25\x5c\xbb\x32\x08\xa0\xf2\xb4\x64\x54\xdc\xfd\x72\xde\x74\xb0\x20\x0d\xeb\x57\x5f\x32\x36\x5d\xdf\xef\xf1\xb8\x82\x93\xf4\xab\xe8\x18\x42\x80\x3b\x95\x65\x9a\xa9\x48\x64\xe8\x8a\xbc\xa0\x4d\x10\x6f\x1f\xff\xe1\x2f\x26\xaa\x62\x22\xb7\x89\x0f\x1b\x0b\xd2\xc5\x24\x95\xdc\x2e\xa7\x8a\xdf\xdb\x84\x2d\xaa\xf7\x4b\x1f\xab\xcf\xef\x71\xf3\x80\x82\x74\xc7\x8e\x61\xa9\xbc\xf9\xd8\xa7\xb5\xab\x26\xd3\x37\x54\x70\xe1\x18\x1d\xba\x67\x2e\x0d\x73\x3a\x1c\xb5\x35\xcf\x5d\x6a\xc4\x7b\xe6\x72\x33\x63\x49\x9d\xe9\x88\x62\x52\xe4\x66\xeb\x86\x95\x3b\xc9\xe4\xd3\x83\xfe\xb4\x72\x75\xc3\xe7\x2a\x42\x2a\x89\x5f\xb3\x55\xa5\x49\x49\x92\xd9\x36\x61\xa0\x83\xc7\x25\xf9\x52\x3a\x2c\x04\x43\x50\x3b\xfc\x7f\x01\x36\xc7\x28\x57\x1e\x00\x5c\xae\xe6\x8a\x72\x0b\x9f\x74\xed\xf9\x20\xbc\x3d\x74\x59\xcd\xc2\xae\x94\xb7\xf3\xda\xbb\x08\x4c\x65\xd4\x6f\x6b\xc8\x24\x5b\x9a\x0a\x12\x37\x1a\xfb\x5a\xcc\xda\xe2\x1c\x14\xa1\x45\x61\xb9\x66\xf0\x52\x41\xc8\x9c\x30\xf4\x4d\x4f\x54\xf3\xcc\x3d\xae\x3c\x80\x6a\x6e\x5f\x79\x3b\x4f\x91\x0d\x67\x76\x1e\x58\xbb\xce\x8f\xf7\xc9\xfa\xfc\x0b\xaf\xdb\x52\x9f\x74\x2c\x08\x50\x42\x3d\xdb\x30\x0c\xd8\xc0\x9e\x8a\x93\x80\x04\x67\xa0\xab\x0c\x04\x5b\xc8\xb8\xb0\x9f\xf6\xe2\x0d\xee\x21\x0e\xf5\xa1\xd9\x2e\xef\xf7\x7f\x4e\x82\xf5\xa2\x5e\x44\xb3\xbf\x1d\x25\x36\xd3\x88\x37\x2c\xa1\xbf\x5e\xf5\x98\x24\x4a\xcb\x34\xb5\x3c\x53\x7c\xf7\xbd\x68\xb3\x19\x2a\xb3\x9f\xcb\x31\xc0\x3d\x89\xe0\xf1\xd0\xeb\x73\xde\xf2\xa6\xd7\xcd\x0c\x44\xcd\x17\xbc\x84\xf8\xdc\x01\x41\xe0\xe8\x1c\x52\xba\x35\x9b\x4b\x00\x58\x08\xeb\x80\xdb\xb9\xa7\x7a\x68\x96\x2c\x83\xa0\x8c\x58\xda\xb9\x6f\xb5\xbe\xf9\x25\xe3\x5d\x0b\x29\xc2\x2a\x66\x5d\x62\xc7\xb6\x77\x17\xae\x4b\x18\x75\x66\x89\xe2\xd2\x2c\x4c\x87\xb2\xd7\xe6\x25\xec\xe1\x8a\xd4\x5d\x77\x97\x3b\x58\xb8\x31\x5c\xc9\x64\xba\xfd\x14\x77\x5b\x8b\x4d\x9a\xe9\x35\x39\x56\x77\x2f\x66\x7a\xd6\x3b\x17\xb5\xb7\x93\x18\x2a\xee\x91\xfb\xc8\x0a\xba\xac\x86\x68\xa9\x69\x85\xd4\xc0\x3f\xbb\x04\x38\xa3\x3d\x31\x5e\x88\x61\x6b\x36\x5f\xdf\xe1\xb8\xd3\x7d\x21\xc1\x4c\xb7\xb5\x6a\xf1\x36\xed\xd8\x22\x7b\x02\x1d\xef\xfb\xdb\xee\x4d\x9a\xaa\x76\xee\x4d\x72\xc9\x93\x2b\x14\x04\x21\xfd\xfd\x16\xb8\x71\x19\xf6\x4b\x49\xfb\xa5\x6e\x90\x33\x3b\xe5\x64\x9a\xda\x5f\xeb\xa8\x9d\x9a\x6e\x10\x8f\x93\x9e\x71\x32\x6e\xe5\x33\xe7\xb9\xe8\x9e\x67\x12\x0d\x6f\x97\x87\x4f\xf7\x96\x45\x9a\xe3\x7f\xb6\xa7\x2b\x9e\xc3\x7d\x0e\xe3\x65\x6c\x01\xaf\x2d\x1a\x42\x9f\x07\x61\xff\x82\xef\xa3\x9a\x60\xd1\xfb\x92\x4c\x2f\x84\xcb\xe4\xdc\x7a\x13\x4b\xdd\x48\x14\x7e\x89\xd8\xd1\xe8\x1d\xa8\x62\xc4\xc8\x1a\xe0\xda\xf5\x3b\xc7\x8a\x39\x91\x22\x66\x80\xcc\xd7\x30\x0d\x3f\x95\xdb\x32\xbb\xa9\x45\x29\x56\xb2\xd8\x8e\xa1\x8a\x49\x59\x01\x0b\x43\x0b\x48\xee\x9a\xdd\x92\x0d\x2f\xc1\x40\xbe\xc1\xa8\x52\x9b\xb2\x0f\x8a\x78\xd8\xdc\x4c\xd0\x82\xc9\xcc\x02\x5c\x51\x8b\xcd\x8b\x5d\xef\x23\x87\x08\x74\xfe\xc3\x0e\xaf\x72\x85\x08\xf9\xf2\xc3\x14\x1b\x4e\xba\xe1\xc1\x1a\xe0\x3b\xea\x2e\xd3\x66\x45\x72\x12\x02\xee\x27\xe0\xf8\x8d\x6e\x46\xb7\xd5\xaa\x7c\xec\x20\xfb\x8b\x79\x14\xe9\x8d\x9f\x3f\x38\x28\x8e\x04\x02\x5a\xf7\x1e\xce\x02\xa4\xaf\x48\x85\x1d\xe1\xb2\xe0\x91\xff\x7b\x6c\xa5\x17\x2e\x7c\x08\x3a\xc8\x3b\x8d\x50\x68\x2f\x5b\x1b\xe1\xcc\xcf\x71\x6c\xd4\xe6\x32\xb0\xfe\xea\xc6\x72\xe1\x25\x2f\xef\x75\x11\x86\x21\xf6\xa0\x9e\x00\x12\xaf\x17\x05\x49\x57\xfe\x33\xa8\x48\x86\x22\xd4\xe7\x50\x92\x6f\xa0\x93\x9a\xda\xb8\x01\x50\xa4\x89\x1b\x60\x28\xed\xc9\xe1\x6e\x66\x6b\x55\x81\xfb\x7b\x5b\xcd\x98\x82\x9a\xea\x25\x6d\x2e\xe3\x1e\xf6\x19\x86\xa1\x50\xa7\xfa\x23\xbc\x10\xb1\xa8\x5e\x9b\xe1\x24\x54\xe4\xee\x9e\x20\xa8\x22\xfe\x01\xa6\xd8\x94\xab\x83\x49\x5a\xa3\x88\x9f\x93\xb5\xbb\x2c\x79\x89\x5e\x14\x2e\x3e\x32\x21\x62\x91\x3f\xa6\x85\x03\x72\x64\x84\x6a\x63\x97\xf9\xac\x96\xac\x7c\x40\x8e\x52\xc1\x97\x3b\xd9\xdd\x07\x21\x86\x68\xc8\xf0\xee\x0f\xc9\x42\x5b\x4d\x67\xb8\xa7\x5b\x96\xb1\x9f\x57\x14\x1c\xd1\x56\x85\x21\x58\xe8\x0e\x3a\x81\xb8\x94\x34\x9d\x20\xbb\x10\x02\xec\x9a\x10\x9f\x26\x46\x97\xe6\xc6\x0c\x2b\x05\x57\x9a\x71\xb0\x77\x18\xbd\x50\xbe\x32\x57\xa8\x05\xbc\xb0\x12\x68\x8d\x2a\xb4\x92\x6c\x18\x84\x2e\xa0\x73\x3f\xa4\xb3\x86\x72\x41\x5f\x54\x92\x0d\x6b\x27\xcd\xde\xad\xdc\xc7\x49\x7c\x2e\xf9\x36\xc3\x55\xf6\x90\x6f\x64\x9e\xfb\x96\x3c\x49\xde\xa5\x66\xe6\x67\xf7\x8b\x7d\x6b\x6b\x1b\xcc\x6e\xfc\xd8\x42\x6a\xea\xed\xb6\xdf\x42\x76\xe2\x32\x88\xde\x36\x1a\x76\x8c\x62\x59\xd2\x7a\xc1\xcb\x31\x24\x2e\x59\x2d\x19\x04\x97\xe1\x34\x95\x20\x0b\xa6\x08\x57\xbe\x2d\xd8\x47\x1b\xf8\x44\xa5\x85\x20\xb6\x7e\x3c\x10\xe5\x4a\xab\xaa\xe0\xcc\xe4\xb7\xdf\x40\x88\x26\x2f\x2d\x85\xf9\xa6\x1a\xa4\x36\x0d\x61\x94\x26\x93\x3e\x6e\xe9\x01\x46\xd0\xc3\xcc\xdb\x4a\xdb\xbe\xea\xce\x8e\x52\xb2\x4d\x4f\x1f\x8d\xa0\x86\xdb\xce\x78\x7b\x27\x1e\x54\x07\xc7\xe0\x8b\x7e\xeb\xfd\xc1\x88\xef\xd3\xfc\x63\x82\xb6\xe2\x79\x21\x44\x6d\xe8\xe9\x20\x2d\x27\x8f\xac\xf7\x6a\xd0\xc3\x25\x38\x33\x1e\x86\xd8\x47\x07\x07\x16\xcd\xa6\x90\x02\x96\xd5\x78\x04\xeb\x03\x78\x18\xed\x16\xb2\xf3\xa4\x31\xb0\x8e\x4b\xef\xb1\x2d\xf1\xaf\x5d\xce\x93\x0d\x18\xa4\x70\xad\xd2\x82\xff\xe3\xa0\x4c\xbb\xd5\x4d\x00\x9b\xf5\x20\x61\xd7\x72\xf2\x10\x1a\xdb\xe9\x9d\x59\x10\xcd\x7e\x8e\x7d\xcb\x48\x19\x91\xc2\xad\xb9\x93\xae\x81\xe4\x96\x36\x0d\xde\x0d\xbb\x5a\xd8\xd1\x3e\xe5\x1c\x2c\x64\xaf\x4b\xf8\x6f\x71\xe7\xb5\xa2\x82\xbe\xc8\xa5\x97\x52\x01\xf5\x0f\x54\xe9\x7e\x14\x09\xe9\xab\x41\xea\x11\x25\x6c\xb2\x86\xa1\xa3\xb2\xa8\x99\x89\x08\xd2\x8f\x5a\x33\xac\x4e\xee\x04\xda\xc7\x2b\xce\x0a\x04\xec\xce\x08\x39\x1b\x2a\x89\x16\x8a\x4a\x97\x46\x25\x61\x4d\x89\x63\x3d\xb5\x80\x84\x07\x57\x09\x22\x19\x04\xbc\xdb\x77\xd8\x3b\xd3\x19\x5c\x13\xdf\x93\xd1\x77\x00\x5e\x4a\xd0\xa3\xef\xce\x16\x03\xa9\x09\x22\xf2\x78\x99\xf1\x9c\x79\xd9\xc3\x04\x14\x82\xda\xa4\x14\x13\x57\x75\x60\x16\x60\x4a\xc8\xeb\x2d\x59\xac\x98\x84\x70\x41\x17\x89\x5a\x8a\x96\xbd\x66\x26\x44\xc1\x68\x09\x68\xad\x8a\x59\xb4\x56\xf4\x26\x93\x6c\x9f\x7f\x44\x23\x9d\x5b\x03\x4e\x55\xb1\x40\x3b\xd2\x7c\x1c\x6d\x05\x28\x67\x9f\xd1\xa0\x52\x0a\xa0\x8c\xa9\x17\x6e\xeb\x3b\x52\x7a\x36\x93\x83\x0e\x46\x0d\x3b\x79\xd8\xda\x33\x57\xb8\xa3\x35\x4f\x69\x51\x6b\x09\x63\xc0\x3d\x87\xd9\xd1\xf0\x67\x0e\xb3\x63\xd2\x71\x10\xb4\xcf\x87\x62\x14\x6f\x33\xd6\x10\x93\x41\xb2\x86\x6c\x09\x05\x45\x50\x71\x5d\x84\xd0\x55\xce\xf5\x7d\x05\xa9\x0e\x68\x49\x44\x99\x31\x52\x31\x2d\x7a\x66\xa2\xdc\x1b\x7c\xce\xcb\xc5\x33\x16\x87\x0d\x04\x64\x81\x77\x4b\x98\xbd\x72\x16\xcf\x96\x34\x43\xfe\xdc\xca\x2c\xda\xeb\x3c\xea\x12\x8b\x77\x8b\xbe\x20\xaf\xf6\x18\x09\x16\xec\xce\x20\xeb\x84\xdc\xa7\x87\x87\xce\x9d\x53\xaf\xe1\xd5\xff\x5d\xb1\x22\xbb\x31\x43\xf8\xe0\xee\x9f\x99\xd0\x27\x1f\xd6\x57\xdf\x64\xa5\x50\x7c\xce\x33\x04\x13\xd7\xf5\x00\xba\xc5\x31\x8d\x89\x96\x5a\x37\x7a\x54\xf8\x54\xb7\xfc\xa1\x91\x26\x49\xd6\xd9\x60\x14\x9d\xb1\xa0\xa8\xde\xf9\xc8\x29\x05\xfa\x64\x8d\xe1\xef\x53\x25\x10\x8f\x34\x9d\x1e\xb6\xe3\x3c\x82\x2c\x91\x63\xf2\xcd\xe1\x61\xfb\x78\xf5\x68\xe9\x53\x34\xf1\x9c\xc9\x5b\x25\xaa\xef\x83\xb5\xd4\xf4\xf7\xc1\xfb\xee\x04\xd9\xac\xa9\x7c\x81\xb9\x11\xa3\x74\x55\x0e\x9f\x13\x36\xa4\xbd\x20\x61\xdb\xaf\xb8\x54\x1f\x4c\xfa\x2a\x53\xce\x01\xa0\x5e\x21\x12\xc0\x86\x11\x55\x43\x0c\x75\x4d\xb9\x79\xc3\x36\xbc\xcc\xc5\x06\x00\x00\xff\x08\x95\xca\xa9\x28\x21\x1d\x69\xe3\xa0\x18\xe2\x2c\x04\x44\x60\x45\x5d\xcb\x0f\xc3\xd1\x31\xf9\xd4\x3a\xea\x56\x57\x1f\x68\xd4\xc9\x8c\xab\x40\x5c\x0c\xbf\xc0\x9b\x38\x26\x19\xab\x01\x46\xc4\x03\xa9\xa5\xc1\xb6\x6c\xe2\x27\xe2\xd2\x4c\x69\x36\x15\x5e\x13\xa6\x58\x5b\x5b\xdf\x8a\x4e\x22\x21\xd2\x13\xb2\xb8\x90\xf0\x46\x56\xa2\xcc\x43\xf0\xe8\xc0\x6f\xa2\xad\xf2\xb7\x93\xb1\xb1\x00\x10\x24\x30\x9f\xef\x7b\xde\xea\x95\x7d\xd9\xc2\x35\x18\x23\xb8\x27\x04\x44\x95\xbd\x5e\xbd\x0b\xaf\xa2\xe8\xf3\xe6\x89\xb0\xb8\x7b\xf1\x3a\xb8\xe3\x76\x2c\x87\xdd\x50\xe3\xd2\x9f\xd8\xd0\xf0\x8b\xd9\x50\x76\xc7\x25\x42\xe2\x68\xd6\x23\x06\x8a\x88\x5c\x8b\x8c\x42\x15\x42\x0a\xd1\xdf\xc3\xf0\xbd\x4d\x87\x72\x30\x9e\xe8\xd6\xe2\x3d\xb4\xbf\x12\x17\x02\x05\xbb\x48\xcb\x6d\x3c\x86\x5f\xbf\x65\xc1\x2c\xef\xbf\x65\x2f\x1d\xf0\x6c\xaf\x2d\xe3\x61\x71\xb3\x65\x89\x2d\xa1\x2b\xcd\xa1\x19\xdc\x18\xab\x1d\x8c\xf7\x26\x59\xc4\x61\xb0\x95\x84\xea\xb5\x5d\xce\x59\x04\xb6\x0c\x52\xbe\x41\x2a\x47\x07\x1c\x2a\x11\x07\xa9\xe0\x25\x1b\x7b\x8b\x97\x4f\x5a\x2d\x29\x24\xeb\x26\x14\x7c\x9a\x74\x7b\xc6\x8b\x28\xe7\xf3\x39\xab\x01\x54\x61\x26\x78\x21\x51\x95\xbd\x01\xe6\x72\x73\xc3\x00\x68\x42\xef\xae\x48\x58\x65\x0d\x27\xcb\xbe\x3c\xe3\x78\xda\x06\xfd\xe9\xb3\x2f\x09\xac\xa0\x5d\xfb\xd3\x54\x88\xc5\x5b\x93\x50\x97\x35\xef\x42\x7b\xed\x99\xfc\xab\x0d\xbf\x32\x85\x02\x7b\x70\x6b\x45\xf1\xd8\x73\xa1\x2b\xe8\x03\x80\x60\x87\x11\xc6\x5d\x88\xc7\x07\x52\x97\x33\xa8\x00\x4c\x46\x13\x0e\x0b\x33\x8b\x05\xc9\xfe\xe0\xa8\x91\x8a\x4a\x45\xb8\x42\xcf\x33\x84\xd2\x48\x1e\xb4\x96\x7d\x7d\xc7\x39\x6b\x2c\xcb\xfd\xcf\x9a\xd7\x7c\xf5\xda\xd3\x4d\x58\xbc\x7b\x2f\x8d\xe4\x30\xb9\xff\x9e\xce\xe7\xbf\x6e\x53\x83\xcd\x08\xd5\xa7\x3d\x77\xd4\xf9\x7d\x00\x1e\xdc\xaf\xbc\x03\x3b\x16\xe1\xfe\x7b\x74\xd9\x54\x52\xde\x47\x7a\xfb\x71\xdf\x8e\x15\xc8\xdf\x32\xb5\x61\xcc\x02\xbb\xf0\x25\xad\x31\x8c\x15\xdc\x58\x01\xbe\x06\x69\x3b\x54\x65\xfb\x6f\xe1\x91\x84\xbb\xb6\x51\xcb\x63\x1f\x86\x1b\x61\x0f\x90\xed\xaf\x55\xd6\xc2\x44\x6f\x68\x55\x99\x64\xd1\x7a\x08\xc6\xde\x47\x18\x3a\x47\x8a\x8e\x58\x35\x5b\xfd\x9c\x66\x37\xb6\x6d\x8b\xc1\x26\xc1\x83\x4b\xdf\xac\x1d\x6e\x7e\x9f\xbf\xed\xf1\xaa\xdc\x7f\xb7\x4f\x6d\xfd\x1d\x0f\xe0\xfd\x00\x2f\xec\xc6\x5b\x1b\x8d\x1b\xe1\x95\xf9\x7e\x44\x8c\xa0\x0a\xfb\x70\x15\xa4\x48\x69\xa9\xc1\x5b\xe0\x98\x8f\x1e\xa5\x62\xac\x3d\x4e\xcb\x61\x90\xff\xe4\xe1\xce\x34\x2b\x41\x60\xef\xcb\xe8\x3a\x35\xd1\x23\x90\xab\x52\x9a\xf4\x19\x1b\xfd\x7f\x35\x23\x74\x43\xb7\x63\x48\x57\x60\x7b\x61\x92\x2c\xe9\xd6\xb6\x34\xd3\xbc\x98\x49\xd3\x38\x75\x72\x43\xdf\xac\x2f\xdd\x09\x9d\xec\xfc\xba\xd1\xfe\x69\xbd\x4d\x43\xfd\xd3\x7a\x77\x56\x98\x76\x20\x3a\x2d\xf8\x2f\x88\x56\xf3\x21\x1d\x6b\x10\x42\x98\x40\x61\x34\x6c\xb5\x4b\xdf\x34\x0d\x5e\xa1\xfe\x62\x5b\x66\x68\xb9\xf3\xe1\xd7\x89\x62\x3c\xca\xd1\xd4\x2f\x82\x25\x76\x69\xd0\xfb\xd8\x0c\x4a\x88\x9c\x96\x26\xb3\x82\x97\xb7\xa9\x27\x23\xfa\x1e\x5c\x38\x0e\x06\x4e\x33\xc8\xf0\x11\x6c\x22\x1c\x42\x27\xd7\x5c\xf2\x59\x11\x5d\x3d\xc0\xa6\xd9\x0f\xde\xde\x6b\xbc\xae\xa1\x05\xdb\xeb\x7f\xf8\x54\x4b\xc0\x63\xa3\x48\x25\x08\xf2\x8f\xba\xa4\x4d\x90\xc3\xe7\x36\x1d\x0d\xc2\xc7\x2b\x01\xa1\xdc\x42\x22\x44\xd6\x83\x28\x33\xa6\x67\x0b\x75\x9d\xa2\x20\x05\xa3\xb7\x84\x12\x63\xd0\xff\xd5\x9c\x41\x6b\x25\xef\x7f\x13\xe1\x66\x3e\x83\x16\xfa\xbc\x38\x59\x54\xde\xbc\x35\xe6\x12\x79\x88\x23\xb4\x99\x6b\xbc\xdb\x42\x50\xc9\x1e\x11\x30\x42\x59\xa5\xc5\x8e\xe2\xc7\x2d\xb5\x43\xb2\x5c\x5b\xf1\xd0\x18\xf1\x0f\x48\x06\xa3\x84\x21\xc2\x7c\x1a\xaa\x7a\xc5\x76\x52\xac\x25\xa5\x6e\x9a\xb5\x25\xba\xa8\x96\xa5\xe8\x54\x53\xb0\x55\xf6\x7d\x29\x92\x08\x87\xfa\xb9\x44\x61\xd6\xe5\x1e\x64\xe1\x6b\xa4\x08\xa3\x65\x76\xdd\x49\x20\xf7\x25\x91\x9e\x44\x62\xed\x6b\x1d\xea\x4e\x51\xd1\x8c\x2b\xfd\x14\x0c\x0e\x07\xc7\x29\x7c\x09\xa4\x9d\xce\x2c\x1f\xfb\xdb\x7d\x32\x38\xde\x45\xa8\xd1\x22\xec\x59\xaa\x06\x94\x98\x9f\x98\x28\x83\x73\xfd\x21\x01\x93\xfa\x0f\xb0\x07\xb1\x92\xcc\x78\xa3\xc1\xeb\xaf\x8f\x4d\xe3\xda\xc6\x64\xc8\xa8\x28\x0c\x32\xa9\x37\x23\x6f\x74\x53\x4e\x60\x06\x64\x7d\x6a\x2c\x46\xbb\x08\xbe\xbd\x99\x69\x60\x25\x25\xaa\x4b\xff\xa0\xa7\x34\xe0\xd7\xbe\x84\x87\x68\x45\x7f\xbc\x3d\x35\x9f\x45\x85\x86\x41\x57\xa3\xe3\x26\x2a\x42\xa2\x9d\x76\x4e\xdf\x14\xc7\xd6\x01\x9f\x10\x25\x80\xc5\xc6\xff\xd0\x18\x75\xc0\xb7\x9d\x39\xa1\x2a\x4c\x31\xea\x10\x5a\xc0\x92\xca\x15\xd1\x3b\xcf\x73\x97\x77\xdc\xee\x27\xad\x19\x8d\x81\x99\xcf\xa4\xfc\x81\xd6\x4e\x79\x8f\x7c\x12\x24\x0d\x1e\x93\xc1\xe4\x89\x4b\x1d\x1c\x1f\xc3\x3d\xf7\x7c\x83\x65\x6d\x1f\x48\x8b\xbf\x72\x72\x42\x06\xa5\x28\xd9\x20\x98\xe1\x25\x9b\xd8\xcf\x91\x89\xc6\x8a\x93\x73\xb8\xb1\xa9\x24\x37\x3c\xcf\x99\xcb\xf9\xba\x14\x2b\x99\xc0\x9e\xde\xd1\x37\x19\x0c\xdc\x84\x0e\x0e\x88\x0b\x2e\x08\x1d\xf0\x20\xdd\xf5\xd9\xd5\x95\x26\x01\x0e\x2a\xd7\x25\x55\x37\x53\x02\xc2\x35\x23\x39\x8a\xc4\xfa\x37\xc2\x4b\xf2\x7f\xae\xc6\x1e\x68\x62\x5e\x08\xaa\xf0\x13\xbc\x2f\x5a\x6e\x5e\x55\x64\xc6\x30\x83\x76\x0d\xe2\x73\x86\x42\x1a\xc5\x5e\x75\x47\x98\xae\x46\xd7\xc0\xa6\x1c\xa2\xa9\x93\xc8\x6b\x9a\xdd\x1a\xe6\x67\xc6\x8c\xe8\xd4\xdc\x4f\xb3\xfc\xa9\x6d\x35\x9f\x7e\xfe\x97\xbf\x36\xa8\x6e\x12\x1e\xb1\x4f\xe4\x31\xf9\xd9\xd1\xf1\xcf\xff\xf2\xd7\xd6\xb1\x31\x34\x05\xbe\x8e\xd5\x6b\x70\xbc\xf9\x54\xdd\xfd\x1c\x9b\xb2\x93\xd4\x95\x89\x62\xd0\xd3\x07\x3c\x79\xa7\x47\x26\x1c\xc5\x55\xc1\x06\x3b\x2d\xef\xb8\x14\xc3\x41\x33\xb3\x7d\x87\x2d\x7f\x7f\x53\x63\xb2\xaf\x2d\xf0\x94\xdb\xdf\xd0\x68\xe0\x4c\x63\x6f\xab\x9c\x9a\xc0\xf2\x8c\xd6\x4c\x61\x5e\xfb\x27\x4f\xb6\xa4\x5a\xd5\x9a\xc3\x95\x53\x6f\xce\x33\x17\x70\x2b\xfb\xf7\x82\xa9\x2b\xfb\x75\xe8\x02\xb6\x7d\x85\x47\x8f\x7c\xed\x29\x97\x67\xa2\x28\x68\x25\x59\x3e\x6a\x87\x4f\x83\xac\x62\xcb\x9e\xe9\x11\xf9\x76\x62\x3e\xed\x34\xff\xcb\x4a\x5a\x8f\x62\x00\xc6\x15\xf3\xd6\xae\xb5\x93\xad\x34\xb0\x0e\xe4\x0d\xad\x50\x68\x28\x43\xdd\x6f\xc6\x8a\x82\xe4\x7c\xc9\x4a\xa9\x2f\x9a\xbd\xe8\xde\x30\x00\xbc\x24\x3b\xde\x11\xe8\xc8\x2e\x1d\x76\x7e\xa5\x7f\x6a\x88\xe3\x21\xc5\xc5\x46\xc3\xb9\xc8\x56\x72\x30\x82\xcb\x0b\x78\xbb\xf0\xf6\x3a\x2d\x36\x74\x2b\x11\xe5\x87\x92\x59\x21\xb2\x5b\xc7\x84\x6a\x79\x69\x55\x42\x75\x50\x4c\x12\xe2\x06\xd3\x98\x51\x30\xac\xe9\xb3\x57\x17\x67\xdf\x1d\x87\x18\xa5\xb8\xc8\x27\x1d\x17\x1c\x4c\x43\x6e\xb8\xca\x6e\xc8\x10\xda\x77\x5c\x3f\x95\x6c\x67\x4f\xe7\xa7\xaf\xad\x27\x29\xde\x95\x37\xd6\x2b\x75\xb0\xa6\xf5\x70\x32\x81\xca\x13\xbd\x3b\x5a\xc2\x9c\x18\x59\x77\x70\x1c\x55\x6a\x9b\x8a\x07\xaa\xa6\xa5\xac\xa8\xde\xef\x66\x61\x51\xe7\xac\xc6\xf7\xf7\xca\xcc\xcb\xa7\x7d\x8a\x4b\xbd\x62\x73\x65\xcb\x0c\xa4\x28\x78\xee\x1a\x9b\xd5\x8c\xde\x1a\x1e\x6c\xdf\x34\xdf\x7e\xff\xfc\xfc\xf2\xd5\xcb\xef\xcf\x3b\xe6\xda\xba\xe9\x1c\x35\x82\x80\x3f\xa3\x92\x41\x0e\xc9\xc7\x64\x50\xdd\x7d\xe9\xb9\x37\xe6\xa5\x1f\x00\x54\xad\xe0\xf1\xe2\xbf\x80\x24\x51\x01\x5c\x35\x61\x77\x14\xf0\x6e\x2c\x20\x80\x19\xd9\x9e\xa5\x0b\x97\x37\x5c\x37\xe3\x49\xf3\x9b\x50\x40\x40\xaa\xf0\xd3\x87\x2f\x43\x05\x89\xa9\xdc\x93\xb5\x6d\x45\x8f\xa7\x19\x58\x17\xcb\xb1\x2d\xb3\xbf\x4f\x24\xc7\xb6\xcc\xfa\x06\x55\xf4\xe1\xa8\x53\xc1\x15\xae\xde\xe7\x04\x57\xb8\xca\x7b\x3d\x22\x30\x68\x22\x2d\xc3\x61\x89\x8e\xf0\x0b\x57\xa5\x2b\x54\xe7\x4a\xdf\xba\xa2\xd6\x9c\x21\xbe\xa4\xbf\x08\xb1\x24\x1b\x5a\x97\x98\x92\xd5\x6d\x63\xf8\x3b\x68\xc3\xc9\x92\x49\x49\x17\xcc\xfd\xa8\x6b\xaf\x24\xa2\xce\x2b\x83\x3b\x35\xab\xc5\x46\xff\x04\xb5\x97\x2b\xa9\xd0\x77\x0d\x93\x73\x08\xf2\xe4\xf0\xf0\x5f\x35\x17\x08\x54\x0a\xcf\xf7\x8d\xf5\x88\x73\xb0\x03\x98\x4f\xbd\xd8\xf6\xd5\x29\xdc\x18\x6b\x8c\x19\x5e\xa0\x4c\x80\x39\xf2\xbd\xea\x84\x1b\xb1\xf9\x4f\x21\x96\x3f\xe2\xb4\x9a\x49\xbe\xad\x5a\x00\xd4\x04\xb0\xa3\xbf\xf8\xc2\xf0\xa6\x84\xb2\xb0\x51\x24\x74\xca\xbd\xcd\xba\x6d\xfe\x24\xab\x19\x55\xec\xbc\x60\xfa\xcf\xe1\x20\xe7\xeb\x41\xe8\x4f\xd2\x6c\x60\xca\x73\x7d\xf3\xc0\xec\x8e\xf4\xc7\x89\xd9\x9e\xc1\xae\x4a\x78\x59\x64\x52\x5e\xb3\x3b\x88\xa8\x70\x7c\xd8\x00\x7c\x93\x8e\xc8\xac\xa0\xd9\xed\xf1\x20\xe0\xd0\x5a\x6e\x63\x47\xe4\x7f\xcc\xe7\x4f\x9f\x3e\x7d\x1a\x17\x9b\x8b\x52\x4d\xf4\xcd\x77\x44\x0a\x5a\x2f\x58\xa3\x11\xd8\xfa\x49\x4d\x73\xbe\x92\x47\xe4\x77\xd5\x5d\xfc\xdd\xe8\x21\x8e\xc8\xe1\xf4\xdf\xbe\x89\x3f\x55\x34\xd7\xcc\x91\xfe\xf4\x94\x2d\xc9\xe1\xf4\x1b\xf8\xff\xee\xdf\x71\x69\x25\xaa\xa3\xd4\xef\xe0\xab\x70\x44\x9e\xe8\x7a\x8d\xf6\xcd\x29\x3b\x72\xc9\x45\xe3\xef\x93\x0d\x9b\xdd\x72\x35\x51\xec\x0e\x27\x38\xa1\xc0\xd6\x1d\x11\x2d\x9f\xa5\xcb\xea\xf3\x31\x41\xa6\x30\x59\x6c\x29\x7e\xe9\xd7\x9e\x2e\x98\x68\x6c\xb4\x8b\xb8\xa6\x34\xcf\xcf\xd7\xac\x54\xaf\xb8\x54\xac\x64\x5a\xca\x28\x78\x76\x3b\x18\x7b\x0a\x67\x0d\x3c\x5b\x7c\x85\x75\xf5\x29\xe6\x21\x39\xbb\xe1\x85\x71\xb9\x32\x77\x4a\x03\xec\xa7\xd5\xab\x9e\xcf\x99\xc1\x8e\x43\x37\xe1\xd7\x78\x34\x5f\xd3\x92\x2e\x58\x3d\x35\xf9\x4b\x2e\x99\x71\x33\x90\x96\xfc\xf0\x8c\x06\x0d\x9a\x8a\x56\x74\x79\x07\xf9\xda\x5f\x96\x6a\xb8\x87\x01\xd1\x4d\xbc\xa0\x99\x12\x35\xf9\x5a\x5f\x3a\xa3\xf7\x81\xa0\xd4\x71\x1a\x34\xdd\xbe\xa0\x4b\x5e\x38\x3b\x4b\xec\x81\x59\xaa\xc9\x1c\x3e\x0f\x3c\x22\x6c\x4b\x6d\x98\xbe\x21\x82\x55\x1d\x85\x8b\x9d\xf3\x75\xf8\xcd\xe4\x98\xf2\x2b\xde\xbe\x6a\x8e\xe3\x7c\x59\x7b\x7b\x0b\xfd\xf6\x76\x94\x6b\xed\x75\x47\xcf\xad\x97\x24\x52\x3f\x88\x35\xab\x0b\xba\x45\xb1\xcc\x20\xe7\xd0\x25\x78\x93\x6b\x71\x87\x2f\x23\x14\xfe\x56\x35\x9b\x9d\x97\x97\x84\x97\xe8\x17\xbd\x06\xaf\x5f\x5e\x12\x8a\x77\x09\xd1\xdb\x30\x26\x19\x2b\x01\xd7\x08\x80\x66\xd6\x86\x8f\x08\x52\x73\x04\xd6\x12\xe7\xcc\x7c\xcb\x18\x26\x1b\xb1\xdd\xd9\xe7\x6c\x56\x73\x36\x87\x6c\xb0\x90\x39\x18\x1d\x64\x1a\x5d\x82\xc4\xb5\x15\x2b\xdf\x9c\x5e\xba\x81\xf2\x36\x96\xec\x86\x65\xb7\x8e\x01\x45\x04\x9c\x78\x75\xe6\xbc\x6e\xe3\xdf\x58\xb0\xed\xa5\x5c\x98\x45\xb9\x53\x98\xe9\xe7\x4f\xd7\xaf\x5f\x8d\xdc\x20\x8d\x15\x47\x8f\xdb\x44\xf3\x98\x69\x4c\x53\xc8\x11\xa2\x52\x1f\x0c\x53\x00\xad\xc6\x9b\x00\x0e\x0b\x94\x2b\x32\x63\x73\x51\x33\x32\xa7\x20\x73\x8a\x15\x3c\xd6\x48\x2e\xbe\x7d\x12\xa9\xfa\x9f\x4c\xbf\x31\x7e\xbc\x72\x4a\xc8\x1b\x2a\x25\x30\x98\xf0\xda\x5a\xa8\x69\x53\xd3\x36\x26\x15\xdd\x92\x55\x05\x6e\xf8\x7a\xaf\x86\xa2\x26\xab\x52\x71\x84\x35\x2f\xad\x27\x58\x41\xb7\xfb\xf2\x73\xe9\x97\xfa\xc2\xec\x5e\xf0\x48\x2f\xe5\x62\x1c\x4e\xb9\xf9\x5e\x9b\xd6\xdb\x6f\xb5\x3b\x83\x3b\xf4\xd4\x41\xdd\x7b\xbf\xd5\x61\xe5\x5d\x4f\x6e\xe3\x4d\x7c\xf2\x4d\xf3\x51\x0c\x9e\xd4\xbb\xbb\x49\xe2\x55\xfd\x62\xaf\x66\xdf\x37\x70\xdf\xbb\x66\x9f\x4a\x2d\xd8\x99\x06\xad\x85\xe1\xc9\xef\x0e\x97\x92\x30\x2a\xd9\x84\x97\xfd\x5e\xb9\xf6\x93\xb9\xbf\xdd\x51\xd7\x36\x26\x5e\x45\x50\x8c\x6a\xb1\xa3\xe3\x65\x64\xfa\x29\xd0\x55\x1c\x5a\xdf\xb1\xfb\x22\x95\xa8\xde\xd4\xa2\xa2\x0b\xea\x55\x4a\xc0\x79\x1b\x73\x5d\xf8\x56\xa6\x28\x22\x14\xff\x76\x7b\xe9\x1f\xef\x68\xa6\x43\x9e\xdc\x1d\x44\xb0\xab\xc1\xfb\x3e\x87\xed\x76\x62\x3e\x60\x29\x17\xbb\xba\x0b\xed\x5a\xd3\x7f\xfb\xc6\x9b\xa0\xda\x67\xb8\xf5\x9a\xfa\xb7\xb4\xf5\x80\x46\x67\xdf\xc9\x69\x39\x5f\x6b\x36\xc1\x29\x95\x16\x4c\x9d\x15\x9c\x95\x4a\xff\x3a\xf4\xd7\x82\x35\x6c\x98\x56\xf6\xd5\x69\x77\xd6\x35\x5b\xc0\xa9\x35\x24\x34\x34\xa3\xf1\xc1\xc7\x41\x77\xd6\x57\x82\x1c\x90\xa7\x81\x36\xa5\xab\xdd\x02\xa3\x5c\x5d\x93\x36\x7a\x2a\x6c\xd1\xfc\xd6\x15\x26\x61\x84\xfc\x2b\x8b\x7b\x00\x1e\x1f\x6f\xee\xe2\x11\xa4\xe4\xdd\xc8\xe6\x81\xfd\xc5\x61\x07\x6d\x53\x5d\xb3\x98\x6b\x24\x7c\xc0\x4e\x4e\xda\x79\x90\x5b\x8b\xdb\x3b\xd6\x00\x04\xe6\x3d\xf4\x37\x38\x4e\x14\xbe\x47\x34\x83\x53\x29\xcf\x77\xd3\xad\xfd\xdf\xae\x92\x11\x67\xd6\x2a\xe8\xee\xa1\x1d\xa3\x0d\x15\x40\x7d\x57\x00\x4f\xa0\xad\xe1\x22\x54\xcc\x1f\xe1\xee\x7c\xfc\x48\x9e\x60\x20\x46\xc0\x1a\xbe\xa1\x52\xb1\x20\xe7\xd0\x56\x2a\xb6\x24\x59\xc1\xab\x99\xa0\x75\xde\x4c\xcb\xba\xe7\xd9\xaf\xa0\xb5\x2e\xac\x19\xac\x06\x65\x5e\xd4\x62\x79\x66\x3b\x19\xc6\x6f\x75\x3c\xc0\x33\x51\x6d\x09\x25\xc8\x7d\x39\x57\xdc\xc6\x30\x1d\x5a\xa3\x50\xec\xc8\x78\x83\xd5\x0c\x75\x21\xf8\x3e\xb1\x9c\xd4\xb4\x5c\xb0\x66\x92\xf0\xb1\x66\x22\x8d\xb2\x4a\x13\x7d\x1b\x81\xd3\xf2\x7d\x52\xd5\xc6\x17\xda\x8e\x24\x13\xd5\x76\x5f\x74\xa7\xa8\xb6\x08\xda\x7a\x2d\xdc\x7c\x63\xb5\x45\xdd\x50\x61\x85\x77\x37\x46\xf8\x4f\xdc\x3c\x27\xa5\x50\x3c\x63\x83\x11\x52\x65\x40\xdd\x78\x39\x78\xae\xcb\x87\xdf\x8c\xa3\x88\x17\xbd\x9c\x56\x54\x83\xb0\x9c\x20\xa4\x09\x63\x46\xab\xed\x95\x58\xd5\x19\xdb\xcb\x43\x55\x35\x1b\x18\xa8\x31\x5b\x27\x52\x71\xe8\x9f\x27\x4a\x04\xa3\x97\x50\x68\xd0\xa8\x13\x3f\x3e\x52\xd5\x8d\xef\x5d\xec\x58\x9a\xc3\xd1\xad\x05\x6c\x48\x82\x51\x69\x96\xd8\xc9\x48\xa1\x72\x62\xf2\xfb\xdf\x57\x77\xe1\xeb\xe9\x17\x65\x26\xf2\x6d\xf4\x98\xf9\x91\x47\x31\x6b\xfd\x8d\x5c\xe0\x42\x58\x66\x37\x68\x07\xc1\xd8\x34\x63\xe4\xf2\x3f\xc7\x05\x2f\xac\x7f\x62\xb3\x28\x7e\xb0\x85\xc1\x58\xd3\x6a\xd4\xfd\x1a\x15\x4b\x34\x19\xfc\x8e\x66\x19\xf7\x05\xff\x75\x5a\x14\xb0\x04\x35\x2b\x5b\xab\x80\x34\x08\xbf\xda\x5a\xc1\x89\x68\xdf\x00\x68\x46\x7c\x79\x0e\x4e\x76\x90\x69\x62\x55\x55\xa2\x0e\x1c\x36\xa6\xec\x4e\xb1\x32\x9f\xda\x3c\x4a\xb4\x94\x1e\xd5\xc8\x95\xc2\x76\x30\x59\x85\xb9\x86\x44\x49\x5e\x9e\x4f\x9b\xd6\x44\xd3\x9c\xcb\xe9\xe2\x7e\xcf\x8c\x59\x71\xe8\x17\x7f\x1c\x2d\xbb\xcd\xf0\xd2\x68\x69\xe8\xd6\x75\x1c\xae\xa8\x67\x33\x03\x12\xef\x78\x44\xa2\x45\x6c\x01\x88\xc9\x60\xa6\x2c\x07\xb2\x06\x54\x35\x90\xf2\xf8\x9c\x94\x02\x65\x54\x48\xb8\x8c\x85\x5a\x20\x63\x78\x99\x7d\xd4\x55\x3e\xed\x45\x13\xf3\x3b\x87\x07\x31\x65\x8e\x6c\x12\x7a\x1c\xf0\x6a\x3e\x1e\xc7\xc4\xb3\x2d\xb3\x20\x75\xcf\x0e\x93\xae\x19\x35\x3e\x93\x86\x44\xae\x4c\x54\x06\x50\xab\x89\x60\x0b\xf2\xae\xcd\xd8\x82\x97\x25\x7a\x5c\x22\xda\x02\x66\x18\x34\xa6\x47\x5a\xab\x04\xa1\x07\xbf\xdb\x33\x51\x36\x4f\x0d\x94\xc1\x53\x63\x06\xae\x8b\x40\x9e\xc8\xef\xe9\x92\x91\x87\x27\x64\xf0\xe7\xc9\xe5\xc5\x8f\x83\x84\x9f\xb2\x5b\x25\x47\xdd\x38\x8b\x92\xd0\x92\xdc\x4d\x6a\xb1\x81\x0e\xc7\x18\x46\xc4\x15\xe8\xe7\x21\x92\xcb\x24\x45\x17\x4b\x86\x09\xcc\x79\x29\xad\x79\x00\xea\x4d\x09\x39\xcd\x73\x08\xd1\x6a\xa6\xa1\x73\xf1\x0d\x92\xcf\x0a\x5e\x2e\xa4\x6d\xcd\x67\x53\x0f\xd6\x72\xfa\xc0\x49\xdf\xf1\xc4\x4e\x4e\xc8\xe0\x7f\x68\xc2\x1a\x90\x47\x8f\x60\x98\x21\xf9\x46\xc5\xae\xde\x9c\x7e\x3f\x68\x22\x9e\x94\xc6\xf7\x5f\x59\x1d\x0a\xfe\x00\xc8\x49\xfa\xa6\xcf\x89\xac\xa8\x75\xfe\x59\x55\x1e\xa3\x93\x96\xd8\x9b\x69\xcd\xec\x48\x63\x00\x11\x48\x05\xba\x7e\xe3\xf8\xed\xec\xaf\x70\xf2\x01\x0a\x48\xd8\x4e\x5c\xc8\x1b\xec\x3c\x9d\x3c\xf6\xe6\xed\x8e\x04\xa1\xfa\x5f\xcd\x0c\x61\x07\x07\xe4\x1c\x22\x4d\x3a\xc8\x34\x08\x43\x09\x09\x94\x95\xb9\x23\xcf\x7d\x79\x49\x83\xfb\xa7\xcc\x51\xa3\x38\x49\xf9\x6c\x44\xe5\x82\x3b\xa9\x45\xe1\xa6\x99\x2f\x42\xdf\x30\xbf\xdf\x94\xba\x7d\x40\x56\x27\x79\x33\xb7\x03\xff\xdd\x88\xbb\x64\x77\x6a\x27\x61\x07\x05\x9c\x3e\xc4\xd1\xd6\xe7\x91\x34\x00\x6e\xad\x03\xb8\xe0\x4b\xb1\x01\x16\x6d\xd8\xb8\x24\x2f\xc5\xc6\x05\x2f\xec\xf6\x6c\x8a\x68\x2f\xac\x06\x09\xc3\x8f\xbd\x24\x51\xf0\xd9\x74\x93\x4d\xe5\x6a\x86\x0f\xd8\xb0\x5e\x8f\xc3\x53\x3a\x76\x25\x14\x4a\xc5\xc3\x7a\x3d\x22\x13\x12\x52\x7c\x53\xc6\x88\xa0\xe0\x1d\x01\x77\x08\x1c\x86\x76\x31\xd7\x18\x57\xc6\x46\x4e\x31\xd2\x56\xb3\x29\x39\x33\x1a\xdf\x7d\xc2\x41\x82\x1b\xea\xf0\x18\xc5\x47\xd7\xae\x76\xf4\x18\x7b\xef\x28\x28\xf5\x30\x14\xc3\xd1\x59\x21\x25\x87\x40\x61\xb3\x12\x9d\x83\x8c\x15\x2a\x29\xa0\x87\x40\xea\xe8\xc8\x6c\xf1\x98\x0c\xee\x1a\x3e\x66\x71\x74\x49\x94\x5e\x66\x2d\x6e\x59\x4e\x66\xdb\xa6\xd7\xcb\x77\x6c\x8b\xcb\xb3\xc1\xd8\xda\x1f\xae\xc9\x2d\xdb\x4a\x55\x8b\x5b\x38\x73\x39\x53\x31\x93\xd3\x16\xe0\xf4\xf5\x70\x6d\x42\xd7\xf1\xaf\x9a\x61\x5a\x72\x65\xcd\xe4\xae\xc9\xb1\x3e\xb6\x6f\xaf\x5f\x4c\x9e\xfc\xef\x3d\xfb\x28\xca\x1f\xae\xbf\x73\x23\x89\x85\x3b\x77\x22\xc3\xc8\x28\x51\x14\x17\xa5\xab\xf1\x21\xf6\x57\xdb\x81\xbe\x18\x9c\x34\x8f\xbe\xe8\xa0\xec\x45\x3c\x10\x2c\x7d\x6b\x16\x6d\xca\xca\x4c\xe4\xcc\x0e\x29\x5e\xf3\x57\x74\x55\x66\x37\x4c\x92\x55\x5d\xe0\x65\x05\x91\xdf\x74\xd6\xb5\x94\xba\xdc\xdb\xcb\x57\xfa\x74\x14\x50\xb7\x55\x6b\xd7\x72\x55\xac\x7c\x5b\x47\xb0\x21\xab\xba\xf0\xab\x84\x00\x0a\xd3\xec\xa6\x16\x4b\x88\x00\x89\x7e\x98\x1a\xbf\x85\xe0\xd5\x79\x21\x6a\x72\x86\xa5\xd7\x4f\x09\xad\x2a\x39\x0e\xd3\xa8\xa1\xc7\x29\x97\xe4\xf4\xcd\x4b\x70\x37\x32\x5e\x0b\x44\x0f\xc4\x34\x2e\xf1\xe2\x8d\xbb\x80\x91\x5e\xd3\xd9\xf0\xaf\x83\x55\x5d\x0c\x8e\xf4\xb4\x3f\xb5\xfd\xdf\x21\x0b\x10\xd7\x1c\xaf\x19\xa8\xae\xa6\xa7\x34\x26\x83\x0f\xb3\x82\x96\xb7\xd6\xd4\xb0\xe1\x46\x88\x72\x29\xc8\xdc\x16\x5c\x54\x26\x98\xd2\xf1\xf3\xab\x7a\x9f\xb6\x45\xf7\x73\x65\x8a\xbf\xad\x8b\x2e\x0f\x41\x55\xef\xba\x36\x1e\x04\x0f\x37\xaa\x4c\x4a\xe1\xef\xbf\x31\xe0\x5b\xd0\x32\x27\xec\xae\xd2\xff\x81\x77\xd9\xd8\xf1\xb6\x04\x6c\xd4\xe8\xfd\x87\x36\xd6\x9a\x58\x15\x60\x03\x43\x07\xbc\x30\xb1\x0d\x2f\xee\xee\x14\x85\xad\x58\xb5\x77\xf8\x76\x02\x30\x18\x70\x81\x29\x09\xc3\x4c\x9f\x15\xcd\xd8\xd8\x3c\x1a\x53\xf7\xe4\x87\xc3\x6c\x98\x93\x3c\xbb\xf6\xda\xc5\x6e\x69\x42\xe7\x92\x40\x14\x9b\x35\xc4\xe9\xa5\x47\x2f\x1c\xdb\xa2\x75\x96\xff\x03\x79\x7a\xf8\xbf\x7e\x47\x3e\x7e\xd4\x23\x9f\x4a\x46\xeb\xec\x66\x78\xf0\xee\x27\xf9\xd3\xbb\x9f\xde\x0f\x47\x7f\xfd\xf4\xed\x1f\xbe\x1a\xfc\xf4\xd3\x7f\xfd\xfc\xfe\x60\x04\xc9\xee\x5a\xca\x52\xcf\x47\xbd\xbd\x7c\x49\x38\xf0\x4f\x28\x6f\xb2\xdc\xaa\xab\x80\x74\x9b\x80\x1c\x20\x77\x4a\x0c\x4a\xd5\xad\xfc\xc8\x5c\x82\xb8\x0d\xdd\x6a\xfe\xf2\xb6\x44\x16\x09\xde\x3a\xe3\x89\x27\xb3\x1b\xb6\xa4\x63\x22\x05\xa1\x12\x70\x06\x6f\x94\xaa\xc2\x99\x99\x49\x0c\xfe\xeb\x1d\x9d\xfc\x72\x3a\xf9\xcf\xf7\xe6\xbf\x87\x93\xdf\x3f\x9e\x4e\xde\x7f\x7d\x74\x70\x30\x18\x85\xd8\x77\x41\xdf\x00\x44\xc0\x15\x2b\xb8\x54\x84\x92\x39\xdb\x10\x20\xe0\x4c\x14\x46\x5c\x2f\x68\x76\x4b\xe8\x4a\xdd\x88\x9a\x2b\xce\xa4\x81\xb3\x5c\x39\xfe\xad\x04\x7a\xb3\x7e\xe3\x07\x07\x53\x42\x5e\xf1\x5b\x46\x96\x94\x17\xca\x24\x6e\x75\x1e\xa2\x7a\xb8\x55\xc1\xd5\x70\x70\x34\x18\x93\x27\xa3\x77\x87\xef\x83\x08\x14\x2a\x19\x19\x60\xbd\x81\x47\x19\x75\xbe\x76\xa4\xed\x37\x68\x09\x70\xa0\x17\x45\x4f\x94\x3c\xb6\x2a\xaa\x56\xe5\x38\x0c\xd3\x5c\x73\xa0\xe1\x3b\xd6\x27\xdd\x7b\x18\xe7\x91\x0a\xf2\x52\x6c\x70\xce\xe6\x6f\x03\x79\x87\xd7\x14\xac\x08\x80\xca\xe9\x05\x00\xcb\x16\xac\x90\x81\xf4\x2c\xc9\x1c\x53\x79\x11\xe4\x55\x44\xf9\x5a\x17\x1c\x8e\x52\xe6\xfb\xfd\x1d\x65\x02\xa2\x9d\x61\x78\x11\xc8\x3f\x04\xc3\x78\x27\x42\x97\x59\x3a\x18\x56\xf3\xad\x00\xc3\xdd\x27\xc2\x4c\xd6\x4b\x57\x0e\x0d\xd0\x65\x5e\xec\x4b\xf8\x65\xe6\x12\x5d\x6b\x81\x87\x97\x96\xd6\x44\xc6\xa4\x64\xf9\xb3\xad\xad\xfe\x27\x68\xb8\xfe\x10\x53\x62\xcd\x16\x5c\x6a\x06\x4d\xac\x6a\x33\x08\x1c\x41\x6d\xb1\x3a\x5c\x40\xd0\xd8\x22\x9e\xea\xff\xaa\x20\xd1\x19\x36\x66\xa1\x56\x0d\xf0\x0d\x78\x44\xb3\x7a\x4a\xc8\xeb\x70\x7f\x80\xae\x45\x96\xad\x6a\x12\x47\x60\xf8\x86\xe2\x06\x2c\x5c\x81\x3e\x83\xe0\x5a\xd1\x1e\xd6\x6c\xa5\x30\x46\x43\x5f\x07\x1b\x0a\xeb\x68\x1b\x33\x0b\xa1\x6b\x2c\x89\xda\xf0\xcc\xc8\x11\x07\x07\xc1\x22\x64\x54\xd7\xfc\x8b\x16\xb5\x8c\x89\x94\xcc\x56\x33\x10\x09\xc8\x8c\xd9\xc0\x0c\x84\xb1\xc3\x68\x53\x02\xc2\x17\x46\xcd\x4b\x7d\x41\xd8\xd6\xf4\x38\x58\x26\x6a\xeb\xe2\x8f\xad\x89\xd9\x5f\xf4\x7d\x62\x7c\x50\x11\x9d\x4e\x13\xd6\x56\x8b\x71\x8a\xd1\x3c\x99\x63\x19\xc4\x08\x56\x89\x5a\xc1\x12\x9e\xe3\x0a\x9e\x38\x9b\x3f\x9b\x33\x8a\x9f\x2e\xa1\x94\xfc\xd0\x88\xc7\x59\xab\xe9\xd2\x7f\x76\x31\xe3\x6b\x35\x7d\x7d\xf1\xf6\xea\xfc\xc3\xe5\xf9\x9b\x8b\xcb\xeb\x0f\xcf\x5f\x5e\x9d\x3e\x7b\x75\xfe\x1c\xdf\x8c\x9d\xc4\xa3\xdf\x9b\x7a\xc5\xec\x65\x7c\x51\xa2\x33\x32\xe4\x6f\x3a\x30\x71\x15\x10\xbd\x9c\xdb\x6d\x8a\x8f\x01\x61\xd3\xf0\xc8\x9d\x10\xe7\x0b\x35\x64\xd3\x0c\x2c\x91\xff\x41\x26\x6d\x86\x2f\x11\x83\x32\x22\x07\xbb\x24\xa6\x3d\xbe\x55\xd6\x22\x69\xb2\x58\xfa\x61\x39\xb8\x4d\x37\x32\x3b\xb0\x3f\xef\xee\x70\x7f\x9f\x06\x1f\xf5\x71\x80\x52\xc9\xa6\xfa\x3c\x83\xd0\xec\xcd\xf7\x9a\xb1\x6b\x0d\xe8\x0f\x5d\x70\xab\xee\x34\xbf\xb6\x0d\x34\x53\x0e\xd7\x41\x38\xd8\xbd\xe3\xbb\xc8\xc3\x16\x09\xb6\xb5\x1a\x1e\x01\xc4\x05\xa0\x69\x86\x08\x60\x74\x4b\xa1\x85\xc6\x32\xc7\x68\xa8\xf0\x2a\x30\xb0\x2f\xd8\xd2\x8d\xd0\xaf\x60\x55\x8d\x1d\xfc\xb2\x39\xc9\xde\xc9\xb7\x19\x21\x06\xc2\x8e\xa3\x31\xdb\x90\x1f\x0b\x3a\x55\x89\xca\x02\xfd\xde\x32\x56\xc9\x64\x4b\xa0\x26\x01\xe8\xa1\x39\xd3\x6c\xbc\x3b\xcd\xfa\xc0\x16\x22\xa3\x05\xca\x98\x5e\x0a\x77\x1c\x53\x4c\xd0\x13\xf2\x44\x6f\xe6\xbe\x88\x21\x77\x4c\x13\x94\xd7\xa3\x89\x30\x77\x0b\xe9\x15\x00\x07\xb1\x77\xe6\x29\x6e\x38\xde\xdd\x23\x68\xaf\x77\xa8\x5d\xf0\xe0\x77\x52\x79\xe8\xc4\xc4\xa6\xb4\x50\xdf\xb1\xad\xe6\x0d\xbb\xe9\xcd\x52\xdc\x0f\xd7\x86\x90\xb0\xa4\x71\xed\xce\xb9\xf4\xe9\x53\xf4\x45\x8d\x60\xa3\x70\x49\xb2\x1c\xb6\xd2\xb7\x42\x0b\x35\x71\x43\x31\x24\xe7\x6f\x2b\x7c\x72\x3c\x1e\x0a\x52\x40\x63\xf3\x5d\xfa\xbe\xf6\x2d\x6c\x2f\xc9\xf0\x56\x08\x18\xf4\x73\x04\x27\x1f\x3a\xd7\x9a\x86\xd4\x84\x57\xab\x8b\x5b\x87\x27\x65\xae\x9f\xe8\x4d\xc9\x6a\x79\xc3\x1d\x42\x1c\x8e\xd6\x61\xce\xf5\x18\x17\x78\x95\x47\x03\xeb\x92\x31\x9c\x71\xe7\x5a\x9c\x97\xb9\xf7\x15\xea\x9c\x0d\x34\x1d\xb8\x14\xa5\x9d\x8d\x22\xba\xe8\xde\xea\x06\xd5\xe4\xb3\x02\x7d\x7e\x1d\xea\x41\x26\xaa\xed\x85\x11\xf1\x1a\xe4\xf9\x6b\x44\xaa\x50\x27\xd4\xcb\x18\x47\xbc\xd6\xb1\x31\x66\x3f\xe0\x87\x6c\x0a\x18\x73\x9a\xc0\x1f\x3d\xd2\x85\x32\x55\x17\x86\xdc\xd9\x74\xc9\x14\xfd\x8e\x6d\x47\x11\x99\x3f\x67\x33\xb1\x82\xfc\xe4\xfa\xe6\x42\x2e\xc2\x43\xe1\x9a\xe5\x30\xcf\x2a\x04\xa9\x6e\xc5\xca\x02\x2e\xe6\x62\x35\x2b\x18\x94\x08\x28\xde\x6a\x25\x40\x3e\xe2\x6a\x6c\xf5\x02\x40\xec\x73\x5e\x33\x94\x12\xf1\x2c\xd8\x1e\x1c\x73\x05\x66\x42\xdf\x1a\x08\x30\xb8\xc0\x2c\x6f\x28\xb6\x4d\x5a\x46\x8c\x8d\xe5\xb5\x54\x24\x1c\xac\x95\x37\x76\x44\xbc\x1b\xf1\x20\xde\x92\xd6\xe7\xd8\x85\xc5\xc9\x15\xa1\xd4\x1f\x02\x6d\xee\x79\xba\xc3\xff\x7d\xe3\xdc\x44\x92\x98\xec\x7b\x6f\x34\x2c\x82\x43\x42\xfe\x4b\xf3\x1a\x67\x7a\x11\xd0\xa7\x04\xde\xf7\xd9\x4a\x29\x51\xea\x26\x9e\x92\x83\xaf\x0d\xfa\xa0\xf9\xf1\xeb\x83\x11\xf9\xf8\x31\x18\x72\x58\xdc\xb7\x0b\xad\x3d\x83\x0f\xa1\xe7\x8e\x77\x38\x03\x87\x92\xe1\x28\x74\xd4\xc9\x44\x29\x45\xc1\xa6\x26\xc0\x62\x38\x38\x03\x0f\x63\x40\xc0\x85\xc1\x2d\x69\xb9\xa2\x45\xb1\x25\x39\x86\xa6\x6c\xd8\x8c\xd4\x0c\x53\xae\x6b\x16\x61\x30\x3a\x8e\x31\xd4\x77\x2c\xcb\xaa\x1a\x34\x27\x7b\x98\x3c\xc2\xe1\x8b\xd8\xc4\x2b\x6d\xdc\x4b\xa1\xe9\xb3\xf1\x2e\x7d\xee\xa9\x6d\x8d\x7b\x29\xd6\x6c\x80\xa7\xb3\x35\xa1\x51\x38\xd6\x80\xe3\x7b\x86\xf2\x0a\x3e\x8b\xac\x5c\xd0\x45\x38\x40\x7d\xa4\xb9\xc4\x9f\x03\xe6\x6c\x62\xa5\x1c\xd4\x92\x8b\xd2\x46\xf2\x3b\x36\x69\xda\x76\x71\x4b\xf5\x94\xbc\xdb\x13\xc5\x03\xcf\x3d\x32\x40\xdf\x8d\x68\x39\x0e\x0e\xc8\xf9\x72\x55\x68\xf1\x85\xd6\x9a\x55\xb9\x65\x5b\x2d\x14\x49\xc9\x34\x73\x47\x5d\x92\xa3\x1b\xc6\x8a\x68\x88\x0d\x2d\xee\x8f\xba\xc0\xa9\x6e\xe2\x3b\xb6\x95\x1f\xda\xf7\x60\xbc\x86\x4e\x19\x0b\x89\x18\x10\xea\xd5\x84\x99\x39\x08\x5b\x2e\xdf\x84\xb0\x5a\xc3\x51\x7c\xe0\x82\xbd\x82\xd1\x0d\xc2\x33\x61\x12\x60\x2b\x9a\xb4\xbe\xfb\x11\x3f\xd7\x65\x86\x2c\x70\x49\xd3\x35\x0b\x93\xd4\x1f\xd1\xe2\xe5\x92\xd6\xea\x45\x21\x44\xfd\x9c\xaf\x79\xce\x86\xd1\xdd\x02\x30\xfd\x74\x26\x87\xd0\xdd\x68\xdc\x53\x12\x71\x99\x21\xcc\x58\x29\x0c\x75\xf0\xd3\xdd\x93\xd9\xc5\x80\x3c\x26\xd8\x1c\xf9\x96\x1c\x92\x3f\x92\xc1\xb3\x01\x39\x22\x83\xd3\x41\x30\x4e\xab\xe9\xd6\xbc\xb6\x49\x86\xad\x1b\x99\xd6\xac\x62\x54\x0d\x61\x0a\xa3\xb0\x9b\x6e\x7f\xe0\x4f\xfe\xa9\x46\xbe\xe4\xe0\x6b\xbf\xbd\x89\x37\xfb\xeb\x83\x96\x43\x7a\x9f\x33\xd1\xe3\x22\x35\x82\xcd\x3a\x79\x66\xc0\x7a\x09\x41\x38\xba\xa9\x40\x62\x70\x51\x12\x58\x41\x8f\x37\x6c\x0f\xb8\x7d\x07\xf2\x3b\xed\x7b\x98\x1b\x6c\x5d\xbf\x33\x16\x89\xb5\xdf\x8c\x1a\xb1\xc4\xfb\xda\xb0\x9e\xb0\x5e\x04\x4d\x34\x12\x30\xf4\xc9\x7b\xac\xb1\x9a\x17\x37\x56\x1e\x0a\x1c\x83\xf2\x9a\x2e\x26\xf6\x68\x53\xcf\x4c\x93\xd3\x17\xd7\xe7\x97\x01\xb3\x09\xfc\x72\xd8\x1c\x2f\x0d\x92\x05\x68\x10\x11\x97\x55\x08\x52\x18\x54\xd4\xce\x1b\xaf\xb1\xec\xf7\x65\x43\xfb\x90\xaf\xd7\xb2\x5b\xdd\x5f\xe0\xc9\xbe\xe3\xb9\xba\xf7\xfb\x03\x60\x26\xa0\xf6\x40\x76\x4d\x94\xc4\xb4\xa7\x97\xc7\x2c\x0c\xac\xab\x62\xcb\x4a\xd4\xb4\xe6\xfa\x7d\x0d\x45\x13\x42\x9d\x1e\x2d\x14\x4d\xa6\x84\x5c\x94\xba\xac\xc0\x96\x9d\xc8\xeb\xd9\x2d\xcd\x1e\xa2\x4a\x5f\xc0\x5e\x86\x9a\x28\xd0\x88\xf1\xe5\x92\xe5\x9c\x2a\x56\x6c\xc9\xad\x49\xbd\x0d\x21\xaf\xb2\x29\xd2\xf4\x11\x1c\xa2\xe8\x29\xf4\x1d\x97\x36\x4c\x49\x0b\xdc\x35\x4a\xeb\x5c\x9a\x9c\x97\x5b\x40\xb9\x80\x53\x59\x8a\x0d\xa1\x33\xb1\x52\x91\x1e\x20\x54\xc7\x22\x9f\xeb\x71\xb5\x6d\xb0\x34\x25\xa5\xa8\x97\xb4\x20\xcf\x2f\x5e\x5b\x00\x18\xcf\x53\x9a\x05\xcc\x73\x90\x8e\x69\x01\x29\x22\x02\xa9\x7c\x00\xda\x88\x41\x2c\x67\x0f\x02\xe5\xee\x6f\xa5\x9f\x6d\xaa\x67\x49\xe4\xa8\xa6\x05\xcc\x0d\xea\xa9\xb3\x95\x34\xd0\x8c\xad\xb1\xb8\x80\x61\x03\x27\x81\x21\xc3\x7c\x6e\xff\xb6\x91\xc2\x51\x36\xd0\x9d\x43\x03\xf0\xf7\x33\xe8\x2d\x52\x20\x9b\x06\xbb\xf2\x14\x24\xa0\x31\xc6\x76\x10\x21\x68\x62\x08\xcc\xe1\x8d\xef\x76\xf4\x27\x27\x78\x8b\x86\x06\xf8\x4e\x98\xf7\x07\xe9\xf5\x52\x71\x6e\xc6\x00\x22\x69\xef\xdc\xb1\x5a\xc2\x1c\x68\xee\xe1\xce\xc0\xfa\x1d\xa3\x31\x8e\x84\xc0\x3d\xe7\x81\xc7\x98\x1b\xe1\x4e\xf2\xd2\x14\x8d\x8c\xf7\x7d\x49\x0c\xb8\xff\x94\x09\x20\xe0\x1f\xd0\x85\xd8\xc6\xaa\x0e\x0f\x7e\x2a\x0f\x96\x8b\x31\x19\xfc\x64\xe2\x66\x4c\xb1\xa4\x3d\x5c\x7f\xf3\xce\x13\x91\x92\x70\x56\xd3\xec\x96\x29\x96\xc3\x18\x70\x2f\x43\x8e\xe5\xdd\xd3\xc3\xc3\xff\xa7\xb9\x16\xf8\xf1\xb1\xfb\xf1\xc9\xff\x1b\x44\x56\xf9\x06\xaf\xb2\x73\xc7\x31\x48\xbf\x36\x46\x1f\xcd\xeb\x07\xbe\xf9\xfd\xd7\x1a\x2a\x3a\xab\xcc\xce\x05\x3e\x13\xd5\xb6\xcb\xc4\x82\x5c\xce\x4a\x32\xf3\xfa\xfc\x08\xf6\x6d\x5d\xc3\x3e\x0a\x5d\xef\x53\x53\x68\xed\x92\x5a\xa2\x2c\x11\x87\x89\xdc\x26\xbb\x0e\x04\x22\x83\x36\x9c\xff\xe1\xd1\x77\x08\x05\xe6\xce\xd6\x82\x5f\xce\x6b\x06\xf8\x22\xd6\xc8\xa5\xf7\x1f\x19\x03\x00\xb8\x45\xa5\x29\xe8\x47\xcd\xf5\x8a\xe8\x05\xcd\x94\x43\x9a\xaf\xa0\x8a\xdc\x72\x74\xd9\x83\x56\x66\xac\x10\xe5\x42\x62\x36\x35\x8f\xbe\x0a\xf6\x9e\xaf\x49\x84\xb1\x3a\xb6\x4f\x98\x7e\x2d\x33\x5a\xea\x9b\x9f\xdd\xb1\x6c\xa5\xcf\x55\x04\xbf\x61\x35\xdc\xf0\xb4\x5a\x40\xd0\xaa\x16\x8b\x9a\x2e\x97\x54\xf1\x8c\xa0\x77\x0d\xde\xa9\x7b\x37\xfa\x12\x56\xab\xc3\x49\x00\x95\xad\x67\x26\xd3\x54\x90\x06\xad\xc5\xd7\x6b\x46\x01\x24\x13\xf4\xab\xda\x63\xa0\x20\xbd\x0d\x06\x1f\x3f\x92\xc3\x63\x9f\xc7\xd1\x0e\xa5\x43\x18\xe9\x1e\x96\xc5\xa2\xdd\xad\x0b\xe9\x69\x38\xc1\x41\xb9\x64\x5b\x7e\x8d\xbe\xd5\x32\xfe\xc7\x8f\x7e\xa4\xfa\x87\xd8\xe8\x48\xd7\x82\xe7\x46\xca\x95\x5c\xad\xf0\xc6\x37\x91\xcb\xc0\x33\x18\xd0\x15\x29\x96\x4c\xf1\x25\x0b\x18\x1f\x4b\x6c\xb6\xb9\x05\x53\x9a\xdc\x35\xa7\x9b\xfb\x0b\xc1\x81\x18\x8a\x9a\xe4\xab\xda\x1a\xf6\x79\xc9\x15\xa7\x05\x29\x04\xcd\xc7\xc6\x46\x81\xd6\x3f\xdb\x5c\xce\x68\x61\x15\x6d\x54\x59\x5b\x21\x1e\x1d\x4d\x92\x60\x88\x34\xa3\xe3\x73\xc0\x74\x61\xce\xf5\x21\xbe\x8a\xf4\xc7\x0c\x44\x69\x19\x1a\x3a\x3c\xe4\x95\x26\xba\x31\x70\xe1\x7a\x7c\x9a\x5f\xe3\x6b\x74\xef\x3a\xd4\x7c\xd2\x1a\xad\x28\xc6\xea\xae\x2f\xbd\x43\xb2\xa6\xc5\x8a\xc9\x4e\x6b\x21\x97\xdf\xb3\x8d\xf1\x47\x8b\x36\xe5\x61\x57\x72\xbb\x48\xcb\xe4\xfe\xe7\xf6\x2e\x51\x2f\x94\x57\x71\x3b\x2d\x73\xaa\x6f\x3b\x9b\xe9\x1c\x00\x8c\x72\x9e\x6b\x06\x14\x4f\xe1\x18\x0d\xac\x08\x66\x07\xde\x23\x6c\xcd\xea\x2d\xa6\x1a\xe6\xf2\x81\x95\x26\x0c\x00\x8e\x65\x27\xe0\x7e\xd0\x1d\x7f\x08\x27\x34\x76\x43\x0c\x60\xe8\x1a\x10\x28\xf7\x80\x57\x78\x78\x62\x73\xa5\x6a\x6a\x76\xab\x18\x30\x29\x81\xaf\x5f\x13\xab\xb9\xc9\xee\xdc\x93\x95\xb8\x62\xf5\x9a\x67\x11\xf2\x1f\x22\x0d\x07\xf0\xc5\xbb\x9f\xa9\x00\x83\x34\x8d\xff\xf3\x30\x65\xe2\x8b\x20\x48\x7b\x02\x8a\x76\x59\x0f\xef\x83\xa1\xe6\x49\xae\xc3\x98\xe4\x42\xf8\x20\x8a\x31\xf2\x96\xda\x8b\xf8\x4a\xda\xea\xe2\x06\x94\x72\xe3\xf5\x5d\x6e\x2f\xa2\x05\xbc\x8f\x9e\x38\x1a\x14\x54\x3f\xdb\x66\x05\xfb\xf0\xee\xf0\x7d\x47\xc6\xb4\x5e\x48\xb8\x7f\xff\xf1\x3f\x79\x9f\x00\xca\x30\x20\xcd\xce\xa8\xbc\x0b\xa7\xb9\x5d\x28\x80\x6a\x5e\x6b\xa1\x0b\x0c\x6a\xce\x3e\xdd\x84\x6d\x06\xb7\xbf\xdf\x04\xb8\x39\x3d\xfc\xfb\x63\x37\xbb\xc8\xe2\x1e\xf0\xcd\x8d\xcc\x76\xcd\xaa\xa6\x7c\x12\x12\x3b\xd2\xb6\x82\x67\xfc\x12\xe1\xc4\x38\xb8\xd6\xf8\x0c\x76\x98\x5c\x8d\xdc\x88\x0d\x99\x53\x89\x95\x2b\xba\xc0\x04\x47\xd0\x08\xa8\x25\x1a\x6a\xdb\xd6\x5a\x3e\x69\x2e\xa5\x05\xe3\xf0\xdd\xa2\x50\xec\xff\xec\x9b\xfa\xe6\xca\x2b\x59\x5f\x8b\x35\xb3\xb0\x68\x75\x04\x82\xe1\x9a\xdd\xb7\x7c\xed\x76\xc2\xca\xb1\x0b\xbb\x96\x2f\x09\xd5\xcb\xc8\x66\x51\xba\x39\x49\x30\x6e\x13\xde\xdc\x28\x45\xe0\x3e\xfc\xc9\x0e\x99\xb5\x43\xae\x4c\xa7\x4f\x9b\x8b\xfa\x9c\x66\x37\x3e\xfa\x3a\x30\xe2\x94\xd8\xc3\x30\x42\x2b\xda\xd1\x96\xf1\xb0\x3c\xd1\x3c\xd9\xa7\xe3\x07\x07\x07\xe4\xea\xe2\xed\xe5\xd9\x39\x79\xf1\xf2\xd5\xf9\x11\xba\x8b\x1f\xfc\x45\x1e\xc0\x3f\x3e\xd8\xa9\x7e\xe0\x62\xfa\x17\xa9\x4b\x6b\xc1\x05\x2d\x50\xc3\x6c\x44\x9e\x1e\x3e\x79\x0a\xdb\x0c\x26\x42\xbe\x5a\x92\x8b\x2b\x72\x0a\x7e\x88\x72\x4a\x4e\x8b\x02\xad\x55\x98\x24\xa9\x5e\x6b\x39\xe3\xe0\x80\xbc\x95\x0e\x10\x94\x60\x38\x2b\x4a\x00\x5c\x92\x85\x7e\x3e\x4b\x5c\x67\x4a\x9e\x5d\x3d\x9f\x20\xb4\x65\xc1\x33\x56\x5a\xe7\x2a\xe4\xf8\x75\x4b\x73\xc8\xb1\x62\x78\xfc\x57\x2f\xcf\xce\xbf\xbf\x3a\x27\x73\xae\x2f\x86\x07\x83\x95\xc4\x40\xe3\x4c\x69\x59\x52\x33\xc1\xb5\xca\x59\x35\x1c\xe8\x7f\xa2\xe8\xfa\xf6\xfa\xc5\xef\x20\x24\xd5\x39\xce\x57\x2b\x75\x70\xb1\x52\x00\xa7\x08\x6e\x1e\x34\x03\x89\x12\x46\xe4\x32\xe3\x80\x5c\xb9\x5c\xae\x4a\xbd\xb6\x41\xea\xd1\x66\x4e\xd5\x33\x5b\xa1\xe0\xb7\x8c\xfc\x5c\x52\x29\x6f\x7e\x06\x66\xed\xe7\xac\x16\xfa\xdf\x35\xcb\x18\x07\x06\x0e\x3c\xbc\xa8\x66\x6c\xed\xda\x64\x05\x95\x92\x60\x42\xd4\xca\xe7\x4d\xe2\x35\xa1\xf5\x62\x6d\x7c\xc5\xec\xe1\x86\x3c\x3d\xd6\x7d\xcd\xa6\x3f\x52\x98\x39\xb1\x66\xd4\xb3\xbc\x61\x4a\x04\x18\xb9\x58\x29\xc2\xee\x2a\x21\x0d\xf3\xbb\xc4\x6a\x84\x95\x8a\xff\xff\xd9\xfb\xfb\xf6\x34\x72\x64\x7f\x1c\xfe\x3f\xaf\x42\x99\x73\x7e\x0b\x4c\x30\x06\xfc\x10\x27\x1e\x4f\x16\x63\xec\xe0\xe7\x00\x76\x12\x27\xd9\x9c\xa6\x5b\x40\xc7\x4d\x37\xe9\x6e\x8c\xf1\x4e\xce\x6b\xbf\x2f\x55\x49\x6a\xa9\x5b\x0d\xd8\x99\x39\xbb\xdf\x73\x1f\x5f\x9b\x1d\x1b\xa4\x92\x54\x2a\x49\xa5\x52\xd5\xa7\xc2\x34\x6e\xa6\xec\xa5\x6a\x8d\xc3\xd4\x31\x82\x3d\x18\x8a\xa4\x98\xf8\x28\xd1\x9d\xea\x4b\x98\x3c\x2f\xb9\xd2\x97\xc8\x98\xc6\xa3\x00\xf3\xdb\xe9\xa3\x97\xe8\x79\x71\x20\x79\x25\xc3\x0b\x22\x49\x88\x04\x38\x67\x02\x49\x16\xfd\x72\x21\x95\x17\x8d\x62\xd7\xb7\x62\x25\xcf\x4c\x3b\x0a\x3c\x2b\xd6\xd2\xf6\xc9\xfb\x80\xe4\xcc\x24\x0c\xd8\x2d\x09\x6f\xb4\x49\x60\x54\x9f\xfa\x74\xe0\xc6\xd1\x6b\x46\x68\x8d\x5c\x8a\x52\x16\x19\x53\xa6\xbe\xba\x11\x26\xbc\xb5\xb8\x52\xce\x73\x74\xe8\x1c\x48\x8d\x1f\xa1\x83\xa4\x37\x25\x66\xd1\xf0\xef\x02\x70\xc4\x8e\xa6\x7d\xd9\xcb\x62\x44\x91\x9f\x90\x50\x11\xd9\x38\x09\x26\x09\xff\xc0\x65\x95\xac\xc1\xa4\xb8\x38\xca\xc0\x87\x14\x1a\x11\xa0\x83\x5a\x11\xdf\x88\x21\xab\x06\x37\x24\x32\x1e\xcb\xe9\x85\x9e\x61\x98\xb0\xec\x19\xcc\x04\xbb\x5a\x71\x61\xc1\x23\x44\xe5\x1f\x6f\xb6\xed\x43\xcb\x87\xd3\x98\x69\xed\x49\x4e\x44\x6b\x4e\xc2\x29\x78\x9b\xb1\x8d\x75\x16\x84\xb7\x7c\x9c\x21\xbf\xc5\xcd\xd0\x2a\xec\x7b\x73\x30\xe2\xf6\x3d\x8a\x2d\xb3\xe9\xb4\x3c\xc8\xc9\x6e\x91\x8c\x08\xca\x7c\xfb\x96\x4f\xda\x97\xcd\x64\x06\xd2\x67\x93\x2e\xc2\xc6\x20\xdd\xf6\x85\xba\x25\x0b\x29\x50\xb6\x66\xb9\x15\x92\x3d\x29\x24\xe2\x6a\xc3\x06\xdd\xbe\x10\xce\x9b\x20\xa9\x62\xd6\x49\xfb\xa2\x02\x53\x24\x6f\x2a\x22\x3e\xb2\x7d\x91\xc0\x55\xfc\x1f\xce\xd8\xff\xe1\x8c\xfd\x0f\xe3\x8c\x31\xb9\x5c\x0a\x35\x26\x40\x2e\x32\x70\x63\xfa\x92\xd0\xc2\xd7\x8c\x95\x34\x11\x87\x38\x1d\xcb\x27\x83\xd0\x1a\x4b\x30\x11\x11\x36\xa8\x1c\x4d\xbe\x13\xcc\xca\x64\x12\xb0\x83\xd8\x49\xc2\x3c\x79\xb2\x79\x46\x89\xc7\xf7\x40\xc6\x31\xa6\xaa\xa2\x3f\xca\x8c\x16\x3c\x4f\xc9\xeb\x4d\x79\x1e\xab\x75\x81\x52\xb1\xce\x3d\xaf\xd9\xe6\xc8\x2f\xbb\x15\xb1\x7e\xc0\x7a\xcc\xa5\x1c\x6c\x38\x7c\x43\x12\x59\xe9\xd7\xd1\x62\x8a\xc7\x02\x1b\xc0\xa2\xf8\xae\xde\x88\xca\x18\xaf\xc0\x92\x9a\x8a\xac\x27\x2b\x5d\xc0\xd6\x81\x22\xc6\x7b\x44\x2e\x26\xf8\x4a\xc5\xf9\x24\x3a\x4a\xc8\x79\x10\x13\x77\x3c\x41\x0c\x91\x9c\xb7\x0c\x6d\x7a\x51\x79\x3d\x04\x32\x7a\xc4\x58\x59\x6d\x51\x03\x9a\xf1\xe9\x8c\x1f\xfd\x50\xaf\xa8\xcf\x78\x99\x64\x2a\xeb\xaa\x34\x1c\x2d\x78\x56\x85\x02\xf8\x92\x4d\x09\x53\xce\x64\xe4\x43\x5a\x5d\xe2\xdc\xe0\xc5\x20\x4a\x58\xb2\x93\xb1\xd2\x07\x3e\x0c\xf2\xc8\xb2\x53\x82\x69\x22\x56\x6c\xb6\xe4\xea\x22\x4f\x63\xf1\xc5\x25\xaf\xaf\xb0\x46\xe9\x82\x59\xe0\x69\xcc\x6b\x69\x45\x75\x1e\x00\xd7\x79\x48\x5f\xf6\xb8\x91\xa7\x18\xa8\x4c\xec\x3c\x76\x63\xa1\x49\x71\x77\xd2\x9e\x34\x61\xfe\x2a\x0e\x17\x2b\x8a\x02\xdb\x4d\x5e\x83\xf1\x01\x35\xa3\x93\xb9\x90\xda\x1e\xf4\xd6\x38\x20\x13\xb6\xa1\xd8\x81\x1f\x87\x81\x97\xd9\x40\xd9\xc1\x35\x18\xe0\x11\x9b\x28\x1b\x98\x1c\x15\xb4\x25\x7e\x80\x71\x1d\x43\xd8\xdb\x05\x6d\x71\xd4\x09\xf2\xc9\xc3\xb3\xa4\xc5\x34\x81\x89\x47\xf3\x32\xbf\x68\xd3\xc2\x34\x1b\xb3\x79\xdd\x0d\xd8\x71\x69\x62\x65\x4a\x36\xf1\x29\x2a\x90\xcf\x54\x4d\x6b\xc2\xf4\x11\xe7\x6b\xfa\xfd\x4a\x7e\x81\x06\xbd\xa0\xa2\x5b\xf0\xf9\xa3\x8b\xfc\x88\x93\x55\x0c\xeb\x68\xd9\xe3\x7f\x0b\x22\xfa\xf9\x9e\x92\x1b\x37\xd8\xcd\x0a\x13\x8c\x8c\x7d\x93\xac\x3e\xf6\x97\xf6\x84\x23\x9c\x06\x12\xa1\x28\x44\x09\x1a\x85\x54\x3e\x56\x60\x30\x78\x9b\x98\x2e\x9f\xa9\x0e\xa5\x95\x15\x5d\xb6\xd1\x9c\x0d\x93\x0d\x4f\x77\x6c\x93\x8d\x84\xcd\x96\x3f\x4f\x6a\x20\xea\x5c\xac\xc4\xc5\x68\x91\x3f\x80\xa2\xea\x6b\x39\xdf\x83\x01\x99\xf0\xf8\x00\x70\x58\x5a\x1e\xa3\x0c\x5d\x03\xbb\x43\x4e\x26\xfe\xd4\x96\x20\x34\xf2\xbc\x00\xe4\xf5\x75\x72\xa1\x76\xb5\xf2\x2c\xf1\x93\xf4\x82\x61\xb1\x70\xe5\xa3\x1a\xaf\xaa\xf7\xaf\x09\x0f\x78\x63\x64\x72\xb9\x68\x25\x2b\x72\x61\x44\xf6\x53\x39\x97\x5c\x9a\x54\x6d\x31\x69\x0a\x58\x25\xcc\x6b\x78\x3b\x76\xb2\x29\x3a\x0a\x6c\x58\x6b\xf0\xb5\xeb\x0f\x0b\xf8\x9a\x26\x36\xe2\xd5\x82\xc6\x6f\xe9\x9c\x44\xf4\xfb\x54\xd4\x58\x3c\x27\x2b\xc5\x85\xaf\x30\x2d\x41\x1f\x0c\x10\xa1\xa3\x85\xbc\xe3\xd4\x1c\x77\x2f\xce\x2b\x48\xcf\x1d\xcc\x53\xe1\xdd\x8b\x3b\x27\x3e\x37\x3c\x0c\xc2\xb3\x49\x99\x88\x67\x30\xb1\x8d\x05\xfd\x6f\x0a\x66\x3e\x07\xa0\x08\xfa\xdf\x84\x49\x27\xe8\x7f\x4b\xed\x43\x40\x68\x57\x7e\xa9\xec\x3f\x48\x5b\x7e\x45\xf6\xa0\x80\xb6\x66\xb5\x68\xca\x54\x77\x53\x5d\xcc\x15\x4d\x29\x98\xa0\xf8\xb8\xc2\x03\xe5\xa7\x45\x12\x35\x29\xb3\xd4\xfc\xc1\x94\xbe\x21\xd3\xba\x15\x85\xd0\x89\x47\x95\x95\x8a\xe2\x88\x56\x91\x2e\x9d\x23\x4b\xe6\x2f\x2b\x67\x0a\xc7\xde\x83\xc5\xc5\x02\xb8\x83\x1d\xb9\x82\xfa\xf3\x98\xa6\x80\xf7\x72\xb4\x1e\xd3\x72\xd1\x69\x25\x64\x26\xa1\x9b\xe3\x96\xa0\x0d\x0f\x8c\x40\x57\xbd\xc3\x9d\xa5\x80\x0a\xda\xde\xcf\xdf\xf2\xc4\xa3\x56\x18\xcc\x48\xa1\x81\xa9\xb5\x65\xe3\x22\x12\x8a\x2b\x2c\xc9\x01\xa4\xf8\x6d\x28\x44\x45\xb2\xf6\xa2\x69\x1b\x7c\x34\xe7\xb8\x3d\x86\x1b\xe5\x42\x2f\x93\x2a\xf8\x2f\x62\xa5\xe7\xff\x3b\x32\x13\xdc\x66\xc2\xcf\x7e\x21\x9f\xab\xb5\x6d\x72\x6c\xdd\x59\x5d\x3b\x74\x27\xf1\xd3\xc5\xf1\xd1\x5c\xc3\xd1\xed\xad\x24\xa4\xb5\xed\x3c\xc6\xc2\xf8\xa5\x2c\x17\x75\xf3\xad\x19\x8d\xe3\x12\x1a\x5e\x7d\xf0\x9a\x44\x81\xc6\xce\x21\xa4\xfe\x1a\x96\x78\xfe\x2a\x4c\x01\x71\x5b\x85\x2d\x28\x97\x0b\x19\xb3\xd4\xd0\x7f\x1f\x7f\xb5\x12\xd8\xa2\xff\x5d\xc6\x7e\xc0\x7f\x8e\x54\x43\x7f\x33\xf0\xa3\x38\x9c\xc2\x9b\x3e\xbb\x8d\x6a\xa8\x4d\x7c\xf5\xa9\x8a\x52\x24\x3f\x24\x63\x48\xeb\x00\xa0\xa8\x68\xfb\xc1\x28\x26\xc1\x3a\x12\x4d\xed\x11\xb1\x20\xbc\x9f\xe3\x4f\xaf\x43\x56\x18\x89\x58\x4d\xa0\x3b\x65\xd2\x0f\x3c\x70\xca\x74\xfd\xb8\x4c\xdc\xd8\xf2\x5c\xbb\x8c\x2f\xfa\x65\x32\xf5\x1d\x1a\x32\x11\x44\xe7\x13\x36\xb2\x5b\xca\xcd\x9d\xb2\x5b\x5a\x9f\xc5\x1d\x30\x4a\x5f\xd0\x6c\x31\x54\x62\x71\xbf\x36\x70\xdd\xa2\x61\x62\x43\xe0\x96\x5e\x55\x5f\x4f\x06\x04\x61\x92\x6c\xb9\xd0\x28\x86\x67\x81\x7b\x37\x02\xe3\xaf\x4e\x6c\x80\x7e\x5a\xec\xaa\x67\xc5\x6e\xdf\xf5\xdc\x78\x9e\xcd\xa5\xa4\x88\x98\x58\x5b\x76\x32\x15\xea\x5a\x7b\xdb\x3b\x3b\x3d\xe0\xce\x39\x3f\x12\x37\x9d\x1e\x3c\x57\x02\x2d\xf9\x19\xc7\xa7\x01\x5d\x05\x4c\x1d\xd2\x72\x4d\xe0\xc2\xa8\x75\x34\x75\x07\x55\xc1\xba\xd4\x85\x26\x88\x2b\x4b\x4d\x3a\x7a\x93\x3d\xd9\xf6\xae\x34\x00\x47\x54\x66\x84\xd4\x31\x20\xb8\xd0\xf3\x6b\x37\xe2\x9f\x5b\x11\xa1\x6e\x3c\xa2\xe1\x6b\x0e\xc0\xd8\x69\x7e\x3d\x68\x1d\x36\xae\x4e\x7b\x84\x14\xc1\x6b\x39\xf0\x41\xb0\xb8\x53\x4f\x29\x29\xd7\x39\xda\xc7\xa7\xbf\xa2\x34\x85\xb1\x45\x51\x08\x87\xfd\x22\x09\xcb\x64\x58\x26\xfd\x52\x81\xcd\xc7\x98\xd7\x42\xfb\x25\x7f\xc9\x2f\x66\xd0\x9a\x5c\x40\x07\x83\x23\x08\x7b\x37\xb1\x3c\x1a\xe3\xeb\xd1\x34\x02\xdf\x16\x18\x7f\x22\xd0\x3a\xb8\xad\xd2\xf9\xe4\xf1\x51\x4a\xfb\x82\xb2\x2a\xef\x54\x00\x0d\xcb\x1e\xe1\x55\x17\x9c\x98\xa4\x81\x10\xfa\x16\x33\x06\x63\xb0\x61\xba\x3f\xcf\x24\xba\x44\xa6\x75\x75\x3e\x6c\xcb\x0f\x7c\x70\x2b\x48\x7c\xa4\x52\xe3\x13\xbd\xe5\x3d\xfd\xda\xbc\x38\xbd\xe8\x18\xc6\x96\x53\xee\x59\xe2\x20\xcf\xe6\xee\x50\xa5\x0b\xd3\x54\xdf\xda\x2a\x13\xf1\x7f\xa5\x04\xe2\x9c\x57\xd8\x57\x1b\x80\x0a\xd5\x32\x61\xff\x2b\x29\xfa\x00\xdb\x3d\x54\x77\x7b\x1c\x82\x05\xe7\x6d\xea\x53\xdc\x5b\x32\x1f\xf7\x45\x92\x71\xed\x53\xb9\xf3\x64\xbe\xd1\x36\xa1\x6c\x23\xfc\x6d\xc1\xf0\x79\xe2\xf8\xa0\x7d\x33\xb3\x39\x8c\xae\xfe\xb1\x15\xd9\xae\xcb\xbf\x11\x61\x34\xdc\xd3\xc5\xa3\x07\xe8\x3b\xcc\xd1\x4b\x65\x38\x9f\x17\x84\x97\x5c\x68\x13\x04\x70\xe1\x77\x45\xe3\xa6\x52\x20\xe5\x54\xd5\x1e\x60\xf3\x80\x76\xe5\x0e\x7d\x61\x65\x01\xf6\xca\xdd\xca\x68\x58\x1b\xc0\xd9\x21\xb1\x4a\xc0\x50\x6f\x61\x45\xc6\x0a\x4c\x1c\x6b\xc5\x88\xa0\xed\xb8\x03\xb8\x25\xc7\xf2\x21\x43\xe6\x78\xe5\x11\x0b\x33\xc4\xc3\xe7\x55\xf3\x77\x29\x45\x4b\x40\x68\xeb\x7d\x94\x04\x0e\xb7\x91\x8c\x8b\x7d\x50\x86\x9d\xb1\x8f\x87\x38\x1e\x83\xa4\xe8\x0e\x88\x75\x67\xb9\x1e\xab\x5c\x82\x61\x40\xa7\xc1\x01\x5c\x1d\x68\x44\x63\x11\x33\xcf\xf6\x88\x09\xf5\x1d\xea\x8b\x57\x68\xa2\x34\xce\x0b\x3e\xb2\xcf\x8d\x68\x3f\x14\x09\x16\xb5\xbe\x37\x08\x6e\x4f\xd4\xc3\xc3\xcb\xf2\x63\xe9\xfc\xf8\xcb\x6c\x64\xc5\x02\x3c\x4b\xba\x3c\xe2\xde\x00\xfd\xe4\x8f\xc7\xb8\x7d\xfe\xb2\x52\x97\xb4\xe5\x2b\xfd\x65\x39\x52\xb7\x3f\x1d\x17\x0b\xaa\xea\xd0\x48\x3a\xc5\x95\x3f\x71\xd2\xe2\x7e\x3c\xc7\x59\x97\xba\x0e\xef\x59\x6a\x43\x5f\xa9\x63\xea\xb1\xb0\x47\x0a\xbc\x2a\xdb\x04\x1e\xd9\x19\xfd\x1c\xb2\x92\x5e\x59\x08\xc9\x05\x1e\xd6\xea\xf9\x21\x9f\x59\xc2\x95\x3b\xca\xce\x25\xdc\xae\x0a\x09\xb3\x7a\x9a\x8b\x2d\x07\xb7\x81\x28\x30\x61\x2c\x98\xe1\x22\x60\x67\xb4\x1f\x38\x54\xf7\xb4\x31\x19\xb7\x1f\xaf\x20\xac\x34\x84\x88\xc6\x82\xda\x93\xf4\x00\x93\xe1\xdf\xa1\x74\x82\x71\x04\x42\x03\x4e\xac\xb4\x1a\x84\xb4\xa9\x6f\x3f\x48\x63\x21\x81\xa5\x23\xb2\xbd\xc0\x37\xe0\x4d\x4a\xcc\x51\xd5\x96\xae\x92\x28\x02\xa8\x1b\x6c\xaf\x6c\x6f\x28\xb2\x0a\xb7\x74\x2e\xd6\x96\x30\x54\x85\x77\x9f\x6e\xe9\xfc\x0b\x3f\x03\xe1\x77\x69\x6e\x0a\xef\xd2\x9b\x72\x66\xa3\xae\xd8\x81\x6f\x5b\x3c\xd8\x81\xf3\x21\xbc\x4b\x5b\xbd\xb9\x77\x5b\x82\x29\x0a\xdb\x4f\x56\x8b\x84\xfd\xca\x09\x68\x04\x61\x0a\xdc\xc7\x0d\x5d\xdb\xb0\x35\x02\x17\x11\xc3\x69\xc0\x1f\xa3\xc0\x85\xfb\x57\xd2\x8e\xf1\xd1\x4f\x60\xee\x2a\x94\xd8\xf1\x03\x56\xd2\x32\xbe\x65\xb3\x86\xd8\xae\xc4\xf4\xcf\x95\xe6\x03\x1a\xcf\xb1\xbd\xff\xe9\xba\xd5\x9f\xad\xd3\xfc\xff\x9f\xd6\x61\x16\xc4\xb4\x82\xac\x9e\x42\xe0\x9e\xb9\xba\x28\x34\xf5\x15\x62\x12\x8b\xd4\x22\x4a\xee\xb2\xf9\x4b\x09\x99\x36\xf7\x6d\x20\x1f\xa5\xd4\x9d\x1e\xbb\xc4\xb9\x83\x9c\x3b\x19\x71\x68\x64\x87\x2e\xbb\x3c\xfa\x1c\x6a\x59\x55\x0a\xe4\x76\x25\xdd\x66\x45\x88\xe1\xa3\xc9\x2d\xe5\x90\x1b\x71\xff\x88\xdc\x4c\x28\xc5\x9c\x85\x93\x5d\x0d\x2a\x86\x40\xee\x1a\x5a\x56\xed\x79\x22\xff\x86\xcf\x71\x09\x18\xbe\xe0\xab\xc0\x44\x0a\x16\x82\xe1\x8b\x64\x2d\x18\xbe\xd4\x97\x83\xa9\x41\xbe\x22\xcc\x5f\x49\xb4\xae\xcc\x97\x7c\x5d\x64\x59\x95\xac\x8c\xec\x77\x89\x4a\xce\xa1\x40\xcd\xe7\xa0\x6e\x29\x28\x5a\x88\xd5\x0d\xee\x4c\x12\xe0\xbb\xc4\x83\x73\x79\x2e\x73\xf0\x51\x8b\xed\x91\xf0\x58\x5c\xed\x04\xe0\x4f\xd4\xf0\x8c\x65\x8b\xd6\x27\x1e\x5c\xfd\x12\x24\x71\xf1\x00\x8e\xe1\x98\x42\x36\xcb\x3c\xd2\xcc\xf2\xc1\x49\x08\xfb\x98\x2a\x8b\x25\x2b\x84\x1c\xa0\xa3\x38\xe0\x6e\x06\x03\x32\x0e\xfc\x00\x80\x52\xc9\xcc\x75\x68\x12\xb9\xc3\xe8\xe1\x15\x21\xf0\x89\x4d\x43\xb8\x84\x22\x0e\x76\x44\x8a\xb4\x32\xac\x08\x70\x9d\x8b\x6e\x49\x03\xdc\x9d\x4c\x63\x42\x2d\x7b\x64\x20\x88\x48\xe8\xc0\xc1\x01\x69\x76\xbb\xdc\x53\xb2\x50\x99\xd9\x6b\x6c\x80\x05\xae\x61\x8d\xac\x88\x23\xfc\xf0\xd0\x34\xe5\x05\xa5\xc5\x48\xdf\xc5\x5f\xd9\x04\xe2\x23\xa9\x8b\xbe\xf7\x70\xfa\x49\x13\x81\xb0\xcd\x41\x6b\x62\x7e\x20\xfd\x34\xcc\x89\xe8\x55\x19\xbf\x93\x7d\xa1\xac\x37\x8c\x22\x0f\xa8\x86\xdf\xbf\xfe\x36\xf4\xe6\x93\x11\xb7\x46\xfc\x5e\xc8\x33\xae\x82\xdb\x90\x92\xce\x46\xba\xc1\xc0\x24\xd8\xfc\x53\xe1\x42\xc2\x94\x18\x29\x5a\x15\x6d\x97\x62\xb3\xc8\xe4\xf6\x07\x69\xa8\x53\x1a\x84\x89\x2c\x88\x19\xd5\xc4\x4d\xc8\x9a\x30\x21\xe9\xb2\xb6\x5c\xed\x02\xb9\x6b\x4a\x71\x57\xf6\xaf\xd4\xd0\x52\xcf\x06\x72\xcb\x13\x38\x3c\x7c\x20\xba\xd2\xc9\xe9\xb3\xe6\xd9\xe0\x32\x34\x93\x7c\x39\x6c\xb0\xcb\xf2\x0f\xb1\x42\x05\x99\x31\x27\xe2\x49\xd4\xd9\xa7\x18\x76\x22\xbe\x11\xd3\xba\x47\x3e\x7d\xd1\x73\x9f\x29\x1a\xc6\x73\x93\xea\xc0\xb3\x2c\x65\x93\xff\x25\x15\x75\x82\x8a\x2a\xb2\x94\x60\x4e\x1a\xc0\xe4\x63\x9d\xb4\x72\x65\x15\xe8\x0d\x6c\x43\x57\x29\xb2\xd5\xfa\x5e\x66\xb8\x67\xdf\x16\x52\xe3\x65\x3b\x3d\xaf\xc1\xd8\x24\x94\x1f\x89\x76\x99\xcc\x27\x6c\xfd\x69\xe2\x32\xad\x3f\x7e\x9d\xa2\xde\x57\x63\xad\x38\xd3\xc1\x27\xa6\x58\x80\xaf\x70\x81\x8b\x00\x61\xd6\x3e\x7c\x9c\x32\x97\xc8\x30\x3f\x26\x18\x07\x89\xaf\x9b\x40\xdd\x93\xcd\xc9\xa3\x46\x06\x4f\xe9\x15\x5e\xec\x91\x42\x62\x8b\x2e\x28\xcd\xaa\x0a\x5b\xd2\xac\x0a\xee\xa3\x1e\x54\x8b\xc8\x33\x22\x6b\xbc\x9c\xda\x42\x5a\xf1\xcb\xb4\xa2\xd1\x92\x39\x87\x10\x52\x25\x3d\x6e\xfd\x83\x6c\x5c\x1a\x9e\x7e\x66\xc6\x8b\x6d\x55\xe5\xba\xd4\x22\x13\xa0\x17\xf8\x5c\x55\x23\x15\x24\x0c\x3d\xbd\x3e\x3f\x33\x9f\xeb\x28\xdf\x7a\xa3\xb0\x7b\xf2\x16\xb3\xdf\x7c\x95\x99\x00\x04\x35\xb5\x73\xec\x33\x93\x44\xc8\x54\x83\xca\x76\xa1\xd4\xd2\x52\x88\xa5\xca\x25\x01\xbc\xbc\x2f\x18\x47\xa2\x54\x87\x2f\x30\xb1\x87\xec\xf0\xb7\xc0\xf5\x8b\x05\xc2\x93\x7e\xf1\xed\x8c\x95\xce\xe8\xa4\x02\x04\x44\xb8\xdd\x3b\xc2\x58\xc0\x5f\xb1\xca\xd9\xbd\xbb\x04\x07\x1c\x58\x36\xac\x31\x86\x2f\xc1\xd2\x82\x0f\xdd\x88\xa4\x6c\xfb\x66\x1f\x39\xdf\x81\x08\x0e\x91\xf5\x8a\xd1\x16\x6f\x16\x11\x55\x55\x59\x1b\xac\x15\x7d\x78\x67\xa1\x21\x3b\x18\x45\x2c\x3c\x1e\xc9\xe2\x3d\xd1\x0a\x87\x34\x96\xd6\x0c\xd1\xd8\x21\x3f\xad\x26\xd3\x70\x12\xb0\x7d\x54\x5c\xe7\x51\x61\x29\x27\xc9\xf9\xd0\x52\x14\xb9\x0e\x0d\xa9\xa3\xea\x47\x39\x6e\x12\xc9\x21\x17\xf4\xbf\x81\xf1\x23\xf1\x42\x8f\x29\x7a\x46\x2f\x51\xdc\x25\xcb\x13\x15\x4d\xe5\xac\x64\x6b\xe2\xc6\xcc\xf4\x04\x33\x67\x97\x9e\x8e\x70\xca\xd2\xc8\x7c\x3c\x0a\x2f\x18\x58\x2b\xf3\x09\x0d\x06\xe8\xd6\xb2\x47\x0a\x38\x5c\x80\x5a\x0b\xfa\xdf\x20\xad\x4a\x8f\x43\xf2\x6c\x64\x4f\x4b\xe5\x28\x4d\xce\x43\xbe\xf1\xb2\xea\xfc\x6c\x53\x02\x93\x15\x44\x68\xd0\xbd\x78\x8c\x18\x55\x73\xe4\x80\xe2\xc5\x57\x3e\x2a\xaf\xf0\xf8\x88\x2f\x33\x3c\x32\xc3\x0e\xc6\x63\x70\x86\x71\xf9\x5b\x54\xa2\x09\x54\x94\xbb\xcb\x73\x75\xdb\x11\x83\x12\x9b\xd0\x22\x1d\x5c\xdc\x53\x72\xb4\xf2\xe7\xe6\x3d\x46\xb4\x20\x76\x06\x53\x1b\xaa\xa9\x60\x4f\x3b\xb0\x17\x5d\x9f\x92\xb2\xe9\xb3\x58\xab\xb5\xf8\xfc\x65\x44\x9e\x3f\xcf\x1c\xc0\x86\x76\xd1\x78\x80\x93\x98\x9c\x7c\xd9\x82\xc2\xf8\xa0\xd3\xc5\xb3\x57\x67\x58\xfa\xce\x05\x55\x18\xf9\xbc\x6b\x98\xe9\x1e\x26\x2b\xe9\xa7\x9e\xee\x41\xb6\xc0\xf0\x28\x42\x01\x34\x90\x1d\x31\x1d\x65\xe5\x3d\x4b\x35\x43\x1a\x5e\x97\x54\x9d\x6a\xc1\x9b\x52\x4a\x3f\x5a\x6c\x32\xb8\x9a\x38\x02\xae\x5e\x34\xa4\xbf\xb1\xa9\x6f\x77\x88\xf1\xcd\x2e\x3b\xfc\xbe\x06\x3b\x2c\x95\x70\xfb\x1c\x13\x5d\x18\x4a\x4c\xfa\xbf\x70\xc9\x50\x06\xd6\xd3\x3d\x35\xe4\xe7\x28\x9e\xec\x2a\x30\x8d\xd4\x1d\x4a\xdc\x81\x61\xf3\x4c\x3a\x6a\xf0\x1d\x4b\x9a\x53\x18\xa4\x35\x97\x7e\xb7\x5f\xd6\x5c\xd2\x3d\x3e\xc0\xe5\x96\x67\xc9\xf9\xac\xad\x43\x82\xb0\x0c\x69\x8c\xaf\x25\x90\xcb\xa9\xe8\xaa\xf8\xb7\x2e\xf9\x8d\xec\xa4\xb1\x8f\x13\x6b\x95\xab\x84\xb7\x79\xc1\x0c\xb6\x77\x6f\x20\x9e\x71\x1a\xe7\xdd\x36\xa9\x6d\x97\x89\xe5\x38\x64\xa7\xa2\xa1\x99\x12\x97\xbc\x20\x3b\x69\xd8\xc7\xf6\x20\x31\x80\x4a\xc2\xb5\x6d\xdd\x36\x56\x16\x8f\x69\x60\x31\x09\xe9\xf7\x29\x3b\xe5\x79\xb0\xa2\xa0\xc4\x0f\x03\x7c\x70\xa3\x23\xeb\xce\x0d\x42\xd6\xaf\xa1\x1f\x8c\xe9\x9a\xe2\x98\xa4\xf4\x48\xd3\x6f\xf3\xcc\xa6\xe9\xcf\xc5\x35\x26\xcf\x74\x9a\xfe\x5c\x94\x37\xad\x31\xb3\x75\x54\x29\xbd\xbf\xc2\xfb\x70\x72\x49\x40\xd9\x11\xb3\x97\x37\x20\x53\x07\x49\xee\x70\x4c\xc3\xd7\x53\x18\xb8\xfe\x88\x86\xae\xb0\x69\xf2\x03\xaa\x10\x09\xf7\x04\x7f\x3e\x0e\x42\x9e\x00\x21\x97\x07\x99\xe1\xee\xaa\xe5\xb3\x5c\xc8\x10\xca\xea\xc6\x86\xc7\x41\xfd\xa0\x48\x84\x3e\xc3\xa9\xe7\x8b\x2d\x78\x0b\xcb\x77\x8e\xf6\x93\xf5\x63\x98\x83\xd4\xea\x4b\x97\x30\x41\x56\xeb\x16\xb7\x05\xf3\x6b\x9e\xda\xc7\x71\x5d\x24\xdc\xe9\x52\xdc\x80\xd6\xd3\xbb\x56\x44\xa6\xbe\x47\xa3\x88\x58\x5e\x48\x2d\x67\x4e\x34\xdf\x91\x70\xd8\x2f\xca\x97\xbf\x41\x10\x8e\x2b\xcf\x56\x60\xb2\xc2\xb4\xec\x5b\x43\x31\x5b\xd7\x60\x62\x2d\x91\x37\x79\x30\x14\x59\x06\xbc\xce\xda\xc4\x3f\xa5\x1b\xf9\x52\xca\x0a\x95\xb0\xcd\xa6\xad\xa0\x25\x25\xf7\x14\x10\xed\x05\x67\xd6\x2d\x3d\xe4\x17\xfa\x62\xc6\xbe\xb1\x67\x34\x47\xe4\x0f\x21\x51\x47\x72\x07\x93\x50\x2f\xed\xe6\x70\x52\x31\xfa\x8f\xdd\xfb\x62\xba\xa7\xe5\x94\x87\x48\x99\x54\x2b\x1b\x1b\x1b\x1b\x3a\x23\x32\x3b\xc5\xa2\x89\xd4\x1e\x83\x8a\xd9\xba\x4f\x9a\x48\x65\x3f\x30\x4d\x64\xba\x11\x13\xb0\x48\x0c\x80\x5d\xdc\xc6\x2b\xde\xb9\x63\xe5\x45\x23\x75\x79\x8c\xc4\xed\x31\xc2\xeb\x63\xc4\x2d\xbc\x89\xf9\xaf\x94\x84\x57\x26\x57\x9d\xff\xe1\x4b\x5b\x8d\x34\x7c\xe3\xa5\x6d\x41\x9d\x3a\x69\xf8\xa8\x4a\x3d\xfa\xb6\x97\x38\xc2\xe5\x8d\x3d\x47\x61\x49\x2a\x9e\x81\xa5\x54\xbf\xb8\xd5\xca\xd0\x2f\xd3\xfd\xad\xa6\x5e\xe0\xb4\xbb\xda\xe2\x76\xda\xf2\x12\x07\x94\xe5\xb9\xc9\x48\x26\x17\xc0\xe7\x70\x19\xa8\xcb\x0f\xb4\x06\xb8\x09\xc6\x58\x31\x7b\x73\x14\x16\x3c\x79\x5b\xac\xe1\x75\xb1\xa6\xdb\x42\xe1\x8f\x3a\xe1\xed\x26\x57\x49\x71\xb7\xc3\xaa\xc2\xd8\xc9\xaf\x47\x75\xd3\x5d\x8a\x97\xcc\x58\x31\x65\x9d\x85\x77\x2a\x5e\x5b\xb5\x58\xca\x8a\x79\xb7\x28\xa5\x0e\x37\x44\x6a\x55\x0c\x17\x24\x5e\x23\x6d\x51\x93\xd5\x52\x66\xb8\xdd\xfc\x15\xab\x2c\x56\x11\xc6\xae\x3f\x0c\xc9\x67\x87\xc8\xfc\xfe\xf8\xaf\x5e\x90\x0b\xd7\x15\xaf\xa0\x3c\x28\xad\xb2\x96\xda\xa6\x67\x4e\x69\x07\x11\x82\x69\x36\x85\x18\x6d\x21\x8b\xf9\x3f\x4c\x9e\xb1\xe5\x7b\x10\x7a\x04\x81\x85\x33\x22\x8a\xc9\xcf\xe4\x6f\xc3\xdf\x0d\x7e\xe0\x43\x1a\xbb\x27\xc1\xbb\x0a\xc5\x8f\xd5\x16\x24\x69\x85\xa2\xb8\x2f\xb1\x4b\x83\xce\x51\x19\xc1\xd3\x33\x74\x0e\x7d\xe4\x4c\xdd\xcb\xe1\xae\xcc\xb9\xab\x32\xd5\x97\xf6\x5d\x00\x3a\x03\x61\x90\x46\x14\xe9\xd3\xa2\xa7\xc6\x15\x89\x6f\xa1\xb0\xfe\xc8\x92\x02\xed\x12\x41\xd3\xa9\x82\xdc\x4c\x9a\x4e\x54\x99\x3b\x2f\x98\x8c\x37\x77\x46\x08\x0f\x39\xb0\xc2\x18\xbd\x76\xf1\xbd\xd2\x11\xf5\x90\x65\x16\x62\x6f\x4c\xa6\x88\x32\x9b\x79\xfc\x7b\xfa\xa4\x26\xdd\x5b\x38\xab\x9c\xb6\x9c\x54\xec\xb0\xec\x3a\x26\x92\x87\xac\xc9\x86\xde\x65\xab\xe3\xa8\x7a\x52\xa8\xe2\x80\xd8\x18\xb9\x6b\xae\x6f\x14\x2a\x7a\x1f\x83\x19\xcf\x51\x07\xf1\x14\xc1\xea\x62\xf5\x94\x64\xf1\xcc\xc9\x65\xa2\xe4\xda\x5a\x5d\xce\x80\x64\x46\xca\x52\x34\x57\x96\x39\x4e\x2e\x5b\x79\x75\x09\x04\xa4\x1b\x34\xe5\x2c\x12\x45\x34\xba\x4b\x69\x64\x85\x29\x84\x68\xb0\x3f\xfe\xb7\x89\x21\xe5\x96\x21\x1e\x81\xbc\xa8\xea\x4a\x12\x88\x44\x7e\x46\x08\x53\x81\xca\x9a\x1c\x52\x61\x2b\x7c\xa4\x14\xba\xfe\x30\x5f\x10\x29\xbf\xa6\x3c\x42\x0c\x19\xbd\x74\xed\x85\x47\x14\x64\x1e\x55\x4e\x72\x1f\x43\x58\x62\x77\x38\x0d\xa6\x11\x09\xa7\x3e\x9c\xfb\xe8\x85\xb0\x06\x4c\xd7\x7c\x11\x10\x13\x4a\x14\x43\xff\x87\x35\x09\xf2\xcb\xcb\x2c\x08\xec\x4a\x45\x75\x41\x77\xf4\x59\x6d\x84\xa1\x35\x07\xa7\x02\x8b\xfd\x46\xf0\x68\x86\xfb\x06\x46\x2c\xf1\x60\x03\xc9\x00\xec\x70\x1c\x96\x11\xf2\x48\x48\x2a\xb8\x77\x24\xb2\xe0\x8a\x98\x10\xf0\xcf\x5d\x38\x60\x65\x24\x82\x18\xbc\x47\x98\x47\x5b\x21\xa0\x39\x19\xfb\xa8\xd7\x11\xc4\x14\xc7\x0e\x37\x8e\xc4\x93\x47\x92\x8a\x12\x5c\xc3\x41\x37\x0a\xa7\x74\x01\x79\xd9\x39\xdf\x9b\x93\x46\xb7\xd9\x6e\x0b\xff\x0d\x24\x9c\x3c\x62\xe4\xd1\xce\x5f\x06\x30\x31\xef\x5d\x87\xb2\xce\x1a\xa3\xf6\x53\xee\xae\x9f\xbe\x24\x56\x40\xf0\x18\xac\x96\x89\x8a\x86\x87\xdf\x65\xfd\x00\x55\x37\x58\x17\x8a\x12\x97\xfc\x46\x92\x74\xc5\xbb\x9a\x21\x81\xec\xc1\x57\x76\xe0\xd0\xcb\xc0\xf5\xe3\x46\x5c\x74\xf9\xdd\x1e\x28\xf8\x76\x48\xb9\x93\x71\xd1\x06\xc8\xe3\xfb\xc1\x60\x30\x28\x91\x37\xa4\x46\x5e\x93\xfa\xae\xb4\x70\xd9\xe4\x37\x52\xab\x2b\x86\x5d\xde\xdb\x17\x7b\x09\x95\x4c\xa6\x3e\xbe\x98\x19\x53\x50\x77\xb1\x4b\xac\x91\xda\x0a\x54\x08\x31\xbe\x5e\x67\x72\xce\x41\x33\xf8\xfc\xab\x24\x0c\x09\xef\xf0\x7d\xfa\x9f\xda\xdd\x21\x7c\x8d\x29\x9c\xf1\x48\x62\x8c\x17\x4c\xd7\xc0\xa5\x65\xc3\xaf\x93\x5f\x93\xef\x7f\x28\xc9\x3c\x4c\xd1\x21\x44\xa6\xf2\x30\x75\x23\xdd\x09\xb7\x9c\x0c\x5c\xe9\x04\x0a\xf9\x6b\x8c\x9a\xc8\x36\xf7\x9a\x87\x89\x3c\x4b\x77\x89\x0b\x93\x4b\x5e\x64\xf9\xa9\x8b\x97\xe8\xa4\x9b\xe1\xbd\x34\xd3\xe8\x6c\x4d\x8f\x65\x25\x76\xe6\xb3\xf2\x47\x62\x12\xd2\xfd\xad\x97\xc4\x86\xde\xc5\xff\x3b\xc3\x41\xcb\x04\xfe\x1a\x88\x5f\xae\x7a\x87\x3b\xec\x26\xeb\xd0\xb0\xa0\x0a\x67\x01\xf7\x9f\xeb\x5e\xa5\x29\xf6\xc5\x33\x6b\xb2\x28\x9a\x14\xb3\x2c\x12\x1a\xd9\xd6\x84\x4a\xb0\x0b\x22\x03\xb7\xd1\x53\x4d\xc4\x47\x28\x1f\x13\xb6\x0b\xc2\x6b\x5b\xa0\x21\x82\xf0\xcb\xa5\x6d\x4d\x00\x8a\x0a\x80\x50\xc2\x41\xc0\xbe\x1d\xca\xec\xca\xbf\x22\xee\x2b\x92\x70\x03\x3f\x2a\x93\x89\xe5\x62\x9c\x5f\x72\x60\x94\x09\x8d\xed\x94\x13\x44\xd2\x3e\xff\x13\x93\xf5\x01\x98\x8b\x08\xe8\xf4\x38\xcc\xe5\x3d\xeb\x54\x99\xc4\x23\x78\xf8\x74\x41\xef\xc2\xa7\x9e\x08\x50\xd8\x93\x94\x93\x21\x25\x34\x0a\x62\x1a\xba\x76\x9a\x15\x51\x02\x90\x89\xa8\x41\xf2\x0b\x50\x1b\x85\xbb\x1a\x2a\x8e\x28\x8e\x4e\x60\xaf\xf3\xd2\x5d\x49\x65\xec\x2c\x81\xfa\x4b\x58\x28\xd1\x03\x45\xb4\xa8\x08\x4d\x4d\xcd\x8a\x38\x6e\xae\x7b\xf9\x80\x80\x30\xed\x44\x84\xb7\x70\x00\xb9\xf4\x64\x19\x91\x9a\xee\xdc\x30\x9e\x82\x2f\xa3\xf2\xb6\xf5\xeb\x7a\x3a\xc8\x3f\x8d\x31\x28\x8b\x27\xf9\x62\xa0\x7c\x82\x5f\x81\x69\xbe\x95\x54\x10\xf2\x01\x58\x4d\xec\xcc\xab\x19\x93\x3a\x0b\x77\x88\x4b\x2b\x84\xc5\x63\xc5\x94\x40\x5a\x29\x80\x02\x4c\x5e\x10\xad\x28\xc6\x94\xc7\x3a\x22\xa0\xc8\x2d\x0f\x5f\x31\xad\x8e\x0a\xa0\x76\x0e\x73\x35\xb1\xa2\x48\xa4\x3d\x99\x07\xd3\x10\x4b\x92\x30\x98\xc6\x10\xe7\x1c\x5a\xa0\xfc\x40\x58\x5c\x48\x01\x3c\x0f\x29\x40\x97\x13\xb2\x5f\xa5\xe7\x4d\x02\xa9\xa8\x7c\xa9\xc6\xb5\x5c\xf7\x2a\x97\xf2\xab\x62\x52\xf4\xca\xbf\xf5\x83\x99\xff\x55\x62\xd3\x37\xfc\x39\xf9\xc5\xc3\x46\xc9\x38\x70\x20\xf2\x29\xfa\x45\x2e\xe6\x94\xf8\x96\x65\x90\x77\xe1\x0d\xdb\x3d\x48\x01\x83\xa4\x47\x7c\xcc\x68\x9a\x95\x74\x88\xc0\x04\xe2\x11\x34\xd8\x89\x66\xb7\xfd\x55\x8e\x80\xb7\x7d\xc6\xab\x7c\xe5\xae\x7a\x4a\xef\xe2\xd0\x72\x3d\xbd\x7b\x15\x42\xba\xd6\x98\xaa\x89\x02\x28\x93\x3b\x62\x91\xf4\x58\xca\x48\x89\xde\xdb\x74\x12\x0b\xef\xa6\x90\xf2\x4d\x14\x73\x0a\xc2\x4d\x64\x3a\x86\xf5\x6a\x85\x43\x58\x81\x49\x74\xac\x68\xdf\xdc\xc5\xf7\x23\x8a\xe6\xe8\x10\x9e\x85\x11\x17\x6c\x22\x42\x67\x38\xfb\x6c\xf0\xb8\x65\x3c\x15\x91\x85\x19\x6c\x17\xee\xdc\xe2\x79\xc1\x0c\xb3\x2f\x81\x12\x83\x68\x72\x6a\x7a\xa9\x04\x77\x33\x05\xc2\x88\xa9\xa4\x67\x2e\x64\x6c\x93\x90\x8c\x72\x1e\x31\xdf\x88\xe5\x93\x8b\x6e\x53\x45\x21\xe2\xcb\x29\xb2\x7b\xee\x98\x9e\xba\x63\x17\xa2\xbb\xea\xd5\x6a\xb5\x2a\x1a\xe3\x47\x03\xba\x0a\xbb\xa8\x3e\x23\xa8\x88\x03\xdf\x48\xaf\x06\x1e\xd1\x12\x0f\xc4\x69\x22\x84\x32\x75\xc8\x70\xdf\x24\xb9\x99\x08\x1e\x02\x8c\x9d\x98\x27\xb2\xb3\xd6\x77\x63\x89\xae\xa6\x5d\x61\x08\xe1\x35\x1b\x7e\x5e\x31\x84\x53\x57\x76\x3b\xb0\x09\x8f\x08\x2b\x1c\x51\x7e\x8d\xc7\x94\xd8\xbf\x8a\x2c\x0c\xb3\x20\xbc\x65\xe7\xcf\x4b\x20\x29\xa6\x28\xc2\x9c\x2b\x74\x0e\x00\xd9\xf8\x74\x30\x0b\x10\xa5\x85\x7e\x9f\xba\x77\x96\x27\x53\x3c\xfe\x4a\xce\x82\x28\x86\x4c\xdd\x11\x89\x62\xd7\xf3\xf0\x0a\x20\xf6\x88\x78\x16\xac\x41\x45\x1e\xec\xaa\x0d\xe6\xbd\x8c\xc3\x4d\x8d\x09\xa4\xa7\x3f\x97\x11\x94\x44\x86\xe3\xaa\x20\xc1\x90\x32\x04\x29\xb9\x51\x34\xe5\xb0\xb5\xe4\x17\xcb\xb6\x5d\x87\xfa\xb1\xe5\xfd\x42\xa6\x00\xfe\xc9\x13\xcf\xf0\x2b\x8b\x70\xbc\xef\x4b\xdf\x0f\x04\xdd\x12\xdb\xbc\x24\xc0\xaa\x23\xce\xa4\xeb\xdf\x05\xde\x1d\x44\xac\xc7\x05\x30\x99\xb8\xbe\x15\xce\x05\x38\x99\xba\xb1\xe3\xc3\xf6\xce\xbe\x1b\x8b\x13\x4f\x13\x65\x93\x08\xb0\x35\x00\xdc\x62\xa2\xba\x55\x4f\xd4\x08\x15\xdd\x19\xcc\x21\x10\x4f\x40\x6c\x99\x0f\xc8\xd4\xb4\xcc\x16\x84\xb0\x30\x6a\x76\x7e\xd1\x78\x47\x59\xb1\x6c\xea\x0a\xe0\xe5\x27\x80\x6a\xec\x04\xd1\x51\x4b\x3e\xc1\xa4\x7e\x1a\x91\x69\xc4\xb3\xa1\x23\x8c\xc4\x41\xab\x49\x2e\x43\x80\x62\x44\xd8\xff\x5a\xdd\xd8\xad\x03\x6a\xd7\xea\x66\x5e\xa0\xcd\x64\x02\xe0\x67\x44\x20\x8e\x09\x43\x01\x5b\xd0\x10\xb7\xc0\xb1\xa5\x94\x8c\x2e\xac\xeb\xa9\xb6\xe4\x72\x68\x09\x32\x7b\xa4\x30\x8d\x07\x6b\x3b\x05\xbd\xcd\x33\xeb\x5e\x28\xed\xb8\x4d\x4c\xfd\x44\x18\xc8\x41\xb3\x5b\x66\xb3\x51\x26\x97\x67\x6c\xa7\x6b\x5c\x26\x7b\x88\x40\x7d\x9d\x51\x78\xda\x40\x72\xd3\x09\x18\x23\x94\xb0\x72\x1b\xdf\x20\xa4\xb0\x23\xf8\x01\x5b\x51\x6c\x6b\xe2\x11\x16\xfc\x36\xcb\x8f\x76\xa6\x54\x16\xbb\xbd\x32\x29\x7c\xbe\x7f\x65\x17\xca\xa4\xd5\x6d\x92\xc2\xe7\xcf\x85\x12\x3c\x67\x32\x2a\xc5\xfd\xd6\x29\x7c\x5f\x7d\x59\x28\xa9\xb7\xf7\x11\xe5\x89\x72\xc8\x2f\xdc\xca\x20\xfa\xfb\x0b\x19\x07\xbe\x2b\xd2\x2b\x26\xac\x1a\x5b\xf7\xd8\xbc\x50\xb2\xc8\x1e\xa9\x55\xeb\x9b\x3a\x9f\x64\x74\x39\x1d\x43\xbe\x42\xc8\xa3\xc2\x91\xab\x67\x08\x1f\x07\x9c\xe3\xa6\x0c\x7d\x4b\x0a\x42\x7e\x20\x20\xad\x44\xae\xd9\x32\x94\xc9\x08\x43\x6a\x07\x43\xdf\x7d\x00\x57\x4b\x7a\x3f\xf1\x5c\xdb\x8d\xd9\xa2\x03\x66\xa6\x7a\xcd\x7a\x70\xe5\x2b\x98\xa8\x46\x01\x07\xcb\x0e\x8f\x1f\x12\xf1\xef\x4a\xbf\xc6\xd6\x24\x02\xf0\x0d\xb8\x81\x1c\x55\x2b\x95\xca\xd1\x06\xa4\xa5\x9a\x95\xf2\x04\xea\x8c\xd5\x49\xa9\x1c\xea\x2d\x21\x4a\x6f\xf2\x3d\x25\x5e\x50\x34\xa1\x77\xa1\x22\xb7\x41\x25\xa1\x0f\x9b\xc2\xab\xee\x3a\xda\x50\xc6\xd6\x04\x53\xe2\x20\x82\xb6\x15\x89\x0c\x5c\xee\xd0\xe7\xdb\x1d\x68\x20\x7c\x39\x8a\x0d\x1c\xa1\x64\xdc\x38\xc1\x03\x1f\x59\x72\xd7\x94\xbb\xa3\x37\x27\xd1\xcc\x85\x50\x18\x6c\x76\x18\x5a\x93\x91\x6b\x47\x48\x4d\xeb\x2b\x29\x36\xe3\xd0\x5b\x3b\x2f\x55\x08\x28\x29\x3c\xb1\x16\x9f\x49\xcb\x47\x70\x63\xb1\xeb\x0b\x42\xac\x26\x12\x83\x38\x2d\xb1\x9b\x62\x8a\x49\x00\x41\xf5\xe7\x33\x6b\xae\xa4\x79\x0a\x29\xb8\x9b\x91\xe1\xd4\x0a\x2d\x3f\xa6\x94\xcc\x20\xc4\x1e\x74\x54\xcb\x9f\x23\x35\x71\xf1\x60\x53\x62\xe1\xe3\x80\x05\xc4\x00\x3c\xdf\xb5\xa7\x9e\x15\x0a\xb8\x6c\x75\x32\x8f\xaa\x42\x2f\x3e\xaa\xc9\xdf\xea\xf2\xb7\x0d\xb2\xc7\x2f\x83\xd9\xa9\xaf\x0c\x69\x7c\x66\x4d\x8a\x85\xfd\x82\x61\x9e\xf1\x00\x15\x31\x77\x9a\x96\xa6\xef\x01\x78\x8a\x59\xac\xeb\x13\xb6\x48\x39\x1c\x58\x1f\x94\x33\x81\x61\x29\xee\x19\x10\x45\xc5\x9f\x82\x8e\x4e\x19\x31\x3e\x33\x68\x73\x43\x6f\xba\x57\x9b\x70\x32\x73\xcf\xbf\xea\x7d\xbd\x06\x69\xa1\xee\x5f\xa6\x77\x9f\x44\x18\x81\x14\xeb\x47\x61\xbf\x50\x26\x57\x5d\x34\xd8\xa5\x79\x75\xca\xb6\xce\xa3\x6a\x21\x3b\xda\x9d\xbf\x7e\xb4\x9d\x15\x47\x6b\xf1\xd1\x0e\x32\x53\xdd\xc9\xed\xbe\x70\x58\x95\x27\x4d\x3a\x67\x9d\xae\xa2\x80\x3e\xc3\x81\xf2\x49\xab\x79\xd6\x58\xdb\xd8\x82\xf5\x05\x2a\x21\x24\xa8\x1b\x06\x62\x43\xe7\x0f\xc6\x84\x49\xb2\xa2\x52\xc8\xa6\x38\x62\x13\xe4\xbb\x65\x4a\x48\x90\xde\x6e\xa0\x58\x17\xce\xf9\xab\x78\xb0\xf3\x35\x13\xbe\xac\x96\x38\x05\x32\x19\x65\xb9\xa9\xe0\x40\x85\x74\x08\xab\x81\xde\x43\xc6\x6e\x80\x2a\x51\x23\xe0\xe0\x7a\xc4\x14\x47\x54\xd3\xd4\x3d\x3c\xaa\x3c\x4b\x12\x9d\x09\x28\x14\xd7\x27\xda\xc5\x8a\x51\xfb\x3e\x75\xed\x5b\xc6\x24\xc8\x86\x26\x4c\xea\x49\xdc\xde\x7d\x8c\x84\x32\x07\x84\x54\xa1\x6d\xbb\x76\xc9\x34\x90\xd0\xff\x9a\x86\x75\x99\x82\x53\xb2\x38\xce\xf1\xea\x57\x94\xd7\xb9\xae\x75\x07\x18\x7f\x6c\x7b\x10\xfd\x3b\x68\x35\xbb\x4d\xec\xbb\x3e\x00\x8b\x67\x86\x8e\x03\x82\x20\xbb\x16\x22\x2e\x5c\xf7\x90\x42\x99\x6d\x49\x6e\x44\x7e\xf5\x83\x18\x95\x1b\x0e\xd3\xa7\xeb\xfb\x11\x6b\xd3\x7c\x07\xc5\xb4\x4b\xc9\x25\x54\x77\x92\x38\x0f\x32\x59\x6e\x13\x1b\x84\xe2\x26\x6c\xbc\xb4\xa3\x6d\x51\x90\x62\x63\x6c\xf5\xb8\xc2\x55\xad\x56\x85\x71\x84\xdf\xfe\x93\xc4\xcc\xeb\xd3\x09\x6f\x0e\x04\x79\xb5\x36\x9b\xa7\xed\xe6\x09\x53\x07\x72\x1b\xac\x2f\x6c\x10\x70\xae\x83\x3b\xb4\x7e\x23\xf0\xa9\x45\x78\xbe\x7f\x40\x6f\x98\xf9\x2b\x0e\xbe\xd3\x38\x22\xe0\xeb\x20\xe1\xfe\xe4\x2d\x9f\x28\x70\x62\x9a\x95\x4b\x38\x74\x84\x96\x7d\x1b\xe9\xa0\x12\x6a\x8a\x4a\x61\xd9\x68\xc7\x10\x04\x33\x70\xa9\xe7\x44\x42\x6a\xd5\x40\xe4\xfe\x74\x30\x60\x2a\x96\xc0\x94\x17\x96\x48\xf1\x39\x1b\xad\x24\x28\x0d\x49\x69\x73\x95\xf8\xfc\x87\xf4\x77\x9c\xfa\xb6\xb6\x2f\x43\xfd\x50\x23\x60\x0c\x99\xed\x4f\x07\x49\xa8\x6c\xf2\x7e\x85\x9e\xea\xda\x78\xb1\x87\x29\x56\x2b\x1c\x54\xd1\x4f\x92\x4e\xb1\xbf\xcb\xa2\x25\x43\x18\x82\x70\x54\xdf\x23\xa9\x4f\x12\xe4\x87\xe9\x80\x07\x96\xb1\xdf\xfe\xf8\x43\x5f\xd1\x93\x20\x12\x86\x72\xf4\x81\x64\x8c\xc8\x27\x66\x85\x43\x11\x8d\x6a\x04\x6a\x48\xb1\xad\xac\xcd\x8b\x98\xb3\x5c\x1e\x2c\x42\xed\xc8\xb2\x00\x8a\x40\xe5\x43\xe9\xbd\xaf\x03\x50\xed\x4f\x07\x45\x65\xe0\x85\x42\xea\xfb\x86\x30\xb7\x64\xb2\x07\xe7\x8c\xc7\xb4\x6c\xf3\xbb\xaf\xf5\x2d\x0f\x81\x04\xf9\x6d\x9a\xd3\x9c\x2e\x21\x47\x35\x86\xca\x6e\x99\xa4\x54\x93\x50\xb6\x41\x22\xbc\x1b\xe0\x4f\x4d\x07\x65\x31\xd5\xa0\x33\x32\xd1\x58\x79\x78\xfb\x20\x58\x0b\x26\x08\x25\x4f\xba\x24\xf2\x89\x50\xbd\x12\xc9\x1b\xf9\xf1\xeb\x1c\xb9\x34\xf2\x40\xda\xc9\x88\xe7\x46\xf1\xc2\xe1\x33\xfa\x56\x38\xfc\xfa\x40\xc3\x20\xe1\x83\x48\x34\x9a\xf0\x82\x49\xf6\xa7\xea\x97\x95\x47\x2f\x65\x27\xcd\x03\xd1\x98\xc2\x08\x46\xbb\xa2\xbf\x4a\xa9\xbe\x9a\x6a\x0f\x9f\xb3\x2b\xb2\xef\xd0\x81\xeb\x53\xa7\xa0\x24\xb8\xe4\xfd\xe3\x4b\x59\x94\xd7\xf8\x73\x44\x01\x29\x52\x30\x07\x4c\x92\x3e\xe1\xde\x10\x79\x89\xe3\xac\x70\xe8\x4f\xc7\x68\xd3\x13\x15\x39\x72\x21\x98\x13\xe3\xd0\xa5\x77\x74\x15\xb6\xb8\x56\xa8\xbd\x05\x23\x65\x29\x60\xd7\x8c\xd5\xc9\xe3\x30\x7a\xf3\x24\x43\xc3\xd2\x5f\x04\x6f\xe4\x43\x32\x7f\x4a\x86\xcd\x00\x56\x63\xdb\x07\x04\xde\x32\xa9\x55\x4b\x32\xc2\xa2\xa1\x0c\x3b\x18\x10\x60\xa5\x1b\x91\x98\x83\x5a\xf1\xad\x58\x6c\xee\x30\xeb\x15\xf9\xe2\x0b\xc4\xf7\x48\xb5\x94\x44\xe1\x24\x5b\x20\x74\x5b\xcd\xae\xc9\xfe\x23\x02\xa2\xf9\x27\x7a\x51\x65\x46\x1a\xce\x9d\x25\x4c\x01\x78\x22\xa9\x7b\xa0\xd1\xdf\x05\xae\xf0\x98\x76\x03\x67\x21\x18\x70\x2d\x9b\xdd\x17\x91\xde\x2a\xb3\xc1\x8b\xaa\x13\x02\xa4\x15\xb1\x64\x6b\xec\xc5\x1e\xb6\x98\x5a\x68\x3c\xa6\x93\x92\x90\x8e\x2d\x17\x20\xe0\x20\x37\x15\x22\x88\x2b\xdb\x50\x36\x39\x95\x1c\x2b\xa3\x94\x19\xae\xf0\xe6\x50\xf3\x8b\x2c\x69\x63\x95\xd1\x4e\x28\xbd\xed\x08\x32\xa9\x8d\x49\x77\xea\xe4\x1b\x93\x78\xcc\x15\x8c\x48\x1f\x00\x92\x01\x90\xd2\x07\xbd\x40\x54\xfb\xae\xff\x67\x33\x01\xda\xc9\x69\x60\x55\x0e\x34\x47\x56\xf8\xe8\x91\x97\x21\xb5\xee\xd3\x07\xcf\x0e\x22\x2b\x2d\xe7\xea\xb0\xc1\x12\xce\x44\xf8\x2f\x1d\x3f\x53\x40\xa7\x63\xfa\x24\x16\xbc\x78\x91\xcb\x04\xc5\xd5\x98\x8f\xd7\x8d\x08\x1d\x4f\xe2\xb9\x78\x7b\x52\x54\xd1\x88\x4c\x44\x6e\xcf\x54\xe6\x8b\xdc\x3d\x33\x6a\xf2\x24\x2d\x4b\x3b\x2d\xc0\x7e\x98\x26\x23\x07\xc2\x0f\x95\xdf\xf6\xe4\x8a\x56\x83\x5f\xf5\x4b\x90\xda\xc2\x9d\xba\x0f\xdc\xc1\xab\xcb\x5d\xbc\xab\x5e\xaa\x8a\xa5\x7c\x4a\x6a\x14\xa5\x75\x97\x8b\xa2\x85\xf6\xea\x3d\xd9\x88\x7c\x67\x85\x5a\x48\x4f\x4d\xd6\x1c\xa7\x61\x81\xb3\x15\x87\x34\x4e\xa1\xe6\x95\x10\x70\x4f\xa5\x03\xd6\x12\x59\xf7\xe8\x74\x57\xb3\x43\x24\x5f\x28\x98\xb1\x89\x31\x0a\xbe\x49\xf4\xe1\xc4\x36\x05\x5f\xd4\x92\x2f\xea\xda\x17\xf5\xe4\x8b\x0d\xed\x8b\x8d\x95\xd8\x28\xd2\xf9\x98\x39\xa9\xb1\x80\x17\xe5\xec\x53\x38\xad\x70\x40\x67\x76\x86\x67\x06\x6e\x0b\x2e\xa6\x88\x24\xac\x54\xd8\x88\xcc\x93\x5f\x74\x52\x55\x12\xbb\x5e\x55\xaf\x92\x98\xf9\x6a\xfa\x17\x89\xd5\xaf\xae\x7f\xb1\x91\x98\x03\x53\x6c\x5c\x0d\xdf\x2f\xe9\xcb\x02\xfb\x61\x66\xa6\xcd\x65\xab\x6a\xd9\xfa\x23\xe8\x6e\xac\x50\xd6\x60\xe8\x33\xda\xce\x9e\x60\xf3\x78\xbc\x43\x82\xb2\x0d\xbe\x85\x27\xf4\xe4\xc1\x38\x6d\x32\x01\x5f\x52\x8e\xc1\xf0\x0b\xfa\x48\xf4\xd8\x55\xdf\xf5\x87\xbf\x90\x88\xda\xe2\x34\xff\x04\xfe\x2b\x69\xed\xda\x94\x11\x04\x3d\x2a\xd4\xf9\xa4\x29\xc0\x26\x6d\x20\x8b\x46\xa2\x86\x19\xc9\xb7\x6b\x3a\x9e\x04\xa1\x15\xce\xc1\xea\x64\x0d\x51\xf9\x0f\xa6\x21\xbc\x9c\x07\x7e\x04\x7a\x21\xaa\x9c\xf8\xb7\xa8\x29\x5e\xe0\x31\x93\x8e\x30\x42\xb1\x92\xe3\xc0\x51\xd5\x7a\x5a\x89\x46\xee\x20\x3e\xa1\x73\xec\x00\xfb\xfa\x8f\x3d\xb2\x99\x7c\x3f\xa6\xb1\x75\x42\xe7\x6c\x27\xd7\x53\x57\xc8\x1c\x59\x15\xcb\x8b\xdb\xd1\x19\x8d\x2d\xf2\xb7\xbf\x11\xca\xfe\x64\xf4\x34\x82\x3b\x09\x41\x3b\x0e\xbd\x74\x7b\xb5\x6d\x39\xe6\x8b\x83\x8b\x62\x38\x74\x7d\xc7\x2a\xbd\x26\xef\xa9\x96\x67\x4f\x18\x53\x85\x31\x09\xcc\xa9\xeb\x41\xc8\x7e\xdf\x66\x3a\x27\xbd\x8f\x29\x1a\x55\x84\xe1\x10\x72\x13\xb1\x03\x05\xb0\xd7\xc0\x4a\x1c\x4c\x87\xa3\x32\x77\x68\x98\x60\x06\x55\x0b\xa3\x0e\xbf\x4d\xa3\x98\x58\xc4\x73\xe3\xd8\xa3\x65\xd2\x26\x33\x2b\xf2\x0b\xdc\x08\x29\x32\xfc\x0d\x69\x4c\xee\x5c\x78\x72\x1a\x5b\xb6\x7c\xbe\xe0\x8e\xb9\xa8\x0d\x46\xf8\xa4\x19\x09\xae\xdf\x93\x3d\xfe\x64\x57\x19\x84\xc1\x98\x1d\xfc\xcd\xc0\xa1\x45\x0e\x23\xec\x59\xe3\x49\x91\x4a\xce\xa2\x5b\x03\x79\x41\x36\xea\x65\xf8\x57\xdf\xda\x2a\x49\x04\xae\xf9\xa3\x68\x75\x82\x59\x96\xd0\x33\x22\x1e\x70\x58\xc9\xf9\x24\x41\x35\xb2\x22\x4a\x0a\x90\xd8\xbb\xf0\x9a\xdf\x30\x40\x9c\x38\x78\x3e\xf5\x52\x37\x15\x6e\x9b\xab\x31\x76\xd4\xc9\xc4\x9b\xc2\x35\xce\x72\x1c\x97\x5f\x5e\xb7\x37\x05\x5e\x40\x1f\x22\x45\x8b\xb4\xe2\x50\x2f\xb6\x3e\x92\x5f\xc9\x5a\xad\x44\x7e\x27\x55\x76\xb3\xae\x92\xd7\xa4\x56\x22\x2f\xc8\xab\x6d\xe9\x35\xc9\x04\x63\x1c\x38\xbb\xf2\xa6\x83\x32\xce\xb6\x98\xcf\xf7\xb5\xfe\xa7\xb3\x02\x79\x61\xe4\x44\x9f\x11\xba\x27\x2f\xc8\x7c\xf7\x59\x32\x88\x13\x91\x86\x34\x81\x89\x08\x83\x31\x4f\x68\x8e\xd0\xd4\xf0\x43\x21\x3b\x12\xf5\x63\x05\x1f\x86\xf7\x28\xa4\xd6\x2d\x27\x89\x9c\x82\xe5\xed\x04\x33\x5f\xe5\xd6\x3e\xf0\x04\x1f\x98\x64\x96\x2c\xc9\x2a\x7e\x53\x02\x56\x6d\xd4\x45\xa3\xe0\x73\x4c\xf6\xc8\x99\x15\x8f\x2a\x63\xd7\x2f\xd2\x0a\x96\x2f\x93\x7a\x09\x26\x50\x1d\x4a\xc3\x77\xc8\xd8\xbd\x17\x8a\xe7\x58\x59\xed\x51\x25\xc3\xbe\x9f\xe2\xdf\xc2\x91\x4f\x27\x59\x29\x99\x4e\xc0\x2a\xea\x07\x02\x39\x89\xef\xaa\x08\x38\xc8\x99\x30\xb3\x22\x12\x52\x8f\x5a\x11\x77\xa0\x30\xf6\xef\xf3\x7d\x7d\xa3\xb0\x62\x57\xc6\xc1\x1d\x95\x9d\x79\xc4\xf6\xdb\x69\x1c\xe1\xae\x85\x3d\x8b\x54\x7f\xe5\xf5\x75\xd2\x8d\x2d\xdf\xb1\x42\x47\x74\xbc\xef\x72\x84\x0a\x4a\x3e\xb0\x53\x80\xc0\xb1\x60\x07\xdc\x7b\x25\x84\xa6\x78\x42\x68\x37\x8c\x62\x95\x16\x27\x01\xcf\x29\x1c\xd9\xd1\x1d\xa0\xff\xdc\xdf\xd0\x11\x16\x44\x06\xbe\xa7\x4e\x99\x7f\xe4\x46\xfc\x3d\xdb\x51\x3c\x91\x79\x12\x03\x37\xd6\x1e\x99\x94\x76\x49\x3c\x0a\x29\xe5\x4d\xb2\x1e\xb7\x07\xc4\x67\x77\x1b\xdc\x9f\xc6\xac\x25\x95\x9a\x6c\x34\x1e\x51\x9f\x0f\x6d\xe0\x59\x43\x78\x03\x06\x77\x31\x3e\x5d\x15\x42\xde\x43\xee\x54\x27\x90\x71\xc1\x15\x49\x89\x89\xb0\x22\xaa\xe8\x2c\x18\xba\x41\xe8\xc6\x73\x78\xda\x92\x78\x1e\xd0\xc4\x6b\x18\x7d\x99\x8c\x5d\xc7\x61\x1b\x6e\xc8\x53\x72\x91\x64\x1a\xe5\xc4\x90\xbf\x91\xea\x7d\x4d\x9d\x1e\xa0\xce\x27\x17\xb8\x88\x25\x2b\x4a\x81\x3e\x79\x21\x3d\xab\x89\xee\x05\xaf\x13\xde\xcc\x23\x8c\x5d\xcb\x23\x5d\x5b\x81\x74\x3d\x8f\x34\xce\x6f\x0e\xe5\x7a\x86\x72\x86\x08\xcc\x07\x19\xb9\x43\x76\xee\x88\x99\x4e\xd3\xd9\x50\xe8\x68\xd3\xd2\x70\x1c\xb2\x51\x67\xa7\x97\x40\x38\xe3\x0a\xd3\x38\xe0\xf7\x7f\x8d\x4c\x6a\x52\x57\xd9\x81\x0c\x7b\xd0\xcf\xed\x42\x72\x00\xd9\x3d\xc0\xf6\x5c\xfb\x96\xaf\x7f\xfc\xc4\xe9\x7b\xea\x87\x7a\x25\x6e\x04\x13\x5f\x89\x44\x80\x34\x0c\x83\xb0\x58\xe0\x4f\x94\xaa\x02\x89\x59\x00\xf1\xb0\x2c\x13\x9a\x3e\x12\x14\xff\x7c\x31\x40\xc5\x1c\x2a\x35\x26\x37\x50\x12\x48\x26\x25\xf5\x6c\x13\xc2\xd7\x38\x79\x10\x0d\x06\x9a\x73\x36\x7f\xf7\x16\xa6\x9b\x90\x46\x60\x12\xe7\x09\x61\x13\x9f\xe2\x67\x6a\x16\x7f\x1d\x55\xbe\xa7\xda\x83\x30\x9f\x23\x7a\x28\x9a\xf2\x39\x72\xff\xa9\x24\xa5\x63\x2a\x9f\xa3\x51\x49\x96\x2e\xd3\xaa\x76\xac\x9b\xdc\x15\x97\xdc\xe4\x09\x84\x3f\x2e\xd8\x20\x01\xd3\x01\xd7\x56\x78\x0e\xc4\xe7\x99\x7a\x89\x4d\xa2\x58\x52\x6d\xb0\xea\x53\x85\x5a\x9e\x7d\x9e\x44\xda\xa0\xe1\x3e\x53\x08\x2c\x13\xa2\x0c\x3e\x0c\x64\xca\xf4\xa7\x03\x2e\x4b\xc6\x36\x2a\xb6\xe5\x79\x30\x98\x72\xa6\x40\x89\x57\x94\xa7\x54\xba\x32\x3b\xaa\xe0\xbf\x02\xd8\x26\xd5\x39\xf6\x3d\xfb\x8f\x12\x84\x6f\xea\x1f\x2b\x26\x39\x4e\x92\xd4\x72\x97\xf8\x4e\xe4\xb8\x0e\x22\xe1\x7b\xc2\xb3\x17\x2e\x0a\xcf\x0b\x2a\x52\x8d\x22\x98\xe8\x92\x9a\x48\xe5\x9f\x24\x28\xdc\x33\xd6\x14\x97\x25\x19\x64\x70\xce\x93\xde\x79\x06\x1c\x5c\xaa\xe6\x37\xd3\x81\x25\xe3\x50\x5b\x6c\x40\x4f\xc9\x80\x27\x86\x16\xa1\x8f\x86\x7a\x6b\x64\x17\x90\xd7\x64\x14\xc7\x93\xe8\xf5\xfa\x3a\xf5\x2b\x33\xf7\xd6\x9d\x50\xc7\xb5\x2a\x41\x38\x5c\x67\x7f\xad\x23\x95\xbc\x91\x26\x79\xd7\x8c\xa3\x55\x42\x2d\xf5\x0c\x6d\xfa\xfe\x20\xa7\x01\x1d\x8b\xd5\x18\x48\x6c\x7e\x09\xa7\x97\xb5\x9f\xf1\x4c\x16\xab\x31\xd3\x93\x2e\x15\xe6\xc3\x5c\x77\x18\xe3\x2b\x97\x2c\x9f\xce\xd7\x2d\xbf\x80\x74\xbc\x71\xee\x40\x22\x1a\x2b\x5e\x9a\xc9\xdd\x9b\x7f\x86\xc3\x91\x17\x1c\xed\xd3\xdc\xad\x7f\x66\x85\x7e\xb1\xd0\xf6\x21\xd7\x89\xf2\xd4\xf6\x8b\x18\x8d\x94\xea\x5f\xf8\x59\x20\xe8\xee\x26\x1a\xf0\xa1\xe5\x79\x24\x49\xc1\x26\xcf\x22\x37\x0a\xd6\xea\xd5\x7a\x5d\x9e\x45\xcb\x5d\x76\x8c\xa5\x32\x6e\x3b\xa9\x43\x48\xb4\x07\x2b\x63\x0d\x7d\x85\x96\xb7\xa9\xc6\xc8\x2d\x68\x52\x2d\x66\x6e\xf1\x4f\x6b\xca\x3c\xba\x24\x4b\x6d\x9e\x6b\x8f\x66\x13\x1f\x84\x34\x1a\x61\xe8\x0e\xfa\x3b\x30\x15\x47\xa6\x1e\x4f\x1c\xab\x30\x70\x20\x57\xd8\x4c\x6d\x65\x2d\x78\x88\x79\x87\x91\x05\xe8\xf4\xbf\x03\x16\x80\x32\x77\x55\x8d\xa6\xa0\xf2\xa1\x03\x5c\x3a\xd2\x89\xed\x37\x33\x50\xaa\x7d\x7a\x07\x3e\x99\xeb\xeb\x24\x02\x4b\x55\x10\x51\xb2\xb6\x86\xae\x9c\xf1\x08\xbc\x73\x47\x02\x66\x96\x35\xf2\x5c\x80\x6f\xdb\x35\xb2\x47\x2e\xf0\x90\x67\x4a\x58\x31\x31\xb3\x35\x6b\xe2\xb1\xb0\x32\x70\xd9\x66\x5f\x2c\xd2\x12\xd9\xfb\x9d\x83\x5d\x65\xe7\xe9\x8f\x3f\x08\x85\x3d\x97\xe9\x61\x8d\xb8\x58\x22\xbf\x91\xea\xfd\x8e\x7c\x73\xac\x8c\xad\x89\xa0\x51\xf8\xfc\xf9\x9e\x2d\x07\xb4\x3e\x3c\x4c\x2c\xa7\xa8\xd7\xad\xc4\x01\xd7\x77\x6a\xdb\x25\x76\x9b\x95\x54\x10\xfa\x57\xb1\x3e\xa6\x9c\xb9\xe8\x8c\x74\xe8\xb0\x75\x3f\x29\xfe\xd7\xa7\xff\xfc\xa7\x6d\xd7\x7e\x7c\xf9\xaf\x54\xaa\x8a\xb4\x13\x4c\xc6\x89\x06\xfc\x7a\x40\xc5\x01\x1f\xb3\x38\x09\xdc\x16\x5e\x66\x78\x5d\xaa\x65\xbd\xd8\xf0\x6d\xa7\xd8\xac\xae\x37\x6b\xa9\xf0\x71\x30\x1c\x7c\x6a\xf6\x3a\xa7\x5f\xa4\x5f\x6b\x92\x41\xc0\x0e\x20\xe6\x8e\x7b\x7b\x0b\x97\x6e\xa1\x68\xc1\x6b\x53\xe8\x82\x07\x72\x2a\xc3\x28\xbf\x7d\x09\x08\x26\xbd\x23\x52\x4f\x73\xa3\x09\xdc\xa1\xd2\x6f\x36\xca\xf3\x9a\xe6\x67\xa7\xc8\x6a\xa2\x20\x28\x6f\xdb\xd4\x1b\xc8\x6c\xd3\x2a\x9c\x24\x74\x52\x7d\xdb\x06\x98\x00\x56\xdc\x20\x32\x7f\xfb\x1b\x10\xfa\x04\x5f\x1f\x9d\x7e\xa9\x1c\x9d\x8a\x79\xc6\xc7\xf3\xf4\xb7\xc9\xd1\x4c\xe0\xbb\x44\x49\x4e\xda\x85\x45\x2f\x1d\xf6\xa8\x15\xda\x23\xcd\x39\x50\x8d\x81\xef\xb3\xdd\x0e\xa2\x1e\xe5\x44\x08\xe3\x1b\x6a\x70\x13\xe5\x49\x2b\xf5\x00\x5b\x94\xb6\x35\x9f\x83\x13\x60\xf4\x05\xbc\xbe\x41\xb3\xc5\xb4\x7c\x26\x50\x53\x5a\x95\x3d\x52\x15\xdc\x02\x28\xc5\x02\xf8\x00\x4e\xc7\x7d\x8f\x3a\xe2\x3e\xcf\x4e\x6a\x83\xcf\x7b\x25\x51\x26\xc5\x14\x17\x0b\xcd\x66\xad\x50\x26\xca\x2b\x60\xb5\x4c\x6a\xa5\xb2\x32\x18\x7e\xfc\x28\xa3\xe3\xef\x9b\xc5\x5a\x69\x57\xb3\x29\x2b\x77\x94\x54\x9f\xd7\x6a\x4a\xa7\x7b\xe8\x30\x1e\x52\xe2\x07\x86\x98\x22\x99\x3e\x0d\x97\x11\xf6\x1a\xa7\x8c\xe9\x9a\x99\xde\x80\x62\x5f\x34\x77\x45\x56\x53\x46\xa7\x74\xad\x94\xec\x0c\x0b\x38\xa2\x54\x30\xf2\xc6\xc0\x19\x75\xf8\x2f\xd2\x8f\xa9\x18\xdb\x68\xc9\xb0\x53\x19\xe4\xd0\x66\x7f\x3b\x53\x9b\x86\xb8\x9e\x2d\xdf\x91\x8b\x91\xb8\xb1\xaa\x2b\x7e\x6a\x76\xdb\x5f\x30\x8a\x2d\x18\x83\x7f\xe9\x60\xea\x11\xd7\x1f\x04\xe1\x18\x0d\x62\x56\x3f\x98\x8a\x20\x3b\x9b\x5b\x8a\x17\x2c\xe6\x66\xb7\xbd\x74\x21\x03\xde\x5a\x4a\xca\xd9\x65\x3a\x91\x6e\xee\x10\xa7\x72\x24\x1c\x46\x09\x6e\xfb\x88\xfc\xbe\x47\x0a\x7f\x2f\xb0\xd5\x6c\xc3\x43\x6d\xe1\xbf\x0b\x9a\x68\xa0\x3b\x2c\x6e\x9b\xec\x50\x5d\x22\xbd\xdd\x76\xa1\x9c\x13\xbc\xf8\x22\x2f\x64\xf0\x05\xb1\x47\x6a\x68\xb5\xf8\x59\x24\xf2\x66\xef\xba\x67\x9a\x51\xc6\x06\x08\xe6\xc2\xae\x3a\xa0\x4b\xa6\x98\x42\x50\xb3\x43\x3d\x77\xec\xca\x81\x24\x48\xfc\xe9\xfe\x69\x18\xba\x86\xfa\x4a\xa0\x64\x26\x1c\x13\x0c\x87\x16\x04\x4d\x91\x89\xe5\x38\x9e\xeb\x17\x84\xb1\x64\x95\xd1\x18\x61\x16\x9e\x2b\x0e\x5b\x29\xe3\x65\x6f\x44\xe7\x24\x18\xbb\x31\x9c\x35\xf2\xac\x03\x75\x5c\xcb\x24\x13\x4d\x27\x13\x6f\x8e\x42\xcc\x7f\x80\x2a\x66\x13\x28\x94\x32\x06\x18\xc3\xb7\x3f\xb2\xfc\x66\xd2\x54\x55\xa5\xe9\x95\xca\xfc\x73\x40\x5e\x9e\xc7\x49\xf6\x56\xee\x7c\x3a\x11\x5c\xad\x3c\x7b\xcc\x64\x9c\xf3\xb8\x54\x59\xfd\x2f\x9b\x8a\x47\xce\x44\xe2\x0d\x67\x8f\x24\x27\xd3\x36\x3d\xe1\x57\x26\x7d\xef\xd6\x48\xed\x0b\x78\x3c\x8d\x74\xfc\x8a\x1c\x3e\x13\x95\xcf\x6f\xc4\x1f\xcf\xf7\x48\xe1\xb5\xca\x74\xf9\x30\x98\x5a\xb9\xf9\xfd\xcf\x59\xbe\x49\xc7\x52\x43\xc9\x5b\xd6\x4a\x85\xd4\x08\xd2\x67\x6b\x25\xa6\x51\x5c\xb4\x47\x25\xa5\xdf\xcd\x47\x1c\x97\xf6\x28\x75\x08\xa4\xe1\x88\xd6\xd7\xc9\x95\x2f\xe3\x06\x35\x3f\x9e\x24\x7c\xbb\x6f\xb9\x1e\x09\xa6\x7c\x49\xac\x20\x13\x78\xa4\x99\xcf\x61\xf5\xd6\x7c\xeb\x4e\x30\x5e\x5e\x51\x46\xa7\x7e\xec\x7a\x89\x5e\x93\x17\xdd\xd7\xea\x36\x89\x08\xea\xfb\x95\xec\x53\xcf\xd3\xe3\xfa\x54\xf3\x5e\x02\x19\x64\xd9\xf6\x74\x3c\xf5\xac\x58\x89\xc2\x48\xb6\xff\x4f\xd5\x2f\x15\x42\xce\xac\x5b\x4a\xa2\x69\x48\x79\x5c\x36\x5e\xed\x01\x3b\x4e\xfa\x8e\x16\x21\x54\x25\xcd\x09\xe9\x5b\x5a\x12\x1a\xaf\x84\xce\x4a\x9c\xe5\x79\xbf\x3e\x06\x53\x08\x64\x71\x68\x8c\x51\xa4\x16\xea\xed\x68\xc1\x00\x1c\x09\x70\x2f\xea\xcf\x89\x3d\xa2\xf0\x32\x9f\x24\x27\x95\xbe\x5a\x52\x43\x1d\x59\x11\xbf\xbe\x21\xd6\x7c\x3a\xd9\x9e\xf9\x4a\x00\xf7\x34\x25\xfe\x70\x8c\x5a\xba\xe5\x93\x6c\x60\xa3\x6a\x76\x9d\xb1\x1b\x1b\x47\xb5\x7f\xc6\x63\x58\xb5\xd8\x4f\x35\xfa\xb6\x4f\x49\x48\xd7\xa0\x03\x4e\x12\x59\xbd\xc0\x61\xdf\x8c\x1e\x29\x83\x28\x25\x97\x22\x12\xf8\xc3\x00\xac\x2d\xa1\x64\x18\xbe\xef\xc8\x24\xc5\x85\xbb\x04\x40\xea\xde\xa6\xd4\xe1\xdb\xff\xd8\xba\x27\xa9\x18\xcf\x65\x77\x88\xd8\xf5\x90\x25\x89\x2c\x2e\x55\x44\x1e\xa9\x6f\x2b\x52\xae\xa9\xdc\xeb\xc5\xcf\xf7\xb5\xfe\xe7\xcf\x7f\x30\xd9\x2e\xad\xaf\xaa\xc5\x98\x76\xb1\x64\x07\x2e\x70\xeb\x26\x7c\x52\xfb\xc2\xaf\x99\x07\x16\x26\x7d\x4e\xa9\xc8\x6a\xcf\x52\x5a\xf2\x79\x20\x43\xc0\x83\x10\x5e\xb6\xca\x3c\xe0\x3d\x05\x27\x80\x5e\x89\x5c\x57\xd6\x3a\xf3\x02\x46\xcb\x0f\x76\x18\x58\x3f\x08\xe3\x0e\xb5\xa2\xc0\x57\x2c\xc4\x62\x8d\xf2\x63\xe1\xf7\x9c\x18\x5c\x71\xdb\x52\x88\xb0\xe1\xc6\x41\x40\xbc\xc0\x1f\xa2\xcd\x4a\xa7\x65\x68\x04\x60\xf9\x2e\x06\x45\x78\x9a\x29\x94\xd8\xf9\xb1\x56\xcb\x21\x4d\xc7\x7d\xea\x30\xd1\x42\x73\x86\xde\x42\x8a\x90\xd2\x54\xc2\x6f\xb2\x26\xa7\xe1\x77\x03\xb8\x42\xde\x88\xdc\x31\x65\xba\x33\xbd\x9f\xb8\x21\x75\xb0\x59\x13\x51\x75\x78\x09\x89\xe4\x60\x13\x96\x3f\x2f\x18\x16\x0b\x0b\xc4\xfd\x35\xf6\xc0\x95\x4c\x4c\x88\x99\xf4\x54\xce\x01\xa9\x33\x65\xee\x42\xe9\x02\x3a\x0e\xb1\xa2\x66\x19\xce\x92\xc4\x8d\x52\xbb\x51\x65\x73\x38\xa5\xa4\xe6\x45\x7a\xa5\xe5\x8a\x91\x7a\x7b\xe5\xd0\x1f\x0a\x2a\x06\x1c\x59\xc9\x11\x39\x85\x60\x6c\x44\x6f\x88\x47\xae\x7f\x8b\x59\x1f\x84\xd0\x99\x8f\xce\xa2\x5c\x00\x24\xb9\x31\xa6\x99\x00\x03\xd1\x57\x4a\xea\x92\x98\x0c\x06\xa5\x6b\x85\x13\x3a\xe7\x2a\xa8\xb0\xe5\x85\x61\x42\x09\x21\xc5\xd4\x7d\x33\xa9\xc1\xae\x9c\x70\xaf\x00\x39\x27\x6f\x48\x1d\x1c\x59\xb4\x47\x87\x4c\xae\xd8\x03\x71\x6b\xe4\xe7\x95\x3c\xd0\x78\x92\x78\xdf\xf1\x68\x24\x01\x90\x9b\xcd\x1a\x04\xf4\x83\x0f\x6f\xb3\xdb\x66\xff\xb9\xee\x6d\xd5\x05\x50\x40\x8e\xb1\x5f\xb4\xa1\x22\x14\xc1\xe3\xa5\x0d\x66\x49\xd3\xc6\x8d\x2d\xb3\x6d\x58\x10\xfc\xc4\xaa\x7c\xf9\xc4\xaa\xc8\x68\x87\xe7\xbc\x98\x6a\x16\x02\x61\xca\x44\xd8\x97\x8c\x36\x76\xf1\xba\x0a\xf9\xc9\xe6\x13\x4a\x5e\x90\x02\x74\x0a\x97\xd7\x71\xf7\xe2\xbc\x82\x1b\xa6\x3b\x98\x17\xd9\x17\xa5\x7c\x4b\x86\xec\x72\xd2\xe7\x0a\xba\x4b\x3c\xb5\x7b\x6d\x74\xb6\xf8\x73\xba\x17\x73\xcc\x65\xd0\x4c\x41\x27\x0f\x1c\x4a\x7e\x67\xe2\xf2\x72\x50\x48\x12\x0e\x64\xb0\x3f\x94\x75\xd8\x66\x4b\xea\xd6\xe5\xb0\x34\x64\xc4\x15\x9d\x09\xd8\x0f\xdc\x88\x1f\x3e\xfd\x69\x5c\xa9\x54\x78\x1d\x59\x55\x98\xa4\x85\x34\xc0\xe3\x16\xef\x0d\xca\x01\xba\x91\x14\x22\x32\x0c\x62\x03\xfa\x4b\x59\x90\xc2\xb5\x5e\x00\xb3\x50\x8c\x0e\x27\x1c\x5d\x1f\xa7\x40\x22\xb1\x38\x34\x7a\x43\xc8\xf1\x34\x8a\x05\xa8\x85\xb8\x56\x26\xfd\x02\x43\x02\xf7\xb2\x02\x87\x31\x1a\x86\x96\x1f\x93\x22\xc0\x67\x14\x3e\xdf\xbf\xaa\x16\x4a\x65\x52\x04\x20\x0d\xf6\xa7\x03\x7f\x5e\x9e\xe1\x5f\x54\xe2\x5a\x30\x62\xc5\xc6\x25\x2f\x35\x28\x94\xd0\x34\xeb\x05\xa8\x3b\x4e\x53\x0e\x5f\xec\x64\x16\xb6\x5f\x37\x8e\x24\x76\x88\x24\x95\x60\x68\xb0\x16\x32\xca\xb5\x59\x58\x18\xc5\x2c\x0e\xcd\x6b\x52\xbd\x2f\x98\x36\x14\x58\xb6\x8a\x85\xbc\xaa\x9b\xc8\xcd\xc2\xc4\xe5\xbc\x62\xb1\x8b\x3a\x7f\x57\xfe\x94\xac\x61\x5c\xd5\x5f\xb2\xef\x73\x89\xcb\x0f\x66\xf1\xe1\xc1\x5a\xaa\x93\xac\x43\xd1\xab\x49\xa8\xc7\xfe\x5d\x70\xcb\x73\x7e\x08\x5f\x8d\x38\x20\xdd\xb3\xf5\xce\x99\x28\xa3\xdc\x9e\x98\xfc\x4c\x35\x58\x0d\x78\x3b\x43\xef\xb7\xc8\xf5\xa8\x9f\x20\x72\xe4\x5b\xac\xd9\x3d\xe2\xbc\xdb\x3e\x4b\xbd\x04\xdb\x02\xae\x36\x56\xfc\x6a\x6d\x9e\xe3\x6c\xb3\x44\xfe\x89\x52\x0e\xe9\xf6\x08\x54\x2e\xb6\x3b\x67\x26\xcf\x8b\x88\xc6\x58\xec\x0c\x9f\x32\x85\x19\x49\xbd\x48\x73\xba\xf5\xaa\x20\xdc\x98\xc6\xc1\x18\xb0\x67\xcf\xe9\x0c\xd2\x7c\x15\x4f\xcf\xf3\xc8\xb3\xc2\x4d\x2b\x0c\x5d\x6b\x48\x31\x20\xc3\xdc\x4c\xce\x5e\x24\x1c\x30\x53\x5b\xa5\xca\x58\x98\xc0\x33\xb9\x13\xc1\xd6\x93\x05\xcb\x65\x93\x1e\xf2\x2b\x9c\x32\xfb\x69\xb4\x9d\x65\xf3\x8d\x61\xdb\xeb\x07\xad\x66\xa7\xdb\x5b\x34\x6f\x07\xad\xe6\xd2\x69\x13\x6f\xb1\x32\x26\x0e\x4b\xd4\xaa\x25\xcd\xf1\xb4\xf6\x1a\x51\xb4\x5a\xcd\xe6\xc9\x99\x66\x4e\xc8\xba\x1c\x4f\x26\x1e\x77\x2e\x6c\x8a\xd0\x0d\x68\x30\xd7\x4d\x70\x23\x21\x7e\x71\x7a\xa6\x98\x6d\x30\xac\x2f\x07\x4e\x4c\xb5\xe3\x64\xa6\x1c\xd1\x53\xf1\x61\xf1\x0d\xa9\x6d\xb0\xb3\x7f\xa7\x5a\x52\xbc\x9d\xf4\x2a\xb6\x47\xad\xf0\x6d\x30\xa6\x45\x05\xad\x34\x43\xf5\xba\xd7\x05\x97\xd4\x0e\x1d\x02\x64\xf3\xd4\xf3\xca\x22\x73\x36\x56\xf9\x91\x37\xc6\x2d\x39\xc6\x6e\xf3\xdc\xcc\xc1\x88\xc6\x1d\x0a\xf9\xa4\xae\x5d\x87\x06\x8a\x8c\x1a\x29\x6e\x4b\x8a\x17\xb9\xf4\x2e\x42\x77\xe8\xfa\xa9\x85\x65\xa4\xf6\x52\x52\x6b\xbc\xcf\x25\xf7\x3e\xb4\x26\xe8\x8f\xbd\x8c\x5c\xad\xfe\x5a\x38\x69\x86\x31\x62\x4d\xa9\x60\x97\xfa\x0c\x2b\x60\x52\xa5\x7c\xe6\xa3\x30\xed\x33\x52\xcb\x5a\xaf\x27\xdc\xee\x35\x5b\xb9\xc3\x41\x8a\xd7\x88\x79\xb2\x8c\xe6\x46\x95\x8f\x68\x14\xcc\xb8\x67\x72\xdf\x0a\xf3\x48\x77\x45\x81\x15\xa9\x6f\x72\xea\x0d\xc0\x0d\xdb\xa9\x92\x35\x10\xda\x22\x5f\x13\x25\xd8\x5c\x8c\x8d\x2d\x40\xdb\x5b\xbc\xea\x36\x39\x93\xb8\xcc\xad\xcd\xe4\xe4\xe6\x37\x96\x88\xe8\xea\xa2\xb0\xcd\x45\x6b\xdf\xb2\x6f\xad\x30\x0c\x66\x18\xf9\x40\x7d\x27\x02\x83\x0d\x66\x5e\x67\x23\xdd\x3f\x39\x2b\x2d\xde\x5b\x64\xf9\x2e\xab\xbe\x2f\x6b\x2f\x1b\x6b\xad\x5a\xad\xbe\x56\x1d\x3c\x03\xe1\x42\x08\x8e\x88\x12\x47\x23\x69\x5b\x0f\x73\x29\x2a\xba\x82\xd8\x54\xb2\x1e\xcb\x08\xb1\xf1\x7a\x51\x28\xc9\xae\x99\xad\x73\xdf\x06\x17\x6d\xc8\xe0\xb2\xc0\xab\xbd\x56\xad\xd6\x17\x8e\x03\x5e\xbe\x42\x6b\x18\xfd\xec\x58\xc0\xfb\xfa\xaf\x1d\x4a\x4d\xac\x28\x58\x2b\x60\x9a\x0b\xe2\x38\x18\x83\xbb\x64\x3c\x27\xc1\x34\x9e\x4c\x63\x73\x2b\x50\xe5\xc2\xbf\x80\x22\x2b\x4c\x7f\xad\x96\xdf\x16\x13\x47\x70\xb2\x5e\xd8\xd4\x09\x9d\x47\x71\x18\xdc\xae\x22\x6c\x1b\x7c\x6f\x66\x52\x0a\x80\x6f\xe0\xdb\x02\x61\x38\xfc\x95\x83\xdd\x21\x6f\xe9\x7c\xb1\xb4\x8f\x69\x6c\x81\xa0\xb7\xd0\x2b\x65\x85\x86\x5f\x99\x1a\x6e\x78\xb1\xb9\x5d\x8c\x90\x97\xba\x40\xf2\xe1\xf3\x9c\x1e\xb1\x8b\x81\x1b\x4c\xa3\x86\x17\x43\xc7\xde\x8f\xac\xf8\xab\xee\x44\xfd\x98\x9a\x12\x9b\x6b\x49\x65\x4b\xa9\xb4\xbb\xbc\x2d\xb5\x38\x98\xc3\x80\x7d\x05\xd5\xdd\x9a\xff\x37\xa5\xfb\x3d\x61\xc0\x2b\x75\xe1\xd9\x0a\x63\x34\xb6\x94\xa7\x8b\x2c\x63\xab\x04\xc1\x20\x8b\x74\x92\x4d\xbe\x33\x5f\x45\x94\xc9\x08\x0d\x21\x1a\xab\x6b\x87\x94\xfa\x64\x1f\x7c\x90\x55\xe1\xda\x7c\xf9\x3a\xef\x50\x90\xb5\x57\x51\x35\x6a\xd5\xcd\x9d\xd7\x12\xe9\x49\xe0\x51\x5a\x91\x86\xf3\x24\x9b\x51\xa2\x14\x65\x40\xb1\x46\x8b\x8b\x3c\xeb\x1f\x79\x01\xc4\x99\x06\xce\xf4\xb9\xca\x22\x31\xcf\x25\x6e\xe6\xf8\x92\x41\x1a\xf5\xc9\x84\x5a\xe6\x4d\xf1\x29\xc4\xd5\xce\xf2\xe8\xdd\x62\xf6\xfd\x37\xab\x0c\x55\xab\x9b\xfc\x04\x0e\x2d\xfb\x96\xb2\xfb\xca\xc4\x8a\xf8\x65\xa3\x92\x37\xa5\xb2\xf0\x25\x2b\xbb\x60\x4e\x53\x5e\x9b\xcb\x8d\x3a\x8b\xaf\x52\xea\x6d\xc8\x70\xa3\x22\xba\xdb\xa1\x72\xbd\x92\x08\x39\xd1\xc8\x0a\x11\x05\xd2\xe0\x23\xc3\x0e\xc8\x8c\x93\x1f\x02\x30\x62\x6e\x0f\xf3\x7d\x98\xdb\x4b\x74\xe7\xc2\x1f\x2a\x86\xbc\xe7\x25\x61\xaa\x86\x76\x39\x56\x1b\xde\xe6\x2c\x01\x86\xa0\xc2\x19\x70\x34\x77\xdb\x9b\x3a\x3c\xa9\x6e\xda\xad\x8d\x7d\xd6\xac\xc2\x10\x9a\x35\x12\x51\x48\x91\x08\x3e\x2d\xe0\xee\x26\x20\x38\xc1\x23\x8e\xdd\xf1\xc1\x93\xa5\x42\x48\x4f\x20\xfd\x0a\xc0\x5e\x71\xf3\x6c\xd6\x38\x86\x2e\xc0\xb6\x73\xfb\x03\x3e\xf9\x33\x22\x72\xf4\xec\x24\xb1\xe5\x08\xd5\xa7\x4c\xb4\x57\x8d\x7d\x3a\x0e\x7c\xd7\xc6\x38\x22\x70\x2c\x8f\xa4\x05\xd5\x12\xcf\x89\x09\x6e\xb5\x84\xa6\xe3\x26\x35\xe4\x20\xbb\xf9\x12\xb4\xa9\x09\xbc\x61\x27\xf1\x69\xc2\x6c\x03\x03\xc0\x1d\xf3\xd1\x3d\x5e\xe9\xb1\xe5\xcf\xf9\xa0\x18\x2d\xe9\xda\xee\x48\x30\xfa\xb4\x17\x4f\xb3\x59\x23\x7b\x0b\xa6\x50\x82\x1c\x23\x12\x58\x48\x79\x8f\x13\xa1\x91\x6f\xa9\xf0\x86\xd8\x82\x6d\x4b\x6d\x81\x31\x6d\x51\x0b\xcd\x6e\x9b\x14\x17\xb8\x32\x95\xb2\x78\xfb\x88\x37\x9b\x74\xa1\x4f\x87\xae\x8f\xed\xc3\x03\xf4\xa7\x02\x5a\x0d\xc7\xd6\x9c\xc4\xd6\x2d\x45\x00\x9b\x80\x3f\xa4\xaa\xa8\xe0\x1a\x2b\xba\xed\x85\x1d\xbd\xe8\x36\x49\xf1\x02\xf3\x12\xf8\x43\x82\xbe\x85\x44\x5a\x43\x1f\xdd\xcb\x2f\x85\x32\x19\x04\xec\xda\x22\xb2\x45\x48\x2b\x3b\x8f\xc0\x04\x2c\x10\x4c\x4f\x15\x2a\x40\xe3\x31\x96\xe7\xe1\xbc\xdd\x1e\x1b\xd9\x7e\xeb\x34\x35\x9c\x8b\x25\x7c\x07\x03\x7d\xa6\xd3\xef\x99\xa2\xe4\xfa\xf8\x2d\xba\x07\xf3\x6c\xe7\x7a\x6e\x03\x37\x62\x77\xd5\xf4\xf6\x00\xb5\xf4\x46\xcf\xa7\x9e\x47\x8a\xe7\x57\xa7\xf2\xe9\xbf\xbb\xd8\xe4\xd6\x6c\xd6\x3e\x15\x3e\xdf\x57\xab\x85\x2f\x24\x63\x32\x57\xe3\x22\xbe\x4f\xdd\x70\x4e\x8a\xad\xf3\x77\x89\x57\x41\x68\xf9\xd1\x18\xc0\x57\xa3\x19\x0d\xe1\xc5\x7d\x4c\xa3\xc8\x1a\x52\x75\xb5\x8a\x47\xee\x6c\x29\x36\x74\x88\xad\x07\xaf\x04\x1f\xa1\x49\x38\xfb\x01\x0e\x73\x46\x21\x04\x3b\xd9\x21\xf1\xc4\x30\x0f\x61\x6b\xf1\x10\x3a\x6c\x4e\xa5\x8b\x44\x29\x87\xc8\x4b\x20\x62\x82\x63\x48\x30\x2c\x5c\x7f\xc8\xe8\xa4\x1c\xcc\x93\x7b\x61\x71\xbf\x2b\x79\x74\x16\xdc\x69\x00\xd8\x7c\x7f\xc2\x24\x09\xbe\x0a\x4c\x23\x90\x58\xca\x22\xed\x32\x42\x48\x5a\xd2\xf1\x02\xea\x8c\xad\x70\xe8\xfa\x65\xc6\x39\x0c\xa0\x85\xd3\xd6\x0f\x00\x60\x92\x89\x9a\xcd\x1a\xca\x19\xdc\xce\xf2\xc1\x61\x37\x4f\xe9\x20\x4e\xfb\xa9\xbc\x0d\x42\xf7\x21\xf0\x63\xcb\x23\x3d\xab\x4f\x8a\x6f\x7b\xcb\x06\x09\x4f\xdd\xb1\xd5\x27\x51\x1c\x4c\x10\x71\x06\xbf\x40\xc7\x57\x1c\x0a\x3b\xba\xfd\x80\x0c\xa6\x21\xc2\x0f\xff\x2a\x6b\x44\x32\xfa\x15\x80\xb1\xd0\x27\xcc\x73\xfd\xf4\x1b\x97\x18\xdd\xab\xe5\xa3\x1b\x04\xe1\xcc\x0a\x9d\x9e\xd5\xef\xc6\xc1\x24\x35\x81\xa7\xae\x4f\xc9\x21\xa5\x0e\x29\x9e\x1e\x96\xb4\x03\x12\x4c\xc1\xb6\x35\x8d\xe0\x2a\x03\x96\xdf\x01\x2b\x08\x19\xb4\x10\xa6\xdf\x57\xb2\xa8\x54\x08\x78\x7d\x4a\x73\x31\xac\x4c\xd5\x62\x9c\x33\x02\x6b\xa5\x11\x8c\x59\x1f\x53\x7d\xbf\xa6\x61\xec\xda\x62\x6a\xae\x93\xa9\x91\xd1\x83\x18\x73\x7e\x7a\x98\xd3\x74\x5f\x5f\x3c\x4a\x8f\x14\x5d\x27\x08\xc7\x9c\x41\x87\x87\x8f\x6e\xc1\x5e\xa1\x05\x61\x2f\x17\x08\x46\xc5\x66\x47\x17\x32\xc3\x2a\xe2\x62\x14\xe8\x3e\x83\x0b\xe4\xc4\x59\xce\x65\x69\xa6\x43\x13\x57\xb1\x9a\x7a\x48\x19\xb9\x83\x98\x5c\x4c\x63\x52\xec\x5e\x94\xca\xc4\xba\xb5\xc8\x69\x60\xdf\xf2\x2f\xaa\xa4\x78\xda\xad\x95\x74\x83\x3a\x39\xaa\xa5\x92\x6e\xb8\x3e\x39\x4a\x1f\x23\xa2\x8f\x34\xb7\x8f\x1c\x64\xa5\x56\x30\xf4\xa8\xed\x93\x62\xb7\x9d\xd3\xa1\x6a\xa6\x43\xd5\x47\x74\x68\xb0\xac\x43\x55\xbd\x43\xf2\x6c\xb8\xf0\x49\xf1\xc3\xc5\xb9\x6c\xfc\x3c\x88\xc5\x24\xb1\x43\x29\xd1\xc1\xe5\x82\xd3\x00\x3f\xda\xa2\xc0\x1b\x63\xbf\x6a\xb5\xc5\x9b\x7e\xd2\x8d\xc1\x80\xf5\x43\x91\xdb\x3f\xb9\x23\x1b\x8b\x3b\xd2\xb4\x7c\x9b\x7a\xa4\xd8\x6c\x24\xac\x68\x0f\x08\x6c\x6d\xce\x14\x83\x0c\xa5\x06\x9f\x78\x54\xa8\xfe\x15\x10\xf9\x3f\x1e\x53\xc7\xb5\x62\xea\xcd\x15\xfd\xe4\x19\x4f\xe9\xca\xd4\x53\x7a\x4f\xed\xa9\x32\x8a\x76\x8c\x50\x29\x7c\xf7\x82\x17\xdd\x30\x0c\x14\x87\x4f\xee\x9e\xc6\xa3\x88\xf3\x34\x84\x5a\xea\xf0\x48\xfb\x0b\xc8\xd7\xe5\x3b\x4a\x00\x42\x46\x2a\xf5\x19\xc9\x2f\x63\x01\x76\xc0\x81\x36\x00\x9e\xef\x81\x48\xdc\x93\x28\x0c\x19\x3c\x70\x79\xcb\x63\x32\x87\xab\x40\x4b\x42\xaf\x01\x10\xfd\x58\xcd\x07\x44\x5f\xf8\x18\x81\x50\x78\x53\x48\x2d\xf8\x69\x3f\x8a\xdd\x78\x1a\x53\x52\xec\x5e\xed\xe7\xed\x7d\xcd\xc6\x79\x0e\xf3\x2c\xe3\xe6\xc7\x78\xaa\xe8\x58\x78\x41\x2c\xb6\xba\xcd\x9c\x03\xa2\xd6\x5f\x3c\x07\x49\xa8\x0e\xfb\xa2\xd5\x6d\x66\x4a\x98\x23\x03\x14\xf8\xb9\xa2\xea\x9a\xc5\x5d\xe4\xd1\x65\x4b\xf3\x4e\x52\x43\x9d\x13\x77\xdb\x56\xb7\x99\xe3\x6e\x8b\xf4\x94\x26\x45\x58\xb3\xe8\x69\x29\xc7\x3b\xca\xe4\x57\x9b\x76\xef\xe1\xb1\xdd\x82\x54\x2a\x3a\x16\x1c\x48\x8b\x07\xb9\x2a\xdf\xcb\x41\xde\xca\x5d\x27\x3b\xc4\x9c\x48\x47\x20\x35\xbb\xa1\x31\xa1\x4d\x19\x33\x40\x54\x2a\x15\x25\x8a\xdf\xa1\xf7\xa4\xd8\x3e\x3f\x90\xc2\x73\xea\xde\x32\x1d\x09\xd4\x82\x32\x5e\x3e\x6f\x05\x24\xcd\x07\xa9\x0e\x1a\xfb\xbc\xb3\xc9\xfa\xac\xdd\xfa\x3e\x15\x0e\x96\x9f\x6b\xac\x29\x83\xf6\x00\x9e\xf7\xa0\xfe\x14\xcf\x5b\xa7\x39\x1d\xec\x4f\x63\xe2\x04\x34\xf2\x0b\x31\xb1\x1c\x07\x4e\xd8\x1c\x45\x73\x67\xcb\xd0\xbd\xd6\xd3\x8e\x5d\xb3\x82\x7a\x10\xcc\xfc\xc5\x0a\xea\xd4\xc3\xc0\x9a\x2e\x8d\x99\xae\xda\xcd\x99\xfd\x9d\x1d\x43\x57\xdf\xae\xd4\x55\xa1\x45\xea\x5f\x0c\x53\x63\x28\xa5\xc3\x50\xe1\x21\x4b\xc8\x43\xa7\xad\xeb\x37\xd3\x09\xdc\x0a\xf2\xb5\x97\x1d\xc7\xd0\xdf\xb3\x15\x2e\x2d\xd8\xee\xa9\x59\x00\xba\x68\x18\x42\x6d\xa1\x4e\x8a\xdd\x6e\x3d\xb9\x40\x62\x8e\x8d\x60\x40\x8e\xea\x44\xe6\x29\x01\xbe\xea\xb1\x77\x49\xb2\x16\x05\xd1\x78\xe1\x29\x6b\x18\x1e\x35\x0c\xef\x7c\xf1\xd1\xaa\x75\x7e\x83\x75\x7e\xc3\xd4\xf9\x8d\xbf\xbe\xf3\x03\x43\xe7\x2f\x16\x77\xfe\x80\xde\xb9\x36\x4d\x82\xcb\xd0\xf4\x50\x3c\x68\x76\x95\x43\x86\xc3\xb1\x58\xe4\xa0\xd9\x4d\x3c\xb5\xf1\x92\x81\x04\xd6\x04\x01\x21\x04\x60\xd7\xfe\xf4\xa1\xd7\xea\x9c\x01\x70\xdd\x63\xd5\x9d\x66\xe0\x47\xae\x43\xc3\xa4\x24\xeb\xd7\x41\xab\xd9\x79\xd7\xed\x96\x05\xce\x48\x2c\xa2\x99\x29\x1d\x13\xee\x82\xd1\xf7\x72\x44\xf7\x55\xd5\xc0\x9e\xcb\xc5\x27\x5a\x6e\x70\x41\xc6\x81\x33\x03\xf0\x61\x76\xde\xdd\x4d\x25\x92\x0e\x51\x38\xa6\x56\xe8\x50\x87\x34\x42\x6a\x91\x62\xf7\xb2\x21\x99\xff\xde\xf5\x3c\xd0\xab\x24\x1f\x72\x06\xb7\x6d\x18\xdc\xf5\x32\xa3\x8a\x93\x6d\xbc\xf5\x94\xc6\x5f\x1a\x1a\x7f\xbf\x64\xd5\x88\xb1\x0b\x91\xeb\x5e\x74\x1f\xdf\xb0\x69\xf7\xfc\xb0\xd2\x72\x4d\x16\xa3\x12\x47\x59\xec\x36\xdb\x65\xd4\x57\x0f\x5a\xcd\x76\x72\x56\xf2\xfb\xa0\x4c\xc8\xd9\x3e\xa8\x10\x72\xd1\x8f\x02\x38\xdd\xd9\xa5\x98\x0d\x05\xcd\x91\xc4\x2e\x90\xe2\x41\x23\x67\xc3\x7f\x65\x19\xba\x7c\xb3\x7c\x03\xd5\xa1\x7a\x10\xaa\xe8\x4d\x6d\xb7\x6e\xa7\x54\xc5\x45\x61\xa2\xc5\x66\xb7\xad\xc5\xe4\x78\xd4\xe2\xd9\x2d\xc7\x41\x94\xc5\x01\xe0\x4b\x1c\xa2\x47\x73\x46\xd3\x37\x8c\xe6\xd3\x4f\xad\x29\x73\x7c\x97\x88\x94\xc8\x89\xe6\x12\x5f\x2f\x5a\x90\xcd\x6e\x3b\xbd\xfc\x0c\x51\x4d\x92\x3f\x57\xdc\x9d\x54\x5e\x73\xd8\xee\xb7\x7e\xd1\x6d\xae\x5f\x9e\xad\x37\x2e\x9b\xc4\x0e\xc6\x63\xcb\x77\x22\x6e\x08\x93\xe6\x67\x81\xd9\xa2\x1a\x9e\x9f\xf1\xec\x58\xb0\x5b\x89\x5c\xa0\xc2\x53\xd5\x8d\xb9\xcf\xac\x15\xa1\xeb\x6b\xf2\x10\xa0\xb5\x1f\x08\x0b\x55\x7a\x82\x00\xec\x66\xc1\xa6\x53\xe0\x29\xe8\x72\xe6\xd0\x36\xcc\xe1\xe7\xcf\x8b\x57\x91\xc1\x32\x0e\xdc\x00\x1f\xd9\x52\x92\x2a\x97\xb3\x28\xa4\x1e\x96\xe6\x96\x93\x40\x56\xc7\x4c\x80\x39\x3d\x33\x29\x1b\x5f\x7e\x42\xba\x32\x77\x94\x0b\xe3\x1d\x25\x71\x06\x58\xc0\x54\xb5\x9e\x16\xf7\xa9\x04\xbb\xc9\xab\xf3\xcc\x4a\x47\x21\xa8\x1e\xb5\xf2\x21\x73\xd1\x25\x85\xf1\x55\x6d\xe6\xbd\x74\x7e\x76\x98\xca\x26\x02\xb2\x94\x20\xbe\x39\x8d\x17\xb4\x25\x49\xb0\xea\x15\x79\x37\xb3\xc2\x79\x36\x98\xe9\x53\xf5\x4b\x05\x80\xf2\x8a\xeb\xff\x28\x7e\x76\x5e\x94\x76\x8b\x95\x5f\x4b\xff\xb9\xce\x1f\x27\x31\xc0\x63\x9e\x74\x2f\x5b\x9d\xec\x31\xca\x9f\xea\x5f\x34\x07\x9a\xe4\xea\x76\x01\x57\x37\x56\xa4\xf6\xc5\x00\x27\x90\x7a\x4a\x36\x83\xe4\x5c\x74\x9b\x46\x9f\xf8\x6c\x6f\x4a\x25\x05\x53\x6a\xd1\x75\xee\x22\x75\x9d\x83\x37\x5a\x7b\x4e\xce\xf8\x03\x42\xf1\xf2\xec\xf1\x87\x96\x49\xc7\xfc\xc7\xbf\x52\x0f\x69\x24\xce\xab\xe4\x92\xe7\xc3\x13\xe7\x48\xb1\x71\xd9\x7c\xfc\x10\x4d\x9a\xe8\xd7\x7f\xe5\x10\x21\x52\xf5\xbe\x5e\x25\x6b\xe4\xca\x07\x3f\x05\xc8\x1e\x06\x00\x3c\x08\x8a\x12\x51\x12\x80\xe3\xa8\x15\x53\x07\x72\x24\x45\x6e\x1f\x32\xa6\xe2\x1b\xd1\x52\xa5\xfc\x35\xc6\x38\xca\x96\x0e\xc9\x9a\xd0\xff\x5f\x12\x05\x66\x07\x1f\x9f\x15\xf7\xe6\x88\x14\xbb\x2f\x9b\x35\x3c\x7a\x54\x0a\x47\x09\x85\x9d\xa5\x14\x76\x14\x0a\xda\xcf\xf9\x3e\xe0\x16\x27\x7d\xb6\xa2\x68\x3a\xa6\x04\xda\x24\x96\x37\xb3\xe6\x51\xfe\x04\xa7\x47\x75\x0a\x7d\x8a\xd1\xf9\xdb\x0e\x10\x42\x82\x6d\x71\x1e\xbd\xa3\x1e\xa9\xa5\xc7\x70\xb6\xb8\x7c\x3d\x5d\xfe\x7c\x71\xf9\x8d\xec\x7b\x33\x13\xb8\x7a\x75\x65\xe1\xe2\xd2\x93\x5b\x74\x25\x13\xd5\x6a\x3e\x1f\x8b\x3c\x3e\xc4\xd1\xf0\x1a\x86\x5e\x65\x43\x07\x97\x8f\xd1\xaa\x68\x12\xb0\x73\xfd\xd0\xf2\x9a\xa1\x02\xfa\x1f\x05\xfd\xa1\x37\xcd\xad\xff\xf8\xd7\xb0\x8a\x1b\xf3\x76\x0a\x25\xe1\xa5\x2c\x9c\xae\x1a\x9e\x3b\xf4\x21\xfb\x4c\x8f\x5d\xe9\x8a\x07\xad\x66\xe3\xf4\xdc\xec\x14\x3b\x70\x3d\xaf\x58\x68\xc9\x08\xce\xc7\xb3\x89\x46\xee\x10\xd4\xa9\x0b\x78\xe9\x6e\x22\xea\x16\xd7\x62\x8a\x07\x17\xcd\x8c\xa9\x06\xb8\xf6\xff\xfd\xcf\x72\x4d\x1c\xd1\xd2\xa6\x2d\x12\x2d\x2a\x50\x61\x1c\x9e\x09\x40\xc2\x29\x0f\x4a\xc7\x6c\x37\x4c\x11\xc3\x23\x3f\x05\x1f\x62\x80\x37\x2b\x69\x98\x11\x7c\x96\xd6\x0b\x89\xdf\xd2\xe2\xa9\x5d\x11\x9e\x22\x4f\x05\xb9\x0c\x03\x9b\x46\x91\x0e\x81\x16\x32\xf1\x8d\x78\x62\x6e\x19\xac\x61\x2b\x20\x10\x08\xf2\xf6\x77\x09\xf0\x86\x8e\x75\x32\x07\x6c\xab\x79\xd6\x20\x1b\x5b\x95\x94\x2b\x59\x02\xd3\x57\x4c\x20\xf0\x14\x87\x33\xd5\xc1\x4b\xb4\x71\x94\xd7\x86\x00\x64\xcc\x6d\x81\xc3\x41\x2e\x26\xbf\xae\x93\xbf\xf0\x99\xae\x38\x27\x71\x68\xf9\x3c\x31\x4a\x1c\x00\x68\x0f\x82\xad\x31\x2d\x28\x69\x73\x85\x95\x97\xc7\x40\x6d\x80\xe8\x0f\x09\xf0\x8d\xa7\x72\x17\x4f\x15\x7b\x6b\x28\x56\xcf\x16\x6b\x1b\x8a\x6d\x54\x34\x57\x50\x0c\xe5\x05\xcc\x76\xc8\x22\x8d\x45\x61\x7b\x8f\x0c\x10\xce\x0b\x98\x2b\x10\x05\x4b\xbb\x5a\x69\x9d\xcf\x24\xeb\xad\x87\x3f\xab\xf8\xec\xf1\xa1\x19\xe3\x45\xd9\x5e\xfb\xff\x91\x75\x79\xd1\x33\xc7\x63\x8e\x4a\xe6\xde\x89\x3f\x7f\xe4\x88\x47\xa6\xcb\xab\x75\x77\x51\x57\x1f\xd1\x51\xa5\x93\xd9\xe0\xef\xd5\x36\x5a\xdd\xda\x89\x6a\x0c\x93\xe7\x62\x57\xb1\x2d\xe2\xc1\x5f\x24\x97\x11\x3f\xf6\x33\x8f\xc2\xc5\xeb\x5e\xad\x5a\x55\x55\xa3\x92\x52\x3a\xfd\xa6\x5d\xbc\xee\xd5\xeb\x5a\xe9\x5f\x95\xd2\xf5\xa5\xa5\x5f\x28\xa5\x37\x96\x96\x5e\x5b\xdc\x93\x0d\xbd\xdf\x95\xc5\x3d\x49\x95\x5e\x5f\xdc\x13\x51\x1a\xd4\x77\xcf\x33\xba\x6d\x51\x7b\x14\x64\x41\xfd\x4c\x87\x5b\xd1\xa0\xae\x97\x0c\x9f\xfd\x6a\xf8\xec\x85\xe1\xb3\x35\xc3\x67\x15\xc3\x67\xeb\x79\x87\x2a\xc6\x8f\xfe\x8f\x28\x24\x1c\x59\xc2\x70\x75\x5d\x74\x9a\xa5\x3a\xb5\xf0\x98\x83\x34\x27\xd6\x64\x61\x26\x1b\xa9\xf7\xb1\x9e\xb1\xc2\xcf\xf7\xf6\x88\xcc\x65\x98\x3a\xa3\x79\x60\x68\xa1\x58\xc8\xf8\x76\x43\xd2\x9e\xb1\x35\xd9\xcd\x3a\xfb\xcb\x6a\xa5\x02\xf9\xe3\x0f\x22\xff\x5c\x33\x50\xa9\x2d\xa7\xf2\xab\x4e\xa5\x62\xa0\x52\x5f\x4e\xe5\x85\x4e\x65\xdd\x40\x65\x23\x45\xe5\x19\x31\x04\x31\xe4\x06\xb0\xa6\x70\x35\x84\xad\x40\x5f\x50\x00\xac\x2b\x3c\xae\xc9\x0b\x52\xe0\x98\xba\x72\x56\x9e\xba\x09\xee\x5b\xf6\xad\x78\x6b\x3b\x68\x35\xf7\x13\xf3\xeb\x75\x6f\xb3\x8e\x5e\xcd\xd3\x49\x85\xac\xfc\xd4\x03\xcb\x66\x7b\x89\x85\xdb\xba\xa3\x84\x47\xa1\x16\x21\xb6\xc0\xa8\xd1\xe6\xbb\x1a\x9a\x02\x04\xf4\x54\xa2\x90\x6f\x4b\x69\xa2\x63\x6e\x22\xdf\xe1\x2f\xc7\xad\xff\x87\xe6\xed\x35\xb3\x42\x47\xe1\xde\xa1\xca\xbd\x7a\xed\xa9\xdc\x7b\xb5\x98\x7b\xaa\x31\xe4\x96\xce\x27\x96\x03\x8d\x9f\x5c\x36\x32\x7e\x73\x40\x6e\x6f\xb9\xed\xde\x14\x25\x7c\x82\xa4\xf7\xb2\x68\x1c\xe7\xec\xc6\xeb\xe9\x6d\x67\x7d\xf6\xa0\xed\xdf\x7f\xb2\x6d\x0e\x6f\xa2\x9e\xda\xd2\xc1\xcd\x0b\x66\x34\x44\x17\x37\x3b\x08\x7d\x4c\x25\x14\xc1\x8d\x6d\xb1\x39\xe8\x99\x92\x31\x9f\x27\x21\xb1\x83\xa1\xef\x3e\xa0\x23\x33\x3a\xdc\x4a\xdc\xe3\xd1\xe4\x94\x35\xc4\xda\xd9\x9f\x0e\x9b\xc1\x78\x62\xc5\x24\xa4\xdc\xf3\xdd\x8d\xd0\xde\x9d\xb6\x33\xc1\xe8\x0f\x17\x4f\xe4\xe1\xd4\xf3\x78\xda\xdb\x62\xa7\x6d\xbe\xd5\xd9\xb9\x0c\x54\x70\x42\xd3\x2f\xd9\xfc\x0b\x85\x6b\x67\x74\x1c\x84\x73\xb8\xa3\xad\x4f\x7d\xf6\x9f\x95\x2d\x66\xd0\x0d\xcf\x70\x36\x8e\x17\x8f\x4e\x71\xaf\xab\x93\xe2\x69\xb7\x5e\xd2\xbd\xeb\xc0\xf1\x29\xfd\x60\x6e\x45\x59\x0f\x3b\x68\xcc\x5f\xe6\x5e\x57\xd7\xdd\xeb\x94\xd6\x37\x58\xeb\x1b\xa6\xd6\xd3\x2f\xde\xb9\xad\x07\xcb\x5a\xdf\xc8\x6d\xbd\x5e\x26\x1d\xf0\xe6\x65\x9d\xe8\xac\xda\x8b\x8e\xa9\x17\x7f\xe4\xf7\xa2\xf3\x88\x5e\xd4\x8d\xbd\x30\xcd\x84\xb1\x17\x3f\x96\xf5\x22\x7f\x26\x6a\x4a\x2f\x6a\xc6\x5e\xd4\x56\xed\xc5\x7f\x2f\xeb\x45\xca\xff\x13\xe3\xaf\x89\x6b\x07\x3e\x22\xe8\xb3\xad\x79\xe6\xfa\x4e\x30\x23\xb1\x1b\x7b\x54\x79\x04\x83\x3d\x01\x61\xf2\xa0\x57\xe9\x62\x7a\x54\xc3\xa7\xc2\x12\xd3\x9e\x01\x05\x81\xd1\xeb\x31\x72\x26\xd3\xbf\xa9\xdf\xcb\xba\x50\xd7\xd7\xa2\xe8\x96\x86\x72\xb1\x1e\x52\xcb\x21\x76\xe0\x05\x21\x99\x58\x1e\x8d\x63\x23\xa9\xcd\xa5\x6e\x8c\x8d\x70\x18\x11\x3b\x18\x43\x78\x02\xa4\x3a\xe2\x71\x53\x05\x00\x31\xab\xed\x86\xc3\x7e\x8d\x54\x2a\x15\xb2\x0b\x1f\x9c\xb3\x0f\xce\x0b\x0a\x00\x32\xde\xb0\xa3\x89\xe7\x4a\xbf\xf5\x88\x8e\x5d\xd6\x37\x9f\x03\xec\xd0\xd0\x8a\xa9\x48\x0d\xc0\xe1\x0c\xdd\x50\xe6\x87\x33\x63\xda\x7d\xaa\x7e\xa9\x00\xd5\x62\x61\x97\x5b\xe0\x20\x6b\x89\xe5\x86\x4d\xc8\xbc\xac\x64\x99\x56\xa1\x43\xd7\x49\x5d\xa2\xe5\x01\x83\x2e\x91\x3f\x42\x23\x8e\x17\x66\x28\x55\x2a\xec\xa6\xd2\x0b\x36\xc2\xd0\x9a\xf3\x94\xfa\xcf\x08\xa8\x71\x45\xd1\xa3\x73\x8c\xaa\xd9\x23\xd5\x5d\xf5\xef\xdf\x92\xee\xee\x92\x17\x2f\x92\x6f\xb4\x1b\x04\x6b\x13\x15\x8f\xd4\x90\x3e\x29\xa4\x7e\x25\x75\x81\x9a\x26\x2b\x41\x1a\x6b\x78\xec\xca\x94\x25\x2f\x88\x06\x02\xa7\x34\xf2\xfb\x9e\xc6\x17\x01\xa9\x96\x28\xb0\xb1\xeb\x4f\x69\xba\x2e\x6f\x0b\xf0\x55\xb5\xa7\xc1\xc2\x9b\x02\x19\x53\xcb\x8f\x00\x0d\x0d\xf1\xf9\x31\x13\x18\x87\xa5\x54\x1c\xd5\x51\x60\x95\xa4\xde\x44\x1f\x88\xe7\xf6\x71\x0a\xa2\x4a\x38\xec\xf7\x82\x0f\xb5\x5a\x51\xed\xeb\xa7\x64\x18\x09\x84\x9c\xde\xc5\xc4\x3e\xa1\xcd\x1b\xe2\xf5\x2a\x5c\x78\x41\x0a\xbb\xa8\x84\xcb\x9a\x89\xb5\x4c\xf2\x40\x51\xc7\xf3\x3a\x7a\x5f\xab\xf5\x82\x66\xb7\x5b\xd4\x28\xe5\x77\x2c\x6f\x3c\x64\x4f\x69\x62\xd7\x94\x54\x09\x07\xa2\x4e\xd7\x52\xaf\x8d\x2f\x9b\x30\x48\x9d\x02\xa6\x1e\xd8\x2d\x94\x18\x13\x10\xde\x49\xdb\xa7\xdc\x1e\x0d\xc7\x75\x32\x0c\x83\x19\xa8\x13\xee\x80\xab\x72\x69\x0b\xff\x45\xa2\xe1\x2e\xda\x63\x40\x3f\x03\xc3\xb1\x33\x1d\x4f\x84\xf9\x35\x76\x43\xaa\xa4\x9c\x01\x88\x4e\x19\x4f\xc5\xb7\x3f\x68\x7c\x5e\xfc\x67\xa1\x1f\x38\xf3\xc2\x6b\xc3\x16\xf1\xc3\xb8\xc5\x82\x19\x07\xf3\x11\x0c\x82\x90\x0e\x11\x73\x03\xd8\x6b\x1a\x42\x6d\xc9\xae\xbf\x68\x9f\x14\x01\x5c\x7d\x40\x65\x8c\x43\x0b\xb7\x33\x48\x58\x60\x8f\x00\x8d\x9f\x47\x69\x42\x3c\x9e\xeb\x0f\x91\xe0\x45\xb7\xa9\xbd\x9c\x3c\x62\x27\x54\xa0\x3e\x33\x89\x53\xe5\xde\xd0\x08\x87\xda\x2e\xf8\xa1\x56\xcb\x91\x5b\xd8\x3c\xc1\x49\xbd\x58\x92\xd4\x45\x9d\x1c\xbc\xa7\x43\xc9\xd5\x26\x2b\x98\x14\xdf\x55\x31\x18\x13\xd8\x4e\x99\x18\x20\xe7\xb1\x7e\x18\x25\x52\x89\x8b\x27\x35\x43\xb5\xc2\x97\x3c\xf8\xaf\x2f\x59\x1c\xa8\xac\x18\xb0\xad\x68\xa9\x18\xd4\xfe\x4f\x0c\x1e\x27\x06\xfb\x92\xab\x26\x31\x58\x87\xf7\x6b\xfa\x9a\x83\x0e\x8b\xfc\xb5\x6c\xc8\xb5\xfa\x0b\xc0\xea\x75\x38\x73\xb8\x57\x52\xe5\xaf\x11\x9e\xfa\x72\xe1\x21\x4c\x1c\x0c\xe9\x9d\x78\x0c\x56\x34\xb2\x26\x52\xad\x4c\x80\xef\xdd\x04\x45\x8f\x07\x96\xf0\x28\x10\x70\xd2\xfb\x85\xe7\x78\x66\x75\xf7\x30\xee\xf6\x97\x32\xf7\x01\xe0\x61\xb8\x78\xe5\x44\xa4\xb2\xd7\xd2\x4c\x5d\x25\x6b\x64\x9f\x5d\xec\xf0\xcf\x1a\x59\x23\xed\xb5\x7d\x6a\x8d\xf1\xef\x3a\xf8\x15\x38\x34\xf4\x5c\x9f\xa6\xee\xc0\x16\x3c\xdd\x03\x56\xa2\x43\xd7\x06\x96\x1d\x07\x24\x12\x69\x3c\xf9\x0c\xe0\xd5\x18\x76\x79\x52\x07\x15\xed\x84\x5b\xad\xc0\xc3\x0b\x02\x6c\x20\xdf\x17\x98\x73\xae\xba\x1d\x25\x96\x0a\xec\x59\xd8\x79\x2e\xdd\x22\x21\x7a\x36\x24\x12\xb3\x92\x48\xd6\xa5\x97\xdb\xd6\x92\x5d\x77\xf1\x4a\xe0\x1e\x42\x2a\x8b\x8b\x95\xd2\xba\x9b\x5a\x18\x46\x64\xb9\x26\x28\x29\xec\xa2\x8c\x20\xd9\x4c\x22\xb7\xaa\xd0\x18\x9a\xe2\x8c\x9a\x3c\xc9\x02\x13\x8a\xc7\x2e\x0e\xba\xab\x27\x12\xae\xf1\xd7\x29\xb5\x8b\xb5\xd7\x7c\x26\x73\x41\x21\x94\xd2\x3c\x8b\x51\x4f\x8f\x06\x80\xaf\x2a\xfb\xad\xc6\xd9\x82\xd4\xbc\x75\x43\xdb\xf5\xd7\x89\xd4\xfc\x6c\xf3\x57\xe7\x07\xad\xce\x69\xfb\xbc\xb5\x10\xaf\x22\xd3\x85\xea\x6b\x94\xeb\x9f\x1e\xfd\xe9\x45\xf3\xc4\x08\xff\x87\x17\x23\xf4\xf3\x23\xb6\xe7\x4e\xd0\x1e\x25\x3d\x6b\x2d\x87\xad\x12\xcd\x46\x42\x1d\xe2\x4c\x29\xa6\x5d\xb3\xa7\x90\xac\xd5\xe6\x0e\xe1\x5c\xeb\x21\xa4\x41\x42\x3a\x0e\x62\x4a\xac\xc9\x04\xc2\x76\x47\x16\x06\x2c\xf3\xb4\xd8\xfd\x20\x1e\x91\x59\xe8\x72\x34\x03\xe8\x04\x5f\x05\xb2\x13\xc4\x06\xb1\xa3\x51\xc4\x94\x1f\xcb\xf3\xe6\x40\xc9\xba\xa5\x88\x88\x3f\x0f\xa6\x21\x89\x68\x14\xa5\x00\x20\x12\x02\x8e\x15\x5b\x4f\x49\x59\xf9\x0c\xb2\x2e\xe5\x24\x23\xc4\xb5\x58\xff\x89\x9b\xa2\xec\xe0\x6e\x7f\x7b\x73\x8d\x75\x52\xde\x0f\x89\x3e\x02\xa4\x34\x51\xf7\x4f\xe1\x79\x1a\xa1\xeb\x11\xba\xb7\x72\xf0\x8c\x0f\x49\x4d\x00\xbb\xb0\x1c\x27\xa4\x11\x38\xa2\xba\xbe\xcd\xb3\x9c\x27\xb8\xac\xae\x1f\xd3\x21\xf7\xf4\x04\x2c\x84\x0f\x80\x5b\x8f\x8f\xbf\x98\xf7\xd7\xf3\xb4\x47\xdf\x95\xb6\x98\x7f\x7c\xb2\x27\x51\xb5\x56\xdf\xd8\xdc\xda\x7e\xf9\xe5\x57\xf0\x46\x5c\x5f\xe1\xfc\x85\xd9\xda\xe3\xd7\xfd\x8a\x15\x07\x7d\xb9\x4f\x88\xca\xac\x88\xe9\x68\xb5\x83\xc9\x9c\xbb\x98\x05\x4d\xc1\x02\x2d\x3b\x28\xd4\xd4\x75\xdf\xab\xce\xfd\x5d\x4c\x26\x34\x04\x5c\xd3\xa9\xa7\xc2\x45\x24\xa9\x6b\x84\xdb\x35\xae\x10\xe0\x7e\x7f\x4e\xc2\xfb\xbb\x78\x6d\xea\xbb\x32\xb7\x8f\x1b\x47\x19\x52\xe4\xa2\x0f\x48\x48\xde\x9c\xb1\x55\xa6\x76\x83\x43\x1d\xca\x06\x21\xb1\xa7\x51\x1c\x8c\x45\x2d\x81\x6b\xe0\xb9\x90\x5a\x7e\x40\x67\xe0\xc8\x0c\x81\x5e\xec\xd4\x8b\x04\xa0\x0a\x19\xb8\xbe\xc3\x53\x05\xc9\x5e\x53\x7b\xe4\xbb\x36\x5b\x28\xac\xe7\x21\xc5\x95\x4b\x30\x8f\x50\x82\xfc\x8b\xee\xe4\xbc\x45\x12\xf4\xe9\x1c\xdc\xc8\x7e\xc3\x4f\xc0\x42\xf4\xfb\xae\xf8\x8b\xcd\x40\x99\x4c\xa3\x29\x90\xdd\x95\xa9\x6b\x9c\xdf\x0d\xab\xe2\xe5\xcb\x97\xab\x1c\x51\x73\xa1\x61\x4d\x19\x1b\xcf\x02\x67\x89\xee\x56\x26\xb5\xd2\xa7\xea\x17\x2d\x13\xbd\xa8\xaa\x1f\x21\x78\xff\x51\xd3\x8c\x1f\xc2\xe0\x95\x0f\xb0\xc8\x2e\x58\x93\x76\xf9\x05\x8a\x7f\xcb\xba\x04\x9f\x97\xc5\xcd\x4a\x6c\xd6\x4b\xfd\x6e\x3f\xfd\x63\xf7\xcb\x8b\xdd\x22\xfb\xcf\xaf\xa5\xe2\x6e\xf1\xd3\xe7\xe8\x73\xf7\xcb\xaf\xa5\xd2\x1b\xe9\x87\x6b\xf0\xc4\x25\xd8\x1c\x77\xbf\xad\x7d\x49\x9e\xf8\x05\x06\x06\x7e\xb3\xf1\x25\x0d\x9c\x95\xba\xee\x01\x99\xc2\x6b\xd1\x7b\x71\xfd\xe3\x54\x7e\xac\x02\x92\x64\xf6\x4d\x00\x36\x73\x59\x59\x72\xd4\xe7\x81\x20\x71\xc0\xdd\x62\xdf\xb3\xfc\xdb\x92\x1a\x27\x59\x6c\x37\xdf\x66\x02\x31\xba\xed\x4f\x85\xbf\x3f\xc6\xa8\xe8\x02\xfd\xee\xc4\xb2\x35\x8b\xa2\x6b\x85\x43\x4c\x80\x56\x32\xbd\xa1\x5c\x4d\x48\xb1\x79\x75\x65\x6c\xbe\xf1\x98\xe6\xf1\x98\xbd\x9a\x3c\xa2\xed\x03\xc6\xd9\x62\xf3\xea\xc0\xd8\xfa\xfe\xe3\x5b\x87\x80\xc7\xd5\xdb\x17\x8f\x77\xc5\xe6\xd5\xa1\xb1\x0b\xcd\xc7\x77\x01\x6c\xdb\x8f\xe8\x03\xbb\x09\x89\x4e\xec\x1b\x3b\x71\xf0\xf8\x4e\x00\x32\xc9\xea\x7d\x50\x22\x5b\x9b\xe7\xa7\xa5\xf4\xee\xef\xb9\xb7\x54\x9d\xb2\x32\xe4\x47\x99\x68\xf7\x9c\x71\x70\x47\x25\xae\x14\xa0\x0a\xf9\x49\x6e\x5b\x46\x0c\x60\x3d\x20\x63\xa7\x97\x76\xee\x80\x51\xb6\xfe\xe4\xd9\x7e\x24\x58\x05\x1f\xde\x25\x53\x81\x40\x27\xe2\xec\xb8\x5c\xcc\x8e\xab\xc9\x5f\xc2\x8c\xc3\x3f\x75\xe1\x3d\x8d\x15\xc9\x1b\x4c\xa3\x1f\x05\x1e\x44\xf5\x37\xdf\x66\x03\xc6\x58\x7f\x8f\x1e\xf9\xf8\xa1\x35\x6f\xec\x36\x59\x4b\x67\x18\x14\x33\xc4\x23\xbe\xd9\x7a\xb9\x34\x76\xe6\xed\x93\x3a\x23\xe8\xe6\x77\xc7\x94\xb6\x24\xfd\x93\xae\x5c\x5b\x38\x16\xb1\xff\x28\x81\xd8\xc5\x26\x47\x0c\x4a\x8f\xaa\xbd\x5c\xa1\xb0\xd5\xd7\x8d\xf4\x08\x98\x18\x88\x02\x98\x75\xd6\xf6\xac\xf1\xa4\x08\x9f\x95\x49\xad\x9c\xc5\x56\xa5\xd4\xef\xba\x0f\xb4\x32\x73\x1d\x9e\x39\x45\x3e\x5d\xb8\xf8\x62\xe1\x92\xdf\x90\xe8\x2e\x71\x5f\xbc\xd0\x50\x26\xe2\x7c\x34\xa1\xd4\xb9\xd8\x0a\x99\xca\xe2\xfa\x90\xe0\xc3\xb3\xe6\xa4\xd8\x3a\x28\x23\x92\xba\xf9\x60\x38\xd6\xdf\xa1\xe1\xb3\x37\xc7\xab\x38\x69\x71\xb5\xdd\xa8\xc2\x68\xa9\x90\xc8\x1f\x7f\x60\x41\x25\x35\xa9\x3e\x2c\xca\x7a\xbd\x4f\xbd\x60\x56\x4c\x63\xd5\xf3\x8a\xb5\x05\x15\x1b\xfd\x40\x20\x5a\x66\x2b\xd6\xcd\x15\x15\xdc\xca\x6c\x9d\x0d\x3d\x17\x29\xf7\x5f\x70\x02\x3b\x22\x91\x35\x47\x9c\x3e\x7c\x6c\xf9\x05\xf9\x0d\xae\x2d\x08\x4f\xf0\x8b\xc8\x49\x53\xf0\x3c\x34\xb7\x43\x53\x82\x1c\x80\x8d\xf0\xa9\x89\xd8\xf5\x89\xdc\xba\x9e\x27\xa3\xb8\x38\x9a\xb6\x7d\x0b\xf1\xcd\x11\x09\xa7\x02\xb9\x32\xbf\xfb\xc6\xe9\x47\xe0\xa7\xd6\x29\x9f\xfb\x2c\x12\x05\x9b\xe7\x13\xd3\xdc\x9f\xfc\x2b\xe6\xbe\x17\xe0\x51\xff\x84\xd9\xef\x05\x70\x40\x3f\x6e\xfa\xa1\x26\x3b\x95\x0c\x3c\xe4\xaa\x25\xfb\x96\x69\x93\x66\xd6\x9d\x3e\x5e\x99\x04\x82\xab\x28\x12\x1c\x40\x84\x77\xe0\xc0\xdc\x81\xb3\xc7\x74\xc0\x01\x8a\x8f\xed\x40\x53\x51\xaa\x0f\xb8\x52\xfd\x2c\xc1\x27\xc3\xe0\x4f\xb0\x55\x47\x12\x28\x0d\x5e\xed\x20\xa5\x8a\x47\x07\x71\x39\x01\x8f\xb4\xb4\x43\x5d\x40\x8d\x98\x46\xb6\x24\x3e\xdf\x34\x32\xd6\xd3\x95\x46\xc6\x61\xb1\x99\x9e\xde\x35\xab\xe9\xdd\xc7\xb4\x7e\xc7\xf1\xef\x57\x53\xd4\x79\xe3\xa8\xa8\x77\x71\x3b\x26\x0d\x2f\x0a\x48\xa1\xed\xbb\xb1\x6b\xc5\x94\x8c\xdc\xe1\xc8\x43\xac\x3a\x80\x3b\x8f\x43\x0b\xf2\xc8\x14\x2a\xc4\xe0\x58\x84\x5b\xd1\xc4\x0a\x33\x41\x79\x6c\x28\xbd\xc5\x43\x49\x45\x9e\xaa\xd6\xfe\xdf\xd8\x92\x33\x2c\x1b\x31\xde\x55\xaf\x06\x9d\x24\x05\x08\xc7\xe6\x1c\x50\x2b\x9e\x86\x54\x22\xb3\xe2\x55\x15\xb2\x81\xa4\x53\x27\x8a\x07\x6a\xc5\x6b\xfc\x13\xf9\x9d\x5c\x46\xa4\x27\xe3\xf2\xc2\xb1\xe5\x79\xf3\x32\xf9\x05\x5c\xb4\x7e\x11\xb0\x95\x3c\x3f\x30\xb6\x55\x21\x6d\xb0\x12\xf2\xf0\x3e\xb0\x14\xf2\x72\x32\xc1\x64\xdf\xf5\xdc\x78\x9e\x24\x9e\x94\xdd\x04\x70\xdd\xf1\x04\x33\xb7\x5a\xc4\x71\x07\x60\xbf\x8b\x65\x2f\x05\xa6\x07\x0c\x84\xd1\x1a\xf3\x48\xbd\x38\xd0\x83\x08\x2f\x23\x9e\x96\xe6\x75\xf2\xbc\x70\x10\x60\x2a\x23\x1a\x73\x03\xd5\x3a\xb8\xd3\x78\x56\x9f\x7a\x11\x99\x42\x74\xef\x88\xde\x5b\x0e\xb5\xdd\x31\xfa\x71\xf3\x97\x08\x5e\xf3\xfb\x94\x86\xf3\xc7\xd4\xad\xaf\xd8\xaa\x08\x75\x61\x75\x36\x56\x6e\x4f\xd6\x5a\x2d\x72\x94\x09\xe9\xef\xbd\x25\x88\x15\x70\xa2\xa9\x5b\x51\x2b\xe7\x7e\xff\xe1\x31\x2b\x57\x3b\x75\x9e\x70\xc1\xd4\xb4\xcc\x7d\xb3\x96\x79\xf3\xff\xaa\x96\xd9\xe7\xa3\xcc\x57\x33\x93\xfb\x8c\xbc\x42\x24\x17\x9b\xb7\x0a\x9e\x48\x17\x3c\xc3\xa2\xa7\xdc\x83\xfe\x2b\x05\x60\xc6\xef\x46\x0b\x3b\xd1\x01\xd0\x81\x3b\xe8\x44\xc7\x48\xd5\xfa\x99\xdb\xd5\x12\xdc\xa5\xbc\xdc\x7d\x0b\xee\x34\xc6\x4d\x73\x22\x42\xfb\x26\xf2\x06\x3d\x0c\xad\xc9\xc8\xb5\xb5\xe4\xc3\x8f\x03\x0c\x62\x83\xef\x2f\xf1\x22\xa7\xbe\x23\xe0\x81\x12\x87\x2c\x52\xbc\x0c\xdd\xb1\x15\xce\xc9\x41\x32\xaf\x3a\x74\x8f\xb8\xcd\x8f\xac\xd0\xc1\xf7\x10\x78\x4b\xe0\x99\x6a\x49\x01\x5d\x00\xe0\x35\xa0\x81\x59\x0f\x1d\x02\xb9\x7f\x10\x57\x82\xcd\x44\x01\xf5\x66\x37\x06\x54\x8d\x3e\xc5\xe3\xc2\x0e\xc2\x10\xd2\xf4\x72\x72\x16\x81\x88\x9c\x24\x4d\x54\x00\x2f\x10\xbf\xa2\xf1\xda\xf3\x08\x4f\x69\x4f\x0a\xb9\x7c\x29\xc0\x79\x69\xc0\x86\xce\xb8\x06\x9b\x0e\xcc\xe7\x86\xd7\xef\x3f\xfe\x30\xbe\x89\xe7\x6a\xbc\x0b\x71\x5d\x32\x8f\x69\xe6\x29\xe9\x52\x3b\xf0\x9d\x9f\x9f\x94\x82\x81\xeb\x8c\xd4\x4a\x8c\xd7\xb8\x0e\xf3\xa5\xb3\x1d\xdc\x98\x56\xe2\xfc\xef\x4b\x58\xbf\x9c\x81\xbf\x57\x77\xeb\x5b\xdb\xbb\xd5\x34\x38\x0e\x98\x9e\x0c\x9b\xd4\xf5\xa5\x79\xd7\x71\x1e\xb9\x3f\x08\x8a\xb8\x13\x74\x82\xd9\xaa\x26\x18\x05\x3b\x8e\xe9\xd1\x12\x4e\x37\xb1\xc9\xbc\xbd\xbe\xcc\xdb\x47\x97\x1b\x6e\x06\x86\xdd\xf3\xad\xba\x7b\xf6\xac\x3e\x69\x02\x2a\x42\xb1\xb7\x9f\x85\x7f\x64\xe5\x87\x7f\xd5\x7a\x58\x5f\xe7\x4d\x0b\xe0\x65\x76\x3d\xc0\xab\x41\xee\x6d\x97\x1f\x46\x0d\xbe\xe7\x16\x21\x90\x21\x7d\xeb\x33\xb7\xbb\x91\x69\x17\x9e\x20\x05\xe8\x73\x6e\x93\x0d\xcf\xe3\xad\x46\x86\x33\xb0\x4b\x45\xc2\xbf\x6e\x16\x5e\x99\xb1\x6f\xb4\x04\x3a\xd3\x70\x32\x9b\xf5\xf1\xec\x51\xad\x24\x2b\xcc\x8c\xd9\xfd\x52\x86\x08\x93\x6c\x8f\xd3\x29\x27\x10\xa9\x10\xd3\xec\x19\x47\xf0\xe6\xaf\x1d\x02\xcf\xdb\xf7\x88\x11\x9c\x51\xc7\xb5\x48\x33\x98\xcc\x49\xf1\x0c\x85\x36\xf5\x59\x19\x61\x06\x26\xd4\x76\x07\xae\xad\x42\x5f\x45\x34\xc1\x6f\x12\xf8\x9a\x78\xc8\xba\x3e\x3b\x50\x4d\x17\x2c\x13\x53\x5c\x93\xd5\xc4\x5d\x82\x04\x0f\xb7\x0a\x94\x96\x8e\x59\x5a\xbc\x7f\x9d\xb4\x28\x4b\x69\xa1\xb8\xf0\xc8\x1a\x4c\xc8\x68\x16\x98\xbf\x76\x14\x8b\x04\x26\x67\x10\x8a\xc6\xa9\x1e\x9f\x47\x09\xca\x77\xdb\xe0\x19\x0f\x4f\xe5\xc1\x20\x41\xf4\x2a\x03\xd6\xe0\x5c\x18\xea\x2c\x41\x8b\x47\x35\x44\xa4\x6f\x45\x88\x8a\xcc\xbd\xef\x45\x4d\x7e\x8d\xad\x98\xb8\x35\x5e\x11\x5b\x77\x48\xe3\xfa\xd6\x76\xd1\x55\xc1\xaa\xf2\x6e\xee\xc4\x25\x2f\x48\xdd\xb4\x07\xbb\xe0\x8d\x4e\x9e\xef\x91\x2d\x1d\x59\x97\x27\x51\x52\xbc\x27\x32\x6a\x2a\x10\x2d\x93\x6a\x92\xa0\x5e\xed\x5c\x2f\x9c\x52\x74\x3d\x5c\xbd\x8b\x5b\x8b\xbb\x58\x37\x76\x51\xbc\xa7\x87\x86\x2b\x93\xd6\x45\x2c\x36\xcc\x29\xb6\xa1\x17\xeb\xe7\x14\xdb\xc4\x62\x2a\x5f\x0a\xe1\xb0\x5f\x04\x5f\x6e\xc8\xc9\x5c\x66\xbf\x0e\x93\x5f\xfb\xec\xd7\x52\x41\x32\x09\xcc\xa4\x71\x1c\x46\xab\x84\x3d\x24\x76\x53\x33\xe3\x04\x6b\x81\xa0\x1a\xac\x96\x71\x88\x7b\xe2\x2a\x33\x1a\x75\x91\x1b\x0a\x27\x84\x71\xf5\x37\xb2\x51\xd5\x83\x94\x15\x3b\x2f\x1c\xb5\x3c\xaa\xb1\xc8\x4d\x25\xa5\x04\xe0\xc1\x30\x84\x3c\xb3\x2f\x26\x74\x0a\x3c\x27\x5d\xbb\x1f\x78\x49\x2c\x65\x1e\x85\xba\xa0\x70\x68\xb9\x7e\x9c\x26\x31\x60\x1f\x2e\xa5\xb1\x21\x93\xfc\xc6\x96\xe7\xda\x69\x22\x2e\x7c\xba\x94\x8a\x4c\x15\x9c\xf1\xfe\x13\x84\xa6\xe2\x8b\xa5\xb4\xb6\x24\x5f\x3c\xd7\xbf\xcd\x30\x86\x7d\xb8\x94\xc6\xcb\x24\x75\x31\xc0\xf4\x66\x86\x85\x1f\x2f\xa5\xb3\xa3\xd0\xc1\x14\xa0\x06\x4a\xf8\xc5\x52\x5a\xaf\x04\xad\x66\x18\x40\x0a\xa9\x60\x9a\x99\xb3\x28\x0e\xdd\x5b\x2a\xf6\xea\xa5\xf3\x5f\x4f\x84\x31\x26\x20\x32\x7f\x83\x13\x7e\x60\x92\x07\x2e\x52\x3c\x44\xd6\x2c\x2b\xda\x97\x86\x06\x37\xd4\x06\xdd\xc5\x12\xb3\x8c\xd6\xa6\x4a\x4b\x8a\x47\x66\x25\xa8\x82\xb3\x8c\xe4\x96\xc6\x8f\x45\xe2\xb3\x8c\x92\x14\xa0\x6e\x4c\x2d\x67\x9e\x2f\x3f\xcb\x08\x49\x09\xba\x5e\x2e\x3f\xcb\x68\xbd\x52\x87\x67\xaf\x2e\x45\x3a\xdd\x67\x69\xbc\x01\xdc\xef\xb6\xaa\x5a\xc8\x15\x87\x69\x1b\x04\x21\x5d\x4f\x07\x36\x60\x1e\x33\x9e\x7a\x73\x64\x79\x03\xa6\x4c\xd4\xb6\xf5\x58\xc1\x84\x94\xa8\xc0\x14\x87\xfa\x56\xaa\x18\xa4\x7c\xe1\x59\xf3\xdc\x3b\x4a\x22\xd0\x6d\xe7\xbc\x90\xeb\x93\xc1\x14\xbc\x58\x05\xb1\xef\x53\xcb\x73\x07\x2e\x75\x08\x3b\xac\xc2\x32\x19\x96\x49\xbf\x04\x0e\x7b\x95\xd4\x6e\xfd\x1b\xd9\xd8\x51\x1d\xc7\xb8\xa8\xcb\xb0\x92\x2e\x86\x64\x83\x7b\x3f\x59\x23\x1b\x55\x19\x9c\x65\xd8\x26\x35\x4a\x6c\xcb\x75\xc3\x28\x26\xf6\x88\xda\xb7\x68\x25\x0f\xa7\x94\x77\x1a\x30\x2e\x38\xd6\x3c\xff\x01\x37\x39\xa1\x47\x90\xbd\xb4\x5a\x91\x2c\x47\xc0\x7f\x90\x05\x9f\x63\x0a\x48\x1d\xe5\x28\x7f\x18\xf0\x45\xb7\xd3\xfc\xda\x39\xda\xdf\x5d\x50\x83\x6f\x2c\xd0\x86\x06\x2b\xe4\x92\x17\x7b\x64\x4b\xc1\xf2\x49\x27\x3c\xc4\xfd\x4b\x0e\x5a\xce\xa6\x52\x00\x0c\xbf\x38\x44\x54\xeb\xd4\x9e\x40\xbc\x07\xe3\x27\x0c\x4b\xb3\x27\x66\x41\x8e\xa0\x37\x75\xfd\x23\xa8\xff\xbb\x18\xeb\x82\x18\x43\xfc\x49\x45\x1a\x2e\x61\xa0\xad\xa2\x18\xe5\x8b\xc2\xab\xd5\x84\x4a\xce\xc6\x41\xeb\xb0\x71\x75\xda\xcb\x93\xae\xdf\xc8\xa6\x41\x4c\x93\x35\x97\x12\xd3\xcd\x45\x62\xba\xf9\xef\x26\xa6\xa6\x61\x2c\x16\x53\x65\xb3\xf9\x3f\x31\x35\x32\xd0\xce\x82\x6d\x65\x38\xb0\x02\xf7\xa5\x58\x0a\x52\xa6\x73\xe1\xf7\x3d\xf2\xaa\x4a\xfe\xf6\x37\x10\xbe\xdf\xf6\xc8\xab\x97\xc9\x2c\x2f\xd9\x4f\x5f\x55\xc9\x0b\xb2\xb3\x9b\x47\xb6\x56\x55\xe9\xd6\xaa\x19\xc2\xb9\x2b\x80\xd5\x04\xca\x82\x03\xd0\x75\x7e\xf4\xd1\xf8\x00\x15\xf2\x28\xfb\x9e\x91\x8e\x28\x2c\x99\xfd\xb4\x32\xf5\xd2\x21\x68\xe9\x97\x6f\x1a\xe3\x63\xe8\x5a\xc4\x0d\x33\x44\x80\x94\xe0\x7b\xe9\x23\xdf\x0c\x97\x00\x65\x70\x7b\x39\xbb\xc0\x4c\x23\x91\x41\xbc\x78\xd0\xed\xe4\x18\x87\xb6\xc8\x9a\x5e\xb8\x42\x3a\x34\x9a\x7a\x31\x29\x5e\x9c\x94\x88\x1b\x41\x0e\xcb\x2a\x01\x87\xf9\x6d\xb2\x26\x48\x66\x8d\xb1\x97\x9d\x12\xf9\x14\x06\xb3\x5d\x1b\x9e\x84\xbe\x48\x42\x9c\x46\x48\x76\x89\x4d\x3a\x86\x31\xf9\x8f\x7e\xac\xe7\xc6\xcd\xad\x95\x1f\x19\xaa\x7e\x61\x35\x7b\xe9\xb6\x7a\x23\x0c\x83\x99\xe9\xf6\x9a\xd8\xbb\x4b\xec\xd2\xae\xc5\xc4\xe7\x97\x4f\x5e\xca\x44\x95\xe5\x96\x7d\xb8\x6e\x07\x33\x35\x56\x9c\xfd\xde\x31\xbc\x96\x1c\xf0\x67\x7d\x9e\x04\x3c\x54\x81\xda\xfb\x94\x50\x1f\x72\x5a\x92\x3b\xd7\x22\x52\x90\x1e\x29\x7a\xfe\x9f\x2b\x7a\xdb\xe4\x31\xe2\x04\x2f\x00\xdd\x36\x79\xa3\x08\x12\xa9\x6d\x25\x24\x2e\xd1\x96\x09\xf9\xd3\xa7\x51\x52\xbc\xc6\xa4\x97\x14\x43\xa6\xa9\x97\x48\x10\x3e\x13\x98\xc1\xe2\xeb\x1a\xfb\x9a\x8d\x1e\x8b\x80\x61\xb5\xae\x10\xbe\x3a\x38\xc9\x10\xad\x23\x51\x44\xbf\xa1\x0e\xa3\x2b\xbf\x01\x7a\xfc\x73\x24\xa6\xac\x9b\x13\xb1\xf6\xb3\x14\x5f\x92\x5d\x52\x23\xbb\xa4\x0a\xff\x7c\x52\x3c\x0f\xc2\x78\x44\x1a\x63\x1a\xba\xb6\xe5\x2b\x68\xc7\x90\xcc\xc0\x8a\x62\x48\x87\x24\x83\x99\x22\xb4\xd3\x91\x38\x20\xd7\xbd\x4d\xb6\x81\x92\xe9\x04\x93\xc5\x3a\xd4\x0f\x62\x9a\x6c\x3c\x30\x52\x49\x8e\x95\x38\x3d\xa9\xd6\xe0\x85\x8b\xda\x4c\xd3\xc6\xac\x2c\x64\x6b\x23\xe9\xf9\x69\x60\x43\xd6\x80\x74\xc7\xb7\xc8\x06\xf1\xe5\xb7\xd6\x9d\xe5\x7a\x4c\xd4\xca\x6c\x91\xa1\xff\x08\x75\xd6\x5c\xbf\x2c\x9b\x93\xac\xda\x82\x61\x9e\x07\xa2\x72\x19\xb3\x53\x1a\x85\xef\xcd\x93\x37\x89\xff\xa7\x56\xf4\xb2\xed\xa9\xb6\xfa\x96\xf7\xe9\x4d\xad\xb6\xea\xae\x57\x7f\x0c\xd9\xfa\xea\x64\xb7\x1f\xd3\xdb\xfa\x6e\x6d\xb7\xba\xbb\xf2\x4e\xbd\xb5\xf1\x08\xe2\x5b\x92\xac\x96\x36\x91\x3f\x13\x8b\x20\x34\x74\x76\x8d\x03\xe2\x50\xdb\x75\x00\x2d\x1d\x80\x26\xe3\x80\x8c\xd8\xdf\xf0\x64\x12\xe0\x36\x93\xa4\xb4\xe7\x8e\x54\xd3\x88\x95\x9c\x4f\x92\x13\xfd\x1a\x62\x95\xd1\xf3\x49\x3a\x4b\xc9\xe5\xaa\xf8\x42\x9d\xd3\x3b\x1a\x66\x9a\x50\x5c\x9e\xde\xb2\xaf\x5c\x74\x1b\xd3\x9d\xe3\x40\x87\x10\x11\xa5\x7c\x93\x57\xfc\x9d\x1a\x80\x77\x6e\x24\xfd\x0c\x73\x22\xfa\x81\x1e\x0e\x39\x74\xef\xa8\x5f\xe6\xac\x90\x49\x0c\xb9\x1d\xb3\xcc\x0f\x15\x37\x42\xe8\xf3\x47\x7b\x61\xfc\x3e\x59\xe2\x86\x11\x0c\x62\x89\xdd\xc9\x1d\xd2\xe0\x95\xae\x67\x76\x69\x79\x3e\x79\x3c\xa4\x59\x14\x0c\xe2\x8e\x01\xd6\xac\x83\x38\xcc\x88\xc5\x8e\xef\x55\x90\x81\xe9\x6c\xb5\x24\x96\xe9\xae\xfd\x67\xce\x50\x53\xfb\x5a\x5e\x31\x55\x7f\xcc\x02\xc3\x23\xd0\xe1\xe9\xd3\x7a\xf6\xcb\x92\x26\x4f\x03\xcb\x21\xa7\xad\x83\x08\x9a\x39\x5d\xa5\x15\x42\x30\xa4\xbd\x4f\xb5\xb0\x66\x2b\x22\x77\x6e\x18\x4f\x2d\x0f\xe9\x05\x77\x34\xf4\xac\x39\x80\x4f\xfc\xaa\xe1\xb4\x32\xe9\xb6\xfc\x39\x24\x69\xb6\xc2\x6c\xaa\x3b\xd6\xef\xef\x2b\x70\x8a\xa3\x25\xc4\x73\x8f\x72\x26\x5d\x31\x05\xe4\xba\xb7\xc5\xc1\x6c\xd3\x44\xc9\xf7\x95\x40\x00\x16\xbb\x7b\x0b\xf3\xbf\xe2\xf2\x9d\xe3\xb7\xfd\x94\x10\xf3\x5c\x1a\x60\x03\x2f\x26\xcf\xc5\xab\xba\x80\xff\x05\x9d\x30\xba\x24\xa4\x63\x0a\xfe\xac\x60\xff\xa7\xb2\x63\xf3\x7f\xb4\x23\x8b\x58\x92\x73\xde\x3e\x09\x7e\xe1\xa9\xdc\xc8\x39\x9c\xff\xfc\x3e\x64\x18\x61\x82\xc4\x10\x01\xb2\xea\x0a\xc6\x00\x59\x2b\x1c\x9a\x3c\x50\xc0\x02\xad\x24\x74\x0f\x83\x98\x63\x6e\x27\x2f\xd4\xb8\x03\x3c\x26\xc5\x1b\xec\x8f\x2b\x6c\x34\xe8\x0c\xce\x0e\xe0\x0e\x1d\xc2\x8d\x05\x4e\xa9\x7d\xb3\x83\x43\xf8\x54\xa0\x11\x11\xd8\x8d\xd1\x31\xbd\x60\x22\xc0\xd6\xaa\x5f\xc8\x9b\x14\x56\x5b\xf5\x4b\x99\xd4\xaa\x25\xb2\x56\x23\xaf\xe5\xa3\x71\x52\x79\x1f\x2d\xf2\xbc\x7e\x2d\x5b\xbf\x26\xea\x13\x95\x40\x66\x66\xaf\x7b\x38\x76\x1c\x77\x51\xf6\xac\xac\xb5\xb3\x28\x5c\x50\x86\xc8\x55\xf1\x6d\xd5\x00\xb6\x9b\xf1\xbf\x00\x50\xb2\x47\xda\x4a\xde\x84\x4b\xb2\x44\x23\x48\x93\xe2\x1c\xe1\xfa\xa4\x43\xed\xd8\xf2\x87\x53\xcf\x0a\x79\x8e\xc0\x83\x56\xb3\xd9\xe8\x34\x4a\x8f\x6a\xfb\x3f\x97\xb4\x0d\xa8\xc5\x5c\xd6\x8b\x4c\xe3\xa8\x74\x3f\x76\x4b\x06\x42\xd1\x53\x71\x8b\xa1\x85\x3f\x87\x8f\xd1\xe2\xb1\x20\x04\x25\x19\x5b\xbe\x3b\x91\x9e\xe1\xf0\xa8\xe3\xc4\xac\x4e\x59\x84\xa8\xb2\xff\xd2\xfb\x98\xfa\x91\x1b\xf8\xd1\x23\x57\x65\xbc\xcc\xcd\x08\x1f\xdd\x56\x98\xcd\x0e\x9b\xcd\xc7\x35\xfe\x9f\x4b\x5a\xef\xae\x1e\xeb\xf1\x48\xa3\xcb\x0a\x0d\xb3\x0d\xd4\xf5\x87\x6b\x7d\xc6\xe2\x3b\x76\x29\xe5\x3b\xdf\xfb\xfd\x6b\x55\xf5\x59\xbd\x55\xb2\x94\xd9\xb8\x4c\x33\x02\x6c\x22\x36\xfd\x09\x58\x6c\x36\xbc\xb1\x15\x0e\x5d\x3f\x3b\xba\xb3\x27\x8f\x6e\xba\x64\x5f\x08\x26\xf3\x9c\x7d\xa0\xd3\x28\x73\xe3\x0a\xa2\x71\x3f\x56\x8c\xee\x96\xe5\x28\x05\x1b\xde\xa1\xeb\xb1\x23\x8d\x77\x81\x6b\xb2\xad\xc3\xce\x23\x5b\xfb\x5c\x98\x2d\x9b\x46\xbc\xf1\xc8\x44\x9f\x97\x89\x2d\x09\x16\x4a\xeb\x5d\xef\xb2\xd1\x79\xe2\x05\xe8\x7e\x99\xe4\xc2\x09\x2e\xd7\xab\xd8\x8e\x5b\x6c\x83\xe0\xb7\xbe\x46\xb3\xf5\xc8\x31\xff\xba\xa4\xd5\x43\x17\x60\xb2\x0d\x73\x7b\xd8\x69\x94\xca\x3a\x50\xfd\xe3\xe6\x76\x49\xcb\x77\xf1\xd7\xd8\xf5\x28\x80\xf2\x14\xad\xc4\xe8\x70\xde\xb8\x18\x59\xf6\x2d\xb4\x79\xe5\x9f\xd3\xf8\xad\x65\xdf\xb2\x93\x80\x14\x23\x4a\xc9\x28\x8e\x27\xd1\xeb\xf5\x75\x9f\xc6\xac\xd8\xcc\xbd\x75\x2b\x76\x30\x5e\x67\xbf\xac\x5f\x2b\x34\x07\x62\xef\x71\xfd\x41\x20\xe1\x90\xf5\xcb\xd8\xc0\x0a\x71\x2f\x86\x4b\x16\x29\x42\x88\x22\xb1\xc8\xd0\x9b\x4f\x46\xd0\x03\x74\x78\x87\xbf\x8d\x8b\xf9\xe1\xe9\x81\x75\x22\xae\x2e\xf1\xd8\x5a\x7c\xb7\xca\x78\x56\x41\x6d\xf0\xba\x50\x7b\x5d\xe4\xf9\x20\x51\x70\x31\x59\x32\x7e\x83\x28\x71\xa5\xca\x72\xaf\xbc\x7a\x3a\xdf\xbe\xf1\xa5\x27\x03\xd6\xcb\x78\x7f\x80\x20\x4b\xe9\x01\x20\xf6\xcc\x82\x70\xde\xf5\x75\xc8\x48\xcc\x47\x61\xf2\xc3\x5e\xd2\xa2\x50\xd0\xf4\x20\x68\xdc\x40\x84\x35\x16\x4d\xb7\x98\xe3\xba\xd5\x6c\x9d\x76\x9e\xb6\x92\x3f\xf3\x69\x5f\x12\xa9\x66\x5c\x56\x2d\xb1\xac\xaa\x4f\x5c\x56\x4b\x9a\xe6\xdb\x88\x18\x71\xeb\x0e\x22\x70\x61\xf7\x38\x6d\x3d\x75\xb8\xff\x5c\x6d\xdf\x14\x8d\x26\xcf\x16\x60\x30\x3a\xbd\x7c\x6a\xbb\x7f\x2c\x6e\x97\x87\x67\xa3\xdd\x19\x07\xd9\x6e\xfe\xd4\xa6\xf5\x99\x23\xb0\x2f\x78\xd4\x81\x78\xe8\x4b\x12\x69\xcd\x1e\xfc\x6c\xb3\xff\x6d\x6e\x96\xad\xee\x8b\xab\x4e\xb3\x45\x0e\xdb\xa7\xad\xd7\x58\x60\xfd\x5b\xb4\x0e\xbf\x7c\xbd\x8b\xbf\xca\x1b\xdf\xd7\xb1\x35\xa9\x7c\x8b\x58\x15\x76\x60\x87\x88\x05\x6f\x97\x48\xbd\x5a\xab\xc3\x13\x49\x73\x14\x06\x63\x77\x3a\x26\x17\x5d\xd2\x98\xc6\xa3\x20\x8c\x2a\x90\x3e\x08\xca\x46\x60\x5e\x0c\xef\xd8\x5c\xac\xaf\x93\xab\x88\xa2\xb2\xe6\x46\x84\xa7\x63\xb0\xb9\x69\x75\x18\xdc\xd1\xd0\xc7\xdd\xda\x22\xfb\xdd\x83\x35\xb4\x2f\x79\xae\x4d\xfd\x88\x22\x84\x98\x6d\xf9\xa4\x4f\x19\xa5\x01\xb8\x27\x70\x1c\xce\xd3\x76\xb3\x75\xde\x6d\x91\x81\xeb\xd1\xca\xb3\x67\x85\x69\x84\x50\xad\x76\x5c\xd8\x7d\xf6\xcc\x73\xfb\x95\x30\x76\xe8\xa4\x58\x80\x28\x47\x80\x19\xcf\x78\x6f\x8f\xad\x09\x09\xfa\xdf\xa8\x2d\x13\x4e\x9c\x59\x93\x09\x5b\xd5\xa0\x64\x73\xb4\x3d\x87\x07\xf7\x02\xbe\x82\xe4\x52\x19\xcf\x19\x87\x4e\xa8\x0f\xd1\x74\xc2\x47\x1b\x9e\x79\xc0\x4a\xdd\xd3\xd3\xc3\x88\x36\x8e\x3a\xac\x61\xcc\xad\xe4\x6b\x62\x2c\x51\x3c\x45\xd1\xbf\xc3\xf6\x4b\xfe\x89\x98\x7b\x3f\x88\x43\x23\x3b\x74\x27\x18\x76\x44\x46\xd3\xb1\xe5\xc3\x93\x13\xec\x4d\xea\x97\x82\xe1\x6c\x2a\x55\x42\x17\x30\xda\x1f\x64\xe8\xb1\xb1\xb3\xb9\x3c\x3a\x65\x85\x92\x41\xbb\xfe\x64\x0a\x21\x5a\xc1\x34\x66\xbf\x25\x28\x58\x69\x79\x53\xf2\x0f\xa9\x27\x97\xd2\x8d\x32\xb6\xc3\x81\x06\x19\xf7\x09\xdb\x58\x46\x41\x18\x6b\xbd\x45\x13\xbe\x1b\xe9\xfc\x2a\x73\xd4\x38\xf8\xda\xa1\xfd\xe9\x70\xc8\x81\xe9\x59\x3f\x44\xea\x5f\x85\xcc\x9e\x4a\x94\xe3\xd4\xf2\x36\xd9\x48\xa5\x77\x79\x1c\x10\x1b\x82\x75\x02\x91\x3f\x04\x39\xc5\x44\xd2\xf5\xa3\xd8\xf2\x3c\x0a\x72\x06\x69\x26\xd4\xd6\x20\x8f\x84\xf4\x6c\x5f\x5f\x17\xcf\x00\xb7\x94\x4e\x88\xe5\x93\xa9\xcf\x5f\x89\x1d\x22\x41\x19\x45\x08\x3a\x4e\x85\x44\xcd\xb6\x3c\x2f\x98\x31\x65\x05\xc2\xe1\x2c\x9f\x42\x86\x93\x88\x0a\x6c\x75\x9e\xe0\x1a\x53\xc9\x7a\xf0\x38\x08\x5e\x8c\xd0\x0f\x60\xeb\xbe\x15\xd1\xaf\x64\x0f\x79\x2c\x3a\x74\x1e\xcc\x48\x34\xf7\x6d\xa8\x0d\x4f\x12\xb2\x36\x53\x50\x7c\x4a\x1d\x74\xf6\xc4\x7b\xc2\xdc\xb7\xbf\xa6\x6e\x06\x6d\x51\x69\x44\xbd\x09\x0d\x81\xfb\x21\x65\x25\x99\x8c\xe8\x24\x2b\x6a\x92\x73\x99\x8b\x85\xcb\x53\xc4\xe3\x18\xd2\xc2\x8c\x32\xf8\xe6\x07\x09\x26\xf1\x57\x14\xc4\x86\xe3\xc0\x3e\x6f\x79\x49\x65\x26\x82\x68\xd5\x86\xa5\x15\x4c\x14\x78\x26\x70\x09\x62\x27\x23\x2f\xbd\x40\x34\x2b\x93\x30\x88\x83\x78\x3e\xa1\x38\x5a\x55\x54\x65\x07\x24\x14\x66\x7b\xc0\x01\x09\x71\x71\xc2\x42\xe5\xf9\x31\x71\x72\x30\x2f\x36\xe3\x26\x9b\x26\x81\x6a\xfc\x3c\x3d\x2b\x7f\xfb\x1b\x79\x9e\xa2\x9e\x15\x21\x02\xd8\x76\x70\x0c\x24\xf5\xbf\x9a\x3e\x0f\xe9\x57\xa3\x53\x3e\x78\x8c\x62\xa7\x62\x6d\x2d\x57\x08\x4f\xf9\x19\x52\x7c\x78\x22\x96\x04\x70\xc4\x12\x7c\x54\x76\x48\x41\x34\x90\x98\x4f\x67\x7c\x43\x84\xa7\xb9\xc0\x73\x38\x7a\x7b\x38\xa4\x0e\x48\x30\x41\xe9\x9d\x59\x73\x54\x76\x7d\x80\xa2\xf1\x35\xe1\x15\x5c\x49\x18\x90\x0c\x1f\xc7\x48\xf6\x08\x4a\x41\xc5\x8a\x22\x77\xe8\x17\xff\xf9\xa3\x9c\x96\xec\x72\x22\x1f\x60\xf3\x62\x0a\x9f\x81\x4e\xaa\x96\xc4\xe8\x1c\x7a\x6c\x33\x89\x92\x96\x6e\xe9\x9c\x3b\x27\x61\xdd\x52\x65\x6c\x4d\x8a\xc5\x5b\x3a\x2f\x91\xbd\xdf\xb9\x9a\x5a\xf8\xfc\xf9\xbe\x40\x5e\xf0\xd0\xf8\x87\x89\xe5\xb0\x02\x90\x6b\xad\x19\x38\xb4\x11\x17\xab\xa5\x4a\x1c\xf0\x37\xd0\xda\x76\x49\x81\xef\x82\x69\x62\x93\x4b\x67\xa4\x43\x87\xad\xfb\x49\xb1\x00\xcf\xd2\xbc\x2b\x1c\xca\x1a\xc1\xf9\xbf\x14\xca\xa4\x30\xe4\xd9\x2f\x12\xc1\x28\x46\x71\xc8\xba\xc3\x8e\xb2\x4a\x48\x27\x9e\x65\xd3\x62\x42\xbd\x8c\xd9\x37\xf7\x7e\x57\x99\xf0\xc9\x1e\x7d\x31\x41\x64\xb0\x85\x25\xf6\x12\xb9\x8f\xc8\xe5\x55\x74\xdc\xc8\xb6\x10\x5e\x36\x9c\xfa\xb1\x3b\xa6\x64\x3a\x71\xac\x98\x26\xf6\x23\xe1\x59\x82\x78\x18\x96\x3f\x87\x7d\x13\x77\x2c\x1a\x5f\xdc\xd1\x30\x74\x1d\x1a\x25\xc0\xb5\x48\x32\xab\x84\x99\xd7\x23\x4a\x4c\xc6\x82\x21\xd2\xd5\x92\x91\x75\x47\xfd\x42\x4c\xfa\x94\xfa\x8b\xa5\x18\xd6\x6c\x01\xde\x6a\x47\x1c\x2f\x17\x88\x0b\x49\x54\x45\xe6\xf9\x5e\x46\x68\x14\xf9\x34\xed\x88\x67\x4c\xfc\x45\xc3\x22\x36\x0b\x36\xe8\xe4\x84\xe5\xf1\x80\xfc\xf8\x64\xac\x67\x5b\x2d\xe6\xd5\x9f\x62\xc6\x2c\x5c\xa3\xf4\xde\x8d\xe0\xe2\x20\x67\xc2\x8a\x88\x0b\xce\x5c\x7c\x99\xcd\xdc\x78\x24\x5e\xf1\x64\x69\xb1\xdb\x91\xe2\x0c\x70\x55\xad\x88\x2f\x5d\x2c\x5f\xaa\x10\xd2\x9d\xf6\x11\x6f\x3e\x4e\xa6\x89\x75\x11\x42\xd9\x5d\xc0\xc7\x0d\x83\x19\xb1\xd8\xda\x9d\x84\x14\x00\x5f\x61\x8b\x65\x93\xc8\x26\x94\x35\x14\x99\x77\x6b\x55\x63\x48\x66\x40\xec\xd1\x40\x20\x33\xb0\x15\x37\x65\x55\x90\x14\x59\x50\x76\x4e\x65\x62\xc4\x76\xa0\x09\x3b\x44\x51\x59\xc4\x0e\x26\x73\x55\xf1\x11\x07\x03\x8c\x86\xc7\x5a\xfd\xd3\xd8\x9d\x1f\xa4\x01\xab\xd6\xac\xdb\x80\x4a\x90\x45\x57\xce\x19\x8f\xed\x05\x18\x34\xa1\x0b\x75\x92\xbc\x31\xb7\xa1\x62\x5a\xa1\xc9\x6c\x89\x12\x5d\x78\x25\x79\x66\x92\xa9\x72\x57\xdb\xfc\x18\x25\xce\x13\xd0\x1e\x7e\x68\x41\xdc\x1e\xa8\xec\xb6\xaa\x28\x2f\x9a\xce\x28\xc7\x0c\xc9\xaa\x7d\xd5\x22\xc6\xb5\x9c\x95\xdc\x65\x94\xfd\xfe\x2f\xd6\xa7\x58\x47\x85\x3a\x95\xf4\x3c\x95\x20\x2b\xb8\x25\xd3\x09\xb1\xe4\xda\x81\x06\x86\x6e\x14\xd3\x90\x1f\x8e\xa9\xa5\xd3\xe5\x5a\x3b\x64\xb2\x62\x2b\x07\x7e\xe1\x86\x6b\xbe\x7c\xbc\x20\xb8\x9d\x72\x1d\x7d\x89\x8c\xf6\xb0\x16\x38\x73\xb9\x71\x21\xc2\x7d\x31\xe9\xc2\xa2\x09\x52\x04\x14\x33\x85\xaa\x33\xc6\xba\x95\x58\x99\x92\xf1\x57\x46\x56\x74\x31\xf3\x2f\xc3\x60\x42\xc3\x78\x8e\xe5\x54\x53\x93\xc2\xab\x4f\xec\xcb\x2f\xda\x39\xcd\xcb\xc8\xec\xa3\xa9\x55\x8b\xdd\x26\x16\x2c\x08\x85\x7b\x0d\x7f\x9e\xcf\x62\x00\x4f\x82\x05\x0e\xbc\x34\x1e\x3c\x8f\x99\x02\xed\x72\x94\xc3\x77\xb1\xef\xf1\x19\x13\x1d\x5a\x91\xdd\x96\xe3\x18\xd8\x5d\x26\x72\x77\xd3\x79\x4e\xf6\xf6\xf6\x52\x32\xa9\x9c\x4e\x62\x41\xe5\x28\x4f\x49\x95\x5d\x6d\x09\xe2\xe4\x88\xfc\xa7\x19\x45\x01\xd4\x47\x58\xf4\x96\xef\x00\x8c\x81\x1b\x47\x9c\xdb\x69\xfd\x41\xaa\xfd\x2b\x0c\x3d\xe7\x7c\x4f\x0d\x98\xed\x5f\xcb\x37\x08\x03\x13\x56\xd9\x55\x56\x3d\xc5\x61\xf8\x79\x47\x1f\x70\xa2\x01\xd8\x56\xc1\x20\xe7\x90\x40\xad\x79\xe1\x26\xb9\xc2\xa1\xc7\x5a\xfa\x4b\xa5\x42\x0d\xe4\x85\xa5\xe0\xc2\xfe\x1f\xa9\xae\x9c\x4a\x8e\x61\x9e\x55\x18\x16\xfe\xae\xb4\xf6\x2e\xc8\x2b\x6c\x96\x39\x3c\x14\x93\xa8\xdc\x74\x29\xfd\x98\x62\x5f\xe0\xe7\x22\x6b\x6e\xb2\xa7\xf0\xba\xb8\xa8\xf8\x4a\xca\x3f\x50\x0b\xe0\x3a\xc8\x54\x70\xb9\xe6\x04\x65\x93\xcf\x62\x02\x13\xc7\xa7\x3a\xc9\xaa\xb2\xfa\x51\xa8\xca\x1f\xd9\x23\xff\x54\x5a\x40\xc4\xa2\xa3\x34\xea\x92\xdc\x87\x46\x71\x3c\x79\xbd\xbe\x7e\x17\xd7\xaa\xd5\x8a\x4f\xe3\x75\x27\xb0\xa3\xf5\xbb\xb8\x5e\xaf\xae\x85\xe3\x75\x90\xd1\xfa\xda\x66\x65\x14\x8f\xbd\x15\x7b\x20\xd2\x1e\xe6\xf3\x08\xd8\x5a\xe0\x50\x50\x85\xb2\x9c\xc9\xc2\xe7\xfb\xed\x6a\xe1\x75\xe1\xf3\xb4\xbe\x65\x6f\x17\xca\x70\xd2\xfe\x17\x59\xfb\x9d\x38\xae\x35\x0e\x7c\x47\x29\x57\xe3\xe5\x5e\xd5\x79\x39\x8b\x95\x1b\x86\x74\xbe\xd6\x0f\xee\x95\x82\x75\x2c\xb8\x59\x7d\xc5\x0b\xf6\x59\xc1\xd1\x7a\xac\x94\xd9\x10\x65\x6c\x5e\xc6\x66\x65\x06\xeb\x03\xa5\xcc\xa6\x28\xe3\xf0\x32\x0e\x2b\x63\xaf\x87\x4a\x99\x2d\x51\xc6\xe2\x65\x28\x2b\xe3\x69\x74\xb6\xa1\x4c\xb5\xda\xaf\xf2\x32\x03\x18\x20\x1d\x86\x94\x2a\xc5\x5e\x8a\x62\x35\x5e\x6c\xc8\x8a\xbd\x58\x5f\x53\xca\xec\xf0\xe6\xea\x9b\xbc\xcc\x88\x95\xf1\xd7\x3d\xa5\xcc\x2b\xd1\xa5\x3e\x2f\xe3\xb2\x32\x77\xda\xf0\x2d\xce\xcb\xda\x0e\x2f\xf3\x8d\x95\xc1\xa8\xcf\x35\xb0\xaf\x2a\x85\xfb\xa2\xb0\xe8\xff\x2d\x2b\x1c\x07\x93\x4c\x49\x9b\x97\x94\x5c\xf5\x44\x49\x8f\x0e\xd4\x82\x8e\x20\x29\xc6\x31\x56\xda\x4f\x95\xa5\xbc\xec\x86\x20\xea\x03\x8b\x5d\x9f\xae\x41\x9c\xac\x52\x74\x80\x45\x37\xfa\x62\x36\x02\x56\x34\xb2\x2d\xbf\x96\x94\x7a\x59\x15\xa5\x04\x83\x26\xa2\xd4\x86\x52\x4a\x88\x5b\x55\x8c\xfa\xbb\x28\xb5\xa5\x94\xaa\x0b\x5a\xa2\x73\xa1\x28\xf5\x52\x29\xb5\x21\x4a\x09\x49\x8a\x44\xa9\x57\x4a\xa9\x4d\xc1\x14\x41\x2b\x86\x81\xd2\x41\xbc\x16\xab\x92\xf2\x92\x0b\xdd\x96\x94\x82\x29\x2b\x08\x93\x91\x2a\xb9\x2d\x78\x27\x4a\xde\x29\x7c\xd6\x8b\xbe\x14\x44\x45\xeb\x33\x31\x77\x7a\xb9\x1d\xc1\x17\xb1\x0c\xef\x41\xbc\x38\x08\xd4\x1a\xe6\x94\x92\xa5\xb9\x30\xd6\xb7\x45\x07\xe6\x38\xa6\x28\x5a\xa3\xdf\xa7\x96\x22\xb7\x2f\x2d\x51\x74\x8b\x17\x7d\xe0\xeb\xdb\x8a\x69\x98\x29\x8d\x42\x59\xdd\xb0\xc5\xf4\xfc\x93\x95\x9e\xb8\x4a\x11\x5b\x10\x14\x45\xfe\x80\xc5\x12\xc4\x19\x62\x0e\x5f\x7a\xd6\x06\x2f\xf9\x03\xd8\x14\xba\xb1\x1b\x8d\xd6\x26\xc1\x54\xdd\x88\x5e\x52\xb1\x50\x5f\xf2\xd2\xff\x0d\xeb\x39\x40\xa1\xfd\xa1\x3c\x02\xec\x23\x85\x27\xef\xc2\x5b\x8f\xdb\x85\x1b\x2b\xed\xc2\x7c\x58\xfa\x2e\x5c\xdf\x28\xbc\x26\x3a\x0f\xfe\xc3\xcc\x03\x75\x7c\x57\x5d\xd2\xe8\x36\xdb\x6d\xbc\x31\xf8\x81\xd0\x78\x56\x3d\xba\x44\x76\x87\x65\x5d\x9e\x46\x85\x32\xc6\x6b\x2a\x4f\x5b\xd3\xd8\x7e\x3a\x67\xb7\x1f\xc7\xd9\xcd\x95\xba\xe9\xb0\x2e\x3d\x85\xaf\x49\xf9\xcd\xaa\x28\xdf\xa7\xbc\xfc\xdf\x59\xf9\x8d\xf5\x4d\xa5\xd4\x56\x9f\x97\xaa\x6d\x88\x55\xf8\x89\x95\x2a\xb8\xdf\x0a\xc4\x73\x87\xe0\xbd\x44\x8a\x18\x05\x30\x0c\xc0\x78\x16\x8f\x08\x23\x3b\x18\xbc\x29\x29\x84\x6c\xd9\x9c\xd8\x9a\x3e\x33\x42\xb5\xf5\xba\x52\xc8\x11\x85\x5e\x8a\xbd\xe1\x8b\xba\xe6\x49\xdf\x0a\x9f\xe9\x4b\x93\x0f\x79\x47\x5d\x9b\xf1\x2c\x60\x8b\x24\xd2\x57\x28\x96\xdc\xde\x56\x97\xe8\x40\x5f\x9a\xbc\x83\xb6\xba\x36\x6b\xeb\x9b\xfa\x8a\xe4\x85\x36\xd5\x25\x69\xd9\x53\x8e\x55\xa0\x0a\xed\xa1\xeb\xfb\x3f\xb3\x28\x5f\x3e\x4e\x74\x9a\x29\xd0\xad\xfc\x92\x5b\x2b\x09\xd9\x00\xbb\xaf\x8b\x99\x14\x88\xaa\xbd\xa9\x09\x44\xa3\x40\xa6\x63\xcf\x9a\xc6\xa6\x39\x77\xb6\xd5\x39\x2f\x5c\x18\xca\x4a\xf6\xdb\x5b\xea\xd4\x33\xba\x21\x26\xa1\x14\x25\xe5\x1c\x38\xb6\x3a\x07\x85\xa9\xa4\xaa\xeb\x7c\x58\x98\xbe\x52\x95\xbe\x02\x2d\xf0\x49\x33\x89\x13\xdd\x54\xc5\xa9\x60\x65\xbb\x9b\x08\xd4\x40\x13\xa8\x42\x60\x28\x2b\x87\x46\xb7\x54\xc9\x62\x74\xf5\xa1\x25\xe2\x35\xc8\x1b\x5a\x46\xc6\x42\xea\xff\xc4\xee\xb4\xf3\x38\x11\xeb\xac\x26\x38\xd0\xa7\x3f\x6b\x7b\xa2\x55\x75\x7b\x62\x4c\x1b\x86\xd6\x1d\x35\x6d\x52\x89\xe2\xfb\x09\xf5\x14\x4d\x6e\xe4\x94\xd1\x97\x9a\x34\xda\x05\x62\x53\xc7\xf5\x3c\xcb\x24\x8e\xd6\x4b\x55\x1c\x23\xee\x3a\x1e\xcd\xc7\xfd\xc0\x23\x45\x27\x98\xf6\x3d\x4a\xa2\x92\x59\x8e\x5e\x69\x72\x24\x65\xce\x24\x46\xaf\x34\x31\x9a\x8a\x51\x9a\xa4\x68\x47\x93\x22\x9a\x2d\x4a\x33\xfb\x22\x88\xd1\x62\x11\x6a\x5a\xbe\xe5\xb8\x96\xff\x64\x59\x7a\xf5\x38\x59\x7a\xf7\x08\x59\x22\x36\xef\x9c\x2e\x54\x4f\x13\x12\xaa\x9f\x64\x56\x81\xd8\x6e\x68\x4f\xc7\x03\x8f\xde\xff\xb4\xb8\x50\x4b\xdb\xbd\x68\x0e\x71\x39\x43\x54\x1c\xbe\xff\xc0\x63\x55\x2b\x6f\xda\xc7\x06\x9b\xda\x3e\x16\xe4\x54\xf8\x37\x12\xc2\x41\x3f\xbd\x97\xa5\x58\xa2\x0a\xe3\x11\x0d\xc7\x3f\x21\x83\xb5\xea\xe3\x84\xf0\x64\x35\x73\x02\x74\x2a\x4f\xf6\xe4\x0e\xf1\xf7\x55\x77\x88\xbf\xfe\x10\x75\x34\xfd\xa9\x70\x65\x38\x1a\xff\xfa\xe3\x6e\xa0\x29\x52\xa9\x43\x2c\x25\x24\xce\x40\x15\x12\x1a\x3d\xd0\x38\xbb\x53\x01\xba\xdc\xcf\x48\x47\xed\x71\xd2\xf1\x71\x25\xe9\x70\xb1\x57\x7f\xd6\x79\xf7\x33\xe2\xf4\x17\x9c\x7f\x72\xfb\xf8\x92\xa7\x37\x29\x7b\x93\xae\x63\x4d\xb3\xbb\xb0\x22\x74\xd5\xb4\xd0\xa5\x37\x90\x44\xe6\xea\x69\x99\xfb\x33\xb6\x25\xaa\xab\x58\xae\x5a\x54\x15\xba\xf3\x20\x9c\xd1\xa1\x6b\xf9\xeb\x07\xd6\x4f\xa9\xf3\xb5\xfa\xe3\xa4\xaf\xb5\xb2\x3e\xbf\xbd\x92\x9c\xfa\x72\x20\x8e\x95\x55\xec\x13\x01\x94\x7b\xd2\xdf\x53\x7b\x92\x71\x03\xdb\xd6\x37\xb0\x56\x72\x2d\x34\xee\x61\x3b\xe9\x3d\x2c\x8a\xc3\xe0\x96\xfe\x49\x17\x81\x7f\xe4\xee\x76\xca\x45\x40\x3f\x40\xad\xc5\x5b\xe3\xb6\x2e\xa5\xd4\x34\x3c\x45\x52\x77\xd2\x92\x9a\x1e\xde\x5f\x7a\x19\xe8\x4e\x7e\x52\x42\x37\x1e\x27\xa1\x37\x2b\xc9\x5d\x34\x31\x88\xdb\xbf\x66\x7f\xb4\x6a\x9a\xb4\x3e\x2f\x10\xc0\x60\x8c\xa9\x63\x14\xd6\x9a\x26\xac\xe7\x05\x12\xbb\x9e\x63\x94\xd5\xfe\x40\x93\xd5\x37\x0a\x61\x93\x58\xf5\xb5\xcd\x2f\x35\xef\x89\x34\xd5\x34\x69\xf2\x33\xed\x2b\xc2\xf4\x52\x13\xa6\xd4\x96\xae\xc9\xc8\x8c\x3a\x3f\x25\x23\x8f\x7c\xb0\x79\xb9\xf2\x2e\xf6\x76\x35\x69\xc2\xfe\xe7\x6e\x5e\xaf\xb4\xcd\xab\x95\x3d\xae\xfe\x2d\x2d\x18\x2b\x6d\x5c\xff\x3b\x2d\x18\xdd\x99\x1b\x45\x4f\x17\xc7\x47\x5a\xae\xf7\x56\x14\x32\x37\x8a\xf2\x36\x2c\xa9\xe5\xfc\x47\x9e\x96\xf3\xc4\x7b\xe9\x2b\x4d\x1c\xb3\x17\xb5\x7f\x87\x2b\x69\x52\x7e\x90\xd1\xb9\xbe\xea\x3a\xd7\x9f\x73\x7b\xfd\x37\xb8\x9b\xac\x74\x81\x85\x10\x0d\x8a\x11\x21\x15\xcb\x71\x8a\x05\x8c\x49\xb1\xa6\x8e\x1b\xac\xf7\xa9\xe7\x15\xca\xa4\x80\x7f\x05\xc3\xe1\x6e\xdf\x8a\xe8\xf6\x66\xa1\xfc\xac\xd0\xab\x3b\xfe\xd5\xac\xd1\x6c\xc8\x9f\x83\xd1\xf7\xf7\x5b\x27\xf0\xeb\xd9\xe1\x5d\xeb\xdb\xc7\xfd\xb7\xc3\xc3\x7a\x7f\xe3\xd8\xb5\x3e\x9c\x61\x91\x8f\xcd\x97\xb2\xf8\x5b\x7b\x1f\x7f\x69\x6e\x16\xc8\x8b\x67\x85\xc6\xd5\x2b\xff\xa6\x76\xd6\x50\x7f\x36\x2d\x6f\xda\x1d\xb6\xe0\x77\x1a\xb5\x37\x5a\xcd\x8d\xf5\xcc\xcf\xce\xed\x81\x33\x7e\x35\xff\x38\xf6\x1e\xde\xbe\x6b\x34\x1a\x87\xa3\x09\x10\xb4\x8f\x86\xd3\xde\xc6\xb1\xdf\x3e\xba\x9f\x7c\xf4\x6e\xee\xec\xf1\xf1\xc4\x9e\xef\x1f\xb7\x0f\xda\xb3\xb3\x83\xdb\xd9\xf9\x43\x63\x0b\x9b\x69\x1d\x0a\x02\x27\x57\xc7\x07\xd7\xc3\x16\x0e\xeb\xe0\xf0\xac\x7d\xf6\xbe\x51\x3d\xde\xbf\xc6\x1e\x36\x1a\xef\x1a\x8d\xfd\xe1\x71\xf3\xf6\xe2\xb6\x7e\x73\x7c\x62\xbd\xbf\x0a\xba\xa3\xad\xf1\x71\xa7\xdd\xed\x8e\x3d\xef\xec\x6a\xe6\xde\xb8\x57\xae\x7d\xf5\xf1\xe3\xe6\xec\xfe\x7e\x34\xfa\xf6\xed\xe0\xed\xd1\xd1\xd1\xc5\x59\xfb\xa0\x73\x7b\xc8\x6a\x37\x9a\x8d\x93\xc6\xf8\x02\x08\x06\x2f\x6e\x8e\xad\x68\x73\xeb\xe6\x7e\xe8\x7f\xf3\x4f\x86\x17\xef\xbd\x8b\x8b\x13\x7b\xb8\xbf\x39\xe9\x6c\x1e\xdc\x1e\xcf\xee\xae\xc6\x1f\xeb\xdb\xe3\xf8\xe4\x26\xec\x47\x9b\x93\xe3\x77\xc3\xf3\xf7\xef\xae\x1a\x8d\x46\xbb\xf1\xae\x35\x1c\x8d\x3a\x9d\x6e\xb7\x79\x74\x78\x78\x74\xd2\x06\x82\xed\x8f\x1f\x3f\x7e\x0c\x86\xa3\xd1\xfd\xfd\x7c\xde\x3c\xf2\xfd\xb7\xed\x93\x93\xef\xee\x70\x38\x0c\xe6\xf3\x66\xf3\xa0\x77\x70\x3a\x99\x1c\x9f\x5f\x5c\x4c\xc7\x41\xb0\xb9\xb9\xbd\xed\xba\xd5\x6a\xab\x7d\x7a\xda\xef\x75\xbb\xb7\xb3\xfb\xda\xf5\xcd\xb7\x30\xac\x1e\x7d\xf8\x70\xff\x00\x04\x1f\xbe\xf9\xbe\xff\xf6\xf2\xe2\x82\x52\xdb\xde\xd9\x3c\x7e\x77\x7b\xfe\xbe\xf1\xae\x31\x64\x4c\x7b\x37\xfc\x78\x73\xb3\xbf\xdf\x6c\xb2\x1e\x1c\x9e\xb4\x4f\x2c\xeb\xa3\xcd\x1a\x6a\x1f\xbc\xbb\x3d\xbc\x6a\x30\x26\x0e\x81\xbf\xfb\x6f\x6f\x3b\x9d\x63\x20\x18\x75\x7a\xa7\x51\xe7\xe1\xbc\xda\xed\x5c\xee\xb8\xf7\x9d\xd6\xc3\x87\xce\x59\xf5\xba\x77\xdd\xaa\x5d\xb3\x1f\xe7\xba\xf6\xc1\x19\x7f\xf8\xe0\xf8\xec\x5f\xed\x66\xdc\xbe\xee\x4f\xdf\xd6\x6e\xa6\xed\xeb\x7e\xbd\x7d\xed\xbc\xda\xbc\x1e\x1d\xb5\x6f\xe0\x1f\x10\x64\xbf\xbc\x78\xbb\x31\x78\xb5\xc1\xfe\x55\x87\xe7\x47\xef\xae\x1b\xcd\xc6\x7e\xe3\xa4\xf1\xed\xe2\xa6\xff\xed\xc4\x6a\xbb\x47\xdf\x4f\xdd\x0b\xab\x7d\x30\x6a\x5b\x51\x63\xb8\x7f\xcb\x7a\xdf\x68\x36\x8e\x6f\xdd\xf6\xe4\xf6\xfb\xf9\xf1\x64\x7c\xf3\x3d\x1c\x8f\xfb\x40\x30\x1e\xbb\x61\x3c\xde\x38\x8d\xdc\x87\xd3\x68\x38\x6f\x8d\xbe\xcf\x98\x34\xec\xc3\xe4\xb3\x9f\x93\xfd\xc9\xf8\xfb\x8d\xf9\xdf\xf8\xe6\xc6\x1b\x5f\xcb\x7f\x40\x50\xfd\x20\xef\xdf\xbb\xa3\x6f\xed\x93\xe1\x7e\xa3\x31\xdc\x6f\xdc\x6f\xb4\xec\xfb\x8d\xd6\x6d\xe7\xba\x7d\x7b\xbf\xd1\x8e\xf6\x67\x38\xeb\xf3\x46\xa3\x01\x04\xd9\xe8\xae\xdc\x87\x43\xfb\x5b\xe7\xad\xfd\xd0\x7b\x6b\x3f\x3c\xbc\xb5\x1f\xee\xdf\x3a\xad\xde\xb1\xd7\x7a\x38\x7f\xd5\x9a\x5d\x36\x1b\xb5\x9b\x7d\xd6\xe1\x61\xa3\x8d\xdd\xde\x6f\x9c\x75\x1e\x0e\xed\xce\xc3\x31\xe3\xfd\x95\xbb\xd1\xb3\xbf\x5d\x7f\xc0\x95\xf2\xb0\xf1\xc1\xae\x6e\x7c\x60\xcc\xbf\x7e\xcc\xcf\xc7\xb7\x38\xd3\x8c\x35\xcd\x23\xe7\x66\x72\xf3\x1d\x08\x0e\x1b\xc3\x87\xdb\xa3\x16\x4e\x06\xb6\xff\x31\x78\x37\x3a\x38\x68\x08\x01\x7e\xd7\x68\xb4\xdd\xd1\x56\xb3\x69\x55\x8f\xc3\x87\x87\xde\xed\xc5\x78\xfa\x7e\xf8\xbd\xd3\xed\x57\x77\x8e\x8e\xaf\x8f\x23\x7f\x6a\x8d\x3f\x8e\x37\x2e\x71\xa5\x30\xf9\xeb\x9f\x6d\xde\x6c\x6e\xdd\x3f\x3c\xb8\xfe\xc9\xd8\x7e\x3f\x1c\x3b\x4d\xcb\xde\xd9\x3a\x3e\x38\xfe\xee\x05\xc7\xfe\xbb\xb1\x7f\x79\x41\x3b\x27\xfd\xfd\xed\xfa\xa4\x3a\x99\x3c\x3c\x8c\x7c\xdf\x6f\xbc\x3c\x3a\x7a\x7f\x64\xdb\x3b\x5b\x93\xea\x24\x78\xfb\xdd\xf1\x3e\x02\x41\x46\xf9\xbd\xd3\xb4\xb6\xbe\xbb\x5b\x87\xc7\xf1\xc3\x43\x30\xbe\x1a\xcf\x69\x6d\x7a\xdd\xed\xdb\x3b\x9b\x5b\x5b\xac\x21\x2e\xfc\xdf\xaf\xb7\xed\x87\xa8\xb5\xb5\x79\x73\xff\xf0\x10\xf8\xd6\xb8\x3e\xdd\x6a\x5e\xd7\x6d\x7b\xe7\xe5\xd6\xcd\xf1\xc3\x14\x57\xca\x3b\x7f\xa4\xac\x14\x24\x30\xf4\x9a\xef\x6a\x1f\xf7\x1b\xb0\x83\x75\x46\xf5\xfd\x6f\x47\xfe\xc7\xf6\x70\xf0\x71\xf3\xe8\xe3\xe8\xdd\x68\xe2\x1e\xf5\xde\xfa\xdd\xcb\x83\xc9\xc5\xf0\xcc\x1e\x4e\x26\xfb\xdb\xe7\xdf\x6e\x6f\x4e\x80\xe0\xf7\x8f\xe7\xef\xae\x46\xb7\xfe\xe4\x43\xb7\xc9\xb6\x20\x98\xcb\x46\xb3\xd5\x3a\x3c\x6e\xb7\x3f\x5e\x5d\x5d\xdd\xca\x0d\xe0\xe8\xe8\xe8\xa4\xdd\xb6\xa8\x6d\x0f\x83\xef\xdf\x4f\xba\x5d\xd7\x0d\x4f\x4e\x4e\x2f\xcf\xce\xa2\x28\x8a\x76\x66\x73\x20\x38\xdf\x7e\x38\x78\xf8\x16\x86\xd1\xd9\xd9\xbb\x77\xb3\xd9\x7d\x7c\x7e\x7c\x72\x7a\xf0\xe1\xfa\x7a\x7c\x71\x1e\x53\x8b\xda\xdb\x9b\x5b\xdd\xa3\xa9\x17\x3b\x37\xd6\xc9\xf6\xfb\xab\xab\xdb\x60\x32\xe9\x36\xaa\x37\xfb\x7c\xc7\x69\xee\xdf\xde\xb6\x5a\x47\x47\x1f\xaf\xae\x80\x20\xf4\x60\x32\x9a\xcf\xdd\xb1\x1f\xb4\xdb\x27\x69\x99\xdb\x69\xf6\x2e\x5b\x9d\x8d\x4e\xea\xdf\xe5\x4e\xe7\xbe\xd3\x72\xaf\x3b\x2d\xf7\x43\xe7\xcc\xad\xf5\xce\x1e\x6a\xb8\xc1\x5e\x1f\x5e\x7f\x70\xc6\xb5\x1b\x6f\xe3\x43\x3f\xde\xbc\x76\xea\x6f\x3f\x0c\x6a\x1b\x1b\x83\xda\x66\x6d\x70\xb8\x79\xe3\xbd\xbf\xc9\xfe\x6b\xf2\x1d\x1b\x5a\x6c\xb5\xdb\xed\x8f\xef\x80\x35\x40\x70\x74\xd3\x71\xbf\x1d\xbc\x7d\xeb\xb7\xcf\x2f\xde\x0d\xc7\xfb\x92\x8f\x7c\x4d\x74\x36\x5a\x57\xf7\x5b\x2d\x7b\x7e\xd3\xba\xed\xbe\x6c\xdf\xf6\x9c\x76\xf4\x30\x68\x57\x7b\xeb\x67\xd5\x6a\xe7\xfc\xf0\xaa\xd7\x39\xbf\xba\xbf\x76\xaa\x9d\xeb\x1a\x10\xac\xde\xdf\x78\x57\x0f\x37\x4e\xf5\xe1\xda\xab\xd6\xae\xbd\xda\x87\x1b\xaf\xde\xbf\xf1\xde\xbf\x74\x5e\xbd\xef\xdf\xbc\xda\x58\x77\xf4\x7f\xaf\x9c\x1a\xdf\xfa\x87\x8d\x77\xcd\x61\xfb\x61\xdc\x6d\xbb\xe3\x6e\xfb\x1b\x3f\x02\x36\xab\x6e\x77\xbf\xdd\x3d\x0a\x1b\xed\xc6\x0d\xac\xd2\xe6\xf0\xa4\xfd\xd2\xbd\x68\x6f\x7e\xeb\xde\xb4\x6f\xdf\xdf\xb4\xc7\xf4\xe6\xc6\x77\x6f\xbe\x4f\xc6\x37\x2f\x27\xdf\xad\xf6\x09\x6e\x63\xb0\x88\x5a\xfc\x08\x1d\x5a\xed\xef\x3e\x0a\x76\xfb\xbb\xef\xb6\x43\xdf\x6d\x6f\x06\xee\xcd\xcd\xc4\xbd\xf9\xfe\x7d\x6a\x1d\x47\xf3\xef\x2f\xc3\xe9\x63\xfe\xdd\xee\x07\x28\x36\xcd\xa0\xf1\x0e\x0e\x1c\x67\x7e\x0c\xff\xae\xbb\xc7\xad\xeb\xf9\x71\xc3\x6e\x1f\x5c\xdf\x1e\x36\xce\x86\xc0\xd2\xd9\x41\xcb\x7e\x57\x6b\xdf\xde\xbf\x6c\x47\xbd\xc1\x19\xe7\xe1\xd9\xab\x6a\xef\xec\xd5\xf5\x87\xce\xe1\xe1\x6c\x78\x0e\x04\xc5\x09\x26\x54\x87\xd9\x71\xe3\xac\xfb\xb2\x65\x3f\x38\xad\xdb\xab\xeb\x76\x5c\xbb\x6e\xd7\x6a\xd7\xed\xf8\xfa\xfa\xdd\xab\x65\x1b\x10\x8a\x8d\xf2\x53\xeb\x75\xce\xab\x0f\xdd\xfd\xea\x71\x93\xcd\x34\x63\xe9\xb7\x77\xef\x3e\xde\x8c\xf6\x9b\x27\xf6\x64\xbf\xd9\xff\x56\xfb\xd8\x3c\x78\x3b\x3e\x6e\xbc\x1f\x5d\xbc\xb3\x46\xf7\xfb\x6e\x6b\x72\xdf\x78\x38\x38\xb8\x3d\x6f\xfb\xdd\x77\x40\xf0\x5d\xd7\x7e\x35\x3d\x6e\x6f\xcd\x66\x0f\x0f\x9b\x87\xed\xe0\xf0\xaa\x73\x36\xdc\xac\x7a\xe7\x9b\x9b\xc3\x03\xfb\x64\xfc\xa1\xe5\x7b\x17\x8d\x11\x5b\xdb\xad\xc6\x61\x8b\x0d\xe6\x7e\x7e\xf0\xb6\x75\xf4\xf6\xf4\xa2\x6b\x8f\x87\x9d\xb3\xcd\xfb\xe6\x4d\xfd\x6a\x7e\x70\x8b\x93\x32\xb9\xb9\xec\x76\xbb\xb7\xb1\x37\x1a\x3e\x9c\x74\xdf\x8f\x5b\xe3\xcb\x6f\xfe\xc9\x65\xb7\x6b\x8f\x6f\xbd\xfd\xd1\xa9\x3b\xa9\xdf\xb6\xc6\x17\xc7\xe1\x3b\x58\xe4\x6f\x99\x7c\x36\xb7\xdf\xbe\xbb\xdd\xbf\xda\x7f\xc7\x96\xd4\x51\xfb\xec\x6a\x18\x4c\x46\x37\x9d\x2e\xee\x36\xae\x3f\xbe\x3d\x3c\x3d\x39\xa3\x57\xf6\xd5\x6d\xb0\x35\xd9\xba\xef\x3d\x7c\xbb\x6d\xbf\xfd\xd8\x3b\x39\x7b\x67\x39\xc3\xfb\xc6\x64\xd2\xb9\xef\x3d\xb8\xfe\xdb\xb7\xed\xde\xd9\x3b\xfa\xde\x1e\xbe\xda\xdf\x67\xea\x59\xfb\x8c\x49\xd9\x41\xe3\x9d\x3b\xac\xde\xb4\xae\xf0\x4c\x69\x35\xed\xc6\xe6\xdb\xc6\xed\xc3\xd6\x59\xb5\x7b\xff\xce\xeb\xde\x9f\x1f\x3e\xdc\x77\xbc\xda\xfd\xf9\x79\x6d\xeb\xaa\xfa\xd0\x7b\x57\xbb\xba\xee\x5c\xcf\xef\xcf\xaf\x6b\xd7\x9d\xeb\xfa\xfd\xcd\xf9\x75\xff\xa3\xd7\xeb\x9c\x9f\xf7\x06\x9d\xab\xeb\xce\xf9\xe1\x75\xe7\xfa\xba\xba\x75\x83\xb3\x7c\xdd\xbf\x8e\x1f\x1e\x3a\x5e\xfd\xba\x73\xbd\xd1\xb9\xb9\xae\xf5\x6f\xbc\xfa\xfd\xcd\x8b\xeb\xad\x9b\xda\xc6\xc3\xf9\xf9\x7b\xf6\x99\xc3\x88\x5c\xd7\x6a\x5b\x37\xaf\x3e\xbc\xba\x89\x3f\xdc\x0c\x65\x43\xbd\x4e\x07\x1b\x7a\xb8\xc1\x59\xae\xbd\xfc\x58\xbb\xfa\xd0\xb9\xbe\xba\xbe\xf6\xde\x5f\x77\xae\xdf\x7f\xb8\xf1\xfe\x7f\xec\xfd\xf7\x92\xe3\x46\x96\x28\x0e\xff\xaf\xa7\xe0\xce\x17\x71\xbb\xb5\x6c\x35\x40\x80\x76\xb4\x3d\x1b\x09\x47\x18\x82\x20\x3c\x81\x89\x09\x05\x1c\x01\x10\xde\x83\xd8\x9d\x77\xff\x82\x44\x55\x9b\x2a\x56\x77\x75\x4b\xbb\xa3\x7b\xe3\x57\x11\x92\x28\x20\xf3\xe4\xc9\xe3\x4d\x92\xa9\x9f\x5c\x4d\xdb\x98\x1b\xb9\xbf\x0e\xde\xef\x11\x49\xd3\x34\xdb\xd4\x90\x93\x56\x6b\xa6\xb9\x99\x1f\x25\xed\xa8\xb9\x31\x72\x72\x35\x5d\x32\xa7\xfa\xc6\xa3\xe6\x27\x73\x33\xaa\x9e\x14\xdc\x30\x98\x6d\xb4\xd9\x75\xb0\xe1\x9a\xb1\x61\xbb\x33\xf4\x12\xe4\x49\x12\x17\x59\x11\x16\x49\x18\x16\x45\x91\x14\x75\x82\x14\x65\x31\xb3\xb3\x26\x2c\xb2\xa2\xe4\xaa\xc4\x2b\xca\x62\xe0\xaa\x62\x5a\x96\xc9\x50\x8e\xaa\x17\x86\x45\x59\x84\x45\x15\x5e\x8a\x22\xbc\x94\x55\x31\xac\x8a\x70\x28\xeb\x22\x2c\x9a\x02\xe5\xaa\x12\xb7\xcb\xa2\x2d\xeb\x66\xbd\xeb\x2e\x43\xd9\xa4\x78\x51\x16\xcb\xb2\x6a\xc6\x71\x4d\x81\x96\x7d\x4a\x97\xcd\x19\x5b\x8f\x62\x13\xa6\xbb\xbc\x68\x8b\xa6\x48\x96\x4d\xb2\x2a\x9b\x94\xe6\xeb\x04\x76\xb2\x65\x59\xb4\x61\xb9\xeb\x4a\x82\xab\x1a\xa8\x6c\xc2\x29\xec\xca\x94\xa4\x1d\x8f\x6e\x4c\xa1\x67\x0d\xd1\xcc\x0d\x32\x3b\xb9\x8b\x85\xbd\x99\xeb\x17\x5b\x69\xa0\x1b\xc0\xf2\xd4\x72\x8e\xd7\x2c\xe1\xd6\x5f\x0c\xc8\xda\x69\x6c\xb3\xa6\x77\xfb\x66\xbb\x9a\xd6\xd3\xb5\x3d\x70\xc3\x26\x10\x98\x65\x6c\x2e\x0a\xc4\xb6\x8a\xa2\x34\x9b\xa2\x98\x36\x17\x3b\x6c\x89\x52\xa8\x71\x55\xd3\x36\x47\x53\x8b\xd1\xc1\x75\x47\x5d\x96\xdc\x06\x1d\x3c\x41\xdf\x78\xfb\xac\x28\x8b\x26\x2c\x77\xed\x15\xab\x33\xed\xf4\xc9\xda\x69\x06\xe0\x1c\xdd\x0a\x39\xc7\xed\x31\xb5\xb9\x1a\x47\x67\xe7\xcb\xc1\x61\x07\xa4\xb5\xfb\x94\x5e\x09\xcd\x01\x71\x2d\xa1\x25\x40\x4a\xdf\x00\x9e\xbb\xab\x06\x90\x37\x0d\x20\xd7\x39\xc8\x64\xb2\x04\x19\x98\x03\x11\x6c\x19\xcf\x51\xd5\x1e\x14\xbd\x8c\xc1\x24\xb5\x2b\x18\x4e\x52\x79\xd1\x08\x1c\x78\xc1\xf5\xd2\x45\x55\xc9\xbc\x60\x4c\x45\xe5\x2a\xc3\xd7\x98\xc5\x18\x70\x5e\xd8\x8b\x42\x46\x79\xc6\x99\x8a\xac\xfa\x5e\x90\x6b\x18\x67\x2d\xb7\xea\x2c\x66\xcb\xca\xb2\x55\xa3\x81\xfd\x1c\x33\x39\x4b\x46\x54\x38\xce\x8b\xc2\xb1\x55\x3d\xeb\x24\xa3\x07\x97\xc5\x52\x8a\x86\x28\x62\x73\x5b\xd4\xe5\x24\xaa\xc7\x60\x09\x5e\x70\x8b\x25\x1e\x11\x11\xcb\xe5\x96\xa8\xca\x70\x56\x6b\x55\xcf\x5e\x2c\xfc\x0c\x47\x14\x53\x58\xa2\xac\xc2\x49\x5e\xdf\x16\xd2\x23\x2a\xaa\x39\xde\x36\x54\x1d\x99\xf7\xb3\xa0\xbf\x2e\x14\x91\x71\xcd\x72\x8e\xf1\xe0\x46\x11\xb8\xee\xf3\xec\xdc\x87\x58\x34\x44\x29\x9b\xb2\xbc\x7c\x5d\x2d\xde\xb3\xd6\xc2\x0c\xd5\xeb\x42\x89\x21\xc8\x72\x54\xd4\xb1\xc9\xca\x03\x7b\x51\x6e\x0b\x19\x82\x20\x47\x51\x5e\xe7\x2c\xa7\x70\x5b\x75\x16\xe5\x63\xe4\x50\x19\x9a\xac\x27\x5d\x3f\xcb\x7b\xd9\x26\xf4\xeb\xb6\x58\xce\xb1\x64\x39\xe9\xea\x3e\xce\x6d\x65\xa7\xcd\x48\x2a\xdb\x8d\xdb\x4a\xea\x5a\x33\x4b\xab\x40\xb7\x2a\x99\x97\xac\xa5\x1a\x32\x5c\xf4\xb5\x64\x96\xf6\x99\x4e\xc6\x18\x3b\xca\xf3\xd2\x12\x65\x1d\x4e\xf2\x5e\x32\xed\x73\x88\x6e\x93\x78\x5f\xee\x2d\x5b\xb7\x92\x79\xbf\x08\x72\xdb\x56\x50\x3d\x49\xf7\x5c\xe9\xda\xaa\x9a\x5d\x77\x94\x9f\x6d\x1b\xd5\x92\xb4\x6d\x19\x6e\xa4\x5f\xbc\x67\xc3\x1b\x40\x2b\x44\xb7\xb3\x84\xab\x33\x53\xd1\xe5\xb0\xe8\x63\x93\xb5\x6c\x82\x4e\x90\xb8\xe0\x05\x53\x91\x8d\x28\xc9\x7b\x93\x95\xcf\xf8\x75\xa1\xba\x6a\x2c\x4b\xb7\x92\xae\x5f\xe4\xb9\x1c\xae\x8e\x09\x92\xee\xab\xfd\xc9\x56\xf5\xa2\x1b\x99\xd2\xe7\xb9\x22\xaf\x8e\xba\x9e\x0a\x87\xe6\xa4\xe9\x00\x10\xc0\x07\x3c\x10\x19\xc0\x9a\x16\x21\x46\xac\x0a\x6e\x86\x94\xdc\x32\x6a\xb5\x60\x2d\x09\xbb\x0c\x44\x54\xe0\xea\x8e\x17\x64\x2f\x77\xa2\x1e\xe7\xe4\x58\x1b\x48\x72\xcc\xa4\x58\xfb\x78\xa5\x6e\xde\xbb\xc6\x02\xc7\xf5\x98\x8a\xaa\x62\xe7\x68\xba\x75\x89\xf2\x2b\x6d\x76\x22\x00\xd9\x83\x21\xc5\x22\x84\xed\x45\x92\x23\xb4\x88\x05\xa4\x78\x7d\xb6\x65\xae\x82\x09\x0c\x33\x97\x42\x62\x8c\x1c\xb0\x30\xa2\xb6\xbc\xc8\x14\xaa\x71\x15\xa1\x5c\x92\xce\x57\x6e\x6f\x69\x5e\x10\xc3\xcc\x34\xd6\x0b\x8c\xc3\x13\x52\x25\xb3\x82\x33\x54\x51\x8e\xa2\x38\x17\xaf\x71\x4a\xe6\x5c\x3d\xbc\xbd\xc7\x55\x1d\xbb\xf8\x30\x0b\x1e\xb2\x51\x15\xa8\xd7\x6c\xf4\xba\x16\x6f\x18\xbe\x4b\x89\x17\x2e\xd8\x92\x0a\x99\xa5\x85\x41\x8a\xba\xdf\xd4\xae\x6b\xca\xd6\xf2\x48\x0d\x54\x5e\x94\xb6\x62\x88\x20\xac\x03\xd7\xb8\xc8\x97\xe3\x76\x46\xe5\x49\xe9\xc8\x86\x1e\x56\xa3\x0b\x00\xc2\x00\x80\x48\x54\x1d\xc9\x64\xfb\xad\x18\x03\x16\xd0\x80\x04\x46\xd6\x4b\xe7\xe1\x1c\xa7\xe4\x76\xc7\x0b\x9e\xef\xec\x81\xdf\x2f\x82\x0b\x49\x84\xe5\x36\x65\x78\x41\xf4\x7d\xed\x8a\x3d\x8e\x6f\xc9\x81\x88\xae\x11\xd8\x83\x1b\x6d\x0c\x27\xb8\x26\x88\xdc\x96\x20\x49\x86\xc9\x4d\x45\x16\x45\x3f\x08\x28\x96\x5b\xca\x38\x49\x92\x4c\x9e\x1f\x45\x51\xf4\xc3\x20\xa6\x98\xab\x6f\x2a\x6e\x7b\xdd\x61\x92\x49\x0b\x78\x64\x61\x57\x17\x8b\x03\x3a\x7a\xc0\x90\x01\xbd\x7c\x8e\xe8\xcc\x94\xb6\x9c\x63\xf8\x31\xcb\xca\x57\xec\x48\x32\x67\x8b\x23\xc3\x8b\x61\x94\xf7\x9a\xb1\xc0\x96\x5b\x35\xa6\xca\x8a\x61\x95\xab\x22\xcc\xdc\x00\xe3\x2c\x19\xdd\xea\xd1\x9e\x2b\x1d\xcd\xb0\x96\xf3\x31\x3e\xcc\x5d\x33\x2c\x89\xe3\x71\x46\x15\x7c\xed\x59\x96\x05\x67\x57\x0d\x29\x07\x3b\x02\x60\xdf\x51\x58\x87\x77\xa0\xaf\xa9\x7d\xe8\x18\xb8\x9c\xc1\x26\xae\x82\x08\x38\xc0\xc7\xf1\x88\xda\x0a\x57\xba\xab\x46\x96\xf5\x8b\x45\x3f\x72\x19\xc7\x53\x2a\xa1\x0f\x02\x67\x19\xc6\x98\x05\x5c\x03\xd0\x6b\x1a\x21\xf0\xfc\x43\x66\xd0\xe7\xc1\x2d\xb5\xa0\x1f\xb3\x85\xf9\x97\xe9\xc6\x63\x06\x71\x03\x38\xa6\x11\x11\x00\x78\xde\x5d\x7d\x77\x45\x51\x91\x33\xe7\xa4\x8c\xbc\x86\xbd\x0c\x28\xae\xf1\x36\x46\xe9\x46\xd6\xf5\x7d\xe0\xdb\xf8\x43\xbd\x81\x57\x0d\x79\x7c\x16\x9c\xed\x87\x67\x37\x80\xbc\x63\x19\x8f\x2f\x1e\x8b\x13\xbc\x63\x3c\x2b\x58\xbc\xe6\xd9\x68\x1c\xa8\xba\x2c\xed\xa3\xae\x27\x4d\x7d\x4d\x1d\xac\x25\x32\x9b\xc5\x79\x59\x8a\x18\x68\xbb\x8c\x06\x87\x35\xbd\x9d\x8d\xfc\xc4\x2f\xdd\x8d\x86\x24\x98\x03\x80\x9d\x89\x84\x16\x04\x41\x34\xdc\x80\x31\xf2\x25\x27\x93\x37\x80\x57\x11\xca\xd4\x3d\x27\xc8\x7e\x1c\x50\x18\xc7\xc9\xf1\xa0\x44\x39\x97\x5b\xb2\xaa\x47\x85\xe9\xcc\x58\x99\x0b\xf5\x38\x8e\xaf\x2e\x40\x51\xf5\x28\xbb\x2d\x8c\x5d\xf4\x78\x16\xb3\xc5\x15\x19\xc1\x0f\xe3\x7a\x2f\x59\xa3\xb5\x59\x22\x33\x84\xa4\x18\xce\x3a\xea\x7a\x56\xd5\x7d\x8c\x71\x72\x81\xcc\x90\x2d\xc7\xef\x0d\x53\x56\x93\xa2\xee\xdd\x20\x2c\x89\x6d\x04\xc7\x6c\xb5\xbb\x6e\x73\x79\x09\xe2\xbd\x69\x59\xc3\x75\xeb\x55\xcd\xd9\x47\xdd\xc8\x2e\x63\x16\x70\x15\x11\xd9\x4a\x66\xb3\x84\xdb\xed\x5d\xd3\xc2\x3b\xc2\xb7\x53\x00\x7c\x32\xec\x1c\xc3\xd2\xf2\xdd\x01\x87\xbd\x07\xe1\xc5\x49\x0c\x00\x09\x1f\xa5\x80\x17\x45\xdf\x0f\xd4\xab\xc8\x2c\xf1\x9b\x52\x8c\x75\x1b\x55\xe2\x78\xcf\x70\xdc\xb1\x9c\x42\x9e\x09\x3a\xcd\x98\x71\x70\xc0\x82\x7e\x11\xf4\x30\x39\x26\x37\xa2\xd0\x38\x8f\x5a\x45\xaa\x51\x99\xd2\xb4\x78\x1b\x17\x53\x18\x7e\xd5\xaa\x31\x9c\x23\x19\x26\x33\x24\x59\x0e\x23\xf7\x3a\x98\xbb\x0d\xce\x72\xd6\xb8\x0e\x4e\xe2\x98\x62\x39\xce\xd2\xc9\x71\x9c\x28\xcb\x61\x12\xc7\x37\xa0\x0f\x79\x9f\x29\xca\x23\x50\x76\xf4\x29\x9c\x75\x7d\xc1\x30\x99\x29\x89\xb7\xc1\x14\xcb\x5d\x31\x1d\x07\x4b\xb2\xec\x47\xc1\x8d\x59\xd6\x08\x80\x79\x04\x7a\x5b\x48\xbd\x86\xc8\x04\xd6\xe1\x00\xe0\x87\x31\xad\x60\xb9\x03\xc7\x24\x1d\x3c\x77\x18\x42\xdd\x9e\x19\xd9\xc7\x01\x01\x00\x70\xdc\xa0\x58\x5e\x52\xfd\x82\x13\x54\xca\xc8\xba\x3c\x97\x45\x27\xc0\xc2\x5d\x40\xc9\xe1\x39\xa6\x2b\x5d\x63\xb6\x8e\x6a\xcc\x4c\xb1\xcf\x25\x49\x51\x93\x76\x04\x98\x6e\x39\x5e\x55\xa7\xae\x01\x67\x7d\xb7\xbc\xa8\x5a\x94\x65\x91\xb1\x93\x9d\xe2\x32\x73\xab\x0e\xbb\x26\x29\x38\x00\x1d\x89\x93\x83\xaf\x02\x8c\xc2\xce\xcc\x15\xab\x00\x88\x39\xe0\xf0\xae\xdb\x83\xfe\x08\x44\x72\x81\x31\x63\xbe\x8c\xfb\x1d\xd7\xcf\xa5\x01\x4e\x22\x02\x60\x38\x79\x01\x17\x29\xa4\x7c\x9e\x0c\x84\xc2\xb7\xd8\x50\xf0\x31\xe3\xb8\x25\x18\x6c\x0e\xf8\xb3\x81\xc0\x61\xd7\x66\x7c\x05\xa8\xa3\xdb\xcf\x18\x46\xf4\x31\x7c\xcb\xf4\x22\xa9\x46\x0c\x3e\x1a\x07\x12\x59\xcc\xe7\xfe\xec\xd0\xf0\x24\x2b\x44\x7a\x4c\xf8\x63\x1a\x3a\x07\x00\xd0\x3e\x00\x91\x0f\xfb\x4c\xc8\x59\x82\x31\x17\xce\xdd\x54\x24\x59\x52\x8a\x02\x4e\x21\x17\x0f\x95\xa7\x1d\xc0\x7c\xb0\x06\x3e\x2e\x52\x37\x80\x21\x13\x32\x66\xb6\x3c\x77\x53\x9e\xf8\x38\x16\x88\xf1\xe7\x25\x54\x1c\x3c\xac\x02\xc6\x64\x11\x07\xc1\xc1\x44\x5c\x05\x00\xd1\x10\xba\x87\x37\xc2\x76\x2c\x99\xda\x51\x76\xcb\xca\x12\x67\x35\x27\x24\xff\xb2\x3f\xf3\xcb\x8d\x02\x06\x41\x89\x56\x73\x37\xdd\x35\xb6\xd7\x55\xb6\xe5\x27\x66\xb8\xcf\xe7\x2e\xcc\xd9\x15\xd9\xcb\x06\xc4\xa0\x47\x55\xe9\x58\x3f\xf2\x4c\x37\x9d\xd1\xc6\x7c\xc8\xce\x37\x80\x28\x0a\x15\x1b\x82\xaa\x5b\x54\x0d\x67\xd0\x39\xe9\x57\x31\xae\xd6\x87\x7a\xb6\x86\x2a\xe3\xb4\xe1\x23\x1f\x54\x60\x2b\x61\x2e\xea\xf3\xdb\xc3\xbc\x52\xa7\x05\x7e\x30\xb0\xcb\x46\x2b\x01\x6a\x14\x6c\x56\xe9\xa8\x8e\x40\xde\x69\x16\x8e\xf9\x32\xd4\xa0\x8e\xbf\x36\xb7\xd0\x62\x75\x56\xa7\xf9\x21\xb1\xb7\x24\xab\xfa\xd1\x29\xb5\x18\x74\x43\xd8\x87\xa2\x77\x5d\x33\x0f\x6c\x5e\x4a\x70\x67\x51\x72\x71\xa4\xf2\xd1\xa5\x5f\x87\x4c\xd6\xf8\x0b\x97\x6d\x67\x82\x41\x6f\xac\xc5\xc6\x99\x8e\x18\x6e\xbd\xb6\x70\x56\x26\x72\xa4\x5c\xe2\xbc\x83\x0a\x7a\xa8\xa5\xd3\x59\x27\xf5\x9e\x85\xac\x70\xeb\x0d\xe7\x2c\x68\x36\x74\x85\x9b\xae\x88\x71\x76\x48\xc3\x5a\xad\x42\x68\xb2\x5e\xc4\xc4\x16\x51\xa0\x69\x1f\x99\x8e\x91\x1e\xa7\xe4\x08\xd0\x2a\x86\x16\xea\x15\x5f\xc8\x14\x6a\x3b\xed\x57\xf2\xbe\x10\xe7\xfb\x69\x06\x00\x26\xf7\x8d\x76\xec\x56\x2b\xd6\x5d\xd8\x49\xa2\x24\x0d\x6b\x45\xc7\xd5\x02\xde\xd0\x34\x1c\x6d\x0d\xae\x05\xd2\x21\xef\x4e\x82\x0c\x0e\x17\xf9\x00\x1c\x64\x14\x9b\x28\xf5\x88\x0e\x43\xe8\x0e\x00\x36\x16\x09\x83\x5b\x2c\xd6\xcb\xfd\x6a\xb3\x65\xf1\x73\x3f\x9f\xe6\x4b\x8b\x50\x5d\x64\x75\x94\x5b\xe9\x72\xdc\xb1\x11\x83\x2f\x0c\x73\x76\xde\xb5\x8b\x38\x17\x02\x53\x19\xe0\x6a\x4a\x24\x29\x35\x73\xc7\xe8\x2b\xaf\xcb\x94\x5f\xaa\x84\xcf\xe8\xb3\xd9\x31\x58\x3b\xb4\xe2\xc2\x90\x9c\xd8\xbe\x00\xdc\xde\xb9\xe8\x1d\x7f\xcd\x38\x4b\x13\x3d\xed\xe5\x93\x69\x0f\x5c\x68\x94\xdc\x7c\x5a\x1f\x8a\x3a\xe5\xb5\x9d\xe0\xe9\xc2\x16\x89\xb4\x56\x35\xc6\x2d\xe7\xc8\x81\x85\x82\x08\x8f\x17\x16\x25\x09\x73\x65\xb7\x35\x0e\xa6\xc3\xa8\x68\x6b\xf0\xb3\x20\x0b\xe4\xf9\x99\xa6\xe2\xf4\xa2\x43\x88\xb2\x60\x57\xd1\xb6\x92\x83\xa3\xae\xac\xf7\xf0\x42\x9b\xa2\x38\xb4\x3d\x14\xec\x4c\x74\xf5\xb0\xda\x1e\x46\x03\x4b\x0e\x74\x71\x64\x64\xec\xc0\x84\xa9\x4e\xa8\xf5\x8a\xf1\xd8\x16\x3a\x2d\x84\x7a\xc0\xfa\x5c\x19\x4c\x53\x9c\xe2\x06\x19\xd0\xc7\x53\xb1\x9d\x5b\x00\x13\xe3\x70\x85\x6c\xd9\x60\x3f\xcf\xd8\x76\x1a\x1c\x1d\x90\x03\xf6\x9a\x3b\xe8\x37\x80\xeb\x2d\x52\x5a\xe0\x38\xdf\xab\x0e\xc0\x52\xad\x5e\xad\xf0\xc1\x04\xd8\x74\x57\xd1\x8e\xe6\x4d\xc5\x79\x30\x15\xb1\x59\x17\x40\x66\xc9\x2a\x87\x5e\xc6\x5c\x66\x9d\xf8\x8a\x07\x5c\xa5\x12\x85\x8c\x52\xc9\xd4\xdf\x60\xb4\xa3\x1d\x82\xfe\x06\x50\x96\x24\x23\xe2\x74\x93\x3d\x0a\x94\x71\x58\x6a\x73\x40\x96\x61\xce\x66\xe4\xf9\xe8\x03\xa4\x63\x25\x93\x96\xc9\x3e\x61\x89\x64\x4d\xc1\x60\xe9\x93\xc7\xca\x5f\x58\x73\xb3\x02\x3b\xa6\x2e\x79\x6c\x35\x3d\x05\x2b\x95\xdb\xb5\x86\x3e\x66\xf4\x6e\x5d\x11\x1d\x75\x9a\x25\x83\x31\xc8\x33\x6a\x8d\xec\x67\x01\x22\x5c\x6a\xc4\x5b\x2d\xb1\x99\xe8\xca\xb0\x0c\x2a\x31\xf4\x77\x07\x5e\xf0\x59\x79\xc3\x4a\xf8\x2a\xa0\x8e\x60\x19\xa9\xd5\x8e\xda\x73\xc4\xc2\x01\x0b\x47\x91\x5a\x5f\x1e\x6b\xb0\x07\x07\xa5\xe2\xcd\xa6\xd7\x51\x51\x09\x21\x9e\x96\xd6\x04\x99\x2c\xf5\xb4\xb5\x34\x11\x28\x9d\x54\x48\xdc\xf9\xd2\x89\x1b\xac\x2c\x83\xc6\x97\x10\xc0\x29\xd5\x41\xf4\x44\x27\x2a\x81\xe0\x13\x42\x60\x2b\xa4\x7c\x29\x8f\xe2\x02\xc6\x6f\x00\xa3\x7d\x7e\x74\x6b\xfd\xac\xaf\x74\x04\x42\xd5\xb3\x77\x44\xd5\xcd\xc2\x67\x5c\x2b\x3e\x49\x20\x03\x49\xa1\x92\x61\x97\x2f\xd0\x00\x77\x1d\xbc\x8b\xfd\xf9\xea\xe4\xd8\xa7\x21\x4e\x44\x1e\xf8\x16\x16\x05\x2b\x67\x7a\x72\x08\x9f\x9a\x8e\x72\x78\xea\x88\xe3\x69\xf0\xfc\xdd\xc1\xd9\x19\x6c\x05\x00\x2b\x82\x52\x39\x9e\xd3\x00\x6a\x8e\xdb\x0b\xda\xce\xe8\x08\xcd\xb5\x25\x84\xd6\x8b\xb2\xd1\xd7\xb3\xd3\x32\x2f\x4f\x36\x8f\x88\xa8\xbe\xd7\x2e\x9b\x35\xd6\xa9\xb5\x8d\x77\x01\x15\x8c\xf1\xa1\xde\x1c\xbc\x76\x29\x78\xd0\xdc\xb4\x28\x51\x75\x7c\xae\xd4\xaa\xb9\xeb\x9d\x86\x60\xa6\x00\x02\xcc\x08\x32\x58\xd8\xa8\x16\x13\x16\x89\x77\x0b\x7b\x6a\x1f\x4e\x11\x97\x55\x68\xcd\x80\xc6\x43\x5b\xd6\x14\xc2\x00\xf5\x2d\x34\x5e\x8e\xd6\x06\x3d\xc8\x27\x26\x2a\x77\x2d\x7c\x00\xf2\x7a\x79\x38\xb8\xbb\x95\xbf\xce\x1c\x84\xab\xbd\x3d\xc5\x71\x03\x27\x79\x81\xd0\x22\x3e\x9b\x51\x3b\xec\x70\x4c\xac\x63\x7b\xc0\x44\x66\xe7\xb3\x59\x0a\xdb\xb6\x8e\x55\x43\x69\x98\x86\xd1\x91\xab\x31\xbd\x8d\x91\xf3\xb4\x55\x5c\x75\xa5\xe5\x11\x32\xdb\x85\x2a\x2c\x5a\xe7\x43\x74\xe9\x00\xa0\x0b\x5b\xc5\x61\xc8\xa8\x0c\xc1\xb5\xe7\xde\x12\x13\xf2\x15\x09\x3b\x78\x08\xcf\x41\x06\x29\x3e\xb1\x36\x35\xc0\x87\xee\x32\x80\xc0\x9a\xf1\xb0\x1b\xc0\x7d\x94\x2f\xa1\xbe\x02\x00\x37\xc9\x1d\x69\x30\xd1\xf4\xd2\x32\x4b\x71\x98\xed\xf7\xcb\x98\x39\xd5\x18\xb4\x64\x78\xfd\xac\xb3\x7b\xa1\x38\x28\xbc\xe7\x82\xe4\x62\x9d\x97\x64\x05\x8b\x58\x14\xb3\x79\x28\xeb\x3a\x9d\x8a\x08\x9e\x19\x63\xfb\x63\xab\x83\xa4\x9e\xc2\xfe\x4e\xc4\x28\x0e\xc7\xd2\x1c\x11\x55\x55\x34\xa1\x59\x1d\xd4\x26\x81\xb1\x6a\x4e\xe9\xc6\x1a\x19\xd0\x79\xe6\x64\x25\xb6\x44\xb2\xe3\xaa\xc0\x16\x17\x38\x3b\x80\x16\x3a\x65\x3d\x8d\x2c\x3a\x2d\xf1\x19\xfa\x34\x9a\xaf\x9e\x12\xca\x75\xec\x99\x0e\x56\xcc\xb8\x1e\x35\x5b\xbc\xd8\x60\xbe\xb5\x44\x37\xa0\x6f\xe8\xe6\xb0\xdf\x41\xab\x99\x81\x53\x73\xf2\xd2\xb1\x79\x41\x53\xe0\xb8\x3c\x52\x70\x75\xd6\xec\x06\xec\xd3\xb6\x75\x77\x4e\xd9\x9c\x8c\x4e\xe0\xc7\x22\x46\x48\x58\xcb\x10\xcc\x97\x6b\x60\x00\x80\x2d\x93\x3d\xc6\x1f\x1d\x5f\x21\xd6\xb4\x2c\x15\xec\xbc\xed\xd6\xf8\x19\xc4\x38\x79\x00\x38\x90\xe3\x23\x04\x0e\xdd\x41\x60\xb9\x78\xd3\x5f\xdd\xe8\x21\x49\xbd\x16\xf1\xf4\x1c\x45\x8f\xfe\xe8\xe8\x3b\x94\x68\x4f\xc3\x32\xb9\x6c\x23\x34\xbb\x1c\xd6\x86\xc2\x55\xb8\xd0\x0e\xc0\x07\x3b\x31\x84\xb3\x99\xb3\xdc\x0f\x15\x22\x20\x07\x1f\x09\xe6\x00\x67\x58\xe0\x83\xed\x01\xb6\xf6\xe9\xa2\x87\x31\xc2\xd7\x4e\xf4\xaa\x41\x94\xfa\x72\x1a\x1d\xbd\x23\x31\x8d\x01\x2e\x62\x80\x51\x50\xdc\xca\x12\xa8\x6b\x1f\x2c\x95\x83\xad\x9b\x60\xe3\x5b\x6a\x69\xea\x40\x25\x01\x98\x12\xfd\x7c\x25\xa2\x50\xb9\x5e\xd1\xbd\xaa\x16\x66\x82\xc1\x58\xa2\x36\x7c\x9c\x9d\xa9\x33\x5d\xcf\x7c\x62\x6c\x2e\xa4\x69\xdb\x1c\xd7\x3c\x93\x54\x67\xb9\x58\xe8\xd1\x20\x0f\x5b\x79\x89\x08\x24\x13\x0b\xcd\x49\xd7\xbd\xa1\xd7\xf3\x76\x49\x61\x3e\xe1\xb3\x5a\x5c\x9f\x8e\x94\x51\xef\x01\x48\x0b\x15\xee\xc5\x8c\x80\x8d\x5d\x78\xcc\x16\x0e\xb5\x10\xc7\xe4\x71\x8e\xa7\xc6\xac\xc6\x76\x20\x32\x71\x01\x60\x20\xb0\x23\x08\xf0\x53\x08\x74\x32\x8e\xbb\xb1\x0e\x00\xe0\x1d\xea\x2c\xaf\xb2\xce\x5e\x6f\x35\x62\x68\x3d\x22\x34\xdb\x21\xb5\x6b\xa4\xa6\xe6\xf6\x6e\x91\xb9\xfb\x99\xc1\xc5\xeb\xb5\x32\xa6\x66\x24\xc0\x70\xb3\x6d\x4e\xc5\xc6\xc0\x15\xac\xe6\x3b\x0d\x88\x2a\x09\xba\x6d\xbd\x8f\xeb\x41\xb6\xe8\x16\x10\x06\x8e\x2a\xfd\x4e\x3b\x17\xa1\x04\xa6\x82\x09\xf8\x60\x70\x0a\xd2\x97\x1c\x20\x74\x19\xee\xb7\xae\xd2\x57\x0a\xbd\x1b\x93\x47\x92\x5a\x4e\x33\xc1\x46\xa6\x07\xc0\xac\x9d\xf0\x20\x3a\x47\x7f\x95\x0b\xc6\x74\x77\xee\x45\xb9\x45\x4e\xe7\x84\x6a\xce\xe8\xdc\xdf\x76\x03\x3a\x83\x21\x7b\xcb\x2d\x07\xb4\xf7\x95\xf5\x7a\xe5\x65\x89\xae\xee\x48\x8b\x70\xe1\x79\x47\x7b\x63\x5f\xcf\xe8\xdd\xb3\xe3\x6b\x88\xdc\xb7\x72\x97\xc2\x5a\x66\x1e\x59\xa9\x88\x24\x7c\x01\x64\x11\x4a\x1a\x2d\x03\x6a\x75\x5c\x01\x1f\x88\x3c\xb6\xb7\xb4\x0e\x80\x18\x60\x52\xaf\x40\xb3\x43\x72\x2a\x76\x85\x2c\xed\x09\x3b\x38\xda\xf0\xa8\xcb\xb6\x57\xe6\x18\x6a\x6f\xe6\xe7\xbc\xd1\x49\xf3\x8c\xe1\x04\x22\x38\xee\x91\xca\x71\x8e\xf4\x71\xe2\xe4\x50\x07\xbe\x5b\x03\x00\x08\xb5\x53\xe6\x71\xaa\x26\x0b\x38\x4e\xba\x32\xe7\xf9\xe0\x20\x32\xdc\x79\xd9\xc0\xe4\xfa\x54\x22\xed\x98\x49\x61\xa9\xcf\xef\x5d\x26\x2e\xcd\x2a\xf4\xcf\x56\x10\x9f\x1b\x77\x09\x28\xcd\x9f\xd6\xc3\xb1\x53\xd3\xe3\x0e\x55\xd8\x5d\x6e\x9d\x2d\x9d\x03\x73\xed\xd6\x68\x0f\xa9\x53\xc1\xfa\x1c\x30\xe1\xf5\xb1\xac\x65\xd4\xed\x6b\x71\x6f\x38\x63\x38\x77\x68\x0d\x72\xbb\xc6\xe3\xb6\x14\x25\xd6\xc7\xbc\x3c\xe8\xd2\xbd\xce\x9e\xeb\x6d\x91\xe4\x4b\x8d\x3c\xc8\x2d\xe6\xad\x48\x2c\x54\xd1\xc2\x67\x6d\x11\x74\xc4\x7c\xe7\xad\x77\x80\x27\xf8\x80\xb6\xf7\x00\x80\xd8\xe7\xa6\x35\x55\x2d\x46\x7b\x38\x35\x2e\xac\xb3\xb9\xe0\x29\x6b\xa1\x65\xbf\x3b\x34\xf1\x36\xed\xbb\xea\xa8\x6d\xa8\x2a\x42\xa2\xf9\x21\xac\x70\x40\xe3\x6b\x2a\xea\xec\x2d\xb9\xf1\xd9\x5b\x95\x24\xbd\x44\xd5\x19\xc6\x5d\x8a\x37\x77\x3b\x3f\x1b\xd6\xfc\x94\x7a\xe8\x2f\x87\x9d\x81\xf9\x4c\x3f\x1d\xe8\x10\xc7\x00\x07\x62\x8c\xdb\xe7\xd4\xac\x12\x36\x6c\xae\x39\x17\x32\xdc\x58\xe5\x6c\x61\xc4\xb4\x5f\x36\xf5\xe2\x74\x60\xd3\xc8\x65\x97\x2d\xd9\x99\x87\x0b\xa0\x45\x8c\x21\x09\xb5\x8c\x79\x07\x03\x60\x2c\x48\x22\x1c\x90\x61\xb1\x98\xb2\x9d\x54\x91\x73\xc0\x9a\x35\x9f\x02\x62\xb9\x4d\x05\xa3\x33\x62\x81\x31\xdb\x7a\x50\xf7\xee\xb9\xf4\xb0\xd5\x29\xe4\x23\x9d\x81\xf1\x04\xc3\x96\x80\x01\x9c\x83\xae\xc1\x26\xab\x48\x2a\x56\xe4\x2d\x89\x8f\x06\x76\xea\xd8\x9e\x44\xe0\xb0\x25\xe5\x3b\xba\xd8\x1f\xf2\xd8\xe1\xa0\xd5\x72\xd7\xa7\x48\x99\x27\xc5\xe5\x58\x19\xac\x2e\x85\x10\x25\xde\x5a\xc3\x62\xb4\xe1\x71\x20\x84\x76\x29\x62\x22\x20\x70\xa2\x2a\xf2\x2c\x3b\x34\xb5\x3b\x85\xc7\x8c\x1e\xf7\x36\xfe\x32\x24\xdd\xd0\x38\xfa\x5a\x22\x02\x66\x3e\x9d\x77\x55\x44\x62\x64\x88\xc5\xd9\x5e\x5c\x72\x21\x0c\x71\x8a\x08\x8b\x67\xfd\x74\xee\x87\x70\x0a\xbc\xe6\xc8\x65\xfc\x99\xd4\x4e\xa2\x60\x0e\x25\x7c\xd9\xcc\x67\xc5\xce\xe7\x91\x07\xd5\xeb\x5b\xdb\x14\x0a\xa7\x37\x97\xec\x32\x2a\xe3\xf2\x3c\xbf\x20\xe7\x0d\x70\x7d\x8e\xe8\x97\xdb\x94\xad\xb4\x5d\x60\x3b\x73\xa4\x29\x16\xeb\xf9\x34\x6b\x64\x77\x8f\xe5\x19\x1e\xe2\x1a\x5d\x0e\x53\x7d\x50\x01\x44\x10\x35\xb1\x06\xca\x43\xf7\x16\x0d\xe0\x98\xc7\x01\x18\x1c\xaa\x9d\xca\xd3\x93\x2c\xef\x23\xcf\xd0\x63\x25\xb7\xd1\x79\x72\x42\xa4\x53\x52\x14\xac\xc7\x7b\x51\x1c\xd0\xe0\xd4\xac\xb4\x0c\x90\x00\xf7\x01\xc8\x39\x29\xaa\x77\x53\x2e\x12\x09\x9d\xef\x8c\x31\x72\x50\x6f\xe7\x3d\x70\xae\xca\xd7\x70\x1f\xe4\x9b\x99\x7a\x2e\x44\xac\x43\xfb\xf9\xc2\xf1\xea\x22\x3a\x8b\xe4\xa5\x41\xb7\x1b\x6c\xb9\x9f\x4a\xcb\x05\xac\x16\x6b\x41\x0b\xfd\x55\x27\x24\x4b\xbd\x49\x61\xcf\x9a\xc7\x1c\x71\xc8\x2c\x9b\xad\x6e\x00\x97\xd6\xae\xf0\xed\xe0\x30\xe4\xed\x9c\x93\xe6\xa1\x40\x84\x71\xb7\x5e\x9b\xb9\xb1\x2a\x66\x8c\xc0\x3b\x36\x90\x81\x00\xb4\x3a\x71\xf0\x34\xb3\x9d\x32\xda\xce\xb9\xad\xbc\x82\xcc\xb4\x8a\x34\x5d\xda\x53\x1b\x16\x96\x54\x9a\x13\xd2\x91\xcb\x97\xcb\x46\x07\x6b\xa2\x5d\xee\xae\xc9\x98\xc4\xe3\xa2\x0a\xe6\xdb\x32\xac\x4f\x1a\x8f\xc4\x8e\x79\xa2\x51\x11\x55\xa0\xd6\x9c\xaf\x58\xc4\xa0\x03\x27\xc1\xac\xe1\x7c\x72\x2f\x8d\x86\x2c\xfc\x1d\x18\x4a\x07\x76\xc6\x6c\x6a\xec\x2f\xe3\xc1\xf2\xe0\x5e\x1f\x6c\x2f\xfa\x99\xd2\xe7\x17\xd9\x39\x5b\xba\x85\x24\x5b\x27\x3b\xd1\xbd\xde\x7b\x1d\x07\x76\x7e\xac\x63\xf9\x4e\x6d\xbb\x2e\x9a\xaa\x42\xb0\xf0\xf6\xdb\x8b\x2a\x54\x33\x88\xa4\xa6\xb9\x59\x4e\x1b\x77\x21\x0c\x63\x7a\xbb\xed\x0c\x17\x00\xcc\x47\xf2\x05\xb2\x0b\x65\x1f\x18\x90\xa9\xc5\x42\x12\xc6\xa4\x4f\xa7\xcb\x2d\x2a\x38\x9d\x71\x1e\x98\x55\x2b\x9c\x67\xf5\xb2\xaf\xfa\xb9\x8c\xc6\x98\xb1\x59\x92\xaa\x88\x51\x4b\xc0\x60\x20\x39\x18\xf4\xfc\x90\x8d\xd6\xc6\xc0\x33\x16\x00\x42\xf7\xa6\x82\xc9\x9a\xe1\x0a\xea\x57\x4b\xe8\x42\xaf\x76\xc3\x69\xc3\x2f\x8e\x83\xc4\xa5\xd4\x21\x69\x3d\xbe\x0a\x63\x91\xee\xb4\x87\xb3\x0f\xe8\x4e\x24\xd6\x07\xfc\x9a\x53\x12\xbe\x05\x8b\xcd\x19\xdb\x3d\xb8\xd1\xc1\x63\xe7\xd6\xd2\x84\x48\x49\xc3\x80\x1a\x03\x92\x28\xda\x8c\x5f\x61\x22\x06\x1a\xe0\x37\x03\x55\x30\xbb\x3a\x39\xd3\x28\xe7\xce\xbb\x13\x97\xd9\xa9\x10\x00\x74\x58\x2f\x0a\x3d\x93\x0e\xc9\x26\xe8\x32\x81\xce\x08\x00\xe2\x51\x6c\xec\x8e\x00\x60\xb1\xa4\x68\xd0\x1c\x4f\x31\x9d\xa1\x27\x0f\xa9\xeb\xed\xe6\xa8\x12\x1e\xd8\x18\x89\x81\x63\x22\x9c\x1d\x4a\x68\x26\xe2\x6b\xa6\x6d\xf0\x2b\xbd\x73\x5b\x05\x22\xce\x21\x08\x9f\x90\xa8\xb0\x5a\x6b\xc0\xa6\x45\x65\xec\xf8\x1c\x98\xc3\x3e\x53\x36\xc3\xde\x41\x63\x44\xf0\x56\x0a\xd0\x76\x60\x8f\x35\x27\x65\xcd\xdf\x4e\x77\x6c\x07\x65\x7e\x90\xd7\xd7\xcf\x19\xb9\xdb\xd2\x36\xd2\x58\x78\xd7\x91\xed\x8c\xd4\x03\xaa\x0c\xd5\xc8\x06\x16\x30\x91\x15\x74\x1a\x9b\x5c\x66\xaa\x98\x47\x5b\x1f\x50\xac\xd3\xf3\xb3\x6a\xf1\x26\x27\x9d\x57\xae\x09\xb3\x10\xe4\xab\x9e\xe2\xe6\x1a\xd9\x01\x60\x0a\x54\xb5\xef\x39\x70\x16\x65\x1f\x4c\x01\x76\xc8\x8c\x35\x7b\x5e\x5c\x90\xee\xec\xad\x67\xe7\xea\xe8\x40\x63\x65\x49\x11\x44\x5d\x21\x0c\x13\x4b\x40\xb4\x27\xc2\x42\xeb\x1a\x80\xec\xd9\xcd\x15\x23\x12\xe3\x40\xbd\xd1\xca\xea\x54\x41\xc8\x7e\xb6\xe1\x85\xcd\x4c\xde\x94\xee\x9a\xa4\x15\x93\x4e\x07\x7c\xc1\x1b\xc9\x49\x24\x01\x7e\x81\x28\xcc\x79\x28\x99\x02\x02\x2c\x9c\xb9\x1f\xce\x87\xb5\x04\xf6\x15\x94\x2c\xa9\xfd\x51\xcb\x36\x84\x36\x5f\xb2\xdb\x19\x86\x11\x4d\x54\xc4\x1d\xa4\x59\x8b\xed\x4a\xb4\x9b\xad\x26\x33\x53\xc4\x32\xad\x6c\x77\x64\x4b\x57\x3b\x23\x43\x8c\x6f\xcc\x85\x48\x3e\x34\x0a\xa9\x01\x5a\x88\x83\xaf\x99\xa3\xb8\x43\xd9\xd1\xe9\x2f\xf8\x52\x3f\x29\xcd\x14\xde\x68\x1e\xe4\xac\x96\x4b\x76\xae\x29\x60\xab\x52\x09\x58\xcc\xa6\x1a\xd8\x73\x21\x24\x1e\xb2\x43\x67\xf8\x06\x88\xc0\x6a\xb6\x10\xe8\xb9\x0c\x8f\xdd\x8a\x05\x47\xd0\xed\x79\xb3\xe1\xf9\x62\xad\x1c\x28\x07\x2d\x33\xce\x4c\xb7\x42\xa6\xcc\xec\x84\x09\x34\xdf\x59\x1d\x01\x3f\x1e\x16\xe3\x81\x3e\xd3\x6c\xb1\x43\x7d\x2b\x1f\x84\x9c\x75\xa7\x9c\x8b\x9c\x9c\x79\x28\x0b\x4b\xe4\x34\x76\x7c\xda\xcd\x34\xc9\xda\x26\x9c\x75\xea\xfe\x00\xce\xf0\x62\xb3\x47\x05\xad\x1f\xa2\xb9\xaf\xad\xd0\x43\x42\xae\x29\x06\x20\xd4\x22\x91\x0a\x74\x45\xb6\xce\x6a\xd9\xee\x8e\x27\x6a\x5e\x12\x0b\x95\x65\x41\x37\x5f\x06\xfa\x72\x67\xe2\xf6\xa2\x1a\x5b\x99\x3b\xb7\x9f\x46\xc3\xd5\x1e\x62\xd3\xe0\x74\xd9\x2c\xa6\x9b\xe5\xc2\xc4\x77\x87\x15\x86\x42\x5a\xac\xd0\x78\x4b\x90\x5c\x2d\x06\x4a\x32\xe7\x42\xdc\x07\x24\xb0\xcb\x93\xad\x2b\x87\xaa\xba\x22\x7d\xcc\x3d\x6f\x56\x6b\x65\x36\x18\xa3\x71\x48\xe7\xb3\x8e\x98\x59\x9e\x51\x47\xdc\xa9\xea\xf6\x0b\x48\x3e\x1e\x04\x98\x25\xd2\x40\x80\xe6\xb1\xa5\x66\x65\xdd\x42\xd5\x7c\x86\x9c\x2e\xb6\x07\xa5\xc2\xde\x4d\x9d\x0c\xa7\x53\x4c\x8b\xc3\x06\xc6\xc5\x2d\xa6\xc7\x07\x03\x5a\x70\xdd\x68\x1c\x12\x64\x07\x45\x65\x73\xe0\x97\xe2\x2a\x1b\xe6\x75\x4b\x88\x97\xa9\x6d\xa2\xf4\x20\x84\x53\x7f\x4f\x83\x39\x61\x92\x3e\xf8\x70\x1b\xfc\xe6\xa7\x9f\x1f\x7f\x9c\xf9\xce\xc9\xbf\x30\xb1\x7c\xaf\x82\x42\x27\x4b\x7f\xd9\x2c\xdf\xbc\x9b\xbc\xb9\x3d\x81\xf2\xf4\xf3\xd3\x7f\xa1\x86\x09\x52\x07\x73\x5b\x3f\xbb\xee\x70\x2f\xab\x01\xa9\xfa\x57\x0d\xba\x1d\x35\xf2\xf1\x6b\x6c\x0e\x88\x30\xa1\x9d\xf9\xed\xc9\xd6\xc5\x94\x6b\xc8\xbb\xdb\x1e\x70\xa8\x0f\x6e\xc7\x44\x00\x35\xa8\x91\x3b\xea\x3a\xe0\x56\x02\x2d\x44\xd7\xa7\xbe\x01\x07\xb2\x22\x02\xe0\x85\x06\x00\x0c\x4e\x02\x40\x2c\x6f\x2f\x04\x1f\x00\x5a\xed\x00\x20\x8a\x2b\x78\x21\xf7\x01\xc0\xdc\x2e\xdd\xe5\xd2\xe1\x26\x1e\x66\x28\xc3\xee\x58\x01\x05\x87\x35\x80\x3a\x02\xca\x76\x48\x1a\xdd\x44\x35\xee\x64\x2a\x1e\x00\x00\x0d\xd3\x01\xb0\x0b\x79\xcc\xe3\x54\xc8\xf5\x01\xa0\xb8\x80\x95\x48\x4a\xf5\xf6\x65\x7d\x3c\xc6\xd5\x91\x77\x17\x10\x0a\x0f\xeb\xe5\x7c\xd3\x10\xc3\x08\x30\xe9\x25\x2a\xb4\x99\x4a\x38\x9a\x6b\x8d\x49\x15\x96\x32\x64\x1d\xb5\x9c\x9a\x9c\x39\xb5\x1e\x39\x35\x49\x2d\x19\x58\x93\x28\x52\x07\x59\x18\x88\x19\x38\x8b\x54\x12\x62\x99\xaf\x5b\x0c\x09\x08\x0a\x4f\xc4\x63\x14\xd7\x19\x3c\x1f\xdd\xac\x00\xa7\xae\xce\xcc\xed\xde\xb4\x62\x9d\x66\xc3\x54\x31\xea\x48\x62\xa9\xc8\xa9\x87\x78\x33\xb8\x9b\xd5\x6a\xba\x76\xe6\x9b\xa9\x7a\x6e\xc2\xdc\xc6\x89\xd9\x65\xba\x99\x5a\xde\x6a\xd1\xb6\x09\x1b\xb7\xa8\x2f\x20\x86\xd4\xdc\xfe\x19\x2d\xfa\xf5\x7f\xd4\x06\xd4\x65\x86\xed\xd1\xf4\xe4\x71\x95\x25\x1f\xf5\xa6\xb4\xca\x56\x6a\xd5\x52\x49\x63\xc7\xd1\xa0\x85\x85\xc6\x84\xe4\x49\x1c\xe5\x3a\x73\xd3\x5a\xa6\x43\xab\x23\xf6\x4a\x60\xf2\xce\x0c\x56\x7b\x74\x15\xd2\xc6\x98\xa0\x1f\x86\xfa\xd2\x5e\xe6\x61\x01\x60\x58\x49\x7d\x48\x3f\xd2\xb3\x13\xba\x15\x2b\x2a\x0a\x61\xd1\x1e\xa6\x0e\xd0\x66\xc8\xd9\x93\x22\xa5\xeb\x54\x17\xb9\x9c\x2a\x8d\x59\x6f\x84\xb3\xbd\x2b\xbb\x34\x63\x99\x5d\xb7\x26\x33\x20\x30\x80\xf2\x47\x4d\xea\x08\x05\xef\x1d\xc0\x62\x24\xcb\x84\x0c\xf0\xb3\x90\xc1\x01\xe3\x33\x3e\x83\xb1\xdb\xdc\x3d\x48\xb8\x54\xa0\xd5\x01\xc7\x00\x0b\xc2\x70\x2d\xfa\x20\x82\x0e\x0c\x15\xc9\x18\x26\xb6\x01\x2a\x4a\x91\x78\xac\x49\x1c\xe3\xf2\xb1\x0c\x43\x6f\xec\x72\x11\xf0\x61\x14\x38\xfe\x5c\xd4\xe6\xae\x11\xf9\x40\xa2\x30\x39\x4a\x62\x35\x49\xf3\xd5\x2e\xd9\x1d\xd7\x65\xbc\x2e\x36\x0b\xe1\xc0\xb1\x30\x21\xe2\xd1\xc1\x53\x48\x47\x2c\x01\x31\x5b\x6d\xa6\xab\xe9\x6a\x57\x1d\xd0\xb6\x1e\x8d\x47\xb7\x01\x33\xb3\xb5\x3b\xea\x24\xf2\x50\x39\x83\xc0\x85\x58\xce\xb9\x1d\xd6\x2e\x58\x9a\xb1\x98\x8e\xc9\x99\xc5\x96\xb1\xbd\xd6\x5d\x23\x25\xcc\xa0\x02\x7f\x6e\xd9\x93\x90\x2d\x4e\x27\xbc\xe8\x66\x64\xc0\x48\xb1\x28\x86\xa8\x85\xae\xc6\x18\x1c\xb6\xea\x93\xa2\x61\x08\x72\x08\x98\x86\xae\x37\x8b\x3a\x4d\xb1\x72\xb5\x18\xe8\x3d\x04\xb6\x40\xce\x8c\xf3\xa5\xd7\x34\x05\x17\xf0\xc3\x49\xd0\xf7\x9b\x6a\x7b\x6a\xbc\xa9\x7b\x82\x76\xf3\x12\x1d\xd6\xbc\xbc\x55\x85\x16\xb5\x74\x83\x18\x7b\x05\xc5\x1c\xc5\xc8\xe3\x91\x14\xa5\x03\x2e\x72\x8b\x82\x8a\x3d\x8a\x77\xdd\x46\xe8\x78\x0d\xd5\x39\x15\x3b\x52\xda\x45\x3b\x06\x75\x82\x9e\xcb\x73\xdd\x76\x33\xb4\x6d\x76\xb3\xe6\x70\xdc\x02\xa0\xfa\x41\xb4\x8d\x77\x87\x23\xbb\x31\x5b\x73\x8c\xc1\x77\x2b\x74\x9d\x0d\x6b\xba\x12\x02\x8a\x42\x1a\xd4\xa2\x61\x72\xcd\x92\x2d\xd0\x03\x6f\x9a\x22\x07\x9a\x58\xc1\xe6\x0a\xea\x13\xc7\x39\xed\x30\x99\xdb\xf0\xb3\xf4\x08\x83\x22\x35\x28\x99\x0b\xb1\xd5\x89\x09\x85\xc1\x47\x23\x64\x86\x8d\x99\x96\x41\xeb\x33\x9f\x8f\xca\x19\x44\x60\xd8\x74\x49\x47\xdb\x9d\xd2\x27\xd2\xc9\xee\x4f\x9b\x69\xe1\x40\x6b\xbd\x1a\xf8\x4d\x3c\x50\x9b\xcd\x7c\xb9\xae\xbb\xde\xc4\x41\xb1\xe8\x6c\x31\xe4\x71\x89\xd4\x0f\x58\x44\x1c\x5d\x0f\xf5\x98\xf9\x7a\xf4\xdb\xd3\xc0\x83\xa6\xb3\x06\xf2\x6a\xc8\x41\x01\x37\x85\x1a\x79\xb8\xec\x94\xd6\xe7\x56\x65\x32\xad\x31\x72\x8e\x9b\x60\x46\x4b\x16\xa5\xac\xb2\x62\x2f\x72\x38\xee\x56\x05\x96\x2f\x67\x5b\x62\xe3\xd1\x18\xb1\x5a\x1d\x9b\x94\x9d\x2d\x33\x68\x2c\x58\x2e\x8b\x29\xe4\xec\x58\x63\x77\x40\x4e\xc1\x70\xda\x6e\x23\xc9\x08\x3b\x4c\xe2\x90\x53\xba\x83\xd0\x50\x1a\x56\x50\xa3\x40\xeb\xf4\xd4\x34\x03\xa2\xf4\xb1\xb5\x9e\x06\x47\xc9\x66\x97\xa2\xca\x61\xd6\xae\x61\x13\x5f\xdb\xb1\x12\xd7\xc8\x63\x23\x31\x66\xb0\xdc\xaa\x43\x92\x02\x39\xc0\x19\x8a\xa6\xa1\x18\x40\xd0\x9e\x3e\xa3\x68\xe1\xc1\xde\xa1\x15\xd9\x23\x69\x41\x6c\x4a\x93\x4c\x06\x30\xc3\xdd\x20\x0b\x68\x10\x0e\xa7\x29\x7b\xc6\x7a\x9e\xc5\x21\xe8\xd2\x1f\xa7\x5b\xc3\x32\x47\x4d\xd9\x02\xb3\xf2\x60\xb8\xf1\x66\x0d\x76\xb9\xe8\xbc\x58\x6e\xc9\xd8\xd5\x34\x0e\xd7\x6d\xd1\x07\x60\x29\xa4\x9e\x2f\x1e\x56\x9b\xcd\x6a\x68\xad\x03\x8d\xf8\xdb\x8a\xc9\xc5\xd0\xd5\x9b\x4c\xea\x00\x94\x21\x90\x4d\x0c\x2b\x38\x3b\x9d\xc6\x2d\xa7\x14\x63\x41\x27\x67\x18\x90\x43\x81\x04\x83\x6c\x4b\x51\xb5\xc3\xfb\x6a\xaf\xcc\x51\x8c\x59\x9d\x0d\x5c\x87\xc2\xc0\x85\x1c\x8c\xd3\x4d\xc5\x0c\x44\x87\xd2\x36\x05\x7f\x16\x61\x3f\x21\xbb\x64\x1e\x44\x45\x25\x68\xe4\x99\xc8\xfc\xb1\xbe\x88\xae\x6c\xe1\xdc\x5a\x64\x8c\x71\xbb\x70\x48\x0c\xcd\xe7\x74\x53\x87\x67\xf4\xd9\x13\x76\x5b\x0b\xd8\x6a\x98\x67\xac\xa2\xd3\x80\xeb\xac\x39\x67\xe4\x09\x8d\xb3\x2a\x06\xc7\x22\x9e\xa9\x70\xe5\x70\xb0\x8f\xf3\xac\x24\x17\x85\x30\xf6\x0a\x68\x2f\x86\xc9\xc2\xcc\x99\x9c\x62\x6c\x42\xf5\xf6\x5d\x27\xf0\xc8\x65\xe5\x0b\x73\x37\xd5\x83\x52\x1e\x34\x0a\x23\xc8\x81\xcf\x23\x75\xb7\xe7\xe1\x39\xc6\xf8\x54\x25\xcf\x7c\xbf\xdf\xab\x03\xa7\xc9\x21\x2e\x55\x24\x46\xaa\x64\xf6\xd0\x1e\x91\x0a\xa4\x5d\xd0\xfb\xe3\x99\x77\x67\xeb\x5c\xa6\x35\xcf\x4c\x9b\x26\x0d\x4d\x2b\xcb\x19\x46\xc4\x00\x13\xa4\x6a\xe1\xb7\xf6\xac\x56\x51\x01\xe3\xa8\x50\xc7\x5d\xfe\xe2\x02\x4c\xc7\xe8\xa9\xcd\x64\x78\x0b\x50\x69\xaf\x6e\xb8\x31\xc2\x25\x84\xd0\x0a\xb6\xc8\x11\x00\x30\x54\x83\x30\xdf\xd3\x91\xc9\xec\x1d\x0e\xec\x1a\xd7\x95\xe8\x10\xd5\x74\x4a\xf2\x76\x8e\x7e\x59\xbb\x41\x2f\x2c\x2c\x2a\x6f\xa3\xc0\x4a\x88\x05\x4d\x75\xa2\xd8\xc8\xb5\xdf\xed\x0e\x79\x25\x0c\xd6\x78\xe6\x7d\xb1\x25\xa0\x0b\x31\xe7\x89\x0e\x39\x6b\x78\x89\xf3\xb4\x1c\xa9\x5d\xd2\x55\x68\x84\xf3\x80\x20\xe0\x2d\x6e\xe6\xa1\x15\xf3\x5b\xd4\x0e\xad\x79\x5d\x6a\x15\x3b\xed\x23\x16\x70\xb2\x2a\xd7\x3c\x9c\xe9\x95\x2c\x96\xbe\xb2\x75\x1f\x5c\x00\x7f\x8c\x63\x32\xf1\x06\x0a\xa2\xa5\x60\x98\xe2\x73\x7b\x19\x5c\x48\xbf\x4c\x2f\x67\x6d\xb7\x1b\x02\x27\xc8\x66\x21\x55\x11\xe1\x36\x4b\x84\xa1\x9e\x12\x15\xb4\x1e\x56\x07\x66\x48\x4e\x12\xba\xf1\x0e\x33\x57\xd3\x64\x81\x0c\xcf\x12\x3c\x9e\x5c\x93\x2a\xaa\xf4\x67\x8c\x9c\x27\x51\x26\x6e\x1c\xa5\x39\xf5\x5c\x89\xd9\x74\x92\xa9\x19\x6b\xea\x49\x7c\x20\x8e\x92\xe9\xbb\x3c\xb1\xaf\xfa\x35\xdd\x1c\xed\xba\x47\x87\xb6\x0d\x24\x91\x53\x5c\x2a\xd9\x89\x00\xcf\x14\xc4\xed\x8c\xcd\x68\x1c\x4e\x92\x1e\xb7\x60\x96\xcc\x7a\xf6\x82\x30\xa4\xef\x47\x87\x32\x55\xdb\x23\xb6\xe1\xe1\x78\x1b\x59\xa1\xd6\x4f\x7b\x09\x02\x84\xd8\x1c\x24\x11\xe4\xb9\x65\xc0\xec\x69\x10\x30\x0c\x3e\x67\x14\xa8\xe6\xc2\xc5\x5e\x6c\x48\xd8\x58\xe5\x23\x97\xe7\x04\x41\xb8\x49\x37\x5f\xed\xfc\x8b\x2f\xd2\xb6\x5d\xad\x98\xf3\x9c\xcd\xb7\x3c\xd3\x9d\xb7\x12\xe5\x50\x70\x4f\xb1\x0e\xe1\x92\x70\xae\xda\xa8\x21\xce\x02\x43\xaf\x08\x4a\xee\x4f\xa7\x55\xeb\xd3\xfc\x45\x40\xa3\x88\xdf\x86\x16\x18\x9b\x0f\x83\xec\x80\x6e\xc0\x60\x43\x8b\x13\xd0\xd0\x19\x3a\x88\x74\xc4\x59\x6a\x9e\x2b\x34\x50\x45\x6c\x27\xa6\xc0\x48\xe6\xec\x7c\x76\xf2\xf0\xd8\x05\x5b\x8f\xf6\x10\xca\xc2\x8b\xcd\xc9\x3d\x8a\xfc\x61\x5d\xd4\x8b\x0a\x5b\x0a\xf1\xd6\x1e\x01\xce\xf3\x08\xeb\x06\xcc\xdf\xd2\x19\xc7\xbb\x0e\xb3\x5d\x23\x64\x07\x4b\xdc\x52\x2d\x94\x9e\x06\x2c\x49\xcb\x18\xbe\x4b\x34\x1a\xb7\xda\x63\xa7\x3a\xdd\x36\x3f\xf2\x2c\x23\x23\x46\xaa\x05\x65\x01\xcf\x1c\x20\x88\x7d\x84\xaf\x0c\x7e\x4c\xdd\x16\xe1\xb2\xed\xc2\xe5\x62\xa7\xcd\xeb\x92\xe1\x66\xf0\x96\xbd\xd0\xbb\x36\x57\x14\x09\x26\x4c\x33\x66\x6b\x92\xe4\x7b\x69\xca\x68\x2c\xab\xc8\x31\x05\x28\xd7\xdc\xcd\x57\xe7\x8c\xf2\xab\xae\x24\x4d\xf4\x08\x2f\x89\x16\xf5\x00\xbd\x1a\x0f\x9a\xad\xb4\x64\x0d\xd5\x70\xb5\x4e\xf9\xd8\xdd\x1c\xce\x58\x40\xe3\xfb\xd9\x76\xe5\xc6\xc9\x7c\x03\xfb\x68\xc9\x0c\x78\x0d\x2d\x2e\x34\xa3\x87\x60\xe1\xf6\x5b\x71\x41\x0b\xce\xd5\xe4\x35\xc6\xd6\x2c\x9a\x4e\x91\xf7\xca\x91\x07\x99\xaf\x8d\x01\xa9\xdc\x44\x0d\x38\x76\xf1\x40\xa9\xb9\x2c\xe1\x97\x78\xe6\xf4\x53\x2d\x13\xb0\x01\x32\xc3\x0d\xda\x5e\x3c\x82\x9c\x2d\xed\x7e\x16\x36\xbb\x8a\xa9\x04\x79\x27\xeb\x78\xd3\x75\x64\x00\x5b\x9b\x00\x6a\x7a\xa2\x9a\x22\xbe\x9e\xf6\xc4\x79\x34\x5f\xab\x8d\x2b\x72\xe7\x20\xf6\xe7\xb6\x19\x43\x6d\x14\x5a\x44\x52\x47\xed\x71\x4f\x85\x49\xa2\x4a\x3c\x3b\xd7\x0c\x21\xc2\x72\x39\x76\xe5\xc6\xdf\xcc\x14\xc2\x08\x19\xc2\x3d\x76\x35\xd9\x2a\x1e\xb1\x8f\x7b\xb3\x43\x2f\x10\x3a\x3f\x10\xa3\x60\xbb\xcd\x0e\x0f\x21\x7e\x3e\xf5\x44\xd8\xac\x17\x0e\xee\x32\xb3\x2d\x44\x71\x54\xef\x2f\x12\x9e\xdc\x48\xab\x52\xe2\x75\x25\x84\x40\x3d\x08\x87\x94\xdc\xef\xb8\xa3\x86\xd4\x97\x12\x4c\x63\xaa\x18\x22\x2e\x42\xb1\x3d\x03\x47\x28\xa6\x8f\xf1\xe1\xa2\xea\x88\x23\x58\x75\x71\x02\xdb\x14\x19\x91\x02\x61\x9f\x07\xfd\x30\x24\x44\xa1\x74\x73\x9a\x48\xed\xf3\xb0\x58\x55\x9d\x4b\x3b\x5c\xbe\x58\x4e\xcf\xb5\x07\x45\xb0\xd6\x94\xb5\xa4\x32\xa9\x7c\x60\x8f\x04\x6a\x6c\x60\xe3\x74\x74\xc6\x4a\xbc\x59\xaf\x98\xf9\xa6\x86\xf8\xf9\x62\xc7\x2e\x4c\x9f\x5a\xc5\x3c\xb0\xab\xfd\x06\x3b\x85\x47\x72\xd1\xd4\xc1\x91\x1c\x28\x8c\x9b\x2a\x39\x08\x4a\xad\x49\x01\x20\x3d\x32\x9f\x13\xe2\x3c\xbb\x5c\x44\x66\x7a\x8a\xe4\x73\x0a\xd5\xdb\xca\x1c\xb3\x55\xdd\x01\x9b\x33\x7a\x3c\xb7\x11\x04\x1b\xb5\xb7\x42\x5a\x62\x4d\x5d\xcc\x0e\x32\x10\xcd\x6a\xa4\x0a\x80\xf9\x1a\x65\x12\x22\x9d\x66\x14\xb2\x26\x76\xd0\x50\x50\x29\xda\xa5\x21\xd4\x3b\xa4\x2c\x67\x4a\x1b\x91\x7d\xef\x62\xd8\x3e\x8c\x6f\x00\xa9\x14\x07\xf1\x0e\xe3\xf9\x29\x1d\xb8\x11\x4a\xd7\x4a\x90\x31\xe4\x4c\x69\x62\xa5\x21\xe2\xca\x01\x3e\x68\xf6\x3d\x0e\x96\xc7\xfd\x82\x3e\x4c\x0f\xd6\x3a\xf0\xf4\x8a\x06\xbe\x2c\x5e\x00\x6c\x0e\x54\xb9\x66\xb6\x74\x40\xe3\x4d\xe4\x3d\xb8\x00\xf7\x94\xf0\x42\x6e\xaf\x3b\x3f\xbe\xc0\xc8\xec\x7c\x8c\x94\xea\x6c\x24\x1b\x1c\x36\xce\x7b\x56\xf6\xa9\x96\x6e\xc0\x61\x55\xd8\x3c\x40\x95\xdc\xe9\x40\x36\xcb\x32\x42\xe8\xba\x33\xa7\xd0\x88\x48\xb4\x0d\x14\xfb\x68\x8c\xa7\xdd\x58\xca\x5a\x6e\x9c\xde\x91\x73\xd6\x59\xbb\x26\x7b\xf0\x01\xee\x79\x0d\x30\x02\xff\x04\x1f\xdc\x25\x7b\xbe\xf0\xa0\x3c\x2e\xa0\x6d\x6c\xae\x2b\x1f\x41\xd5\x85\x82\x9f\xa6\xa4\x5c\xc3\x22\x85\xe3\x54\xa8\x1b\x0e\x35\x43\x67\x91\x32\x8f\x83\xb1\x50\x94\x13\xf2\x11\xf0\x97\x29\x59\xcc\x0e\xe0\x68\x00\xc6\xa0\xb1\x66\x23\xdc\xb4\xc4\x6b\x9d\x98\x3f\xad\x2e\x20\x5a\xad\x17\x83\xdc\x1c\xd7\xe1\xca\x58\xae\x4d\x21\xc3\xc1\xb2\x77\xf5\xf5\x1e\x81\x9a\xb9\x22\xb9\x88\xdb\xad\x16\xd4\x58\xda\x3f\x1c\x8a\xb4\x41\x89\xa4\x59\xed\xe7\x1b\xa9\x1a\xf4\x5d\x78\xd9\xb6\xfe\x56\x3a\xf1\xf3\x15\x7d\xde\xbb\x43\xe2\x2f\xd5\x65\x24\xed\x40\x05\x23\xdd\x16\x1c\xbb\xd0\xc3\x3a\xdf\xf7\x33\x8b\x57\x89\x55\xc6\x2c\x57\xa7\x84\xa4\xed\x73\x3b\x1e\x27\xf4\x4f\x49\x89\x29\x03\xba\x59\x9c\xba\x45\x54\xed\x38\x0e\x59\xe6\x89\x3f\x08\x70\x87\x57\x94\x63\x2e\x56\xcb\x63\xef\x29\xb9\xe9\x0e\xbd\x85\x9f\x9a\x29\x0d\x8e\x92\xbf\x44\xe6\x9e\xac\xc0\x43\x00\xb9\xd8\x92\x3a\x12\x67\x0e\x55\xd4\x31\x14\xd1\x3a\x51\x22\xd5\xac\x86\x01\x85\x93\x64\x8f\xaa\x6b\x33\xc3\x7c\x12\x68\x9d\x9b\xa9\x69\xe0\x51\xa9\xbe\xdd\x0d\x35\x98\x5d\xe6\xca\x19\x1a\x7a\x9c\xb9\xa8\x1d\x33\xf5\x92\xca\x3a\xa4\x8b\x94\x5a\x17\x97\x96\xa2\x2a\x98\x80\xf0\xd1\xda\xc0\x0b\x33\x0d\xd1\x73\x5e\xcc\x78\x03\x9a\x92\xf8\xea\x9c\xca\x3e\x74\x9a\x2e\x7c\x6c\xb9\xb9\x1c\x3b\x08\x73\x52\x03\x3b\x11\x8c\xc7\x97\x86\xb5\xd3\x97\x00\x07\x06\x95\x24\xe7\x3c\x5c\x19\x45\x9e\xe0\x92\xce\x17\x48\x62\xed\x7c\x66\x2c\x4b\x17\x94\xa3\x8a\x2b\x9e\x2c\xf3\x85\xd9\x17\x49\x6a\xc2\x6c\x0f\x4f\x19\x56\xdf\x63\x4c\xb9\x28\xf2\x6a\x88\xd7\x0b\x04\x3a\x75\xf9\x0a\x35\xf7\x38\x7a\xe8\x92\x80\xc3\x45\xa0\xea\xf8\x16\x34\x0b\xbe\xd9\xc7\x65\x48\x8a\xe4\x65\x39\x8c\x27\x86\x28\xab\xd9\x05\xb4\xbf\x14\xf1\x78\xef\x9d\x6b\x6f\x63\x88\x0c\xee\xec\x66\x21\x1a\xad\xa1\xb9\xca\xba\x90\x6d\x9a\x34\xa9\x6c\xbb\x2d\x6e\x70\xeb\xcb\x70\xee\xd0\x60\xde\xd2\x54\x02\x8e\x97\x64\xb6\x71\xfb\xd3\x9e\x84\xc9\xda\x29\xa2\x31\x4f\x51\xb4\x83\xe2\xba\x70\x41\x81\x5c\x3a\xec\x2d\xb2\x76\x7a\x11\x84\x00\x56\xbc\x18\xf7\xb8\x56\x22\x14\x39\x3b\xea\x8a\xc1\xda\x8b\x20\x5b\x2d\xa4\x02\x8e\x40\x6e\x77\x44\x99\x07\xa5\x20\x91\x2e\xcc\xe4\x0b\x20\x60\xcd\x25\x08\x47\x17\x40\x57\x75\x9d\x63\x73\x2c\x0b\x42\x35\x29\xcc\xdc\xf7\xe2\x39\xdf\xcf\x8a\xac\x29\x53\x03\xb7\x1d\xd5\x9f\x77\xf9\xce\x71\x54\xab\xd2\x4c\x0d\xdf\x01\x56\x35\x03\xce\x52\x95\x7c\x11\xb4\x8a\x8e\xe7\xc7\x14\x38\x24\x23\x54\x5b\x78\x2c\xc3\x9c\xfa\x46\x33\xa4\x62\xc9\x03\xd4\x3d\x2e\xd8\x06\xdf\xd6\x8b\x3e\x20\x41\xa1\x47\xc5\x9c\xc1\xe7\xfc\x74\x6b\xd8\x1a\x0c\xd9\x3b\x76\x19\x6c\x10\x37\x89\x2d\x96\xd9\x6e\x94\x20\xba\x0c\x36\xb9\xf1\x45\xb8\x34\xb0\x65\x9c\xcb\xbe\xea\x8c\x5c\xc6\x95\x35\x0e\xa7\xe2\x70\x50\x5b\x9c\x88\x90\x6c\x15\x5e\x2a\x55\x85\xfd\xa4\xa2\x1c\x19\xc7\x53\xd6\xac\x72\xaf\x58\x62\xf5\x41\x8d\x50\x5a\xee\xcb\x2d\x1e\x70\x66\x9e\x34\x90\x8a\xf8\x1d\x57\xf1\x87\x0c\x31\x21\x72\x8a\x6e\x56\x0f\x75\xee\x1d\xb5\x9b\xaf\x49\x9e\xa6\x8a\xad\x0b\x41\x3d\x1c\xcd\x37\xbe\xd1\x49\x53\x4d\x57\xb7\x6d\x02\xc4\x9e\x98\x21\x5b\xd3\xf4\xb3\x7e\x56\xe7\x61\x23\x5b\x4b\x5a\xc0\x59\x86\x5d\x37\x49\x9f\x2d\x02\x72\x27\xf4\xad\x4c\x1d\xc8\x70\x54\x3d\xa6\x77\xa4\x45\xe8\x1e\xf7\x83\x56\x14\x5d\x2a\x1e\x31\xd3\x0f\xca\x75\xb9\x48\x20\xce\xa6\xfd\x7e\xa8\xa6\xd9\x9e\x9c\x29\x50\x85\xb5\x81\xef\x87\xc0\xb9\x08\xe5\x14\x83\xa0\x29\x75\x51\x87\xea\x44\xc0\xa4\xc4\xaf\x24\x8a\x89\xce\x0f\x85\xf3\x33\x82\xed\x95\xc4\x4f\x03\x55\x3d\x3a\x2e\xb2\x9f\xcb\x39\xa6\xe6\x73\x7c\x49\x68\x34\xc0\x12\x8b\x2c\x17\xd3\xf5\x6e\x5a\xd6\xe1\x36\x56\x00\xa1\x72\x73\x66\x1d\xb1\xeb\xa3\x47\x10\x5e\x05\x71\xa0\x43\x57\xc3\x41\x95\x4b\x43\x1d\x9d\xd4\xa2\xce\x59\x81\x2d\xc8\xb9\x12\x08\x32\xc0\xd3\xa9\x34\x80\x6b\xec\x07\xe5\x2b\x90\xf8\x0c\x92\x07\x7a\x74\xf1\xb0\xb9\x59\x88\x21\xa8\x28\xb3\x8e\x28\xc1\x64\xa6\x20\x5b\xc9\xfe\xa5\xd6\x7c\x8f\xcd\x44\x0d\x8b\x4e\x53\x5a\x1a\xc5\xa6\xec\xb5\x40\xc3\xa8\x6d\x41\x9f\x91\x79\x98\xc8\x07\x34\xaf\x28\x15\x5c\x62\x03\x97\xc9\x4a\x97\x09\xb7\x41\x2e\xeb\xa5\xbe\x17\x9b\xa8\xb9\xd4\x09\xe3\x76\x5a\x81\xd6\x32\x9b\x2d\x86\xb2\x66\x60\x56\xe5\xcf\x21\x60\x07\xbb\xc4\xa0\x87\xfa\xe2\xda\x90\x52\x5c\xdf\xa7\x3b\x61\x8f\xb2\x0d\x75\x21\x43\xe6\xbc\x06\xa6\x97\x6e\x34\x07\xee\x76\x30\x1b\x49\x35\xef\x6f\xe3\xd3\x99\xa0\xb1\x8e\x90\x77\xdc\xd0\xe5\x2b\x57\x32\x77\x53\xcb\x08\x5b\xb3\x03\x20\x37\x63\x3d\x7d\x88\xbe\x6a\x58\xe9\x1b\xd9\xc0\xb8\xcc\xc1\xc1\x0c\xe3\xd4\x9e\xf1\x79\xec\x02\xd7\x96\x0a\x04\x3c\xd4\xc2\x28\x8c\xd5\x28\x4c\x61\x88\xb2\xa9\x94\x1c\xd0\xbe\x17\x77\x5b\xde\x5f\x96\xb9\x97\x1c\x37\xb9\x25\x26\xe8\xaa\x47\x88\x78\xb7\x1b\x0f\x3c\xaa\x4b\xc6\x64\x18\xa5\x13\x54\xbc\xb4\x48\xa0\x91\x52\x56\x4b\x73\xc7\xc9\x08\x91\x05\xcc\x8a\xd8\x62\x65\xd5\xaf\xf9\x03\x9a\x4d\xd3\x16\xd2\x36\x2e\x7d\x42\x31\xe0\xcc\x98\xb3\xdf\x08\x30\xec\x4e\x85\x9c\x3e\x9d\x8c\xb2\x5b\x84\xe3\x31\x7f\x78\xa3\xf3\xe1\xa2\x73\xe7\x07\x7c\x2d\xee\x08\xfa\x48\x6f\x13\x86\x2e\x67\xdb\xb5\xeb\x57\x82\xe0\x67\x17\x81\xc5\x36\x2b\x74\x77\x96\x20\x4e\xde\x19\x94\x51\x37\x97\xa4\x37\x70\x53\x50\xd5\x9a\x5f\x0f\x48\x08\x75\xf3\xb5\x73\xf0\x95\x51\x6c\xf8\x03\x41\xcc\x97\x9e\x78\x9c\x25\xdb\xd5\x72\x2d\x27\x45\x31\x2d\x00\x45\x4a\x42\xc7\x88\x32\x90\x4d\xcd\xc5\x40\x28\x32\xa2\xef\x33\xeb\x62\x35\x75\x20\x70\x96\x71\xd2\x37\x31\x3f\x81\x14\xdf\x44\xab\x3a\x6b\xb9\xcb\x5c\xaa\x8a\x87\x8c\x1e\xe3\xcf\x42\xe7\x49\x72\x78\x0c\xf6\x02\xd5\x49\x21\x8c\x27\xac\x1d\x90\x08\xa6\x24\x10\x57\xe5\x7b\x11\xce\x9d\x92\xd7\x2c\x35\x22\xce\x10\x7c\x4a\x07\x1f\x3e\xc0\x59\x1c\x15\x41\x35\x9d\x5b\xab\x59\x9f\x79\x00\xde\x71\x78\x33\x6e\x99\x29\x83\xe4\x84\x94\xec\xe0\x58\x1b\x27\x86\xd5\x04\x55\xe1\xc2\xcc\x40\xb1\xef\x34\x64\x01\xe4\x4d\x4e\xba\x29\x40\x18\xbf\xe1\xe7\x11\xb5\xc3\x37\x0b\xdb\xd8\x1d\xc2\x90\x35\x98\x73\x4d\x32\x6b\x14\xf3\x7d\x9d\xb3\xf2\xab\x90\x8d\x87\x02\x50\x12\xa9\xfb\x30\x8d\x0f\xac\xd0\x6f\x86\x75\xb4\x02\x36\xa6\x2a\x98\x2c\x45\x65\xbc\xae\xdb\xe9\x56\x75\x09\x06\x8f\xa3\x2a\x0f\xa8\xaa\xdd\x4d\x4d\xcb\xe1\x76\xe9\xcc\xdf\xa1\x1a\x4c\x30\x78\x29\x34\xe2\xb1\x95\xb3\x40\xdd\x8f\xd1\x17\x52\xa6\xc3\x7c\x26\x16\x8e\x7b\xd8\xd7\x5a\x25\x6d\x49\xcc\x16\xfc\xd4\x76\xa3\xb3\xa2\x71\xaa\xa9\xfb\x7a\x21\xa5\xf3\x13\x0d\x30\x21\xd3\x30\x67\x4f\x22\x43\x4d\x1f\xd2\x6c\xb7\xda\x83\x13\x0d\xf6\xb4\xbc\x76\x0f\x03\x09\x57\xfd\x28\x36\x6e\xc5\xec\x8a\xb6\xda\x96\xc7\xcc\x21\xb7\x92\x71\xa4\xfa\xe5\xea\xa4\x0e\x8b\xcb\x0a\xd9\x78\x2b\xa3\x9b\x03\xe2\xdc\x24\x36\x02\xd8\x4c\x2f\x90\x1e\xaf\xcb\xce\x0d\x60\x45\x94\x86\xd5\xdc\x48\x76\xb9\xc9\x6c\xe8\xb0\xa6\xcf\x0a\x3e\x56\x38\x2d\x98\x33\xc1\x9e\xdb\x66\xc7\xf5\x3a\x56\xb3\x69\x8e\x27\x71\x80\x01\xd9\xe0\x13\x70\x26\x57\x4b\xd2\x9a\xe3\xd9\xfe\xe2\x95\x84\xd1\xa8\x26\x2d\x1d\xbb\xb0\x40\x0e\x56\xba\x2e\xa1\xcb\x3e\x72\x78\x10\x16\x6d\x3b\xcd\x3b\x8a\xd2\xc7\x53\xf9\xb9\x58\xd8\xf1\x32\xac\xac\x22\xd3\xb4\xda\x3a\x57\xec\x09\x83\xf3\xf0\xd8\xe1\x64\xe8\x06\x17\x3a\x5f\x42\x07\x3a\x6f\xdc\xf4\x54\xad\x7d\x22\x99\xdb\xf0\xaa\x3f\x4e\xfb\x23\x96\x92\xfa\x1c\x3d\xb7\x88\x70\xce\x56\x28\x84\xc0\xfd\x74\x8c\xbe\x06\x67\xbe\xa2\x2e\x4b\x7e\x0f\x31\xc2\xd1\x9c\x9a\x3d\xd6\x32\xe4\xd2\xf3\xf0\xac\xb5\x53\x98\x3a\x0e\xe7\x63\x51\xcf\x9b\x92\xac\xb4\x78\x5b\x1d\xc4\xf5\x9e\xa2\x0f\xb0\x74\x80\x5c\x6f\x98\x57\x2d\xb4\xd9\xae\xcd\x86\x5b\x77\x05\xd2\x8c\x87\x46\xfb\x3a\x92\xaa\xe9\x7c\xee\xec\xab\x95\x87\xd6\xcb\xd9\x9e\x3c\x1e\x3b\x8d\xd1\xd4\x8b\x37\xcb\xa6\xa7\x69\x9a\x1e\x2b\x65\x66\xc6\x65\x17\xd2\x1b\x97\x3b\xef\xf2\xa9\x62\x6a\x41\x26\xed\x2f\x10\x6b\x2f\x0e\xe5\xe1\x1c\x5f\x4e\x60\x20\xc2\x31\x9c\x3b\x21\xeb\xd6\x27\xe6\x40\x9b\x82\x46\x5e\xb8\xc5\xc2\x6a\x50\xaa\x91\x21\x06\x66\xb0\x25\x86\xda\xfc\x6a\xb7\xea\x2a\x1d\x65\x58\x19\x3b\xb7\x36\x12\x57\xb0\x6f\xa3\x86\xcf\x84\x97\x04\x0e\x42\x68\xcf\x24\x18\x94\x2f\xf8\x3c\x84\xc7\xca\x92\x50\x4e\x3b\x0f\x2b\x9a\x29\x1e\x87\xb4\x51\xf7\x50\xd9\xe0\xf9\x56\x37\x1b\xd4\x11\x08\x48\x76\xbc\x06\x5e\x87\x99\x1a\x52\x81\x73\x9c\x21\x25\xad\x5c\x60\x91\x3c\x2a\x6e\xc7\x69\x3b\x6d\x85\x41\x28\xb2\xac\x6b\xf4\x44\xa7\x6d\x32\x66\xa3\x92\xc8\x37\xeb\x16\x46\x2d\x40\x4a\xcc\x59\xb9\xe0\x0b\x06\xd4\xec\xd6\xf5\xa1\x6a\x25\x9c\x77\x89\x4d\x1b\xd8\x51\x43\x36\x8a\x56\x2f\x1b\x4a\xc3\x66\xa8\xc6\x1f\xcd\x9a\xea\x4a\xa6\xe3\xf7\x00\x75\x5b\xdb\xd9\xf6\x16\xa0\x0c\x71\xcc\x02\x36\x3b\x72\x21\x02\x8a\x59\xed\xa3\x8d\xe3\xbb\xe0\x22\x78\x3b\x04\xa7\x62\x79\x7d\x3c\x94\x36\xa1\x66\xa6\x82\xcf\x63\xc6\xeb\x35\x86\xed\xe0\xc3\x86\xe9\x08\xd9\xc1\xb4\x7e\xd0\x04\x65\x23\xfa\x7e\x6b\x87\x4d\xab\x0b\x67\x63\x93\x8e\xaa\x77\xc0\xfa\x64\x87\xc3\xb5\xed\x4c\xb7\xb3\x0e\xe4\xac\x7e\xa1\x79\x45\xb0\x7b\xe7\xdc\x19\xd8\x14\xec\x7c\x4c\xc1\xf7\xeb\xa9\xae\x18\xb9\x05\x8b\x40\x54\x15\xa2\x81\x3d\x7a\x7a\x71\x92\x7c\x81\x09\xf5\x65\xab\xc9\x09\x5c\xce\xb1\x70\x8c\x0f\x97\x9d\x91\xb0\x85\xd1\xed\xf7\xca\x89\xb1\x8e\x55\x85\xa0\x2b\x82\x64\x24\x8d\x37\x28\x55\x64\xc8\x34\x25\x3a\x61\x8b\x75\xd9\x76\x73\x3a\xcd\x36\x87\x69\x7d\x54\x16\x08\x66\x86\x5a\x8d\x4b\x3b\x79\x49\xac\x3b\x1e\x1e\xa4\x7e\x79\x62\xc7\xc3\x29\x90\x30\x6c\x36\xb3\xb3\x2b\x0c\x39\x7a\xcc\x11\x6b\x13\x6a\x5c\xac\xc4\xd6\x45\xa4\xa4\xf5\xe6\x60\x1c\x94\x7c\xdd\xed\x58\xfe\x52\xcd\x6b\xa6\xde\x37\x06\xbd\x98\x9e\x8a\xb6\xdf\xac\x0c\x9a\x11\x45\xf8\xe8\x9c\xd4\x5a\x4a\x22\xd5\x4f\xc7\x52\xd5\x6a\xba\x76\x1b\x25\x9b\x95\xd6\x56\x38\xcf\x40\x8c\xc1\x4a\x0a\x84\x64\x63\x2c\x05\x74\x71\x64\x17\x3c\xa8\xa2\x68\x1d\xd7\x6b\x9b\x17\x12\x7e\x10\x3a\x9a\x34\x6e\xb4\xbc\xb8\x42\x7a\x36\xa4\x65\x86\x2f\x31\x40\x70\x8b\x8e\x18\xc5\xc6\x5b\xbb\x08\xa1\x2d\x17\x82\x8f\xba\x3c\xb7\x55\x9b\x46\x55\x1d\xbc\xa5\x22\xe7\x00\xa0\x43\x87\x4b\xa9\x21\x10\x80\xcd\x00\x0a\xdc\xbd\x74\x99\x59\xe9\x16\x60\x38\x58\x09\x9b\x96\xbe\xbe\x73\xcb\x7e\x3d\xaf\x5c\x1f\x6b\xec\x51\x97\x17\xa5\xb1\x60\x70\x6b\x9e\x40\x6b\x39\x9a\x79\x29\xaf\x88\x30\x0c\x10\x7f\xbb\xc6\x6c\x4e\x70\x70\x2c\xc9\x07\x1f\xc8\xfe\x79\x3e\xe7\x57\x53\x28\xb3\xd8\xd3\x31\x4f\x4e\x12\x5a\x2f\xfa\x0b\xbc\x02\x7a\xa5\x52\x81\xca\x48\xf1\xc5\x1b\x01\x3a\x82\xe3\x7a\x1b\x21\xd7\x68\xd6\xb7\xf4\x74\x41\x59\x5d\xe0\x17\xbb\x53\x10\x25\xc2\xd9\x43\x96\xa9\x99\x48\x97\xfe\x28\xd6\xde\x21\x39\xa9\x68\xaf\x65\x54\x9e\xd8\x3e\x72\x30\x6a\x5e\x9f\x95\xe5\x72\x8a\x7a\xde\x71\x91\x0b\x56\x31\x1a\x58\xff\xa2\xb3\x72\x40\x47\xec\x26\xef\x91\xcd\x4a\x3a\xba\x6e\x5a\x85\xa1\x6e\xe3\x5d\xb3\x6b\x17\x6a\xc8\x6e\xac\x23\x64\x1b\x32\x16\x93\xab\x54\x5b\x08\x86\x87\xb8\xa0\x20\xc0\x0a\x59\x0d\xf1\x66\x5e\x2d\x18\x60\xca\x4c\xc6\xb5\x9b\x51\x53\x98\x84\xae\x91\x72\xbf\xca\x89\x6a\xb5\x9f\x43\xf1\x42\xd7\x18\xc1\xab\xa4\x8e\x5e\x2b\x76\x85\x14\x7e\xd7\x1e\xc3\x65\xc3\x95\x9b\x03\x36\x6d\xd6\xcd\x39\x4b\x64\x8f\x8b\xb3\xd4\xdc\xc2\x52\x22\xc5\x4b\xe0\x1c\x68\x47\x01\x22\xbe\x7e\x38\x3e\x03\x35\x5b\xd2\x5e\x48\x07\x25\x0b\xe6\xcb\x33\x6a\x07\x78\xef\xa0\x81\x8f\x6e\x30\x3f\xdd\xa4\x76\xd5\x1d\x72\x0d\xe3\x16\x28\x59\x9a\x12\x52\x17\x82\x86\x2e\xd6\x9e\xd6\xcf\x8f\x48\x37\x48\x52\x8f\x70\x33\x18\x2d\x66\xc8\x85\x3c\x8e\x45\x8c\x05\xd6\x3a\xe5\x65\xb3\x61\xe6\x5e\xd7\x30\x8b\xc8\x70\xab\xf3\x52\x66\x84\x5e\x5b\x64\xc9\x51\xe8\xf2\x40\x5e\x36\xe7\xcc\x0f\x78\xa2\x83\x49\xd0\x1e\xc9\x36\x93\x7d\xe5\x04\xb8\xf2\x64\xa9\x3c\xd8\x50\xf0\x59\x5c\xb9\xa8\x8b\x3a\x63\x95\x38\x82\xd3\x73\x26\x4e\x37\xf6\x1a\xdd\x87\x1c\xac\x29\x29\xed\xa5\xae\x50\xb8\xe9\xce\x65\x18\x63\xc5\xa1\x06\x0b\xef\xd7\x79\xee\x85\xbd\xed\x39\xbc\x11\xf6\x54\x4e\x5b\x7b\x82\x99\x26\x2a\x9c\xa2\xb9\x1b\xaf\xad\x4d\x3a\xdd\xf7\xec\x43\xdd\xa6\x39\xb7\x2b\x18\x85\x5d\x61\x6d\xb4\xf4\x6e\x96\x94\xeb\x41\xaf\x0c\x2c\x36\x4b\xf3\x92\x28\x32\x67\xa9\xb1\xb8\xdf\x01\x2d\x83\xda\xa4\xaf\x98\x1e\xd7\xe0\x7a\xe7\xb1\x43\xb5\x42\xec\x6c\x0d\xec\x4c\xa6\x57\xb3\xa2\xcc\xe4\x7a\x3c\x75\x25\xaf\x9b\xc5\x72\x75\x18\x2e\xdc\x7a\xb9\xdd\x64\x3d\x8a\x5c\xce\xfa\x2c\x56\x97\x50\xa5\x94\x06\x15\x24\x62\xa1\x9b\xf2\xd6\x95\x13\xb3\xc8\x35\x33\x2e\x34\x94\x19\x9c\x3e\x32\x97\x5e\xab\xe8\x54\xee\xd9\x7a\xa2\x20\xd3\xfa\xbc\xe4\x47\x2e\xaf\x96\x42\xed\xda\xf2\x6e\x39\xf3\x2f\x03\x71\x54\x62\x13\x0e\x38\x72\x23\x6e\x4a\x72\x5b\x96\xdc\xba\x21\x77\x9e\x33\xd3\x9c\xa9\xed\xb0\x4c\x7b\x92\xba\x0b\x3f\xeb\xf2\xb0\xbc\x20\x95\xba\xc8\xf2\x56\x2a\x8c\x1a\x77\x1a\x95\xc3\xe4\xd1\xa7\xb0\x86\x78\x82\xc4\xc1\xa1\x8e\x30\x2e\xed\x61\xc9\x59\xbb\x87\x94\x58\x14\xac\xb9\xca\x22\x8d\xc3\x69\xc3\x5d\x6b\xc8\x0a\x92\x24\x87\xdf\xf8\x00\x78\x9d\x03\x21\x76\xb5\xa3\xa7\xdb\x14\x3f\x4d\x8f\x39\x74\x48\xa8\x8a\xaa\x49\xac\x19\x35\x65\x57\x54\xd5\x3a\x53\x98\xe3\x26\x1e\x54\x0a\x17\xd9\x4d\x09\xc2\xb3\xa4\x6d\x10\xad\x3e\x2b\x3d\x7d\x29\x9a\x22\xe7\x86\xdd\x39\x9d\x52\xcd\xb4\xaf\xb8\x8b\xba\x1b\x76\xc3\xa5\x0f\x9a\x63\x1a\xc9\xfb\xdd\x72\xa9\xa7\x86\x84\x4d\xb9\x74\x74\xf4\xc4\xfe\xe2\xd2\x07\xc8\x35\x87\x1c\x57\x57\xba\xae\x36\x60\x3b\xf4\xdd\xb9\x8d\x0d\x73\xe3\xec\xf4\x64\xee\xd8\x3d\xaf\xe6\x04\xd2\x46\x85\x38\x0c\x91\xd6\x91\x2a\x83\xaf\xb6\x36\x14\x1e\xc5\xd6\x1b\xd0\x93\x6c\xc4\xba\x04\x1b\xe6\xc8\x94\x46\x55\xdb\xc8\xa0\xbb\xf9\x02\x9d\xb2\x5b\x6e\x43\x72\xae\x52\xba\x0a\x4c\xd8\x88\xa2\x6f\x70\x61\x49\x78\x5b\xf9\x12\xd0\x5e\xad\x1f\xb5\x42\x38\xb5\x47\x50\xac\x12\xb8\x35\x36\x7d\x8b\xe9\x53\x64\x2d\xb5\x2c\x7a\xf1\x0f\x73\xc7\x42\x6f\x00\x39\x27\x67\x55\x75\xd5\x91\x12\xa4\x01\x11\x2b\x38\x84\x86\x08\xc9\x9c\x06\x55\x4e\x78\xeb\x19\x69\x70\x95\x58\x99\xda\x4c\xf3\x57\x19\xb7\xe7\xce\x97\xad\xe7\x57\xc7\x7d\x43\x09\x24\x0a\x23\x46\x57\x42\xdb\x35\xe5\x21\x79\x31\x3f\x8d\x06\x96\x39\x99\x89\xd8\x9e\x6d\xda\x36\x97\x60\x3b\x10\xfb\x64\xfc\x07\xe9\x95\x29\x3d\x5d\xa8\xca\x4a\xb9\xf4\x0e\x42\x03\x00\x00\x7b\x94\x28\x9d\x96\x22\xe3\x28\xc5\x42\xb2\xbf\x98\x3a\x05\x9b\x22\xb8\xf0\x04\x89\xec\x14\x30\xd6\xb1\x77\x0a\xdf\x69\x04\xd9\x0b\x67\xb5\x13\xce\xe0\xb2\x53\x00\x2c\x9c\x41\x27\x58\x72\x84\xfb\x00\x00\x5c\x83\x25\x2d\x80\xcd\x2d\x05\x9b\x4a\x5e\xdb\x88\x94\x9b\x69\x04\xf8\x33\xe8\xf9\x0b\xdc\xf3\x32\xdc\xf1\x9a\xd8\xf3\x44\x36\x86\xc4\x02\x91\x5d\xf6\x38\xdc\xed\x89\xac\xe3\xf7\xb6\xb5\xc6\x6e\xad\x79\x20\xab\x9a\x20\x71\x0b\xdc\x60\x98\xd7\x74\xc7\x9d\x2c\x75\xac\x1a\x72\xad\xda\x7b\xf3\x6e\xf2\xa6\xf6\xfa\x1a\xca\x63\x2b\x4c\x6f\x3f\x89\xd3\x78\xef\x26\x08\x32\x01\x8d\x3f\x41\xe0\xd9\x6a\x02\x2f\xff\x3a\x47\xfe\x8a\xce\x26\x53\x18\x7e\x48\xb3\xbf\x01\xfe\x76\x3f\x40\x9c\xf9\x50\xeb\x95\x55\x98\xa5\xcf\x17\x99\xbd\x5f\x7d\x1f\xa4\xfb\xb8\x5e\xf1\xfb\x05\x5e\xff\x32\x5b\xbe\x02\x98\x1f\xd6\x10\x4d\x02\xe2\x39\x18\x3f\xac\x27\xa5\xd7\xfe\x72\xbb\x20\x7e\x72\x1b\xf3\x09\xdc\x37\xae\xbb\xf6\xfa\x3c\x2b\xeb\xf7\xe7\xea\xa7\x24\x73\x9b\xd8\x7b\x3f\x3e\xb8\x5d\xd8\x73\xfb\x81\xa2\xdb\xb0\x87\x69\xef\x6e\x4f\xe2\xd0\xfe\xeb\xf5\x5f\xb7\x2b\x83\x6e\xbf\xc5\xf5\xef\xd0\xe4\x9f\x3f\xbf\xfb\x09\xfa\xf7\xc9\x6c\x31\xf9\x77\xe8\xe1\xd1\xdb\x4f\x97\x39\xdd\x40\xbf\x9b\x3c\xc0\x7e\x37\xf9\xed\xb7\xce\xb3\x73\xcb\x89\x7e\x2b\xbd\xa2\x09\x4b\xef\xb7\xdf\x7e\x9e\xfc\xd7\x4f\x3f\xfd\xe5\xd3\xdd\xd5\x7f\xf9\xf5\xa7\x9f\x1e\xae\x71\x1a\xef\x56\xfa\x78\xf9\xda\x47\x28\x7f\xf9\xed\x37\xaf\xe2\x6f\xb0\xff\xf2\x6e\xf2\x5f\x93\xd6\x8a\x1b\xef\xaf\x93\xba\x6c\xbc\xdb\xef\x2a\xb5\x56\x39\xe2\xfd\xdb\x6c\xf2\xe1\xde\x9a\x6f\x67\xf0\xc3\xb0\xfe\xeb\xc3\xd0\x87\x61\x9d\x67\xd7\xf5\xe5\xe5\x71\xc8\xa7\x71\x55\xe6\x44\x5e\xfd\xf2\xd0\xd9\xc3\x50\x2f\xf6\x92\xc9\x87\x89\x9b\x39\xcd\xed\x2a\x73\xdf\xab\xc9\xf1\x56\x73\xec\xc2\xb8\x6f\xff\xf2\x78\x57\xff\x5f\x7e\xfe\xf5\xa7\xf0\x34\x79\x7b\x1b\xff\x6f\x1f\xc6\x9b\x73\x3f\xbf\xac\xea\x3a\xf0\xd3\xcd\x54\x7e\x76\x45\xf4\x76\xb7\xc2\x87\x0f\x93\xbf\xdc\xc8\xf0\x97\x4f\xb7\x53\x4d\x26\xe3\xab\x4f\x3f\x67\xf6\xdb\xec\xbd\xe2\x95\x09\x7d\xfd\x7c\x5b\xe4\xf1\xca\xa9\xdb\xbf\xbd\xb8\xf2\xee\x4f\xee\x3f\x9b\x7c\xbc\x3f\x79\xe4\x43\x9d\x57\x64\x6a\xd9\xb1\xe7\x4e\x3e\x4c\xba\x30\x75\xb3\xee\x7d\x9c\x39\xd6\x55\x42\xc6\x0b\xc1\x9c\x2c\x7e\x40\xb6\xce\xab\xbf\xfe\xe5\xd7\x8f\x93\x9b\x32\x9e\x7c\x98\xbc\xfd\x02\xc6\x7f\x4e\xde\x74\x55\xf5\x57\x08\x7a\x33\xf9\xeb\xf5\xe3\xf5\xd3\xcf\x93\xe9\x33\xc8\x41\x56\xd5\x77\x1e\xe7\x56\x1d\xdc\xae\xfd\x9a\x5e\x27\xbf\xf9\xb4\x96\x55\xfa\xd5\x1d\x04\x2b\xcf\x2a\x9d\xe0\xd3\xb0\x93\xe5\xd4\x59\x79\x79\x20\xc2\x67\xfc\x7e\x8f\x67\x69\x3a\xfe\xb2\x24\x35\x8e\x79\xdb\x94\xf1\xbb\x8f\xa2\xf3\x71\xab\xd5\xcf\x9f\xa0\x75\xf5\x27\x40\xe3\x28\xdd\xb3\x15\xc5\x78\x7b\xd3\xba\xc7\xc5\xde\xdd\x90\x7b\x37\x19\x79\x6b\x35\x75\xf0\x5b\x9d\x45\x5e\xfa\x19\x20\x27\xce\x2a\xaf\xbc\x49\x5d\x57\xbf\xcf\x72\x2f\x7d\xbc\x6b\xec\x61\x43\x96\xeb\x92\xad\x97\xd6\xbb\xb0\xaa\xbd\xd4\x2b\xdf\xfe\xa5\x49\xe3\xcc\x72\xff\xf2\xee\xd3\xad\xe0\x6f\x3f\x97\x93\x47\x88\x9f\xee\x2c\x1b\xd9\xff\xfe\xf6\xe2\xf1\xe9\x55\xdd\xfe\xf9\xd3\xaf\xcf\xcc\xc1\xf2\x4f\x66\x0e\xf0\x2c\xc9\xb3\xea\x76\xc3\x36\x3d\x5e\xea\xfd\xe1\x13\x62\x9f\x36\xfe\xf1\xc9\xb3\xf1\x6f\xaf\xa6\xd7\x2a\x3d\xeb\xdd\xc4\xf9\xf4\x4e\x0b\xbd\xee\xdd\xe4\x51\x55\xbf\x50\xb3\x20\xac\xde\x3f\xce\x99\x7c\x98\x3c\x7e\xfc\xf5\xcb\x11\x4f\x60\x4d\x3e\x3c\x85\xfe\xeb\x53\x88\xe3\x52\x37\x88\xe3\xc7\x27\x23\xc2\xea\x01\xf7\xd4\x9f\x7c\x98\x9c\xac\xb8\xf2\x9e\x8d\x90\xc7\x0b\xfb\x3f\xdb\xe4\x0b\x43\x3f\x43\xe6\xf0\x69\xe4\x7f\x4d\xaa\xda\x2a\xeb\xbf\xde\x4c\xd1\xbb\x89\x97\xba\xe3\xc7\xc9\x3f\x3f\xd7\xfe\x67\x24\xfc\xfc\x8a\xd8\x4f\xef\x6e\xa0\x3e\xbb\x01\xf0\x4b\x29\xbc\xb3\xa5\x2b\x5f\xbf\x8d\xe6\xfb\x47\xb8\x5f\x30\xe2\xfd\x4d\x36\xde\xc7\x5e\xea\xd7\xc1\xd7\x59\x71\x9b\x83\x67\x69\xed\xa5\x57\x30\x6f\xde\x7c\x63\xb8\x13\x5b\x55\x75\xd5\xae\xd1\x77\x5b\x4e\x1d\xb6\xde\x9b\x47\x35\xf9\xf5\x7b\x48\x32\x5e\x42\xfd\x05\x4d\xbc\xf6\x73\xaa\x5c\x25\xfa\xb7\xdb\xad\x8d\xe3\xfe\xbe\x6b\x27\x5e\xfb\xde\xb5\xea\xa7\x82\x38\xae\xf9\x19\x82\x0f\xce\xa8\xfa\x5c\xff\x2b\xaf\x56\xc2\xc4\xcb\x9a\xfa\x8e\xee\x3c\xfe\xfd\xf6\x22\x4b\xbc\xf4\xea\x02\x7e\x7b\x0d\x47\xfe\xf9\x6e\x02\xff\x10\xed\xc6\x35\xbe\x22\x4c\xa7\xab\xce\x84\xc3\xe7\x5b\x7d\x7b\x15\xa9\xd7\xaf\x16\x79\x17\x37\xeb\xd2\xaf\xf0\xe7\xe3\xd5\x95\x9f\x4b\xee\x7f\xff\xf7\xcb\xea\xf7\x94\x86\x37\x87\xdf\x5e\x57\xc2\x33\xd7\xbb\xdd\x7d\x89\x20\x9b\xa7\xa3\x26\x9f\xae\x98\x7d\xa2\xbc\x9f\xb4\xf0\xf1\xef\xe6\xc8\xef\x80\x9d\x2d\xaf\x88\x3d\x7d\xb8\xba\xf7\x70\xfd\xbb\xd7\x7f\x3e\xfd\x45\x96\xdc\x00\xfe\xfc\x12\xc4\x7f\xfe\xf4\x7d\x94\xba\x2d\x13\x58\xa9\x1b\x7b\x20\xbd\x28\x0f\xb2\x87\x8f\x17\x82\xbd\x7d\xb2\xcc\xfd\x2d\x7d\x5a\xf2\xf1\xe6\xdf\x8f\x76\xe8\x15\x32\x73\x67\x8b\x5f\xc8\x4f\x67\x85\x35\x95\x95\x57\xe7\x96\xf9\xd6\x53\x91\xf8\x4e\x7d\xff\x64\x8a\x4a\x2f\xc9\x5a\xef\xa9\x35\x9a\xbc\xde\x57\x38\xb1\x67\x95\x8f\xf4\x7a\x54\xe4\xcf\x09\x76\xa5\xff\xbf\x7d\x1d\xfb\xc9\xf7\x39\x9e\xc7\x0d\x8f\xf7\xc8\xdf\x37\xe0\x55\x63\x57\xb7\x7b\x8d\xdf\x7e\xdd\xfe\xbf\x7b\xd9\x3f\x78\xa9\xfb\x84\xef\x5f\x38\xd8\x07\x69\x29\xdf\xde\xd0\xf8\xf9\x9e\x1c\xdc\x11\xe9\x5b\x28\xd6\x94\xa5\x97\xd6\xf8\xf3\x35\x6f\xe1\xd9\x73\x1d\x78\x70\xa6\xdf\xd8\xc9\xb3\x69\x37\xb7\xfb\xb5\xed\x7d\x39\xe5\x9f\x77\x36\xfb\x02\x43\xbe\xf4\xb0\x93\xd7\x1a\xfe\x47\x71\xf8\xed\xd5\x66\xee\xf1\xef\xe5\x19\xf7\xc5\xe3\x9e\x98\xb4\x59\xe8\x4e\xe0\xfb\xe3\x3e\xc7\xea\xa3\xc4\xbf\x84\xcc\x6d\xc2\x03\xd0\xbb\xbe\xea\x93\xf0\x7d\x8d\xd5\x8f\x02\xf8\xd5\x31\xcf\x85\xf0\x23\xbb\xee\x3e\x7d\xc1\x8a\xfe\xe1\x68\x7f\x17\x52\xbf\xbd\x4e\x71\xee\x03\xf9\xcc\xd1\x7f\x7a\xf9\x0a\x83\xfa\x92\x31\x7f\xd1\xf9\xbf\x6c\x43\xaf\x6f\xb2\xd8\xd5\xae\x54\xba\x6f\x6f\xbe\x33\x02\xba\xd9\xc4\x57\xc9\xdb\xed\x12\x6a\xaf\x7b\x5c\xfa\x1e\xdf\x9e\x13\xf0\x3a\xc9\x0d\x4f\xa7\x31\x75\xbc\xcd\x7d\x5f\x7a\x79\x6c\x39\xde\xdb\xc7\x7d\xbc\x9b\xbc\x79\x73\x87\xf6\x57\xcc\xae\x53\x1f\xe2\xad\xc9\xdf\x26\xf0\xd7\x75\xf2\x19\x57\xaf\xb3\xbf\xcd\xd4\x1f\x8c\xe3\x5e\x0c\x42\xbf\xe0\xaa\x9b\xa5\xb5\xe4\x39\x4d\x59\x79\xaf\x63\xf0\x8d\x1f\xdf\x62\xc7\xe8\xd5\xef\xd9\xf9\x07\xa3\x5e\x65\xe5\x27\xe9\x78\xa0\x8a\x37\xe2\xf7\xbe\x68\xbc\xf2\x22\x7b\xb1\x77\xcd\xd7\xdf\xbe\xf9\x38\xe0\x97\x71\xde\x9b\x27\x0e\x73\x7c\xfa\x14\x83\x8f\xf5\x28\x29\xeb\xaa\x57\x2f\x75\x9b\xf1\x4b\x99\x75\xd5\x53\x86\x7f\xc2\x5b\xc9\xf2\xc9\x87\x4f\xb0\xdf\x67\xa7\xd3\x55\x90\xb3\x7c\x32\x7d\x18\xf1\xe9\xd1\x1d\x37\xf1\x34\xbe\xa8\xea\x4b\x7c\x0d\xd9\x4f\x57\x5b\xf3\xc5\xfc\xdd\xf5\xd9\x74\xf2\x26\xef\xdf\xbc\x1a\x4e\x7d\x43\xee\x13\xa2\xdf\x39\x3d\xf0\x42\x3f\x78\x86\x08\x3d\x3e\xfd\x4e\x58\x71\x98\x7a\xf4\xf7\xc2\xbb\x91\xf9\x4b\x70\x58\xd6\xa4\xee\x47\x16\x3e\x5d\xcb\xf7\xea\xdb\x80\xab\xa7\x8b\x43\xef\x26\xcc\xf5\xd3\x20\xf4\x4b\x4b\xf0\xa3\x14\x7f\x02\xe0\xd5\xa4\x7e\x32\xaf\x0b\xdd\x3a\x78\x5e\x9b\x18\xb7\xf9\xf0\xf6\xb5\xb0\x3e\xf1\xeb\x2e\xb0\xe0\x1b\x8c\x7b\x4a\x92\x2f\x38\xf6\x3d\x10\xbf\x4c\x21\xfe\xed\x05\xa3\x32\xf9\x8a\xcd\x7f\x4c\x04\x7e\xfb\x46\x02\x3d\x66\x97\x5f\xf5\x74\xaf\x48\x71\xef\x05\xe2\x5f\xcf\x74\xef\x4b\xcf\xb3\x42\xc6\x5d\x19\x79\x1c\xf5\x05\x7e\x0f\xfb\x7d\x86\xe6\xaf\x3f\xfd\xf3\xed\xcf\x3f\xff\xfa\xd3\x43\x45\xee\xfd\xbd\x62\xdb\x9d\x49\x3f\x41\xd0\xff\x6f\x32\xf6\x3b\x78\x2b\xcf\xc3\xd4\x57\xa5\xdd\x87\xe7\x44\x38\x57\xef\x13\x2b\x7f\x56\x62\x5c\xfd\xc9\x4a\x8c\x64\xe5\x58\xb9\x27\x7b\x45\xe3\xa5\x8e\x57\xbd\xd8\x01\x78\xec\x15\xe0\x81\x55\x56\x5e\xfd\xf2\xc0\xc7\xe6\x03\x73\x0d\xa4\xe8\xd1\xff\x7e\xa3\x6c\xf9\xf9\xd0\xb7\xbf\xbd\x58\x97\xfc\xed\xb3\x32\xe2\x6f\x5f\xd6\x11\x47\xb1\xfc\x1c\xce\x67\x42\x68\xb9\xee\x15\xeb\x2f\xc4\xce\x09\xac\xf2\xdd\xc4\xc9\x5c\xef\x69\x05\xe4\xfa\x66\xf2\xb7\x0f\x93\x37\x93\x37\xf7\x5c\x9d\x13\xfc\xf6\x68\x57\x3a\xe7\xf6\xe9\xed\x0d\xca\xaf\xcf\x62\xa9\x2f\x71\x7e\xef\x8c\x84\x9b\xfc\x9f\xff\x33\xb9\xff\xe6\xef\xd7\xff\xfe\xe3\x5e\x60\xe3\x8c\xd8\x7f\x6d\xda\xd7\x8a\x18\x57\xb4\xcb\xac\x7b\x0e\xe1\x32\x99\x3e\x7b\x64\x5b\x4f\xd3\x96\x9b\xa1\xf9\xb8\xed\xe7\xe8\xf7\x2f\x65\x54\x4f\xc6\x5d\x8d\x5e\x75\x75\x23\x6f\xcb\xac\xfb\xf9\xef\x4f\xa1\x4c\x7e\x99\xcc\xee\xee\x7e\xf2\x45\x2c\xf4\x7d\xf0\xfe\x8e\xbc\x08\xf2\x87\xb1\x44\xfe\xf1\xf3\x8b\x00\x27\xcf\x64\xf5\x55\x00\xff\x3e\xfb\xc7\x64\xfa\xe1\xc6\xe7\x3f\x30\xaf\xfa\x11\x7a\xfd\x18\x22\x4f\x60\x8d\x4e\x45\xba\x66\x36\x4f\xc9\x7b\xf9\x66\x14\x3e\xb9\x13\xd5\x3e\x1f\x75\x87\x73\xfd\x35\x2c\x7c\x14\xd3\x5f\x26\xb3\xab\x12\x3f\x55\x99\x2c\xae\x5e\x29\xad\x5d\x69\xe5\x56\x79\xf5\xc5\xfc\x13\x23\xf1\x95\x8d\xf7\x93\x0f\x2f\x25\xf3\x4f\xe9\x30\x9d\xbe\x9c\xf4\x3f\x53\xd3\xbf\x3d\x9d\x5e\x39\x65\x16\xc7\x58\x56\xd7\x59\xf2\x35\x01\x7f\x0a\xe9\x97\x5f\xee\xaf\x7a\x67\xec\xb8\xc4\xe7\x45\xe6\xa7\x7f\x7f\xac\x50\x3e\x13\x94\xf7\x61\xa5\x97\x56\x9e\xdf\x3a\xb0\xcf\x8b\x3b\x2f\x63\xf1\xfc\xc9\x57\x70\x1a\x4d\xfe\xa3\x4d\xff\xf0\x61\x82\xbc\xac\xdd\xf7\xc4\xf2\xf9\x82\x5f\xfe\xdf\xef\x34\xbc\x4f\x46\x85\x69\xe5\x95\xf5\x4b\x12\x79\xca\xca\xc9\xdb\xab\xb5\x4f\xb2\xf6\x56\x53\x80\x7f\x7d\xf8\xf8\x1f\x1f\x35\xe3\xd7\xc9\x74\x7a\x7b\xf6\x92\xd8\xdc\xbc\xc5\xad\x00\xeb\x3e\x47\xfc\x65\x76\xbd\xb0\xa3\x9f\xdf\xe7\x59\xfe\x34\x4b\xf8\x7c\x83\x0f\x4b\xfd\x1d\xf9\xc7\x8d\xfa\xf0\x8b\xc4\x7f\xee\x78\xbe\x6e\xd0\xae\xba\x7e\x33\xae\x7f\x3c\xc4\x47\x64\x91\xef\x50\xbd\x57\x82\x9e\x7c\x98\x3c\x7b\xd7\x94\xa0\xae\xcb\x77\xd7\x88\xe4\xdd\x64\xf6\x8f\xdf\x61\x98\xbf\x44\xe2\x7d\x95\xc7\xa1\xf3\xcc\x44\xf7\xef\x26\xf0\xbb\x6f\x62\xf1\x1d\xd5\x94\xef\xa6\x46\xff\x55\x32\x3c\x84\x6e\x0f\xf2\xfc\x8f\x3b\xd9\xd6\x67\x90\x9e\x9a\xd9\x1f\xf7\x54\x77\x0c\xc5\x4b\x9d\xa1\x3f\x66\x9f\x6f\xde\xbc\x9b\xc0\x77\xb8\xfd\xad\x2d\x3e\xed\x37\x3d\x24\x43\x2f\x04\xc7\xb6\x17\xc7\x3f\x50\x7d\xbc\x17\x90\xb5\x61\xd5\x58\x31\xe6\xc5\xf1\xeb\xab\x54\x4f\x40\x3c\x96\x8b\xc6\xa4\xce\xce\x4a\xd7\x2b\xf1\x2c\xbe\xd5\xb0\xde\x74\x41\x58\x7b\x6f\xbe\x5d\xd5\xfc\x32\xc3\x7d\x25\xf0\x37\xb7\x54\x77\x06\x3f\xa9\x79\x3d\x01\x91\x67\xb9\x90\xde\xdb\xe1\x93\x71\xa7\xcc\x69\xbe\xe8\xd0\xbd\x86\x15\x57\x61\xa1\x3c\xef\xe5\x4e\xf0\xbd\xac\x22\xbb\xdd\xbe\x4a\x66\xdf\xc2\xe8\x49\x68\xf2\x22\x07\xbe\x08\x4c\x7e\x7f\x30\xf2\xad\x00\xe4\x7e\xd0\x71\xb7\x71\x75\x37\xe4\x7b\x5d\x8c\xf7\x74\xda\xe7\x58\xbc\x86\x33\x8e\x55\x96\xa1\xe5\x7b\xd2\x28\x58\x5f\xad\x5f\xdc\x25\xf9\x37\x74\xd0\x72\xa2\x2a\xb7\x1c\xef\x7b\x38\xdf\xdf\x2b\x83\xff\xde\x8d\xd6\x96\xfd\x3d\xbb\x7b\xf2\x28\xf5\xfa\x5a\xae\x3f\xf9\xfb\xaf\xaf\x55\x05\xe1\xa9\x16\x9a\x6f\x9c\xa2\xf9\x4c\x36\xbc\xda\xdf\x79\xad\x17\xbf\x9d\xbd\x1e\x3e\xf3\x6a\x6e\x7d\x02\x0f\xbf\x0a\xfc\x18\x8a\xdd\xca\x21\x5f\x2c\x91\x5b\xa5\x95\x54\x4f\xad\xe8\xed\xe9\xbb\x6b\x34\xf8\x6e\x72\xbe\x7a\xaf\x4f\x7c\xb9\xbd\x9a\x7c\x18\xff\x5b\xfd\xfd\x73\x93\x7f\x65\xfb\xf8\xfa\x3f\x26\xb3\x2f\xe3\xd2\xc7\x59\xb3\x4f\xa3\x7f\x30\xd4\x3c\x3f\x9f\xd4\x7f\x7a\xeb\x04\x77\x7c\x94\x57\x5a\x95\x77\xf5\x52\x6f\x7f\xbe\x13\x96\x74\x41\x18\x7b\x0f\x88\xff\xf2\xcb\x35\xcc\x3a\x4f\xfe\xe3\x07\xd4\xf4\x7e\xb4\x72\x9e\x4e\x6f\x01\x8a\x13\xdc\xab\x3d\xbf\x38\xfb\x49\x18\xfa\x2a\xad\xbf\x55\x9c\xd5\xfc\xb5\xec\x7d\x0d\x0f\x9f\xec\xf8\x0e\x17\x5f\xb6\xcc\x93\x5f\x1e\x16\xf8\x86\x81\xfe\x8f\x6f\xda\x85\xcb\x3d\x67\xf0\x1a\x62\x10\x4f\x4f\x10\xfd\x2b\xc9\x31\x7d\x1d\x39\x9e\xbb\x88\x32\xeb\xbe\x25\x7b\x97\xe7\x4a\x71\x9d\x35\xf9\xe5\x3e\x6e\xff\x4a\xdf\x74\x63\x0c\x95\x95\x9d\x55\xba\x7f\x12\xde\xf4\xaf\xe3\xcd\x8f\x92\xe8\x4e\x2d\x74\xcc\x9f\x9e\xe1\xf6\x1a\xd2\x61\x96\x13\xfd\x2b\x69\xf7\x3f\x2a\x3b\x77\xc9\xf7\x2a\x3b\xd2\xbf\xc2\x8e\xdc\x0d\x2a\x5f\x43\xf3\xbd\xd7\xd7\xbb\x30\xf5\xfe\x24\xf2\xfa\xa7\xb2\x25\xdf\x8c\x22\x5f\x41\xdf\x43\xe9\x39\x9e\x1b\xa6\xfe\x9f\x8a\xc8\xff\xb3\xfe\xeb\x8f\xa2\xdd\x35\xa4\x03\x76\x95\xc5\x4d\xfd\x67\x21\x5d\xff\x08\xff\x93\xcc\xbc\x46\xcb\xee\x36\x5c\xef\xef\xe2\x16\x98\x3a\x59\xfc\x34\x9a\xfc\xb8\xab\x2f\xa5\xf5\xe3\xce\xaa\x8f\x67\x72\xee\x14\x44\x6e\xdf\x90\x79\x04\x31\xfb\xc7\x4b\x02\x7f\xa7\x3a\x3b\xce\xbc\xcb\xe2\x5b\xd1\x30\xeb\xee\x49\xc9\x88\xf2\xdd\x59\x1f\x0f\x12\x5f\xc7\xbc\x4e\x8b\xef\x86\xd3\xdf\x0a\x02\xae\x88\xdf\xc1\xec\x2b\xfb\xf9\x88\xd9\x75\xcc\xeb\xcc\xfe\x08\xed\x95\x2e\x70\x72\x5f\x9c\xbe\xe0\xf5\x1d\xf5\x2a\xb3\xee\xf5\x82\xf6\x10\x7d\x28\x4f\xb2\xc7\x57\x2a\xcc\xe4\xbf\xff\xfb\x73\xb4\xbf\x4c\x1f\xbe\x3f\x16\x78\x9a\x85\x4e\x5e\xe9\x99\x6e\x49\x0d\x93\x12\x61\x95\xc7\xd6\xe5\x15\x1b\x39\x7f\x56\x8a\xea\xc2\xda\x09\x1e\x07\xfe\x1d\x7e\xd6\x75\x74\xac\xca\x9b\xc0\x7f\xfd\xe2\xd9\x9d\xed\xdc\x70\x90\x42\x3f\x78\x56\x60\xef\xdf\x3d\xe3\xd2\x9d\x12\xec\x9d\x5c\xee\x9a\x00\xce\x9e\x8f\xbc\xf5\x0a\x7e\xbd\x97\x99\x5d\x45\xfc\xd7\xc9\x79\x3a\x7d\x65\xd3\xeb\x86\xf3\xd5\xcf\xbc\x3d\xbf\xaa\xb9\x67\x97\x9e\x15\xfd\xfa\x9c\x3a\xb3\xd7\x51\x67\xe7\x9d\xfe\x40\xe2\x3c\x1f\xf5\x20\x7e\xe7\xe7\xa2\xf7\x3f\xbc\x7f\xe4\xf9\xfe\xef\x60\x7c\xe3\xce\xd7\x90\xfe\xfd\x28\xbf\x84\x20\xfa\x1c\xc1\xab\x1a\x3c\x94\xff\x2c\x27\x92\xc3\xc1\x7b\xa9\x67\xf4\xe0\x26\x7e\x79\xdd\x7e\xae\xf6\xf0\x09\xdc\xaf\x1c\xfa\xbc\xbb\x60\x5d\x86\x89\x5c\x5b\x65\xfd\x04\xd0\x0b\xbd\xa8\x7b\x35\x92\xc9\x87\x09\x6f\xd5\xc1\xfb\xc4\xea\x9f\x45\x29\xb7\xf7\xbf\x3c\xd9\xfc\x97\x67\xa5\xbe\x06\xde\x0d\xab\xfc\x6b\xe0\x6f\xef\x5f\x07\xfe\x9b\x12\xf6\x1d\xc6\xef\x15\xe1\xe2\x9f\xc5\xd4\xfd\xcb\xcc\xc8\x77\xe8\xef\x8b\x6a\xf7\xfd\xcb\xbc\x86\x89\x63\x49\xf2\xba\xc0\x77\x97\x24\x7f\xa0\x1c\xf9\x3d\xf1\xec\x1f\x57\x9a\x7c\x0c\xc0\x9e\x5b\x92\xcf\xdb\x10\xaf\x03\x71\x7f\xf9\xc9\x2f\x93\xf3\x97\x3e\xf3\xeb\x11\xc9\x8b\x87\x88\x1e\x4c\xde\x87\x0f\x2f\x98\xc4\xc4\xea\x77\xb7\x21\xaf\x6e\x24\x7e\xb2\x69\xb3\x3b\x12\x73\x6f\x33\xf7\x0e\x7c\xdc\xb3\x35\xf7\xc6\x95\x59\x77\xef\xf1\xf9\xe9\xc3\x57\x74\x7a\x1f\x6a\xb7\x37\x59\x83\x9f\x69\x99\x1d\x5b\x69\x34\xea\x45\xd9\x78\x3f\xbf\xa6\xae\xfb\x58\x0c\x7e\x37\x99\xdd\x6d\x16\xfd\x58\x9f\xf7\xf5\xb3\xbe\xe8\x79\xbd\x26\x50\x76\xbd\xd8\xab\xbd\xff\x4f\x37\x7f\xbf\x6e\xfe\x3f\xa1\x97\x93\x5f\x3e\xdc\x8b\xca\xef\x87\x01\xcf\x86\xbe\x5e\xe3\x6e\x96\xec\x8f\xd5\xb9\x9b\x50\xfe\x5f\xa5\x75\x3f\xd2\xa4\xfb\xa1\x0e\xdd\xff\x82\xda\xfd\xee\x7e\xdc\x0f\x35\xdd\x9e\x07\x4a\x4f\x05\xfd\x1b\xdd\xb7\xa6\x0a\xde\x7e\xd1\xb1\x7b\x4d\x3c\x33\xb2\xfb\xc7\x1a\x70\xbf\xa7\xa8\xf0\x85\xb8\xdf\xd5\xde\x67\x5c\x1a\x51\x55\xb2\xfc\x95\x94\xf9\x01\xe0\xa3\xd8\x7f\x5d\x97\x7f\xfe\x9d\x6a\xf9\x71\x1b\xff\x3b\xea\x39\x4e\xf8\xd1\xa6\xe2\xbf\x84\xc5\x8f\x5c\xf8\x9f\xe2\xf2\x4d\x84\xfe\x1f\x62\xf1\xcd\x34\xfd\x6f\x9e\x92\xf8\xd7\x84\x3e\x7f\xc6\x13\x13\x7f\x3f\x4f\xa7\xff\x98\x7c\xf8\x82\x8c\xdf\xdf\x16\xfd\x73\x14\x75\xf3\xd2\x6b\x7f\xa4\xa8\xeb\x04\x56\x79\xc8\xaa\x3f\x7f\x3f\x67\xf2\xe7\x6c\x91\xd3\x8f\x3d\x24\xc9\x8b\xad\x3a\x6c\xff\x3c\x14\xfc\xbf\xe2\x84\x41\xe9\xe5\x9e\x55\x7f\xec\xc6\x5e\xed\xa0\xe5\xd4\x5e\xf9\xc3\x1a\xf5\x6e\x12\x8f\x25\xba\x17\x35\xff\x75\xce\xe6\xf2\xf3\xbb\xd1\x50\x5d\x27\xde\xff\x2e\xd0\x75\xbd\xa7\x6f\x5c\xef\xf4\xc2\x59\xf4\xaf\x2b\xf8\xdd\x55\x7e\xcc\x3a\x55\x5e\xea\x12\x5e\x1b\x3a\x37\x73\x1a\xda\x4d\xfd\xcd\x8c\xfa\x53\xb7\xf2\x4a\xc6\x3b\x85\xe4\x97\xcf\x27\xdf\x3b\xe7\x9c\x97\xde\x29\x7c\xf6\xad\xb7\x7b\xdf\xd6\xa8\xde\xbe\xb9\x7d\x7d\xfd\xcd\xcf\x1f\x7f\x47\xe9\xcb\xb7\x65\xdf\xd6\xbf\x34\x69\xe8\x64\xae\xf7\xe2\xa0\xca\x29\x3d\x2f\x7d\xf3\xf3\x2b\xd2\xd1\x2b\x71\xde\x3e\xfb\x4a\xe7\x7b\x1c\x7e\x4f\xca\xf8\x64\x3a\x79\xf3\xf7\xff\x9c\xfd\x8a\x38\x4f\xbf\x73\xff\xc2\x8f\x2e\xdd\xc1\x25\x0e\xd3\xa6\xff\xa3\x50\x59\x7e\x05\x91\x3b\x0d\xd2\xbb\x6c\xb8\xa5\xf1\x6f\xfe\xf6\xec\xbb\x9a\x5f\x67\xc7\x1f\x82\xff\xdf\xe0\x5f\x91\xd5\xf2\x57\xf8\x77\x90\xf3\x4b\xfe\xff\x31\x58\xad\x17\xbf\x6e\x16\xbf\x0b\xab\xef\x64\xf2\x27\xd5\x9a\x4e\xde\xfc\x8e\x65\xff\x50\x39\xff\xdb\x1a\xfd\x75\x0e\xc3\x30\xfa\x55\x4a\xbc\xf6\x58\xfe\x9f\x2f\x84\xb8\xbc\x3a\x84\xf8\x9f\x3f\xb5\xf4\x75\xfa\x69\x7f\xd2\x10\xe2\x4f\x75\xe8\xeb\x5f\x78\x80\x94\xd6\x5e\x79\x4e\xe8\x4b\x37\x7a\xff\x44\xfa\xed\xd5\x87\xfb\x47\x85\xfe\x3e\x7b\x79\xd6\xec\xc9\xac\x97\xa4\xfd\xfe\x51\xa4\x7f\x09\xcb\x5e\x8a\xe9\x9f\x1f\x75\xfa\x13\x06\xa6\xb5\x65\xe3\xb1\x67\xfd\x50\x20\x7a\x57\x17\x3f\x3c\x8f\xaa\xc6\xe2\xeb\x53\x7c\x6b\xcb\xae\x9e\x7f\x11\xee\x1e\x81\x3f\xfa\x8a\x07\x0c\x3e\x7c\x98\xa0\xdf\xa0\xcf\x15\xf8\xe4\xc3\xe4\xbf\xfe\xf9\xbd\x31\xe5\xed\x3b\xb5\xaf\x96\xff\x4f\x3f\x44\xf5\xcc\x02\x7d\xfc\x0e\x6e\x38\x7e\xff\x36\x9c\xfc\xc7\xe4\x8b\x49\xbf\x4e\xc2\xfb\x47\x6b\x6e\x5b\x79\xc0\xe4\xed\xdf\x1f\xa8\x1d\xfe\xe3\xe9\x37\x2d\xff\xf9\x87\x47\xae\xdf\xec\xe8\x4f\x1e\x5b\xdc\xf3\xe7\x2d\xee\x3b\x4c\xf8\xf4\x25\xe5\xaf\x7e\x71\xfb\x4e\x1f\xfd\xe3\x42\xc8\x9d\xf3\x03\x2f\xcc\xf9\xd1\x90\xf1\x3f\x9f\x85\x8c\xaf\xa7\xc3\x9d\x33\x06\x77\xe8\x60\xe5\x79\x1c\x8e\x3f\xc8\x8d\x7f\xfc\x21\xae\x1f\x23\xc7\xab\xd6\xab\xbc\xda\x7f\xf8\x79\x96\xb7\xf0\xbb\xcf\x7e\xa9\xe5\x3d\x41\x52\x40\xdd\x29\xbf\xe1\x34\x90\x64\x52\x79\xdd\x19\x95\xcf\xc1\xcd\xfe\x58\x70\xc8\x1f\x0b\x0e\xfd\x01\x70\x5f\x23\xf7\x9d\x83\x4e\xf7\x30\xb0\x5a\xcf\xc5\xaf\xd6\xf7\xae\x4d\x7e\xd5\x2e\x4a\xaf\x0a\x07\xef\xed\x0c\x45\xfe\xff\xec\xbd\xfb\x5b\x1b\x39\xb2\x00\xfa\xf3\xe6\xaf\x50\xd8\xd9\xd8\x0e\xc6\xd8\xe6\x0d\x71\x72\x6c\x63\x26\x9c\x21\x8f\x0b\xcc\xeb\x02\xc7\xa7\x71\xcb\x76\x4f\x4c\xb7\xa7\xbb\x1d\x60\x13\xf6\x6f\xbf\x9f\x9e\xad\x77\x77\x1b\x32\x33\x77\xcf\xf2\x7d\x33\x01\xb5\x54\x55\x2a\x95\x4a\x25\xa9\xaa\xa4\x9d\xf8\xe2\x05\xab\x3c\xed\xdb\x85\x68\x8f\xe2\x60\x12\x84\x8f\x9a\xa2\x3b\x85\x10\xc9\x69\x34\x96\x46\xd6\xb2\xcc\x00\x27\x27\x8a\xb1\x62\x16\x4d\xaa\x95\x33\x18\x07\xde\x0c\xcc\xa3\x38\x05\x31\xda\x50\x24\x29\xf4\x81\x30\x81\xc1\x27\x78\x3f\xf7\xfc\x86\x29\x3d\xa1\x01\xa8\xd0\xf2\x07\xdc\xd0\xd9\x73\xa5\xf1\xe7\x00\xde\xe2\x67\x2e\x92\xfb\x70\x74\x86\x0f\xdc\xbb\x31\xf4\x6c\x59\x14\x5c\x3c\xd8\xd3\x59\x40\xf8\xd9\x6c\x1a\x34\x2c\xfb\x64\x60\x36\xfb\x54\x6c\x6a\xdc\xb5\x9a\xef\xa2\x05\x76\xa0\x13\xac\xc2\x4e\x07\xec\x15\x63\x40\xda\x6e\x5a\x00\x20\xc2\x0b\xc1\x08\xa3\xf8\xc6\x9b\xe9\x40\x5e\x17\x07\x71\x83\x1a\xe3\xe7\x07\x92\x32\xc3\xc7\xc2\xcc\x95\xd4\xea\x10\xbf\x04\xb1\x86\x81\xae\x41\x0c\xb5\xa0\x30\x25\x38\x6d\x62\x10\x85\xef\xbc\xd0\x9b\xc0\xb8\xe1\x07\x09\x82\x65\x13\x08\x93\x80\xf7\x02\x9c\xb9\x0f\xa4\x11\xc0\x14\x00\x42\x81\x55\x9e\x9d\x93\xb1\xd9\x2c\x66\x08\xa0\x5d\xfa\x51\x34\x5a\xb8\xd9\x97\x83\x6a\xab\x10\xaa\x45\x3a\x66\x63\xbd\x34\xa6\x62\xfa\x22\x99\xc4\x8f\xc5\xd4\x2a\xd8\xa7\xf8\xee\x73\xfa\x38\x5c\xed\x62\x98\xc8\x8d\xcf\xdb\xc0\xf7\x61\x4e\xee\x62\x77\xc7\x36\x0d\xfa\x06\xf0\xa8\x1b\xad\xc1\xa6\x61\x0d\x61\x90\x2c\xcb\x8b\xc9\xaa\x25\x53\xdd\x95\x8b\x05\x27\xac\xc5\xb5\x8c\xa9\xac\xc5\x1f\x7c\x90\xbe\x6f\x3c\x5e\xd7\x93\x59\x8b\x3f\xf8\xa0\x5d\x6b\x88\x4b\x73\x1a\xfa\x41\x32\xd7\x1b\xa2\x52\x77\xc3\x3b\xad\xd1\x5d\x0e\x26\x1d\x8b\xbb\x01\xbf\x2b\xd6\x1a\x66\x97\xd5\x05\x00\x90\xeb\x62\x0b\x0c\x7a\xa1\xee\x04\x83\xb6\x75\x5a\x73\x54\x68\x6d\xf5\x60\x16\x5f\x60\x34\xc1\xa0\x96\xc7\xd4\x51\xbf\xe4\xea\x6c\x80\xc0\x25\x91\xfc\x52\xb8\x5d\x32\x8d\x6e\xc9\x46\xc2\x86\xcc\x9c\x04\xa8\xc0\xa6\x29\xef\x16\xeb\xaf\xb3\x41\xe6\xb4\xfc\xfb\x6c\x91\x97\x54\xb7\xff\xb6\x7b\xe4\x25\xf9\x61\x31\x4d\x8d\x49\x73\xd0\xa6\x0d\x59\x93\x1b\x6d\x43\x16\x30\xbe\xb1\x2b\x91\xde\x8b\x6e\xe4\x6c\x90\xca\xec\xee\xcc\x93\xd8\x7c\x98\xc6\x11\xfc\x21\x1b\xc5\x25\x07\x66\xc9\x9d\xe2\xb2\x56\xc8\xb7\xde\x2a\xe2\x19\x80\x6c\xe9\x6b\x6f\xf4\x09\x19\xd4\x54\x9f\x3f\x7e\x87\xe8\xe8\xf1\xbf\xf3\x16\xb1\x44\xb7\xc5\x8d\x61\xf1\x66\xf2\x5e\xb0\x78\x3b\x79\x03\x58\xbc\x9d\xbe\x03\x64\x2f\xda\x3c\xe1\x26\x90\x80\x5a\x66\xc4\x97\xda\xbf\x2d\xbd\x27\x28\xbf\x81\x5b\x1e\x55\xe9\x1d\xdc\xd2\xa8\x96\xd9\xc2\x2d\xbb\xce\x2f\xb5\x87\x5b\x76\x6f\xfa\xc7\x6c\xe1\x4a\xef\xe0\x4c\xfb\x31\x43\xe8\x37\x86\x43\xbe\x16\x36\xab\x59\xa8\xa7\x19\x96\x21\x2f\xab\x0b\x16\x8d\xeb\xb4\xc0\x42\x5f\x0b\xc3\x32\x85\xb6\x13\x38\x77\xc5\xe9\xb1\xd3\x52\x7c\xdb\xc1\xb6\x7a\x56\x58\xbc\x46\x49\x98\x64\xeb\x97\x03\x56\x0d\x1a\xca\x81\x4c\x6f\x00\xcd\x10\xd1\xc7\x25\xb6\x69\x8b\x59\x89\x4d\x9a\xaa\xa7\x13\x98\xf6\x16\xe3\x31\x8c\x8d\xc1\x48\xc5\x77\x8d\x31\x1c\xc7\x30\x99\x56\x75\xdf\x70\x76\x49\xfd\x47\xee\x61\xff\xb4\xbd\xe8\x68\xea\xc5\x4b\x38\xfe\x89\x41\x5f\x2d\x64\xf3\xcb\xc7\xca\x79\x09\x67\x68\x52\x56\x5d\xb0\xa8\x43\xe4\x41\xc1\x1d\x27\xda\xf7\x66\x39\x51\x28\x51\x75\xb2\x15\xae\x83\xf1\xcc\x9b\x98\x6e\x93\x28\xf2\xd7\xaf\x41\x6b\xb7\x0e\xc6\x13\xd0\xd1\xb7\x34\x59\x9d\xbd\x1a\x78\x01\x9a\x77\xad\xf1\xb8\x0e\xae\x27\x76\x70\xbc\x92\x30\x6d\x69\x56\x08\xb4\x27\x9f\x19\xf7\xe1\xf3\xec\x30\x3d\x50\x72\xd3\x62\x66\x83\xd7\x1d\xb0\xd1\xc4\x0c\x06\xaf\x3a\x60\x63\xc7\x98\xa7\x1a\x51\x35\x07\x6b\x60\xa3\xe9\xda\xb8\x67\xf7\xff\x08\xea\x66\x06\x75\xd3\x08\xf5\x9a\x41\xdd\x2c\x01\x75\x2f\x83\xba\x67\x84\x3a\x07\xab\x1d\xb0\xab\x8b\x38\xef\xc3\x5e\x09\x6c\xad\x66\x86\xae\xd5\x2c\x85\x8f\xf7\xae\xa5\xde\x5e\x58\x11\x1a\x05\x1b\xd3\x6e\x96\x33\x2a\xcb\x44\xce\x2c\x3d\x56\xe5\x4e\x68\x93\xc9\x9d\x85\x7a\x4b\x53\x63\x23\x67\xa7\xb4\x33\xa5\xac\x53\x5f\x73\x62\x25\x15\x48\x9b\x4e\x48\xed\x12\x90\xb6\x9c\x90\x36\x4b\x40\x32\x4f\x19\x06\x69\xb7\x04\x24\xe3\xd3\xa7\x19\x9f\xb6\x4b\x80\x6a\x1b\xb3\x5d\x13\x58\x2f\x3a\xe0\x5f\x65\x98\xde\x76\x70\x1d\xc1\x2a\xc3\xf6\xb6\x83\xef\x08\x56\x19\xc6\xb7\x1d\x9c\x47\xb0\xca\xb0\xbe\xed\xe0\x3d\xe6\x57\x19\xe6\x6f\x18\xdf\xd0\x5d\x76\x3e\xba\x27\x84\x11\xd5\xd3\x4e\xdf\x0d\x23\x6f\x04\x3f\xc1\x00\xac\x82\x56\x4e\x8a\xfd\x00\xe9\xc9\xb6\xd9\xf4\x18\x1b\xc8\xbd\xf1\xd2\xd1\x14\x67\xfb\xe6\x58\xae\x30\xed\x78\x05\x94\xf0\x1a\x4a\xdb\xac\xd4\xf1\x92\x01\xc2\xda\xe9\x80\xb5\x96\xfd\x01\x09\x4c\x98\x45\x45\xba\x3a\x65\x79\xd1\xc2\xcc\x32\xe3\x8c\xc8\x63\x99\xb4\xae\xd3\xbe\x3a\x98\x6b\xb0\xf4\x5d\xd9\xff\x55\x21\xfb\xd6\x02\x60\x92\xd7\x6f\x2f\x00\xd7\xf9\x02\x70\xfd\x6f\x20\x00\xd7\x8f\x17\x80\x56\xd3\x6c\x97\xfc\xc9\x16\x46\x6e\xd8\x01\x8c\xe3\x28\xae\x56\x7e\x0c\x3f\x85\xd1\x6d\x08\xce\xbe\x3f\x05\x1e\xdb\x8b\xec\x83\x7f\xf8\x8d\x4a\x1d\xcc\x0b\x84\xb4\x58\x77\x17\x55\xb2\x42\xbc\x7a\x85\xdf\x2d\xff\x8a\x95\xca\xab\x57\xa8\xe3\x5f\xc1\xf5\xe4\xa0\xc0\xfe\xc8\xc7\xa1\x51\x67\xa9\x97\x2e\x8a\xec\x8e\x9e\xfa\xfa\xab\xd8\x59\x55\x7e\xf8\x46\x33\x5c\xc6\x33\xa5\xe0\xf9\x5f\x2e\xf6\x8a\x75\x02\xaf\x1a\x9c\xcd\x57\x55\x9f\x76\xb9\x41\xe5\xa0\x0c\xb8\xbb\x5c\x70\xa7\x25\x38\xf3\x67\x5c\xfc\x3d\xd5\x20\xbc\xf9\xb7\x19\x05\xc0\x0f\x45\x2d\xd3\x63\x99\xe3\x5f\x67\x1b\xcb\x18\xb8\xda\x6c\x59\xee\x6d\x1e\x7d\x62\x93\x44\xe3\xf4\x14\x26\x30\xcd\x51\x47\xa5\x7c\x92\x4a\xdc\xa7\x97\xb8\xd1\x2c\xe7\xbc\x5a\xfe\x46\xaf\xfc\x31\x5c\xf9\xeb\x72\xc7\xe9\x6d\x33\xa7\x96\xed\x3c\x56\x8f\x82\x59\xfa\x78\x2c\xff\x8c\xfb\xde\x49\x28\x7b\x45\x53\x3d\x95\x55\xaa\x4d\x66\xf0\x33\x9c\x15\x81\x84\x16\xc9\x0b\x04\xeb\xaa\xc8\xea\x9a\xc0\x94\xf0\xfd\x2c\xbd\x9f\x2d\x15\xc8\x06\x5e\x81\x16\x78\x03\x5a\x60\xdf\x14\x50\x23\x69\x59\x63\x62\x45\xc5\xad\xa2\x60\xe6\xc1\x04\xa6\x1f\xe6\xf8\xa9\xd9\xca\x28\xa3\xbf\x52\x07\x95\xeb\x59\x34\xfa\x64\xd2\x65\x05\xb3\x80\xda\x9c\x5e\x0a\x13\xb0\x08\x7d\x18\xcf\x82\x10\x96\x21\x62\xcb\x40\x84\x41\xe7\x15\xe7\x82\x17\x17\x40\x2f\x9f\xe3\x06\x49\x6f\x16\x84\x9f\x82\x70\xc2\x43\x31\xff\x01\xda\xc4\xbe\xb5\x4f\x34\x95\x04\x0c\xa3\x52\x17\xa0\x15\xcb\x9c\x03\x53\xa2\x30\x4e\xe1\xa4\x58\xe4\x9e\xd9\xd0\x93\xba\xac\x9e\x5b\x3b\x54\x49\x55\x4e\x4b\x50\x73\xaa\x07\x45\xbb\x08\xe1\x80\xd9\x41\x7c\xeb\x0a\xbc\x32\x2b\x9e\x37\x42\x15\xcd\x09\x90\x84\xf5\xb9\x90\xdf\x39\xb5\xc0\x7d\xd1\x37\x9a\x12\xef\x33\xcc\x54\x6e\xf1\x65\x0c\x7b\xe8\xfc\xe2\x4c\x18\x63\x6a\xf1\xab\x35\x57\x71\xae\xab\x5e\x1a\xc5\x4b\x51\x6a\xd0\xc5\x94\xf8\xaf\x5f\x73\x38\x68\xee\x41\xd6\x8c\xd2\x4c\xdf\x65\x13\x49\x57\x1f\xe1\x56\x5e\x8d\x96\xab\xa2\x59\x47\x1f\x5d\x96\x5f\x94\x8e\xe6\x29\xef\x19\x7e\xa4\xfa\xc3\xbb\xde\xf1\xfb\xe3\xf7\xdf\x23\xe5\xce\x09\xbf\x68\xde\x35\x37\x9a\xcd\x3a\x40\xff\x6e\x1f\x5d\xd5\x71\xc9\xe6\xee\x06\x2e\xd9\xdc\xdd\xe6\x25\xbb\xb4\x64\xef\xaa\x2e\xb5\xde\xda\x6b\xe1\x2f\x5b\xbd\x43\x5a\x77\xab\x77\x44\x4b\x18\xbc\xad\x3e\xad\xd3\x6f\xab\xad\xfb\x9b\xf4\xcb\x16\xaf\xbb\x43\x4b\x76\x68\xc9\x36\xa5\x6f\xbb\xb9\xa1\xb4\xde\x6e\xd1\x2f\x2d\xd6\x7a\x7b\xb3\x47\x4a\xb6\x06\xac\x64\x87\xd6\xd9\x69\xaa\xad\x0f\xb7\xc9\x97\xc1\x26\xab\x3b\xd8\xa1\x25\xbb\xbc\xa4\x4b\x4b\x0e\x95\xd6\x3b\x4d\xd2\xcb\x9d\x26\xeb\xe5\x4e\x8b\xf4\x72\xa7\xd5\x62\x25\x1b\x04\xf7\xce\x66\x57\x6d\xdd\x25\xb8\x77\x7a\x4d\x56\x77\x40\x28\xdf\x39\xda\xa0\x25\x7b\x4d\x02\x6f\xaf\xa9\x72\x6d\x6f\xa3\x4f\xbe\x6c\xf4\x59\xdd\x4d\x5a\x77\x73\x97\x97\x1c\xd2\x12\x95\xf2\xbd\x2d\x5a\x77\x8b\xf5\x7b\x6f\xbb\x4d\x4a\xb6\x39\xee\x5d\x5a\x67\xb7\xa5\xb6\xee\x51\xdc\x3d\x8e\x9b\x8e\xee\x5e\x9f\xc3\xeb\x53\xdc\x7d\x0d\xf7\x80\x62\x1a\x30\x4c\x5d\xda\xcb\x2e\xea\x25\x29\xa1\xbd\xeb\xa2\xde\x49\xad\xbb\xb4\x97\xdd\x4d\x5e\x77\x73\x87\x96\xec\xf2\x92\x1e\x2d\x51\x71\x77\xa9\x24\x74\x77\xd8\xf8\x74\x69\x2f\xbb\xbb\x1c\x1e\xed\x5d\xb7\xa7\xe1\xa6\xbd\xec\x72\x49\xed\x52\x49\xed\xf6\x39\x6e\xda\xef\xae\xd6\xef\x2e\xed\x77\x97\xf7\xbb\x47\xfb\xdd\x6b\x32\x6a\x7a\xb4\xdf\x3d\xad\xdf\xbd\x8d\x23\xfa\x85\xc9\x5a\x8f\x72\xa2\xb7\xc9\xe1\xd1\xf1\xee\x69\xfd\xee\x6d\x11\x59\xeb\x6d\xb1\xd9\xdc\xdb\x25\xd4\xf4\x78\xbf\x7b\x7d\xc2\x9b\x5e\x5f\x9d\x25\x3d\xda\xa7\x5e\x9f\xcd\xef\xfe\xc6\x00\x97\xf4\x37\x99\xec\xf6\x37\xb7\x69\xc9\xae\xd2\xba\xbf\xd9\xa5\x5f\x78\xeb\xad\x2d\x52\xc2\xa9\xe9\x53\x9e\xf7\x35\x9e\xf7\xa9\x26\xe9\x73\x4d\xd2\xef\x53\x4c\x7d\xde\xba\x4f\x5b\x6b\x3c\xef\x53\x9e\xf7\x39\xcf\x0f\x29\xd7\x0e\x37\xb3\x92\x43\x5a\xa2\xb6\x3e\xec\x13\xca\x0f\xfb\x5d\x56\xf7\x90\xc0\x3b\x3c\xdc\xe4\x25\xdb\xb4\x64\x5b\x69\x3d\xd8\x20\x98\x06\x1b\x6c\x74\x07\x1b\x9b\xb4\x84\xc1\x1b\x50\xd9\x1d\x6c\x0e\xd4\xd6\x3d\xda\xba\xc7\x5b\xf7\x68\xeb\xde\x1e\x2f\xe9\xd1\x12\x95\x6b\x83\x3e\xd1\xd5\x03\x3e\x62\x47\x2d\x52\x72\xd4\x62\xad\x8f\x36\xc8\x28\x1c\x6d\x6c\x29\xad\x8f\x36\x76\xe8\x97\x1d\x5e\x77\x8f\x96\xf0\xd6\x3b\x84\xbe\xa3\x1d\x95\xf2\xa3\x5d\x22\x47\x47\xbb\x8c\x47\x47\xbb\xdb\xb4\x84\xc3\xdb\xa3\x75\xf6\x76\xd4\xd6\x7b\x14\x13\xd7\x2d\x47\x74\xbc\x8f\xd8\x78\xb7\x9a\x6d\x3c\x62\xad\xe6\x86\x22\xa9\xad\xe6\x46\x9b\x7e\x69\xb3\xba\x1b\xdb\xb4\x64\x87\x97\xec\xd1\x92\x3d\xb5\xf5\xd6\x2e\xf9\xb2\x45\x7b\xd9\x6a\x6d\x63\x3a\x5b\xad\x23\x2a\x7d\xad\x8d\x2d\x2c\x8f\xe8\x5f\xa5\xf5\x4e\x8b\xe0\xde\x69\xd1\x7e\xb7\x76\x28\x35\x3b\x1b\xbc\x64\x8b\x96\x6c\x6d\xa8\xad\x77\xe8\x97\x9d\x0d\x56\x97\x8c\x77\x6b\xa7\xb7\xc5\x4b\x76\x68\xc9\xa1\xda\x9a\xf0\x08\xfd\xcb\xea\xf6\x49\x2f\x77\x0e\x39\xbc\xc3\x43\x5a\xa2\xb6\xde\x6d\x62\x39\x6a\xed\x36\xa9\xb4\xb4\x76\xbb\xa4\xf5\x6e\x97\x71\x62\xaf\x4d\x38\xb1\xd7\x56\x56\xa2\xd6\x5e\x7b\x87\x7e\xd9\x65\x75\x69\xbf\xf7\xf8\x28\xec\x51\x9e\xef\x6d\xf4\x94\xd6\xdd\x16\x69\xdd\x6d\xb1\xd6\x3d\xb2\xd6\xb7\x7a\x4d\x46\x79\x8f\xcc\x1b\xf4\xaf\xd2\xba\x47\x47\xb7\xc7\x66\x54\x8b\x6a\xd0\x56\x8f\xad\x8b\xad\xde\x26\xa1\xa6\xb7\xa9\x52\xde\xdb\x26\xfd\xee\x71\x9e\x1f\x12\x1d\xd8\xe2\x33\xbe\x75\x78\x34\x20\x25\x47\xca\x78\xb7\x9b\x84\x6b\xed\x26\x5b\xfd\xdb\xcd\x76\x97\x94\xb4\x07\xac\x84\xc8\x4f\xbb\xb9\xbd\xa1\xb6\xde\xa6\x75\xb7\x79\xeb\x43\x5a\x77\x40\x4b\x36\x28\xbc\x8d\x66\x5b\xc1\xbd\xd1\x24\xb3\x64\xa3\xb9\x47\xe9\xec\xee\x36\x31\x27\xd0\xbf\xbc\xa4\x47\x4b\x14\x9e\x77\x77\xdb\x5b\xe4\x4b\x9b\xd6\x3d\xea\xb5\x70\x2f\xd1\xbf\xb4\x64\x40\x46\xe1\x68\xd0\x54\x70\x1f\x0d\xda\xf4\x4b\x7b\x83\xd5\x3d\x3a\x22\x25\x6c\x96\x1c\x1d\x1d\x61\xfa\x8e\x8e\x8e\xd4\xf1\x66\x8b\x3d\xfa\x85\x71\xbd\xd9\x6d\x6e\xb1\xb2\xed\xac\xac\xcf\xca\xd4\x99\xd6\xec\x6e\xd0\x89\xda\xe5\xe3\xde\xec\x92\x05\x12\xff\xc2\xc6\xae\xb5\x4d\x84\xeb\xb0\xb5\xad\xce\xf5\xc3\xd6\xce\x06\xfd\xc6\x56\x40\xf4\xeb\x16\x2b\xeb\xf1\xb2\x6e\x97\x96\x75\xd5\x79\x73\xd8\xa6\xa2\x75\xd8\xde\xa4\x33\x7c\xd0\x6c\x92\xfe\xe1\x5f\x78\x19\x61\xd9\xa0\xd9\xdc\x51\xfa\x32\x68\xb6\x9a\xf4\x5b\x6b\x70\x44\x1e\x65\xa7\x07\x1f\xdc\x8e\xbf\x0e\x12\xe8\xc5\xa3\x69\x75\x31\xd2\x0e\x52\x6e\x82\x50\xde\xc8\xe1\x42\x0f\x6d\x5a\xb8\xb5\x9f\x3d\x32\xd2\x52\xea\x05\xfe\x81\xb4\x19\x5e\x8c\x12\xf0\x2a\x6b\x78\xd1\xbc\xa2\x3b\x59\xf4\xe1\xb5\xf0\xe1\xc6\xbb\xbb\xba\x68\x5d\x99\xf6\xc9\xea\xc1\x1b\xcd\x80\x87\x68\x7a\xdd\x41\xf4\xaa\xe7\x37\x37\x81\xcf\x9e\xfc\x18\xcf\xa2\x28\xae\x56\x51\xa7\x56\x51\x2f\x6a\x60\x1d\xb4\x0d\x0f\x8e\x6b\xe4\x04\xbe\x4e\x0e\x81\x8d\xd8\x83\x30\x68\xaf\xfd\xf0\xf3\x7e\xb5\xd3\x18\x58\xd3\x04\x0c\xb3\x15\x01\x5b\x33\x01\xd3\xea\x53\x7e\xc8\xa7\xa3\x42\x96\x55\x8d\x5d\x0f\xf2\xb8\xd3\x3d\x9d\x3a\xec\x8c\x66\xe2\xc7\x64\x1a\x01\xb4\xef\x6b\x84\x8b\x99\x69\x70\x37\xda\x68\x3c\x09\x07\x3b\xa0\x79\xb7\x33\x06\x2f\x5e\x00\xf2\xad\x79\xe7\x35\x6b\x76\x88\xa3\x28\x4c\xe3\x48\x81\x2a\x09\xa7\xb1\x6d\x53\x6e\x10\x24\x3f\x07\x3e\x24\xd5\x8d\xf9\x06\xc5\xab\x58\x8d\x5b\x2d\x23\xa7\x04\x98\x02\x48\xda\x24\xeb\x6b\x8b\x3a\x9a\x11\x56\x90\x92\xad\x31\xf8\xfa\x55\xa2\x82\xf3\xf6\xae\xbd\xd1\xde\x73\x7e\xf5\xd4\xaf\x19\xae\x36\xdc\x6d\x72\xce\xa2\x02\x6f\x73\xc4\x59\xfd\x1c\x03\xd8\x68\x6e\x8c\x6b\x76\x08\xde\xa8\x29\x43\xf0\x77\xbc\x0d\x47\xfd\xf1\x9e\x52\x7f\xec\x8d\x5d\xf0\xc7\xb0\xa5\xd4\x87\xad\x3d\x67\xfd\x0d\xb5\xfe\xb6\x13\xfe\x58\xa5\x67\xbc\xdd\x74\xd6\x87\x6a\x7d\xb8\xed\xa8\xdf\x6e\x36\x15\x04\xed\xf1\x78\xec\x3b\x5a\x6c\x68\x2d\x36\x70\x0b\x96\x3b\xfa\x41\x3c\x8e\xa1\xb3\xef\xe0\xd9\x43\xad\xfa\x05\x84\x8b\xd9\x3e\x7e\x5e\x99\xcc\x81\x7d\xd0\x04\x0f\xb5\x83\x67\xcf\xd6\xd7\xff\x0e\x92\x68\x11\x8f\xe0\x3b\x6f\x3e\x0f\xc2\xc9\x8f\xa7\x27\x1d\xe9\x10\xea\xb7\xa4\x71\xe3\xcd\x9f\x3d\x7b\xb6\xfe\xf2\xe5\xcb\x75\xf0\x50\xab\x3f\x5b\x7f\x09\x5a\xbb\xe0\xe5\x3a\x2d\xe2\x27\x36\xd5\x9b\xc8\x5f\xcc\x60\x1d\xd0\x63\x9f\x3a\x18\x0e\x6f\xe1\xf5\xdc\x1b\x7d\x1a\xc6\xf0\xf7\x45\x10\xc3\xe1\x10\x49\xf8\xb3\x95\x45\x02\x41\x92\xc6\xc1\x28\x5d\x39\x78\xf6\xec\xc3\xf5\x6f\x70\x94\x36\x7c\x38\x0e\x42\xf8\x31\x8e\xe6\x30\x4e\xef\xab\x1c\xca\xca\x70\x08\x93\x77\x18\xf6\x4a\x1d\x7c\x01\x9f\xbd\xd9\x02\xee\x63\xc5\x84\x7b\x81\xd6\x82\xe3\xf7\x3f\x75\x4f\x8e\x0f\x87\x27\xc7\xef\x7f\x18\xf6\x4f\xba\x67\x67\xa0\x03\x48\x5e\xc8\xb5\x20\xfc\xec\xcd\x02\x7f\x0d\x9f\xc9\x92\xea\xf8\x68\x6d\x14\xcd\xfa\x33\x8f\x44\x71\x54\xaa\xd3\x34\x9d\x27\x6f\xf6\x2f\x2f\xd7\x2f\x2f\xd7\x6b\xb4\x9e\x1f\xdd\x78\x41\xc8\x13\xbc\x9e\xe1\x3b\x8a\xca\xc5\xe5\xa5\xef\xad\xfd\xf3\xf2\xb2\xb1\x76\xb5\x4a\x6b\x86\x70\xe2\xa5\xd0\x3f\x34\x37\xf8\x1f\x43\x0b\x02\xbb\x17\xf9\xf7\x02\x15\x15\xb0\x6a\x42\xba\x0a\x2a\x8c\xa4\x74\xe6\x0b\xf5\x2f\x08\xd4\xab\x2f\xed\xfa\xf6\x03\xab\x12\xcc\x85\x1a\xd5\xcb\x4b\xff\x4b\xab\xbe\xf1\x70\x79\xd9\xa8\x7d\x41\xff\x90\x3f\x59\xe5\x59\x34\xf2\x66\x6f\xa3\x24\x15\xda\xe0\xb2\x69\x94\xa4\xac\x12\x1a\x09\xe1\xfb\x3e\x01\xb2\xc5\x81\x4c\xe5\xf6\x42\x37\x84\xfe\xad\x82\xca\xe5\x65\x03\x7d\xca\xfa\x80\x3a\xf6\x15\x15\x71\x9a\x57\x41\x05\x17\xa8\x74\x61\x16\x80\x55\x91\x94\x55\x50\x79\xc3\x08\xf4\xd2\xa9\x40\xc0\xe5\xe5\xfa\x05\x1e\xc9\xdb\xcb\xcb\xc6\xe5\xe5\xda\x3f\xfe\x75\xf5\xb2\xf6\x92\xd6\xfd\x7d\x01\xe3\xfb\xb3\x34\x0e\xc2\xc9\x5b\x2f\x99\x1e\xc5\xde\xe4\x06\x86\xa9\x36\x68\xcd\xb5\x3d\x0c\xe0\xe2\xf2\xf2\xea\xf2\xb2\x7a\x79\x59\xc3\x20\xdf\x5c\x5e\x3e\xff\xfb\x7f\x7d\xf7\x8f\x17\x97\x95\x97\xab\xf5\xfd\x83\x7f\x5d\x5e\x76\x08\x96\x2b\x03\x06\x89\xa8\x37\xa8\x03\x45\xd0\xa3\xce\xb2\xae\x4d\xc5\x4a\x19\xb4\xbf\x2f\x03\x8b\x4a\xe9\x47\xc4\x2d\x83\x8c\x0a\x0c\xe3\x62\x7a\x2d\x0a\xe8\x54\x1c\x0f\x81\xe7\xab\x86\x2e\xaf\x1a\x28\x27\x20\x93\xd4\x8b\x31\xce\xea\x9b\xfd\xff\xc1\x83\x6d\x9f\x3d\x88\xfa\x2a\x25\x05\x86\xc8\xd4\xaa\xd4\xaa\xdf\x89\x8d\xb4\xce\x08\x93\x85\xe8\x98\x1f\xe3\xd9\x29\x9c\x40\x64\xfe\x84\xf0\x16\x9c\xc2\xc9\xe0\x6e\x5e\x25\x54\xac\xaa\xba\x60\x55\xec\xf1\x2a\xc2\x49\x55\xcc\xdb\x5f\x3f\x0e\x4e\xcf\x07\xbf\x9c\x13\x25\xf3\xae\x7b\xde\x7f\x3b\x38\x1d\x1e\x1f\x12\x0b\x16\x55\x39\x09\xc2\x4f\xc1\x38\x80\xb1\x7c\x90\xcd\x56\x75\x5e\xc2\xeb\x55\xf5\x93\xfb\x90\x3c\xa2\xfc\xe9\x9d\x97\x8e\xa6\x30\x3e\x46\x5d\xb6\xa2\x56\xcf\xef\xe3\xe8\xf6\x3c\xb8\x81\xd1\x22\x3d\xf6\xf1\x1d\xe8\x95\x5a\x63\x96\x81\x36\x56\x88\xe1\x24\x48\x52\x18\x0b\x24\x54\x65\x2e\xd6\xf1\x25\x2d\x52\xc4\xd8\xf9\xee\x38\xf4\xe1\xdd\x3e\x68\x61\x55\x9c\x2d\x43\xbc\x8b\xc2\x35\x86\x97\xa6\xde\x68\x7a\x1e\x1d\xe2\x0b\xa3\x8c\x3f\x7e\x34\x5a\x20\x19\xc1\x6f\x04\x18\x2e\x33\xd8\x77\xd0\x01\xec\x57\x43\xc7\x13\xf2\xbe\x69\x22\x5d\x4e\x98\xc8\xc0\x37\x72\xe3\xfb\x53\xfc\x4c\x40\x46\x45\x1c\xdd\xe2\xbe\x58\x9c\xa9\x18\xe6\xe2\x59\xa6\xb1\xb6\x66\xa3\xc1\xef\x53\xa4\x21\xba\x60\x48\x95\xf4\x8b\xbc\x99\x76\x5b\x3c\x83\x5e\x4c\xdb\x0b\xb5\x4c\xe8\x9d\xe8\x40\x07\x24\x30\xe5\x80\xb8\x68\x10\xbe\x34\xae\x83\xd0\xc7\xa5\x78\x48\x08\x5b\xea\x02\x33\xcf\x8f\xdf\x0d\x86\xbd\xc1\xd1\x87\xd3\x01\x16\xc9\xe3\xa3\x5f\x6b\xb9\x7c\x4f\x60\xfa\xf6\x1e\xad\xed\x54\xc2\xb3\x0b\xa1\x6c\x10\xa6\xa4\x4c\x97\x01\x51\x6e\x2f\xac\xf3\xe1\xaa\x31\xe5\x40\xa7\xec\x82\xa9\x04\x59\x3f\x21\x43\x81\x38\x62\x78\xb3\x19\x0e\x05\x17\xa9\x1b\xd1\xc2\xe5\xc9\xfb\x6c\x42\xc0\xc0\xe6\x92\x6a\x98\x9c\xb2\x08\x93\xf9\x49\x7b\x5e\x47\xfb\x9e\x20\x0a\xb5\xed\x17\x2d\xc6\x1b\x81\xcf\x51\xe0\xe3\x78\x12\xc0\x4b\xc1\x97\x87\x03\x63\x12\x5b\x5d\x35\xa1\x9d\x80\x5d\x2f\xbe\x78\x01\x9e\x1b\x06\x94\x70\x2d\x8e\x6e\xb1\x36\x1e\x10\xef\x4b\x36\x6e\x37\x8b\x24\x05\xd7\x10\x10\x63\xd0\xaf\x18\x45\x9b\x9c\x12\xb0\xfe\x2b\x29\xc2\xfd\x7d\x9b\x26\x5d\x5d\xad\x2b\x53\x77\x82\x54\x17\xe1\x9a\xf4\x85\x52\xb3\xcf\x59\x29\x6f\xf9\x05\xbd\x47\xb9\xd6\xc8\xca\xe4\xba\xfa\x80\x67\x6d\xf4\x6f\x72\xdb\x79\x1c\x44\x71\x90\xde\x67\x2d\x58\x09\xbe\x85\xcd\x18\xa3\x6a\x43\xcf\xf7\x85\x8e\x9f\x47\x27\x41\x92\x56\x29\xc3\x04\x86\xd2\xad\x02\xfd\xd0\x60\xc7\x29\x0e\x01\x34\x42\x96\x44\x90\x61\x31\xfa\x29\x88\xb3\x44\x8c\xdd\xb3\x04\xea\x49\xd5\xf1\x63\x53\x7a\x1f\x80\x53\x05\x4b\x69\x69\xec\x34\xac\x81\xd6\x01\x08\xf0\x2e\xeb\x00\x04\xe6\x47\xe7\x18\x97\xf8\x10\xbc\x32\x41\xbc\x08\xae\x78\x0d\x7b\xc6\x73\x89\x06\xfa\x9c\x50\xc0\xdf\x74\x33\x77\xd2\xd4\x51\xe0\xf4\x44\x36\x61\x69\x1a\x30\x38\xc6\xdb\x87\x79\x2a\xe7\x86\x4d\x2e\xb1\xb7\x12\xdb\x5b\x24\xf2\xd0\xca\x7d\x63\x44\xa2\x59\x66\x10\x77\x03\x1f\x8b\x8c\x11\x6f\x01\x2e\xeb\x6f\x3c\x01\xdb\x59\x97\x8d\xbb\x86\x93\x2f\xc7\x8c\x29\x61\x6d\xd0\x27\xfb\x45\x53\xc1\x6a\x21\x3c\x8f\xa3\xdb\x92\xa6\x08\xbc\x4b\x89\x89\xd4\x40\xbf\xf6\xa3\x30\x95\x0c\x29\x53\x0a\xa7\x72\x83\x26\xab\x65\xe3\xf0\x1d\x68\x0d\x50\x85\x01\x49\xad\x91\x45\x2f\xfa\xd1\x09\x67\x1b\x79\x9a\xd0\x3c\x29\x10\x27\x44\x00\x59\x86\x2a\x63\x28\x82\x38\x8f\x75\xe5\x6b\x0b\xb0\x40\x54\x0e\x67\x51\x34\x1f\xb6\xa4\x21\xfc\x2d\x2f\x39\x1d\xcd\x18\x42\xde\x63\xe1\x34\x5e\xfc\x76\x65\xf6\x31\x06\x6c\x69\x31\x52\x57\x65\xf9\x47\x84\xc1\xab\x33\x14\x75\x81\xac\x20\xc1\x56\x8c\x8b\x38\xc6\x8b\xe7\x05\xeb\x02\x7c\x46\x6c\x4a\x80\xa9\x9f\xbb\x38\xa2\xcd\x81\x35\x80\x1c\x7f\xb1\x85\x9c\x5b\x22\x96\x98\xb8\xfe\x46\xc4\xf5\x37\xf0\x0a\x18\x44\xc1\xf9\xe6\x3d\xfa\xa1\x23\x6b\x7c\x33\xdd\x4c\xb0\x5e\x52\x44\x2f\xbb\x74\x84\x28\xee\xaa\x96\xc8\x44\x5f\xd5\x14\x30\x59\xcc\x52\x65\x0f\x47\x5c\x18\xdf\xa6\xe9\x5c\x56\xd8\xd9\x1a\x8f\xb5\x67\x81\x0d\x25\xc9\xae\xe8\x43\xba\xad\x6a\x8c\xa6\xc1\xcc\x7f\x8f\x0a\xd4\xdb\x9a\x14\x3f\x39\xa4\xe8\x15\x62\x10\xf1\xd9\x86\x6d\xac\x9a\xa2\xc2\x48\xd3\xaf\x5f\x09\x0c\xa7\x41\x40\x75\x2e\xe9\xb3\x4d\xc3\x2d\xe2\x80\x75\xf5\x02\x31\x36\x1a\xf3\x7e\x67\xe6\x19\xb6\x59\x2b\xe1\xe2\xe6\x1a\xc6\x15\xf0\x06\x34\xc1\xbe\xa1\x96\xc2\xd2\x38\xba\xc5\x2f\xc1\x12\x08\x14\x47\x23\xc0\x7f\xad\x22\xbc\x4c\xda\x9c\xda\x14\xb3\x33\x4f\x81\x86\xc4\x29\x1d\xd7\x35\x2a\x4c\x72\x61\xc1\x28\x41\xf5\x24\xbe\x63\xa2\x3e\x8c\xab\x8b\x38\x30\x28\x4b\xb1\xf1\x6b\x4b\x20\xb9\xa2\x95\xb9\x52\x1e\xc5\xd0\x4b\x61\x37\x1c\x4d\xa3\x98\x7e\x43\x58\xb8\x80\x36\xf8\xbe\x43\x93\x40\xc3\xdc\x42\xd4\x68\xc4\x0b\x22\x90\x31\xd5\x1a\xf8\xc6\x20\xa0\xff\x9d\xdf\xcf\xa1\xf9\x31\x01\xf1\x87\xae\xab\x70\x3e\xf3\x46\x10\x09\x33\x06\x50\x17\xbb\x5b\x2a\xf1\x85\x25\xc0\x4c\xe4\x64\xb6\x08\x20\x54\x76\xe5\x88\x7a\xc3\x74\x2c\xaa\xf9\xde\xbb\x21\x1d\xaa\x74\xb5\xb0\x1d\xf5\xc7\x32\x3b\x8a\xf5\x01\x08\xca\x3d\x08\x43\x18\xbf\x3d\x7f\x77\x02\x3a\xa0\x52\xb1\x43\x62\xf5\xbd\xf9\x1c\x86\x7e\x1f\xa9\x86\xea\x32\x3c\x74\x44\x40\xe2\x91\xcd\x94\x8e\x23\xf7\x24\xfb\x31\xad\x08\x66\x28\xb9\x8b\x02\x82\xc2\x5b\xb1\x59\x96\x81\x71\x2e\xe1\xbc\xed\x99\x34\x51\x79\xeb\x82\xb3\x55\xfc\x41\xfc\xd0\x40\x3e\x27\x51\xa9\x39\xa2\xa1\x49\xfc\xd9\xe2\x3a\xc1\xc7\xb4\x3f\x07\xe9\x14\x4f\x01\x4e\x99\x34\x0f\xea\x00\xcf\x6d\x15\x6d\xce\xf2\x6e\x89\x45\x62\x3f\x66\x09\x2c\x2c\x17\x76\xfb\x0c\xab\xcb\xae\xef\x43\xe1\xa0\xcd\xd5\x67\x6d\xda\xd3\xee\x26\xb9\x3d\xc5\xe1\xb6\x19\x3a\xbd\x92\xc9\x3c\x40\xf3\x92\xec\x60\xdd\xb3\xc4\xb6\x98\x26\xac\x03\x55\x69\x25\xaa\xe5\xac\xb2\x9c\xe6\x92\xab\x6d\x46\xb8\x53\xaf\xe8\x3d\xfd\x36\x2b\x30\x27\x47\x5a\x85\x57\x8b\x2c\xc3\xc0\xbd\x87\x13\x7b\xe6\x32\xd0\x0c\x4b\x9f\x64\xa7\x61\xd9\x11\x97\x3f\xc3\x39\xa7\x6a\xbf\x41\x65\x79\x65\x07\xcc\x0d\x82\x8c\xad\xb0\x15\x4f\x3c\x03\x33\x6c\x02\x00\x5e\x2b\xf5\x2a\x7e\xec\x4d\x26\xde\xf5\xcc\x10\x11\x47\x1c\x19\xf2\x88\x14\x81\x4d\x63\x38\x56\x11\x49\xf4\x78\xf1\x84\xdc\x23\x0d\xf1\xa3\xc6\x15\x73\x35\xcf\xf7\x71\xe6\x45\xb4\x7f\x80\x21\x8c\xab\x95\xd1\x2c\x18\x7d\xaa\x88\xfb\x17\x9c\x40\xd1\xb6\x7b\xb3\x1c\x27\x2a\xc3\x4a\x6b\x11\x50\x78\x66\x1b\x26\x85\x12\xd9\x6e\x3c\x68\x34\x68\x9d\x27\xeb\x8a\xbe\xa1\x1a\x45\x61\xea\x05\x61\x62\xda\x55\xb9\x7b\x5c\x4c\x0b\x15\xe3\x8d\x99\x13\xb4\x35\x25\x3a\x7f\xc6\x08\xda\x57\x9a\x29\x11\x59\x6a\xd4\xc9\x10\xc2\xdb\xf7\x74\xb3\x21\x6e\x67\xf8\x92\x3e\xa4\x27\x49\x43\x64\x47\x7b\xf1\x64\x21\xef\xf1\x86\x06\x63\x9a\x81\xbc\x18\x06\xe4\xe5\xd3\x4e\xd6\xf0\x62\x18\x18\x1f\xa7\xa2\xc1\x7d\x64\x56\x51\x52\x1b\xa4\xe0\xbd\x64\xbd\x19\xcd\x7b\x8a\xd0\x65\xe1\x13\x58\x34\xb2\xb5\x07\xc7\x51\x0c\xab\x9c\xd0\xe0\xaa\xce\x90\x1a\xc7\x80\x36\x26\x69\x47\x89\xd1\x25\x57\x2f\x38\x20\xda\x72\x28\x8d\x10\x99\xca\xc4\x1e\xa0\xa4\xd5\x01\x5f\x80\x84\x5f\x8d\xb7\x65\x59\x6b\x83\xf1\x66\x4c\xf3\x94\xb5\x40\xaa\xd0\xd4\x5c\x0a\xa6\x7c\xb0\xa1\xe3\xbb\x80\xe7\xe6\x27\xc5\x94\x0b\x07\x01\x2d\xbb\x73\xf0\xc8\x19\x19\xde\x81\x45\x31\x88\xc2\xd9\x3d\xa0\x73\x12\x78\x20\x09\xc2\xc9\x0c\x66\x55\xec\x57\x13\xe3\xc5\x6c\x76\x4e\x4e\xdb\x04\xfa\x8c\x87\x6e\x78\x4f\x26\x31\xd4\xbc\x22\xe3\x4d\x68\x30\x99\xa6\x08\x2e\x3d\x87\x22\x48\x04\xdb\x80\xff\xc6\x36\x4e\xfa\xe6\x91\xc3\x40\x24\x61\x38\xc6\xc5\x87\xd5\xa8\x0a\x38\x8d\x4f\xe3\x8b\x5b\x29\xa3\xe0\x28\x08\x8d\x27\xf7\xa2\x8f\xdd\x43\x1e\x6b\xcc\x1c\xcd\x4e\xf2\x35\x26\x18\x38\x39\x83\x63\x27\x23\x9b\x9a\x94\x1b\xce\x2d\x29\x8c\x82\x8c\xcc\x50\x96\xe2\xa3\x8c\x85\xf3\xb5\x04\x1b\x45\x5a\xcb\xf7\x56\xed\x69\xe1\x7e\x2a\x30\xb8\x18\xe4\x48\x2e\x35\xed\xf4\x51\xb4\x80\x2b\x44\x13\xaf\xad\x85\xe0\x17\x61\xbb\x4d\x98\xf5\x8b\xb4\x96\x29\x2e\x92\x2b\x63\x16\x14\xe9\xbc\x45\x07\x1d\xd0\x6e\x36\xb3\xc8\x49\xd1\xa3\x44\x80\x64\x76\xdc\xcb\x20\x5b\xbc\xf6\xf6\xfe\x62\x5e\x7b\x5a\xa6\x10\xd0\x31\x61\xaf\xb6\x69\xfd\xec\x3d\x38\x4b\xc5\x0d\x5a\x91\x64\x79\x3d\x4b\xbd\x14\x66\x5e\x06\x5f\x1e\x0e\x9e\xe9\x1f\x2e\x8c\xe9\x4a\x7a\x83\x93\x2b\x35\xd0\x36\x41\xb6\x7d\x66\x80\x2a\x06\x55\xe3\x1a\xce\x66\xd5\xda\x01\x28\x81\xe5\xe4\xa8\x2c\x92\x59\x10\xc2\x23\x08\xfd\x92\x88\x7e\x3a\xbf\xe2\x2f\x93\x14\x22\xab\x38\xe8\xa3\xa3\x6f\x06\xba\x7f\x5a\x96\x3d\x23\x2f\x8e\x03\x6f\x02\x4f\x71\x71\x49\x26\xf5\xce\x4a\x0f\xb9\x37\xfa\x94\xcc\xbd\x11\x2c\x89\xe9\xed\x79\x59\x4c\xa9\x77\x5d\x12\xc7\xd9\x87\xb2\x38\x92\x69\x30\x4e\x3f\x2c\xd2\xb2\x88\x8e\x97\x42\x74\x5c\x76\x78\x06\x67\xfd\xa2\x88\xc8\x17\x9c\x4e\x01\x81\xad\x7e\xc4\x7f\xe3\xdf\x11\x98\xee\xc7\xc1\x21\xc1\x8d\xf7\xe1\x18\x99\x6f\x50\x16\x86\x2f\x17\x95\x8b\x8a\x99\x0a\x16\x27\xcf\xec\x8d\x2c\x27\x03\x0e\xd1\x17\x36\x36\x62\x82\x15\x64\xd0\x7f\xa4\xd9\x44\xe8\xf2\xed\x22\xbe\x7f\x76\x3c\xfc\xd8\x3d\xed\xbe\xab\x1d\x3c\xb3\x11\x78\xf5\x67\x12\xf8\xe1\xac\xef\x20\xed\xe3\x9f\x49\xda\x61\xff\xcc\x41\xda\xb0\x20\x69\x2e\x0c\xc7\xdf\xbf\xff\x70\x3a\x70\x20\xf9\x9f\x3f\x02\xc9\xa8\x2c\x93\xf9\x5b\x59\x36\x88\x83\xb2\x10\x85\xec\x1c\x42\x32\x27\x1f\xde\xb1\x24\x48\xae\x0e\xbe\xff\x70\xfa\xae\x7b\xe2\x20\xe7\xb0\x2c\x39\x4f\x87\xfa\x5d\x79\xde\x7e\x86\x71\x02\x8f\x9f\x8c\x82\x7f\x94\xa5\x20\x81\xe9\xe4\x04\x7e\x86\xb3\x6a\xb3\x76\xa0\x7f\x2a\xf3\xb4\x70\x21\xc2\xc5\x8a\x9f\x82\xf9\x7b\xb4\x47\x9b\x7a\xb1\x43\xbe\xcc\x6b\x7f\xf7\xbd\xa9\xa3\x05\x95\x3c\xa3\x86\xe9\xf8\x51\x12\x60\x4d\x61\x50\xf2\xa6\x4f\x17\x95\x37\x46\x36\x1b\xb1\x7f\xc4\x39\x77\xaa\x95\x37\x15\x82\xcf\x0c\xf0\x75\x79\x80\xaf\x9d\x00\x9f\x97\x07\xf8\xdc\x09\xb0\x59\x02\x20\x6a\x4d\x2b\x34\x26\xec\xef\x1a\x78\x09\x5a\x4d\x17\x8a\xd6\xd3\xa0\xc0\x69\xfc\x1c\x68\xda\x4f\x86\xa6\xed\x42\xb3\xf1\x64\x68\x36\x5c\x68\x36\x9f\x0c\xcd\xa6\x0b\xcd\xd6\x93\xa1\xd9\x72\xa1\xd9\x7e\x32\x34\xdb\x2e\x34\x3b\x4f\x86\x66\xc7\x85\x66\xf7\xc9\xd0\xec\xba\xd0\xec\x3d\x19\x9a\x3d\x17\x9a\xef\x4a\xa0\x89\x92\x14\xeb\x94\xef\x9c\x3a\x65\x65\x09\x88\x2b\x4e\x88\x60\x09\x88\xc0\x09\xf1\xb2\xb2\x04\xc8\xcb\x8a\x13\xe6\x41\x41\x90\x63\xb4\x0e\x07\xff\x84\x74\x94\xec\x10\xff\x98\x35\xd2\xbc\x3c\xca\x5d\xfb\x2f\xa5\x6b\xfc\xd6\x93\xd8\xea\x75\xc0\x93\x0d\xab\xdb\x3e\x72\xe9\x81\xad\x0c\x96\xb7\x8c\x75\x58\x46\xd1\x5d\x1a\x05\xc9\xbe\xf7\xe3\xdc\x0d\xbf\xf7\x48\xf8\x87\xd1\x6d\xe8\xc6\xd0\x7f\x24\x86\xa3\x28\xbe\xf5\x62\xdf\x8d\x44\xb5\x83\xcb\x22\xe9\x79\xa3\x4f\xf9\x58\x54\xe3\xbf\x2c\x96\xf7\xe4\x82\x19\xba\xb1\x1c\x3d\x12\xcb\xc7\x18\x8e\xa0\x1f\x84\x93\x7c\x54\xdf\x3f\x12\x15\x12\xe0\xee\x75\x12\xcd\x16\x69\x0e\xa6\xb7\x8f\xed\x54\x94\x04\xf8\x88\xd6\x89\xe5\xf8\x69\x64\xed\xdc\xbb\x76\xe3\xf9\xef\xa5\xf1\xc0\xd8\x43\x5b\xa0\xc3\x20\x99\xcf\xbc\x7b\x37\x96\x1f\x1e\x8b\x25\x5f\x00\x4e\x1e\xa9\xc1\x10\x86\x1c\x0d\xa6\xee\x13\x8b\xa3\x20\x2f\xc2\x16\x40\xa1\x9e\xa5\x94\x45\x51\x40\x0f\x9f\x2d\x8d\x82\xe4\x06\xcd\xd3\xc3\xe7\x85\xe1\x3f\x03\xc6\x77\xbf\x5e\x01\xfc\xd2\xef\x73\x3d\xbf\xbd\x4c\x88\xa4\xb0\xc9\x1d\xcd\x33\x13\x41\xbf\x3c\x4e\xf8\x0a\xb0\xf4\xff\x7d\x22\x9d\x9d\x3b\x5b\xff\x77\x79\x44\x53\x0f\x69\x9e\x62\x2a\xce\x5b\x1a\xcd\x5b\xa6\xdd\x4e\xe1\xcc\x4b\x83\xcf\x39\x88\xae\x97\x46\x14\xc3\x39\xf4\x52\xbe\x40\xf0\x50\x71\x37\x3e\xf5\x14\xad\x84\xec\xc3\xd0\x3f\xc4\xef\x35\x64\x2f\xda\xb9\x71\xf9\x4b\xe3\x9a\x05\x21\x2c\x3c\x56\x70\x69\x34\x3f\x95\x1b\xab\xf1\xf2\x42\xf1\x53\xb1\x35\x6f\xb2\x34\x86\xd4\xbb\xee\xcf\xa0\x97\x33\xfa\xd3\x47\x8c\x3e\x79\xc7\xde\x09\x7e\xf6\x08\x61\x2e\x84\xe0\xe6\x51\xb3\xbf\xa8\xdc\x86\x8f\x58\x82\xb2\xf7\x4c\xdc\x38\xe6\xe5\xd6\x08\x9e\x6a\x5d\x5b\x11\x70\x36\xf1\xca\xf3\x8a\x9c\x4f\x9c\x0f\x1b\x7b\xce\x40\x5e\x26\xd8\x8f\xe0\xd6\x6c\x5e\x39\x7e\x2f\x46\x66\x1d\xcc\xc9\x0e\x52\x5a\xd3\x48\x11\x71\xf6\x07\x15\xe3\x32\x26\x65\xa8\x2f\xb2\x94\xc5\x6e\x82\xcc\x92\x2b\x26\x1f\x77\x0f\x4b\x52\x1e\x3c\x4f\xb5\xed\x86\xbc\x28\x0d\x59\xca\x8e\xed\x04\x5e\x6c\x17\x9d\x37\x76\x75\xf0\xa8\x7d\xb6\xf0\xed\xe0\x99\x90\x25\x44\x28\x67\x22\x20\x14\x5d\x88\xbf\xaf\x10\x98\x2b\x88\xee\x26\xfa\x1f\x2b\x38\x70\x37\xa3\x77\x9f\xb8\x1d\x76\x88\xe4\x25\x39\x0d\xf9\xbd\x23\x6e\xda\xc6\x4d\xb3\xb2\xfc\xc6\xb8\xd9\x06\x6b\x96\xd7\xe0\xc3\x59\x1f\x37\xd8\xc4\x0d\xd0\x5f\x79\x18\xc8\x35\x05\x6e\xb4\x45\xb0\xd0\x92\x9c\x86\x87\xfd\x33\xdc\x68\x1b\x37\x42\x7f\xe5\x34\x20\xb7\x6f\xb8\xcd\x0e\x6e\x43\x0b\x70\x9e\x2d\xa1\x26\xce\x52\x27\xfe\xdd\x01\x5f\x1e\x6a\x35\x51\x02\x72\x72\xc4\x90\x4a\xd5\x61\x20\x64\xe3\xaa\x83\xa1\x7a\xcf\x93\xf9\x32\x05\x72\x92\x75\xe9\x6f\xd5\xef\x89\x41\x41\xf5\xd8\xef\x6a\x9d\x84\xd2\xad\xcb\x32\xd3\x3b\x19\xa7\x04\x47\x53\x3c\x15\xe4\xf4\x2e\x5e\xea\xa9\xfe\xbe\x08\x33\x2a\xe7\x8f\xe5\xfe\x56\x07\xa3\xa4\x0e\x46\xd3\x3a\x18\x11\x17\xac\xe8\x56\xa5\x68\x4e\x6d\x03\x39\x65\xa4\xe1\x19\x84\x64\x11\xc7\xd1\xc4\x4b\xe1\x70\x1a\x4c\x34\x0f\x40\x84\xd7\x90\xde\x5e\x6a\x03\x56\x71\x35\x93\xab\x9e\xad\x85\x1c\x31\xa5\xe4\x20\x38\x50\xbb\x80\x9f\xe2\x95\xcb\x74\x6f\x61\x1c\x0b\x82\xe8\xb8\x90\x6b\x2a\xb1\x11\x23\xe2\x04\x87\xf9\x89\xd6\xef\x7e\xe4\xc3\x2e\xcb\xea\xc2\xda\x18\x82\x01\x9b\x77\x87\xbb\xcd\x26\x78\xd5\x21\x10\x5e\xbc\x20\xff\xe2\xd4\x72\x87\xbd\xa3\x23\x93\xcf\xf9\x0c\x47\xa8\xba\x51\x91\xfb\x19\xa3\xd3\x7b\x90\xbc\xf7\xde\x57\x67\xd1\xad\xd5\xa1\x3d\x8f\xc9\xa3\xa9\x39\x2e\x67\x14\x85\x69\x10\x9a\x9e\xc7\xd7\x5d\xe1\x29\xc3\xaa\x55\xfc\xcb\x1a\x20\x8c\xa8\x81\x97\xa0\x79\xb7\x89\x7e\x59\x05\x88\x46\xf2\xa5\x4f\x0a\x9a\x77\xad\x66\x53\x7d\xa5\x97\x0e\xd2\xaa\xc0\x91\x22\xdc\x78\x30\x0d\x45\xdf\x3a\x14\x47\x47\x47\x7a\x3a\x4f\x73\x7f\x99\xfd\x23\x4c\x61\xeb\x93\x5e\xfa\xc4\xb6\x3f\xed\x3f\x9a\x82\x20\x34\x78\x79\xb9\xc2\xcf\x0c\x8e\x3d\xa3\xe9\x15\x4d\x2b\xa4\xeb\xac\xa7\x0c\xbc\xd4\xa1\x37\x3c\xdf\xc7\xf7\xd0\x4c\xc3\x3c\xf6\x81\x73\x60\x62\x23\x5d\x4e\xf3\xf8\x68\xb8\x05\x77\x31\xd2\x74\x69\xae\x72\x92\xaf\x0b\xf6\xe0\x3b\x47\x6c\x9e\xb9\xd7\x4c\x98\x46\xd6\x10\x5c\xce\x84\x4a\xb5\x62\xee\x74\x56\xa3\x96\x5b\xe3\x65\x6e\x8d\xd5\xdc\x1a\x6b\xb9\x35\x1a\x8e\x1a\xa0\x70\xaf\x65\x98\xae\xde\x8b\x3f\xea\x83\x56\xd9\xc3\x57\x06\xc5\x62\xfa\xc9\x89\xaf\x94\xa9\x72\x71\xbc\x18\x55\xad\x6f\x40\x95\x6b\x94\x8b\x51\x65\x79\xec\xf4\x51\x54\xb9\x24\xab\x18\x55\x1b\xdf\x80\x2a\x97\x34\x17\xa3\xea\x5b\x8c\x60\xde\x0c\xca\xa7\xea\xe9\x46\xd0\x1e\xd3\x0e\x9c\x96\x2c\xdd\x20\x3c\x2a\x9a\x99\x70\x63\x3d\x87\x1b\x4b\x4b\xcc\x23\x89\x97\xad\x90\xb5\xb5\x27\xe8\xea\xfb\x9c\xae\x16\x02\xf2\xe1\x29\x80\x84\xe5\x98\x9e\x39\xc1\xa9\xf9\xd8\x97\xc2\x1e\x2d\x8b\x7d\xe3\x29\xb0\x7f\xfd\x53\xb1\x3f\xfc\xa9\x9c\xff\xd7\xb2\xd8\x4d\x1b\x92\xd2\xd8\x77\x0a\x61\x97\xcc\x4e\xe1\xd8\x2b\x87\x82\x62\xbb\xee\x47\xd1\xbf\x5b\x9e\x7e\xf9\x70\xed\xcf\xef\xc2\xdf\x0b\x75\x61\x59\x12\xd4\x0d\xf9\x13\x10\xfc\xb6\x9c\xc4\xa6\xde\xf5\x19\xf1\xc6\xfe\x76\xbd\x2c\x44\x77\xa7\x1c\xdd\xb3\x68\x52\xad\x9c\xc1\x38\xf0\x66\x38\x45\x37\x88\xe1\xef\x0b\x98\xa4\xd0\x07\xc2\xf3\xb6\xe0\x13\x7e\x43\xb7\x61\x7b\x66\xd9\x02\xdc\xf4\x08\xaf\x9e\xab\x2f\x07\x48\x81\x77\x79\xed\x50\xbe\x29\xab\x5f\x2f\xc3\x6a\xbc\x4b\x09\xc2\x09\xc0\x49\x64\xd3\x88\x6e\xb7\x9f\x90\xc3\x4a\xd2\x88\x02\x50\xfe\x8a\x2c\xf6\xe1\xd8\x5b\xcc\xd2\x6f\xaf\x35\x38\x17\x20\x09\x30\xff\x31\xfc\x14\x46\xb7\x21\x18\x9c\xf5\xb3\x77\x17\xfe\x91\x34\x2a\x75\x30\x52\x43\xb3\x4b\xf4\xe9\x71\x07\x14\xd4\x72\xcc\x3b\xa0\x10\x42\x01\x68\x8b\x33\xe7\x11\x40\x02\x3a\xa6\x36\x17\xa3\xa9\x23\x51\x12\x45\x87\xaf\xbd\xd6\x73\x73\x5c\x61\x26\xab\x11\x05\xb6\xca\x45\xf3\x0c\x81\xfc\xa3\x24\xb5\x6f\x4a\x68\x44\x99\x41\x32\x18\x27\x2c\xfc\xc2\xb2\x49\xa8\x83\x91\x7a\x15\x69\x01\x36\xb1\xbd\xa1\xad\xb7\x29\x2b\xe6\x45\x65\xeb\xc3\x59\xdf\x29\x57\x68\xa0\x6d\x91\x7d\xe0\xeb\x57\xe0\xaa\xd2\x1b\x9c\xb8\x04\xa4\x00\x06\xfb\xbb\xff\xa0\xd4\xc2\xaf\xbe\xb8\x4c\x1c\x92\x70\x6e\x27\xfd\xfd\x74\x1e\xa2\xe6\x90\x55\xf9\xc8\x56\x01\x7c\xd1\xbc\xca\x9b\x18\x78\x1c\x9a\x6e\xfd\x66\x7a\x64\xdc\x58\xc7\xf0\xe8\xb8\xfa\x63\x7a\x76\x9a\x3d\xe5\x5c\xe4\xc4\x0c\x18\x8c\x9e\x20\x9d\x41\xfd\x4a\x86\x83\x2d\x76\x5a\xa0\xb4\x26\xd7\xb8\xe7\x08\xb4\x4a\x2f\xc6\x97\xa3\x82\x41\xee\xe1\x02\x28\x76\x42\x61\x7a\x5f\xfd\x31\xa0\x0c\xcf\xb2\x6b\x75\xb6\x9e\x0e\x5d\xab\x90\x68\x15\x91\xad\x56\x8e\x70\x91\x4a\x39\x9c\x22\x95\x8a\xf0\xa0\x95\xc3\x04\x52\xc9\xf0\xbe\xbc\x5e\x69\xa7\x48\xa5\xdd\x22\x95\xf6\x9e\x50\x0e\x72\x48\x2f\x03\x6b\x2b\x67\x90\x4b\xc1\xca\x91\x85\x52\xb0\x0a\xe8\xa3\xe2\x82\x5c\x48\x6a\x9a\x85\xc4\xa6\xe0\xac\x28\x34\x2d\x8a\xcd\x8b\x62\x13\xa3\xd8\xcc\x28\x36\x35\x8a\xcd\x8d\x62\x93\x23\x6f\x76\x80\x65\x73\x47\x02\xdb\x92\xac\x64\x12\xcb\x69\x63\x0e\x27\xb7\x37\x2c\x6b\x43\x2d\x65\x7a\x0a\xaf\xcf\xa8\xf6\x86\x3b\x33\xae\x08\x60\x34\x05\xaf\x3b\xa0\xd2\xac\xe0\x4b\xe5\x29\x78\xd5\x01\x95\xbd\x5c\x6b\x1b\xe4\xb1\x68\x99\x15\x59\x82\x40\x03\xd2\x46\x53\xd1\x8f\xa0\x59\x03\x6b\x60\x73\xf7\x31\x47\xfe\x3c\x81\x2c\xdb\x5a\x1c\x2c\xd3\xd9\xc7\x9b\x75\x45\x78\xe0\x4e\xb2\xeb\xee\xab\x2b\x99\xaf\x53\xaa\xf2\x88\x5a\xb5\xfb\x58\xd8\xf1\x3e\x72\x57\xca\x5c\xc9\xf2\xf6\xa5\xa6\xd8\x38\xf7\xc6\xd4\x10\x4b\xc7\xae\xce\x9f\xf2\xaa\x1c\x33\x54\x8d\xe6\x2b\xb9\x07\xeb\x9f\x1d\x17\xe3\x55\x01\x2e\x95\x60\x90\x91\x37\x0d\xc5\xef\xcc\x38\x3d\xf4\x62\xea\x28\xa9\x16\x33\xbf\x49\x07\xd7\x1f\xe1\xe6\x61\x3b\x78\xe9\x9f\x1d\x63\x4f\x8f\xdc\x53\x17\xd7\x6e\xbd\xac\xa2\x37\x72\xc4\x31\xd1\xcd\xac\x72\x34\x28\x3a\xa7\x0e\xfb\x67\xff\x07\x76\xe3\x38\x61\x67\x0a\xd8\x3b\x56\xee\x8a\xf8\x51\x8d\x02\x75\x6d\x3b\x72\xcd\xa7\xdc\xf4\x43\x8e\x74\x0b\xdc\x90\x17\xb5\x5b\x2b\xdf\xfd\x5e\x00\xda\x3c\xd5\xf7\xcf\xa2\x5a\xcf\x5f\xa8\x18\x77\x0a\x1c\xfb\x02\xd1\xd3\xde\x98\xe0\xd6\xde\x9b\x95\x22\xbd\x91\x7a\x55\x69\xae\xfc\x9e\xb3\x4c\x8a\x3f\x05\x5d\x19\x04\x8a\xe6\xa5\x29\xda\x6e\xad\xcc\xbf\x25\x49\x71\x69\x8a\x2a\x85\xeb\xa3\x9f\x55\xdd\x65\x16\x9f\xd6\x9f\x47\x73\xec\xae\x58\x12\x58\xe5\xe0\x69\xd0\xf7\xa2\x34\x8d\x6e\x96\xa2\x20\xfe\x96\xc3\x71\x53\x5e\x64\x6f\xbe\x0d\x3d\x85\x6e\x33\xc4\x1f\xf7\x12\x79\xd8\x3f\x03\x1f\x53\xb6\x40\xce\x6d\x0f\x37\x98\x7e\xa8\xd8\x3d\x79\x2f\xf3\xcf\xdc\xb4\x63\xf4\xd0\xaf\x5a\x57\xb2\x55\x50\xf9\x58\x01\xab\x60\x95\xa8\xb7\x55\x50\xf9\x2e\xc6\xcf\x08\xa7\x60\xd5\xbe\xfe\xe1\xa7\x8a\xf3\xae\xd0\x0a\x76\x8a\xfa\x97\x15\x51\x32\xc5\xa1\xfd\x25\x97\x84\x47\x0e\xcc\xea\x1f\x3c\x30\x85\xe7\x52\xfe\x1c\x22\xa6\x01\x9b\x47\x66\xbb\xe1\xd1\x34\x17\x3e\x00\x29\x7b\x98\x51\xdc\x5a\x05\xdf\xe2\x00\xc4\x74\xcc\x21\x6d\xb2\xcb\x1e\x91\x90\x5e\x90\xe3\x0e\xfc\xd6\xc4\x77\x15\xf1\xaf\xd5\x62\x77\x8d\x56\x7e\x96\xdf\x1d\x4b\x5d\x35\x52\x2b\x66\x48\x6f\xff\x69\xe4\x95\x42\x4b\xd9\xfc\x84\xc7\x05\xe5\x76\x7b\x45\x0f\x2d\x1e\x77\x34\x41\xe2\xbb\xfe\x0f\xec\xa4\x9e\x72\x5a\x1b\x98\xeb\x78\x84\x45\xc0\x4c\xda\xd0\x04\xda\x5a\x68\x19\x0b\xaf\x94\xa2\xcb\xb4\x18\x17\xb9\x23\xc5\xc0\x7e\x64\x8a\x4f\xc8\xa5\xa4\xed\xf6\x6c\xca\x92\xfc\x92\x8f\x83\x6f\xed\x05\x24\x72\x34\xb0\x09\x0b\x6f\x45\x7f\xcb\xc7\x43\xf5\x80\x94\x16\x4a\xd6\xa2\x6e\x05\x32\xcf\x8c\x03\x1b\x9a\x89\x09\x8d\x88\x41\x1a\x5a\x87\xf5\x61\x43\x20\x1d\xa5\x59\xb1\x3c\xfa\xd0\xb6\xd0\xc2\x69\xe5\xb5\xe0\x8c\x92\x43\xa2\x3a\x01\xe5\x14\xf1\x04\x32\xcb\x0f\xcf\x52\xbf\xf3\x28\x51\xf6\xd9\x9c\xf4\x9d\x92\x65\xce\xf8\xde\x6e\xfe\xc5\x32\xbe\x1f\x46\x37\xf4\x61\x23\x02\xec\x63\x14\xcd\xec\xd9\xdc\x59\x3a\xf7\x77\xdd\x5f\x86\xa7\x83\xa3\xd3\xc1\xd9\xdb\xe1\xd1\x69\xf7\xdd\x60\x78\xf6\xc3\xf1\x47\xd0\x01\x5b\xe4\xfb\xd1\x49\xf7\xfb\x33\x29\x98\x1a\x97\xb0\x71\xc0\x7f\x5c\x90\xff\xaf\xf4\x3e\x9c\x88\x01\xd0\xf8\xcf\x03\xbd\xda\x8f\xef\x0f\x07\xa7\x27\xc7\xef\x07\x42\xc4\x73\x56\x66\x68\xd0\x3b\x39\x7e\xff\x83\x10\xb6\x4c\xfe\x36\x54\x3c\x7e\xff\xd3\xe0\xf4\x8c\xc0\xdd\x25\x31\xc4\xb4\xc4\x5c\xf9\xf8\xec\xb8\x77\x42\xaa\xb7\xb6\x59\x7d\x5a\x88\xc3\x8e\x71\x55\x1c\x70\x4c\x7e\x63\xa1\xc6\x84\x37\xd7\x71\xf4\x09\x86\xbd\x68\xe6\x73\xd7\x20\x54\x7c\x0a\x43\x1f\xc6\xb9\x51\xc8\xac\x5a\xd5\x11\x78\x5c\x24\x98\x38\x86\xe3\x18\x26\xd3\xd3\xe8\x36\xf9\x7f\x16\x70\x01\x95\xdb\x39\xa9\xd2\x51\xec\xdd\xc0\xe4\xec\x53\x30\x9f\xe3\xe7\xdc\x9a\x96\x7a\xdd\x30\xb8\xc1\x1e\x8b\xb8\x81\xe6\xf8\x44\xd7\x81\xb9\x17\x6a\x12\x87\xea\xc2\x5b\x8b\x30\x36\x4c\xc5\xd5\x0a\x02\x54\x51\x5e\x30\x15\x79\xdb\x21\xf8\xd5\xd5\x5c\x62\xff\x68\x0a\x47\x9f\xd0\xef\x3d\x5c\xaa\x2a\x29\xa8\xbd\x0b\xa7\x3e\xe9\xfd\x4d\x7a\x43\x90\xb0\x91\x16\x14\xdc\xef\x68\xa4\x4e\x09\xb3\xd5\x35\x37\x4e\xeb\x00\x86\xbe\x2e\x0d\xea\x48\x13\x75\xfc\x05\xe0\x36\xfb\x20\x6b\xba\x8f\xfe\x27\xbd\x36\x25\x18\xf3\xc6\x21\x36\xbf\x12\x6f\x93\x86\xdb\x20\xf4\xa3\xdb\x06\xf5\x43\x96\x3f\x57\xa5\xa6\x27\x51\x34\x6f\x5c\x07\xa1\x4f\xae\x85\x34\xfe\x53\x6d\x6d\xe0\x90\x08\xc1\xba\x04\xe0\x47\x5b\x3f\x05\x73\x46\x98\x32\xea\xb7\x71\x90\xc2\xde\x62\x3c\x86\xb1\xf0\x7c\x35\xda\xb0\xd8\x67\xc5\xea\x2a\x78\xd5\xb1\xa8\x45\x99\x9f\x1c\xf1\x1f\xcf\x3c\xe0\x7c\x92\xbc\xe8\x94\xc7\xdc\x43\x42\x23\x17\xc1\xd0\x97\x3b\x6a\x91\x3e\xce\xd1\x4d\x95\x01\x18\xa8\xbe\x3d\x46\x42\xa9\x8d\x51\x1c\xdd\x26\x60\x4d\x0c\xa6\x73\xbe\x11\xc7\x40\x9b\x69\xba\x68\x5e\x35\x94\x1e\xa9\x88\x4d\x4d\xa4\x1e\x03\xe7\x2b\xfb\x16\x2e\x18\x5f\x24\x73\xf3\xef\x22\xa0\xb4\x82\x57\xa4\x57\xb6\xdd\x4a\x4e\x97\x03\x63\x97\x81\x71\x07\xe1\xa6\x06\xb1\xe9\xb5\xaa\x7a\x0a\xf3\x31\x30\xf0\x51\xa7\xc2\xb4\x59\x29\xbf\x8e\x15\x5a\x9f\x68\x5d\x51\xa5\x1e\x14\x54\x3a\x05\x54\x72\xf6\x9e\x9d\x3c\x59\x10\x8f\xd6\xe8\x98\xbd\x36\x4b\xfb\xba\x7e\x0e\xc1\x5f\xc6\x33\xaf\x5b\xc6\x87\xf2\x40\x96\xb8\xcf\xf2\x16\xa2\x05\x98\xf8\xca\x9d\x4e\x5f\x9f\x3c\xcb\xa6\x65\x0d\x30\x8d\x1c\x62\xc2\x6d\xe0\xa7\x53\xc3\x71\x68\x34\x53\x9e\x33\xbf\x27\x7b\xc6\xd8\xc0\x30\x33\xa3\xcc\x7a\x55\x0e\xd6\xf8\x5f\x18\xfa\xff\x0b\x82\x04\xa4\x51\x04\x66\x5e\x3c\x81\x0d\xf0\x2e\x4a\x52\x30\x0b\x3e\xc1\xd9\x3d\xf0\xc0\xb5\xe7\x83\xfe\xd9\xa9\x16\xb6\x51\x5a\x1b\xd1\x6c\x23\xf7\x68\x7d\x40\x92\x0e\xee\xcd\xcf\x8c\xc7\x38\x8f\xc7\x3d\x58\x55\x81\xdf\xfb\x41\x32\x3f\xd0\xea\xcf\x82\xd0\xb0\x76\xa1\xd2\x04\xed\x06\xab\x71\x74\x6b\x78\x24\xed\xce\x72\xdb\x6a\x38\x07\xbb\xc7\x26\xd4\x3d\x58\xd3\xbf\x5c\x7b\x09\x04\x6b\x46\x42\x6b\xe0\xc5\x8b\x3c\x89\x1a\xd1\xcc\x59\x5e\x0a\x4d\xb5\x0d\x47\x8f\x49\x14\xbf\x0d\x7c\x1f\x86\x26\x79\xbd\xd3\xd9\x70\x67\x13\x42\x60\x3f\xd5\x42\x60\xd6\x5a\xae\x86\x88\x81\x5e\x9a\xc6\x3a\x3e\x1f\x8e\xbb\x69\x1a\xeb\xfc\x66\x2f\xa0\x1d\xc5\xde\x84\x3e\x2e\xab\x3c\x8a\x76\xa8\xd4\x50\xdd\x54\xf0\x7a\xe2\x78\x05\x1c\x67\x8a\x26\xdb\xe4\xec\x21\x5c\xd3\x10\xdf\x4e\x83\x19\xd4\xc6\x12\x3f\xea\x18\xc3\xf0\xe2\xfe\x8a\xff\xee\x70\x66\xe3\x6f\x69\x1b\xa6\xae\x01\x92\xf4\x50\x24\xfb\x71\xb4\x13\x75\x0c\x2e\x37\x1c\xd2\x3b\x0c\xef\x46\x0c\x67\xd0\x4b\xa0\xb1\xed\x83\x7d\xad\xa6\xef\x85\x62\x9d\x64\x5d\x93\xf1\x70\x92\x4c\x45\x68\x96\x5d\x04\x57\xc6\xde\x11\x0e\x09\x95\x4c\xde\xf2\xa4\xd2\x90\x29\x41\x56\xb5\x6d\xa8\x8a\x6d\x70\x56\xd7\xb6\xc4\x96\xc9\xb5\x83\xb3\xfe\xe0\xb9\x6d\x75\x9d\xa0\xdd\x54\x67\x83\x1d\x1e\x6e\xf0\xbc\xd3\xc1\xd3\xc3\x06\x15\x55\xc4\xd3\x07\x55\x34\x4f\xa0\xbc\xa3\x57\x3e\x11\x72\x9d\x3e\xa4\x19\x21\x3d\xa3\xcf\x7f\x77\xdf\xff\x14\x7d\x79\xdf\x7e\x82\xaf\xce\x7d\xe9\x71\x7e\x99\x40\xc7\x5d\x94\x36\xb7\xed\xd1\x44\x66\x52\xa4\xf1\x79\x24\xdb\x71\x72\x5f\x85\xf4\x52\x23\xc1\xd5\x86\x79\xfe\x7a\x23\x7c\xd4\x54\x3e\x92\x8c\x51\x5a\x8e\xb6\x52\x22\xa5\x77\x66\x19\xb1\x02\x25\x44\x0b\xe4\xde\xbe\x3f\x8d\x88\xd9\x71\x3c\xf5\xe0\x71\x59\x44\xea\x67\x4d\x7b\x79\xd8\x8d\x5e\x78\x98\xdb\xf3\xfd\x6a\x85\x3e\xe5\xb4\xf6\x39\xf0\x61\x94\x77\x05\xed\x06\xc5\x26\xc4\x1a\xb1\x35\x5c\xc0\x1e\x75\x63\x87\xcf\xff\x26\x34\x5f\x1b\x78\x01\x9a\x77\xad\xf1\xd8\x4d\x38\x7e\xbf\x18\x35\x21\x8c\x7b\xfd\x1a\xec\xd5\x4a\xb4\x9c\x79\x93\x84\xe1\x7b\xfd\x1a\xb4\x72\x5c\xb9\xd1\x00\x91\x36\x2f\xc8\xb9\x67\xa3\xf7\xe1\xe4\xb0\xc8\xd4\xc0\xeb\x54\x76\xb8\x56\xd8\x07\xcd\x39\x2e\x77\x68\x60\xd6\xae\xa3\x99\x5f\xc4\xc5\x20\xdf\x53\x05\x77\x6f\x02\x5e\x81\xdd\xa2\xf4\x8d\x27\x60\xb5\x03\x72\xb8\x96\x8f\xdc\xfd\x55\xe7\x3a\x3f\xd9\x5e\x42\x2b\x19\x79\xb8\x40\xbb\x56\x64\x67\xe4\x31\xb2\x2c\xa5\xf8\x58\xfd\xa9\xa8\xbc\x9e\x05\xe1\xa7\xa7\xa6\x90\x9e\xe6\x17\xa1\x11\x4d\x99\x14\xde\xcc\x41\x07\x5c\x4f\x0a\xf8\x87\xa0\x79\x39\x2e\x50\x11\x4f\x60\x04\xb8\xc0\xe2\x30\x06\x55\xde\x81\x16\xda\x4e\x81\xff\x5f\x48\x2c\xbf\x03\x79\x2a\x59\x98\xe2\x0d\xdf\x9f\x28\x0c\xf8\x42\x61\x42\x3c\x40\xb6\x76\x8a\xb2\x1f\xcb\x44\x6b\xeb\x09\xb5\x15\x21\x60\xbb\xc4\xf8\x17\xca\x5e\xf7\xd8\xe1\xbf\x46\x52\x59\x90\x2e\xe7\x78\xaf\xd0\xb9\x3f\x59\x1b\x45\xb3\x28\x5e\x5b\x01\xab\xe0\x7a\xf2\xf8\x71\x7f\x62\xfa\x32\xe2\xc6\xcb\x13\x57\xd4\xfb\xc6\xbc\xcd\xca\xb6\x8c\x2e\xaf\xa4\xcc\xbc\x5c\xed\x80\x95\x57\xc8\x58\x03\xb8\x47\x9d\x4b\xda\x95\xdb\xc0\x87\x6b\xa3\xa9\x17\x5f\xae\xbc\x5e\xc1\x31\x5f\x60\x15\xac\xbc\x5a\x47\x55\x5f\xaf\x14\xd9\xf4\x09\x41\x5d\x4a\xb8\xd8\x6b\xd0\xde\xda\x5a\x9e\x34\x92\x34\xe5\x09\x88\xb3\x9c\x8a\x97\xc8\xa0\xf9\x22\xc7\xa5\x53\xea\x4c\xe5\x85\x77\x33\x3f\xc8\x31\xe6\x0b\x25\x9f\x79\x55\x0e\xed\x2c\x7d\x12\xac\x79\x29\x6f\x14\xac\x93\xc7\x62\x2d\xe4\xeb\x49\xbd\xad\x5e\x69\x69\xf8\x0b\x52\x19\x5e\x27\xb9\x63\x52\x20\x78\xb1\x24\x5e\x97\xf7\x5d\x3e\xc6\x52\x91\x6e\x7a\x09\x3d\x9f\xd4\x73\x65\xeb\x29\x8e\xcb\xee\xea\x9f\x62\x33\xa8\x53\x91\x8f\xb7\xd0\x2e\x7d\xf9\x9d\x79\xde\x6e\x5c\xe7\xf1\xe3\x76\xdd\x05\x0e\x74\x64\x94\x8e\xf3\x52\x11\xb1\x4a\x95\xd1\x6b\xc1\x7e\xf3\x63\xb9\xf5\x11\x31\x14\xbb\xf5\x51\x6f\xe8\x32\x90\x37\x41\x8a\x76\xed\xf8\xae\xac\x52\x07\x5f\x00\x45\xb2\x6f\x41\x5e\xcf\xf3\x51\xa0\x57\x72\xd6\x8b\x39\x8a\xeb\x0c\xce\xe0\x88\xe6\xa9\xcf\xbb\xa0\x33\x9f\x92\x27\x0c\x02\xef\x70\xde\x61\x79\x3e\x00\xc7\x7d\x9a\x03\xdd\x45\xf3\xca\x3a\xb0\xcf\xc9\xfd\xe1\xd7\xaf\xe0\xb9\xe1\x3a\xd6\x7e\xf3\x8f\x43\xf1\x68\xa6\xb0\x33\x04\xe2\x14\xdf\x45\x61\x68\x17\xad\x2b\xcb\x4d\xcf\x81\xb1\xfd\x20\xf4\x49\x6b\x18\xfa\x65\xdb\xf6\x91\xb0\xf9\x02\x05\xef\xbc\x74\xda\xb8\xf1\xee\xaa\x2a\x75\x75\xd0\xac\xb9\x60\x70\x2a\x08\x84\x20\xac\xca\xf4\x69\x21\x01\xec\x06\x4f\x71\x7e\xb1\x50\x66\xb9\xa1\xfd\xfa\xd5\x4c\xc6\x2b\xd0\x2c\x37\x18\x8f\xbb\x35\xe2\x0e\x1a\x7d\xec\x8a\xa4\x8f\x6c\xa7\x63\x63\xf9\x1b\x3a\xe8\xcd\x2b\xb0\xaf\xfa\x7c\x20\x35\x20\x01\x54\x87\x4b\x03\x4b\xbb\xff\x06\xcb\x02\x06\xe9\xbc\xed\x75\xaa\x55\xd2\x92\x74\x9e\xcf\x67\xaa\x43\x2d\xc3\x54\xe7\x5c\xa8\x53\xe2\x6b\x0a\x97\x6e\x02\xdf\x9f\xc1\xd3\xe8\x36\xe9\x47\x0b\x72\x71\x66\xea\xc0\x9a\xad\xcb\xd2\x95\xef\x53\x93\x0f\x56\x41\xab\x0e\x9a\x9a\xa8\x22\xa6\xd5\x55\xd2\x6b\xc5\x04\xf7\xb9\x65\x8c\x4c\x17\xd2\x84\x65\xd8\x17\x54\x9d\xdc\x8f\x1d\xe9\xa7\x64\x17\x9b\xd0\xcd\x3a\xa7\x58\x77\x18\x2b\xa6\x91\x0b\xac\xa6\x0e\x27\x10\x33\xb5\xd2\x92\x13\x23\x42\x47\xd1\xec\x8c\x2c\x3d\xa3\x68\x36\x08\xfd\x3a\xc0\x0b\xe9\x42\x5e\x92\xd1\x20\xb2\x72\xc2\x70\x7c\xa5\x8b\x9f\x38\xe2\xc5\xa0\x75\xa0\x68\x0e\xc8\xb1\x2a\x0a\x83\x31\xaf\xe2\x07\x9f\xc5\x33\x15\xb6\xce\x27\xe9\xfd\x0c\x36\xa6\x30\x98\x4c\x51\x6b\x8e\xe3\xa5\x6e\x7e\x78\xf1\x3b\xe8\x25\x8b\x98\x57\x5f\x05\x2b\xf3\xbb\x15\x1b\xcc\x14\x7b\xe2\xc5\xd1\xed\x13\xc0\x9a\xc1\x31\xa2\x8e\xb1\xd0\x0d\x91\x6c\x95\xdd\x00\x6d\x6e\x28\x1a\x98\x97\xa0\x4a\x86\x0b\xac\x71\xf4\x35\x0d\x38\xf5\x1f\xa7\x38\x4c\xae\xe5\x4c\x72\x54\xe7\x72\xc1\xfd\x37\xab\xc2\x25\x47\xf3\x53\x55\x7c\x7f\xc5\x45\x03\x9f\x34\xd2\x7e\x44\xb7\x21\x8c\xd9\x5a\x71\xf0\x2c\x93\x12\x87\x80\x88\x9e\xa8\x70\x26\x59\xd2\x95\x29\x9c\xcd\x22\x70\x1b\xc5\x33\x9f\x5a\xca\x62\xc2\x52\x3e\x79\x20\x7b\xf5\x02\x7b\xfa\x20\x0d\x02\x67\x8d\x68\x3c\x4e\x60\xfa\x33\xbe\x63\xe7\x1f\xa7\xd2\xc7\xb7\x58\x06\x38\x6a\x32\x44\xe3\x28\x4c\x7f\x66\x72\x59\xc1\x77\x01\x02\xf0\xb6\x0b\x78\xdb\x06\x3c\x5b\xb7\x05\x23\x8c\x53\x4d\x87\xea\xb6\x85\xf5\xe5\x6d\x1b\x2d\xec\x53\xf2\xc7\xb4\x7d\xf0\xec\xc1\xe2\xf8\xcf\x95\x82\xc5\xf5\xbf\xf5\x94\xae\xff\xa8\x7f\xc3\x21\xbc\x4b\x61\xe8\x27\xa0\x43\x2c\xd6\xcc\x47\x95\x7d\xa9\x61\x37\x74\xdd\x0d\x16\x4b\x01\xae\x72\x96\x7a\x69\x80\x73\x6a\xd2\x68\x02\x1c\x7d\x43\xb5\xda\x87\x31\xf8\xfa\x95\x4b\x77\xf5\x0b\x18\x0e\xb1\xc6\x1b\x0e\xf7\xc1\xc5\x15\x78\x00\x41\x98\xa4\x5e\x38\x82\xd1\x18\x74\xe3\xd8\xbb\xc7\xc7\xd5\xd9\x43\x53\x75\x70\x8d\x34\x96\xdf\xe0\xed\x40\x07\x5c\x1f\x80\x87\x9a\x08\x57\x6f\xc0\xbd\x33\xe6\x20\x08\x51\x11\x3e\x70\x6c\x4c\xbd\xe4\xc3\x6d\xc8\x03\x1d\xe6\xb5\x1a\xf0\x2f\xe6\x57\x08\xe6\xc5\xfc\xea\x40\x99\x6a\x1a\xd8\x4c\x07\x88\x3d\x27\x5f\x0f\x74\x6a\x86\x43\xc4\x2e\xc2\xd0\x51\x14\x26\x69\xbc\x18\xa5\x11\xde\x5d\x8b\x6a\xd7\xcf\x16\x01\x44\x08\x77\x3c\x07\x6f\x18\x47\xc9\x04\xab\x5e\xd7\xc0\x3e\xa8\x0e\x87\x72\xfd\xec\xaf\x3a\xf6\x1a\x47\x58\xb3\xc5\xe6\xa1\x86\x2c\xbb\x27\x88\xf3\x78\x17\x2d\xf0\x2b\x60\xa6\xb0\x8e\x3d\x5a\xa7\x87\xac\x58\xf2\x56\x99\xa1\xd6\x2e\xad\x35\xf8\x8c\x76\xaf\x37\x41\x9a\xc2\xd8\x1a\x29\xd2\xa2\x95\xf9\x72\xf8\x2e\xf2\xa1\x3d\xb0\xa4\xdd\x66\xe1\x28\xa7\xdd\xef\x87\x67\xfd\xd3\x0f\x27\x27\xc3\x77\xdd\x5f\x86\xe7\x6f\x4f\x07\x67\x6f\x3f\x9c\x1c\x82\x0e\xd8\x6a\x9a\xeb\x9c\x7d\x1c\x0c\x0e\xe9\xa1\xbb\xfa\xfd\xf8\xfd\xf9\xe0\xf4\xa7\xee\x89\xd0\xbc\x7f\x32\xe8\x9e\x0e\xdf\x7d\xf8\xf1\x6c\x30\x3c\xfc\xf0\xf3\xfb\xe1\xf9\xf1\xbb\x01\xe8\x80\xcd\xa6\xa9\xc2\xf1\xd9\x79\xf7\x7d\x1f\x7d\x6f\xd1\xcf\x3f\x7f\x38\x3d\x1c\x9e\x0d\x3e\x76\x4f\xbb\xe7\x1f\x4e\xcf\x90\x52\x02\xd5\xda\xc5\xd5\x97\x87\xcb\xca\x4a\x85\xd4\x39\x39\x7e\x3f\x18\x1e\x76\xcf\xbb\x38\x2b\xed\xf0\xf8\xfd\xe1\xe0\x17\xf2\xf6\x87\xfc\xf5\xe7\xe3\xc3\xf3\xb7\xfc\x73\x9b\x7c\x7e\xff\xe1\xfd\xb0\x77\x3a\xe8\xfe\x70\xfc\xfe\xfb\xe1\xd9\xc7\x6e\x7f\x80\xa1\x80\x0e\x38\x4b\xe3\x20\x9c\x34\xc6\x71\x74\xd3\xa7\x87\xae\xd5\xd6\x76\x93\xf2\xae\x7b\x72\x32\x34\xb4\x3d\x1d\x7c\x8f\xa1\x23\xe1\x3a\x85\x93\xc1\xdd\xbc\x6a\xc1\x50\x07\x95\x49\xc5\x34\x70\x52\x24\x8f\xf4\x85\xcd\x2a\xa9\xf0\x42\xfe\x2b\xe7\x71\x44\x67\x53\xc4\x6c\x21\x38\x08\xff\x59\xa0\x99\x12\x27\x44\x43\x84\x1e\x6a\x32\xf1\x58\x37\xca\x25\xe2\xab\x80\xd9\x17\x2f\xf4\x26\x6a\x64\xce\x30\x59\xcc\xb3\x54\x4e\x5c\xe1\x56\xd5\x56\x75\x40\x6b\x12\xb2\x39\x00\xb5\x5e\x16\xd0\x53\x07\xc3\x6b\x1c\x7d\x50\x07\x43\xf1\x8c\xa5\x0e\x86\x82\x5d\xa2\x7a\x15\x0f\xf1\x02\xd0\xa1\xd8\x1a\x23\x6f\x36\x23\x01\x00\xa8\x97\xe8\x97\x4c\xc3\x0d\x8b\x84\x09\xd1\x4a\x84\x12\x54\x85\xfc\xa6\x55\x10\x29\x44\xd5\xc4\xbf\xb5\xca\x02\xfd\xa8\xae\xf0\xa7\x56\x35\x08\x83\xf4\x24\x48\x52\x18\xc2\x38\x11\xb7\xb7\xe4\x3b\x0c\xbd\xeb\x19\xd4\xcb\x87\x37\x48\xd1\x50\x71\x57\xb5\x4f\x43\x2e\xa8\x9a\x1e\xe9\xa2\x60\x66\x5e\x92\x62\x9d\x79\x18\xdd\x86\xe7\x01\x76\x17\x6f\x6a\xb5\xbc\x51\x1a\x7c\x86\xaa\x08\x49\x7f\x6b\xd1\xba\x74\x75\x1a\x66\x63\xf2\xa0\x08\x34\x11\x08\x71\x6f\x21\x31\xc3\x19\xd7\xc2\xc4\x40\x1e\x71\x71\x2c\xcf\xe3\xe0\x86\xc1\x92\x40\x79\x37\x74\x13\x22\x91\xd8\x18\x46\x21\x6a\xc2\x3e\xf3\x55\x36\x83\x7b\x83\xf8\xf4\x2e\xfa\x0c\x8d\x60\xe1\x67\x68\x86\xfa\x8e\x35\xa3\x55\x6c\x90\xd1\x08\x2c\x01\x19\xbf\x31\xef\x86\xfc\xe3\x7c\x09\xb8\x3f\xce\x55\xa8\x0f\xaa\x46\xd2\x06\xd0\x0f\x12\x24\xae\xee\xa0\xd4\xd1\x0c\x7a\x31\x07\x52\xd5\xa2\x62\xc9\xf0\x21\x6b\xb6\x5a\x49\xe3\xe0\x86\x27\xb6\xd0\xc7\x55\x6b\x2b\xce\x4a\x6a\xf4\xe2\x75\x9c\x35\xa8\x56\x30\x43\xfc\xe8\x36\xe4\x60\x35\xe6\xd7\x8a\x76\x97\x4c\xce\x9c\x10\x5c\xd6\x9d\xf0\x91\xbd\xf1\x7c\xff\x1b\x76\x25\x81\x69\x8f\xa9\xc0\xac\x37\x84\x46\x5b\x9f\x90\x59\xa7\x28\x4b\xc7\x00\x53\x1a\xcc\x36\x9e\x9d\xb2\x3a\x58\x99\x7a\x09\xff\x8e\x0c\x3f\x8e\x6d\x02\xd3\x7d\x0b\xef\x81\x78\x40\xc8\x37\xbe\x58\x69\x92\x18\x6f\x0e\xf1\x4c\x0f\x0f\xa2\xc7\x42\xce\x66\x03\x35\x9a\x27\xff\x64\x5a\xd0\x8a\x86\xc4\x36\x0f\x86\x83\xd3\xec\x98\x12\x6d\xca\xe8\xa1\xd3\xd7\xaf\xd9\x91\x35\x2b\x16\x9d\xaf\x1f\xea\xd9\x06\x20\x5c\xdc\xc0\x18\x09\x29\x31\x93\xb3\x2f\xa3\x28\x1c\x07\x93\x85\xf0\x8d\x0c\x52\x6d\xe9\x51\xe2\x07\x4d\xe7\xf0\x2e\xfd\x37\x19\x26\xf5\x9e\x4c\x8f\x93\x48\xe8\x91\xe3\x80\x9d\x1a\xf3\xa1\xe9\xf0\xa1\x11\xcf\x0b\xf5\x4b\x30\x1c\x14\x03\x93\xc5\x2c\x35\x64\x0e\x26\x1f\xa4\xcc\x02\xb1\x17\x26\x33\x8f\x45\x6e\x9e\x04\x21\x3c\x8f\x88\xc1\x5c\x95\x14\xce\x04\xa6\x55\x46\x4c\xad\x4e\x86\x9f\xcb\x53\x5d\x21\x5c\x0d\x9f\x94\xc2\x06\x78\x97\x56\x69\xb4\x9f\x70\xeb\xd1\x72\xc6\x11\x5c\x73\x1a\xf9\x20\x09\xd4\x05\x86\x5b\x43\x16\xf2\x83\x84\x28\x3b\xaf\x72\xf4\x39\x43\x41\xfa\x68\x79\xff\x37\xab\xd6\x08\x92\x9f\x63\x7c\xa4\x6a\xbb\x63\x25\x4c\xbf\xa0\xbc\xa7\x81\x9c\x6b\xc8\x34\x5f\xed\x70\xe2\x1e\xe9\xa0\x21\x0e\x2c\x03\x69\x20\xdd\x16\x1e\xc8\xba\x65\x50\x04\xcb\x8d\x05\x6d\xfb\x0d\x06\x84\x1d\x59\xcb\x37\x7a\x62\x27\xfe\x0d\xc7\x06\xfb\x24\x47\xf1\x8d\x97\xa6\xd0\x3f\x65\xb3\x9b\x02\xbe\xf1\xe6\xc2\x06\x0b\x61\x70\xa8\x20\xf4\xb9\x11\xc3\xf9\xcc\x1b\xc1\xaa\x6b\xeb\x5b\xc7\xce\x23\x8a\xbe\xaa\x35\x7e\x8b\x82\xb0\x4a\x4f\x3c\x1a\x41\xf2\xee\xec\x67\x1c\x61\x9d\x80\x37\xa0\x72\x19\x5f\x86\x15\xb0\x0f\x2a\x97\x9a\xff\x21\x5b\xa7\xe4\x3e\x3c\xed\x22\xe3\x30\x47\x64\x13\x22\xc7\xc2\x22\x7a\x3f\xcf\xac\x24\xd6\xe0\x3b\xd5\x42\x4a\xb4\x9a\x2c\x32\xb6\xb0\xed\xe4\x9a\x0e\x12\xe9\x33\x3a\x29\x82\x9b\xd3\x60\x32\x4d\x0d\x17\x77\xca\xcd\x48\x76\xbd\x29\xdd\x8c\x08\xb7\x9e\xcd\x03\xe5\x72\x9c\x5d\x5f\x4a\x0d\xf8\x9d\x26\x5e\x7e\x94\xbb\x14\x44\x15\x27\x56\x5c\xf1\x78\xfc\x6a\xd7\xff\x6d\x91\xa4\xf4\x7e\x4d\x58\xe6\xfa\xd1\xcc\x51\x9b\x2f\x89\x04\xbb\x70\xf2\x68\x88\x49\xc3\x62\xee\x88\x16\x27\x91\x64\x38\xdf\x0d\x8d\x22\x93\xe5\x55\xe8\x04\x76\x4d\xf2\xe2\x0b\xd3\xe1\xd4\x95\x6e\x0c\x28\x75\x85\xa3\x2a\xb2\x86\x6b\x77\xda\xda\xe0\xbc\xee\x80\xc0\xa6\xaf\x8c\xfc\x33\xbd\x89\x6a\xf6\x84\xa4\x03\x57\x18\x03\xe1\x79\x3e\x7c\x5b\xb8\x32\x36\x9e\xf8\xc0\x99\x86\xf3\xeb\x57\x69\xac\x24\xd9\xe3\x92\x6d\x0c\xfc\x45\x1f\x7e\x9e\x06\x29\x4c\xe6\xde\x08\x1e\x87\x3e\xbc\xa3\xa3\x49\xcf\xfb\x12\xe8\xc5\xa3\x69\x75\xfd\x32\x59\xfd\x6e\xbd\xa6\x8f\x94\x11\xc2\x73\x6b\x84\x8d\xdc\x17\xee\x21\x21\x14\xd7\x8d\x44\xe5\xba\x72\x89\x80\x5f\x75\xcc\x43\xbc\x94\x51\xa9\x65\x28\x13\x99\xb3\xb8\x4e\xc8\x02\x6b\xc4\x57\x17\xbb\x5b\x58\x73\x99\x02\xfa\x83\xe4\x3d\xbc\xe5\x6d\x8a\x9d\xbb\xfc\x81\x09\x54\xa4\x85\x40\x39\xb9\xc8\x34\xb7\x94\xde\x45\x56\x90\xd9\x5a\x78\x12\x84\x0b\x9c\xae\xd1\xde\x65\xd6\x6d\x69\x73\xc3\xcc\x20\xa9\x50\x17\x57\xe9\xb3\x23\xd6\x98\x9c\xf3\x61\xa7\xb1\x10\xde\xf2\x56\x6c\x53\x2f\x81\xc9\xc9\x3a\x50\x60\xad\x32\x0d\xb9\x35\x99\x4e\x91\x4c\x12\xba\xbb\x1b\xf5\x66\xcb\xd9\xcb\x51\x3f\x37\xe7\xd6\x4d\xf5\x80\x73\x1e\x60\xa0\x4f\xdd\xd9\xac\x90\xb1\x10\xd0\x13\x85\xee\x6c\xd6\xc5\x67\x9b\xda\xc3\x9e\x4b\x9a\x02\xe4\x10\xd1\x7c\xde\x28\x4d\xa4\x10\x42\x3f\xc9\x72\x1c\x89\xc4\x29\x07\x91\x92\xf4\x8a\xcd\x8c\xb3\x4a\x21\xb9\x94\x6c\x4c\x20\x39\x0b\x26\x66\x4c\x3f\x8a\x62\x3f\x31\x9e\x18\x4a\x3d\x19\xb1\x7a\xb8\x2d\xda\x4d\x90\x96\xa4\x76\xdd\x70\x96\xc5\xca\x84\x73\x71\x8b\xfb\x8f\xc1\xfd\x4c\xdb\xe6\x11\xfc\x17\xcd\x2b\x71\xd9\xa3\x85\x2d\x73\x21\xb2\x11\xdc\xfe\x7a\x54\xb1\x90\x16\x85\x47\x9f\x31\x10\x1f\xd4\xd1\x77\x48\x6f\xa8\x0f\x4b\x0e\x17\xc9\xe5\xbd\xce\xc5\x53\x38\xf3\x90\x80\x9e\x47\xcc\x73\xc1\xca\xd6\x9a\x74\x0c\x44\x62\xbc\x48\xef\xde\x32\xbf\x02\x93\x3b\xdf\x4b\x7d\x34\xa8\x97\x8a\x2c\x7a\x94\xc2\xd7\x1d\x92\x24\x8a\xfe\xf9\xaa\xa3\x60\x31\xbb\x00\x8a\x97\x0a\x0f\x46\xb0\x39\x60\x68\xb5\x35\x15\x9d\x09\x6c\xc6\x4b\xb6\xe8\x73\x0f\x4b\xf2\xa9\x0e\xd6\xac\x37\xb0\xb5\xba\xfd\x76\x56\x90\x3a\x8a\x63\xbd\x63\xaf\xad\x49\x13\xeb\xeb\x3a\x21\xcc\xbb\x4e\x68\x49\xad\x06\x56\x49\x59\x1c\x2d\x42\x9f\xd5\x7b\x09\xaa\xe6\x4b\xe0\x35\xd0\xaa\x95\xd1\x49\x7c\xd7\xe3\x96\x43\x6c\x71\xa2\xc2\xc6\xf5\x22\x4d\xa3\x10\x1b\x57\x25\x7c\x3a\x49\xdb\x79\x8c\xff\x3d\x24\x91\x0f\xfa\x46\xcc\x8f\xbd\x89\x32\x37\xb4\x4c\x7b\x09\x9d\x48\xfd\x59\x30\xfa\x84\x3d\xb4\xd8\x65\x84\x81\xd8\x64\x1a\x8c\xd3\x1f\xe0\xbd\xd9\xca\x88\xc2\x33\xf4\x1d\x43\xd2\x80\x38\xb3\x69\x65\xc9\x62\x46\x9c\x0c\xbc\x25\x30\x9a\x9b\x1c\x5b\x10\x4e\x66\xd0\x8c\x0e\x98\x93\xb4\x58\x11\x19\x63\x9f\x18\xa2\xc3\x68\x71\xfd\x54\x88\x36\x5c\x88\xce\xe3\x60\x5e\x0c\x91\xea\x85\xe8\xf9\x7e\x89\x0d\xb7\xa0\xd7\x0b\x48\xb5\x11\xf6\xd2\x77\x86\xd2\x55\x8b\xe4\x4e\x66\xbb\x78\xb9\x89\x3e\x43\xf9\xe2\x45\xbc\x1a\x74\xdf\xe5\x14\x42\xb0\x98\xcb\xe0\xb3\x5b\x3c\xc7\x94\x3a\x0e\x53\x18\x7f\xf6\x66\xe7\xc1\x0d\xbe\xa0\x49\x60\xca\x8a\x9c\xa6\x73\x06\x01\x5b\xcf\x75\xa3\x77\x49\xf1\xc1\xb1\x1d\xb6\xe4\x99\x9d\x76\x26\xd9\x2f\xf3\x9e\x6e\x20\xec\x38\x0a\x8d\x05\x3e\x81\xe2\xdc\x76\x8e\x4c\x89\x11\xcc\x4c\xee\x42\xaa\x3e\x53\x76\xf9\xba\x5e\x34\x3a\x13\xc9\x38\x37\xab\x52\xa5\xe6\x40\xb8\x7b\x31\x99\x8e\x16\x6d\x5b\xac\x1b\x99\x16\x75\xf7\xc3\xde\x87\x13\x9a\xd9\x5e\x5f\x5d\xec\x7b\x00\xe5\x5e\x6e\x79\xef\x07\x3b\x59\xe5\x58\xf6\x64\xc3\x64\xbe\x78\xa2\x47\x6a\xda\x75\x80\x1d\xe5\x45\xeb\xaa\x76\xe1\xf8\xdc\xbc\x7a\xaa\x33\x36\x27\x12\x35\xa3\xfc\x12\x3b\x61\x69\x05\x2d\xb1\xcd\x29\x39\x7a\xa4\x9d\x79\xa4\x8a\x48\xd6\xcf\x1f\x4e\x0f\x0f\x0c\x6d\x09\x4b\x7e\x8e\x62\xbf\x9b\x32\x24\x4b\x4d\x35\x61\x79\xff\xeb\x72\x01\x09\x8f\x9d\x0b\x27\x41\x08\x39\x17\xe4\x7b\xac\xc2\x8c\xd0\x4d\xce\x02\xdc\x20\x31\x8e\xd4\x6f\xaa\x8a\xb3\x21\x7b\x29\xac\xd6\x6a\x68\x16\xa1\xe2\xaa\xca\x07\xa1\x05\x8b\x19\xd3\x7d\xb0\x5e\x5b\xbc\x37\xa9\x8b\x5b\x63\xe8\x07\xc4\x1f\xf9\x28\x8e\x6e\x4e\x58\xf3\x8f\x34\xd9\x3b\xa3\xf5\xb5\xd1\xc5\xd3\x3c\x06\xa2\x3d\x68\xde\xab\xd9\xfd\xc5\x84\x3e\xa9\x0a\x70\xa6\xd2\x06\x3a\xe0\x82\x6e\x13\xbc\x09\xfc\xa5\x0e\xb2\x3f\x7e\xd5\xf2\x99\x66\x44\x29\xf9\xeb\x5d\xe3\xe8\x64\x4d\xfe\x90\xf2\xab\x78\xbe\x65\xe4\x7b\x35\x4b\x97\x2e\x9a\x57\x60\x4d\xe8\xc7\x2f\xb5\x3a\xc8\x6d\xd3\x92\xdb\xfc\x2a\x5e\xc0\x53\xcb\x2c\x16\xae\xdc\x8a\xef\xf2\x90\xed\x93\xdf\x4b\xb4\x47\x0b\xa2\x45\x72\x66\x5a\xcb\x0d\xeb\xc7\x1b\x60\xd6\xf9\x03\x7c\xaf\x5b\xb7\x36\xbc\x68\x5d\xe9\x5e\x0f\x4f\x63\x4c\x64\x2b\xa3\x51\x7f\x74\x4c\x1a\x44\x95\x7d\xeb\xea\x4a\x48\xe7\x79\x8d\x6d\x0b\x61\xd1\x55\x8b\xb0\x49\xcf\x57\x52\x28\x61\xa7\x1b\xa2\xe1\xd8\x2c\x7f\x77\xa6\x6c\x06\x8b\x31\x10\x2d\x44\x66\xe5\x41\xa8\x3a\x8f\xe8\x62\x64\x23\xd8\x11\xae\x66\x38\x13\x90\x45\x41\x3b\x51\x73\xc8\x83\x06\xec\xb5\x6e\x60\x94\x66\xaa\x33\x0b\xb7\x03\xb7\x21\x28\xb6\xb0\x88\x3c\xe4\x9b\x81\x8a\xa0\x5e\x8b\xe9\xdc\x1d\x77\xa8\xc5\x0c\x3e\x02\xdc\x62\xee\x11\x82\x2d\xc6\x1e\x79\xf6\xca\x8b\x2f\xda\x65\x0d\x3c\x02\x36\xcf\xbc\x63\xb8\x9e\x1b\x15\x99\x10\x73\x83\x7e\x4c\x75\x98\x4f\x9d\x6b\x2c\x8a\x80\x69\xe5\x80\xd1\x95\x84\xed\xc8\x03\x94\x31\x56\x32\x31\xb3\xee\xa8\xed\x32\x99\x17\xc3\x8f\xab\x1e\x06\xc9\xdc\xd2\xbe\x4e\xb6\x49\x86\x1b\xda\xe2\xf3\xcf\x35\xfe\xc8\x46\xb0\xcc\x40\xed\x46\x00\x1f\xdb\xeb\xc9\xa4\xe3\xe8\x36\xb9\x7a\x42\x5d\x8b\x48\xd2\x43\x94\x31\x72\x27\x9a\x47\x5f\xc9\x70\x67\xec\x22\xbb\xe0\x3c\x17\x97\x02\xf8\x46\x51\xf8\x19\xc6\xe9\x4f\x2c\xf6\x38\x9a\x9d\x47\xfd\xa9\x17\x7b\xa3\x14\xc6\xec\xce\x5e\x75\x10\x26\xce\x5e\xba\x89\xcf\x14\x0e\x6b\xc7\x6f\x6a\xec\xbe\x20\xbc\x0a\xf6\x79\xc8\x73\x05\xc9\xd0\x6b\x0e\x21\x4b\x6f\x3b\x39\xc1\xaa\x17\x85\xe3\x9e\x9e\xb7\x29\x73\x53\x44\x56\x4b\x89\x9d\x66\x16\xba\x3d\xf7\x4c\x9b\x1e\x3d\x71\x7a\x41\x87\x3d\x75\x62\x53\x17\x5b\x36\x80\xd4\x2c\xcf\x95\x11\x93\x5c\xc8\x40\xf1\x1d\x31\x03\xcb\x30\x1c\x68\x92\xf3\x81\xdd\xe4\x64\x72\xb1\x26\xb4\x55\x7a\x0c\xc7\xe9\xcf\x81\x0f\x49\xcc\x98\xb6\x95\xc9\x9c\x50\xec\x75\x90\xd4\x60\xf7\x16\x84\xbc\x4b\x1d\x68\x89\x57\x08\x96\x18\x43\x7e\x26\x9a\x49\x45\xe8\x10\x7d\x45\xc5\x0c\x07\xdf\xdd\xd8\x60\x01\xf6\xa0\x45\x8e\x00\x0a\x78\xf9\xe8\x48\x3e\x54\x2a\x7e\x5e\x6b\x35\x07\x3b\xab\x58\x64\x01\x36\xe8\x50\x25\x27\x87\x61\xc2\x03\x35\xcd\x86\xa5\x8e\xec\x18\x7a\xc1\x80\x5e\x95\x9e\xcf\x9a\x54\x98\x1e\x23\x4c\x2c\x9e\x59\xba\xf3\x8f\x40\x13\xe9\x82\x93\x22\xe3\x05\x8e\x2e\x84\x26\x92\x08\x74\xfb\x38\x00\x97\xec\x51\x67\x9c\x20\x41\x28\x90\xa2\x39\x83\x73\x2f\xf6\xd2\x28\xb6\x88\x37\xb9\x52\xb4\xb9\xba\x19\x06\x02\x3b\xdd\x96\x1e\x8c\xc2\x03\xe2\x1a\x14\x9d\x0f\xc0\x39\x6f\x5c\xb0\xdc\x73\x6a\x15\xb4\xf4\x79\x55\x90\xb7\xd2\x94\x2b\xc2\x59\x3a\x23\x56\x73\xf8\x6a\xcd\x87\x58\x4c\xac\x80\x55\xb4\xcc\x6c\xb5\x29\x04\x3b\x1c\x9b\x6f\x21\x8b\xf1\x10\x84\x6e\x55\x54\xf2\x6b\xba\x64\xa8\xfa\x9d\x1e\xe8\xf3\x6b\x7d\xce\xe3\x35\x19\xaa\xbe\x12\xac\x9a\x54\xff\xaa\xc1\xa0\x44\x96\xa6\x7e\x16\xa3\x3e\x23\x46\x48\xd9\x67\x24\x15\x0e\x90\x93\x4e\x6d\x0b\x2c\xfd\xb7\x51\xec\x0b\x67\x57\x7c\x4f\x6c\x3b\xf6\x75\x5e\x3b\x5c\x88\xd0\x1a\x09\x4b\xce\x42\xcd\x07\xed\xf4\xcd\x79\xa7\x22\x81\x12\x7d\x41\x0b\xf3\x80\x1d\x17\xfc\x51\x5c\x90\x36\x16\xe4\x9b\x17\x67\x87\x1e\x3f\x79\xb3\x05\x4c\x4e\x49\xae\x75\xbf\x5a\x03\x6f\x80\xce\x2e\xb0\x0f\xaa\x86\xd2\x55\x13\x3b\x6a\x3a\x6f\x0b\xf0\xc6\xa0\x55\x64\x06\x4d\x3d\x29\x1e\x8f\xca\xa7\x12\xac\xdf\x08\xd0\x44\xf8\x30\xa6\xd5\x5f\xab\x4f\x8a\xe6\x8f\x0e\x39\x51\xd7\xbc\xd7\x8b\xdd\xbc\xd1\xdd\x12\x6a\x50\x4e\xaa\xac\x87\x59\x72\xc6\x0b\x95\xfc\x83\x67\x0f\x55\x39\x5d\x43\x43\xfc\x53\xcc\x3f\x63\x08\x76\xd7\xa1\x99\xf3\x9e\x68\x4c\xb3\xe4\x3f\x69\xff\xc5\x9e\x3e\x95\x83\xc1\x73\xde\xdd\xb4\x46\x8e\x6b\x03\x5f\xe0\xf5\x4d\x4b\x20\xa8\x22\x82\x58\x20\x96\x0b\xfd\xd0\xc4\xce\x70\xd0\xec\xbc\x07\xc5\x35\x8a\x5e\x04\xbb\xaf\x97\x0b\xc6\xb7\xca\xbd\xad\x83\x15\x83\x6b\x6c\x99\xe8\x49\x7e\xec\xa2\xf5\xc2\xe1\x82\x8e\x66\xa7\x6a\x70\xeb\xa6\xee\x73\x9d\x7f\x5f\xbf\x82\xe7\x06\x5e\x38\x50\x19\x6a\xbb\xf0\x8a\xad\x72\xd4\xb3\x4e\xdd\xbe\x1b\xdb\x1f\x11\x18\x9b\x33\xbc\x83\xd0\xff\xf6\x83\x6b\xd0\xa2\xfa\xd1\x15\x7e\xdb\xcc\x78\x6e\x86\x2d\xfb\x92\xb2\x91\x27\x05\x79\xb9\x5f\xed\xe2\x96\x2b\x09\xb9\x9c\xd0\x7c\x07\x58\xb7\x4d\xf3\x59\x75\xba\x67\x57\x3d\xb9\x0c\xb1\x42\xb4\x59\xfe\x5a\x6f\x59\xd0\xb0\x99\x00\x7b\x40\x24\xe9\x2a\xbf\xae\x7c\x7c\x9f\xc9\xf1\x77\xcd\x54\xac\x31\x42\x67\x86\x7d\x3e\x8b\x90\x9e\x76\x56\x5a\x17\x13\xbb\xe0\xb8\x5f\xcd\x15\x1d\x75\x6c\xea\x44\x09\x3f\x37\xf7\x4e\x8a\xe3\x6f\x5d\x91\x17\x44\xd1\x2f\x5f\xbf\x0a\xd1\xbb\x42\xac\xf8\x8b\x17\x59\xd0\xff\x6b\x39\x6e\x56\x33\xde\x94\xce\x16\x8a\x3d\xb0\xc8\xaa\xf1\x4e\x40\x13\x42\xb0\xd6\x01\x04\xa4\xf3\x92\x4a\xba\xf4\x73\x02\xa6\x62\x5f\x1e\x2c\x4f\x01\xa7\xdf\x84\x99\xef\xdb\xec\xe1\xa1\xa2\x98\x4a\x21\x20\x2e\x12\x88\xc1\xa1\x11\xc1\x19\x65\x23\x43\xaf\x69\xb9\xf1\xd3\x13\x45\xd8\x6c\x60\x24\x05\x6a\x9a\x45\xcd\xe6\x53\xab\xe7\x99\xb8\x58\xb4\x2c\x06\xee\xc6\x5f\xcc\xc0\x65\x07\xd1\x39\xa6\x2d\xab\x56\xcd\x12\x50\xf1\x84\xaf\x3c\x11\x37\xb9\xb6\x8a\xa1\x57\x07\x05\x92\x50\xa5\xba\x27\xb1\x60\x16\x5b\xac\x62\x05\xa9\x98\x77\x56\xcc\xa7\x99\x89\x0c\xa7\x09\x74\x04\x02\x55\x5b\x5b\x4a\x39\x65\xcc\x38\x45\xea\x11\x67\x9d\xd3\xe8\x96\x07\x85\xa8\xfe\x91\x33\x2f\x49\x4f\xe1\x28\x8a\x7d\xe8\xd3\xfb\x02\x9b\x2b\xa5\x58\x95\xf1\xd7\x0a\x37\x4b\xd7\x19\x56\x2b\xa4\x23\x3c\xc8\xed\x3e\x1c\x9d\xf1\xae\x99\x9f\xf5\xd6\x61\xc4\x30\x09\xfe\x09\x4b\xc3\x50\xd8\x6d\xf0\xbf\x96\x89\x8b\x42\x02\xd6\x0c\x32\x21\x8e\x5e\xd1\x22\x75\x39\x58\xcb\xc4\x51\x1f\xeb\xa6\xb4\x23\x62\xfc\xcb\x89\xcf\x34\x2a\x73\x43\x86\x59\xc3\xa5\x2b\x7d\x7f\x97\x0c\x50\x7f\xea\x85\x13\xc8\x97\x2f\x03\x04\x7e\xb1\xad\xca\x8c\x7e\x52\xaf\x42\xb5\x5e\xf7\x1a\xc4\xcf\x82\x5e\xb7\x33\x8c\x83\x47\x13\xe6\x06\x21\xcc\x03\x08\x56\x41\x65\x7e\x67\x78\xf9\x40\x16\x2c\xc9\x3f\xfc\x91\xd0\xf5\xa4\x10\x9f\xa5\x49\xa2\x8c\x81\x63\x36\xf1\xb1\x90\x4c\xf5\xfc\x81\x10\x93\xb5\x17\x1b\x21\xe7\x94\xce\x23\x21\x67\x98\xa6\x79\x4c\x7c\x69\xc0\x50\x70\xdc\x0c\x89\xae\x4d\x48\x5d\x84\xe5\xde\xe4\x67\xda\x57\x85\x6d\x9d\x86\x2f\xdd\x3a\xb5\xa6\xf5\x4e\x72\x0d\x30\xe8\x04\x59\x93\xe4\xab\x06\xab\x36\xd7\x45\x8a\xbc\xaa\xed\x78\xe8\xc1\xb1\x32\xd8\x21\x19\xdc\x76\xad\x1e\x11\x40\xf3\xa8\x2a\x3d\x27\xca\x45\xc5\x82\x9c\xd0\xaf\x32\x6a\xd1\x3a\xa5\x0c\xd8\x81\xeb\xa2\x04\x8f\xee\x39\xce\x27\x2e\xf7\x8f\x78\xbb\xbc\xcc\xd3\xca\x9c\x7a\x4d\xd8\x39\x64\xd4\x09\xfe\x97\x91\x65\xf6\xb6\x42\xcb\xe2\x62\xcb\x16\x51\xc5\x8f\x45\x0f\x8b\xbe\x15\x5e\xb4\x20\xd1\x90\x39\xe4\xac\x5b\x46\x43\xde\xa9\xf9\xc1\x78\x4c\xd2\x65\x92\x17\x0d\x0c\x8c\xb5\x99\x1a\x82\x43\x14\x82\x22\x05\x20\xbb\x3a\xfc\xf3\x14\x42\x57\x7f\x49\x04\x63\xc3\x87\xb3\xd4\xfb\xd5\x7c\x67\xea\x7e\x3f\xe3\x66\x31\x4b\x83\xf9\x2c\xc0\xc7\xd8\xad\x03\x23\x60\xee\xcc\x89\xa9\xc1\x76\x4e\xe3\xf0\xc3\xbb\xe1\xe1\xe0\xe4\xbc\x3b\x34\x39\xc5\x4a\x50\x73\x24\xcd\x30\x6b\x8b\x21\xfe\xd8\xfd\x7e\x09\xc4\xc6\xf5\xc1\xea\x55\x6a\x17\x99\xd5\x0e\xc8\x18\xff\x52\x40\x9c\xc1\x82\x9f\x2d\x81\xac\xd2\x63\x3c\xc6\x71\x3f\x8f\x16\xa3\x29\x3b\x91\xb6\x0d\x3e\x57\x6e\xb8\xf6\xaf\x00\x53\x94\xa2\xdf\x61\x72\xd1\xbc\x22\x5e\xe1\xa5\x30\x1a\x3c\xbf\xd5\xd9\xc5\x44\x4d\xc3\xbe\x66\xc7\x5e\x92\x58\x26\x7f\xcb\x49\x75\xfe\xb8\x11\xb8\x65\xc7\x89\xda\xe2\x8c\x79\xea\x76\x59\xd8\x41\x66\x55\xcc\x5b\x64\xce\x7f\xcb\xe6\x78\xf3\x51\x9b\x63\x3c\xab\x3d\xa4\x62\xbf\x3c\xfb\xdb\x4a\x63\xdd\x4b\x53\x6f\x34\xa5\xff\xac\xec\x83\xcd\xba\x5e\xdc\xf8\x2d\xd1\xbe\x20\xd0\xde\x04\x36\x7e\x4b\xa2\x70\x65\x1f\xb4\xb7\xc8\xd7\x71\x90\xa2\xff\x56\xf6\x81\x5c\x40\x40\x08\x65\x6a\xfb\x6d\xfa\x69\x31\x9b\x25\xa3\x18\xc2\x50\xf8\x75\x65\x1f\xb8\x3e\x37\x46\x09\x02\xde\xde\x71\xd5\xc1\xf8\x75\x28\x2a\x19\xbb\xa4\x06\x9d\xfe\x7e\xa4\x55\xd8\x53\x2b\xf0\xdf\x56\xf6\xc1\x8e\xf5\x23\xc1\xbf\xf3\xec\x41\x78\x8b\x82\x0e\x10\xb2\x26\xe1\x5d\x5a\x8d\xe1\xef\x68\x84\xfe\xc6\x76\x75\x86\xec\xee\x72\x8b\x53\x98\x44\xb3\xcf\x10\x37\xac\x1d\x38\x40\x8b\x15\x11\x06\xec\x0d\x89\xf6\x04\x37\xde\xfc\x22\x86\xbf\x5f\x1d\x3c\xfb\x5b\x30\xae\x3e\xaf\x06\x3e\xf1\x25\x01\xeb\xeb\xe4\xa5\x0c\xec\x3d\x19\x2e\x6e\xae\x61\x0c\xa2\x18\x90\xfc\x40\xcf\xfe\xf6\xb7\x74\x1a\x47\xb7\x38\x33\xf4\x20\x8e\xa3\xb8\xba\xd2\xf7\xc2\x30\x4a\xc1\x38\x08\x7d\x40\x64\x11\x54\x56\xc0\x2a\x88\xe1\xef\x60\x15\xac\x54\x1a\x2b\xb5\x03\xde\xb5\xc0\xc7\xd4\xca\x44\x36\x3e\xc1\x7b\x29\x7a\x57\xfe\xfc\x03\xbc\x4f\xaa\x22\x7f\xe8\xb1\x0e\x6a\x55\xbd\xf1\xe6\x35\x13\xc8\x98\x74\x1c\x74\xcc\x0c\x39\x78\x46\x48\x6d\xd0\x59\xa3\xd5\xd3\x00\x62\xae\xb5\x37\x0f\xd4\x39\xb9\x55\x60\x4e\xe2\xe9\xa7\x21\xfc\xb2\x12\x7a\x37\x70\x65\x9f\xbc\xda\xd9\xa0\xf3\xb0\xbe\x72\xe3\x05\xe1\xca\xfe\x4a\x36\x01\xeb\x2b\xf3\x38\xf8\xec\xa5\x70\x65\x1f\x59\x07\x0f\x2a\x09\xdb\x4f\x45\x02\x9a\xbe\x1c\x3f\x9d\xba\x79\xc8\x77\x8a\x22\xd7\x04\x87\x9c\xbc\x81\xb9\x17\x27\x10\x8c\xbd\x60\x06\xfd\x7d\xb0\x3e\x8d\x6e\xe0\xfa\xfd\xc2\xf7\x82\x75\x2f\x1e\x4d\x83\xcf\x70\x7d\x1e\x47\xfe\x62\x94\x26\xeb\xed\x66\x6b\x6b\x7d\x12\xa5\xe9\xfd\x7a\x12\x8f\xd6\x27\x41\x3a\x5d\x5c\x37\x46\xd1\x0d\x6d\x40\x3e\xfd\x96\xac\x87\x91\x0f\x87\x84\x88\x64\x1d\xf7\x6d\x7d\x16\x5c\xaf\x7b\xbe\x1f\x85\x89\x5d\x95\x80\x1f\x43\x78\x37\x87\xa3\x14\xfa\x20\x8d\x3e\xc1\x10\x54\x5b\xfb\xcd\xda\x65\xf8\x6b\xb4\x00\x37\xde\x3d\x4e\xac\x03\xbc\x10\x78\xf3\x79\x1c\xcd\xe3\xc0\x4b\x21\x98\x45\x9e\x0f\x63\x90\x46\x60\xea\x85\xfe\x0c\xe2\x75\x06\x8c\x03\xf4\x1b\x5a\x41\x2f\xc3\xaf\xa0\x41\xf9\xcb\xb1\x81\x2f\xa8\x18\xfd\xcc\xa9\x67\xc7\x3e\x18\x07\x77\xd0\x3f\x60\xe5\x69\x34\xdf\x07\xcd\x03\x34\x79\x14\x8e\xef\x3e\xd9\x70\x67\x6a\x36\x1b\x75\x49\x6f\xe6\x0d\xfe\xde\x53\x91\x92\xa9\x52\x4e\x89\xa4\x40\x73\x08\xd9\x68\xfe\x85\x8e\x8d\xb9\x1a\x9b\xc7\x70\xee\xc5\x38\xc5\xe7\x51\x14\x9f\x53\xbb\xb2\x8a\xd4\x49\x1d\x08\xe9\x32\x99\x09\x83\x1f\xe9\xd4\x8b\x05\x1b\x83\xaa\x36\x92\xb0\x73\xfd\x32\x7e\x73\x19\xae\x4f\xea\xa0\x72\x19\x57\xa4\xe3\x3e\xa1\xfa\xc1\xb3\x07\x6e\x8a\x98\x09\x02\x1d\x0b\xa5\xe2\xe3\x49\xd1\xfc\xfe\x2d\x16\xef\xb8\x0a\x3f\xd7\xf1\xf1\x73\x3d\xcb\x5c\x46\xbd\x56\xc4\x8e\xe0\x61\xbd\x16\x72\x83\x1e\x4b\x36\x39\xcd\xc3\x36\x9a\x05\xf3\xeb\xc8\x8b\xfd\x43\x2f\xf5\x1a\x09\x4c\xd1\xbf\xd5\x0a\x22\xa4\xa2\xc3\x37\xe6\x2b\x23\x3d\x56\xf6\xd9\xf0\xb3\x0d\x34\xe2\xc9\xfa\x7c\xe6\x05\x61\x49\x04\x26\x5b\x30\x63\xad\xc0\x20\xec\x77\xcc\xff\x12\xe5\xc1\x4b\x52\xa8\x72\x91\x31\x05\x7e\x6e\x24\x69\x34\x47\xe2\xe6\x4d\x3c\xf1\x1e\x89\x24\x5b\xba\x13\xde\x9e\x42\x1b\x4a\x2f\x1d\x4d\x3f\x22\x80\x92\x59\x8e\xea\x49\x3b\x01\x92\x52\xce\x29\x89\xda\x48\x31\xf9\x13\x6c\x74\x54\x65\x4a\x29\x4f\xe5\x5c\x71\x74\xfe\xde\xa5\x5e\x0c\xbd\x06\x9e\x0c\x4a\xae\x4f\x5c\x83\xa4\x72\xc3\x2c\xa8\xd4\x81\x02\x83\xcb\x6b\x7c\xd3\x18\x79\xe1\x08\xce\xd0\x06\x43\xb2\xb5\x0b\xc8\x14\xaa\x62\x92\x2b\xed\x08\x82\x30\xc5\x28\x82\x13\x49\x04\x95\x43\x15\x89\xef\x2a\x1f\x1e\xec\xd2\x48\xb7\xae\x45\x88\xd2\x04\x77\x62\x10\xdc\x65\xc8\x12\xb4\x80\x20\x86\x48\x36\x84\x3f\x05\x61\xbd\x89\x3e\x63\x79\xe9\xc6\xd0\xfb\x31\xf4\x61\x4c\x02\xd8\x17\x71\x12\x31\xe1\x25\x43\xce\x3a\xc2\x45\x80\x9c\x5e\xce\x33\x9f\xca\x0a\x5e\xd9\xf8\x63\x67\x52\x35\xf6\x78\x5c\xa5\xdd\xe4\x27\x95\x4a\x15\x7e\x0e\xea\xa8\x43\x1f\xb5\xa3\x5c\x86\x61\xfa\x0b\x58\x03\xad\xa6\x7c\x02\xaa\xb4\x21\x8f\xea\x65\x4d\x7e\xcd\x6f\xf2\x4f\x16\x55\x52\x69\x35\x9b\x4d\xb5\xce\x38\x1a\x2d\x78\x3c\x94\xed\xea\x46\x9a\x9a\x66\x7e\x29\x6e\x64\x66\x86\x39\x2b\x71\x96\x39\x6b\x51\xa6\x39\xeb\x10\x26\x39\xab\x70\xa6\x08\xd9\x64\xea\x60\x53\x52\x8f\x2e\x69\x42\xbb\x11\xc7\x67\x41\x26\xb1\x9b\x35\xce\xa1\x20\x6b\x51\x42\x8e\x7d\x3d\x2a\x2e\xcb\xca\x88\x32\x6d\xe6\x5e\x27\x54\x51\xc1\xdf\xe4\xe5\x41\xa3\x1c\x74\xf4\xde\xd8\x8e\x05\xfa\x4c\x21\x58\xce\x05\x36\xfe\xf3\x2a\xde\x7f\x5e\xc5\xfb\xd3\x5e\xc5\x93\x9c\xa3\x7f\x4b\x72\x9f\xb3\xeb\x4b\xce\x04\x05\x5e\x03\xeb\x8b\x99\x3c\xcd\x0f\x81\x09\x55\xf8\xab\xb3\x75\x40\x1e\x69\x37\xbc\x8a\xbf\xdc\x5b\x5f\xc2\xe3\xa0\xbe\xf4\x1c\xa8\x50\x47\x42\x89\x17\x57\xe1\x6f\xcd\xde\xd1\xde\xaf\x32\x0f\x87\xd0\x3b\xc9\xfd\x13\x2f\x05\x65\x5c\x3e\x45\x87\xb9\xe1\x6d\xf6\xd0\x27\xf8\xa6\x0e\xac\x36\xf2\xc9\x22\xb5\x34\xfd\xea\xb5\xea\x53\x74\xc0\x48\x6a\xe3\x86\x4b\x6b\xd9\xfc\x7f\x42\xee\x6a\x0a\xc4\x20\x8d\x20\x8b\x5f\x90\xea\xf0\x98\x85\x22\xaf\xcc\xba\x00\x19\x2c\x32\xef\x3a\x89\x66\x8b\x14\x56\x0a\xb7\x26\x86\x40\xa5\x59\xbc\x05\x35\x2f\x2a\x6b\x7b\x7b\x7b\x7b\xf0\xa6\x48\x43\xb4\x86\xe2\x03\x37\xdc\xfb\xca\xcf\x85\x90\xc1\xb4\x9b\xa6\x71\x70\xbd\x48\x61\xb5\xe2\xc5\x81\xb7\x36\x0d\x7c\x1f\xa2\xfd\x5d\x05\x8d\xb0\x99\x45\xd2\xcc\x34\x3c\x9c\xad\x8c\x97\x0c\xa2\x98\x5f\xce\xd0\x8f\x98\x52\x92\x7d\x72\x40\xde\x15\xb1\xde\x5c\xb5\xe7\x5d\xf2\x9a\x35\x74\x8a\xec\x04\x46\x37\x30\x8d\xef\xb3\xdc\x3c\x32\x63\x27\x30\xed\x45\x8b\xd0\x0f\xc2\x49\x1f\x1b\xc8\xa7\xd4\xac\x11\xa5\x9b\x01\x61\x76\x69\xa7\x03\x9a\x48\x83\xf2\x72\x66\x8a\x96\xbb\xab\xc9\x12\x3e\x10\xb8\xcf\x3b\x1d\xa0\xa0\xe2\xf9\xaa\x84\xab\x73\x05\xab\x79\x96\x31\x0b\x5a\x86\x67\x92\x11\x6e\x46\x2b\x70\x0d\x75\xc9\xf6\x76\x34\xf5\xe2\x24\xf8\x27\x1c\x11\x3f\x98\x8a\x6d\xdc\xa8\x98\xf4\x45\x4f\x3a\x25\xcc\x08\xad\xa4\xd6\x48\x23\x79\x0d\x95\xc0\x58\x4c\x48\x41\x50\x2c\x46\xe4\x93\x86\x16\xfd\xc7\x88\xfc\x8f\x11\xb9\xb4\x11\x99\x6b\x41\x06\xf1\x68\x31\xf3\xe2\x93\x20\x49\x0b\x9a\x90\x42\x0b\xab\x0d\x29\xd4\xa9\xde\x78\x77\x7a\x84\xc5\x72\x66\xa3\x87\x05\x8f\x3c\xa6\x8a\x85\x50\x00\xae\x55\x96\x52\x57\xe8\x6f\xa5\xce\x0c\xbe\xb2\x25\x6d\x49\xa1\x97\x92\x35\xc6\x89\x5a\xda\x20\xc3\x1d\xd5\xfc\xb2\x04\xb3\x2c\x91\x81\x85\xf0\xf6\x9d\x89\xcd\x20\x73\xd7\xe9\x6a\xbc\x93\x1a\xc9\x7a\xd8\xf4\xf4\x0f\x8f\xe6\x16\xdb\x51\xd7\x5b\xea\x8b\x66\x7d\x64\x8e\xe1\xbf\x08\xb2\xb4\x5d\xb8\x8f\x34\x08\x6a\x02\xd3\xfe\xfd\x68\x16\x8c\x48\x5a\x92\xa0\x96\x9f\xad\x47\x14\x06\x0c\xdb\xb4\xea\xd8\x64\xe0\x1b\x5a\xe8\x36\xa1\x98\x3d\x4e\x22\x4a\xc9\x82\x59\x10\xc8\xbb\x14\xf4\x23\x78\x2d\x01\x36\x0d\x9a\x24\x04\x12\x15\x58\x1e\x38\x28\xeb\xa8\x2b\x63\x45\x06\x7f\x11\x12\x8e\xf9\xba\xa3\xa8\x2b\x40\x49\x99\xb4\x19\xf2\x3f\x73\x4c\xc7\x51\x3c\xc0\x17\xcd\xc5\x07\xd5\xbe\xc1\x01\xa6\xf5\x0c\x29\xc5\x6b\x6f\xf4\x69\xac\x3d\x77\xc3\x80\x05\x7a\xba\x42\xa0\x26\x62\x18\x0a\x93\x54\xaf\x9a\x8d\x33\x5e\x2e\xd0\x74\x1f\xe2\x7c\x1a\x6c\x74\x87\x2d\xfb\xf8\x66\x04\x56\x09\x16\xfc\x62\xe4\xb0\x55\xab\xa3\x76\xf9\xcf\xf1\x3d\xf1\xa6\xd3\x38\x52\x88\x26\xf9\xed\x24\x92\x29\x48\xbf\x13\xcc\x55\x4c\xb8\xa1\x9c\x26\xc0\x82\x33\x31\xe1\xac\x93\x15\x5b\x8f\xd2\xce\xc7\x09\x3a\xa4\x6d\x11\xdc\xf3\x85\x12\x8c\x50\x1e\xab\xa4\x1c\x14\xe4\x40\xda\x55\x30\x29\x63\xee\xb6\xc6\xf5\x1e\x18\x54\xb2\x9a\x90\x24\x03\x29\xaa\xed\x5c\xb0\x26\xd0\x79\x29\x3c\x85\x7d\x06\x7d\xec\xb9\x55\x6e\x3f\x49\x3a\x2d\xf6\xe0\xa1\xc8\xb8\x44\x73\xeb\x36\xb2\xa8\x08\x8a\xf8\xd7\xd6\x70\x3e\xa0\x62\xf2\x38\x9f\x05\x23\x79\x17\x4b\x53\x8b\xf8\x70\x06\x53\xd8\x37\xbd\x7e\x14\xa4\xf0\x26\x51\xde\xbb\xe5\xea\x62\x88\x54\x4f\xfb\x00\xfd\xfb\x0a\x78\xf1\x04\x1f\xac\x70\x35\x03\x86\x86\x55\x01\xc3\xbb\x18\x06\x60\x0d\xb4\x91\x50\xf1\x56\x17\x43\x31\x31\x9c\xbc\x79\xb5\xd0\x07\x8c\xef\xdf\x92\xb5\x49\x92\xcc\x35\xb1\x87\xd6\xc5\xaa\x88\x51\x52\xc8\x76\x01\xab\x12\x47\x0b\x58\x32\x8c\xce\x8e\x44\xa8\x85\x1b\x64\x48\x5e\xbc\x20\xbc\xb4\x44\x01\x58\x97\x6e\xfa\x14\x30\x78\x9d\xb1\x6b\x6d\x6d\x39\x76\x80\x55\x99\x84\xa7\xb0\xec\x4c\x76\xa7\x88\x64\xf9\xd1\x63\x19\x60\xc8\x28\x12\x39\x54\x73\x11\x5a\xa2\xc5\x19\xeb\xe4\xfe\x32\x03\xca\xa9\x97\x48\x2a\xf6\x45\x98\x9e\x47\x34\xe6\xd7\x05\xb2\xc6\xfc\xdd\x39\x4c\x7d\xf9\xd4\x34\xdd\x6a\x47\xc4\x60\x6b\x30\x93\xe2\x3f\xf2\xe0\x4b\x9a\x51\x80\x9e\xff\x72\x8d\x6d\x64\x58\x7f\x3b\xf2\x70\x5a\xc0\x15\xd1\xa5\x88\x3a\xdd\x79\x7b\x64\x8a\xa3\x1e\xd1\xec\xa6\x2e\x83\x77\x24\xa5\x33\xd6\xac\xed\x67\xb9\xfc\x57\xbc\xb0\x85\x49\x6d\xfa\xac\x73\xb8\x56\x48\x89\x4f\x83\x31\x3b\x68\x4d\x4c\xba\x7c\x44\x12\xbf\xd2\xe7\xaa\x8c\x7c\x78\x55\xfa\xf4\x90\xcc\x9d\x57\xe4\x34\x92\xfc\xf1\xba\xe3\xe4\xa6\xea\xa0\x58\x21\xad\x98\xba\x07\xd1\x22\x05\xd1\x18\xc4\x5e\x38\x81\xfa\xc9\x9e\x8c\x77\x95\x3f\x61\x66\x8a\xd5\x56\xf0\x50\x0f\x5a\xcc\x27\x00\x19\xa3\x82\x10\xcc\x82\x24\x05\xd7\xf0\x3e\x0a\x7d\x80\x2d\x2a\xd0\xb4\x23\xe6\x6f\x9d\x69\x08\x25\x05\x45\xf8\x99\x69\xd4\xa6\x5b\x9b\x26\xec\xa5\x77\x34\xed\x79\xb7\xe8\x0e\x7a\x22\x7e\x54\x9f\x79\xd7\xe3\x13\xe1\xdd\xdc\x0b\x7d\x24\x1d\x3d\xb4\x07\xe6\x4d\x47\x34\x61\x1a\x13\x80\x35\x8b\x40\xb3\x9e\x4a\x70\x9c\xf9\x7f\xb3\x19\x2c\xb6\xd1\x15\x08\xcd\xcd\x27\x35\x2a\xa2\x2a\x55\x4c\xa6\xec\x80\xa0\x80\x15\x29\xd5\xb3\x9a\x78\x66\xce\x16\xcc\x9e\x69\x5a\xa5\x46\xf9\xc6\xc5\x53\x8c\x7f\x11\xcd\xa8\x2c\x7d\x85\x76\x3e\xba\xe1\xbd\x0a\x68\xdd\x7f\x18\xd7\x0c\xe5\xf4\x5d\xa0\xa4\x44\x96\x2f\xe5\xf4\x51\x86\x62\x39\x7d\x17\xfb\x6c\x39\x7e\xff\xab\x25\x3e\x38\x8c\x6e\xa8\xce\x26\xc0\x3e\x46\x51\x5e\x7e\x2f\x53\x93\x2a\x1a\x5d\x6d\x13\x47\x4f\x97\xd1\x3f\xea\x12\xe4\xf8\x34\x27\x24\x5c\x68\x79\xdf\x82\xf0\xc7\x04\x35\xfa\xf2\x20\x1e\x80\x9a\xc8\x11\xd3\xb7\x8c\x30\x03\x9d\x57\x64\x50\xbd\xb8\xcf\xec\x2b\x44\x4c\x43\xd8\x46\x6a\x5a\x08\x2a\xb7\xb8\xe4\x98\xfd\x3d\xbc\x2d\x1c\x28\xaa\x42\xc0\x28\xe7\xd1\xdc\x0c\x40\x60\xc5\x05\xcc\xae\xf0\xb2\xbb\x51\x23\x3f\x3e\xf4\xfe\x7b\xd0\x3f\x1f\x1e\x1f\x0e\xbb\xe7\xe7\xa7\xc7\xbd\x1f\xcf\x07\xd8\xd8\xd4\x7a\x4e\x27\x8d\x54\x4e\xd9\x9d\xc3\xe8\x18\xce\xa0\x97\x28\xe1\x63\xfa\x35\xb8\x70\x57\xfe\x24\x9d\xc8\x5f\x76\xa3\xc5\xcc\x07\x68\xe5\x65\x14\x7a\xbc\x7f\xb8\xf8\x1e\xa6\x80\x4a\x89\xe1\x2a\x0f\xfd\x90\xad\xcf\x53\xb2\x5e\x15\xed\xd1\x0c\x7a\x21\x7f\x9d\x55\xbb\x8c\x16\x05\x63\x91\x4c\x95\x1a\xc5\xc6\x27\x93\xcc\x22\x73\x41\xf0\x7e\x51\xfc\x11\xb2\xf9\xab\x84\xc7\xe2\xd0\x19\x23\x11\xc3\x08\xff\xae\x25\x94\x85\xa6\xbb\xfd\xa2\x4c\xac\x83\xc0\x6f\xa4\x2c\x03\x79\xab\x69\x78\xfe\x66\x09\x29\x96\x46\x22\x4f\x96\x19\xfd\xa3\x99\x97\x24\xef\xc9\xf3\xd6\xa2\x47\x34\xfb\x1e\x84\x21\x8c\xdf\x9e\xbf\x3b\x11\xbe\xcb\x8b\x94\x89\x2a\x16\x61\x58\x94\x21\x08\xb8\xef\xa5\xde\x5a\x74\xfd\xdb\x5a\xe0\x57\x2c\x2d\xc5\xc1\x20\x67\x51\x6c\xc9\xb3\xac\x05\x66\xda\xcc\x4b\xa0\x11\xa3\x65\x29\x7c\x5c\x98\xe3\x37\x0a\xe6\x18\x91\xcc\x0f\x49\xd5\x8b\xe3\x3a\x80\x3c\x69\x25\x1d\x27\x2f\x8e\x79\x62\x54\xf4\x91\xa4\x45\x15\xe3\x03\x48\x73\x6c\x81\x93\x5f\x0f\x9e\xd9\x98\xf5\x3d\x0c\x61\x1c\x8c\x74\xfe\xe0\x5f\xf0\xef\x57\xb5\x03\x73\xdb\xeb\x45\xe8\xcf\xd8\x25\xff\xff\x17\x00\x00\xff\xff\x8b\x4c\x2a\x79\x35\xcd\x0b\x00") func staticJsBundleJsBytes() ([]byte, error) { return bindataRead( @@ -189,27 +188,7 @@ func staticJsBundleJs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static/js/bundle.js", size: 214874, mode: os.FileMode(436), modTime: time.Unix(1503301076, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _staticJsHtermJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x77\x1b\x37\x92\x38\xfa\xbf\x3f\x05\xa2\xc9\x86\xa4\x4d\xf1\xa5\xb7\x1d\x25\x4b\x5b\x56\xc6\x7b\x1c\x27\xd7\x76\x66\x7e\x7b\x64\x8d\x17\xec\x06\x49\x44\xcd\x6e\x06\x00\x25\x31\x89\xe6\xb3\xdf\x53\x85\x37\xba\x49\x2a\xb3\xbb\xbf\x7d\xdc\x6b\x45\x0c\xd5\x5d\x8d\x2e\x14\xea\x8d\x02\xd0\xef\x93\x8f\x73\x2e\xc9\x94\x17\x8c\xdc\x51\x49\x66\xac\x64\x82\x2a\x96\x93\xc9\x9a\x14\x7c\x92\x57\xaa\x3f\xe1\x65\x3f\xab\xca\x8c\xaa\x9e\x9c\xf7\x9e\xf4\xfb\xe4\x8d\x22\x73\x2a\xc9\x84\xb1\x92\x2c\xa8\xb8\x61\x39\x11\x8c\xe6\xfb\x55\x59\xac\xc9\xb4\x12\x64\x5d\xad\x04\x91\x74\xca\xd4\xba\x47\xc8\x7b\xaa\xe6\x4c\xc0\x83\x6a\x4e\x4b\xc2\x72\xae\x08\x57\x24\xe7\x82\x65\xaa\x58\x77\xc9\xb2\x60\x54\x32\xb2\xa8\x72\x3e\x5d\x93\xaa\x64\xa4\x9a\x12\x35\x67\x92\x11\x59\xad\x44\xc6\xe0\x59\xc0\x51\xf6\x7a\x80\x00\xfc\x69\x90\xfb\x59\xf6\x0b\x3e\xe9\xfd\x2c\x6b\xd7\x3e\x2f\xab\x62\x3d\xe5\x45\xd1\x78\x33\xab\x8a\x4a\xc8\xc6\x5b\xd3\xc6\xab\x0b\x26\x25\x9d\xb1\xcf\x0b\x5a\xd2\x19\x13\xcd\x6f\x14\x6c\xca\x04\x2b\xb3\xed\x60\x82\xe9\x5e\x35\xde\x94\xaa\x12\x74\xb6\xf5\xde\xe7\x6c\x2e\xaa\xc5\x76\x90\xa2\xca\x68\x73\xcf\x2d\xc4\x82\x2d\x2a\xb1\x6e\x04\x51\x4c\xaa\xad\x3d\x58\xa9\xe9\x69\x7c\x43\xcd\xb9\xc8\x3f\x2f\xa9\x50\xeb\xfe\x5d\x76\xc7\x73\x35\x47\xc8\xbb\xcc\xc0\xcd\x15\x13\x0b\x78\x1e\xbf\x34\x5e\xfc\x3c\x15\xd4\x75\x2b\xb9\x75\xc3\xd6\x93\x8a\x8a\x7c\xfb\xdd\xcf\x13\x5e\xe6\xbc\x9c\xc9\x1d\x60\x37\x6c\xbd\xa0\xcb\xdd\x40\x4b\xaa\x14\x13\x65\x33\x60\xb5\x54\xbc\x2a\x37\xbc\x6a\x49\x85\x74\xc4\x6b\xbc\xf7\x99\xe7\xac\x54\x7c\xca\x99\xd8\xd4\xc6\x26\x76\x4a\xe1\x56\x13\xb9\x9a\x34\xdf\x93\x99\x60\x6c\x43\x07\x64\x26\xaa\xa2\x58\x56\x42\x35\xdf\x87\x0f\x5e\x3a\x36\xda\x70\xf7\x33\xaf\x36\x01\xdc\xab\xcf\x54\x29\xc1\x27\x2b\xc5\x36\xf4\xf1\x76\xc3\xbb\x6f\xd5\xe7\x6c\x4e\x05\xcd\x14\x13\x9f\xdd\x58\x3d\x01\xc8\x0f\x3f\xfc\xf4\xfe\xd5\x6b\x72\xf9\xe6\xed\xeb\xe7\x8d\x6a\xe0\x55\xb5\x5c\x0b\x3e\x9b\x2b\xd2\xce\x3a\x64\x34\x18\x8e\xc8\xc7\x39\x23\xaf\x40\x6a\xf8\x6a\x41\x7e\xf8\x40\xc6\x2b\x35\x07\xf9\x27\xe3\xa2\x20\x08\x2b\x89\x60\x92\x89\x5b\x96\xa3\x8a\xfb\x49\x1a\x25\xc4\xa5\xd1\x41\x24\xab\x72\x46\xb8\x24\xb3\xea\x96\x89\x52\xab\x48\x4a\x5e\x7e\xb8\xd8\x97\x6a\x5d\x30\x52\xf0\x8c\x95\x92\x81\x92\x53\x24\xa3\x25\x99\x68\xbd\x55\xad\xca\x9c\xf0\x12\x14\x1a\x79\xfb\xe6\xd5\xeb\x77\x1f\x5e\xa3\x32\xeb\x3d\x79\xd2\x5a\x81\x8a\x53\x82\x67\xaa\xf5\xe2\xc9\x13\x3e\x25\x6d\xb5\x5e\xb2\x6a\x0a\xfd\x22\x5f\x9c\x93\xd6\xaa\xcc\xd9\x94\x97\x2c\x6f\x75\x9e\x10\xa2\xe6\xa2\xba\x23\x25\xbb\x23\xaf\x85\xa8\x44\xbb\xf5\x5d\x51\x4d\x68\x41\xf6\x0a\x3e\xd9\x23\xd5\xe4\x67\x96\x29\x42\x0b\x50\xc6\x6b\xc2\xee\xb9\x54\xb2\xd7\xea\xbc\x78\xf2\xe4\x96\x0a\x6c\xf2\x9c\xfc\xf6\xf0\xe2\xc9\x93\xfe\xd3\xa7\x4f\xc8\x53\xf2\x3d\x5d\x42\x27\xf7\x72\xb6\x64\x65\xce\xca\x6c\xbd\x47\x54\x45\xae\xf6\x74\x8f\xf7\xba\xa4\xd7\xeb\x5d\xf7\x9e\x10\x84\x7e\x4d\xb3\x39\xf1\xa0\x40\x0a\x6a\xdf\x59\xd2\x05\xeb\x92\x82\xdf\x30\xc4\xa5\x37\x95\x7b\x5d\x62\x9b\x01\x48\xe8\xfc\x4a\x14\x48\x1c\x68\x4c\xb7\x23\x49\xa5\xe9\xa2\x9b\x81\x37\xf5\x9f\xc0\xf3\x62\x55\x2a\xbe\x60\x17\xf6\x6d\x9c\xc9\xcf\x09\xf2\x6f\xb9\x54\x80\xfd\x74\x55\x66\x28\x88\x9a\xf0\x25\x63\x39\x74\x62\xc2\x08\x2f\x6f\x2b\xb0\x4d\xf9\x4a\xf0\x72\x06\xfd\x17\x54\xac\x09\x2f\xb9\xe2\xb4\xe0\xbf\x52\x78\x2c\xea\x1d\x2b\xd8\x82\x95\xca\x8e\x16\x40\xbe\xa2\x45\x31\xa1\xd9\x8d\xfc\x4c\xa8\x10\x14\xbb\xcd\x95\x64\xc5\x94\x50\xa2\xee\xaa\x7d\xfb\x0c\xde\xed\x61\x53\xe6\xca\x40\x93\x48\xce\x2b\xa1\x70\x94\xcb\x19\xc9\x99\xcc\x04\x9f\xc0\x57\xec\xf7\x5d\xc9\x84\xb1\x76\xf8\x3a\x22\xaa\x95\xe2\x25\xeb\x92\x95\x64\xd3\x55\x01\xed\x81\x45\xcd\xd9\x64\x35\x9b\xf1\x72\xd6\x23\xae\xfd\xa1\x25\x6c\x66\x70\x74\xb4\xf0\x84\x4c\xba\x70\x4e\xae\xae\x3d\x09\xdf\xb3\xac\x12\x39\xe0\x68\xe8\x1d\x0c\xaf\xa5\x0b\xfa\x07\x9a\x9b\x0d\x4a\xe4\x6e\xce\x4a\x30\xf1\xe4\x8e\x96\x0a\x68\xcd\xee\x97\x82\x49\xd3\xce\x7e\xd2\x10\xd1\x03\x9e\x55\x8b\x25\x78\x19\x70\xb7\x47\xc0\x85\xe0\x92\x94\x15\xd0\x5a\x01\xa4\x1d\x34\x4a\xa6\xab\xa2\xd8\x9f\x16\x2c\x9f\xb1\xdc\x0d\x9a\x5c\x4b\xc5\x16\xa4\x12\x9e\x79\xb0\x71\x25\x68\x76\xc3\x04\xb6\xd8\x92\xe4\xe7\x95\x54\x40\x12\xc1\xa0\xb9\x05\xbd\x61\xe0\x69\x2c\x2b\x29\xf9\xa4\xc0\x6b\x48\x48\x00\x31\x0d\x49\x72\xc7\xd5\xbc\x5a\x29\xc0\xbd\x84\x71\xa1\x45\xa1\xa9\x5a\xe5\xcc\x52\xe1\x07\xcf\xe6\x92\x50\xc1\x88\x5c\xb2\x0c\x74\x77\x4e\xa8\x34\x63\x2b\x7b\x84\x5c\x56\x82\xb0\x7b\xba\x58\x16\x0c\x5c\x15\xfd\x30\xfc\x43\xa6\x56\x39\x5b\xb6\x5b\xf0\x55\xbb\x1f\xad\x2e\xc1\xbf\x7e\x74\x8a\xfe\x7b\xad\xe7\x41\x66\x1b\x5e\x8c\xbc\x0d\x34\x9b\x30\x22\xaa\xca\xb8\x69\xd0\x44\xab\x47\xc8\xbf\x56\x2b\xb2\xa0\x6b\x18\x25\xad\xb7\xb0\xb7\x59\x01\xe8\xd2\x84\x6c\x55\x49\x68\xb9\x0e\xc4\x4e\x0f\x35\x23\x59\xc1\x81\xb5\x96\xa2\x9a\x09\xba\xc0\xf6\x80\xbb\x10\x7f\x56\xca\x95\x60\xef\xeb\xa2\xd9\xee\x10\x0a\x1c\x4e\x85\x5a\x2d\x09\x2f\xa1\xb1\x4a\xe4\x4c\x20\x73\xe0\x53\x5a\x38\xa1\xa5\x1a\xab\x71\x26\xc9\x9c\xde\x32\xe3\x4f\x32\x87\xcf\x3f\x2f\x29\xe0\xf0\x9b\x26\xef\x03\xb9\xa5\xe2\x33\x15\x33\x49\x7e\x00\x0f\x51\x90\x45\x25\xac\xe6\x90\xcd\x03\xe2\xf5\x09\x90\x9e\x9c\x3b\x01\x69\xdb\xb6\x3a\xe4\xb7\x27\x04\x5a\x36\x5a\xfe\xc5\x13\x50\xb3\x62\x8d\x97\xeb\x0a\x17\xc6\x85\x3c\x90\x8c\xaa\x6c\x4e\xda\xec\xbe\x63\xe0\xb0\x01\x45\xb3\x9b\x31\xea\x88\x73\xc2\xee\x7b\xf8\x77\x4f\x2e\x0b\xae\xda\xad\x4f\x25\x8e\x29\x21\x04\xfc\xe7\x92\x7c\xa0\x53\x2a\x78\x17\x19\x4d\x30\xb9\x2a\x14\xb0\x5e\xd0\xc4\x1d\x2f\x0a\x82\x0e\x35\xd2\x66\x64\x75\x93\x24\xb4\xcc\x35\xff\xea\xc6\xc0\xe3\xb9\xe5\xf9\x8a\x16\xb6\xdb\xc8\xa0\xd3\x4a\x2c\xc0\x7b\xc9\x49\xce\xa7\xc8\x5d\xaa\x00\xa1\x26\x84\x80\x99\xf1\x6f\xea\x15\xac\x9c\xa9\x39\xf9\xe6\x9c\x1c\xd8\xee\x10\x6b\xf3\xce\x03\x94\xae\x46\xd7\x3d\xc1\x96\x05\xcd\x58\xbb\xff\xb7\x4f\xf2\x29\x55\x9f\xe4\xb3\x7e\x97\xb4\x6c\xd7\x1e\x08\x2b\x24\xdb\xda\xc6\x30\x69\x63\xa6\x0d\x18\xc8\xda\x3f\x47\x4d\x01\x9d\x61\x2c\x40\xf9\xc1\x68\x11\x4e\xce\xc9\xe0\x05\xe1\xe4\x6b\x42\xc5\x6c\x85\xb4\x30\xb8\xbf\x20\xfc\xd9\xb3\x70\x28\x96\x54\xcd\xc9\xb9\x87\xbb\xe2\xd7\x2f\x5c\xd7\xf1\x26\x2f\xa5\xa2\x65\x06\xa6\x16\x11\xf3\x3d\x77\xec\xd2\xa3\xcb\x65\xb1\x6e\x17\x7c\xd2\xc5\x06\x9b\x3b\x09\xaf\x03\x05\x75\x8e\x32\xd7\x68\xb8\xae\xe0\x69\x83\x80\x46\xe1\x0b\x2a\xd6\x1d\xf3\x37\x79\xdc\xe3\x46\x75\xbb\x27\x7a\xcb\x95\x9c\xb7\x35\x89\x23\x9a\x05\x26\xf2\x35\x8a\x9e\xdc\x21\x7b\xc0\x2d\x0b\xa6\xba\x20\x52\x10\x9e\xdd\x67\x0c\x3d\x5b\x6d\x5d\x44\x75\xe7\x6d\xe4\x2d\x13\x6b\xb2\x2a\x17\x4c\x35\x58\x0c\xcd\xb2\x13\x46\x8a\x6a\x36\xd3\xfa\x1c\xb8\xfb\x5f\x3e\x90\xac\x2a\x65\x55\xa0\xda\x9f\x1a\x73\x00\x11\x9f\xc2\x50\x2f\xf6\x28\x74\xe3\xa8\xbe\xb0\x39\x41\xb9\x64\x11\x5a\x5e\xa8\x37\xea\xa3\xcf\xa1\xa4\x7b\x09\x5f\x52\x29\x59\x0e\xa4\x16\x2b\x2d\xe8\x8e\xb9\x0c\x4f\x90\x4d\xbe\x47\x24\xe7\x48\x73\x74\x3f\xce\x37\x3e\x10\x8e\x39\x3c\xa4\x15\xf8\x39\xbe\xc8\xea\x04\xed\x9a\x79\x9d\x40\x49\x5e\x65\xc8\xb0\x40\x31\x70\x9f\x49\xeb\x8e\x97\x79\x75\xd7\xb2\x96\xde\x88\x8b\xd1\xdb\x44\x3f\x75\x57\x89\x1b\x26\x08\x57\x2d\x69\x5b\x03\x9d\xcd\x72\xd2\x02\x3f\xa5\xd5\x73\x58\x54\x93\x9f\xc9\x39\x69\xeb\x46\xc9\xef\xbf\x13\xb8\x6f\xb8\xa7\x49\xd0\x10\xeb\x26\x21\x33\x6c\xdc\x46\x80\x2b\x7e\x0d\xb4\xab\x26\x3f\x77\xfc\x7d\xe2\x46\xfd\x8e\x8a\xb2\xdd\xfa\x9e\x4b\x09\x2a\x6e\xaf\x45\x9e\x69\x72\x3f\x23\x2d\x74\x0d\xc1\xaa\xa1\x25\x6b\x75\x03\xda\x76\x5e\xb8\x86\xdc\xb8\x4d\x69\x21\x99\xbf\x3e\x11\x8c\xde\xd8\x3f\x1f\x9e\x98\x2f\xba\x8f\xd5\xe4\xe7\x2b\x8b\xdc\x75\xa2\x52\x10\x75\xdd\x68\xa7\x51\xcb\xb7\x2e\x29\x07\xf2\x35\xf0\x78\x36\x67\xd9\x0d\x8c\xdb\x43\xe8\x46\xcd\xb8\x54\x0c\xa5\x27\x76\x2e\x23\x87\xcc\x9a\xd8\x0d\x20\x5a\x10\xad\xcf\xca\x4b\x22\xb0\x59\xa1\xa1\xb4\x39\x05\xcf\x0b\xa5\xc7\x78\x76\xed\x0e\xba\xa3\xfa\x19\xf0\x0c\xc1\x89\xb5\x0d\x1a\x01\x62\x19\xe3\xb7\xe0\x57\x01\xf9\x0b\x46\xd0\xa8\x32\xc5\x44\x97\xdc\xcd\x79\x36\x87\xf6\xd0\x4f\x75\xcf\xc5\xde\x33\x7a\x7b\x5c\xa1\x03\x57\x30\xc5\xd0\xfd\x85\x56\x54\xe8\xb7\xd6\x1d\xea\xd4\x7a\xc3\x68\x90\xb1\xf1\x86\xb5\x1b\xbc\x54\x80\x19\xde\x68\x70\x81\xad\xbb\x39\xd5\x4e\x1f\xfc\xf3\x5e\x70\xf8\x06\x27\xea\xf6\x4b\xe7\xc1\xbb\xc4\x5b\x28\x0e\x1d\x15\x66\xec\x74\x83\x82\xa9\x95\x28\x7d\x8b\x0f\xda\x27\xb2\x6d\x39\xd2\x05\x8e\x85\x79\xfe\x0d\x20\x1e\x68\x1d\x1d\x10\xd9\x27\xb5\x58\xd4\xfd\x71\xad\xc4\xaf\x62\xe0\x6b\x64\x7d\x83\x8a\xbd\x18\x31\xdc\x1b\xdb\x1f\x86\x44\x33\x3e\x72\xe4\xb1\xe3\xd8\xd7\x5c\x2f\x83\x6c\x13\x6b\x47\x96\x80\x96\x39\xb2\x05\xb2\x00\x7a\x8a\xc1\xa3\x9b\xf8\xd7\xbe\xff\x4d\x7c\x1f\x78\x4b\xae\xcb\x6c\x2e\xaa\xb2\x5a\x81\x93\xfc\xd1\xe3\x6c\x83\x00\x1d\xb1\x82\x0a\x02\xef\x15\x70\xc3\xc8\x07\x43\xa4\x12\x69\xeb\x06\x2d\x60\xf8\x84\xd3\xbc\xca\x7f\xb0\x4f\xc1\xab\xc2\xe1\x36\x3d\xd2\x3c\x9d\xe2\x69\xb9\xcc\x72\x7a\x33\x93\x3d\x85\xd6\x97\xea\x73\x51\xcd\x2e\x6d\xcb\xe3\x92\xe8\x6c\x10\x2d\xa2\xd7\x49\xa6\x09\x89\x0a\x33\x7e\x9d\x60\x05\xe6\x59\x8b\x6a\x46\x4c\x6e\x11\x3c\xf6\x38\x72\x0b\x39\x4a\xf7\xa8\x9b\xbe\xdb\x9b\x37\xed\x46\xd4\x99\x0c\x6d\x0c\x2a\xf6\x92\xab\x77\x60\x55\x6a\xd6\x51\xeb\x44\xe0\x21\xad\xeb\x3b\x91\x7b\x23\x58\x86\xce\xd4\xba\x27\xe7\x7c\xaa\xda\x9d\xd0\x95\x49\xd1\x71\xda\x39\xb9\xd1\x6e\xc1\xeb\x9f\x13\x50\xff\x82\x65\x57\x83\x6b\xd7\x0c\xfc\x39\xbc\x6e\x63\xde\xa0\x47\x0b\x2a\x16\x6d\x8b\x6a\xa7\xd9\xe9\xd2\xb4\x68\x87\x7e\xcf\x0b\xab\xd9\x4d\x02\xc5\x30\xc0\x17\xe7\xa4\x65\x3b\xdb\xda\xa0\xed\xad\x69\xaa\x80\x44\xb7\xb4\xe0\xb9\xf3\x1c\x9f\x9b\x76\x8c\xa5\xde\xee\x75\xb4\x35\x90\x64\xea\x23\x5f\xb0\x6a\xa5\x5c\x37\xba\x64\xa0\x4d\xc6\xd6\xf4\x55\x9a\xb1\xf6\x79\xac\xd1\x60\x78\xf2\x3f\x24\x87\x65\x54\xd4\x3f\xc3\x5d\x78\xc9\x2d\x67\x77\xe4\x47\xd3\x31\x89\x22\xfe\xfa\xc3\x68\x30\x3c\x7e\x46\xa6\x8c\x2a\xf4\x4f\xef\x98\x4b\x25\xac\x24\xd3\x22\xa0\x73\x82\x6a\x29\x9f\xf7\xfb\x39\xbb\x65\x45\xb5\x64\xa2\xb7\xa8\x7e\xe5\x45\x41\x7b\x95\x98\xf5\x59\xb9\xff\xd3\x87\x7e\x5e\x65\xb2\xff\x57\x36\xe9\xff\x0b\xbd\xa5\x1f\xd0\xa8\xf4\xdf\xdb\x70\xba\xaf\xf3\x63\x9f\x75\x14\x2d\xfb\x1f\xd0\x16\xf5\x97\x34\xff\x00\xc1\x2a\x26\xdc\xbe\xd0\x17\x7b\x4b\x51\xa9\x0a\x98\xa7\x67\x6f\x6b\x29\xd8\x78\x3b\x14\x23\x45\xc5\x8c\xa9\xb7\x28\x3c\x10\x2d\xe4\xfa\x29\x2b\x47\xe0\xdf\x69\x03\x67\xd2\x40\xa0\x14\x4d\x9a\xae\xa8\xca\x19\x61\x65\xb5\x9a\xcd\xbb\xa0\x0b\xe7\x98\x1b\xaa\x48\x5e\x7d\xa1\xd9\x35\x68\x9a\xec\x9b\x38\xc1\xb8\x64\x4e\x74\x23\xa0\xaf\xcf\xc9\xa0\xe3\x64\x0b\xcd\x88\x46\xa7\x0d\xcf\x5a\x9f\x53\x87\x42\x06\x51\x72\x7e\x7e\x4e\x5c\xae\xd1\x3e\x1c\xdc\x26\x2d\xd2\x8a\x9c\xd5\x8c\x4a\x6d\x7d\x96\x34\x87\xee\x2c\x20\x84\x5d\x16\x8c\x64\x73\x2a\x24\xf6\xaa\xd7\x8c\xde\x37\xbe\x5d\xab\x6e\x1a\xde\xe7\x61\x04\x5b\x32\xaa\xda\x71\x23\xfd\x7a\x23\xe4\x19\x19\xda\xce\x99\x6e\x7b\x18\x09\x9c\xdd\x1e\x74\x23\x72\xc2\x23\x31\x65\x50\x91\x3c\xfc\x67\x33\xdf\xeb\x32\xdf\xcc\x7a\xaf\xcb\x7c\x33\xe3\xbd\x2e\xf3\xff\x9f\xed\xfe\xdb\xb3\x5d\xd8\x6d\x8c\x76\xb6\x73\xa1\x63\xbb\xed\xd6\x21\x9a\xb2\xfc\x1f\x3b\xc7\x61\xec\xc3\x3b\x88\xcd\x96\x34\xc3\x44\x15\xc1\xae\x91\x95\xe2\x05\x57\x9c\x05\x79\x3b\xdd\xe7\x24\xf3\x7f\xc9\x85\x54\x10\x2b\x2e\xc0\x37\x2f\x4b\x9c\x7e\x9e\xad\x0a\x2a\x6c\x26\x1a\xc3\xa9\x3b\xd6\x12\x8c\xcc\x2a\xc3\xd8\x80\x06\x62\x68\xe6\xbb\x8d\xf7\x68\xdd\xb3\x8d\xff\x5e\xbe\x1f\xbf\x7a\x4d\xfe\xf5\x87\x9f\xde\x7f\x78\xfd\xf6\xf2\x31\x4f\x10\x42\xba\x7f\xff\xfb\xdf\xff\xde\x7b\x0c\xe4\xef\xdf\x7c\xfe\x9a\xfc\xfd\xef\x8f\x00\x3d\xf8\xb7\xfd\xfd\xfd\xd6\x7e\xff\x31\xcd\x1e\x3c\x87\x7f\x9f\x6e\x3f\xed\x86\x3d\xaf\xce\x35\x70\xf7\x11\xc0\xe4\x77\x62\x80\x11\x7a\xcb\x03\x1f\xff\xfc\x9a\xbc\x7f\xfd\xdd\x4f\x6f\xc7\xef\xc9\xeb\xff\xf3\xe3\xfb\xd7\x1f\x3e\xbc\xf9\xe1\xdd\x87\xdd\xaf\x18\xbf\x7f\x4d\x5e\xfd\xf0\xfd\x9b\x77\xdf\x05\x41\xb3\x60\x2d\x08\x14\xc8\x1d\x5d\x63\x78\x0a\x91\xbf\x56\x61\xef\x5f\x93\x82\x2b\x26\x68\x01\x71\x01\xf1\x8a\xb8\x47\xc8\x25\xbf\xd7\x9c\x7a\x37\x5f\x93\xbc\x2a\x5b\x98\x7a\x5a\x57\xab\x6f\x09\xf9\x61\x8e\x61\x0e\xa1\x85\xac\xf4\x8c\x41\xf4\x86\x3b\xc1\x15\x06\xcd\x5a\x31\x60\x2b\x79\xc5\x64\xd9\xd2\x33\x16\x62\x29\x18\xb6\xc6\x64\x46\x97\x2c\x08\x7e\xa4\x62\x34\xef\x82\x4f\x23\x55\x55\x2d\x75\x1a\x8c\x4b\xe2\xf2\x9e\x1d\x02\xc2\x70\x93\x32\x79\x4f\x30\x9c\xe2\x7a\x82\xaa\xee\xd5\x87\x0f\x64\xce\xee\xb5\x64\x74\xc9\x9f\xde\x7f\xf7\x12\xf4\xda\x9c\xdd\x0f\x8f\x9f\x93\xfe\x9f\xda\x57\x74\x7f\x3a\xd8\x3f\xbb\xee\x34\x7d\xeb\xf3\xee\x93\x0d\xed\xbc\xff\xee\xbb\x97\xb6\xa9\xd1\x61\xd4\xd4\x6f\xa3\x87\xce\xe6\x3f\xe2\x36\xc5\x6c\x62\xdb\x14\xb3\x49\x5b\x08\xd1\x9d\xcd\x66\xdd\xc9\x64\xd2\x81\xc6\xc5\x6c\xf2\x1c\x5d\xec\xf7\x6c\xf6\xfa\x7e\xd9\x36\x9a\xb6\xdd\xfa\x5b\x5f\x3e\x15\xb3\x49\x5f\x3e\xed\xb7\xfb\xf2\x69\xbb\x9f\xff\x36\xec\x1e\x3c\x74\xfa\xf2\x69\x37\xfd\xbb\x45\x9e\xd9\x68\xa2\x95\xdc\xeb\xc3\xc7\x97\x2d\x7b\xbb\xe3\x93\xca\x9f\xfa\xfd\x59\x97\xb4\x3e\x7d\x6a\x75\xba\xa4\xc5\x5b\x9d\xc7\x61\xdd\xa5\x94\x5a\xcc\xe9\x56\xd4\x69\x5f\x3e\x8d\x30\xdb\xd9\x8f\xe4\xef\xf0\xe1\xf6\xb7\xcf\xcd\xed\x67\xed\x6f\x9f\xf7\x7b\xfd\xfc\x59\xe7\x5b\x00\xea\xfc\x03\x3d\x7c\xcd\x81\x8f\xc9\xfb\xef\x5e\x42\x28\xf3\xfe\xbb\x97\x63\xd3\xa1\xfb\xed\x1d\xfa\xf6\xff\x4e\x8f\xbe\xfd\x07\xba\x34\x2e\xc9\xff\x19\x0e\xc9\x1e\xf0\x53\x9e\xe7\x79\xdf\x7d\xec\x91\x5b\x5a\xac\x40\x8b\x93\xfb\xe1\x10\xf9\x0d\x27\x14\xe0\x9b\xe7\xdb\x61\xf7\xf0\xa1\xf3\xa9\xbf\xf3\x82\x7c\xfa\xa5\xe7\xef\xd7\xe5\xac\xe0\x72\x6e\xac\x52\x49\x17\xf8\x16\xf8\xff\x73\xd2\xbf\xa2\xfb\xbf\x5e\xc3\xc7\x60\xff\xec\x93\xbc\x7e\xd6\xef\x86\x99\x99\x57\x55\x79\xcb\x84\x22\xd4\xb2\x5b\x3b\xcf\xf3\xae\xf9\xed\x98\x16\x11\x71\xd0\x22\x15\xa1\xba\x7f\xc1\x75\x37\xe3\x88\x63\x09\xad\x04\x37\x4d\x8e\x70\x56\x56\x42\x27\xd8\x4d\x86\x47\xd2\x92\x2b\x88\xff\x73\xaa\x28\x99\xd3\x32\x2f\x4c\x92\xcc\x4d\x6d\xb7\xf2\x3c\x6f\x61\x6a\xa3\x2a\x71\x8a\x1b\x67\xef\x4b\x46\x26\x6b\xc5\x0c\x4a\x7e\x0e\x8d\x97\x24\x67\x19\x5f\xd0\x62\xf3\x64\x1c\x3c\x81\x3e\x47\x8c\x23\xa0\x95\x69\x32\xc4\x49\x35\xfb\x24\x3c\x93\x74\x1a\xf8\xb5\x5c\x15\x05\x78\x6d\xe0\x42\xe8\x8b\x59\xb5\x2a\xec\x7c\xa7\xcf\xcd\x60\xcb\x3a\xf9\x13\xab\xcf\xd9\xe4\x63\x05\xed\x46\xb3\x7c\xc5\x8a\x69\x6f\xd8\xa5\x65\x64\x46\x0b\xd6\xbe\x75\x19\x7d\x72\x4e\xda\xdf\x53\x35\xef\x2d\x78\xd9\xbe\xed\x92\xd1\xd1\x51\x87\x3c\x25\xa3\xa3\x93\x4e\x4f\x55\xc6\x95\x1b\x1e\x9b\x5c\x83\xe9\x8c\xce\x55\xfc\xba\xa4\x39\x3c\x72\xa8\x5d\xb8\x27\x51\x22\x46\x8f\xe6\x82\xaa\x6c\xde\x8e\xb5\x3c\xa0\x7a\x8f\x8f\xc4\x73\x41\xa6\x6d\x20\x04\xfa\x93\xe6\xef\x16\xb0\x74\x8b\x3c\x33\x98\x53\xb1\xbe\x1a\x5e\x83\x5f\xd9\xea\xc7\x57\x47\x8d\x57\x0f\xae\xe3\x6c\xb5\x67\xd1\x82\xcd\x68\xb6\x76\x63\x71\xcb\x52\xd6\xb4\x3c\xdc\xeb\xf5\x3a\x4d\x3c\xfa\x71\xce\xd6\x44\xd1\x1b\xed\x91\x4f\x2b\xb1\x78\x0e\x97\x87\x23\x32\xe1\xea\x39\x1a\x2d\x6f\xd7\xf7\xbf\x21\x7f\x7a\x3f\x18\x0c\xbe\x1b\x0c\x06\x2f\x07\x83\x01\x40\x8e\x0e\x2d\x24\x9a\xa5\x10\xf2\xfd\x60\xf0\xdd\x77\x83\xc1\xcb\x97\x1a\xf2\xe0\xd8\x41\xbe\xff\x0e\x60\x5f\x7a\xc8\xf7\x83\xef\xbe\xfb\x6e\xf0\xf2\xe5\x4b\x84\x3c\x3c\xf5\x90\x00\x0a\xb0\x2f\x0d\xb6\x92\xa1\x00\x01\xb6\x8b\x4a\x2a\x22\xf9\xac\xe4\x53\x9e\xd1\x52\xc1\x43\xce\x8a\x7f\x14\xab\x32\xa3\x56\x2e\x24\xc1\xec\x6f\x5e\xdd\x61\x52\x4f\x23\x4d\x24\x2f\x33\xed\x08\xb7\x24\x66\x57\x81\x5a\x72\xb5\x5c\x56\x42\xd5\x3c\xd8\xde\xfd\x70\xf8\x67\x76\xff\xb1\x02\xa0\x90\x41\x35\x1b\x22\x1f\xdc\xf6\x70\x06\x5d\xfe\x95\xab\x79\xbb\xf5\xa7\x56\xa7\x81\x2b\x50\x3f\x01\x4f\x2e\x75\xe6\x97\xd1\x1c\xdc\x93\x3f\x91\x6a\x3a\x05\x25\x05\xdc\x7c\xdb\x93\xab\x89\x54\xa2\x6d\xc2\x92\x7e\x9f\xbc\x67\x58\x45\xb0\x2a\x6f\x4a\xe8\x84\xe4\xbf\xa2\xc7\x82\xef\xbd\x3a\xe8\x92\xe3\x2e\x39\xeb\x92\xe1\xe8\xba\xc7\xcb\x9c\xdd\xff\x30\x6d\xdf\xba\xf0\xe6\xfc\x9c\xec\x0f\x9b\x19\xd4\xb7\x5c\x56\xe5\x3e\xb8\x19\x9a\x5e\xb6\xe9\x5b\xc3\xfe\xfd\xab\xbf\x19\x75\xdb\xe7\x4d\xbd\x32\xdd\x5a\x16\x5c\x99\xca\x0b\xf4\xfa\xab\x95\xea\xd9\xc9\x79\xfe\x2b\xc3\xae\x15\x36\x0e\x3b\x78\x61\x6e\x89\xb0\xcb\x83\x2e\x82\x76\xec\xcd\x59\x78\x13\xee\x24\xf7\x27\xe9\x7d\x10\x9d\x10\x4c\xa3\xf6\xae\x12\x0b\x93\x6f\xaf\xc8\xf0\xd8\xf2\x8a\x57\x2a\x65\x25\x16\xc3\xe3\x58\xab\x60\x99\xdf\x9b\x52\x81\x86\x48\xf5\x87\xee\xcf\x39\x19\x91\x6f\xc9\x2d\x79\xee\x84\xa4\xdf\x37\xcd\x3f\x09\x3c\x62\x0b\x3c\x44\xe0\xaf\xbf\x26\x87\xfa\x89\x7e\x9f\x9c\xa6\xb0\xb7\xe4\x9b\x6f\x48\xfb\x90\x3c\x25\xba\x3b\xfb\x64\xd4\xe9\xbc\x40\xd8\xd1\x21\xa8\xd9\x83\x91\x79\xe4\xe1\x49\xa4\xcd\x0c\x9f\x62\x15\xd3\xc7\x0a\x9c\x87\xf6\x95\xe8\x92\x59\x97\x4c\xae\x7b\x0b\xba\x6c\xeb\x2e\x76\x36\x28\x93\x9a\x1d\xfb\x23\x4a\x04\x9f\xd5\x4f\x2d\xe8\x1a\xab\x80\xc2\xf6\xf4\xf4\x88\x9e\x9d\x06\x95\x62\x4c\xc6\xd4\x69\x1d\x68\x06\x94\xe4\x7c\x3e\x9f\xf7\xdd\x87\x99\x6e\x0e\x6c\x9e\x41\x4c\x92\x82\x49\xa9\x8b\x91\x0f\x49\xce\x67\x5c\x49\xc2\x95\x99\x01\x58\xd2\x3c\x67\x39\x30\x1f\x0c\xf6\x21\x96\x68\x18\xab\x91\x3b\x1d\x30\xe5\x58\x24\xe6\x26\xd5\xc0\x88\xee\xb6\x94\x29\x89\x1e\x63\x29\x53\xeb\xfa\x1f\x60\x29\xef\x87\xc3\x4d\x8a\x68\x93\x95\xec\xf7\xc9\x8f\x54\x13\xc5\xa8\xc4\x3b\xae\xe6\x01\x1d\xa7\xd5\x4a\x18\x52\xe2\x0c\x0f\x97\x48\x48\x50\x4e\xed\xa5\xa8\x26\x74\x52\x18\x2b\xd7\xef\x13\xd4\x0a\x4c\x92\x7b\x2c\x05\x36\xa5\x5b\x39\x9f\x4e\x79\xb6\x2a\x90\xec\x92\xea\xd9\x20\xed\xdd\xa0\xa6\x45\x60\x22\x19\x5b\x48\xa2\x2a\xdb\x14\x15\x02\x67\x37\xc1\x9e\x99\x91\xd3\x24\x31\x55\x32\x25\x59\x32\x01\x3c\x62\xd2\x05\xd5\x62\xc2\x4b\x33\xa5\x3a\xb5\x8d\xcc\xe8\x62\x01\x7c\x22\x04\xc3\xde\x77\x0d\xc5\x75\x82\x42\x09\x5a\x4a\x5d\x4e\x83\xf7\xa0\xe5\x5f\x56\xb4\x54\x6e\xc2\xd3\x25\x9c\x9c\x7e\x02\x69\xf5\x93\x28\xa0\xdc\x34\x9f\x18\x66\x5b\x52\xc7\x60\x48\xb8\xc9\x9a\xe8\x74\x93\xad\x0b\x74\xb5\xaf\x3d\x42\xf6\xa6\x7b\x64\xc2\xb2\x6a\xc1\xa4\x6f\x6f\x6f\x3a\x9d\x4e\xf7\x7a\x84\x7c\xc8\x68\x81\x85\x85\xc0\x99\x94\x38\x25\xec\x32\x3b\xa6\x86\x19\xde\x31\x3a\x3a\xb1\x85\x04\x92\x2e\x98\x6f\x8d\x4a\x92\xad\x14\xbe\xbd\x9a\x4e\x9d\x5b\xd8\x23\xe4\xaf\x8c\xc8\x1b\x63\x6d\x16\x3c\xcf\x0b\x08\x6b\xd9\x12\x89\x80\xc5\x76\x79\xb5\x9a\x14\x41\x53\x31\xf6\x71\x3a\xd0\x6b\x44\xf2\x8c\x84\x5a\xf1\xa1\x99\x84\xa3\x84\x84\x0b\x5e\x50\x41\x72\x46\x0b\x02\x01\x7b\x8f\xa0\x44\x2d\x69\x2e\x89\xba\xab\x34\x71\x9d\xc9\x4e\x48\xea\xdb\x41\x87\xb7\x0d\xc3\x0b\x3c\x4e\x56\x4b\x43\x9a\x0e\x50\x13\x59\x2d\xc9\x1c\x69\x38\xae\xd0\x0d\xf0\xed\x68\x8a\x97\xeb\x3b\xba\xc6\x70\x3f\xa3\xa5\x26\x89\xe9\x2d\x4e\x5e\x0a\x3e\xe3\x25\x2d\x7c\xb0\xd2\x48\x8e\xdd\xa4\x38\x88\x48\xf1\x71\x2e\x18\x8b\xfb\x0b\x82\x61\x66\xee\x8d\x1c\xd4\x98\x6a\x8a\x98\xe0\x53\x3d\xdf\x16\xeb\xcd\x7a\x64\x38\x98\x5a\x1e\x83\xef\x53\x7b\x1f\xfd\x09\x18\x2c\x6b\x23\x47\x31\x9a\x30\x2c\x48\x1d\xad\x18\xe7\x8c\x8c\x82\x80\xa2\x17\x9a\x3c\xf4\xb1\x45\xb5\x2a\xf3\x76\xd2\x71\xd2\x47\xf2\x37\xf9\xd0\xcd\xfe\xb3\x0e\xf8\x62\x0f\xda\x2b\xaa\x3f\x43\xf8\x63\x66\xc6\xb5\x87\xab\x85\xb7\x17\x10\xb6\xd1\xd3\x6a\xb2\x87\x81\xdf\xd6\xbe\x35\x7d\x67\x85\x64\x1b\x1f\x00\x63\x85\xf6\xd3\x80\x63\x8f\x70\xee\x74\x69\x93\xbf\xc3\x70\x82\x7f\x83\xed\x85\x27\xc0\xea\x22\xef\x35\x1b\x5d\xa9\x57\xca\x98\x3a\x48\xd0\xe7\x2d\xe3\x47\xb7\xe2\x98\x11\x2d\xb1\x9a\x33\x2e\x9c\x21\x36\x65\xc5\x0b\x6b\xb3\xb0\x06\x4e\x47\x97\xce\x6e\x80\x81\xc3\xf8\xbc\xa7\xed\xa8\x31\x35\xb4\x34\x15\xa8\x0e\xb0\xeb\x8d\xa7\x89\xe8\x73\x6d\x1e\xc0\x50\x35\x5b\xc5\xdf\x75\xe9\xe1\xd7\xfa\xaf\x6f\x1e\xc8\xd8\x5a\xd2\xc0\xc0\x0b\x53\x71\x5d\x4d\xfd\x55\xad\xfb\x23\x0b\xd7\x64\x3b\x6b\xed\x63\x1d\x87\xeb\x99\x7b\x81\xf3\x57\x63\x0b\x39\x87\x21\x87\x77\x06\x16\x92\x8a\x99\x9f\x6b\xc7\x3c\x9c\x99\x6d\x0f\x18\x13\x2f\xbf\xf0\x30\xa3\xc3\x46\x98\xd1\xa1\xae\x3e\xb3\xc6\xd6\x20\xd6\x9e\xfb\x82\x52\x60\xd3\x39\xbb\x0f\x34\xc0\xa1\xd7\x00\xa0\xe4\xcf\xe1\xd3\x65\x50\xf0\xc5\x5d\x8f\xec\xbc\x4b\x8c\xf3\x16\x56\x64\x19\x1a\xed\xfd\x69\x8f\x3c\x23\xc2\xfc\xce\xcc\xef\x04\x7e\x5d\x35\x55\x30\xb5\x1e\x0a\x24\xbc\x53\x8b\x24\x76\xa3\xe3\xa7\x82\xc2\x92\xc6\xd4\xb9\x8f\x42\xd9\xb6\x2e\x00\x33\x1a\x40\x47\xb3\x5a\x0d\x3c\x23\xad\x2e\x09\x72\x49\x31\xd4\xe8\x51\x50\x07\x1e\xaa\xd3\x7a\x11\x56\x7c\x51\x31\xdb\x58\xf5\xb9\xa1\xc8\xb4\xb9\xf2\x8d\x8a\xd9\x15\xbf\x26\xe7\x6e\xd8\xf4\x85\xb0\x18\x21\xac\x56\x80\xf7\x46\xb0\x5e\x2d\x18\xaa\x50\x31\x7b\x9c\x7c\x3b\x37\x1a\x44\x37\x92\xeb\x66\xc9\x77\x49\xe9\x29\x99\xf1\x5b\x06\xd6\x0a\xf3\x9b\xbe\x11\x5d\x80\x4c\x8b\xe5\x9c\x92\x29\x67\x45\xee\x8b\x3e\x09\xbd\xa3\xeb\xff\x7e\xfa\xc1\xd1\xa0\xae\x24\x42\xe5\xa6\xd9\xd6\x28\x8c\xff\x44\x4d\x81\x59\xa7\x3f\xa3\x3c\xd6\x35\x45\x4d\xc0\xc1\x6a\x05\x95\xa4\xbe\x62\xc7\xb4\x96\x09\x9a\xdd\x80\xed\xb0\xe6\x6d\x87\x6c\x85\xa2\xf5\x27\x90\xab\x20\x2f\xd5\x6e\x47\x82\x31\xb8\xee\x40\xe8\x08\xb2\xf1\x7b\x18\x30\xd6\xff\xb5\x13\xe1\xc4\xe7\xc8\xe9\x1f\x7c\x6e\x64\x9e\x1b\x74\xe2\x34\x5a\x97\x1c\x77\xfe\x87\xca\xe5\x47\x6a\x8a\xe1\x74\x8d\x50\x26\xa5\x91\x36\x9c\xbf\xe6\x38\xd2\x18\x76\xc0\xc3\x18\x20\xea\x08\x58\xcc\x26\xc0\x41\x20\x79\x71\xe8\xfb\x1e\xdf\x23\x77\x04\x74\x98\x5c\xc0\xec\x43\x3d\x94\x73\xb7\x92\x70\x2e\x67\x53\x9f\x59\xca\xd9\x74\x6b\x6a\xa9\xc1\xf0\x61\x03\xae\xa4\xaa\x21\x7d\xd9\x53\x4c\x2a\x84\x8a\x9a\xca\xd9\x34\x4c\x5d\x36\xfa\x45\xba\xe9\xc6\x8c\xe4\x01\xd0\xe9\x90\x44\x4b\xaa\x42\x32\x1a\xcd\xa5\x65\xb5\x46\x8c\xc0\x7f\x8a\xc5\x71\x1d\x14\xc9\xa1\xaa\x3b\x0f\x8b\xdd\xc8\x37\xe0\x5d\x7f\x4b\xb4\xf9\x20\xcf\xc9\xf0\x45\x9c\x7c\xa5\x68\xb2\xb4\x10\x39\xf3\x43\xb4\x70\xc4\x7f\x8f\xc2\xbf\xf1\x4d\xc6\x0e\x05\xbd\xfd\xe1\x96\x09\x3d\xbb\xe8\x55\x6f\x36\xa7\x65\xc9\x0a\x50\x62\xba\xa3\x7d\x64\x16\xec\x57\xad\x9b\x92\xa9\xb1\xe9\x85\xeb\xa3\x98\x4d\xba\xba\xad\xa6\x7a\xc0\x4d\xda\xc5\xf4\xf8\x5c\x3f\xf9\x28\xa7\x34\x1e\xb9\xef\xf9\x3d\xc4\xdd\x4c\x64\xac\x54\x74\x86\x41\x27\x25\x8a\x63\x05\x7b\x81\xf5\x74\x30\x76\x64\x42\x25\xdb\xd0\x9b\x05\x8f\x74\x27\x40\x76\xb1\x85\xae\x6d\x37\xea\xd1\x70\x43\x97\xe0\x39\x97\xd5\xa3\x62\x3d\xda\x00\x07\x2d\x77\x5e\x6c\x5a\x58\x72\xf8\x82\x3c\x7b\xc6\x43\x15\x9d\xf3\xe9\x54\x17\x3f\x8e\x40\xb9\xec\x23\x0e\x6e\x39\x89\xf9\x83\x9c\x37\x46\x37\xe6\x2e\x38\x23\xd8\xcc\x53\xd7\xa3\x54\xd3\x6c\xa6\xf7\x30\x26\xb8\xce\x91\xd6\x78\xc4\xc9\x88\xb3\x85\x5c\x49\x9f\xf8\x72\x8e\xc0\x0f\x25\x91\xab\x2c\x63\x52\x76\x09\xad\x09\x9a\x5d\xbf\xa1\x91\xc2\x82\xf2\x4b\xad\xb7\x8c\xf5\x0b\xbc\x05\x68\xcd\xc2\x4b\x86\x99\x8c\x61\x6d\x6c\x2d\xd5\xc3\x01\xc6\x5b\x5e\x37\x69\xa6\x08\xb5\x13\xf4\xaa\xd5\xa9\x9b\x49\x0d\xb9\x69\x3e\x85\x06\xe6\x32\x08\x07\x49\x53\xd9\xaa\x53\xef\xeb\x0d\xa6\xe1\xb1\x2f\xfd\x03\xef\x74\x2b\x76\x86\xdb\xd1\x00\xa6\xb0\x0b\x27\x98\x2e\x4f\x7d\x05\xb6\xa0\xfc\xd4\x52\x04\xe9\xa9\x4b\x68\x35\x19\x03\x91\xd5\x0e\xc1\xae\xd4\x2c\xd6\xda\x1b\xa1\x8c\x3c\xca\xc8\x2e\xbd\xf3\xcb\x1c\x95\xe0\xcb\x25\xcb\x81\xa5\x30\x1b\xa6\x97\x9f\x79\xff\x48\x55\xa4\xa8\xee\x98\xc8\xa8\x34\xeb\x7b\x80\x45\xf4\x6b\xd0\xe3\x33\x73\x0e\x5d\x63\xe4\xa4\xe7\xae\xb0\x5c\xbd\x30\x8b\x79\x03\x2c\x55\x85\x51\xdf\x82\x2e\x97\xa6\x74\x2d\x67\x82\xdf\xb2\x9c\x4c\x45\xb5\x30\x55\x6d\x55\x76\x03\xbd\x33\x09\xe0\x9e\xba\x57\x61\x6d\x4f\xf3\x1a\x84\x8f\x76\x86\xc1\xbd\x67\x67\x12\x16\x53\x83\x72\x59\xe1\xe6\x02\x1b\x08\x17\xdb\x65\x6b\xed\xd2\x35\x01\x9e\xf3\xcd\x50\x44\x5a\x0a\xfe\x87\xc4\xdf\x64\x9f\x3d\x04\x2e\x1a\xb8\x46\x4d\x86\x2d\x9d\xeb\x89\x6a\x55\xbd\x85\xe1\x78\x45\x25\x6b\xbb\x04\xc9\x7f\xce\xab\xfc\xec\xbd\x7c\x86\xd3\xf7\xad\xff\x84\x17\x6e\xe2\xee\x8f\x6e\xf8\xf5\x50\x2e\x69\xc1\x94\xaa\x0f\x04\xc2\xbc\x82\xef\x3f\x6a\x88\xd8\x2e\x58\x7f\xe7\x09\x21\xed\x2b\x4c\xac\x31\xb2\x37\x7e\xf7\xe1\x0d\x19\x1e\xef\xe1\x0a\x5e\x42\x48\xeb\x4f\x03\xfc\x07\x86\xfd\x4f\xaf\x5e\xb9\xaf\x87\xaf\xcf\xc6\x83\x63\x7d\xf5\x70\x8c\x57\x0d\xfc\xc1\xe1\xf1\xd1\xf8\x10\xef\x9c\x1c\x1d\x0d\x4e\x5e\xe2\xd7\xc1\xf1\xd9\xe9\xd9\x18\xbf\x5e\x1c\x5c\x9c\xbc\xba\x74\xf0\x47\x47\x47\x27\x47\x07\x78\xe7\xf5\xe5\xe8\x6c\x74\xa6\xe1\x07\x2f\xc7\x43\x7d\xf5\xf2\xd5\xeb\xb3\x43\x0f\x7f\x32\x3a\xbb\x84\xc7\xe1\xce\x68\x30\x78\xf5\xd2\xc2\x1f\xbd\xbc\xd0\xad\xc0\xbf\x57\xad\xae\xcb\xd2\x41\xc7\x8e\xef\x8f\x0d\xb5\xb2\xd5\x44\xef\xa5\x52\xeb\x1e\x7c\x39\xba\x74\x5f\x4f\x4f\xdc\xd7\xb1\xbf\x7a\xe1\xaf\x5e\x7a\xa4\xe0\x41\xd7\xca\xd1\xa5\x6b\xe5\xe8\xd2\xb5\x72\x74\x39\xf6\x57\x2f\xfc\xd5\xa8\x95\xd3\x13\xd7\xca\xe9\x89\x6b\xe5\xf4\xc4\xb5\x72\x7a\x32\xf6\x57\x2f\xfc\xd5\xa8\x95\xb1\xc7\x65\xec\x71\x19\x7b\x5c\xc6\x1e\x97\xb1\xc7\x65\x1c\xe3\x72\xe1\x71\xb9\xf0\xb8\x5c\x78\x5c\x2e\x3c\x2e\x17\x1e\x97\x8b\x18\x97\x4b\x8f\xcb\xa5\xc7\xe5\xd2\xe3\x72\xe9\x71\xb9\xf4\xb8\x5c\x6a\x5c\x2c\x8f\x5c\xba\x41\x82\xaf\xa6\x19\xf8\x6a\x9a\x81\xaf\x63\x7f\xf5\xc2\x5f\x0d\x90\x81\x71\x71\xad\xb8\x41\x82\x2f\xae\x15\x37\x48\xf0\xf5\xc2\x5f\x8d\x5a\x71\x83\x04\x5f\x5d\x2b\x6e\x90\xe0\xeb\xd8\x5f\xbd\xf0\x57\xa3\x56\xc6\x1e\x97\xb1\xc7\x65\xec\x71\x19\x7b\x5c\xc6\x1e\x97\x71\x8c\xcb\x85\xc7\xe5\xc2\xe3\x72\xe1\x71\xb9\xf0\xb8\x5c\x78\x5c\x2e\x62\x5c\x2e\x3d\x2e\x97\x1e\x97\x4b\x8f\xcb\xa5\xc7\xe5\xd2\xe3\x12\x0f\x12\x90\xc5\x34\x03\x5f\x4d\x33\xf0\xd5\x34\x03\x5f\xc7\xfe\xea\x85\xbf\x1a\x20\x03\x14\x75\xad\xb8\x41\x82\xaf\xae\x15\x37\x48\xf0\xf5\xc2\x5f\x8d\x5a\x71\x83\x04\x5f\x5d\x2b\x6e\x90\xe0\xcb\xd8\x5f\xbd\xf0\x57\xa3\x56\xc6\x1e\x97\xb1\xc7\x65\xec\x71\x19\x7b\x5c\xc6\x1e\x97\x71\x8c\xcb\x85\xc7\xe5\xc2\xe3\x72\xe1\x71\xb9\xf0\xb8\x5c\x78\x5c\x2e\x62\x5c\x2e\x3d\x2e\x97\x1e\x97\x4b\x8f\xcb\xa5\xc7\xe5\xd2\xe3\x12\x0f\xd2\xd8\x4b\xd2\xd8\x4b\xd2\xd8\x4b\xd2\xd8\x4b\xd2\xd8\x4b\xd2\x38\x96\xa4\xb1\x97\xa4\xb1\x97\xa4\xb1\x97\xa4\xb1\x97\xa4\xb1\x97\xa4\x71\x2c\x49\x63\x2f\x49\x63\x2f\x49\x63\x2f\x49\x63\x2f\x49\x63\x2f\x49\xe3\x58\x92\xc6\x5e\x92\xc6\x5e\x92\xc6\x5e\x92\xc6\x5e\x92\xc6\x5e\x92\xc6\xb1\x24\x8d\xbd\x24\x8d\xbd\x24\x8d\xbd\x24\x8d\xbd\x24\x8d\xbd\x24\x8d\x63\x49\x1a\x7b\x49\x1a\x7b\x49\x1a\x7b\x49\x1a\x7b\x49\x1a\x7b\x49\x1a\x27\x92\x74\xe1\x25\xe9\xc2\x4b\xd2\x85\x97\xa4\x0b\x2f\x49\x17\x5e\x92\x2e\x62\x49\xba\xf0\x92\x74\xe1\x25\xe9\xc2\x4b\xd2\x85\x97\xa4\x0b\x2f\x49\x17\xb1\x24\x5d\x78\x49\xba\xf0\x92\x74\xe1\x25\xe9\xc2\x4b\xd2\x85\x97\xa4\x8b\x58\x92\x2e\xbc\x24\x5d\x78\x49\xba\xf0\x92\x74\xe1\x25\xe9\xc2\x4b\xd2\x45\x2c\x49\x17\x5e\x92\x2e\xbc\x24\x5d\x78\x49\xba\xf0\x92\x74\xe1\x25\xe9\x22\x96\xa4\x0b\x2f\x49\x17\x5e\x92\x2e\xbc\x24\x5d\x78\x49\xba\xf0\x92\x74\x91\x48\xd2\xa5\x97\xa4\x4b\x2f\x49\x97\x5e\x92\x2e\xbd\x24\x5d\x7a\x49\xba\x8c\x25\xe9\xd2\x4b\xd2\xa5\x97\xa4\x4b\x2f\x49\x97\x5e\x92\x2e\xbd\x24\x5d\xc6\x92\x74\xe9\x25\xe9\xd2\x4b\xd2\xa5\x97\xa4\x4b\x2f\x49\x97\x5e\x92\x2e\x63\x49\xba\xf4\x92\x74\xe9\x25\xe9\xd2\x4b\xd2\xa5\x97\xa4\x4b\x2f\x49\x97\xb1\x24\x5d\x7a\x49\xba\xf4\x92\x74\xe9\x25\xe9\xd2\x4b\xd2\xa5\x97\xa4\xcb\x58\x92\x2e\xbd\x24\x5d\x7a\x49\xba\xf4\x92\x74\xe9\x25\xe9\xd2\x4b\xd2\x65\x24\x49\xc6\xf7\x9b\x09\xb6\xd6\xf3\xd8\x82\x2e\x96\x81\xeb\x77\x0a\x3f\xf8\xdc\x70\x04\x3f\xfa\xeb\x2b\xf8\xc1\xaf\xa3\x63\xf8\xc1\xaf\x07\x03\xf8\xd1\x5f\xc7\xf0\xe3\x30\x3d\xc4\x7f\x78\xe7\xf0\x35\xfc\x68\xe3\x78\x0a\x3f\xf8\x15\x1b\xd1\x6d\x1f\xbf\x82\x1f\xfc\x7a\x72\x0c\x3f\x5e\xbd\x23\x32\x5a\x65\x8f\xe1\x07\xbf\x9e\x1d\xc2\x8f\xfe\xfa\x1a\x7e\xb4\xba\x40\x08\xfc\xfa\x72\x04\x3f\xae\x95\x97\xaf\xe0\x07\xef\xe0\x9b\x34\xee\x17\x03\xf8\xd1\x5f\xc7\xf0\x83\x5f\x11\x57\xdd\x36\x7a\xcc\xaf\xb1\x38\xf9\xba\x13\xc7\x19\xd9\x4a\x08\xe6\x52\x5a\x26\xd2\xe8\xda\x5d\x85\xd6\x7a\x2e\x63\x25\x99\xc0\x3c\xde\xac\x61\x96\x20\xdb\x18\x80\xd4\xe2\x93\x78\x89\x4c\x6e\x6b\xe1\x68\x96\x55\x22\x37\x05\x09\x51\xec\x5b\x0b\x7c\xeb\x6f\x7e\x67\x36\x9f\x80\xd0\x73\x8f\x16\x3c\x63\x93\x62\xc5\xf6\x9e\x63\x5d\x75\x7b\x74\x38\xe8\x92\xd1\xe1\xa9\x2e\x7d\xdd\xeb\x22\x50\xa9\xf8\x2f\x2b\x76\x37\xe7\xca\xc3\x1d\x01\xdc\xc1\x51\x97\x8c\x86\x4d\x70\x43\x0f\x08\x30\x07\x67\x00\x78\xd6\x00\x38\x72\x80\x07\xf0\xd2\xd1\x41\x97\x8c\x06\x87\x0d\x80\x07\x0e\x70\x70\xd4\x25\xc3\xb3\x51\x97\x0c\x4f\x8e\x1b\x00\x0f\x2d\xe0\x10\xde\x3a\x3c\x18\x76\xc9\x70\x34\xb0\x80\xbf\xac\xe8\x82\x0a\x5e\xba\x9e\x0c\x47\x27\xd8\x59\x40\x70\x54\x83\x1a\x3e\x0e\xcc\xf5\x62\x38\x84\x5e\x40\x57\x86\x67\xa7\x35\x30\xd7\x87\xe1\x60\x04\xfd\x84\x8e\x9c\xd4\x51\x73\x3d\x38\xc6\x0e\xc0\xc7\xd0\xf5\xf4\xd7\x95\x48\x46\x0b\x91\xf2\xa3\x05\x00\xc3\x9d\x10\x9e\xee\xa3\x43\x83\xf1\xe8\xe0\x34\x84\xf0\xc8\x9e\x1d\x18\x64\x47\x83\xa8\x8d\x80\xd2\x43\x8b\xe8\x81\x1d\xe4\x09\xe3\xb3\x00\x51\x78\x1a\x3f\xdc\x50\x4c\xb8\xfc\x25\x60\x3c\xc4\x71\x84\x84\x3b\x8e\x20\x86\xbb\x41\x12\x26\x1a\x1e\x74\xc9\xf0\xf4\x20\x02\x49\xd8\xe7\x14\x40\x8e\x4e\x23\x90\x84\x71\x46\x00\x37\x38\xb1\x20\x05\xcd\x6e\x2c\xc0\xa0\x4b\xe0\x3f\x7f\xab\xcc\xe6\x2c\xa7\xc5\xa2\x2a\xf3\x84\xf1\x23\xaa\x85\x92\xa6\xdb\xf0\xa3\x02\xf7\x86\xdb\x6e\x8e\x92\x9b\x6e\xb4\xe0\xe6\x41\x72\x33\x7a\xe5\x61\x7c\x33\x18\xa3\x62\xc5\x6e\x79\x55\x30\xe5\xbb\x7e\xda\x25\x87\x30\xde\x23\x47\x62\x51\xdd\x95\xee\xfe\xf1\x51\x97\x1c\x8e\xe0\x37\xbc\x1d\x8f\xd1\xf1\x21\xfc\x86\xf7\xe3\x01\x3a\x3a\x83\xdf\xf0\x7e\x3c\x3a\x47\x43\xf8\x0d\xef\xc7\x43\x03\x44\x3d\x70\x1d\x5c\x89\x62\x7d\x57\x55\x9e\xf0\x23\x50\x0d\xa7\x87\xd0\xd1\x1a\x50\xc2\x4c\x43\xe0\xdb\xa3\x1a\x54\x8c\xee\xf0\xec\xa4\x4b\x86\x87\x35\xa8\x84\xa5\x4e\x06\xc8\x34\x29\x54\xc2\x55\xc3\xa3\x2e\x39\xb5\x40\x19\xcd\x99\x0a\x99\xe2\xec\x08\xd9\xb2\x4b\x86\xc7\x83\x14\xc6\xab\xa2\xa3\x91\x15\xa6\xa3\x5a\x4b\x5e\x13\xc1\x28\x8d\x46\x67\x21\xa7\x38\x28\x2f\xdb\x48\x2c\xe8\xa0\x67\x19\x07\xe5\x50\x47\x69\x39\x38\x0c\x59\x27\x9b\x53\xa1\x04\x5b\xc9\x06\x45\x3a\xa8\xc1\x34\xa8\xd1\x3a\x50\x83\x12\xad\x03\x35\xa8\xd0\x3a\x50\x5d\x81\x7a\x98\x2a\xab\x0a\x1a\x18\xb2\x21\x0c\x1b\x34\x73\x50\x83\x89\x99\x05\x51\x3f\x38\x4e\x81\x12\x5e\x01\xd4\x0f\x0e\x52\xa0\x84\x55\x10\xf5\xb3\x14\x28\xe6\x14\x44\xdd\xc1\x54\x82\x16\x75\x6c\x4e\x07\xe1\xfd\x04\xdd\xe1\x61\x97\x9c\x1e\x87\x00\x09\xaa\x83\xe3\xb4\x85\x18\xcd\xb3\x21\x60\x11\xde\x4f\x30\x04\x35\x70\xe2\xef\x97\x53\xcc\xfe\x87\xfc\x3c\x1c\x00\x75\x0f\x91\x09\x43\x48\xc9\x8b\x9b\x58\x12\xd1\xe5\x18\x0d\x12\x98\xe1\x63\x80\x12\xed\x7f\x30\x8a\x98\xd9\x00\xc5\x5d\x1b\x21\x5e\x27\x29\x4a\xa9\xeb\x70\x1c\xba\x0e\xd9\x9a\x96\x81\x22\x4d\x8c\x2a\xdc\x1d\x6e\xbf\x1d\x2a\xf0\xc4\xe0\xc2\xed\x50\x85\x27\xd6\x16\x6e\x87\x4a\x3c\x31\xb5\x39\x15\x37\x75\xd3\x12\xdf\x4f\xb0\x6f\x68\x61\x56\x15\x39\x2b\x85\x57\xa4\x46\x87\xc2\xc7\xb0\x09\x2e\xe1\xb7\x53\xd4\x5d\x4d\x80\x09\xdf\x9d\x80\x36\x39\x6c\x02\x4c\xc4\xe4\x10\xcd\x70\x13\x60\x32\x50\x83\x61\x97\x9c\x86\x70\x82\xae\xbd\xc5\x02\x08\xf3\x11\xc1\x30\x16\x51\x64\x10\x98\x74\x03\xb0\xb3\x91\x9b\x39\xbd\xe1\x9e\x5e\x67\xd6\xb3\x70\x6e\x03\x00\x2d\xe8\x8c\x95\x8a\x46\x28\xd7\xc6\xa7\x2a\xf8\x2d\x8b\x70\x3a\xd5\xfe\x47\x20\x63\x31\x9c\x27\x3f\xaa\x13\x2d\xf3\xa3\x46\x50\xaf\x59\x4f\x9d\x7b\x3a\x38\x6c\x04\xf5\xfa\xf5\xd8\xea\xd7\xb3\x41\x23\xa4\x1f\x83\xa1\x65\xa8\xe3\x90\x4f\x2a\x01\xf1\x4f\xcc\x23\x87\x09\x8d\x35\x4c\x83\x9e\xad\x03\x35\xe8\xd9\x3a\x50\x83\x9e\xad\x03\xd5\xf5\x6c\x0c\x93\xcd\xb9\x97\x81\xa3\x83\x2e\xc1\x58\x27\xa6\x17\x02\x79\xab\x86\xaa\x72\x14\x0a\xbc\x87\xf2\xc4\x3f\x01\xdf\x27\x92\x7b\x0f\xe5\xe9\x7e\x74\x68\xdf\x58\x6f\xcb\xa3\x3e\x38\xec\x92\xd8\x22\x03\x94\x60\x79\xca\x66\x61\xdf\x24\xba\xa8\x9e\x90\xe8\x04\xa3\xdb\x12\xf2\x8d\x64\x34\x62\xc4\xe1\x21\xfa\xd3\x40\xf5\xc3\x83\x06\xb8\x61\x1c\x28\xe0\x18\x9e\x35\x01\x06\x6c\x68\x55\xe0\xf0\x74\xd0\x00\x18\x10\xe3\xc8\xc6\x49\x11\x65\x2d\x60\x40\x8f\x23\xab\xd4\x22\xb2\x49\x30\xac\xa1\x6e\x3c\x19\x01\x9b\xa6\x74\x43\xb0\x50\x6b\x1c\x9e\x74\xc9\xc9\x19\xfc\x36\x41\x05\xae\xd8\xb0\xa6\xea\x23\xc8\xc0\x1d\x1b\xd6\xb4\x7e\x04\x19\xb8\x64\xc3\x9a\x01\x88\x20\xbd\x5b\x36\x6a\x54\xe4\x06\x90\x6d\xef\x8c\x5a\x89\x5f\x56\x15\x97\x2c\x32\x3b\xc7\xf0\x11\x82\x25\xe1\x01\x58\xe0\x01\x3a\xce\x16\x86\x4d\x38\x2d\x03\xbe\x1b\x81\x87\x0b\xbe\x89\x87\x60\xcb\x25\x2f\x13\x7b\x8f\x7e\xc1\x49\x02\x32\x7c\x04\x4c\xa2\x07\xe0\xf7\x20\x85\x49\xd4\xc0\x31\xea\x8b\x04\x26\x35\x21\x81\x2f\x04\x20\xf2\x66\x9d\x98\x54\x14\xf2\x60\x98\x3d\xd0\xf0\x51\x50\xa1\xf9\x47\x55\x10\x30\x82\x87\x0a\xbd\x00\x54\x05\x01\x13\x78\xa8\xc8\x19\x18\xc4\x6a\x80\x2f\x22\xf3\xa7\x15\xe1\x51\x24\x18\x00\xc2\xb6\x83\x54\xf9\x2c\x76\xe5\x0e\x70\x34\x0e\xa3\xce\x39\xa0\xe1\xa3\xa0\xfc\xd0\x9d\x1a\xc7\x22\x20\x81\x83\xf2\x83\x87\x9e\xc7\x71\x44\x02\x07\xe5\x87\xef\xb8\x4b\x4e\x4e\x43\x0a\x4c\xb9\x60\x13\xc1\x7d\xb8\x8e\xd4\x3e\x40\x85\x99\x82\xc4\x1c\x07\xdc\x7d\x78\x9a\xc2\xc4\x1c\x07\x9d\x3b\xac\xb5\x13\x73\x1c\xc0\x1d\xd4\xda\x89\x39\x6e\x04\x1d\xb3\xee\xf9\xb4\x00\xf7\x3a\xc9\xb0\xa1\x56\xc1\x74\x9c\x65\xcc\x69\x25\x98\x54\x91\x72\x36\x36\x20\xe8\xdb\x8c\xf2\x52\x4e\x2a\x51\xf9\x80\x78\x80\x6e\x73\xe8\x3b\xcf\xe6\x95\x54\xf1\xfb\xd0\xb9\x8e\x33\x7f\xe0\x6f\x25\x01\x73\x10\x6f\xc1\xdd\x34\x9e\x4e\x6e\x27\xae\x39\xf8\x69\xe1\xed\x34\x82\x3e\x88\x6f\xa7\xa1\xf3\x49\x7c\x3b\x72\x56\x47\xa8\x09\x8e\x81\xf8\xa3\x14\x26\xf1\x2f\xc0\x4a\x39\x95\xb1\xc9\x49\x05\x0b\xe5\x49\xba\xc1\x41\xc5\x3e\x9f\xa5\x40\xa9\x66\x41\x55\x66\x81\x42\xd1\x3c\x43\x7d\xa1\x3f\x82\xfb\x83\xd8\x8f\x0f\x6f\x79\x39\xeb\x12\xf8\x2f\xbc\xe5\x1e\xd3\x9c\x15\x70\x97\xbe\x3d\x48\x38\x2b\x32\x5a\x08\x32\x0c\xe5\x53\xff\x86\xb7\x1d\x85\x0e\x86\x5d\xa2\x7f\xc3\xdb\x8e\x36\xe0\x56\xe8\xdf\xf0\xb6\xa3\x0a\x44\x55\xfa\x37\xbc\x7d\xe4\x6e\x9f\x26\xf2\x83\xb7\x8f\x9d\x2d\x1b\x76\x89\xfe\x0d\x6f\x9f\xb8\xdb\x07\x3a\x7d\x75\x18\xbd\xfb\xd4\xdd\x3e\xee\x12\xfd\x1b\xde\x3e\x73\xb7\x4f\x13\x1d\x10\x99\xf0\xa3\x2e\x81\xff\xc2\x5b\x8e\xa6\x3a\x65\x15\xa4\xad\xf0\xb6\x23\x28\xfa\x74\xf8\x1b\xde\xf6\x2d\x1f\x77\x89\xfe\x0d\x6f\x3b\x82\xea\x7c\x59\x90\x33\xc3\xdb\x3e\xc9\x31\xd4\x2e\xcd\x71\xf4\x6e\x47\x50\x9d\x8d\x0b\x32\x72\x78\xdb\x11\xf4\xf8\xb8\x4b\xf4\x6f\x78\xfb\x24\xcc\xa0\xe8\xdf\xf0\xb6\x23\xe8\xc9\xb0\x4b\xf4\x6f\x78\xdb\x11\xf4\xe4\xb0\x4b\xf4\x6f\x70\xdb\xf5\xeb\xb4\x4b\x4e\x7d\xe0\x86\xb7\x1c\x41\x4f\xc0\x67\xc1\xdf\xf0\xb6\x23\xa8\x76\x67\x02\x97\x06\x6f\x8f\x42\xcf\x48\xff\x86\xb7\xfd\x8b\x0f\xbb\x44\xff\x86\xb7\xbd\x5f\x05\xee\x0b\xfe\x86\xb7\x1d\x41\x21\xcc\xd3\xbf\xe1\x6d\x47\xd0\xb3\x51\x97\xe8\xdf\xf0\xb6\x23\xe8\xd9\x61\x97\xe8\xdf\xf0\xb6\x23\xe8\xd9\x49\x97\xe8\xdf\xf0\xb6\x23\xe8\xd9\x59\x97\xe8\xdf\xe0\x76\xe0\x05\x6b\x4f\x66\x18\xea\x8c\xc3\x81\xbf\x3d\x32\x41\xd1\x70\x10\x22\x77\x38\xdc\xe6\x0a\x20\x84\xf7\x63\x21\x22\xb5\x1f\x21\xc4\x41\x1c\x0e\x9a\x8f\x10\x22\x08\x18\x47\x18\xab\x86\x01\x2b\x42\x1c\x79\x88\x23\x93\x2b\x1d\x0e\x23\x3c\x8e\x3d\xc4\x89\x31\x09\xc3\x61\x84\xc7\x89\xf7\xa3\x31\xb2\x19\x84\x39\x1c\x84\x38\xf5\x10\x23\x8c\x7d\xc2\x00\x08\x21\xce\x3c\xc4\x91\x9d\x09\x18\x85\x78\x78\x44\x31\x33\x0a\xbf\xe1\x5d\x4f\x71\x88\x65\xed\x47\x08\xe1\x29\x8e\x1e\x93\xf9\x08\x21\x3c\xc5\x31\x4c\x33\x1f\x21\x84\xa7\xf8\x01\x06\x3f\x47\x61\xc6\x1b\x21\x02\x4b\x84\x1e\x92\xfe\x08\x21\x7c\x47\x0e\x07\x26\x3e\x1f\x1e\x46\x78\x1c\xc7\x61\xa0\xf9\x08\x21\x3c\xc5\x0f\x31\xc6\x3f\x0a\xb3\xe5\x08\x71\x1a\xc5\x0f\xf6\x23\x84\xf0\x14\xc7\x78\xd4\x7c\x04\x10\x1e\x0d\x34\xbc\x41\xaa\x09\xef\x0e\xa2\x80\xdd\x7e\x84\x10\x41\xcc\x06\xf1\x80\xf9\x08\x21\x3c\xc5\x31\x03\x6f\x3e\x42\x88\x20\x39\x02\x21\xa4\xf9\x08\x21\x02\xb7\x14\x50\x30\x1f\x21\x84\xa7\x38\x68\x5d\xfb\x11\x42\xf8\xae\x1e\xa3\x4f\xa3\x3f\x42\x08\x4f\x71\xd0\xbd\xf6\x23\x84\xf0\x14\xc7\x6c\x9b\xf9\x08\x21\x3c\xc5\x4f\x8e\x71\x2a\x35\x9c\x4f\x05\x08\xff\x12\x1b\x67\x85\x38\x9c\x78\x8a\x83\x1e\xb6\x1f\x21\x84\xa7\xf8\x29\x20\x68\x3e\x42\x88\x20\x21\x70\x68\xe7\x6c\x22\x9d\x7c\xe2\x29\x7e\x0a\x08\x9a\x8f\x10\xc2\x53\x5c\xa7\xdf\xf4\x47\x08\xe1\x29\x0e\xb1\x99\xfd\x08\x21\x3c\xc5\x41\x33\xdb\x8f\x10\xc2\x13\xe3\xec\x18\xe7\x1f\xc3\x49\x48\x84\xf0\x14\x3f\xc3\xcc\xbd\xfe\x08\x21\xce\xbc\xf3\x38\x34\xce\xf0\x68\x10\xe2\x71\xea\x01\x74\xf4\x1b\xe9\xad\x53\xef\xc0\x0d\x30\x2e\x3c\x0c\xb3\x52\x08\x11\xa4\x04\x71\x46\x47\x7f\x84\x10\xde\xcb\x1d\x9c\x61\xa8\x1f\xc6\xfb\x08\xe1\x5d\x5c\x50\xd0\xf6\x23\x84\x38\xf4\x10\x80\x82\xf9\x08\x21\x8e\x3c\x04\xa0\x60\x3e\x42\x88\x63\x0f\xa1\x4b\x03\xc2\xfa\x00\x84\x38\xf1\xe1\x0b\x4e\x64\xe9\x8f\x10\xc2\x93\x0b\xa7\xb0\xcd\x47\x08\xe1\x29\x8e\xd3\x4e\xe6\x23\x80\xf0\x00\x07\x10\x8c\xc2\x6f\x78\xd7\x53\x1c\xe7\xd1\xcc\x47\x08\xe1\x29\x8e\xd3\x0e\xe6\x23\x84\x08\xe2\x0a\x37\x21\x1c\x69\xe9\x33\x4f\xf1\x83\x13\x9c\x28\x09\x67\x4b\x10\xc2\x53\x5c\x97\x67\x44\x41\x21\x42\x78\x8a\xe3\xb4\x9f\xf9\x08\x21\x3c\xc5\xfd\x5c\x7c\xa4\xa5\xcf\x3c\xc5\x0f\x01\x05\xf3\x11\x42\x78\x8a\x63\x5c\x6a\x3e\x42\x08\x4f\x50\x9c\xa4\x34\x1f\x0e\x22\x4e\xb9\x47\xf3\x80\x71\x2a\xb1\xf1\x6e\x6d\x02\x25\xba\x5b\x9b\x3f\x89\xee\xd6\xa6\x4f\xa2\xbb\x6b\x56\x14\xd5\x5d\xa4\x33\x75\x42\xc0\x77\x9f\xed\x88\xdb\xd8\xe6\xb8\x8d\x6d\x8e\xdb\xd8\xf6\xb8\x8d\xed\x8e\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8e\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xe6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8f\xdb\xd8\xf6\xb8\x8d\x6d\x8d\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xd6\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\x6d\x8d\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xd6\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\x6d\x8d\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xd6\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\xce\xb8\x8d\xed\x8c\xdb\xd8\x8e\xb8\x6d\x5e\x95\x6c\x9d\xb3\xbb\xb8\x37\xba\x22\x6f\x90\xc0\x34\x55\x9e\xd7\x80\x9a\x8a\xcf\x1d\x07\x58\xa0\x86\xfa\x73\x5f\x56\x62\x81\x1a\x4b\xd0\x87\x0e\x48\xd5\x0a\x0f\xb4\x93\x74\x3a\x88\x41\xd2\xd2\xc9\x41\x03\x4c\x43\xf5\xe4\xf0\xf8\x24\x86\x49\x0a\x28\x8f\x71\x32\x3c\x06\x89\x67\x07\xc1\x58\xb9\x85\x02\xbc\xcc\x93\x5a\x0a\x6c\x25\xf4\x49\x1d\x48\x82\x31\x62\x33\x38\x4e\xa1\x62\x9c\x23\x07\xd4\xc1\xc4\x38\x9f\x86\xf5\xc9\x0e\xa6\x8e\xb4\x33\xb0\xfc\xb6\x12\xeb\x86\x10\xd5\x0d\x3a\x02\x0c\x77\x42\xa4\x55\x9c\x11\x4f\x20\x44\x5a\xc2\x19\x31\x04\x42\xa4\xf5\x9b\x11\x37\x44\xb5\x7a\x9a\x3b\x0f\x22\xb7\x09\x01\xd2\x8a\xd3\xe3\xd0\x6d\x42\x88\x14\xd1\x41\xe8\xe0\x21\x44\xba\x54\xe5\x34\x74\x87\x11\x22\x45\x14\x42\x2d\x4b\xd0\x82\xde\xb2\x32\x67\xc2\xbf\xc6\xa2\xea\x65\xd6\xc2\x4c\x8a\x95\x9c\x27\x18\x0f\x42\x05\x11\x01\xa6\x7d\xdb\x0c\x99\xae\xca\x39\x0c\x15\x68\x04\x99\xf6\xf5\x00\xcb\xc9\x9b\x20\x9b\xd6\xe5\xb8\x19\xf6\x82\xde\x95\x71\xd1\x19\xbe\xf3\x28\x28\xe0\x2b\xd8\xa2\x2a\xb3\x39\x9f\x4e\x83\x12\x36\x5f\x24\xe1\xe2\x9e\x10\x2e\x65\xbb\x8d\x80\xe9\xa0\x1e\x84\xbe\x46\x08\x98\x32\x21\xba\x92\x4d\x2d\xa6\xdd\x3d\x09\xa3\xa6\x82\xcf\xe6\x51\xe1\xbf\x4e\x39\x61\xb1\x8b\x0b\x27\x1c\x50\x5c\x67\xa8\x17\x53\xb9\x0c\x90\x83\x8a\xeb\x0c\xf5\x4a\x2a\x17\x34\x38\xa8\xb8\xce\x10\x97\x51\x05\x14\xb1\x50\x71\x9d\xa1\xd5\xad\x21\x54\x5c\x91\x8e\xf1\x07\x56\xf5\x8c\xa2\x37\x86\x55\xc7\x9a\x8b\xe2\xf4\x95\x03\x1a\x3e\x0a\x2a\xf1\x82\xe2\x6a\x3a\x07\x15\xf8\x9e\xf5\x52\x6a\x07\x75\x18\x47\x93\x71\x19\x1d\x42\xd5\x6b\x4c\xb4\x30\x0c\xc3\x98\x2f\x86\x4c\x97\xbd\x1d\x6f\x6e\x34\x15\xb1\xc1\xe6\x56\x53\x19\x1b\xd4\x58\x69\x53\xed\x09\x78\x3e\x2e\x38\x88\x21\xe3\x94\x67\xe0\x18\x0c\x63\x24\x82\x82\x15\x5c\x2e\x63\x3f\x62\xa0\xa8\x5c\xd4\xda\x74\x6f\xfb\x2c\xd4\xee\xa6\xea\x06\x1b\xab\x1c\x9d\x9e\x77\x40\x89\x01\x3c\xc1\x18\xe4\x28\x85\x4a\x8c\xf6\xf1\x28\x8c\xa7\x1c\x54\x5a\x77\xae\x17\x2d\xa4\x50\x31\x6d\x71\xa9\xce\x20\xc2\x3d\x29\xaf\x45\xbc\x8e\xa3\xf2\xda\x00\x6c\xf8\x48\xb8\xa4\x07\x58\x13\x3f\x3c\xac\xc3\x25\x7d\x80\x91\x3f\x3b\xad\x83\xc5\x9d\x38\x3d\x09\x12\x88\x1a\x2a\x29\xfe\x3d\x18\x99\x6a\x45\xbf\x50\x51\xc3\xc5\xf5\x91\x43\xbd\xd0\xed\x38\x32\x52\x01\xdc\x30\x8a\x5a\x47\x98\xe6\x8e\xe5\x3b\xad\x92\x1c\x1e\x1f\x5a\x0e\x89\x45\x3c\x2d\x94\xc4\xca\x5a\xe4\x92\x44\xca\xd3\x5a\x49\x74\xc7\x46\x07\x35\x91\xac\xd5\x08\x0f\x0f\x6c\x9e\x2b\xc5\x31\x2d\x13\x1e\x0e\xdd\x3a\x91\xa3\x83\x06\x48\xf6\x08\x48\xc5\x58\x11\x9b\x02\x1b\xa9\x8e\x12\x7e\xb0\x90\x49\xe5\xff\xa8\xae\x2c\x1d\x68\x52\xf9\x3f\x1c\xd4\xc9\x69\x41\xe3\xca\x7f\x0c\xfb\x53\x82\x5a\xd0\xa4\xf4\xbf\x81\xa6\xa9\x76\x71\x4e\xdf\xe8\xb0\x0e\xd6\xe4\x1c\x36\xc1\x35\xb9\x88\x83\x86\xd7\x36\x39\x8a\xa7\x83\x3a\x5c\x93\xbb\x18\x90\x7c\x11\xaf\xc7\x38\xb2\xc6\x24\x60\xf0\x92\x95\xb1\x06\x35\x6e\xa5\x01\x48\x56\x7e\xe8\x19\xad\x70\xb0\x0c\xc0\x70\x27\x44\xdc\xf5\x68\x14\x0d\x44\xdc\xe9\xc8\xd1\x31\x10\x71\x77\xa3\x15\x28\x0b\x2a\x2a\xaf\xb9\x90\x03\x0f\x21\x60\x38\x8e\xee\xc7\x68\x1e\x8d\xc2\xcc\x91\x86\x48\x4a\x65\x4f\xc3\x10\x49\x43\xc4\x68\xa2\xe8\x3a\x2b\xa1\x21\x92\x32\xd9\x30\x40\x5a\xb0\x9c\xaf\x16\x0d\x6b\xb8\x1b\x96\x53\x6b\xd8\x86\x15\xb7\x9e\x2c\x08\x91\xac\xf7\x38\x3d\xd6\x31\x90\x37\x4b\x21\x58\xec\xa6\x0c\x07\x91\x8a\x08\x01\x63\x4f\xe5\xec\x28\x1a\xb0\x00\x2e\xf6\x55\x62\x25\x16\xc2\xc5\xde\xca\xd1\x51\x34\x78\x08\xb7\x5c\x89\x65\xe1\x29\x72\x78\x62\x55\xd8\xb0\x09\x2e\xd0\xc7\x43\x93\xc7\x4e\x3b\xa2\x01\x83\xe4\x2a\x8a\xc7\xb0\xde\x13\x0d\x18\x64\xb5\x4f\x4c\x51\x7a\xda\x15\x0d\xe8\xf5\xf1\x81\x9e\x83\x4a\x7b\x92\x9a\x20\x34\x8d\x98\xa7\x74\xd9\x7a\x03\x58\x53\xdc\xa8\x89\x06\x87\x75\x1c\xe5\x52\xf0\x72\x56\x9f\x80\xd6\x55\xf6\x11\x68\x6d\x61\xc4\xc9\xc8\x65\xdc\x62\x48\xbd\x36\x22\x5c\x73\x73\x86\xf9\xb0\x30\x20\x5c\xf0\xbc\x4c\x9d\x7d\xad\xb0\x43\x27\x6e\xc1\x4b\x95\x09\x46\x17\x71\xb2\xc7\x04\x2d\x0e\x48\xaa\xb5\xa8\x64\xc3\x9a\xf9\x91\x9b\xe5\x70\x40\x0d\xcb\xe6\x1b\xa0\x1a\x56\xce\x7b\x07\xd0\x41\x35\x2d\x9e\x77\x19\x61\x07\xd5\xb4\x7e\xde\xe5\xe5\x16\x55\x96\x51\xc9\xcb\x3a\x56\xbe\xa5\x92\xde\xd2\x9f\xab\x86\x2a\xf8\x51\xe4\xb6\x05\x60\x69\x27\x37\xc1\xa5\x75\xe8\x27\xe1\x04\x40\x00\x97\x16\xa4\x47\x41\x41\x00\x97\x76\x75\x18\xcc\x0b\x96\xf4\x76\x1d\xab\x1c\x1f\x14\xc1\xbd\x86\x95\x9a\xee\x7e\x55\xe4\x05\xcd\x82\xde\x1f\xd8\x94\x9f\xb3\x29\xb8\x00\x2f\x17\x74\xe2\x95\x1f\x2e\x4f\x1f\x05\x6b\xe2\x1d\x4c\x10\x39\xda\x35\x82\xc7\xa3\x14\x28\x08\x1c\x6d\x54\x75\x74\x9a\x02\xc5\x71\x63\x6c\x07\x1d\x50\xc3\x72\x2c\x17\xe1\x37\x2d\x07\x3c\x0e\xaa\x34\x1a\x97\x02\xd6\x01\x12\x77\x18\x90\x89\x01\x92\x21\x3c\x38\x48\x01\x12\x37\x7e\x90\xde\x0f\xf3\x6f\x48\xb0\xb3\x06\x88\xe1\x6e\x90\x18\xd3\xe3\x1a\xa2\xb5\xd4\xdb\x51\xad\xb3\xb5\xcc\xdb\xc1\x49\x08\x12\x1a\x2e\xbd\xfe\x41\x2b\xfc\xc3\x08\x22\x21\xe9\xc1\x30\xd4\x29\xa9\xb5\x42\xa2\x62\xce\xde\x69\xb0\xc4\x50\x8d\xdc\x54\xb3\x9f\x04\x49\x6d\x14\xa0\xaa\x35\xbb\x35\xfe\x4b\x5a\xb0\x0d\xf1\xb4\x8e\x30\x06\x21\x60\x14\x4e\xea\x5c\x34\x6e\xd4\x30\x4a\x81\x86\x31\x57\x62\x07\x9d\x3a\x77\x50\xa3\x6d\xa1\xa9\x83\x3a\x88\x53\x4f\x3a\x8a\xaa\x41\xf9\x62\x03\xbb\xf0\xe6\x34\x84\xa9\x19\x8f\xe1\xc9\x51\x2d\x53\x11\x01\x06\xb3\x6d\x27\xb5\xcc\x47\x04\x19\xc8\x69\x7d\xcb\x96\x08\x32\x10\xd6\x7a\x06\x24\x82\x3c\x8c\x5c\xa8\x24\x0b\x02\x90\x35\x1b\x87\x73\x3e\xba\x08\xe0\xf0\xa4\x09\x30\xe5\xb7\x41\x38\xc9\x19\x41\xa6\x6c\x87\x63\xdc\xf8\xf2\x94\xfb\x0e\x53\xde\x72\x90\x75\x26\x74\xa9\x83\x25\x5d\xd2\x35\xbd\x9b\xf3\x65\x92\xa5\x41\xa3\xed\xa0\x18\xcd\xe6\xcb\xd5\x74\x1a\x03\xe9\x89\xd4\xa3\x14\x28\x5d\xff\xd4\x0c\x95\x9a\x9f\x68\x56\xd7\x41\xa5\xc6\xe7\x28\xcc\x42\x38\xa8\x74\x51\xd4\x59\x98\x86\x58\x32\xb1\xaa\xeb\x3f\x37\x91\x5d\x4f\xae\xe8\xfc\x5f\x78\x3f\x5d\xd5\x3f\x0c\x13\xba\x4d\x29\x95\xb3\x70\xf2\xb7\x29\x9b\x72\x14\xce\xc7\x37\x24\x52\xb0\x07\xee\x7e\xb1\xf2\x4e\x10\x72\xc4\x31\x2e\x5c\x1b\x06\xf7\x53\x14\x4f\x22\x91\x29\x56\x8b\x74\xc3\x81\xc8\x21\x04\x80\x74\x1d\x57\x14\x17\x00\x40\xba\x86\x6b\x14\xc9\x45\x75\x97\x27\xfb\x5c\xe8\xac\xc6\x61\x68\xa8\x13\x87\x1c\xba\x81\xd3\x8c\x87\x31\x40\xa0\xc2\xcc\x0a\xc4\xa0\x2f\x89\x0b\x0e\xa4\x3c\x8c\x3b\x93\xf8\xde\x23\xb3\xfa\x30\xe8\x4d\xec\x74\x63\x6c\x13\xa5\x25\x53\x7b\x17\x18\xc4\x9a\x34\xc7\xf7\x6a\x41\x69\x70\xaf\x16\x8e\x06\xf7\x6a\x81\xa8\xbb\x57\xc9\x75\xbc\xdd\x90\x59\x75\x1e\x4e\xc2\x38\xa0\x86\x65\x7d\x3e\x4f\xe8\xa0\x1a\xd6\xf5\xf9\x64\x80\x83\x6a\x58\xd8\xe7\x57\x9c\x3b\xa8\x86\x95\x7d\xbe\xde\x4a\x54\x6b\x1a\x25\x72\x8e\x9d\xa1\x1c\xd5\x60\x86\x61\x70\xa1\xf7\xbb\x39\xaa\x01\x39\xd4\x8f\x4f\xcc\xa4\xa4\x1f\x78\x07\xe4\xab\x0d\x4f\x4d\xa0\x59\xc7\xc8\xd7\x70\x9e\x69\x4f\xc4\x8f\xbe\xa4\x79\x5e\xb0\x98\xe8\xb5\xed\x67\xd2\xc4\xa6\xcb\xf6\x3b\x57\xa3\x31\xa7\x79\x38\x08\xe9\xd3\x98\xce\x04\xeb\xe0\xc2\xfb\xc6\x44\x26\x58\x9a\xd3\xf8\x35\x89\x8e\x3f\xee\x92\xa3\x13\x07\x50\xe6\x31\x0b\x8d\x40\x60\x30\x99\xe8\xb2\x19\x69\x80\x79\x78\x6c\x4d\xf9\x49\x02\x31\x0c\xad\xbd\x71\x2f\xce\x12\x18\xd7\xa3\x13\xb7\xb7\x86\xab\x91\xaa\x6d\x68\x70\x7c\xe2\x5c\x8b\x14\xe6\x70\x2b\x3a\x72\xce\x8a\x78\x07\x20\x13\x17\x9c\x26\x30\xe9\x24\x5f\x23\x50\x3a\xf9\x70\x16\x26\x1b\x2d\x50\x3a\xed\x70\x12\xce\x89\x59\xa0\x86\x99\x4c\x3f\x8d\x21\x39\x2b\x4b\x1a\xa9\xc0\xd3\x51\x97\xb8\x39\x47\x7d\xbf\xc1\x61\x70\xfe\x82\x86\x68\x70\x14\x5c\xd6\x5a\x43\x34\x38\x08\x9e\x27\x10\xa2\xee\x18\x78\xaa\x6c\xcc\x65\xbb\x88\xaa\x96\xc6\x0e\xf2\xdd\x09\x8c\x57\xd7\xa8\x67\xd1\xc2\xa6\xaf\x0a\x76\xb1\x3a\x35\xc5\x64\x5e\x6c\xd3\xbc\x35\x4e\x6d\x0c\x23\x0b\x54\xcf\x7c\x00\x2a\x67\x91\x19\x73\x30\x01\xd2\x60\x4f\x87\xd1\x06\x05\x0e\x2a\x40\x1b\x0b\x4d\xa3\xe9\x43\x07\x75\x10\x45\x78\xa7\x67\x8d\x2f\xf4\x98\xc3\x40\x0d\x6a\x88\xc7\x19\xf4\x91\x55\x26\xce\x25\x6f\xd8\x67\xe3\xec\xb4\x36\x6b\xd0\xb0\xc7\xc6\xe9\x51\x6d\xca\xa0\x61\x7f\x0d\x4c\x64\xc5\xa9\xb6\xfa\xde\x1a\x7a\x60\xe2\xcc\x76\x43\x52\xbf\x01\xf9\xb2\x96\xf7\x8e\xa6\xee\xe1\x7e\xd3\xb4\x74\x04\xd0\x30\x1d\xed\x03\x32\x00\x68\x98\x86\xf6\xe1\x18\x00\x34\x4d\x3f\x3b\x8f\x79\x53\x36\xec\x28\xac\x77\x0d\x80\x6a\xcb\x32\x1a\xa1\x6a\xcb\x33\xfc\xa6\x1b\x01\x54\x6d\x99\x86\xaf\x69\x0e\xa0\x6a\xcb\x35\x5c\x1d\x7b\x6d\xbe\xe4\xc4\x15\xe2\x3a\xb3\x5e\x9f\x29\x39\x3b\x33\x75\x8a\x01\xff\xd4\xe6\x48\xf4\x9e\xa2\xb1\xbc\xd6\x66\x47\x30\x27\x74\x18\xb9\x58\xf5\x79\x11\x9c\x5b\x1f\x44\x9c\xaf\x82\x99\x70\x53\x5f\x14\x16\x9f\x28\x5a\x9b\x11\x3c\x0a\xca\xe4\x15\x4d\x2d\x27\xbc\xc2\xc5\x10\x8a\xa6\x66\x33\xf2\xfb\x15\x2d\xeb\x59\x0f\xe7\x50\xa9\x39\x97\xaa\x08\x76\xc4\x3b\xb6\xdb\x98\xb8\x5d\x47\x0d\x48\x9a\x6e\x8b\x62\x55\x03\x93\x66\x14\x23\xaf\xc5\xc0\xa4\xf9\xc4\x68\xaa\xc9\xc0\xa4\x29\xb6\x48\x12\x55\xb5\xa0\xaa\x8a\xb0\x39\x3b\x0b\xcc\x86\xbe\x3f\xdc\x05\x90\x94\x47\x8d\x02\xb3\xa2\x01\x62\x44\x61\xe8\x9d\x55\xd1\x00\x49\x61\xd4\x61\x60\x55\x6a\xa9\x80\x63\x57\xed\x38\xa8\xc1\x44\x12\x16\x6f\xed\x58\x8f\xff\x07\xb5\x8d\x1d\xeb\x91\xff\xa0\xb6\xad\x63\x3d\xe6\x1f\xd4\x76\x75\x8c\x77\xfb\xf1\x2e\x9a\x7f\x53\x3d\x1f\x00\x8a\x12\x73\x38\x4e\x05\x6e\x48\x05\xe0\xb4\xa2\x53\x73\x1b\xb2\x00\x58\xbd\x7d\x58\x03\x4a\x32\x65\xd1\xe2\x80\x0d\xb1\x3f\xf4\xcc\xad\x23\xb9\x9b\x33\xea\xfb\x75\xe8\x93\xc5\x67\x21\x40\x5a\xbe\x31\x0c\xab\x96\x11\x22\xe5\x6e\xac\xbe\x3e\x0c\x21\x52\xde\x3e\x0e\x3b\x8d\x10\x29\x67\x1f\x87\x3a\xb0\x69\x0f\x98\x88\x1d\x10\x40\x2e\xaa\x9b\xa6\xcd\x75\x9d\x67\xb5\x69\xfe\x75\x10\xdd\x6f\x98\x78\x8d\x01\x1a\x66\x5c\x63\x80\x86\xa9\xd6\x18\xa0\x61\x8e\x35\x06\x48\x92\x7d\x61\x72\xf9\xc9\xc3\x8b\x27\xfd\x3e\xf9\xf0\xc3\x4f\xef\x5f\xbd\x26\x97\x6f\xde\xbe\x7e\x4e\x0a\x3e\xc9\x2b\xd5\xff\x59\xf6\x0b\x3e\xf9\x3c\xed\xfd\x2c\x01\xe4\x55\xb5\x5c\x0b\x3e\x9b\x2b\xd2\xce\x3a\x60\x09\x47\xfa\xbc\xfc\xb9\xa8\x16\x7c\xb5\x20\x3f\x7c\x20\xe3\x95\x9a\x57\x42\xf6\xc8\xb8\x28\x08\xc2\x4a\x22\x98\x64\xe2\x96\xe5\x3d\x68\xe3\x27\xe9\xcf\x49\x97\xd5\x4a\x64\x8c\x64\x55\xce\x08\x97\x64\x56\xdd\x32\x51\xea\x63\xb4\x29\x79\xf9\xe1\x62\x5f\xaa\x75\xc1\x48\xc1\x33\x56\x4a\x46\xd4\x9c\x2a\x3c\xf2\x7b\xc2\xa0\xa5\x69\xb5\x2a\xf1\x44\x54\x35\x67\xe4\xed\x9b\x57\xaf\xdf\x7d\x78\x6d\x76\xe4\x7e\xd2\x5a\x49\x7d\x92\x56\xa6\x5a\x7e\x7b\xef\xef\x04\x9d\x90\x09\x9d\x01\x02\x2b\xc5\x0b\xae\xd6\xee\xa8\xa8\x60\x07\xf1\x29\x39\x27\xbf\x85\xc7\x7a\x09\x46\x15\x23\x94\xac\x4a\xfe\xcb\x8a\x11\x56\xae\x16\xf1\xe9\x5d\xff\x2c\x57\xcb\xa5\x60\x52\x92\xdf\x0a\x5e\xaa\x57\x73\x96\xdd\xc8\x87\x8d\xc7\x61\x8d\xc9\x7c\xb5\xa0\x25\x99\x0a\xce\xca\xbc\x58\xeb\xab\x53\x3c\xd6\x72\xb2\x9a\xcd\xcc\x49\x8b\xfe\x60\xac\x1f\x26\x3f\xb3\x4c\x3d\x90\x71\x84\x02\xd2\xe3\xae\x2a\x5b\x0a\xcf\x9d\xa3\x82\x11\xf6\xcb\x8a\x16\x04\x0f\xa6\x5b\xab\x39\x2f\x67\x78\xc6\x5a\xd0\xb5\x5e\x86\x9d\x79\x0d\xcf\x37\x9e\x93\xd5\xef\x93\xbf\x32\x02\xe4\xa3\x44\x1f\x21\x4a\x2a\x7c\x3b\xa1\x92\x94\x95\x6f\x94\xc8\x39\x9e\x98\x39\x01\x68\x73\xde\xf9\x82\xec\xef\x93\x3b\x46\xee\x68\xa9\xf0\xd4\x68\x68\xce\x0e\x45\x39\x23\x4b\xc1\x17\x5c\xf1\x5b\x26\xcd\x09\x9b\xc5\xba\x47\xc8\xcb\x95\x32\x1d\x67\x42\xea\x23\xee\x78\x99\x15\xab\x9c\x91\x6a\xa5\x8f\x0c\xeb\x05\xe7\x52\xb1\x3b\x83\x98\xc6\x3a\x3a\xa3\xea\xbd\x3e\x20\x8b\xdc\x52\xc1\xe9\xa4\x60\x44\xb0\x29\x13\xac\xcc\xf0\x4c\x6e\x42\x83\x73\x2c\x01\xfc\x2f\x06\x4c\x9f\xbc\x56\xe9\x93\xd4\xa6\x95\x58\x90\x7f\xba\xfc\xe9\xdd\xab\x8f\x6f\x7e\x78\xd7\xfe\xcb\xf8\xfd\xbb\xf1\xf7\xaf\x3b\x3d\x42\xec\x35\x60\x56\x5a\x92\x6a\x09\xb4\xa3\x05\xb4\xc4\x64\x46\x97\xcc\x1f\x3f\x0b\x43\xb0\x5c\x16\x6b\xbb\x77\x7c\xc4\x2e\x97\x95\x20\xec\x9e\x2e\x96\x05\xd3\x07\xe7\xea\xa1\x31\xa7\x7b\xfd\x85\x0a\xd9\xde\xfb\xa7\x36\x88\xac\xe2\xe5\xac\xd3\x25\xff\xc4\x4a\x10\x92\x9f\xde\xbf\x79\x65\x0f\x18\xd4\x9d\x07\x11\x7f\xda\x78\x34\xec\x6f\xc4\x3e\xff\x9c\xec\xfd\x19\x74\xc0\x66\x58\x7d\xc8\xd8\x73\xb2\xf7\x5d\x55\xcd\x0a\xf6\x6c\x4f\x1f\x46\x8d\xb8\xfe\x15\x86\x43\x30\xb9\x2a\x14\x50\x50\x37\xd5\x25\x1a\xf2\x9f\x46\x2f\xf7\x42\xe6\x0a\x7a\x10\x72\x97\x54\xa2\x0b\x43\x22\x35\x8b\x99\x81\x94\x4a\xf8\x03\xcd\xfe\xa9\x7d\x45\xf7\x7f\xbd\x7e\xda\xf9\xd4\x6e\x5f\xfd\xed\x53\xe7\xfa\x59\xe7\x53\xa7\x3f\xe3\xc1\x01\xdb\x78\x24\x60\x97\x4c\x4b\x6c\xcb\x73\xac\x3d\x0f\x50\xad\x97\xac\x9a\xe2\x7b\xae\x0c\xc0\x35\x39\x3f\x27\xad\x55\x89\xa7\xc5\xb2\xbc\xd5\x71\xc7\xe9\xe2\x81\xcb\xa4\xf5\x93\x3e\x2a\xcf\xf1\x8b\x3e\xe9\xcf\x3c\x6d\x0e\xd2\xd6\x87\x13\x0a\x3c\x97\x3f\x6c\xdb\xdd\x86\x97\x4f\x4b\x7b\xf8\x5a\x44\x85\x9e\x53\x2f\xd1\xa1\xe0\xb7\xe6\x44\x82\x0d\xb0\x57\xd3\xf2\xba\x2d\x6e\xdd\xb1\x85\xe6\xa4\x44\xfd\x9e\xb0\xa1\xa4\x17\x09\x13\xea\xce\x4c\x4b\xd7\xcc\x93\xf8\x18\x44\x71\x6b\x4e\x41\x8c\x65\xe8\xd2\xa2\x11\x2a\x5c\x90\x62\x73\x84\x74\x88\xb2\x61\x92\x57\x05\x67\xa5\x92\x08\x4b\xf3\x5c\x33\xbd\x3d\x63\x50\x55\x84\xdd\x2b\x56\xe6\x0d\x6c\xde\xd9\xc0\x3d\x9e\x16\xe6\x0c\x05\x27\x00\xcf\xfd\xd7\x6e\x78\xdd\x09\xc6\xf3\x86\x6b\x08\x89\xc4\xf9\xf3\xc7\xef\xdf\x3e\x8f\x38\x33\x3c\xf6\x72\x41\x97\xe6\x7d\x78\xb0\xc5\xd7\xad\xe7\xa4\xf5\x55\xa1\x5e\x98\x93\x2e\x08\x69\x7d\x83\x97\x66\xe1\xa5\xaf\xf0\x12\x5d\x2c\x83\x6b\x7b\x78\xed\x97\x55\x15\x00\xee\xb5\xf6\xe0\xe2\x9f\x0e\xce\x5e\xb4\x34\xdd\xe3\x93\xda\x23\x79\xb8\xfa\xfa\x9b\xaf\x3e\xed\x7d\x6a\x5d\xf7\x67\xa1\x08\x74\xc8\x6f\x16\x7c\x41\x97\x57\x8b\x6b\x73\x6c\xfc\x43\x38\x80\xdf\x31\x85\x3a\xc7\x9e\xf0\x48\xb3\x8c\x2d\x15\xcb\xc9\x4f\x6f\x48\x41\xcb\xd9\x8a\xce\xfc\x41\xe5\xd6\x40\xb9\x77\xe8\xd3\xa0\x1f\x48\x46\x8b\x62\x42\xb3\x1b\xc7\x0f\x30\x90\xbc\xbc\xad\x6e\x98\xe6\x03\x78\x85\x56\x0c\xb2\x47\xc0\x11\xb0\xea\x05\x5b\x64\x8a\x09\xd4\x93\x0e\x8d\xa2\xc2\xc3\x50\x40\x76\x42\x63\xdb\x9b\x31\x35\x46\x0c\xdf\x5a\xdc\xa2\xc3\x4b\x0d\x1a\xfe\x14\xc7\x4d\x4f\xf5\x32\xf0\x43\xd8\x87\xd5\x72\x59\x09\xc5\xf2\xb6\x3b\xd1\x54\xdf\xe8\xf1\xe1\x69\xd9\xf0\x9c\x7f\xc5\x8b\xf4\x54\x52\xc9\xd4\x47\xbe\x60\xd5\x4a\xb5\x1d\x42\xa1\xfc\xd9\x27\xdb\x57\x25\xbd\xe5\x33\xaa\x2a\xd1\xb3\x14\xf6\x63\xb9\x8f\x47\x35\x7e\x6e\x75\xae\xbd\x44\x83\x7f\xe6\x07\xee\xb1\x5d\x0a\x09\x13\xe9\xd2\x3b\x5e\xe6\xd5\x9d\x01\x27\x5f\x7d\x15\x76\x39\x12\xee\x1f\xa9\x40\xd3\xfe\xcb\x8a\x89\xb5\x35\xcb\xe6\x74\xd2\x39\x95\xf3\xe8\x88\x50\x45\x6f\xc0\x34\x92\x95\x28\xd2\x07\xbc\xa5\x6c\xc1\x80\x0e\xcf\xd1\xc0\x7d\x05\xdf\x47\xfa\x7b\x8b\xd0\x32\x87\xa6\x32\x7b\xb6\x7e\x70\x3e\xb7\x71\x29\x42\x8b\xfb\x1b\x72\xc6\xf0\x39\x69\xe9\xc7\xbb\xf8\xf7\xc8\xfd\x4d\x1e\x7a\xe6\x60\x7d\x6a\x8e\xd6\x47\xaf\x89\x2e\x97\x0c\xcc\xcd\x62\x55\x28\xbe\x2c\x18\x51\x7c\xa1\x8d\x3d\xb4\x1c\x62\xdd\x25\x55\x09\x06\x59\x33\x6a\x41\xa5\x32\x27\x7f\xa3\xc7\xa1\xdb\xb1\xcf\x69\xbe\x4e\x0e\x67\x2d\x73\x7b\xbe\x3d\x78\x0b\x4b\x2a\x41\x25\x82\x0a\x5e\xcd\xe6\x24\x67\xa9\xd2\x21\x13\x36\xad\x04\x23\x13\x06\x24\xa3\x79\xce\x90\x1c\xc6\x21\x30\x26\x55\x13\x62\xd3\xe1\xa9\x88\xbe\xf1\xc2\xf4\xf1\x9b\xc2\x9c\x47\x83\x27\x1e\xeb\xd3\x5f\xb9\x22\xfa\x30\x5f\x2d\x96\xd4\x8a\x61\xc1\x28\x9e\x5e\xd3\xfa\xb6\xa5\x4f\x11\x6e\x7d\xdb\x72\x07\x08\xf3\x59\x59\x89\xf0\x74\xf3\x69\x0f\x9b\xfc\x7f\x90\x60\x01\x9b\x05\x28\x78\x11\x0c\x2e\x46\x07\x09\x7f\x6b\x8f\x39\x0f\x11\x3f\x27\x11\xf8\x6a\x22\x95\xc0\x33\x79\x9f\x04\x96\xf5\xb7\x07\xf7\xf7\x92\x72\x74\x1f\xa2\xa7\x96\x05\x57\xed\xd6\x57\xfa\xbc\xd3\xa6\x73\xa4\xf1\xa9\xa6\x53\xea\x6d\x93\xe4\x5c\xc3\x5c\xf1\x6b\xdb\xdc\x79\xcb\x08\xa4\xb8\xbd\xaa\x8f\x5f\x1b\xc0\xaf\x06\xd7\x9d\x6b\x72\xde\x30\xbc\xfa\xf6\xf0\xba\x76\xb2\x34\x98\xd5\x48\xa8\x7f\x7a\xff\x36\xa4\xe8\x92\xaa\x79\x83\x36\xfb\xe9\xfd\xdb\x06\x0d\x16\x1a\x08\x23\xd3\x62\x55\x02\x8f\x9b\x67\x74\x73\xe1\xc1\xad\x70\xa1\x8e\xc1\xbf\x5b\x95\x98\xd7\xd6\xaf\x98\x17\xc4\x27\x21\x17\x74\xb1\x74\x82\xca\x4b\xc5\x66\x4c\xa0\x53\x4c\xe4\x92\x65\x7c\xca\x59\x4e\xb0\xf8\x26\x65\x7d\x03\xfb\x40\x6e\x91\xe3\xb5\x84\xaa\x0a\x78\x36\x83\x46\x35\xcf\xd6\xc1\x17\xbc\xc4\x07\x16\xbc\xe4\x8b\xd5\xc2\x18\x3d\x8c\x01\x9c\xef\xdd\xf0\x14\xbd\xd7\x4f\xd1\xfb\x8d\x4f\xb9\xc8\x09\xfb\x14\x90\xed\xb6\x0b\x6f\xeb\xc2\xc3\x7e\x3c\x6f\xc9\xd7\x70\x35\x1a\xb8\x05\x2f\x5f\xb8\xdb\xdf\x20\x7c\x74\x9b\xde\x07\xa7\x4a\xdf\x46\x84\x7c\xcb\xa6\x8a\x2c\x69\x4e\x28\x29\x57\x8b\x89\x25\xa2\xa6\xab\x39\x4c\x1f\xc5\xde\x4a\xfb\xaf\x4c\x54\x35\xe3\xae\xf5\xc6\xef\xae\xdb\xa6\x29\xe8\xb9\x6f\x75\x49\x37\x90\xd6\xbc\x06\xa0\x73\x26\xb9\x60\xb9\xb9\xb4\xf9\xf4\xe6\x25\xaa\x3b\xdb\x38\x95\x51\xe4\x65\x09\xfa\x2b\xf4\x2b\x0c\x42\x11\xba\x6b\x1a\x8f\x98\xd2\x06\x7c\x08\xd1\xe9\x2d\x69\xfe\x01\xd4\x4e\x5b\x83\x76\x49\x6b\xd0\x4a\x03\x41\x7d\xd2\xb7\x55\x99\x59\x55\x2a\xca\x4b\xd4\xc4\xd6\x7c\x68\xe4\xec\x31\xdb\x24\x9b\x53\x41\x33\xc5\xbc\x5b\x8b\x46\x70\xc1\xd4\xbc\xca\xc9\x82\x72\x6c\x41\x77\x85\x2a\x9e\x91\x8c\x66\x73\x17\x35\x16\x54\xcc\x98\x54\x84\x2e\xaa\x55\x89\x96\x4d\xa7\x90\xa0\x69\x0c\x10\x6f\x99\x20\x82\xfd\xb2\x62\x52\xe1\x39\xef\x6f\x94\x89\xa0\x21\x7e\xb7\x0e\xb6\xaa\xc8\x8c\x95\x4c\x60\xbe\x01\x04\x47\xd2\x92\x15\x6b\x32\x5f\xcd\x98\x6f\x1a\x4f\x82\x77\xad\x6f\x94\xa0\x86\x71\x6b\xc2\xae\xd7\x64\x79\xc6\x96\x70\xfe\x14\x72\xd3\x51\xd7\x87\x80\x09\x02\x57\xee\xaf\xae\xdd\x70\x68\xc3\x21\x45\xad\xa7\x51\xfb\xfa\x9c\x0c\x22\x51\x68\xb5\x9c\x19\x98\x92\x73\x0c\x22\xe2\x46\xad\x1c\x7d\x31\xed\xf9\x1e\xe8\x26\xc2\x2b\xe4\x9c\xb4\x7c\x74\xab\x1b\xbd\x9b\xf3\x82\xb9\x57\x7f\x13\xc1\xf7\x42\x04\x93\xa6\x9e\x9d\x47\x7f\xa7\xea\x3e\x6a\xc6\x58\xb7\x81\x63\x62\xcd\x94\xc4\x70\xe5\xeb\x52\xae\x84\x49\x64\x51\x9f\x2c\xe0\x12\x3d\x49\x13\x60\x61\x9e\x22\x63\x02\xb8\x0d\xbd\x19\x52\xf0\x05\x77\x3e\xc2\x07\xbe\x00\x37\x67\x25\xe9\x8c\x91\xa2\xaa\x6e\x20\xcc\xba\x61\x9a\x56\x3d\x0b\x85\xb1\x96\x60\x33\x2e\x15\x13\x6f\x4a\xae\x8c\xa1\xa1\x05\x15\x8b\x76\x55\xc2\xa5\x8e\x0b\xf2\x91\xd1\xd1\x35\x28\x2a\x10\x90\x3b\x2a\xca\xe0\xe0\x3b\x73\x3a\x3e\x10\x5e\x3f\xd9\xee\x00\xce\x65\xa5\x4c\x40\x60\x11\x87\xb6\x8e\x88\x64\x59\x55\xe6\x4e\x8a\xde\x4c\xc9\xba\x5a\xb5\xc0\x65\x62\x02\x5c\x3d\x68\x59\x82\x71\xa9\x96\xc0\xe9\x18\x5a\x00\x45\x16\x74\x8d\x2e\x27\x29\xaa\x12\xcd\xc5\x9c\x96\xbe\x39\x68\x04\xdd\x49\x5a\xa2\xef\x45\x28\xc9\x57\xe6\x71\x0e\x3a\xb6\x28\xb8\x05\xa5\x12\xf1\xb6\x09\x1a\xd3\x84\x0f\x4c\x62\xd4\x6c\x73\xd6\xb9\xcd\x59\xa9\xc0\x42\x81\x37\x28\x15\xa3\x78\x14\x3f\xf5\x01\x91\x1d\xb7\x2e\xf6\xab\x28\xc8\x8c\x29\xed\x76\xdd\x09\x70\x23\x85\x95\xe1\x4a\x10\x41\xd5\xdc\x76\x85\x12\xc9\xcb\x59\xc1\x2c\x58\x8f\x90\xd7\x34\x9b\x63\xc3\x86\xd4\xd0\x88\x7f\xf8\x4e\xe7\x5e\x8c\x26\xd3\x4f\xe5\xe4\x96\x09\x09\x9d\x36\xf2\xe8\xd0\xba\x43\x09\x57\x15\xb4\x41\x89\x9c\x53\xfc\x53\x87\x2f\x18\xa0\x71\x09\xa3\x06\xce\x53\x46\x25\x93\xe4\x6e\xce\x04\x43\x02\x98\x7c\x1d\x61\x21\x7f\x2a\xb0\x29\x52\x41\x73\x55\xc9\x34\x0d\x24\x43\xe5\x61\xdf\x89\x0d\x5a\x16\x30\xee\x2e\xb5\xef\x24\xec\x7e\xc9\x85\x8f\x34\xb5\x58\x23\x03\xba\xf4\x87\x66\xc7\xd6\x94\xa9\x6c\x6e\x7c\x61\xf4\xc9\x5c\x52\xac\xaa\x7a\x78\x53\x67\x40\xdb\x96\x7d\x3f\xac\xb2\x8c\x49\xd9\xe9\x12\x7b\xe5\x92\xf2\x62\x25\x98\xe7\xe9\x5a\x60\xfb\x34\x0c\x6a\x41\x29\x86\xc9\x3a\x20\x2e\x66\x08\x4b\xdd\x62\x6a\x09\x1f\x80\x99\x3e\x2f\x24\xf9\xc1\xf2\x94\x37\x1f\x11\xeb\x41\x5b\x94\x3b\xe7\x5f\x50\x0e\x83\x6e\x7d\x72\xd7\x3c\x21\x17\x6c\x4a\x31\xa9\x26\xc9\xd1\x60\x30\x20\x6d\xc7\xe9\x9d\xd8\xae\x5a\x34\x1f\x80\x5d\x5d\x07\x30\xb4\xf6\x3d\x98\x33\x1b\xb8\x68\x27\xc2\x07\x36\x13\x17\x97\xc3\x7d\xcb\x44\xb6\x1d\x1d\x42\xc4\xad\xda\x28\x63\x63\x9b\xb6\xc1\x09\x8b\x71\xa0\xca\x59\x2f\x89\x79\xda\xf4\x6d\x51\xdc\x6f\x39\xa1\x16\xea\x77\x0d\xad\xb5\x36\xc6\xbc\x0c\xc4\x03\x66\x00\x7e\xff\x9d\x1c\x91\xa7\x64\x38\x18\x0c\x5e\x98\xdb\x52\x01\xee\x96\xa7\x66\x4c\x7d\x80\x0b\x36\xc6\x30\xe8\xd7\x23\x78\x3c\xa7\x95\x4b\x52\xad\x14\x13\x4d\xda\x98\x2f\x16\x2c\xe7\x54\x31\x4c\x53\xbf\x51\x2d\x49\x50\x64\x54\x45\x32\xba\x54\x2b\xe4\xf6\x92\xdd\xd9\xd6\x64\x56\x2d\x75\x1e\x1f\xc8\x66\xc5\xc0\xe6\x16\x7b\xd1\xe9\xb0\x2d\x73\xbb\xe5\x73\xd5\x5c\x5a\xa9\x9d\xac\x75\xfe\xcc\x36\xe1\x35\x0e\x04\xa1\xa8\x27\x74\x4b\x5e\xf8\x8d\x4a\x71\x21\x8f\x7d\xf4\x7c\x47\x12\x03\x60\x31\x90\x3e\x77\x19\x54\xd7\xe8\xf9\x39\x69\x69\x66\x68\x75\xc8\xb7\x1a\xec\xb9\x67\x1d\x9d\x23\xf5\x09\x64\x72\xae\xff\xf7\x2d\x69\xb7\x74\xee\x51\x27\x69\x9f\xa3\x59\x37\x19\x13\x6d\x4a\x7a\x60\x61\xda\xad\x80\x11\x9e\x27\x6a\x23\xd7\x2d\xb4\x17\x92\xf4\x71\xb0\x3b\xe4\x19\x69\x49\xd7\x6a\xda\x60\x51\xcd\xda\xc8\x07\xee\x8e\xa7\x40\xb9\x2a\x0a\x93\xea\xec\x92\x85\xec\x98\xbc\x1b\x74\xdd\xd0\xed\x3b\xa7\x73\x37\xa6\x9e\x02\x2f\xa5\x31\x17\x84\x29\x68\xfd\xca\xf0\x32\x21\x59\xc1\xa8\xb0\x23\x60\x21\x5e\x04\x00\x4d\x88\x46\xf9\x5a\x1f\x01\x5a\xd2\xe3\xdc\x42\x1b\xc0\xbb\x84\x8a\xd9\x6a\xc1\x4a\x25\x7d\x76\x29\x4a\x2f\x06\xb9\xf1\xc6\x91\x8d\xfb\x96\x12\x24\xce\x51\xa6\x77\x93\xdc\x59\xa7\xdd\xe8\x85\xab\xf0\x44\x5f\x30\x76\x5a\x60\xe9\x14\xe4\x4e\xde\xf0\xe5\xb2\xd9\x2f\x9f\x0a\x9b\x2b\x4c\xbd\x71\x34\x3b\x8a\x95\xb9\xf6\x99\xad\xfb\x1c\x4d\xa1\x61\xba\x47\x3b\xda\x1a\x7b\x49\x28\x7a\x28\xda\x96\x44\xc6\xbd\x24\x98\xf6\xec\x92\x09\xcb\xe8\x0a\xe7\x1a\xbd\xdb\xa3\x09\x05\x1e\x81\x24\x14\xc0\x24\x99\xac\xa1\xa1\xdc\xa8\x70\x2d\x94\x14\xf4\x03\xf8\x44\x77\x38\x2f\xa7\x67\xc1\x2c\xf2\x63\xa2\xd6\x4b\x9e\xd1\x42\x13\x60\x81\xb3\xa8\xe0\xbd\xa1\xf3\x16\xf8\x6d\x31\x47\xb7\x3e\x54\xd0\x63\xe8\xcd\x1d\xcf\x6e\x30\xdf\x04\xae\x1a\x5d\x93\x8c\x2e\x58\xab\x9b\xea\xbc\x8e\xb5\x9e\xa0\x1d\x36\xfd\x7b\x57\x29\x9e\xd9\x3e\x2e\x16\x94\xfc\x2d\xf2\x03\x71\x5a\x6f\x29\x78\xa9\xd3\xc8\x0b\x26\xd1\xd7\x34\xce\xe0\xcf\xd2\x62\xd8\x25\xd3\xaa\x28\xaa\x3b\x33\x63\x6b\xb3\x7a\x26\x3a\x41\xc7\xa6\xd4\x71\xbb\x41\xbd\x22\x82\xdd\x32\x5a\x98\xd3\x94\x81\x91\x13\x63\xad\xc7\x5e\x1b\x5b\x9d\xa2\xba\x44\x1e\x40\x95\x59\xd5\x4d\xaf\x66\x24\xcd\x27\xc6\xf5\x41\x96\xc7\x47\x75\x56\x9a\xd0\x4c\xad\x68\x41\x5a\x96\x46\x2d\x3d\x04\x60\xea\x8a\x3b\x18\xcc\x86\x5c\x98\x85\x0d\xd5\x41\x8a\x93\x37\x4f\x11\xa6\xe7\x75\xe4\xbf\xad\x5f\x7a\x46\x46\xe4\x39\x19\xb9\x68\x07\x3b\x82\x3c\x88\x97\x94\x58\x1b\x1d\xa2\xa7\x78\xc0\x98\xbe\x16\xa2\x12\x6d\x93\xa4\xce\x28\x78\x4c\x6d\x76\x6f\x75\x8d\x6f\x80\x9c\x13\x76\xdf\xd3\xe4\x35\x89\xae\x4f\x65\xcb\xa7\xa9\xdc\xeb\x8c\x1c\xe8\xe4\x5b\x92\x55\x0b\x91\xd5\x09\x36\xff\x82\xa6\x2c\x5b\xd0\xe0\x15\x27\xfb\xd1\xf3\xd7\x60\x84\xdc\xd3\x57\xfc\xda\xa7\xc6\xff\xf6\x49\x3e\xa5\xea\x93\x7c\xd6\xef\x92\x56\xab\x96\x4a\x0b\x5a\x8d\xf4\xca\x05\xbf\xe5\x39\xd3\x4e\xbe\xba\xab\x0c\x43\xe8\x14\xed\xb4\xa8\x2a\x21\xc3\xd9\x89\x2e\x59\x95\x05\x93\xf6\x1a\x44\xf2\xb9\x9e\x9c\x80\xab\x98\x93\x45\xf7\x1c\xe2\x88\x4c\xb0\x1c\x4f\x18\x97\x0b\x60\x12\xf4\x79\xba\xe0\x18\x5a\x8e\x96\x8c\x70\xaf\x50\x50\x84\x18\x2f\xec\x8c\xbd\x75\xb2\x57\x92\x4d\x57\x05\x78\xd8\x5a\xfb\xd9\x44\x08\x38\x0f\x62\x55\x66\x14\xe2\x67\xba\x5c\x8a\xea\x9e\x2f\xa8\x9e\xe8\xc2\x29\x12\x08\x7c\xa0\x21\x9d\x68\xd6\xf6\x5e\x56\x24\xaf\x40\x05\xe4\xfc\x96\xa3\xeb\x6f\xe7\x5f\x24\x73\x5d\x5f\x73\x56\x40\xe4\xe3\xe7\x6a\x6d\x57\x30\x68\x2a\x2a\xc9\x74\xea\xe8\x6e\x0e\x3a\x4d\x3f\xb6\x49\xfc\xca\xd5\x42\xeb\xf7\xa6\x9b\x39\x2b\xab\x05\x2f\xdd\x6d\xeb\xa7\x9a\xfb\x81\x14\xc9\x05\x15\xea\x12\xc6\x43\x0f\x58\x92\xec\xd1\xaf\xe8\x92\xb0\x45\x2f\x54\xb7\xb4\x40\x8b\x68\xc0\x48\x3f\x04\xb3\x9e\x9f\xa1\x3d\x39\x27\xdf\x53\x35\xef\xc1\x9f\xed\x5b\x5a\x74\x6c\x9a\xc0\xde\xdf\xc7\xe6\xbe\x26\xbd\xc1\x60\x30\xb4\x3c\x6b\x8d\xaa\x86\xa9\x4d\xfe\x98\xdb\xd8\x30\x32\x95\x6b\xb9\x36\xdb\x46\x89\xa0\x65\x5e\x2d\x5c\xa6\x13\x63\x78\xcc\x6f\x92\x36\xd6\x32\x48\x7e\xcb\x3a\x9b\xc8\x6d\x73\x97\xa0\x4b\xa5\x0a\x1b\x41\x8e\xb5\x69\xd2\xfa\x73\x26\x7b\x39\xe7\xb3\xf9\xf6\x07\x93\x31\x22\x63\x8b\xb0\x61\xcc\x09\x53\x77\x8c\x61\xa6\x92\x7c\x05\xed\x46\xf3\xb2\x08\xfa\xa6\x54\xe1\xf8\xc5\x99\xcf\x3a\xad\xf0\xab\x7e\xb2\xdd\x21\x4f\x49\x1b\x90\xdd\xc7\x17\x3c\x23\xc3\x0e\x78\x73\x98\x16\xdd\x59\x7c\x64\xcc\xcf\xe7\x05\x2d\xe9\x8c\x89\xff\x25\xa5\x48\xdf\xeb\x5e\x7d\xaf\x3b\x45\xb2\x82\x4a\x49\xe6\xb4\xcc\x0b\xa6\x5d\x1b\x51\x52\x6d\xed\xf8\xaf\x2c\x37\x2e\x88\x73\x85\xde\x55\x8a\x3d\x0f\xe7\xf8\x08\x97\x65\x4b\x11\xb9\x9a\x4e\x79\xc6\xf5\xe4\x13\x3a\x32\xda\xb3\x40\xa3\x38\xec\x01\x89\x04\x6b\x81\x96\x98\xac\x70\x16\xcf\x64\xf9\x4d\xfa\xe5\x86\xe1\x24\xdd\xaa\xa4\xb7\x94\x17\x3a\x26\x29\x09\xd7\xe6\xf5\x79\x50\x3d\x32\x57\x6a\x29\x9f\xf7\xfb\x99\x98\xac\x66\xbd\xac\x5a\xf4\x87\x07\x83\xd1\x60\x60\x41\x46\xf8\x2a\x30\xfc\xe8\xf2\x01\x51\x17\x74\x8d\xce\xd1\x84\x91\x25\xcd\x6e\xe8\x8c\xe5\x5a\x4a\x5e\x69\x14\xb0\x44\x00\x94\x9b\xc3\xf7\xa0\xb9\x11\x6c\x40\xe8\x89\x6d\x60\x15\x41\xc5\x3a\x69\x52\xcd\xb9\xc8\xf7\x01\x6a\x1d\x20\xdd\xf4\xa2\x50\xaa\xd0\x3a\x3d\xf8\x19\x72\xf2\xd6\x4e\x5c\xbb\x2b\xaa\x22\x45\x45\xf3\xae\x1d\xea\x4a\xe4\x98\xdc\x61\xee\x3d\xbe\x28\x0a\x00\x31\xd1\xfb\x8e\xdd\x31\x61\xbd\x28\x69\xcb\x27\x48\x55\xc0\xb3\x55\xc9\x64\x8f\x90\x16\x2b\x5b\x84\x4b\x97\x26\x58\x61\xdd\x2b\xf8\x8b\xc5\x5a\x4f\x1d\xda\x9c\xd6\x94\x0b\xa9\x1c\x4a\xa0\xe4\xb8\xb2\xc9\x38\x5a\x08\x46\xf3\x35\x59\x02\x9b\x6b\xdf\x53\xcb\x70\xc2\x6d\x61\x62\xd6\xf6\x4d\xcb\x31\x26\x11\xdd\xb5\xcf\x10\x53\xbb\xb9\xe8\x05\x5d\xb6\x4d\xac\xe0\x1e\x67\x45\x50\x91\xc0\x8a\x86\x39\x6f\x2c\x50\x30\xda\x38\x69\xbd\x07\x76\xf8\xfe\x87\x69\x1b\x7a\xdf\x81\x98\x64\x7f\xd8\x31\x4e\x4f\x0c\xb8\x2a\xe5\x9c\x4f\x95\x06\xd4\x0e\x12\x40\x38\x9a\x6a\x17\x26\x50\xca\xe3\x3c\x77\x7e\x2b\x16\xff\x70\x53\xd1\x52\x45\x2e\xad\xd5\x29\x0d\x93\xde\xe9\x1c\xb5\x34\x25\x7a\x0b\x6a\x58\xcf\xb0\x93\xc5\xa1\xf7\xb3\xac\x4a\x2d\xf3\x84\x7c\x60\x98\x74\xf9\xda\xca\x49\xce\x6e\x59\x51\x41\x7c\x6e\x64\x16\x44\xc6\x31\xa2\xec\x83\x08\xef\xdb\x96\xbe\xd9\x34\x6e\xbd\xa5\xa8\x54\x05\xa1\x5c\x8f\xe6\xf9\xf7\xbe\xf3\x6e\x38\x72\x36\x35\x03\xe9\x9c\xb9\x1b\xb6\x06\x6e\xf5\x77\xb4\xe1\xcc\xd9\x14\x67\x35\xa7\xf2\xea\x86\xad\xaf\x83\x50\xf1\x8b\x9c\x4d\x7b\x38\x8a\x73\x64\xd1\xa0\x72\x29\x22\x3a\x3e\xa7\xdb\xb0\xd7\x4c\x8c\x1d\x1a\x51\x8c\x43\x6c\x55\xde\xde\x97\xef\xc6\xdf\xbf\xfe\x72\x8f\x84\xcd\x6b\x67\x66\xef\xcb\xe1\x5e\x97\x30\x95\xf5\x1e\xf9\x2e\xc7\x6a\x41\x20\xdd\xff\xf4\xa5\x2e\x23\xbb\xfa\xdb\x27\xf9\xe9\xcb\xeb\x67\x9d\x4f\x5f\xf6\xf9\xac\x1b\x80\x78\xfb\xd5\x25\x71\x09\x59\x14\x05\x3b\xc2\x44\x94\xb8\xc2\x52\x44\x55\xbd\xad\xee\x98\x78\x45\x25\x6b\x77\xae\x7b\x59\x05\x81\xa8\x0a\x03\xfa\x07\x13\x89\x3f\xa4\xbe\xc2\xdb\x8a\xe6\x81\x14\x7b\x35\xeb\xe4\xd9\x72\xe6\x64\x05\xa6\x60\x53\x5d\xc0\x92\x2a\xb0\x10\x64\x8c\xa5\x19\xf6\xaf\x68\x8e\x0b\x08\x6a\x32\xbc\x38\x3d\x85\xc5\x37\x56\xbf\x60\x9a\xc6\xa8\xaa\x59\xd5\xdb\x5c\x07\xd4\xb5\xd5\x40\x55\xf9\xaa\x5a\x2c\x0b\xa6\x58\x54\x0f\x34\x61\x6e\xe6\x02\x5c\x5d\xd0\x79\x41\xb6\x93\x4b\x2c\x4c\x85\xa7\x4c\x2c\x06\xce\xba\x09\xa1\xa9\xc5\xcc\x68\x59\xa9\x53\xba\xe0\x36\xa3\x1b\x4f\x79\xa1\x0b\x26\xe0\x5f\x54\x3b\x84\x29\x4b\x4f\xc5\xa8\xdc\xc8\xcc\xee\x0c\xba\xa4\xac\xcc\x53\x92\xdc\x31\xc1\x7c\x4b\xa8\x96\x77\x8b\xd8\x94\x97\xf9\xb8\xcc\x61\xc8\x9a\x44\x0d\x07\xd8\x50\xbe\x1b\x90\xc7\x3b\xb0\x45\x50\xce\x94\x2a\xb4\xac\x82\x18\x40\x07\x73\x08\x8b\x58\x91\x73\x72\x75\x6d\x2f\x69\x02\x98\x4b\x4f\x3c\xe7\x92\xaa\xb4\xf5\x41\xf6\x9d\x6d\xa9\xa8\x72\xac\x0c\x42\x1c\x5d\x20\xbe\x79\xaf\xcd\xb5\x42\xed\x34\x8a\xac\x7b\xf5\x26\x70\xaf\x2d\x3c\x44\x3c\x83\x86\x21\xec\x3b\x76\xef\x6a\x99\x36\xbc\xca\x13\xae\xad\x91\xec\x9a\xb7\x47\x22\x64\x48\x92\x34\x59\x2f\x61\xb0\x96\x23\x18\x33\x6d\x74\x8c\xb2\x78\xef\xaa\x81\xdb\x6e\xe8\xbc\x05\xec\x3e\x69\x4e\x97\xd4\x09\xde\x9b\xf0\x32\xc7\x96\xbb\x10\xcf\xb1\x7f\xf0\xd1\x29\x2d\xa4\x9e\xb1\x20\x0f\xfe\x7a\xc7\x66\x00\x52\xf2\xa5\x8a\xc4\x99\xbf\xa9\xa8\x16\x84\x36\x99\xa2\xdd\x6c\x5e\x6c\xe3\xef\x95\x28\x80\xb7\xcd\x6c\x8b\xce\xcb\x57\x25\x26\x22\x3c\x9f\xdf\xcf\xc1\xa3\x28\xd9\x1d\xf9\x3f\xdf\xbf\xfd\xb3\x52\xcb\xf7\x7a\x86\xb8\xad\x3b\x72\x3f\x17\xbd\xaa\xc4\xc1\x2d\x1b\xaa\x4e\x34\x1b\x01\x10\xf0\xec\x4a\x92\x2f\xce\xc9\x68\x30\x88\x4b\x7b\xc3\xf7\x3a\x4a\x07\x17\x83\xe7\x3b\x2f\xe2\x2a\xd7\x88\x63\x91\x17\x02\xdb\xd9\xfe\x97\x0f\x3f\xbc\xd3\x85\x4f\xd8\x84\x60\x72\x59\x95\x92\x7d\x64\xf7\x7a\x76\x14\x87\xd0\x74\xbf\xdd\x3c\x50\xd8\xbf\x25\x2b\xdb\xad\xef\x5e\x7f\x6c\x75\x81\x66\x08\x88\x28\xb1\x32\xaf\xa5\x44\xb5\x2d\xfc\x72\xd8\xeb\xf5\xbe\x2c\xc3\x02\x75\x57\x55\xc9\x0a\x86\x09\x5d\xeb\x7b\x50\x31\x33\x99\xc7\x4d\x06\x61\x21\x67\xb6\x5a\x3f\xb0\x02\xa1\xab\x03\x3a\xd5\x66\x8a\x83\x97\xf6\x1a\x3c\x60\x7c\x9d\x4e\x25\x25\x8d\xb9\x06\x74\x7a\x62\x23\x7b\xd5\xc4\x2d\x8a\x1c\xe5\x0c\x93\xd6\x71\x35\xf8\x42\xce\xbc\xf7\xf8\xe9\xcb\xf6\xa7\xfc\x59\x27\xac\x7d\x25\x60\xb1\xd1\x61\xac\xa5\xe3\xa1\xad\x2b\xbc\x45\xf6\xc9\xf0\xba\xb1\xa8\xf9\x47\x26\xf6\x79\x29\x15\x2d\x31\xca\x5b\xae\x81\xb6\x35\x34\x1f\x21\x2f\x0d\x5d\xc3\xf7\x3d\x86\x0a\x69\xd2\xc0\x19\x7b\xbd\x02\xa4\xeb\x32\x9c\xc5\xda\xe0\x86\xb6\xdc\xe6\xf7\x89\xaa\xaa\x2d\x0c\x80\x46\xbd\x99\x09\xf0\x96\x61\xa6\x20\x9d\x3b\x63\xaa\x69\xfc\x41\xb0\x90\x07\xdc\x5c\x27\x7d\x24\x33\xd4\xd0\x82\xa6\x6c\x96\xdc\xb5\xe6\x6a\xba\xcc\xf8\x71\x83\x98\xe9\x82\x0e\x66\xac\xbd\xc6\xd0\xba\x47\xcc\x54\x82\x8c\xba\x80\xe0\x93\xb5\xcd\xc3\x3f\x62\xf4\x66\x4c\x25\xac\xe8\x08\x8f\x5d\xee\x86\x18\x07\xf3\x8f\xd6\xbf\x35\x81\x8c\x43\xb5\x8c\xfd\x54\xcb\x9a\x16\xc1\xf3\xc4\x8d\x35\xcf\x69\x83\x1e\x59\x42\x68\x35\xaa\xbc\xc3\xb0\xde\x2a\x3b\xdf\x5e\x52\xca\x6c\x3a\x6a\x11\xea\x84\x7e\xbc\x79\xc8\x8b\x4b\x3c\xf7\x66\x17\x0d\x18\x30\x3d\xdd\xe6\xdb\x89\x24\xcc\xce\x1f\x85\xc3\x99\xac\xac\x20\xdf\xba\x01\x7c\x1e\xc2\x25\x66\x1c\x31\xb3\xd4\x8e\xab\xe0\x12\x1a\x7f\xd1\x76\x7c\x68\x05\xb7\x9a\x6a\xb5\x64\xca\x22\xdd\xfd\x73\x72\x65\xbf\x5f\x87\x53\xbe\x1b\x4c\xbf\x79\x93\x1f\xf5\x44\x55\x88\x0a\xd4\x3d\xa1\x45\x61\x65\x66\x0f\xe8\xbd\x47\xe6\x6a\x51\x10\xaa\x94\xe0\x93\x95\x02\xbb\x6b\xd3\x3e\x76\xea\x2a\xaf\x16\x64\x2a\xe8\x6c\xc1\xfc\xcc\xcf\x47\x4c\x3a\xd3\x82\xdc\x55\xe2\x86\xcc\xe9\x72\xc9\x4a\xac\x4f\x5e\xea\xf7\xbc\x19\x9e\x96\x63\xdb\xe6\x23\x58\xb8\xe9\xb1\x38\x08\xac\x16\x9e\x73\xcb\x2a\xc7\xbb\x79\xb5\xe8\xe9\x82\x5a\x56\xb0\x4c\x55\x62\x5c\x14\xed\xd6\x15\xf4\xeb\xda\x84\xd4\x4d\x55\xb5\xf8\x78\x94\xef\xf7\x76\xb4\x09\x91\x36\x3e\x70\xc5\xaf\x9b\x49\x1a\xd0\xd2\x91\xd1\xe6\x52\x7c\x5d\x28\xb4\x11\x52\x0f\x13\x5c\x1e\xde\xc4\x2d\x46\x1b\x11\x4a\xc0\x88\xdb\x42\x6a\x1d\x66\xdc\x30\x1b\x60\xd0\x1b\x56\x9a\x89\xa1\x09\x0b\x1a\xc1\x48\xc2\x4d\xa7\x87\x75\xdd\xa1\x72\x09\x6b\x98\x00\x2c\x78\x13\x99\x63\x55\xe3\xde\xe7\x3d\xd2\x06\x31\x10\x32\xab\x04\xeb\xc0\xab\xbb\x84\x2b\x69\xb4\x9c\x9e\x0b\xb0\xd9\x1b\x9c\x6b\x60\xf7\xea\x95\x8e\x19\x2d\x7b\x19\x7b\x6f\x5f\xf6\x7d\x88\x01\x66\x19\xd1\x5e\x83\xc6\xac\xb0\x9a\x28\x60\xc1\xaa\xf4\xd9\x09\xd3\x8c\xf6\x23\xf4\x0c\xe5\x52\xb0\x29\xbf\xd7\xd3\x87\x6a\x4e\x28\xc9\xab\xa2\xa0\x82\x48\x3e\x2b\x7b\x24\x5c\x88\x16\x4e\x41\x7e\x3d\x59\x29\x55\x95\x84\xe7\xe7\x2d\x70\x61\xf6\xf5\xdf\xad\x78\xfd\x18\x0c\xcb\x79\xeb\xb7\x3d\x2a\x38\xdd\x2f\xe8\x84\xe1\xc6\x29\x5f\xf2\x7c\xaf\x0b\x64\x79\x4e\xf6\x3e\xbc\x7e\x77\xf1\xf9\xe5\x4f\x1f\x3f\xfe\xf0\xee\xf3\xdb\xf1\xcb\xd7\x6f\xf7\x1e\x92\x36\xbe\xf9\xba\xaf\xdb\xfe\x26\x18\x6f\xdf\x60\xac\xe9\x6d\xed\x3a\xc4\x94\x2b\xa5\x89\x1a\xbd\x63\xfc\xfe\xcd\xd8\xbc\xa8\x67\xd2\xa4\x7a\x9e\x93\x2a\xc3\x7a\x79\xc8\x78\x77\x30\x82\x20\x8e\x66\x16\x19\x67\x93\xa8\xc0\x6a\x2e\x0b\xd4\xb5\xab\x18\x82\x9a\x7d\xb3\xa0\x41\x3f\xf4\xd3\x8f\x3f\xbe\x7e\xff\x79\xfc\xee\xe2\xf3\x4f\xef\x2e\x5e\xbf\x27\x98\x27\xfe\x07\xc5\x38\x9a\x1f\xa9\x72\xbf\x22\xf3\x95\x7e\xa3\xee\x44\x51\xdd\x31\xb1\x4f\xcb\x7c\x3f\xa7\x72\xce\xe4\x5e\xca\xd6\xb8\xca\x42\x3f\xb8\x97\xa0\xb7\xe7\xf0\x0b\xeb\x76\x56\xe5\x8d\x59\x09\xd5\xb8\x16\xc9\xe5\xf2\x7a\xaa\xfa\x69\xb9\xb4\xa9\x0f\x1f\x97\xa1\x80\x9e\x6b\xb9\x9d\x31\xe5\xb5\x41\x0b\xee\xb4\xdc\x6c\xcc\x17\xde\xa6\x59\xe7\x3c\x9a\xeb\x34\xed\x04\x4e\x39\x3e\xb0\x61\xc6\xd3\x9a\x33\x86\x11\x40\xeb\x15\x2d\x3f\xb5\x94\x5e\x18\xa1\x8b\x4f\x00\x1d\x45\x67\xef\x80\x77\x9e\x91\xd6\x9f\xdc\x45\x9e\xc3\xdf\xda\xe2\xb9\x37\xd8\xa9\x56\x76\xef\x66\x21\xfb\x7d\x1d\x68\x61\x7d\x9e\xf7\x3b\x64\xa0\xab\x8c\xf2\x8a\x55\x94\xec\x35\x64\xe0\xf0\x45\x61\xe5\x11\x43\x64\x42\x7e\x64\x2d\xcd\xe0\x92\x29\xa5\x67\x14\x6d\xd1\x9c\x52\x10\x63\xdd\xb0\x75\x50\xba\x62\xcd\xed\x39\x36\x6d\xd2\x78\xa6\x75\x10\xec\xbd\xf3\x69\x55\xed\x75\x89\x60\xfb\xb6\xa2\xc1\xf9\xfd\x79\x24\x59\x3d\xe7\x34\x98\x36\xa3\x45\x1d\xe7\xad\x8e\xf7\x21\xa0\x33\xe7\xc4\x81\xf9\xc5\x1c\xc6\x51\xd9\x84\xd3\xc3\x93\x08\xb5\x2f\x35\x6a\x19\x2d\xb2\x55\x41\x15\xab\xb9\x75\xdb\x51\xfa\xd2\xae\x33\x09\xdf\xa8\xf9\xb8\xce\x84\x35\x64\xb1\x92\xe8\x33\x0c\xfe\x0d\x5b\x5b\x97\x09\x30\xe3\xda\xf5\x2e\x6c\x96\xce\xa6\x1a\x43\x92\x07\x55\xc9\xed\xd8\x5b\x02\x64\xf5\x40\x9d\xa3\xb4\xd8\xca\x28\x64\xc3\x40\xe9\x23\xf9\xf4\x23\xe0\x00\x86\x60\x32\xc4\x1b\xda\xea\x02\xac\x9f\x73\xdc\x3e\x53\xb6\x74\xc3\xfb\xbf\x6c\xb2\xec\x55\x55\x4a\x25\x56\xe0\xb6\xa0\x58\x81\x62\xfd\xd1\x75\xd6\xce\x6a\x68\xbb\x1c\x94\x0b\x31\x40\x59\x5f\x24\x39\x7a\x60\x60\x03\x97\x4c\x48\x2e\x15\x46\x49\x73\x5a\x9a\x69\x1d\xa9\x17\x7d\x48\x55\x09\x1b\x2d\x97\x95\xe2\xd3\xb5\x49\x67\x82\xb2\x59\x2d\x30\x5d\x3d\x67\x25\x59\x06\x61\xbb\x6e\xc5\x79\x0a\x2a\x2e\x4e\xb2\xb6\x67\x42\xb3\x1b\x2c\x7c\x56\x95\x00\xd2\x99\x59\x22\xe9\xea\x7b\x2a\x5f\x28\xfc\xe7\x8f\xdf\xbf\x3d\x82\xc6\x0c\x3a\x5d\x32\x59\x61\x2b\x02\x8c\x23\x2b\x5b\x8a\xd0\x72\x8d\x0b\xeb\x75\x25\xaf\x79\xc7\xa2\x42\x37\x82\x90\x37\x66\x7d\xde\x4a\xe9\x72\x5e\x93\xff\x34\xd3\x67\xd4\x4e\xfb\xd1\x25\xd7\x7d\x07\x94\xe4\xba\xcc\xf6\x91\x08\xc0\xd3\x7d\xed\xbe\xe0\x8a\x29\xed\x26\xdd\xb1\x56\x8e\x25\x4d\xa6\x60\xa2\xb6\x68\x0d\x46\xe5\x83\x46\xb8\xf7\xf4\xc1\x91\x52\xaf\x5b\xd3\xdf\x8d\xeb\xa4\x2a\xbd\xc1\x00\x4e\x44\x6a\xba\xb8\xf9\x33\xc0\x65\x63\x28\xa9\xdd\x99\xb8\x18\xc8\x5c\x4b\xaa\xc0\x40\x65\xfb\x41\x0a\xf3\xde\x66\xb1\x2a\x69\xf5\x5b\x7e\xc9\x47\xb4\x99\x81\x36\xec\x92\x01\x02\x8a\x91\x82\xdd\xb2\x02\x73\x31\x73\xce\x04\x15\xd9\x7c\xed\x56\xd2\x73\x57\xdb\x3e\xab\x4c\xc1\xfc\x9c\xde\x1a\x96\xbf\xe1\x65\x6e\x64\xa6\x9c\xe9\xac\xf5\x52\x54\xb7\x1c\xb3\x9c\x30\x3e\x1a\xf5\x64\xea\x10\xf5\x9c\x75\xd7\x5a\xfd\x96\x7e\xb0\xac\x54\xf0\x30\x57\x36\xe6\x45\xe6\x05\x28\xe7\x71\xd4\x05\x23\x5a\x89\x6f\x18\xca\x53\x33\x98\xf8\xb3\xc3\x74\x6e\x07\xec\x45\x72\xe7\x87\x09\x6a\x04\xf1\xd9\x6a\xc1\xaa\x34\x23\xfe\x0a\x85\xe0\x73\x2d\x8b\x09\x40\x5c\x8e\x33\xc5\x6f\x19\x3c\x85\x29\x4f\xd7\x2c\x85\xeb\x54\xb1\x76\x00\xad\x84\x59\x3b\xa2\x21\xed\xa2\x40\x3d\xca\xe7\x21\x1b\xfc\xfe\x3b\xf4\xdc\x39\x17\xfa\x6a\x8f\x95\xb9\xb1\x12\x7d\x6b\x25\x0c\xfc\xb3\x73\x0d\xff\xc4\x05\x30\xa6\x4d\xfd\x25\xbe\xf1\x9e\x65\x95\xc8\x71\x0a\x54\x97\x47\x69\xad\x5f\x54\x13\x5a\x58\x32\xe0\x5d\x93\x9e\xc7\xdb\xd9\x9c\x17\xf9\x25\x05\x45\xc5\x99\x7b\x56\x7b\x12\xdf\xd3\x25\x4e\x26\x73\xa9\xf6\xd1\x62\xa9\x8a\xfc\xb6\xd0\x17\xf1\x39\x44\xc3\x4e\x49\xca\x07\xfd\xd4\x18\x74\x09\xfa\xe6\xa4\xdf\xd7\x97\x82\x57\xbd\xe5\x52\xe9\xd7\x3c\xb1\x05\x7f\xad\xa5\xa8\x40\x99\xee\xf3\x5c\xb6\x9e\x07\x37\x08\x69\x55\x25\x6b\x3d\x27\x35\x06\xe9\x86\x30\xea\xae\xda\x05\x63\xd1\x41\xbb\xde\x0d\x31\x23\xa4\x35\x15\xd5\xa4\xe1\xdd\xd1\x33\xe6\xdb\xc3\x93\xe6\xbe\xc4\x53\xb9\x3f\x49\x74\xb3\xb0\x22\xa2\xd0\x1b\x6a\xf0\x32\xe7\x99\xf6\x1a\x8c\xe6\xb3\xd5\xa5\x5a\x6b\x99\xb0\xca\xcb\xbf\x91\x2d\x13\x05\xea\xa0\x10\x93\xe6\x0a\xd7\x46\xe9\x84\x86\x7e\xd6\x24\x34\x7c\x32\xd6\xb7\x62\x15\xde\xeb\x5f\x56\x14\xf7\x8e\x51\x4c\x2a\x49\xe8\x8c\xf2\x52\x2a\x6d\x1a\x75\x23\xdf\xff\xf4\xe1\x23\xaa\xb8\xd6\xf9\xf9\x79\x8b\x54\x82\xb4\xbe\x80\x2f\x5a\x49\xd1\x2c\x5b\x81\x66\xd9\x22\xb3\x41\xa0\x70\xf1\xfa\x72\xfc\xd3\xdb\x8f\x9f\xff\x32\x7e\xfb\xd3\x6b\x57\xe4\xee\xb7\x71\x69\xb7\x0c\x04\x86\xf1\x76\xfe\xbb\x44\x22\xdd\xf2\x7c\x45\x8b\x86\x2e\xc4\xc6\x11\xc3\x5e\x7c\xb1\x29\x3d\x67\x0d\x0c\x80\x0b\x45\xfc\x8a\xb5\x92\xb9\xc5\x26\xba\x6c\x45\xef\xff\x92\x73\xc1\x32\x55\xac\xb7\xf5\x4d\x8b\x56\xba\xfd\x4c\xd7\x0e\xc4\x5f\x80\x84\x81\x56\x0a\x4a\xcb\x9d\x1c\x86\xa0\x7a\x5e\xd8\xfd\xe9\x60\x0c\x4f\x58\x18\xbc\x16\x11\xd3\x41\x56\x56\x9e\x8d\x38\x87\x85\x04\x7a\x12\xd1\xa5\x8c\x81\x36\xf1\x88\x80\x67\xa0\xcc\xfa\x99\x05\xbd\xc1\xf2\x40\xac\x36\xbc\x65\x62\x52\xc9\xad\xa3\xac\x29\xb1\x79\xb0\x5d\x66\xf9\xd1\x0c\x12\x4e\x34\xe8\xc5\x5f\xe1\xca\x25\xcd\x7f\x6e\xcd\x96\xae\x4e\xe4\x32\x94\x14\xe3\x13\x6d\xdc\x1e\xc2\x54\x44\xda\x25\xf5\x8d\xc8\x3d\x10\x4b\xd1\x68\x9d\x8d\x5b\x87\x62\xf7\x91\xd0\xc5\xd9\x66\x95\x53\xc6\xf8\xad\x8e\x03\x4a\x76\x67\x0b\x2f\xd3\xe4\xb5\x47\xb4\xeb\x97\xd4\xe4\x58\xf5\x68\x3b\x60\x02\xf9\xba\x19\xa4\xd2\x4f\x15\xcb\x3f\x34\x2a\x34\xcf\xad\xca\x8f\x0a\x82\xcd\xb5\x80\x57\x1d\x27\xf5\x96\x2b\x39\xf7\x10\xb1\x46\x2b\x85\x1b\x9b\xd2\x93\xca\x15\xf7\x6f\x20\x7d\x40\xd5\x31\x10\xe2\x96\x57\x2b\x89\x33\x05\xba\xb1\x70\x55\xcf\x1f\xe9\x9d\x60\x8b\xea\x96\xed\xee\xa0\x4d\x0d\x26\x1d\xb5\x45\x3c\x41\x5f\xb5\x41\xe6\xe4\x1b\xb7\xbc\x33\x79\x46\x2e\x21\x36\x68\xf3\x2e\x19\x26\x7b\xcf\xe0\x42\x30\x97\x91\x73\x11\x47\xac\xc1\x1e\xdd\xb5\x24\xdd\xef\xd7\x9f\x36\x28\x88\xf3\x26\x15\x11\xce\x51\xf6\xff\xd6\x36\xeb\xa8\xcd\x32\xe4\x2f\xfb\x3d\xb0\x00\x36\x39\x5e\x53\x4c\x9d\x64\x69\x45\x0d\xa0\xbe\x40\xa3\x41\xb9\x9d\x93\x96\x5d\x18\x17\xd6\xd4\xfc\xd5\xed\xb2\xe5\x57\x08\xbe\xfa\xe1\xc7\x7f\xb5\x92\x12\x5b\x35\x59\x69\x5b\xb9\x92\xa0\xe5\x32\x5a\xfa\x86\x16\x55\xce\xa7\x6b\x33\xa3\x23\xe8\x1a\xac\x95\xf1\xd3\xc1\x06\x56\x2b\xa5\x75\x82\x9d\xf6\x89\x1a\xee\xc5\x3d\x0c\x32\x37\xf8\xd5\xae\x9c\x58\xb7\x1b\x88\x13\x25\x06\x36\x93\x28\xae\x08\xaf\x0d\x5c\xc4\x3e\x1f\x54\xb5\xac\x69\x34\xe3\x51\x19\x83\x2f\x82\x38\x0c\x7c\xdd\x44\xdf\xbd\xd2\xb9\x1e\x08\xe1\xea\xae\xbd\xbc\x03\x77\x6d\xa5\x70\x3d\x64\xd3\x1b\x20\xf0\x28\x75\x20\x27\x2b\x1b\x27\xa1\xe1\xcc\x71\x9b\x36\xe0\x47\x0c\x2b\x39\xcb\x09\x9d\x40\x53\x5c\x08\x56\xb0\x5b\x18\xca\x00\x95\xdd\x6e\x41\xce\xac\xf3\xdc\xcc\xe1\x5f\xc4\xae\x77\xa7\x71\x31\x41\xeb\x5d\xa5\x88\x6d\x27\x6f\x3d\xca\x67\x37\x84\x4b\xd4\x46\xbb\x31\x4c\xe8\x24\xa3\x03\x91\xcd\xae\x11\xb0\x6b\x72\xbd\x82\xf3\x5d\xcd\x37\x0d\xae\xf6\x4e\x74\xaa\xdc\xd1\x85\xeb\xa5\x28\xda\x91\x73\x6b\x87\x7a\x84\xfc\xab\x1b\x10\xe3\xc5\x98\x25\xb8\x00\x44\x15\xc1\x6a\x41\x5a\xf0\x5f\xcd\xda\x64\x0e\xce\x09\xc5\xe2\x4c\xae\x5a\x32\xa9\xce\x34\xf5\x4f\xda\xba\xb8\x94\x7e\xe6\x53\x16\x8f\x1b\xcf\xed\xa3\xf9\xa8\xc1\x1c\x9b\xf2\xcf\x9d\x03\xaa\xc4\xaa\x3e\x9e\x81\x91\x7b\xcc\x60\xbe\x67\x26\x49\x36\x49\x86\xd3\x2c\x7f\x94\xa1\x84\xb8\xc1\xfd\x57\xe7\x43\x92\xdc\xec\x11\x56\xc1\x30\x36\x53\x1d\x77\xa5\x10\xf8\xc5\x96\xb0\xe9\x4d\x17\x70\x4d\xf2\x34\xe4\x03\x33\x07\xad\x43\xfb\x06\xd1\x44\x27\x63\x51\x95\x5c\x99\xd5\x99\x41\xde\x21\xc4\xdc\x30\x63\x17\x34\xa6\x77\x78\x31\xfc\xae\xf3\xca\xa2\xd2\x8b\xa5\x4b\xec\x44\x54\x45\xea\xb2\xeb\x82\x65\x2b\x21\xf9\x2d\x43\x4b\x4d\x73\x19\xbd\x0e\x9a\xf2\xc1\x5f\x8c\xb3\x34\x3c\x77\xc7\x8a\xa2\xb9\x6d\x60\x57\xb9\x2e\xb3\xb9\xa8\xca\x6a\x25\xbb\x46\x67\x39\x4c\xe1\x7d\x75\x22\x75\xed\x4a\xfa\xa7\x8b\x95\x54\x4f\xf5\x72\x65\xbb\x68\x75\x97\x13\xd2\xee\xe8\x4c\x8c\x73\x29\xdd\xac\xfe\xb4\x61\x9b\x30\xbf\x82\x98\xba\x52\xbe\x39\xf5\x55\x81\xf9\xe3\x64\x03\x1e\xff\xe0\x72\x13\xd1\x82\xac\x78\x8d\x26\x66\x0a\x58\x99\xf3\x72\xf6\x0a\xa8\x2a\x58\x89\x73\x99\x49\xfd\x1c\xde\x73\x75\x67\xa1\x8d\xdf\xdf\xaf\x3d\x7e\x4e\x06\xe4\xab\xaf\xa2\x4e\x5b\xbb\x1e\x5e\x6b\xc7\x0b\xac\x70\x06\xf2\xdc\x2c\x35\xec\xc1\x5f\xed\x5a\x6a\xa1\xb3\xbb\xa4\x3a\xcc\x53\x3c\x23\xac\x88\xca\x8f\x92\xc2\x6a\x4c\x9c\x74\xa2\xa9\x11\x5c\x42\xf8\x63\x90\xab\x04\x4a\xea\x79\x8f\xa0\xe5\x40\x4b\x58\x65\x30\x63\xea\x8d\x62\x0b\xd9\x06\xcc\x83\x0d\xe8\x38\x5c\x8c\x17\x0f\xeb\x36\xde\xea\xba\xcb\xf3\xb0\x5d\x3b\x6f\x6c\x0b\xb2\x6a\x33\x22\x71\x63\x6e\xd9\x0f\x86\x6b\x78\x33\x98\x40\x20\xf1\x5a\xe5\x1b\xb6\xb6\x09\xfd\x10\x81\x4e\x02\xcc\x58\xfe\x61\x5d\x66\xe4\x9c\xb4\xa3\x82\x8d\x30\xe3\xf0\xd5\x57\x1b\x8a\xf7\x08\x49\xbd\x98\x5b\x1d\x9a\x7e\x71\xbe\xf1\x09\xd2\xe4\xf7\x84\x83\x8e\x35\xc4\xd7\x91\x0b\xd3\xe9\xf8\xa2\xb5\x86\x0c\x54\xc3\x13\xb8\x15\xa5\x77\x20\x2d\xf7\xda\xee\xc6\x45\xcd\x09\x47\x3f\x7b\x16\xad\x3d\xc6\x51\x5f\x97\xd9\x2b\x4b\x11\x13\x8c\x27\x52\xd2\x09\x97\x25\xdb\xff\x07\x15\x7a\x7f\x44\x6c\xa2\x7d\xf5\x22\x00\xe3\x12\xc6\x3c\x1e\xae\xfb\xc3\xe4\x0c\xa1\x8d\x19\x0d\x2e\x5d\x28\x24\x09\x25\x51\x4e\xc1\xc6\x93\x10\x2c\x42\xcf\x70\x65\x96\xce\x5b\x18\xb7\xad\xa1\xc9\xc6\xbd\x7b\x3f\x6e\x8c\x48\xed\x1e\x1b\x76\x9a\x5a\xf3\x25\xa6\x54\xc2\x1d\x18\x8c\x34\xdb\xc8\xa6\x1e\xa7\x9a\x9d\x23\xee\x04\x57\x0a\x8b\x17\x8c\xe5\xb3\xb2\x59\x47\xcd\x04\x24\xbf\x4f\xaa\xaa\x60\xb4\xfc\x5d\x6b\x9d\xdf\xb1\x56\xe6\xf7\x72\x55\x14\x0f\x46\xac\x3e\xd6\x02\x03\xbd\x99\x90\xe5\x84\xb8\x37\x63\xbb\x87\x70\xb8\x0f\xa8\x60\x66\x75\x89\x9e\xfc\xc4\x8a\x08\xdc\x35\xe2\x96\x16\xdc\x29\xf9\x34\x48\xf8\xc7\x13\x09\x4b\xf5\xd9\x87\xbd\xae\x28\x6c\x8b\xad\x69\xc8\x65\x6c\x4c\x33\xd8\xf6\x76\x67\x1b\x36\xa4\x19\x6c\x03\xff\x8e\x6c\x43\xe8\xd2\x03\x77\x7b\x88\x5a\x39\xae\x66\x69\x83\xac\x2e\x7f\xd5\xac\x0c\x02\x6f\x77\xd3\xb3\xc9\xb5\x0d\x7a\xc4\x46\xe7\x1a\x2e\x2a\x9b\xd6\xe4\x32\xfb\x92\xb4\x83\x97\xd5\x37\xc6\xdc\xf5\x16\xe2\x35\x24\x38\xa8\xdb\xc2\xf5\xfa\x8b\xac\x55\x8b\x7a\x18\xbc\x36\x72\x55\x23\xa0\x26\x65\xe1\x36\x86\x5c\xa6\xa5\xb6\x6e\x3f\x1e\xc7\x4e\xa0\x88\x36\x2c\x0b\x73\xf3\x2d\xe3\xd2\xc6\xc9\x53\x72\xb0\x6f\x6b\x6e\xf4\xa2\x06\xbb\xa3\x8f\x9a\x0b\xe6\xea\x71\x5c\xa2\x0a\x9f\x4a\xaa\x97\x80\xcd\xae\xb0\x66\xc8\x0e\xab\xe9\xcb\x75\xc0\x3e\x5a\x43\xd9\x76\x1e\x97\x0b\xd9\xcc\x56\xe9\x8a\x21\xec\x56\xb2\x6a\x28\x28\x01\xb3\x10\x4d\xab\xbe\x6d\xb8\x1e\xb5\xef\xda\xbc\xe2\xd7\x57\x83\x6b\xa7\x83\xf1\xef\x61\xf2\xf7\xe8\xba\xbe\xa2\xd6\x6a\xf9\x52\xaf\xaf\x63\xb9\x5b\x23\x92\xba\xca\x3e\x6c\x4f\x6f\x60\x4e\x3b\xe7\x53\xfc\x5b\xe9\xd8\xff\xe7\x95\x54\xa8\x45\xb1\xaa\x36\x18\xc6\xa0\xac\x4b\x47\x79\x66\x33\x1b\x86\xbb\x33\x61\xd3\x7a\xc7\x6f\x57\x41\x8c\x2b\xc0\xea\x2e\xbb\x35\x01\x0b\x46\xcb\x68\xc3\x2a\xa3\xc2\xc2\x19\xe7\x20\x3f\x5f\xeb\x96\x56\x37\x33\xa6\xf4\x3e\x59\xa8\x5a\xa9\x4d\xa1\xda\x9c\x42\x4b\x30\x8c\x4b\x84\xd9\xf9\xaf\x12\x68\x33\x4c\xae\x82\x96\xc4\x55\x67\xd6\x43\x8c\x78\xf7\xfa\xc4\xce\x01\xb5\xdf\xe9\x7d\xea\xdd\xc6\xf4\xe1\x4a\x9d\xcc\x18\x79\xd7\x5b\xa0\xab\xdf\x66\xc8\x6c\x51\xcf\xeb\xb9\xe5\x90\x4a\xcc\xbf\xc6\x18\xcc\x0c\xa7\xa4\xeb\x5c\xae\x6b\xdc\x1a\x4d\xa5\x9b\xab\x55\x95\x59\x4d\x94\x70\x8c\x6d\xcd\x0c\x62\x6e\x6c\x01\xee\xfd\x20\x2b\xfd\x3c\x2f\x81\xd2\x7d\x9a\xe7\x7d\x9d\xd3\xf0\xfb\x92\xe9\x81\xd2\xfb\x81\xad\x43\x7d\x9f\x92\x02\x6b\xf3\x96\x7a\xdf\x3e\xb3\x84\xb5\x9e\xbe\x0d\x66\x07\xd7\x64\x9c\x6c\x9c\x64\xbd\x86\x74\x1b\x40\x37\xd3\x6c\x58\xcf\x2e\x0a\x90\x2c\x1e\x07\x46\xa6\xa6\x65\xd7\x6e\x6a\xf1\x9e\xf8\xfd\x99\x41\x26\xb6\x55\x51\x18\x73\x67\x87\x32\x77\x3c\x00\xda\x1c\xdf\x5b\x1f\xa7\x3f\x64\xe5\x82\xf0\x2c\xb6\x71\x96\x2b\xba\x11\xb9\x8c\x81\xeb\xf7\x9b\x5c\x40\x9c\x75\xaf\x8a\xbc\x89\x01\x82\x91\x7f\xb2\x49\x5f\xf9\x57\x5e\x5d\x6f\x5a\xc8\x63\x53\xd8\xa5\xf3\x93\x6b\x33\xde\x5d\x87\xbb\xce\x6d\x36\xcd\x08\x5f\x59\x90\x6b\xac\xe5\xf6\x1d\x7c\xd1\x30\x17\x1a\x01\x27\xb3\xa2\x6e\x76\x07\x18\xcf\x28\x97\xdd\xb3\x38\x97\x8e\x17\xf5\x44\x36\x19\x07\x73\x43\x8e\x0b\x75\x8d\x32\x0e\x39\xbb\x65\x62\x9d\x58\x1c\xed\xf0\x50\x29\x71\xbb\x22\x9b\x73\x08\xf2\x69\x55\x19\xbb\x7c\xf6\xf4\x8a\x05\x5d\x92\x31\x31\x53\xde\xe1\xe4\xac\xae\xa6\xcb\x82\x6d\xc2\xe2\x17\xd8\x97\x26\xef\xa1\xe5\xd6\x69\xc6\xc6\xf9\x9b\xc8\xf8\x69\x22\x74\x01\x25\x9f\x6a\x33\x94\xf9\xea\x2b\x62\x72\xf2\xe6\xc2\x17\xe7\xa4\x65\x9f\x6c\x6d\xc8\xc0\xbd\x29\x51\x55\x6b\xd3\xfd\xdc\x3c\x29\x5b\x3e\x50\xd7\x57\x82\x39\x91\xb4\xa0\x40\xcf\x1b\x19\x30\x5f\x0b\x0f\x18\xa6\x75\x93\xce\x58\xdb\xc8\xd6\x75\xc3\x16\xd0\x47\x21\x6f\x94\x79\xe8\xb8\x55\xb6\x49\x0f\xec\xaa\x00\x3f\x3c\xc1\x4e\x5e\x2f\x9e\x3c\xd9\x16\xa1\x86\x6e\xd9\x82\x2e\xf5\xd5\x06\xf3\xce\xe5\x92\xda\x69\x1e\xcd\xa8\xc4\xcf\xc0\xda\xac\x58\x8a\x86\x0c\x0a\xac\x4c\x1d\x93\xd9\x64\x25\x4e\xdf\xe2\x9e\x52\x61\xc2\xc8\xe6\x9a\x24\xae\xda\x37\x2b\xf6\x31\x39\x8f\x85\xbe\xcb\x65\xc1\x33\x9d\x72\xc4\x45\x93\x00\x04\xf1\xb0\x76\x11\x57\x92\x89\x26\x24\xd0\xee\x85\x27\x23\x98\xd9\x02\x67\xe2\xf3\x46\xff\x00\x27\x0f\xd0\x17\xc1\x92\xf1\x27\xb8\x53\x63\x01\xea\x59\xab\xdd\xae\x16\x3a\x5d\x91\xad\x43\x1a\x79\xc7\x55\x36\xb7\x46\x3d\x70\x69\x4c\x8e\xe5\x51\x02\xa0\x4b\xd9\xc6\x45\x51\xcf\x2e\xd7\xb8\xa8\xce\x2c\xa1\xb3\xa7\x5b\x32\xba\xaf\xed\xaa\x1f\xa3\x01\x7e\x57\x59\x73\xb9\x61\x78\xcd\x6a\x89\x7f\x77\xc4\x6d\x02\x53\x4d\xf0\x3f\x42\x09\x83\x7f\xf3\x09\x38\x7f\x24\x8a\xfa\xc2\x84\x51\xcd\xea\x60\xb7\x30\xe1\x1e\x36\x71\x62\xc7\xc4\x38\x33\x66\x17\x50\x36\x39\xe5\xcd\xba\xa3\x79\x9d\x46\x0a\x76\xc5\xaf\x4d\xcc\x15\x25\xa1\x36\xbe\xcb\x20\xe4\x67\x6f\x1b\x02\x81\x14\x06\xde\x11\xb6\xde\x35\xb1\xab\xa9\x0c\x4b\x18\xc6\x1d\xb0\xe4\xbc\x8b\x06\x5f\xcf\x7a\x20\x9a\x77\x34\x14\x18\xc8\x70\xa5\x88\x2b\x0a\x9c\xf3\x32\x59\x18\x8e\xe7\xf5\x50\xf0\x66\x4c\x02\x46\xef\xaa\x61\xaa\x05\xe8\x4a\x55\xfb\xd6\xe5\x42\xdf\x26\x75\x7d\x40\xde\xe1\x9d\x7a\xfa\x48\x18\x04\xac\xcf\xa5\x37\xa5\x15\x92\xa1\x84\xc7\xb5\x7d\xe0\x4a\xad\x70\xdb\xa8\x9d\x0e\x37\xee\x77\xe2\x7a\x86\x9a\x4d\x93\xc6\xba\x5e\x2e\x00\x01\x25\xb2\xb1\x4c\x12\x7b\xff\x43\x44\x0b\x0c\x38\xf4\x99\x4a\x26\xea\xb4\x8e\xd1\xc6\x56\x78\xee\xdb\xe0\x48\xa9\xea\x96\x09\xc1\x73\x8d\x8e\xa3\x96\x69\x63\xb7\xec\xe9\xbe\xe8\x50\x2d\xdc\x82\xc4\xb9\x5f\x16\xf7\xcd\x4e\xd8\x8e\x7f\x1a\xed\xa0\x5c\x21\x97\x61\xbd\xb6\xf3\xcf\x5e\xb8\xfb\x2f\xc2\x64\x03\x77\xf9\x10\x9e\xdb\x7d\xdc\x72\x5f\xdc\x0d\x4e\xa4\xad\x76\x00\xd0\x2f\xfc\x86\x25\x0d\xc2\x7f\xb1\xd2\x96\xc5\x50\x5a\x4b\xbe\x1b\x69\xbf\xfe\x20\xef\xd4\x57\x03\xf6\xfb\xe4\x47\x9e\xdd\xb8\x7d\xa5\xba\x96\x1d\x0f\xf7\x73\x3e\xe3\x8a\xcc\xd9\x7d\xb8\x4f\x71\xe8\x9d\x9b\xfa\x3f\x3d\x33\x6f\xf6\xbc\xfe\x82\xe7\xe4\xf7\xdf\x49\x73\x07\xfc\x4a\xeb\xdc\x1f\x4b\x64\xb7\x7c\x6a\x0f\xbb\x64\x70\x3f\x9d\x4e\xa7\x9d\x9e\xaa\xcc\x36\xec\xc3\x63\x97\x0e\x0e\x9e\xf9\x75\x49\xf3\x36\xcf\xbb\xe4\xd0\xdf\x35\x84\x85\x41\xf5\xd9\x5f\x47\x5c\xe4\x4c\xa0\x84\x26\x44\xc3\x8a\x7f\x24\x9d\xaf\x63\xdd\xee\x52\x1b\x2f\x9c\xeb\xbd\x03\xc2\x47\x5d\x51\xa9\x9f\x28\xa9\x81\x08\x26\x99\x1a\x17\x45\x58\x8b\xda\xe8\x8c\x5f\xf1\xdc\x79\xef\xe6\x61\xcd\x45\xb9\xa9\xfa\x31\x08\xe8\xd4\x7a\xc0\x76\x80\x9a\x8c\xf6\xa4\x8d\xdb\x88\xdc\x7b\x0c\x44\x69\x3d\x35\xe0\x54\x80\x55\x26\x1a\x54\x36\xc0\x3a\xaf\x03\x34\x10\xee\x42\x2a\xb1\x6e\x3c\x6c\x0d\x23\xe7\x5c\xcf\xc6\x3c\x4a\x3d\x85\x96\x38\x50\x55\xc9\xda\x60\x7d\xc7\x6f\xc8\xa8\x03\xeb\x46\x55\xc3\xf3\x40\xed\xbd\xb9\x78\xec\x8c\x20\xb4\xb7\x45\x95\x84\x5a\x00\xfa\x1b\xea\x01\x7c\x2c\x86\x85\xf1\x42\xb0\x94\x0d\x1e\xa5\x45\xc8\x79\x2a\x5a\xbe\x06\x2a\x92\x31\x80\x8a\x6b\x9f\x9c\x95\x6e\x62\x14\x23\x08\x39\xc3\x7d\x57\xb6\x73\x64\xf3\xe9\x07\x9b\x8c\xa9\xb7\x23\x81\x3f\xa6\xf5\x78\xb0\xdc\x31\x18\xdf\x4a\x38\x83\x61\x77\x9b\xd2\xbe\x8d\x72\x53\x1e\xc2\x6f\xf6\xea\xd6\x47\x3d\x09\x76\x49\x35\x13\x0e\xc2\xa8\x4a\x5a\x12\x76\x9f\xb1\xa5\x9e\xc9\x9e\x92\xb2\x4a\x20\x31\x77\xa4\x2b\xde\xff\x01\xc3\x89\x7b\xab\xf2\xf2\xb1\x2c\xe7\x60\x9e\xc6\x8b\xd6\x23\xaf\x22\xc6\xaf\xb6\x80\x3d\xca\x8b\x18\x22\xe9\xe5\xeb\x8f\xe2\x69\xcb\x99\x9b\x18\xba\x61\x6d\xba\x0e\xf3\x1c\x15\x1a\x66\x37\x3b\x3b\x5c\x53\x4f\xb4\xd8\x40\x05\xee\xa9\x6d\x2c\xd2\xbf\x29\x0b\x3a\x87\xb8\xcd\x73\xbd\xb1\x9c\x01\xea\x84\x21\xe9\xee\x65\xe4\xbb\xe2\xd2\xbd\xd4\x8a\xee\x85\xe6\xd5\x1a\x53\xa7\x60\x93\x85\xe8\x0f\xa9\xee\x05\x0c\x6b\xd2\xf3\x2a\x5a\x95\x66\x23\xae\x8c\xb9\x5d\x12\xd5\x5d\x85\x38\xc8\x34\xc1\xa4\xf7\x76\x40\x61\x0a\x76\x3a\x0a\x81\xb4\x0b\x5c\xcb\xd1\x69\x71\x8d\x76\xd0\xc5\x5d\xb1\xd0\x49\xdd\xeb\x92\x3d\xad\xf0\xe0\x2b\x28\xf3\xbd\xac\x5a\x2c\xaa\x72\x0f\x04\x64\xc9\x84\xe2\xcc\x4d\x3d\x98\x2b\x6b\xb3\x9b\x1c\x25\xe1\x12\x83\x7d\xed\xc7\xfd\x9b\x12\x2b\xf6\x6f\xf1\xfa\xdf\xae\x56\x02\xd1\x4e\xc4\x94\x9c\x93\xab\x96\x7e\xf2\xbe\xd5\x25\xe6\xeb\xba\x75\x6d\x00\x26\x01\x80\xbe\x6a\x6e\x00\xd1\x5c\xa6\x4c\xb6\x69\x97\x4c\x3a\xe4\xfc\x1b\xb7\xf8\xf7\x37\xed\x7e\x3f\x27\xbf\x11\xd7\xfe\x73\xac\x4b\x22\x0f\x5d\x63\x2d\xe0\xee\x43\x97\xe8\xae\x06\x90\x6b\x07\x09\xbe\x82\x5f\x35\x0c\x0d\x9a\x0c\x6e\x1e\x10\x86\x50\x29\x57\x76\x8f\xc3\x7f\xa3\xff\x06\x92\x19\x2e\x19\x08\x63\x88\x68\xce\xe7\x4a\xab\x8b\xeb\x07\x42\xf5\x19\x41\x95\x54\x98\x4e\x35\x0f\xd5\x06\x7f\xd3\xe3\x13\x32\x2e\xcd\x76\x7f\x1b\x9e\xab\x9d\xf3\x5a\x86\x25\x98\x71\xd7\xfa\x9a\x20\xe1\xd0\x6f\x51\x2f\xf1\x40\x84\xaa\x45\x8f\xc9\x6f\xd1\x21\x5c\x28\x3a\x76\x64\x1e\xba\x4f\xbc\xe9\x0e\x2e\xb8\x01\xc1\xbf\x1f\x36\xc6\x8d\xb4\x29\x50\x04\x2d\x30\x71\x96\x92\x5e\xf1\xeb\x9a\x1b\x2a\x6e\x7b\xfa\x15\x57\x70\xfb\x3a\xa8\x57\xab\xed\x1e\x25\x6e\x7b\x88\x6d\x13\xa4\x15\xf7\x26\xd4\x26\x9b\x50\x6b\x4f\xae\xf8\x35\xe8\x2f\xdb\x72\x07\xfc\xe6\xf0\xaa\x46\xcd\x25\xd0\xc0\xef\xe1\xa5\xab\xc4\x10\xb7\xc6\x35\xc9\xaf\x26\x09\x4a\x4d\x47\x84\xd9\xc2\x48\x53\xc3\xc5\x7f\x65\xc1\x79\x89\x1b\x6c\xb7\x0c\xa6\x02\xdc\x22\x15\xc3\xcc\xd0\x18\x3e\xee\xdd\x3a\xed\xd5\xd4\xce\x79\xd1\x6d\x28\xae\x0f\x1a\x5a\x93\x05\x97\x78\x88\xaf\xaf\x3d\x2b\x73\x5d\x3f\x66\xe5\xa4\x56\x47\x06\x0d\x62\x2e\xcb\x16\x26\x60\xc5\x80\xae\x3e\x0c\x8a\xd8\x50\xee\x70\x33\x36\x3c\xd4\xc5\x9f\xb3\x17\xcf\xc7\xea\x53\x25\x26\xcc\x78\x3b\xff\x88\xc9\x97\x9e\x8c\xcd\x25\x07\xff\x50\xed\x1a\xb4\xfa\xa4\x61\x43\xbb\x47\xd9\xf4\xa8\xb2\x66\xcb\x5c\x47\x5a\xca\xb6\xad\x96\xad\x5e\xca\x66\x52\x9d\xff\xf1\x95\x6c\x66\x9d\x7a\x4d\x6b\x99\xc9\x02\x46\x9e\xea\xe9\xec\xa7\x7a\xd5\x23\x0d\x2b\xa1\x7b\x71\x7a\xeb\xcd\x46\x27\xda\xbf\xc7\x6c\x48\xe3\x58\x50\xd9\x8d\xe2\x7d\x5d\x2d\x10\xd4\x30\x9a\x7d\x97\x54\x9a\xa1\xb1\x71\xdd\x18\x22\x6c\x1e\x67\x65\x1e\xac\xee\xcc\xb9\xcc\xa8\xd0\x2e\x25\xa2\x57\x15\xb9\x46\xad\x56\xaa\xd7\xe8\xe7\x24\xc7\x16\x3e\x46\xe9\xb6\x3d\x05\xba\xe6\x75\x9b\x93\x6d\x1e\x76\xd3\x59\x86\x18\x3d\x7b\xb0\x2b\x7e\x1d\xee\x09\xa0\x31\x78\x83\x9b\x61\x9d\x9b\xb7\xa5\x81\x89\x59\x57\x1f\x82\xfa\x95\x1a\xc4\x3e\x64\xe2\x94\x10\x4c\x87\x2c\x7e\x82\x61\x7b\x44\x12\x97\x09\xfe\x3b\x22\x79\xf7\xbe\xb0\x8d\xe8\x18\xd6\x64\x63\x23\x5c\xc5\x8c\xee\xb9\x59\x6d\xbd\x33\x01\x13\xb4\x64\xd4\xb9\xfe\xdb\xd5\xb8\x3d\x22\x9b\x40\xc8\x1f\xce\x1a\xe8\x87\x36\x16\xe8\x25\xf9\x09\x37\xa7\xd1\x8e\xe5\x3e\xdd\x2a\xb1\x89\xaf\xcc\xa0\x36\xf0\xd4\xee\xe8\x52\x3f\x0b\xe6\x2c\x2a\xcf\xf9\x22\x55\x30\x8d\xba\x65\x73\xa9\x5f\x14\xaf\x4a\xdc\x10\x2d\x9e\xd3\xe5\xb8\x6e\x5f\x87\x09\x38\x37\x53\x37\x63\x79\x38\x97\x54\x2b\xec\xe3\xb5\x09\x03\x1d\xb9\xe9\x13\x21\xcc\xce\xf8\xcd\x33\xa5\xb5\x19\x88\x18\x35\xcc\x12\x3c\x36\x55\x21\xe3\x55\x48\xff\x35\x33\x0d\x0d\x6b\x37\xde\x28\xb6\x68\xc7\x15\xc6\x1e\xde\xd7\x88\xc5\x95\xa7\x5f\x6c\x5d\x27\xd5\xf4\xc4\xa6\xa5\x97\x7f\x60\x46\xc9\xf0\x47\xb4\xa6\x5f\x12\xbb\xa4\x51\xcd\x19\x17\x75\x4e\x79\xe4\xd0\x34\xce\x8a\x69\x8d\xa5\x27\xf2\xfc\x0e\xac\x56\xae\xb6\x06\xdc\x81\xaa\x7e\x7c\xe8\x1c\x0a\x6d\x12\x3f\xfb\xed\xdb\xc2\x80\x35\xca\x53\x35\x4b\xff\xce\x09\x3d\x57\x39\xbe\xab\xda\x78\xfb\x98\x3f\xba\x64\x79\x13\x1b\x10\x37\x85\x87\xe9\xd3\x60\x4b\x95\x87\x7f\xac\xa4\x3e\xae\xa5\x6f\x58\x84\x17\x54\xd4\xa7\x7b\x7a\x6e\x95\x16\x5d\x0f\xaf\x41\x2c\xce\xd3\x4a\x40\xe0\xdd\xae\x33\xf3\xc6\x32\x66\x7b\x2c\x12\x04\xb1\xa0\xa3\xee\x2a\xbb\x01\x99\x77\x54\xc0\xa6\x71\x5d\xca\x52\x56\x6a\x9f\xfd\xb2\xa2\x45\x90\x9e\x9b\x54\x6a\x1e\xee\x5a\xe6\x36\x01\x93\x19\x2d\xa8\xc0\xda\x05\x9d\xf7\xad\x16\x4b\x00\xc0\x06\xe2\xe4\x03\x34\x65\x0f\x32\xc1\x35\x5e\xa4\x5d\x56\x41\xbe\xa3\xd3\xd5\x9b\x92\xdc\x71\xe9\x0e\x81\x03\x9c\x23\x35\x6c\x37\x38\x03\x87\xbe\xc0\x73\x42\xf5\xa6\xd3\x77\x7e\x7d\x62\x36\x67\xd9\x0d\x74\x34\x52\xf0\xb8\x0e\xc4\x4f\xdd\x92\xf7\xc1\x49\x89\x78\x0a\xa4\x3d\x43\x0d\x9b\x30\xbd\xd0\xde\xf7\xbd\xed\xf9\x1d\xd3\x45\x7d\x96\x58\xb8\x06\xfd\x89\x3e\x64\xdb\x1c\xee\x33\x09\xca\x00\x53\x25\xff\x14\x42\xfb\xb1\x4f\xe7\x99\xb7\xa4\xf9\xc0\xc9\x06\x98\x47\xd4\x3a\xf1\xe9\xb4\x39\xe6\xee\xf7\x6d\x92\x15\x00\x93\x72\xc5\x2e\xb1\x47\xc8\xc1\x28\xda\xcd\xfd\x89\xd4\x27\x7f\x2e\x05\x5f\x70\x8c\xb1\x74\xa1\x8d\x0e\x5c\x4d\x6a\x8d\x76\x50\x5a\xed\x9f\x13\x88\x5f\x8d\x00\x7c\xd1\xee\xff\xad\xed\x52\x6d\xae\x58\xdc\xd4\x8e\x6b\x83\x97\xae\x69\xa5\x9d\x4e\x72\x5a\x4a\x53\x38\x4b\xf1\x9d\x93\x38\x89\xa6\x4d\x71\x7d\x29\x6a\x52\x3a\xd9\xc0\x4c\xee\xe4\x1c\xb9\x9a\xe0\xc1\x18\x10\x98\x36\xac\x8f\x0a\x67\x7e\x5d\x48\x94\x57\xcc\x1e\x86\xa0\x98\x78\xcc\xe6\x10\xf6\x78\x20\xbd\xbe\x0f\xf9\x12\xbd\x89\x22\x4f\xca\xd8\x09\xf9\xab\x0e\x0a\xa9\xb2\xfb\x38\x76\x1b\xab\x1c\x74\xfe\x4e\xd7\xf3\xd9\xe5\x9e\x7f\xac\xc4\xc1\xcd\x5c\xa3\xf8\xd4\x0e\x80\x79\xfa\x00\xc6\xff\x2f\xae\xa6\x1f\x3c\x81\x98\xca\x76\x46\xf0\x8f\x16\x0b\x47\x35\xe0\xf5\x2d\x1a\xec\x5b\xff\xef\xfb\x2f\x3e\xe0\x00\x31\xb1\xae\x49\xb8\x54\x38\xc0\x2e\xd8\x67\xed\x22\x22\xcb\x9c\xe2\x39\x29\x5e\xef\x44\xfb\x44\x3f\xfc\xe3\x8e\x8f\x3d\x4b\x12\xf7\x70\xd1\x5b\x43\xba\xb2\x36\x53\xd9\xad\x35\x55\x5d\x2c\xcc\xe6\x4a\xa0\x00\x8c\x40\x3b\x3f\x2a\xd9\xe6\xc2\xf6\xef\x45\x13\xde\xbb\x1e\x79\xb2\xcd\xdf\x7a\xa4\xe0\x36\xd5\xd2\xa7\x8c\xdd\x58\xed\x87\xcc\xbd\xff\x0d\x09\x76\x95\x32\xf4\x59\xbb\x3d\x8a\x3d\x0f\x47\xcb\x32\x1e\x59\x56\x1a\x31\x6e\xbc\xdf\xb4\x2d\x8b\x4b\xd7\x9f\x05\xf5\x72\x0d\xeb\x1f\xb0\x28\x7f\x41\x97\xb8\x06\xad\xee\x92\x7e\x68\x08\x58\xd2\x31\xff\x2f\x88\x57\xa0\x6b\xf5\x70\x45\x26\x1b\x3d\x3f\x0d\x17\x04\x39\xd3\x06\x50\x8f\x5a\xf5\x63\xc7\x27\x59\xfc\x93\x1e\x99\xbf\x35\x31\x56\x8f\x89\xfe\x2b\xb5\x8b\xc9\x04\x6d\xac\xc1\x4a\xb4\x8f\x05\x0d\x55\x4e\x5a\x9e\xe9\xbc\xeb\x3f\xa0\xaf\x9a\xc3\xa7\x58\xec\x23\xd7\x54\xea\x75\x9a\x0d\x51\x5c\xd0\xfa\x86\xd5\x3b\x7f\x28\x4a\x7b\x6c\xe4\xe8\x13\x87\x7f\x65\x6e\x1d\xf2\x82\x96\xc8\xbf\x44\xb2\x32\x77\x15\x52\xda\x32\x9a\xda\x4b\x5b\xe3\xef\xaa\x1b\x70\xd7\xb3\x3b\xe6\x93\x83\x76\xd9\x34\xbb\xc5\x3d\x6e\xb1\x0c\x78\xca\xf5\x11\xbc\x61\x4b\xf6\x04\xcf\x3b\xd6\xba\x65\xee\x48\x24\xa3\xf1\x75\x73\x81\x53\x60\x46\x42\x56\x60\xfa\x75\xa3\x92\xb1\xa0\xd0\xd2\xa3\x42\x72\x56\xd0\x35\xae\xa6\xd0\xdb\x61\xe8\xc6\x22\x2a\xae\x4a\xc5\xed\xf1\x96\x01\xba\x5d\xa3\x2a\x74\x46\x3d\x38\x56\xd8\xd4\xab\x52\x5c\xb9\x61\x3a\xab\xcf\xdf\x0c\x66\xd3\xed\x56\x08\x7e\xcb\x0d\xbb\xe1\xd6\xc7\x94\x8c\x48\xc1\xe0\x08\x6e\x59\x99\xf3\xb3\xa4\x29\x9c\xa6\x59\x86\x75\x43\x38\x1c\x39\x5b\xe2\x80\x94\xba\x35\x4a\x82\xc5\xe4\x51\xbb\xf0\xce\x20\x91\xb3\x2d\xd4\x31\xc7\xea\x74\xc9\x20\x36\x2b\xdf\x31\x15\xef\xeb\xf2\x98\x15\x97\xcd\xda\x6c\xf6\xd8\xd4\xcb\xec\xbf\x43\xe2\xc5\x4e\xf9\x44\x2a\xa5\xa1\x56\xa3\x28\x48\x59\x95\xfb\xd6\xe6\x46\x6b\x99\x64\xb2\xcb\x75\xe4\x33\xeb\xb2\x3e\x5d\xda\x53\x32\xa9\xd8\xa6\xcd\x04\xdc\x4e\x02\xbb\x29\xc7\xee\x97\x95\x50\x63\xf9\x2f\xb2\x2a\x9b\xb3\x23\x7a\xc2\xf0\xa1\xb9\x12\x7d\x6b\xca\x61\xd3\x42\xec\x70\x06\xd0\xae\x22\x34\xe7\xe1\x44\x09\x95\x64\x26\x21\xda\xaf\xbe\x31\xa5\x6e\x1e\x6a\x4a\x7e\xc6\x49\x75\x03\x88\x29\x75\x7b\xd7\xe2\xa2\x73\x13\xbf\xf1\xfc\x39\x96\x62\xfc\x2c\xab\xf2\x79\x52\x51\x54\xda\x6a\xa2\x88\x7c\xed\xce\x43\x27\x49\x27\x27\xb3\x98\x8f\xe5\x46\x4b\xc0\x66\xef\xb4\xc9\x39\xad\xf5\xc2\xdb\xb6\x78\x0f\x9d\x28\xd9\xd2\x3c\x49\xf9\x66\x01\x7d\xb2\x8c\x38\x29\xaa\x49\xbc\x8c\x43\x86\x5b\xb6\xf8\xe2\x50\x9c\xa2\x0c\xe9\x51\x77\x8a\x4c\x8d\xeb\x7f\x14\xef\x72\x44\xf4\x52\x54\x8b\x94\x7b\x61\xd0\x36\x54\xbd\xfb\x5b\x8f\x65\xd2\x34\xc1\x07\x2d\xc4\x63\xb5\x91\x19\xe1\x89\xc7\x71\xa3\x4e\xf7\x5d\xf7\x4c\xa1\x6a\xf2\x66\xa0\x42\xd3\x94\x8a\xc9\x30\x96\xbe\x36\xcc\x3e\xea\xa7\x51\x82\x67\x3b\x41\xb9\xed\xc6\x76\x7d\xed\xae\x75\xd6\xf0\xf0\x71\x5f\x71\xd3\xf4\x74\x32\x16\xed\xa8\x4f\x48\xf2\xed\x92\xe1\x2a\xe3\xf4\x2b\x3d\x89\x37\x1d\xb0\xf6\x2a\x38\x8c\xac\x2a\x9b\x0a\x15\xeb\x3b\xf7\x3e\x32\xc0\xa8\x2f\xfd\x6a\x2a\xd4\x0a\x77\x53\x8d\x76\x55\x08\x26\x3c\x37\xe0\x4b\x6d\x5c\x12\xba\x0f\x7f\x10\xc5\x78\x37\xd6\x3f\x1a\x05\x45\x09\x61\x7e\x1f\x9f\xc1\x74\xc3\xd6\xbd\x82\x4a\xf5\xc6\x4c\x26\x06\x80\x60\xec\x41\x03\x0d\x3a\x1b\x26\xd2\x1e\xfc\x0c\x65\x7d\xff\x8e\xfa\x8e\x21\xd1\x24\xe3\xb6\x55\x4c\xe1\x86\x68\x78\x52\x3a\x5f\x60\x56\xb0\x55\x14\x4d\x7b\x6d\xe9\x42\x50\x8c\x6b\x28\x2e\x9e\xb5\x45\x09\x26\x27\xd6\xab\x15\x75\x24\xc8\xef\xd6\xd2\xbe\x9f\x36\x3f\x73\xee\x82\xc8\x5e\xec\xc8\x6f\x5e\xfb\x51\xd7\xcd\x78\x96\x71\xba\x5d\x9d\x81\x6e\x54\xf9\x49\xc3\xed\xdb\x8a\xe7\xe8\x92\xc5\x03\x8d\xb1\x49\xb2\x50\x23\x0d\x4a\xa2\xd2\x3d\xdf\xad\xa8\x6e\x8f\xfc\xfe\x7b\x78\xeb\x1c\xb5\x43\xa8\xd6\x9a\x43\x8e\xa6\x1e\x38\x8d\x10\xab\x82\xc7\x05\x47\xc1\x8c\xed\xb6\xc9\xa5\x40\x73\x6c\xdf\x52\x5d\x30\xbd\xd7\xf9\xff\x92\x8d\xd4\x3f\x84\x3b\x5d\xd1\x12\x5e\x65\x7b\x98\xec\x9b\x0e\xf2\xb1\x92\x3a\x6a\x03\xb7\xf4\x5f\xe8\x2d\xfd\x90\x09\xbe\xc4\x7d\x6e\xcb\x59\x20\x46\x59\x55\x14\x2c\x03\xd3\x9d\xaf\xf4\xd2\x7a\x32\x59\x99\x4a\x58\xa9\xd8\xd2\x4c\x43\xd8\x33\x33\x78\xa9\x33\x25\x4c\x70\xbd\x98\xb9\x05\x6a\xcd\x11\x9a\xe6\x79\xbb\xd7\xeb\x75\xf4\x29\xfd\xd2\x1f\xa6\x8a\x67\x5f\xfc\xb3\x85\xdb\x33\x3b\xcd\xf2\x5b\xbd\x16\xc6\x8e\xdb\x84\x97\x7d\x7d\xb8\x62\x4f\xce\x83\x5d\xad\xca\xaa\xe4\x19\x2d\xc8\x4a\x32\xbd\x26\x5f\xd6\x32\xcf\x66\x9d\xa7\xdb\x22\x3b\xde\x01\xcc\x04\xba\xeb\x6a\x25\x1c\xcd\xcc\x71\x1b\xd0\x1f\x90\x2f\x6c\xb8\x2a\x0a\x3c\xa3\x3d\x50\xd9\x0e\xfc\xdc\x1c\x78\x66\x28\xfe\xf9\x39\xf9\xed\x21\x3d\xb5\x96\xba\xfb\x5b\x33\xc6\xc9\xd2\x7c\xf7\x0c\x09\xb7\x58\xb3\x5b\xa3\xe3\xb1\xb6\xa6\x16\x1f\x31\x0d\xd0\xd4\x0e\x9a\xc3\xc9\x9e\x25\x28\xe7\x54\xaf\xa2\xc6\xf3\x95\x1b\xab\xa8\x71\x72\x62\x4c\x16\x38\x45\x03\xdf\x53\x64\x70\x1a\x63\x4f\xd0\xbb\x3d\x5d\xdf\x6d\xf2\x7a\x66\xc9\xe5\xa4\xa8\xe5\xb4\x73\xaa\x68\x90\x92\x32\xc6\x3b\xa4\x47\x4c\x50\x60\x96\x7a\x16\x09\x70\xe9\x62\x5b\x5a\x01\x45\x4f\x78\xe2\x3b\x87\xd8\x64\x00\xd7\x4b\xf6\x5c\x3f\x8b\x7f\xc3\xdd\xe7\x3a\x93\xa2\xcb\x24\xa8\xa2\xcf\xf1\x53\x17\x3d\xc6\x11\x9c\xe0\x0c\xeb\x9f\xdc\x50\x1b\x65\x15\x9d\x01\x65\x6e\x61\x2f\xb9\x5b\x7a\x61\x4e\xf0\xd9\x83\xcb\x7b\xbe\x7c\xd7\x75\x1e\x7c\x71\x00\x8b\x22\xbf\x47\xcd\x22\xb8\x37\x36\x1c\xf5\x16\x97\xb9\xfb\x99\x84\x6a\xc7\x21\x6d\xae\x4d\x7b\x58\x75\x59\xa9\xc0\x7c\x06\xb5\xac\x55\x73\x2d\xeb\x1e\x90\x78\xaf\x4b\xf6\x00\x53\x5b\xce\x1c\xf5\x3d\xaa\x68\x75\x03\xd7\x10\xcb\x77\x6b\x5d\x08\xab\xe2\xad\xdb\xb0\x61\xf8\x77\xd4\xa5\x37\x19\xb9\xb8\x38\xdd\x85\xfe\xb6\x4d\x1f\xf8\x6f\xac\x41\x6f\xdc\xd2\x74\x2b\x7f\x36\x33\x5a\xc4\x4b\xff\x83\x78\xe2\xe9\x43\x5d\x14\x9a\xc7\xfa\x02\x84\xe4\xff\x83\xe3\xdd\x03\x92\xec\x18\x74\x4c\x07\x69\x7d\xb4\x12\xb5\xfd\x8a\xfe\x7b\x0f\xff\xd8\x23\x4e\x58\x09\x8e\x4f\x4e\x6e\x99\x90\x98\x03\xde\xa9\xef\x0d\x63\xfc\x24\x8a\xc7\xf2\x86\xf6\xda\x9d\xfd\x4d\x5b\xdb\xf4\xec\x0b\x3f\x5c\x2d\x44\x18\x86\xda\x3d\x88\xd6\xee\x19\x69\x75\xa3\xab\x6e\xe4\xb6\xbb\x94\x36\x93\xfe\xbf\xc3\xa3\x84\x90\x56\x2e\xa9\x59\x49\x86\x05\x0a\x0b\x56\x2a\xb3\x7b\x4e\x35\xb5\xc7\xed\x60\x12\x7c\x59\x49\xc9\x27\xc5\x9a\x64\x45\xb5\xca\xf7\x27\x34\xbb\x61\xc6\x4d\x74\x5b\xdb\xe9\x11\xf7\xbb\x7d\x96\xec\xce\x94\xfc\xb4\x3b\x8f\x24\xed\x67\x73\x48\xe6\xff\x0e\x0a\x9b\xce\xd8\x84\xc0\x84\x4a\x96\x13\x2c\x8b\x30\x8b\x43\x4a\xbd\x09\xac\x3e\x23\x63\x4a\xed\xb6\x08\xe6\x14\x22\xa1\x33\x08\xe0\x6e\xb9\x65\x45\x7a\x87\xea\xe8\xbc\x9e\x74\xe8\x6a\x43\xd1\x7b\xa5\xcf\x0c\xaa\x1f\x26\x53\x3f\x40\xe6\x73\xc3\x09\x32\x55\xc3\x99\x29\x71\xd7\x7a\x76\x3e\x14\x37\x78\x7b\x8b\x4c\x63\xf7\x22\x76\xb7\x36\x17\x55\x99\x54\x8a\x39\xbf\xc2\x92\x2b\xee\x56\x50\xd5\x6f\xef\x4b\xbd\x01\x3a\x0f\x37\x90\x88\xbb\x9c\xe4\x80\x34\x1a\x21\x1d\xdc\x9e\xc1\x54\x30\xea\x27\x19\x30\x66\x8f\x7a\x78\x65\x01\xae\x5d\xbe\xd6\x52\x6c\xf3\xee\x2e\xe9\xae\x0f\x55\xf3\x7e\x0f\xe1\x44\x76\x15\xed\xf5\x60\xd0\x6b\xaa\xaa\x74\x27\x44\x84\x0b\x20\xec\x76\x42\x1b\xf6\xe7\xae\xad\xaa\xf8\x7f\xd9\x7b\xf7\xfe\xb6\x8d\x24\x51\xf4\x7f\x7f\x8a\x4e\xee\x3d\x21\x19\x53\x14\x49\x3d\x2d\x8f\x92\xa5\x28\x6a\xe2\x13\xdb\xf1\x46\x76\x72\x77\x3d\x5e\x9f\x26\xd0\x24\x11\x81\x68\x0c\x1a\x90\xc4\x19\x7b\x3f\xfb\xfd\x75\x55\xf5\x0b\x00\x25\xc5\x79\xec\xcc\x9c\xf8\x0f\x4b\x6a\xf4\xb3\xba\xba\xba\xaa\xba\x1e\x6b\x9e\xf7\x3e\xba\x38\x42\x81\x35\x4e\x9b\x3f\x05\x76\xfb\xc8\x46\xe6\xaa\x29\xb8\xb6\x02\x7f\x4b\x16\x86\x30\x02\x70\x1d\x44\xa0\xb5\x6f\x37\x3a\xf6\xd3\x30\xd4\x4d\x78\x7e\xd5\x1c\x0c\x5b\x57\xb4\x3d\xf3\x42\x33\xac\x71\x33\xf3\xc2\x7b\x6b\xd7\x1f\xc4\x4f\xf5\xdd\x8e\xdb\x50\x62\x7b\xf2\x85\x73\xb4\x04\x87\x98\x4f\x68\x02\x60\x62\xb8\x79\xf4\xf9\xd7\x40\x01\x34\x39\x7f\x74\x77\x40\xe8\xad\x50\x03\x4f\xf6\xbb\xe3\x40\x07\x47\x0b\x1b\x78\x0f\xf9\x0f\x36\x52\x6f\x3c\x62\x7e\xef\x1e\x65\x1b\x46\x65\xdc\xd1\x94\x52\xac\xef\x7b\xd1\xd4\x3f\x8d\x97\x72\x95\xdf\x11\x21\xb5\xf7\x70\xb0\x5a\x13\x27\x03\xd9\xb9\x10\x9a\x5d\x45\xfe\xf1\x21\xa0\xa5\xb0\xcf\x3e\x70\xc1\x0c\xe6\x2e\xe8\x6a\x2e\x2a\xac\x84\x4c\x50\x6b\x42\x0f\x15\x58\x11\xf9\x00\x6b\xd0\x17\x8a\xbb\x09\x56\xbf\x36\xa7\xef\x7d\x20\x03\x65\xf6\xcf\x03\x98\x02\xdf\xa5\xbb\x40\xf6\x20\x98\xa9\x1a\xd0\xd4\x83\xa0\xa6\xea\x60\x0b\xcd\x8b\xc8\x11\x3e\xdb\x76\x00\xdb\xb0\xca\x68\x61\x2c\xb7\x3e\x17\xa4\x6a\x78\x80\x09\x90\xab\xbb\xc5\x10\x48\x89\x02\x82\xf4\x0b\xeb\xe8\x0e\x1c\x85\xb5\x04\x8a\x22\x91\x97\x0d\xdd\xce\x2f\xf2\xc0\x33\x03\x29\x51\x06\x0e\x78\x7e\x1e\x07\x4c\xba\x27\xc3\x58\xf6\xba\x01\x59\xec\x02\x61\x33\xe1\xbf\x1e\xb9\x3c\x44\x85\xc9\x62\x60\xa2\x11\x27\x18\x56\x2a\xc8\x36\x00\x66\xa9\x79\x0c\xcf\x99\x9e\x85\x84\x9f\xe4\x6a\x2b\x76\xa8\x2d\x27\xca\x0b\xe2\xdb\xa4\xf5\x72\xfe\x93\x4d\x3b\x27\xe7\x3f\xc1\xe3\x81\x0b\xf9\x5d\x47\x25\x25\xca\xae\x9c\xff\x54\xeb\xac\x81\x4d\xf6\xd4\x11\xd6\x6f\xc7\xaa\x56\x0b\xbe\x2b\xb1\xd9\xa5\x96\x68\x2a\x56\xeb\xe0\x8f\xbd\x36\x7b\xad\xc2\x14\x4a\xf5\x8d\x69\x21\x06\x0f\xd8\x41\x13\x10\x06\xa3\xe6\x87\x7e\xb7\x0f\xbb\x6a\xc0\x8a\x0f\x5c\x93\x7f\xfd\xed\xa2\xb8\xa9\xbf\x70\xc7\x4c\x6f\x26\x46\xdf\x6f\xbf\x63\xce\x9a\xad\x71\x40\xef\xdb\x33\x6c\xda\x52\xb7\x6d\xdb\xec\xd9\x83\x9b\xee\xce\xdd\xdb\x76\xed\xfd\xb1\x7d\x77\x6d\x5f\xcb\xed\xfb\xf0\x0d\xac\x57\x7e\xb8\x12\xe7\x3d\x2c\xe4\x5f\x44\xd1\x70\x93\x64\xb1\xbc\x19\xc0\x92\x2e\x7f\xbe\xb6\x01\xdc\x27\x42\x85\xc3\x2f\xd0\x36\x3c\x07\x0c\x69\x58\x9e\xb5\xab\x12\x9a\xda\x87\x96\xb5\xe8\x6a\x54\xcc\xe3\x78\x76\x2d\xb2\xd2\xea\x18\x3a\xd4\xb4\xd3\x37\x61\x7e\x2f\x0d\x9a\xfc\x8e\xea\x06\x58\x73\x9b\x39\x47\xa0\x6d\xf0\xb4\x0b\x56\xb1\x30\x29\x04\xbf\x5f\xa5\xb0\xbb\xcb\xfe\xf7\x25\x6a\xb3\x55\x23\xfc\x92\x4b\xdd\x06\xc8\x06\x31\x6c\x74\x9d\x75\x5e\x6e\x28\x49\xc3\x80\x5d\x4a\x46\xce\x5d\xd8\x9d\xcc\xd2\x0d\xc5\x3d\x24\x65\xb0\x0d\xdd\x54\x16\x55\xb9\xda\x0c\x5c\x3c\x74\x74\xc6\xf7\xba\xeb\xbb\x00\xe5\x64\x7f\x9a\xc5\x18\xf1\x17\xac\xc2\x32\x59\x42\x16\x0d\xdd\xbb\xf5\xd6\xd7\x22\xb7\x79\xf9\x17\x03\x6b\xb1\xfd\xb5\x9f\x79\xce\x95\xf7\xd8\x89\x57\xeb\xa9\x0b\x48\xe0\xba\xb0\x46\x0b\xb5\x2e\x9c\x29\xfa\x89\x57\xcb\x74\x21\x1d\x7b\xf6\x56\x0c\x88\x3d\x43\x05\x8c\x19\xed\xc4\xcd\x95\x1e\x14\xa9\x8f\x13\x3b\x81\x3b\xa3\xa7\x7c\x9a\xae\x47\xfe\xb3\x69\x79\xea\x38\xff\x4f\xaf\xe4\xa9\x2f\xe8\x0f\x1d\xcf\x03\x74\x3c\x75\xa0\xfd\xa1\xe2\xf9\xb5\x54\x3c\x75\xc8\x3e\x4c\xc3\xe3\x27\xe2\x6a\xe8\x2d\xc0\xf9\xe3\x4a\x6c\xbc\xf4\x63\xf8\x9c\x7a\x6d\xdf\x50\x11\x14\x36\x61\x69\x59\x6c\x3c\xb3\x59\xec\xd6\xa3\xb6\x2e\xf5\x0b\x63\x1a\xc3\xca\x68\xc5\xcc\x35\x47\xc6\x7d\xe8\x80\x11\x71\xcd\x8e\xe2\x7d\xe3\xf1\x95\xe0\x58\x67\xde\x24\x4b\x56\x65\xee\xce\xf0\xac\x9a\x3d\x04\xb0\xa7\x17\x2e\x77\x34\x64\xc5\x49\x34\xd0\xe1\x5f\x41\x7f\xf5\x00\x7c\xb8\x57\x7b\xb5\xd5\xe4\x3f\x41\x63\x4e\x63\x5d\xcf\x76\xd8\x48\x5f\x60\x5f\xe1\x45\xb6\xb3\xe3\xc7\x43\xd0\x27\x02\x6b\x5b\x13\xfb\x87\x62\x5a\xed\xe5\x7e\x2b\xaa\x85\xc8\x06\x86\xef\x74\x3d\x6f\x41\xb8\x76\x94\xfb\x85\x48\x17\x8e\x7c\x1d\xda\x27\xb6\x18\x37\x02\x00\x9b\x81\x41\x1f\x8a\xbb\xc5\x75\x13\x71\xff\x50\x20\xfe\x53\x2a\x95\xea\xe7\xf3\x67\xeb\x0f\x1b\x9a\x25\x73\x88\xfa\xf5\xd4\x84\x78\x0a\xb6\xdf\x99\x0f\xbd\x31\xff\x50\x2e\xfe\x7e\x78\xf0\x10\xdd\x62\xdd\xc0\x5f\xce\x7f\x0a\x24\x86\x07\x21\x87\x51\x3b\xf7\x9a\x29\xd9\x3e\x05\x47\xfe\x50\x5f\xfe\x06\x38\xf1\x8b\xb5\x97\x4d\x4e\xee\x17\xee\xef\x1f\x7a\xce\xdf\x76\x9f\xc3\x00\xae\x45\xeb\x46\xb7\x86\x62\x2d\x36\x5b\x15\x08\x6d\x38\xc1\x8b\xcd\xdb\xe4\xdd\x2f\x3b\xfa\x0f\x53\xa0\xae\xc5\x5a\x16\x9b\x7f\x11\x0d\xea\xb3\x6c\x07\xd7\xe3\xb4\x2a\x9f\x62\xa7\x05\xf5\x75\x7f\x9f\xa4\x39\x7d\x81\x33\xf8\x64\xd5\xe9\xb6\x44\x63\xff\x90\xea\x23\x5c\xec\xbf\x92\xfe\xa8\xb1\xa2\x3f\x14\x48\x0f\x50\x20\x35\xa0\xf6\x00\x0d\x92\x06\x98\xb0\x8a\xdc\x3a\xd7\x14\xaa\xd2\x89\x60\x0a\x23\xd2\xfd\xdd\xa9\x79\x83\x8a\xf0\xbd\xef\xe9\x7a\x8d\xe3\xdd\x47\x4b\x4b\xdb\xce\x5b\x48\x4e\x6b\x07\xf7\x93\xf5\xc3\xad\x1a\xe2\xc0\x01\xce\x7b\xdd\xe8\x1b\xef\xc0\x3f\xd4\x67\x77\xe1\xd5\x2f\xd4\x9f\x51\x42\xfb\x3f\xf4\x66\xff\x6c\x7a\xb3\x6d\x88\xf0\x8f\xa7\x38\x23\x14\xfb\x43\x61\xf6\x87\xc2\xec\xff\x06\x45\x49\xe3\x60\x7e\x9a\xc5\x9d\x8b\xfd\xd5\x7e\x98\x9a\xa5\xe6\x84\xd4\x15\x6a\x36\x9e\x98\xe3\x2d\xda\xd8\x86\x66\x08\xb1\x13\x9c\xe2\x3f\x01\x3b\xf0\x87\x66\xf0\x1f\x10\xe1\x1f\xa2\x1a\xf4\xd1\xf2\x6e\x4d\xe1\xcf\xe7\x74\x8d\xc6\xf0\x63\x33\x6a\xdc\xb6\x03\x63\x95\x8c\x4f\x5b\xe8\xf6\xff\x08\xda\xff\x6a\x9a\xb0\x3f\x34\x9d\xbf\x2a\x8e\xff\x2c\x55\xa7\x9f\xd1\xa0\x9d\xf1\xfe\x43\xcd\xf9\x8f\xbd\xc9\xbf\xb2\x9e\xb3\x15\x21\x50\xc7\xf9\xee\x37\xd4\x71\x96\x42\x95\xef\x29\x86\xd9\xbf\x88\x86\xf3\xdf\xf4\x57\x3d\xc8\x75\x22\x6e\x98\x17\x14\xa6\xca\x92\x92\xe9\x05\x6b\xf6\x75\x51\xf0\xb5\xb8\x91\xc5\x15\x6c\x92\x1f\x54\x92\x67\x96\x8b\xe5\x7e\xb9\x6e\x19\x66\xa9\xd2\x03\x99\xac\xa2\x18\x90\x5b\xe3\xce\x6b\xa1\xca\x17\x5e\x56\xd3\x42\xa4\x80\x6a\xa0\x67\x85\x24\x78\x13\x0c\x33\xb9\x96\x6b\xca\x87\x95\x94\x1d\x05\xd1\x15\x5d\x9c\x1a\x08\x91\xa9\x92\x6c\x99\x0a\x1c\x07\x51\x19\x6a\x16\x82\x2b\x99\xf1\x79\xba\x61\x6a\xcd\x31\x2b\x55\xf7\xf4\xbf\x47\x57\x2c\x4d\x32\xa1\x19\x23\x3d\x2e\x76\xca\x52\x59\x32\xc1\x55\x82\x07\xc4\x24\x58\x96\x19\x75\x0b\xa1\x6e\x20\x62\x8c\x5e\x9f\xee\x69\xc5\x8b\x4c\x28\x85\x51\xee\x13\x60\x36\xbc\x86\x4a\x5c\x8b\x2c\x88\x6a\x2e\xd3\x54\xde\x68\x90\xd2\x02\x31\x4e\x3c\xf9\xd6\x7b\xa9\xfa\xea\xb0\xd9\xc1\x38\x0b\x52\x96\xa4\x82\xd6\x93\x16\x59\x59\x6c\x72\x99\x64\x78\xec\x21\xa4\x1b\x48\x1b\x42\x4b\x66\x15\x2a\x93\x9b\x9d\x0d\x9e\xcb\x25\xdb\x61\xcf\xe5\x72\xa9\x6b\x6b\x4c\x4c\xd0\x3b\xbf\xa5\xee\x65\x95\x94\x82\xed\xb0\x89\x01\xb7\x71\xec\x37\x1b\xdc\xd2\x46\xff\x0e\x4d\x68\x4b\x74\xdd\x3b\xaa\x7e\x5f\x65\x6c\x87\x61\x09\x62\x86\xb8\x15\x51\x65\x46\xe2\x40\xcb\xee\x19\xf2\x7b\xa1\xaa\xb4\x31\xa8\x3e\x67\x55\x4a\xc1\x45\x2d\xcd\xd7\x40\xa4\x08\x26\x74\x54\x2c\xb2\xb3\x55\x22\x0a\x5e\x44\xab\x0d\xa2\xc5\x95\x10\xb9\x28\x4c\x20\x83\x54\x2e\xb7\x84\x6d\x69\x81\x30\xd2\x7b\xdd\xc4\x92\xfa\xb6\x7d\x70\xfd\xc1\x21\x7a\x2e\x97\xca\xe4\x30\xf7\x4e\x23\x25\x44\xd2\x34\x4d\xae\x93\x32\x50\x99\xfa\x68\x52\xd3\x8f\xa6\x72\xe9\x29\xc8\xf5\x5c\x4e\xed\xac\x30\xc0\x57\xdb\x9c\x20\x9e\x69\x7b\x2e\x77\x83\x59\x06\x7e\x36\x95\x3a\x7c\x30\xa4\x71\x8b\x1c\x00\x14\xf7\xd6\x8b\x1f\x83\xd7\x66\xae\x0f\x02\x26\x6e\xd7\x9d\x28\x40\x38\x25\xca\x2a\xef\xf6\xfa\x06\x2e\x79\x21\xf8\x7a\x9e\x8a\x2e\x9d\x57\xa8\x1a\x71\x7d\x82\x28\x48\x95\x9b\x46\x51\x65\x03\x86\x44\xc7\x6c\xb3\xa2\x5c\xf1\x1e\x1b\x5f\x5f\xf8\x97\x40\x74\x07\x8c\x3d\xd3\xa4\x40\x64\x65\x52\x88\x74\xc3\xaa\xdc\x6c\x87\x37\xbb\x1b\x78\xe7\x29\x3b\x56\xed\x08\x19\x33\x30\x47\x5a\x73\x57\x1a\x19\xd3\x0d\xd2\xd7\xb5\xd9\x14\xa0\x8f\x74\x2a\x6d\xbb\x43\x2d\x29\x30\x2f\x35\xba\x23\x00\xa1\xdd\x2f\xae\x94\x8c\x12\x17\xc0\xb3\xb1\x69\x96\x53\xb0\x54\x7b\x4a\x71\x86\xd7\x7c\xe3\x27\x8a\x47\x0a\xa7\x6f\x4e\x78\x01\xcb\xf3\x42\xe6\x05\xa4\x1d\x34\x8b\xb9\x0f\x08\x32\xa3\x65\x4c\x0d\x73\xe2\x01\xa2\xc4\x4f\x3d\x14\x69\x6a\xb6\xf9\x62\x21\x21\x3e\x34\x4c\xfc\xfe\x25\x25\x0a\x70\xe1\x9e\xb3\x8a\xa4\xe3\x23\xd1\x0a\x13\xcf\x46\xff\x1a\x20\xb9\x60\x55\x1e\xc9\x35\x84\x89\x26\x24\x32\x64\xad\x8e\xe8\xd1\x2d\x26\x33\x94\x59\x29\x6e\x83\x6e\xdc\x8e\xdc\x07\x24\x5d\xef\x15\x21\xbd\x0f\x1f\x9c\x5a\x9f\x01\xb2\x34\x41\x64\xc2\x4f\x3f\x10\x42\x8b\x24\x4b\xd4\xaa\xf9\xcc\xf7\xc9\x30\xa2\x0e\xe3\xdf\x0f\x46\x52\x95\x0f\x06\xd2\x39\xf0\x33\xe8\xca\x01\x33\x36\x54\x84\xc9\xaa\xcc\x2b\x2f\x0e\xf3\x0d\x9b\xbc\x7a\x66\x73\x7e\xd8\x64\x3c\x94\x4a\xc4\x90\x63\x22\xde\x8c\x89\xc1\x72\xc0\x7e\x14\x4c\x55\x39\x04\xd5\x4d\xb2\x85\x24\xea\x05\x39\xec\x7a\x7d\x26\x20\xbe\xb4\xfe\xa5\x8c\x06\x83\x01\xaa\x4f\xd3\xe4\xca\xf6\x36\xa0\x46\x54\xe1\x2e\x22\x4a\xc3\xbf\x6e\x4c\x05\xd8\x7a\x59\x69\x7a\x9d\xa6\xfa\xbe\x5a\x22\x69\x2c\x64\xb5\x5c\xd9\x4b\xe6\xd2\x44\x93\x83\x64\xdc\x4c\x71\xb9\x16\xb0\x5e\x5a\x9e\x2a\x79\x16\xf3\x22\xb6\x9d\x4f\x5e\x3d\x6b\xdf\x8b\xe7\x70\xa5\x84\x54\x0c\xdb\x9c\xd2\x4f\xdf\x58\x45\xcb\x29\xa7\x98\x99\xc8\xaa\xe0\x62\x8c\x0b\xd5\xe9\xd8\x12\x0c\x72\xf7\xbe\xad\xf0\xb2\xe4\xd1\xd5\x7b\xcc\x9a\x89\x2e\x26\x53\x9e\x97\x55\x81\xcb\xf5\x77\x06\x58\x23\x06\xbc\x11\xa8\xa8\x60\x93\x81\xab\xe6\x80\x5a\x90\x87\x08\x02\x12\xea\x66\x8a\xdc\x5f\x30\x04\x61\xba\x19\x30\xbd\x99\x26\xdd\xd1\x5c\x30\x93\x80\x10\x53\x53\x2a\x21\x28\x68\xe2\xc0\x86\xc6\xe7\xa9\x92\x10\x16\x59\x99\x2c\xd3\xba\x2b\x80\x6a\x29\x99\x66\x19\xf5\x68\xa2\x50\xac\x0b\xc8\x72\x23\x2c\xfc\x11\x43\x7a\x03\xb3\x56\x5a\xc3\x7b\xba\xac\xe9\x4f\x0d\x8a\xb7\x9d\x54\x2e\x3b\x7d\xd6\x89\xc5\xbc\x82\x5f\x34\xce\xe8\x9f\xba\x0f\xfd\x13\xb0\xac\xf3\xce\x26\xb1\xea\xa6\xe2\x5a\xa4\x3d\x76\xfa\x15\x89\x4e\xa9\x28\xd9\x5a\x2d\x5f\x61\x24\x41\x03\x63\xc6\xd4\x4d\x02\x4f\x00\x54\xdf\xe6\x28\xd3\x70\xa3\xe1\x4e\x82\x32\x18\x31\x2c\xc2\xc1\x4f\xec\x03\x80\x3f\x0e\xf4\x3b\x28\xe5\x9b\x3c\x17\xc5\x94\x2b\xd1\xed\x51\xca\x46\x17\xcc\x78\x5e\x08\x7e\x15\xc4\x68\xd5\x6b\x2f\x99\x44\x34\x0b\x80\xf3\x16\x3a\x7c\xe7\x74\x53\x54\xb0\xa5\x1e\x3b\x65\xdd\xc1\x60\xc0\x8b\xa5\xf2\x80\xe1\x05\x4e\xd5\xc8\xe9\xa2\xdd\x3a\xd4\x7c\x7c\x1a\x62\xe5\x63\x6f\x55\x8f\x99\xee\x6f\xf0\x93\x4c\xb2\x6e\x87\x75\x60\x41\x7f\xc9\xec\x82\xf4\xb4\x07\x3c\xcf\xd3\x4d\x37\x98\x52\x1f\x9a\x19\x85\x15\xc8\xab\x36\x6b\xea\x8f\x05\xcf\x77\xe7\x49\x86\x82\xf9\xb2\x90\x55\x6e\x8f\x17\x60\xdb\xdb\x0e\x14\xea\xbd\x86\x5f\xa6\x32\x4d\x79\xae\x44\xec\x6f\x3a\x7c\xf1\xd6\x49\x60\xfc\x33\x74\x57\x07\x10\x54\xf6\x01\x89\x05\x5b\xea\x69\x40\xa6\x7c\x2e\xd2\xd3\x4e\x27\x80\x24\xf6\x8e\xdf\x82\x2c\x9f\x3f\x13\xbc\xd0\x41\x0d\x92\x75\xba\xc0\x58\x67\x50\x88\x5c\xf0\xb2\xfb\xf8\x71\x83\x3e\xb4\x40\xd6\x07\xc0\x2c\x8b\xeb\x6b\x1b\x2c\xe9\x83\xa5\x37\xcb\xfb\x6a\x6a\x38\x78\xeb\xb7\x5d\x9b\xf4\x7d\x77\x4c\x79\x67\xa7\x7d\xca\x8d\x20\x94\x90\xc8\x0d\x19\x6f\x58\x40\x51\x45\xa5\x2c\x3c\x8d\x11\x24\xed\xc5\x64\xb9\x2b\x51\x24\x25\x68\xae\x1e\x41\xce\xe8\x16\x29\xce\x5c\x29\x6f\x94\x08\xf3\xc6\x01\x43\xd7\x60\xf3\x89\x11\xa7\x94\x5d\xc0\x18\x87\xd9\xed\x75\x5f\x18\xe2\x31\xdd\xb0\x24\x4b\x4a\x7a\xd6\x6a\x9f\xac\x55\x4c\xb9\x0e\xff\x43\x56\xa0\xbc\x28\x57\x02\xb4\x53\x1e\x97\x69\x25\x00\xe0\xf6\x1d\xf7\xcf\xd6\xa2\x5c\xc9\x58\x41\x00\x52\x11\x09\xa5\x78\xb1\x81\x3a\x3c\xf6\xa5\x82\x47\x98\x33\x2e\x18\xd0\x0a\xd7\xd7\xbc\x60\x2f\x36\x1a\x3e\x8a\x02\x92\xb5\xc2\xab\xdb\xa1\x4a\x1d\xbd\x3d\xd4\x96\x8a\x42\x75\x3d\x9c\x2a\x67\xc6\x83\x7c\xfc\x97\xe6\x15\xf5\x52\x94\x8a\x6e\xc0\xe4\x6f\x98\x73\xee\x16\x7f\x4d\x16\x2c\x29\x99\xb8\x4d\x54\xa9\x6c\x8e\xb8\x46\x92\xa6\xd1\xd0\xeb\x0c\x03\xaf\xda\xab\xdc\x04\x54\x37\x49\x8e\xa2\xdb\x3e\xfb\xbb\xee\xfb\x84\x8d\x86\x90\xa7\xe0\x4b\x3a\x0a\x5b\xe7\x9f\xdf\xc7\x65\xfa\x4b\xd1\x9c\x02\xc8\xe1\xac\x2b\xae\x21\xa3\x5b\xa4\x37\x61\x51\xa5\x4c\x66\x42\xf5\x40\x5a\x50\x49\x2c\x76\xc4\x62\x01\x0c\x89\x46\xb4\x34\x51\x65\x9f\x29\xe9\xf5\x54\x08\xc2\xb8\xa4\x34\x7c\x3d\x98\x20\xf9\xca\x02\x23\xb7\x62\x3c\x7e\xb0\x6e\xc3\xe2\xad\x2f\x07\x7a\xe5\x4e\x53\xf8\xa5\x4f\x6e\x52\x8c\x52\xcf\x4e\x59\x62\xfb\xf9\xd8\x00\xcf\xee\x2e\x3b\xe3\x2a\x89\x58\x5d\x99\x65\x23\x0c\x7b\x30\xe4\x71\xac\x7f\xe9\x76\x72\x99\xef\xa0\x9a\xb2\xd3\xbf\x07\x88\xde\x6c\x06\xb9\xcc\xbb\x1e\x6a\x31\xe6\xd2\x08\x26\x4a\x73\xef\xa2\xc0\xa3\xc3\x93\x94\x32\xd3\xe9\xa9\xc0\x65\x0b\x27\x51\x95\x32\x07\x07\xde\x81\xeb\x81\x54\x1e\xd8\x7a\xf6\xef\x5d\x37\x1c\xce\xb0\xef\xa1\xe2\x0e\x3e\xb4\x87\xe3\x4f\x48\x44\xd0\xfc\x69\x92\xc5\x49\x44\xbb\xb4\xe2\xca\xc8\xea\xf3\x0d\x70\x33\x56\xec\xc6\x43\xd9\x9c\x84\xae\xde\xed\x39\x70\xf7\x02\x40\x5f\x72\x48\x7f\xd8\xd0\x1b\xde\x09\x6a\xa8\xbd\xf3\xb3\x00\xae\x11\x45\x89\x74\x41\xb4\x3c\x5c\x30\x38\x10\x1b\xa5\x7c\xdd\xc6\xd2\x54\x6a\x83\xab\xee\x31\x84\x2b\x94\x04\x70\x6d\x36\xaf\x41\x24\xc0\x3d\x82\xff\x8f\x3c\x29\xd9\x68\x38\x5c\x2b\x97\x6b\x53\x6f\x3d\x2f\x0a\xbe\x61\x64\x5c\x62\xa9\x29\xbf\x72\xca\x63\x71\x0b\x10\xf5\xf6\xa1\xc5\x6c\xa2\xaf\xfb\xae\xed\xfa\xbd\x28\x69\xd0\x00\x6e\x1c\x27\x46\x66\x42\xc4\x8a\xf1\x0c\xed\x5a\xc7\x76\xce\x5e\x4a\xfd\x1a\x5e\x93\x1a\xc5\x26\x75\x2c\x04\xc8\x4b\x1a\x2c\xbb\x1a\xcd\xc9\xff\x3e\xeb\x93\x32\xd5\xcb\x9a\x5a\xca\xa0\x3b\x7c\xf5\x48\xd6\x02\x12\x50\x35\x71\xaf\x10\x7f\xad\x84\x82\xe5\x77\xc7\xb4\xe2\x06\x16\x36\xe5\x2c\xf3\x86\x07\xb7\xdf\xcb\xb6\x90\xab\xee\x72\x6c\x97\x89\x50\x63\xea\x87\x55\x34\x5d\xd1\x3b\x87\xb9\x11\xf5\xfd\x08\xfa\x0e\x6a\x69\x11\xd7\xec\x88\xf7\x4d\xf3\x10\xde\x9f\xfe\x93\xac\x9d\xe8\xa9\x9b\x34\x05\xb0\x35\xb7\x43\x95\x77\x41\x4f\x44\x7c\xb5\x1e\x78\x5b\x3b\xfa\x4a\xe7\x8d\x22\xac\x36\x59\x09\xfa\x6e\xeb\xc7\x89\xd2\x32\xd2\x9d\x6d\xbc\x3a\xb6\xdd\x52\x94\x77\xb6\xa1\xef\xf5\xfa\x94\xa2\xe5\xce\x36\xba\x8e\x6d\x57\x52\x81\x33\x93\xb6\xc5\x2f\x78\xfe\xde\x5a\x76\x40\xa9\xbd\x1b\x5d\x76\x62\xbc\xac\xba\xed\x03\xda\xfa\x3d\xdb\x85\xcf\x02\x6d\x99\x27\xec\x51\x7b\x87\x86\x65\x11\x8a\x4c\x99\x4b\x59\x04\xc9\xa7\x74\x41\xc0\x2d\x02\x40\xe4\x62\x8b\xfa\xde\xf5\xd7\x37\x2a\x6f\x7a\x05\x5c\x89\x0d\xbb\x11\xde\x1b\xc4\x76\x94\xf6\x66\x65\x22\x7e\x06\x61\xee\xe1\x5c\x40\x2a\x80\x3b\xb9\xcf\xd7\xee\xc2\xc0\x03\x9e\x27\xa8\xfd\xd5\x7c\x98\x37\x84\x79\x04\xdd\x60\x4e\x02\x80\xff\x9d\xd3\x73\x28\x1b\x28\x13\x5f\x62\x0c\x79\xa1\xca\x0b\x2a\x76\xf1\x36\xcc\x77\x6b\x1f\x6c\xf0\xc1\x4f\x0e\xd6\x39\xaf\x20\xbe\x7d\x49\x47\x1f\x03\xc9\x77\xd8\x63\x66\x9a\x5b\x0b\xa1\x12\xc7\xdf\xa6\xb9\x25\xb5\xed\x96\x59\x59\xd9\xc3\x4c\xe2\xad\xa9\xf8\x8e\x0e\x7f\x50\x03\xb0\x19\xd1\x43\xff\x59\x37\xea\xd6\xbb\x09\x61\xa5\xf1\xd0\xc5\x96\xaf\xda\x06\xbe\xf0\x04\xff\xf3\x82\xd0\x68\xd3\x52\xb9\xec\x76\xce\xfd\xd5\xbb\x11\x07\x8b\x2a\x4d\x9b\xc9\x7b\xfe\x0c\x16\x83\xad\xaf\x59\x26\x8d\xa1\xbe\x9f\xf4\xec\x7f\x35\x6c\x6e\xbb\x7b\x2c\x4c\xeb\x57\x4f\x2c\x54\x52\x78\x7b\xe9\x22\x71\xb7\x4d\xda\xc4\x66\x87\x7b\x90\x5a\x81\x94\x61\xc3\xb4\x90\x00\x72\xc3\x95\xcb\xe6\xc0\xf0\x15\xf9\x2e\x54\x71\x44\xbb\x81\x26\xc1\x0b\xc6\x16\x6c\x6e\xc2\x3c\x23\xe6\xa6\x85\x80\xa1\x94\xd6\xaa\xc9\xfe\x7d\xc8\x4a\x78\xe3\xd4\x8c\x98\xea\x0b\x85\x43\xd9\x30\x99\x73\x79\x10\x98\xb4\xaf\x32\x28\x5e\x1b\xbc\xea\xb3\xbc\x32\x0c\xb5\x70\x49\x23\x28\xf7\x33\x49\xf5\xa5\xa7\x30\xf7\x45\x47\x90\x7f\xc1\x68\xc5\x93\x1f\x15\x8b\x13\x98\xaa\x16\x90\x9d\xd4\xf8\xc8\x4b\x90\x92\x64\xa5\xc8\x62\x04\xd3\x5c\xd8\xb4\xef\xf6\x81\x1b\xe7\xd8\x51\x56\x16\x27\xf8\x22\x27\x86\x38\xe4\x52\x5b\x2b\xcb\x94\x06\x2f\x65\x49\xb4\x02\xa1\x70\x2e\x8c\x7c\x1f\xc3\x0e\x80\x4a\xda\x58\xb9\x84\xcf\x00\x03\xc6\x2e\x64\x61\xd9\x59\xef\x59\xfc\xc5\xa6\x76\xe3\xde\x23\x7d\xd7\xc4\x63\x75\x9f\x7c\x4c\x3c\x6a\xed\x55\x02\xd3\x3f\x77\x74\xb3\x8e\xdb\x9b\x12\x31\xc9\xc8\x52\xe6\xad\x00\x0d\x6f\xcc\x76\x59\x21\x9e\x44\x7e\x3f\x03\x7f\xad\xed\x12\xa8\x4f\x8b\xf4\xbf\xed\x29\xe0\xa1\x4f\x28\x8d\x86\x16\x43\xdc\x53\x2c\x19\x66\x68\x04\xd4\x04\x67\xd7\xcf\xeb\x4c\x76\x9a\x32\xf3\xa1\xda\x86\xc4\xf0\xea\x6a\xd6\xac\xc5\x09\x11\x53\x78\x29\x82\x0d\x62\xd8\xc2\xb7\x6d\xc2\x2c\x0f\xca\xcf\x31\x60\x32\xa8\xd4\x90\xe2\x8e\x33\x1a\xa0\x43\x5b\xca\x68\xbd\xed\x66\xd5\x75\xa7\x6a\x8d\xf2\xe1\x37\xd2\x83\x5e\x81\xb2\x13\xbe\x6b\xa4\xfa\x9a\x45\xb7\xba\xec\xc4\xd6\x7e\x7b\xf5\xae\x99\x46\x9a\x48\x0d\xbc\x18\xd0\x79\x89\xf0\x6d\x8e\xe0\x58\xe5\x2d\x62\x84\x31\x10\x31\xdb\x5f\x8b\x3b\x66\x24\x3c\x47\xe0\x38\xcb\xe4\x8e\xcc\x31\x97\x6d\xed\xc4\xea\xce\x34\xd9\x4f\x0a\xa1\x98\x92\x6b\xc1\xae\x92\x2c\xd6\x9d\xc0\xe7\x9d\x1b\x78\xf5\xd1\x07\x07\x95\x01\x60\xb5\xa2\xc9\x4e\xca\x31\x93\x44\x2c\x59\x62\xa9\x05\xbc\x87\xc3\x51\x87\x07\x10\x59\xc0\x03\x51\x29\xcc\x36\xb5\x52\x33\x10\x14\xb1\x1a\x6d\xbe\xee\x8a\x83\xb2\x28\xa1\xc7\x14\x78\xb3\x01\xf2\x6e\x72\xe4\x01\x34\x60\x45\x3c\xdb\x78\xaf\x73\x9e\x02\x04\x1f\xe6\xe1\x78\xb9\x71\x6d\x3e\x1a\x44\xb3\x38\x51\x11\x2f\x34\x61\x03\xc5\x20\x5c\x01\x32\x73\x68\x48\x54\x5f\xe3\x80\x39\xa7\x85\x58\x13\xfa\x07\x96\x4b\x93\x0c\xb5\x59\x0c\xb5\x59\x4a\x8b\x9a\xf0\xb7\xd9\x90\x96\xc5\xa3\xe6\x64\x2e\x58\x12\x8b\x75\x2e\x4b\x91\xe1\x5d\xed\x91\xb4\xbe\x3e\x04\x1b\x59\x75\x0a\xc1\x78\x1c\xeb\x61\xcf\xbf\x7b\xc1\x32\x19\x53\xf6\x29\x16\xcb\xa8\x5a\x43\x8e\x85\xb5\x96\xf0\x55\x55\x00\xc8\x16\x49\x81\x76\x47\xc8\x6c\xa3\x34\x2e\x36\x1d\x48\x7e\x57\xda\xe4\xc8\x25\xe8\x84\x18\x91\x33\xb8\xea\xfa\xc6\x8a\xb0\x5c\x89\x35\x2b\x38\x48\xec\xe5\x8a\x67\x88\x2c\x15\x3e\x5b\xad\xc3\x7c\x53\xba\xcf\x48\x56\x59\x49\x7b\x9d\x14\xb8\xa7\x9e\xad\x20\x89\x0f\x79\x21\xe7\x7c\x8e\x19\xcd\x53\xb1\xd0\xeb\x5f\x69\x9c\x03\xbb\x35\xbd\x7d\xc4\x7f\xf8\x79\xba\x34\x70\x5d\xc8\x3a\x47\x28\xf8\x5c\x16\xa5\xb7\x2b\xb1\xb3\xc0\xf1\xc9\xda\xaf\xfb\xaa\xfc\xb0\x7b\xe5\xc1\x07\x3d\x96\x2c\x2f\xc4\x0e\xa2\x07\x1c\xfa\xdf\xf1\x94\xfb\x23\x3f\xec\x8c\x03\x47\x40\xfe\x29\x15\x59\xe3\x60\x62\x31\xce\xe6\x55\x16\xad\x74\xb7\x73\x99\xa4\xa2\xc8\x53\x6e\xec\x73\x76\x4b\xc1\x8b\x58\xde\x64\x64\xaf\x98\xe1\x69\x4a\x94\x65\x1c\xcc\x96\xab\xdf\x60\xcf\xff\x91\xed\x38\xea\xd8\x74\xaf\x8e\xfd\x67\x21\x96\x54\x25\xee\xaf\x86\xff\x8e\xde\x80\x3f\x90\xeb\x1f\x05\xb9\x7e\x07\x03\x98\x06\x72\xfd\x1c\x13\x18\x1c\x9e\x15\x22\x2f\x84\xd2\x97\x29\xe4\x77\xf4\x6d\x26\x93\x50\x44\x19\x34\xd2\x48\x9a\xeb\x13\xde\x03\x8a\xd2\x5a\x47\xde\xa5\x95\xb1\xc2\x03\xc0\xc2\xbf\x62\xc4\xb5\x28\xac\x09\xbb\x55\x9b\xc1\x7d\x3d\xdf\xb0\x15\xcf\x1a\x62\x72\xeb\x40\xa4\xb1\x9d\x82\x71\xec\xeb\x90\x2d\x41\x8b\x59\xc7\xe2\x36\xf8\xd8\xc1\xbd\x52\x38\x5a\xc4\x3b\x59\x3c\xf1\x9e\x2a\xfa\x70\x4f\xa2\xcd\x2f\x49\x70\xfe\xee\xd3\x24\x8c\xd6\xa0\xe9\x1a\xd0\x8e\x6b\x7d\xda\xaa\xde\xc7\x40\xc7\x11\xf8\xc2\x7a\xe6\x8c\xe4\x3a\x10\x1a\x64\xc2\x6d\xcb\xac\xbc\x47\xaf\x37\x9c\x91\xb5\xac\xe5\x58\x38\xda\x1b\x98\xee\x6a\x38\xd9\x14\xbe\x1b\xe7\xa6\x89\xa4\x75\x05\x81\xdb\x9d\xad\xda\x1b\xe0\xbd\x01\x4d\x19\x91\xb2\x3b\xf6\x30\x7c\xc1\x06\xa7\xd3\x2f\x77\x1f\xf9\x3a\x71\x44\x85\x53\x0f\x2f\xd0\xc8\xc2\x1f\x60\xcb\xb6\xb6\xec\x68\xcb\x56\xfa\x23\x5a\x64\x39\x0d\x55\x5a\xc1\x68\x94\x90\xb4\x65\xb8\x9f\x33\x94\xd1\x5d\x05\x4b\xf3\xd4\xf9\x8f\x59\xe7\xad\xaf\x5a\xd3\x05\xef\x3a\xc6\xc0\xa4\xee\x4a\x0d\x86\x9c\x01\xd6\x0c\xfc\x35\x99\xcd\x31\xef\x0f\xe6\xef\x40\xc7\x31\x03\x73\x6d\x11\x9e\x27\x5f\xd1\x10\xd9\xd8\xca\x4d\xf5\x5a\x0d\x17\xfb\x3e\x59\xe1\x6d\xb6\x0c\x64\x3c\xda\xc2\xa9\xea\xa5\x24\xe5\x43\xc9\xc6\x83\x49\xfa\x76\xcd\xa9\xfe\xdd\xf7\x77\x09\x6d\x7a\xb1\x37\x32\x80\xb3\x3e\xd9\x7a\x0f\x50\xa7\xa5\x99\xff\x3c\x4f\x49\x4f\x05\xf7\x27\x87\x00\x0b\x77\x2b\xf1\x07\xe1\x03\x91\xdd\x21\x32\x35\xa2\xe7\x2f\xc0\x87\xfe\x23\x76\xd7\xbf\xb7\xe6\x92\xa0\x36\x64\x7b\x3b\x88\x6e\xc9\x83\xcf\xfa\x85\xdf\xfa\xc9\x16\xc5\xad\xdd\xad\x16\x85\x1d\x82\x15\x8a\x8c\x7d\xaf\x31\xfc\xf1\x42\x57\xbb\x07\xd1\x22\xc9\xca\x34\xeb\x76\x80\x60\x14\x3c\x01\x0a\xe5\xc5\xb2\x46\xad\xad\xb8\xf5\x53\x5d\x8b\xdb\x81\x2a\xad\xe3\x50\xbd\xd4\x9f\x1d\xb8\x6b\x85\x79\xab\x83\x61\x4d\x1b\x32\xe2\xfa\x4b\xd6\xe9\xf5\xee\x48\x58\xdd\xda\xb6\x57\xf3\x6c\x0f\xd6\x67\xde\x42\xf5\xf2\xde\x9b\xcd\xb9\x98\x3c\x7b\x3e\x3b\xef\xa3\x29\x64\x33\xc2\xf3\x1b\x62\x92\xa2\x95\x94\xfa\xce\x0d\x1c\x20\xd0\x4d\xa6\xca\x50\x5c\xf3\x65\x74\x95\x26\xcb\x55\x99\x6e\xd8\x5a\x42\x16\xe7\xec\x5a\x64\x89\xc8\xca\xe6\xc5\x8a\x37\xb6\x12\x5b\xed\x85\xb6\x58\xac\x77\x7b\xf7\x1c\xaa\x8f\xfe\x23\xa5\x25\xe1\xd6\xc1\xa7\x45\x8b\x6b\xee\x1c\x73\xaa\xb7\xb0\x4a\x13\x7b\x29\x05\x4e\x03\xe0\x90\x63\xce\xa8\x32\x57\x9d\xc7\x6b\x7a\x37\xa4\x06\xe2\xdd\xca\x4a\x59\x80\xc1\xc3\x75\x12\x57\x3c\xf5\x8c\x89\xb6\x1f\xfe\x9a\x15\x7f\xeb\x63\x6e\x70\x05\x78\x20\xa8\xfb\x6e\x58\x2d\x5a\xf3\x66\x71\xee\x1d\xc1\x1b\xb0\xdf\xf9\xe5\x4a\x16\x65\x54\x95\x86\x94\xd4\x7a\xef\x28\x96\xca\x65\xad\x6b\x74\x08\xf1\xba\xd4\x25\xcd\x6b\xcb\xdc\xf5\x66\x0b\x1e\xe6\x23\x11\x7a\x69\x60\x6f\x2b\x79\x63\xe5\x05\xbd\x3b\x68\x54\x66\xbd\x33\xb6\xb8\x65\xd0\x4b\x68\x38\xf7\xe8\x96\x9d\x6a\xc4\xf8\xf0\xc1\x38\x3f\x87\x17\x3b\xbd\x87\xba\x19\xa0\xb6\x44\x64\xa0\xcf\x00\x83\x82\x05\x4f\xd2\xaa\x68\xf4\x6c\x8a\x5d\x5a\xc3\x07\xf5\x8c\x18\x59\xeb\x2b\x0f\x9e\x4b\xeb\x70\x85\x44\xdb\x3e\x80\x55\xc9\x8b\x52\xc4\xf0\x48\x03\x81\xf3\x51\xcb\xbf\xe2\x2a\xeb\x94\x18\xd2\x84\xaa\xb0\x0d\x24\x7b\x0d\x98\x1e\xfd\xe5\x9c\x83\xed\x81\x6e\xbc\x65\xc0\x24\x63\xeb\x24\x4d\x13\x25\x22\x99\xc5\xca\x2a\x91\xdc\x2c\x4a\x29\xaf\x7c\x33\x0e\x7f\x3a\xd8\x99\x9b\x93\x0d\xe1\xd4\x32\xa1\xb8\x2a\x50\xf4\xdc\x36\x9f\xb5\x04\x17\xad\x48\xd3\xa8\xe0\xea\x0d\x00\x10\xcc\x8d\x86\x25\x28\x60\x57\x7a\x64\xc6\x9e\x65\xce\xb3\x35\x16\xa5\xbe\xc0\x41\x98\x34\xdb\xe9\x24\x55\xe0\x15\x52\x01\xf9\xd0\x6d\x08\x99\x12\x1c\xfa\x18\xbc\x45\x38\x47\x98\x00\xe3\x30\xfc\x11\xf1\x2b\x6d\x6b\x7a\x59\xad\xe7\x28\x5a\xae\xf9\x6d\xb2\xae\xd6\x0e\xc5\x58\x78\x92\x9c\xf5\xd6\x8d\x79\x45\x60\x19\xb6\x4e\xe8\xac\x14\x82\x47\x2b\x3c\x22\x0b\x36\xd4\x00\x21\xcf\x2f\x5f\x0f\x6a\x6e\x06\x25\xc8\x13\x92\xf4\xa9\xe0\xf8\xd2\x67\xe2\x5a\x64\xb4\x63\x0b\x94\xe2\xf5\x84\x6a\xeb\x5a\xf3\xdb\x0b\x87\xf2\xc3\xda\x36\x15\x15\xa5\x82\xf0\xbc\xab\x18\xbe\x1a\x09\x5e\xa4\x1b\x36\x17\x11\xaf\xd0\x83\x95\x67\xac\xca\xc4\x6d\x8e\x53\xd1\xe8\x95\xb4\x30\xe7\x39\xcf\x92\xc8\xf9\x01\x20\x5b\x6a\xec\x17\x72\x91\xc5\xd6\x85\xd1\x10\x5f\x47\x08\xff\xbd\x12\x95\xb0\x09\x47\xbd\x2b\x13\xe8\x3e\x3e\x3c\x10\xf5\x77\x6e\x65\x08\x9c\x6e\x0f\xc5\x24\xdf\x92\xc9\x69\xa0\x91\x8d\xd4\x3d\xc1\x13\x0e\x42\xf3\x4e\xba\xef\xdd\x91\x93\xe7\xcf\xdf\xbf\x9e\x5d\xbe\xbe\x24\x53\x8f\x05\xdd\x9a\xb3\xac\x5a\x77\x3b\x7f\xe2\x69\x0a\x1a\x13\xf5\x55\xa7\x57\x37\x9a\xf0\x05\x6f\x9f\x86\x6e\x15\xfe\x9b\xa3\xe3\x6c\xdb\x1e\x64\x3d\xdf\x0b\x07\xbc\x86\xc9\xc0\x43\x47\x68\xd8\x35\xa1\xdf\x80\x27\xd7\xc9\xbc\x7c\x9f\xf3\xb2\x14\x45\xe6\xc2\x53\x50\x01\x39\x33\x98\xbf\x3e\x7c\xc0\x79\x59\xd0\x99\x4c\x1c\x38\xd6\x14\x94\xce\x80\x8d\xce\x2c\x80\x9e\x60\x3d\xa1\xc7\x7b\x9b\xa5\x5c\x01\xf6\x59\xe7\x27\xb4\x0c\xfd\x89\xfd\xc9\xb6\xb5\x9e\xe4\x3f\x39\x4f\x72\xcf\xe4\xc0\x54\x7b\xfb\x13\x19\xc3\xef\xee\xb2\x97\xd2\xa0\xca\x8d\xe8\x14\x9a\xa5\xd0\xc8\xf9\xf9\x67\xa7\xa7\x9f\xfb\x3a\x74\x5d\xf2\x39\x53\xd2\xaf\xba\xd6\xac\x33\x28\x1b\xb0\x2b\xbd\xb5\x0e\x51\x2e\x41\xc9\x60\xc9\x9d\xdf\x97\x7d\xfa\xca\x4a\x65\x74\x2b\x94\xaf\xc5\x32\xc0\x06\x8c\x9f\x9d\x9e\xd6\xe0\x18\xb2\xc4\xa6\x9e\xc7\x11\x7f\x2f\x96\xb3\xdb\xdc\x67\x89\x21\xdd\x3a\xd5\x04\x44\x01\xec\xb0\x22\x6d\xaf\xe7\x49\x11\x7a\x62\x49\xe6\x05\x73\x42\x1e\xd9\x58\x82\x38\x39\xf8\xb3\x53\x16\xa0\xc2\x96\xe6\x3e\xc7\x4c\x8f\xb5\x06\x9b\x0d\x8e\x02\x96\x39\xac\x78\xfc\xb8\x9e\x7f\xdd\xfb\x58\x7b\x7a\x4f\xf1\xcd\x26\x03\xd6\x0e\xb8\x62\x3c\xed\xa5\x64\x4b\x84\x38\x5e\x3b\xca\xf8\x6e\xba\x66\x46\x16\x07\xb7\x2f\xc0\x10\x6c\xaf\x77\x48\x82\x73\x39\x38\xa1\xcb\x9b\x6d\x66\x1c\x1f\x10\xd0\x1f\xed\x01\x78\x45\x3f\xab\x80\x2c\xb9\xf7\x26\x00\xc8\xb3\x05\xbb\x83\xbe\xf4\x3d\x8a\xc5\x8b\x90\x50\x99\xe6\xdc\x66\xe3\x81\x64\x3e\x96\xa2\x20\xfb\x73\xcb\x23\x90\x10\x34\x72\x0a\xb8\x28\xda\xfb\xc0\xc9\x9b\x3e\x60\x40\x83\xd0\xd0\x25\x7e\x47\x19\x36\x8e\x3d\x18\x18\x83\x94\x24\x23\xfb\x93\xcc\x5e\x8a\x3c\xc6\xfb\x80\x9b\x25\xc0\x94\x40\xf5\x87\xac\x8d\xb0\xee\xfc\xce\xd6\x13\x2e\x1e\x4f\x38\x78\x38\x45\x7c\x65\x09\x8f\xa5\x58\x0d\xe2\xd4\xa0\x36\x5b\xe2\x50\xdc\x6b\xa6\xd7\x12\xa4\xc2\xef\xdb\xb8\xb9\x78\x94\x74\x8b\x2d\xa1\xeb\xf3\x6d\xf2\xee\x1e\xf9\x9d\xfe\x99\x55\x05\x91\x2f\x3e\xf3\x86\x0f\x8c\x4a\xb5\x18\x00\x1e\x67\x9d\x97\xd2\xdf\x59\x11\xd3\x8c\xc1\x34\xb5\x48\x4a\x51\x24\x1c\x85\xef\xc6\x00\xf7\x1c\xbc\x6f\xa4\xbc\x12\x31\x89\x05\x94\xa2\x4b\x66\xe0\x1d\x66\xbc\xb5\x3d\xd7\xe4\xc4\x63\xdc\x50\xdf\x60\x65\x7f\x74\xe3\x00\x9a\x0a\x5a\x1e\x67\x3b\xb1\x94\xac\xca\x22\x5e\x2d\x57\x77\xa8\x66\x42\xac\x90\xd9\x1b\x6a\x31\x33\xfd\xbf\x6f\x5c\x67\x6b\xa1\x14\x5f\x8a\x3e\xc4\x7b\xe8\x43\x88\x08\x0d\x3d\x02\x2a\x7d\xb5\x21\x58\x3b\xa6\xc7\x87\x68\x41\x3a\x3d\x76\x7a\xca\x86\xec\xc3\x07\xda\xd5\x46\x6f\xaa\xe4\x65\xa5\x4e\x88\x75\xe9\xf4\x28\x9e\xab\xa7\x38\x22\x0e\x96\x87\xe6\xe4\x9a\xba\x51\x81\xe6\xef\xba\x3d\xd2\xea\x15\x72\xcd\xb8\x0b\x4d\xcb\xd8\x8f\xfa\x66\x32\x9d\x99\xc7\xe2\xa5\x84\x43\xad\xb9\x66\x9e\xa2\x60\x9e\x94\x75\xe5\x7e\xa8\xc6\xc0\x01\xdc\xcd\xc6\xad\xe6\x26\x29\xd1\x77\x52\x33\x61\x8a\x2f\xb4\x74\xa8\xfe\x5a\x89\x34\x22\x9b\x2d\x44\x02\xb3\xf2\x47\x4e\x2b\xc4\xca\x02\xaf\x05\x87\xc1\x4d\xae\xbb\x91\x01\xcd\xdb\x14\x88\x85\x68\xf7\x03\x14\xa0\x8d\xf6\x03\xc3\x9c\xce\xf4\x34\x5e\x60\xc3\xf7\xbd\x50\x33\x47\x42\xdd\x9a\x6f\xc0\xbe\x1d\x5c\x6a\xf5\xe2\x90\xbd\x5d\xf1\x2c\x4e\x35\xf3\x6b\xdf\x99\x6a\x90\x32\x2a\x54\x37\x4f\x5a\x93\x26\x29\xc0\xed\x9f\xb2\x0e\x9e\x82\x8e\x0b\x1c\xda\x9c\x2a\x22\x83\x4d\x02\x17\x7e\x7c\x35\x7b\x79\xfe\xec\xe5\x9f\x11\x1e\xa6\x53\xf0\xfd\xc6\x3e\xed\x49\x47\xaf\x63\x07\x17\x37\x6d\x0d\x21\x68\xf9\x98\x75\x1c\xbb\x0d\x07\xbe\x49\x75\x5a\xa6\x50\xb7\xa3\x6c\x0c\x6a\xf6\xe5\x31\xeb\xf4\x61\x34\x08\xa1\xf2\x98\x75\x4e\xf4\x1f\x70\xb2\xdc\x5c\xc3\xbe\x43\x6c\x6b\xa9\x50\x57\xa0\x39\x9a\x44\x52\x45\xd3\x33\x5e\x93\x22\x2b\x6b\xf9\xf2\x64\x18\x86\xb8\x6e\x4b\x58\x6e\xf2\x44\x23\xfb\x86\x15\x62\xa7\xa8\x32\xc5\x92\x12\x9c\x49\x78\x10\x0d\xa9\x1f\x90\xb1\x54\x94\xe6\x3d\xe5\xfc\xbb\x17\x5a\x5a\x9d\x27\x69\xf2\x37\x54\x8a\xa8\x95\x2c\xca\x9d\x52\x14\x6b\x10\xc8\x65\x55\x06\x4e\x13\xc6\x1b\x2a\x16\x51\xca\x0b\xef\x3d\xc9\x53\xc3\x38\xf7\x0a\x9f\xef\x98\x4b\x99\x0a\x9e\xa1\x8f\xb8\xba\x4a\x72\x72\xfd\x00\x33\x90\xa2\x12\xe4\x41\x44\x85\xfa\xea\xbf\x4a\xf2\x9c\xac\x64\xea\x8f\x56\x40\x99\x3d\xd8\xb0\x64\xbd\x16\x71\xc2\x4b\x01\xee\xd1\x00\x22\xd2\xbd\x03\x8f\x60\xde\x76\x81\xe8\x68\x22\x92\x84\xe6\x62\x77\x07\x87\x68\xa3\xd6\xb5\x20\x11\x4d\x5a\x5d\x5b\xa6\xb3\x49\xfe\xac\xf5\x8b\x7b\xfe\x48\x0c\x0b\x02\x87\x1c\x18\x10\xb0\x59\xe1\x1a\x2b\x97\xa2\xc0\xa8\x38\xd6\x73\x66\x30\x18\xf4\xd9\xb0\x07\x4a\x89\x35\xdf\xcc\x2d\x05\xcd\xe1\x9a\x23\xf5\x89\xde\x68\x78\x3a\xbd\xe1\x1b\xcf\x33\xb3\x2c\x92\x25\xe8\x3e\x41\x18\x2f\xc9\x88\x47\x98\x56\x22\x8b\x4d\x6f\x36\x04\x54\x09\x5e\x3a\x4a\xb2\x1b\x01\x79\x1b\xc9\xd7\x9c\xe2\x95\xe3\x03\xbb\x12\x65\x99\x0a\x06\xef\xe3\x84\x30\xb2\x2a\x4c\x57\xb8\xc2\x48\x63\x43\x95\x83\xfd\x64\xe8\x0b\x54\x62\x4e\xcc\x3a\x84\xc3\x70\x91\x7d\x40\x1a\x62\xc0\x6b\xb4\xac\xae\xdf\xe9\x66\xe2\x86\x9d\xf3\x52\x74\x7b\x3d\xb6\x53\xd3\x47\x85\x14\x69\x19\x38\xca\xda\x62\x08\x7e\xe0\xe9\xcc\x4c\x14\x5d\x4d\x9d\xf0\x3e\xec\xb7\x92\xa6\x40\x65\xe7\x37\x42\xa3\x23\xdd\x68\x5b\xab\xb5\x7a\x2d\x2f\x51\x0b\x46\x44\xc6\xac\xa8\xe7\x51\x26\x55\xad\xd7\xbc\x48\xfe\x26\x48\xc2\xac\xf1\x33\x9e\x1e\xa8\xae\xae\x6d\x42\x18\x61\x7b\x47\xda\xd1\x2d\x8f\x63\xc6\xbe\xcd\x0b\xea\xd2\x08\xd7\xf2\xc9\xcf\x5c\x68\xa2\xab\x09\xe1\x4f\x95\x2a\xdd\x1b\x70\x23\x36\xfb\x7d\x07\x16\x47\x6a\x0b\xea\xd2\xfe\x12\xd6\x80\x57\xe9\xc7\xf3\xb0\x16\x0c\xa4\xee\xb5\x88\xe8\x9e\xb7\x9c\xe5\x43\xad\x72\x79\xbb\xed\xfd\xaa\x79\x31\x5a\x7d\x95\x97\x3d\x35\x63\xb6\xe7\x2d\x17\x22\xf3\x9e\x9b\xbe\x66\xf6\xd7\x13\x26\x6e\x7b\x81\x07\x38\x29\xbb\x1a\xdc\x4d\x51\xbf\xe5\xa9\xe0\xd5\xe4\xf2\x72\x76\xde\x6b\x9b\x6c\xd0\x04\x06\xb1\xb2\x37\x7d\xb2\x27\xf2\x2b\x76\x30\x1c\xf6\xda\x98\xfe\xcb\x54\xde\x18\x75\x93\xbc\x72\x7c\x52\x70\x18\x6a\xdd\xf5\xc2\xa3\xea\x9f\xe0\xd6\xd5\x9c\xda\xd5\xe0\x3d\x1d\x00\xdf\x9e\x55\xd0\x43\x11\x66\x78\x10\xa3\x8b\xde\x68\x9b\xf0\x74\x05\x8a\x86\x6d\x83\x11\xe8\xfc\xc1\x72\xcf\x89\xca\x1b\x2a\x78\xd9\x6b\xa2\xc4\x55\xa6\xc9\x2a\x9d\x12\xc3\x94\x6b\x48\x15\x2d\xac\x0f\x45\xb1\x68\x47\x92\xe6\x96\x85\x3e\x03\xad\xe8\x01\x5f\x8a\x2a\x7b\x29\x6e\x4b\xe2\xb7\x7f\x15\x92\xe1\x0e\x3a\xb1\xfe\x8f\x3c\x6d\x77\x4c\xae\x98\xce\x9d\x93\xbe\xd0\x9d\xed\x3f\xe7\x57\xaa\x02\x8e\x88\x94\xa9\xfa\x8a\x82\x38\x6d\xf3\x6a\xb9\xdc\x38\x33\x4f\xf3\xb8\x63\x6c\x43\x69\x04\x10\xff\xd0\xbe\x0c\x67\x9a\x31\x71\xab\x25\x0e\xe4\x42\x32\xc6\x97\x3c\xc9\x48\x7a\xc9\x42\xf7\x60\x3f\xcd\x06\xbe\x7b\xc2\x15\x0e\xc1\x57\x28\x4e\x0f\x18\x0c\xdb\x47\x8d\x94\xab\x92\xf1\x28\xe0\xce\x31\x16\x0c\xaf\x20\xfc\x1e\xdc\xdb\x98\x07\x44\x77\x88\x30\xa2\x4b\x9b\x2c\xdf\xec\xc5\x0d\x81\xb4\x20\xc0\x92\xd3\xd3\x62\x94\x06\x6b\x6b\x8b\x95\x1f\x41\x64\x40\x2d\x28\x14\x0e\xac\xe6\x31\x00\xa4\x35\x2d\x50\x28\x94\x28\xea\x9c\xb9\x73\xf4\x06\x0e\x42\xf7\x05\x9e\xb1\xe0\x6f\x5f\xae\xc0\x6d\x82\xdc\xb1\x8d\x08\xd7\xe0\x60\x9f\x65\x60\x41\x8d\xd6\x49\x85\xd8\x31\x7b\xe9\x24\xef\xc9\xf3\x1f\x27\xff\x71\xc9\xd6\xf2\x5a\x28\xf0\xb5\x35\x2f\xa9\x66\x96\x79\x92\x36\x38\xcc\xdf\xe2\x6e\x69\xd8\x5d\xa5\xbc\x14\x97\x78\xb6\x5f\x63\x30\x22\xfd\x6b\xf8\x4c\xc5\xcb\x52\xac\xf3\x92\xa4\x33\x11\xc9\x22\x0e\x5e\x93\xe1\xa5\x8b\x17\xdb\x1d\x99\xb6\xdf\x5f\xdf\x8b\xb6\x1b\xcc\xbb\x7b\xfa\xde\x0c\xc3\xe8\x7a\x86\x82\x3c\xe7\xa5\x93\x98\x6d\xa0\xa9\x4f\x22\x21\xde\x50\x36\xe4\x11\xb9\x44\xc3\x0e\xa7\xde\x50\x20\x8c\x9a\xfd\xc3\xc7\x1f\x7c\x40\x84\xd0\x96\xb1\xac\xe6\xa9\xd8\xc9\x41\x53\x0f\xe6\xdb\xd8\x1d\x7d\x5e\x27\xaa\x52\x81\x8f\xb3\x46\x16\x0c\xfc\x84\xa9\x68\xb2\x58\xdc\x9a\x70\x28\x44\x57\x8d\xe6\xc2\x23\xad\x90\x88\x06\xaa\x7e\x75\xca\x86\x6d\xc4\xd8\x44\xf9\xd7\x95\x5c\xa4\xff\xbb\xef\x86\x30\x01\x36\x1a\x3f\xb0\x0c\xcc\x01\xc8\x64\x51\x17\xfc\xb5\x12\xd5\x16\xa7\xec\xe6\x7e\xfb\x04\xb6\xe9\xd8\x65\x85\x72\xa4\xd0\x1f\x3e\xb0\xcf\xea\xef\x28\xc8\x6b\xf6\x1a\x34\xbd\xc9\x57\x7b\x17\x65\xe3\xc5\xed\x8b\x2f\xda\x59\xd8\xaf\x4e\x1b\xaf\x73\xdb\x78\x98\x17\xe1\x63\x23\x59\xec\xd3\xfb\x61\x1f\xad\x5f\xfd\xb0\xa0\x83\x4e\xcb\x4d\xd4\x3e\x6b\xba\x91\x76\x77\xd9\x2b\x21\xae\x8c\xd0\x52\xca\x1c\x3b\x03\x77\x04\x54\xf8\x98\x18\xc5\xf8\xea\x5a\x60\x78\x33\x92\x4c\x10\xc5\xe6\xb2\x2a\xb1\x2f\x24\xa5\x7d\xef\xc1\x84\x22\x19\xc7\x89\x2a\xab\x62\x0e\x83\x24\x99\x3d\x41\xc4\xf0\xea\x55\x25\x14\x18\x59\x77\x43\x74\x99\x7a\xc0\xe8\x01\x38\x60\x51\x65\x60\x23\x08\x36\xc8\xc1\x1b\x4f\xb8\x87\x6f\x87\xef\xec\xbb\x13\xf1\x1b\x2d\x4f\xbd\x5f\xb7\xa9\x28\xb0\xfe\x89\xc7\xfd\x5b\xbe\x16\xd5\xaf\xf0\x5d\xe3\x4d\x37\x74\x0f\x21\xd3\x01\xcf\x46\xb1\x17\xbe\xd9\xc0\x87\x5a\xac\xa4\xa6\xe0\xd4\xfc\xd4\xad\x75\xeb\x4c\x02\x6d\x03\xb3\x48\x13\xe3\xc7\xab\xdd\xad\x73\xe3\x75\xc6\xfb\x63\x3b\x43\x4d\x81\x1d\x6a\x91\x3b\xd1\x63\x87\x5e\xc2\x32\x59\x22\x31\xb2\x9a\x46\x0d\x2b\xba\x4f\x9d\xf1\x4e\x2b\x6e\x5b\x55\xad\x51\x1c\x43\xf7\x48\x4a\x3f\x8d\x03\x67\x77\xe3\x7b\x53\xd4\x0d\xe5\x95\x1a\xb8\xed\x23\x99\x1f\x71\xa1\x61\x29\xd0\xe2\xcc\x8c\x1f\xc9\x9d\x19\x8d\xf5\x98\xf7\xe0\xd5\x2e\x1b\x99\x30\x48\xcd\x51\xea\xbb\x45\xf2\xd1\xc3\x1a\x84\x23\x12\x79\x53\xab\x64\x51\x76\x7f\x91\x1c\x65\x22\xb3\x6a\xe4\x30\x53\xf9\x85\xf2\x54\x8b\xfc\xf1\xdb\xec\x73\x78\xda\x8b\x2a\xdb\x0a\x8a\xdd\x5d\xe6\xd7\x32\x5a\x31\xac\x07\x6b\x77\xef\x19\xc8\xe4\x52\x42\xad\x35\x32\x5d\x81\x19\x92\xcb\xba\xb3\x94\x25\xb8\x30\x40\x24\x94\xb5\xe0\x18\x34\xbb\x80\x87\xc7\xb2\x80\xcb\xdc\xdc\x7b\x65\x3d\x4c\x77\xfb\x59\xba\x77\x8f\x8a\x2a\xfb\xd5\xc5\xdd\x96\x7b\xdb\xbe\xf3\xf9\xa6\x54\x56\x8f\xe1\x85\x98\x0a\x54\xf0\x55\xd6\x50\xb9\x2a\x08\xc6\xcd\x22\x9e\x81\xf3\x9b\x52\x15\x19\x54\xa1\xf2\xd2\x17\x6f\x3c\xdd\xaf\xb5\x7e\xf6\x78\xf7\x4c\x95\x82\xc7\x7d\xd0\x34\xa1\x16\xcf\xb7\x91\x46\xe7\x45\x63\xc4\xac\x17\x6e\xcd\x86\xee\xd6\x21\xdb\x4e\x40\x15\x98\xca\x25\x39\xa1\xe0\x9b\x73\xcd\x05\x85\xa2\x6f\x6e\xd8\x8a\xe7\xb9\x66\xdd\x88\x23\x07\xfb\x4c\xb9\xb4\xde\xb1\x24\xf7\x6d\xb7\x24\x1c\x30\x76\xb6\xb1\x6e\x40\x64\xf5\x44\x5e\xd6\x26\x34\x42\x9f\x58\x73\x32\x96\xb9\x4e\xc4\x8d\xb0\x91\xe3\x5b\x02\x4f\xcb\x05\x5a\x6b\xcd\x0b\x79\xa3\x44\xa1\x7c\x87\x23\x2a\x23\x77\xcf\x44\x81\xf9\x55\xb1\xf6\x27\x0b\x62\x98\x31\x72\xc1\xf8\xcc\x3f\x0a\xf4\x3f\xc7\x17\x61\xf4\x1c\x24\x2e\x40\xa2\xf0\x82\xea\x4b\xcb\x25\xd0\x56\xeb\x8b\x34\xc7\xc8\x62\xd6\x11\x75\x11\x3a\x19\xf6\x19\x3a\x76\xa6\x82\xa3\xc3\xa3\x9d\x22\x8a\x4b\x0b\x50\xe4\x66\xc6\xc8\x13\x2d\x2b\xac\x07\x91\xb5\xff\x4b\xb2\x2d\x41\xa2\x99\x2c\x9a\x37\x9e\x1f\x4e\xf6\x11\x44\xc6\x23\x97\x2f\xd8\x7b\xb4\x91\xaa\x99\xd9\x21\x6b\xf6\x33\x18\xd6\x2d\x49\x40\xad\xfe\xb4\xf3\x3d\x31\x3e\x56\xad\xd3\xe0\x57\xed\x73\x4f\x57\xf5\x3a\x5b\x34\x9a\x44\x38\x9b\xcf\xa5\x9e\x82\xf8\x69\xab\xd9\xa1\xd5\x02\x3f\x7d\x80\x1e\xe3\x42\x16\x6b\x5e\x86\xd6\x88\x5c\x69\x2a\x16\x91\x99\x00\x95\x3e\x14\x42\xbe\x0e\xcb\x07\xd5\x5a\xf9\x2f\xfe\x91\x62\xa7\xac\xbb\x56\x6c\x97\x8d\x86\xc3\x61\x6f\x50\xca\x8b\xe4\x56\xc4\xdd\x31\xcc\xda\xbe\x6d\x47\x4a\xc3\x4a\x75\xc2\x38\x3b\x74\x86\x4d\x2e\x44\xa3\x24\x02\x25\xf1\xe6\xc1\x06\x0a\x46\xa7\x7c\x87\xe0\x51\x13\x08\xee\x4d\x9a\x53\xab\xdf\x96\x32\xc7\xbb\x0b\x50\x31\x77\xe2\x10\xc5\x34\x7f\x9b\xbc\x6b\x79\xda\xf3\x32\xb1\xd9\x09\x36\x45\xa1\x76\x33\x83\xd7\xee\xa1\xdf\x50\xc9\x93\x3b\x11\xb4\xe5\xfa\xb1\x28\x8b\xde\xc6\x10\x39\xcc\x0a\x32\xe1\x25\x83\xca\x00\xa2\xad\x46\x1b\xb1\x08\x4d\xed\x5a\x7c\xda\x8c\x7d\xbc\x88\x9b\x26\x0a\x7d\xa0\x3d\x78\xaf\xfb\x09\x57\xc0\x35\x5b\x66\x70\xdc\x25\xc5\xcd\xf0\x9c\x31\x27\xce\xee\xca\x3e\xee\xa0\x1b\x93\xf3\xc5\x4a\x80\x0e\x68\x51\x8d\x24\x2a\xf3\x4c\x06\xca\x33\xca\xec\xc1\xbe\x74\x7e\x93\x71\x6c\x5e\xcf\x55\x60\x30\x08\x34\xdd\x29\x43\x68\xf2\x2e\xae\x1a\xf9\x6d\x53\x64\x0a\x8a\x0e\x8e\xf1\x05\x29\xf4\xa4\x8d\x01\x6a\x99\x83\x9d\xbc\x90\x72\xc1\x6e\x0a\x7d\x21\x91\xc9\xbc\xd1\xc0\x81\x5a\xca\x0b\x4c\x7b\xa7\x9e\x88\x4e\x00\x7a\x07\x68\x36\x40\x5f\x1b\xc6\x7e\xde\x79\xa1\x85\xee\x01\xc1\xf3\xa1\x4b\xe4\x70\xa7\x1b\x20\x79\x01\x42\xff\xa8\x41\x0e\x3c\xc6\x8c\x5a\x0d\xcd\x20\x8c\x32\x2a\x75\xf6\x5e\x76\x24\x63\x10\x76\xe7\x92\x70\x3d\xce\xb2\x17\xc5\x9d\xbb\x3b\x6c\x92\x07\x2b\x26\xd4\x63\xe0\x87\x72\x41\xd3\x97\xe0\x3e\x00\xd6\x20\x57\x77\x2a\x40\xdf\x05\xfa\xad\x69\x9c\x7d\x0f\xf8\xee\x5e\x66\xc3\x19\xcf\xd8\x6d\x6e\xf1\x2e\xf8\x99\x5d\x7a\x16\x9b\x5b\xac\xdc\x6f\x84\xb5\x94\x87\xb7\xf5\x34\xb5\xc1\x48\x8d\x16\xcf\x33\x31\xbf\x11\x70\xa6\x3d\xcb\xf2\xdf\xc2\xb6\xfe\x77\xb3\xab\x37\x97\x13\xa9\x4e\x03\x87\xd5\x56\x74\x30\x4f\x29\xf8\x17\x19\x97\x18\x7d\xe3\x24\x0b\xad\x76\x6a\xab\x02\x6d\x3a\x04\x9f\x24\xd9\xa2\x94\x6c\x29\x32\x51\x70\xb0\x50\xc0\x2e\x5b\xed\x6e\xec\xfc\x3d\xf2\xfd\x4a\x52\x7c\x10\xca\x11\x68\x3c\x13\x69\x8a\x77\x9d\x20\xef\x7e\xa5\x15\xb0\x53\xd6\x21\x83\xf2\xce\xd3\xfb\x5b\xe1\x9d\xc8\x74\x2b\xfc\xf5\x21\x8d\xf0\xd1\x09\x1a\x91\xd9\x96\xef\x17\x69\xa4\x2c\x08\x83\x96\xb5\x3f\xe0\xb2\x2e\x48\x1d\xb2\x00\xce\xb3\x07\x54\x5c\x64\x10\xf1\x23\x93\x68\x75\x2a\x17\x26\x4e\x09\xaa\x3b\xd5\x76\xfb\xf0\x16\xc3\xb3\xad\x2f\xb1\xc0\x9f\x19\xea\x83\xbf\xb4\x9b\x84\xb7\x74\xea\xa7\x61\x90\x64\xcd\xbc\x2d\x3c\x56\xe7\x01\xfd\x79\x2c\x41\xbb\x8a\x9c\xb8\x82\x4e\x3f\x78\x91\xf3\x1b\x60\xb9\x9f\xbb\xe6\x52\x1f\x5b\xef\xd5\xe0\x4e\xfa\xf8\x10\xc4\x6a\xe5\xc1\x1b\xf1\x65\x1f\xc8\x1a\xc3\x02\x0b\xca\xe6\x52\x53\x11\xbb\xc7\x4d\xff\x48\xb2\x2f\xbe\x30\x7a\x68\xb4\xe4\x78\x1f\x2a\xd8\x03\x5f\xca\x38\x89\x29\xc4\x2a\x86\xeb\x26\xf7\x08\x9e\xc5\xde\x27\x88\x0d\x47\xa6\xcd\xc9\x5a\x58\xd5\x30\xea\x40\x9a\x66\x58\xf7\x79\x2e\x3a\xfb\xb8\x1a\xc9\x30\xf4\x07\x29\x81\xaa\x51\x09\xcf\xec\x8a\x82\xe7\x60\x1a\x28\x1e\x95\x64\xce\xec\x9b\x81\x6a\x76\x04\x5e\x24\xb6\x48\xab\x90\x77\x63\x9d\x64\x15\x46\xa5\xf0\xad\x02\x31\xe8\xba\x2f\xbd\x3a\x22\x06\x41\x69\xbf\xcc\x64\xf9\x25\xe3\x55\x29\xd7\xbc\x24\xcb\x2f\x60\xa0\xc8\x13\x29\x5c\x57\x62\x03\xe7\x79\x8e\x65\x0f\xc4\x25\x84\x84\x4f\x11\x03\x7f\xf9\xb2\xf0\x4e\xe9\x36\xfa\xa9\xca\x30\x0c\xa8\x8d\x12\x10\x35\xd3\x00\xe9\xfd\x55\x26\x56\xee\x03\xe6\x27\x33\x32\x17\x6a\x79\x1e\x09\x70\xd0\xbf\x87\xea\x08\xfc\x59\x88\xc0\x0d\x03\xce\x16\xbc\x75\x31\x7d\x3b\xee\xac\x3c\x00\x15\x3d\x30\x84\xf1\x8a\xb9\xb7\xc7\x18\xb1\xd8\xe2\x7b\x3d\x5a\xb1\x6e\x7c\x16\x64\x19\x82\x56\xa4\x29\x02\x4d\x1c\x66\xbd\x86\xa8\xc5\xdc\xe3\xaf\x3d\xae\xc2\x3f\x55\x40\xb7\x69\xa0\x58\x32\x25\x07\x2e\xd2\x1c\x8d\x70\x47\x2c\x64\x9c\x89\xb1\xda\xd3\x67\x07\xe2\xb1\x24\xee\x65\x18\xd2\x4e\xea\x66\x18\x8f\x83\x5b\xf3\x3e\x92\xe7\x30\x09\x35\x3e\x13\xda\x8e\x95\x8d\x84\x95\xc9\xd2\xaa\x7d\xac\x60\x00\xa2\xc4\xbc\x22\x03\x36\x50\xad\x99\x58\xee\xc6\x78\xce\xc9\x55\xbe\x83\x3c\x1c\xa9\xd0\x82\x16\x0c\x91\xbd\x50\xcc\x35\x2f\x0a\x1b\x7b\x06\x65\x2a\xce\x16\xe2\x86\xa5\x7c\x23\x0a\x50\x58\xc9\xd0\xcc\xd2\x64\x53\x59\x4a\x13\x3f\xd0\x97\xcc\x70\x2c\xa0\x34\xe0\xa0\x91\x8b\x02\xbb\xb2\xd2\x04\xcf\x98\x50\x65\xb2\x26\x9d\xd1\x4a\xde\xb0\x54\x66\x4b\x14\xbf\x6c\x10\x70\x34\xdb\xd3\xa2\x5d\x0b\x72\x18\x71\x00\xdc\x1b\xd6\xca\x77\xf9\xf3\x19\x3f\x1b\x74\xf3\xa1\xf7\x8a\x07\xa1\x16\xc5\x85\x93\xb9\x0d\xd9\x87\x73\x04\x4e\x8c\x81\x4d\x9f\xfd\xee\x19\xa4\xb9\x53\xda\x62\x01\x48\x1f\x03\xcb\xbf\xb5\xaa\x27\x49\xcd\x4d\xfc\x1c\xef\xa5\x59\x1a\x04\xde\x1a\x41\xbb\xf1\x86\xef\x2b\x3c\x6d\x8c\xf7\x56\xeb\x55\x0c\x1b\x6b\x13\xe7\xd1\x37\x6b\x70\x92\x2d\x35\x65\x03\x2b\x15\xcd\x42\xbb\xd0\xa5\xa5\xa4\x88\xb3\x25\xc9\x47\x96\x07\xb2\x42\xed\x03\x77\x24\x20\x38\x21\x61\xd6\x6b\xe9\xbb\x69\xd6\xb6\xa8\xfd\xe6\x0e\xee\xe9\x87\x1b\x4e\x32\x56\xe7\xd0\x0d\x93\x13\xbe\xd9\x7c\x5f\x65\x0d\x03\x3c\xa7\xa7\x6b\x9a\x3b\xd5\xdb\x38\xa3\x07\xf3\x22\xe5\x2c\x96\xac\xd6\x87\x17\x4b\x88\x49\x67\xdf\xa8\xff\xc4\xc6\xec\xc3\x07\x0f\x12\x34\x80\xde\x80\xed\x6f\x5e\x01\xdb\xd7\x66\x11\x49\x11\xef\xb5\x90\x71\x23\x31\x32\x2c\xba\x3b\x89\xbf\x56\x3c\x7d\xe0\xfe\x41\xb3\xd9\xbf\x07\x5b\xc7\xa3\xb2\xe2\x69\xdf\x8a\x2a\x9e\xc5\x30\x7e\x82\xf7\x5a\xfb\xd5\x7f\x23\xb7\x35\x34\x07\x66\x6b\xd8\x2b\x0f\x3f\x1a\xb8\x7c\x76\x6a\x87\x68\xb3\x12\x70\x8e\xaf\xad\x29\x6f\xfd\xae\x9e\xb2\xc7\x8f\x93\x9e\x7d\x55\xc6\x6f\x6f\x93\x77\xfe\x10\x6f\x93\x77\x61\x80\x0d\x6f\x80\xc0\xb7\xc2\x83\xf1\x04\x74\x3f\x74\x3d\x66\x34\x26\x31\x88\x98\x48\x00\xdc\xc4\x00\xe0\x46\xcd\x64\x05\x3c\xa8\x16\x30\x6d\x95\xa2\xc4\x9d\x1e\x2f\xd6\x39\x3d\x3d\xed\x30\x99\x6b\x16\x0f\x02\x2b\x38\xf3\x78\x0c\xfe\x05\x01\xd6\x23\x29\x8a\xc8\x33\x31\x23\x2b\xaa\xad\xb9\x2f\xf4\xec\xd6\xbc\xb8\x32\xd7\x9d\xb1\x79\xc0\x40\x8f\x3e\x66\x81\x33\xaf\x67\xd3\xa9\x48\x08\xab\x93\xab\x2f\x3f\x9a\xe5\x43\x7c\x06\xfc\x75\x2d\xb8\x16\xc0\xbc\xb5\xfa\xf5\x2d\x24\x5c\xb4\x53\xbb\xdf\x6d\x94\x50\x1f\x10\x08\xfa\x33\xc9\xf4\xef\x48\xd3\xa0\xc0\xa8\xf5\x92\x58\x64\x65\xb2\xd8\x04\x46\x4c\x0e\x08\xde\x3b\x1f\x84\x71\x80\x5b\x93\xdc\xc1\x0d\x37\x60\x98\xe6\x45\x92\x8a\x93\x34\xc9\xac\x82\xcb\x78\xf0\x40\xfa\xb1\x87\x9e\x1e\xca\x72\xd1\x30\x81\xaa\x1f\xa1\xbe\x5d\x1c\x29\xa8\x76\xd9\x9b\x32\x49\x93\x72\x13\xbc\xa0\xe5\x85\x28\xcb\x8d\x09\x7d\x4a\x91\x28\xfc\xd4\x40\x6b\x5e\x76\x01\x92\x7e\xa0\x19\x3d\x15\xb9\x20\x08\x9f\x9e\xb2\x0e\xfa\x12\x76\x6a\xe8\x0e\xdf\x89\x22\x82\x2c\x56\x16\xec\x94\x3c\x6c\xa9\xd3\xa7\xf6\x23\x2f\x36\xc8\x37\x83\x1d\x52\x89\x21\x5f\x06\x6b\x9e\xdb\xfc\xf4\xac\xab\x27\x61\x3a\xaf\x65\xb8\x17\x3d\xcc\x1f\x61\x0e\xa4\xcd\x4f\xcd\xbe\x62\x23\xa7\x6e\x77\xe9\x2e\x48\x7a\x59\x71\xa5\x49\x22\xa4\x1c\xee\xa3\x92\x49\x6f\x9c\x5c\x2c\x98\xde\xdf\x52\x31\x79\x93\x81\x53\x8c\x79\xef\x72\x3d\x81\xf9\x8c\xcb\x4a\xac\x6f\x26\xf0\xbb\x5c\xf2\x24\xd3\x52\x2d\xd9\x6b\xd2\x48\x20\xd9\x9a\xa1\x06\x21\xa4\xf4\x62\x21\x6b\xd9\xc6\x8b\x77\x43\xfa\xfd\x30\xd8\x8d\x11\x1a\xdb\x6a\x06\x77\x02\x9e\x97\xd3\x53\x47\x8f\x1a\x3c\xfe\xee\x2e\x3b\xb7\xae\x65\x91\x5c\xaf\xa5\xcb\x00\xbb\xc9\x85\xa2\x60\xa2\xbe\x1c\xc7\xb3\x0e\xe8\xa8\x30\xac\x4f\x6e\xdc\x42\x6b\x61\x7d\x1c\xa2\xe8\x3b\xcd\x50\xfc\x26\x99\x6f\x89\x3f\xa4\x51\x21\xc3\x20\x5a\xf6\x74\x7e\x4d\x81\xb3\x6c\x01\x04\xce\x62\x27\x90\x23\xcf\x8f\x0e\xd2\xed\x98\xf3\xa1\xab\x67\xbe\x05\x1f\x56\x5a\x8a\x12\x8c\x74\x8b\xe7\x32\x82\x9b\xfe\x7d\x77\xd4\x6b\xb7\xf2\x23\xdc\xc7\x39\x43\x1d\x70\xea\x06\x7f\x29\xfc\xe4\x96\xb1\x9d\x84\x3b\xd2\xad\x49\xfd\x6f\x40\x9b\x31\x5e\x87\x27\x9b\x1b\x96\x0c\x07\xfe\x3f\x7a\xd8\xff\x83\x61\xd3\xc0\xf2\x0b\x0c\x67\x3f\x2f\x8b\x2a\x51\xab\xcf\xc3\x1b\xe3\xf7\x27\xf1\x96\xb5\xfc\x59\x84\xfe\x9f\x9d\x7a\xb7\x71\x3e\x21\xb1\xae\x1d\x60\x70\xf7\xa9\x1f\xde\x5f\xe5\xa0\xfc\xf2\x63\x42\xd4\x9c\x8e\x49\x5d\x3e\x31\x16\x35\x00\x3e\x48\x2e\x01\x94\x14\x44\x14\x93\xa8\x0a\x2d\x56\xc0\x44\xa6\x79\x3e\x38\x8b\x93\xa2\xdc\xb0\x15\xfa\xc9\x3e\x2b\x11\x93\x54\x10\x89\xac\x8f\x36\x3d\x20\x80\x63\x16\x6a\x71\xcb\xd7\x9a\xcc\x1a\xed\x2c\x8e\x61\x23\xc4\xdb\xbd\x0b\x0d\xbc\x5b\x65\x49\x98\xd8\x33\x30\x9c\x7d\x6d\x7b\x82\x42\x7c\xd5\xd3\x4b\x1c\x30\x36\x34\xa1\x56\xe9\x13\x5c\x14\xf4\x90\x45\x7e\x8e\xce\x79\xb1\xcf\x46\x10\xe6\xbf\xa4\x08\x7c\x05\xce\x5a\x49\x46\x87\xda\x7a\xeb\x1b\x5c\x9f\x98\x5b\x84\xa6\x8e\x24\x88\x7d\x1e\xc0\x15\x6f\xe1\xcf\x1f\x88\x8c\xcd\x4d\xf6\x11\xd3\x2d\xbb\xe9\x1d\x64\xc4\x88\x19\x66\xce\xdd\x62\x7e\xa5\x11\x14\x81\x71\x6a\x0d\x93\xfc\xbb\xfd\xad\x07\xd9\xc7\x6c\xfc\xae\xce\x0a\x20\x46\x80\x0b\x7c\x77\xb7\xfb\xf6\xbf\x76\xdf\x3d\x3e\xf9\x4b\xfc\xb8\xa7\xff\xfb\x4b\xef\xeb\xff\x77\x37\x34\x96\xd5\x8d\xbe\xd6\xff\xbf\x1d\xbd\xd3\x18\xff\xf5\xd7\x5f\x77\x1a\x6a\xd0\x1f\x0b\x88\x80\xe5\xd4\x9f\xd2\x7f\x8d\x46\xf6\xe7\x21\xb0\x23\xc5\x58\xa0\x12\xc0\x2e\x6b\xa1\x5d\xb4\x2c\x67\xad\x40\x4c\x95\xe0\x90\xbc\xe0\xc5\x55\x68\x25\x43\x18\xac\xb9\x90\xaa\xf4\x1e\xcc\xdb\xd5\x3a\x1a\xab\x50\x33\x02\xfb\x52\x23\xc4\xe1\x21\xc1\x28\x29\xbe\x99\x84\x31\xfd\x51\xa5\xcc\xb7\xe9\x0b\x34\x35\x31\x00\xb3\x92\xbf\x07\x41\x48\xf0\x28\x3d\x06\xf2\x21\x10\x04\x3d\x5a\x2d\x43\x71\x00\xc2\x36\xc1\xb6\xd7\x54\xa9\xfb\xed\x3c\xaf\xe5\xed\x5a\x49\xf2\x9d\x6c\xee\x80\x89\x4b\xf4\x3f\xbc\x03\x0f\xc1\x3e\x8c\x9f\xda\xa6\xfa\x6d\x59\x38\x3e\x84\xf9\x0b\xdf\xdd\x65\x97\xdf\xbd\xf9\x7e\x3a\x63\x17\xcf\x9e\xcf\x4e\x58\x9a\xcc\x63\x59\xee\xfe\xa4\x76\xd3\x64\xfe\xbe\x2a\x17\xc7\x83\x9f\xd4\x23\xf0\x68\xc8\x37\x45\xa2\x69\x64\x37\xea\xb1\xf1\x70\x34\x06\x1a\x38\x5d\x15\x72\x9d\x54\x6b\xf6\xdd\x25\x9b\x54\xe5\x4a\x16\x6a\xc0\x26\x69\xca\xa0\x2e\xbc\xdc\x88\xe2\x5a\xcb\x5c\x5a\xea\x50\xce\xc8\x42\xc9\xaa\x88\x28\xdd\x73\xa2\xd8\x52\x5e\x8b\x22\x33\xf1\x47\xcf\x2e\xcf\x77\x54\xb9\x49\x05\x4b\x93\x48\x64\xc6\x59\x88\x4c\x2d\x76\x77\x31\xfd\x8d\xb9\xb4\x9f\x3f\x9b\xce\x5e\x5e\xce\xe0\x62\x19\x3c\x7a\xd4\xa9\x14\xb2\xf4\x51\x09\xef\x7c\xbb\xec\xf5\x77\xe7\xdf\x75\x63\x7e\x9d\xc4\x73\x91\xf5\x4e\xd8\x8f\xc6\x32\x90\x08\xa9\xc8\x22\x19\x93\x2b\x05\x10\x63\x13\x95\x5b\xc4\xfd\x47\x90\x07\x93\x82\x66\xe3\xf6\x52\x78\xdd\x0c\xbd\xaa\x92\x6c\xc7\x58\xae\x85\xd1\xbc\xf5\x92\x75\xeb\x55\x59\xe6\xea\x64\x77\xf7\x26\xb9\x4a\x06\x37\x2b\x5e\xde\x2c\x07\xb2\x58\xc2\xdf\xbb\x78\x67\xce\x68\x02\x7e\x75\x33\xa9\x81\xca\x45\xe4\xb7\x73\xdc\x25\x1a\x8c\x2c\xaa\x94\xbd\x79\x7d\xb1\x73\xcc\x62\xa1\xc1\xe9\x71\x20\x6f\x5e\x5f\x1c\x9f\x63\x61\x13\x49\xc8\xd3\xda\xc5\x7e\x99\x6f\x4a\xa1\xd0\xcb\x9a\x20\x6b\x1f\xa9\xc5\x5f\x2b\x41\x61\x0f\x01\x91\xa0\xea\x73\x5d\x93\xe2\x3f\x51\x67\x09\xd8\xa3\x2c\x0b\x01\x71\x80\x63\x81\xd9\xbd\xd9\x5c\x68\xe8\xe2\xf4\x62\x48\xac\xe0\x3a\xf8\x8a\x0d\xbd\xac\xda\xb1\x78\x05\x2d\xc2\x6e\x53\x79\x23\x0a\x36\x87\x4d\x97\x99\xa7\xe3\x76\x63\xdc\xd1\x2b\xb4\x3e\x83\xc6\xd0\x6d\x90\x83\x2b\x82\x7c\x0e\x1c\x99\x61\x02\x23\x2f\x79\x9f\x95\xfc\x0a\xdc\x13\x32\x4d\xd6\x22\xf4\x6c\x40\x53\x46\xf0\x7a\xcb\x0b\x71\x9d\xc8\x0a\xd8\x0a\xc8\x92\xac\xca\x42\xf0\x35\x5c\xee\x36\x6d\x0e\x62\x96\x28\xea\xe4\xf4\xd2\xaa\x5f\x0b\x6c\x0c\x91\x3d\x74\xd5\xbe\x8b\xfa\x6d\x78\x6b\x27\x13\x18\x2e\xe2\xd2\x93\x22\x51\x2f\xae\xc1\x50\x65\x49\x23\x66\xb8\x06\x08\x9b\x8b\xf2\x46\x88\x8c\x0d\x6f\x87\x43\x2f\x43\xe3\xf0\xf6\xe2\x22\xe4\x30\xcc\xb4\x20\x42\xbd\x9e\x16\xed\x18\x01\xc1\x97\x4e\x34\xa4\x46\x87\x2e\xe6\x55\x13\xe1\x3c\x22\x85\xdd\xb4\xbe\x9c\xe9\x3b\xbe\x10\xa5\x4d\x72\xde\xa6\x6d\x53\x65\xd1\x66\x30\x07\x59\x41\x49\x4f\x10\xad\x78\x31\x95\xb1\x98\x94\xdd\xc4\x13\xfd\xeb\xb8\xea\x79\x3b\x61\x85\x88\xfd\xe9\x94\x0d\x6f\x8f\x2e\xc2\xf0\xb3\x10\x0c\xc8\xf4\xeb\xf5\x19\xb8\xb8\x0e\x6f\xa7\x43\xdd\x3c\x62\x5f\x7c\xc1\xa8\xa3\xf3\xa0\xa3\x06\x4e\x47\x6c\x87\xe9\x66\x4f\xc3\x2a\xfe\x69\x1a\x3d\xad\x7b\x95\xf8\xc8\x7b\x7b\x3c\x6c\x9d\xc9\xac\x31\x93\xd9\x43\x66\x32\xbb\x6b\x26\xe3\xfb\x66\xd2\x3e\x95\x8b\xc6\x54\x2e\x8e\x1e\x30\x95\x8b\xbb\xa6\xb2\x77\xf7\x54\x46\xc3\xe1\xb6\xc9\x1c\x37\x26\x73\xf6\x90\xc9\x1c\xdf\x31\x99\xfd\xbb\x27\x33\x1e\x6e\x9f\xcd\xb4\x31\x9b\xf3\x87\xcc\x66\x7a\xc7\x6c\x0e\xee\x9e\xcd\xfe\xb0\x6d\x3a\x0d\x5c\xef\xfc\xa5\x5a\x2c\x16\x71\xa7\x16\xf3\x2d\xac\x8d\x8b\x38\x6e\xec\xef\x59\x13\xd5\xec\x0c\x77\x76\x9e\x6e\x5f\x5e\xb7\x56\xf2\xa7\x3f\xb1\x43\x2d\x5b\x76\x71\xdd\xc7\xc3\x9e\x6b\x7c\xef\x71\x66\xa8\x88\xfb\xb3\x2c\xc1\x33\x20\x4d\xdd\xad\x45\xcf\x15\xc6\xcf\x12\x23\x9f\xe0\x75\x02\xde\x1e\x61\x0f\x8b\x24\x2d\xf5\x85\x58\x95\x4c\x55\x45\x21\x97\xf8\x2e\x9b\x14\x56\x53\xc7\x0c\xf5\xf1\xd6\x12\x2e\xe5\xa9\x57\x13\xe8\x8c\x5b\x63\x7d\x9b\x6a\x96\xb4\x1f\x3e\x68\x20\x9f\x1f\x0f\x11\xcc\xb6\x9d\x06\xb7\xeb\x04\x69\xcd\xc5\x45\xaf\xd9\xda\xd5\xfa\x0a\x8e\xc6\x85\xae\x16\x40\x69\xeb\xae\xb7\x62\x08\x41\x05\x58\x14\xa1\x6f\x24\x22\xfd\x26\x47\x69\x55\xe6\x55\x39\x08\xaa\xd7\x57\x4c\x27\xb4\x3e\x0b\x3b\x0f\xbc\x77\x06\xfa\x5e\x9d\x12\x21\x77\xed\x7b\x4f\x83\x46\xad\xf3\xc3\x54\xd5\xc1\x66\x0d\x6a\x15\xdc\x7c\x76\x1a\x24\xe3\x01\xd3\x69\xd8\x3b\xd3\x1e\x3d\x66\x5d\x6f\xa9\x5f\x7d\xf5\x15\x1b\x0d\x7b\xec\x0b\x36\xbc\xdd\xbb\xb8\xe8\x35\x63\xc3\x0d\x6f\xcf\xa7\xd8\xcc\xdb\x5a\xaa\x5d\x5f\xe9\xa3\xb6\xdf\x3f\x6e\x3b\xc9\x9a\x55\x92\x12\x1e\xe7\x91\x91\x4b\x32\xb6\xae\xd2\x32\xd9\x01\x26\xc0\x1d\x86\xef\xc5\x4d\x92\xc5\xc4\xaf\x60\x08\x1b\xbf\x13\xf4\xef\x48\x25\xb9\x42\x80\x03\xaf\xee\x61\x70\x1f\xcd\xd8\xc6\x1a\x12\x4e\x38\x4a\xf0\xd1\x53\x51\x5b\x99\xbd\x10\x65\x2b\x67\xe6\x58\xb2\x81\x17\x5a\xcd\x06\x4e\x8f\x44\xf0\x44\x41\xc6\x34\x20\x80\x09\xcb\x9a\x25\xce\x0b\x1f\xc2\x46\xfc\x5f\xc3\x8e\x61\x03\xcd\x94\xf9\xcc\x97\x96\xea\x02\xdb\xbf\xae\x79\x08\xf6\xd8\xb7\x6e\xaf\x47\xcd\xb1\x7e\x98\x4c\x22\x33\x6c\x73\x30\x30\x4e\x0c\x76\xcc\x4a\xc4\x35\xd1\xeb\x1c\x22\x26\x81\xc3\x18\x77\xe2\xcb\xb5\x28\x94\x9f\xff\xc8\x48\x7b\x2e\x46\x83\xae\x1d\x9c\x6f\x06\xea\x23\xa0\x42\x37\x98\x21\x43\x7d\xcd\x7e\xc4\x60\x95\x79\x2e\x32\xa5\xa9\x10\x84\xb0\xb8\x12\x9b\x1c\x04\x12\xf4\x45\x46\xf3\x34\x30\x65\x21\xc3\x69\x98\x8b\xe6\xf4\x78\x44\x84\x1f\xd2\xc7\x69\xec\x3f\x7b\xf1\xea\xeb\x3b\x90\xe5\xb5\x93\x21\xc1\x20\x54\x43\x65\xfb\x1e\xfa\xd2\x26\x62\x13\x80\xaa\xbf\x0d\xaf\xfc\xc7\x22\x3c\xd2\x35\x64\xb4\x78\xa6\x50\x26\x21\x8c\xb2\xa8\x84\x48\x80\xe3\xd5\x91\xe0\xd7\xe0\xc0\xf5\x75\x0b\x09\x31\xab\x2c\x81\xb9\x78\x22\x1f\x69\x4b\x74\xcb\x87\x72\xeb\x44\x1b\x1b\x2c\xb5\x7f\x7f\x45\xc0\xd5\x5c\x5c\x5c\x9c\x07\x4f\x62\xd4\xfc\xb8\xa5\xf9\x99\xdf\x1c\x22\x1f\x3c\x1e\x05\x4b\xf2\xaf\x25\x3d\xcb\xb8\x65\x96\x8f\x47\x35\x56\xc4\xcd\x35\xd6\x83\xc5\x6d\x73\x25\x10\x5d\xde\x40\x0c\xda\x06\x06\xfb\x37\x54\xe4\xf8\x58\xbc\x52\xec\xa5\xa0\x99\x22\x7d\xa5\x3c\x66\xdd\xd8\x16\x06\xec\x05\x06\xdb\xdd\x72\x2b\x34\x21\x76\xe7\x25\xd2\xac\x1c\x44\xff\x75\x7c\x40\xa4\x4f\x9e\x39\xe9\x04\x38\x4b\xf9\xdd\x96\xb6\xc8\x57\x77\x49\x57\x61\xe8\x61\x6f\x6f\x6d\x3f\xcd\x8e\xda\x6e\x6b\x10\xcd\x3e\xe8\x66\xfa\x46\x3e\x74\x37\x6b\x8b\xa4\xd5\x1c\x25\xe4\x98\xee\x1c\x66\xe6\x0d\x33\x1a\xb7\x8f\x33\x0e\xc6\xd9\xfd\xd2\x1f\xca\xb0\x67\x5f\xee\x3e\x6c\xbc\x0b\x7f\xbc\xe3\xf6\xf1\xf6\x9e\xfa\x5b\x76\xb3\x4a\x52\xc1\xba\x81\x66\xc4\x2d\xae\x85\x4f\xbf\x73\xfc\x63\x18\x9f\x26\xd0\x3d\x64\x5f\xba\x1e\x7a\x86\xed\xe9\x05\x6f\xd0\x8d\x0b\x7e\x8b\xc6\xb1\x5c\x25\x45\xfc\x3e\xe7\x45\xb9\xd9\xbd\x89\x6e\x92\xb8\x5c\x81\x0a\xf2\x26\xda\xa6\x80\xdc\xff\x64\x05\xa4\xa6\x8a\x37\xd1\xef\xa8\x82\xf4\xe2\xdf\x7b\x97\x76\x9a\xcc\x0b\x48\xfc\xac\x18\x59\x87\xda\xfc\xd0\x04\x81\xc1\x4f\x8a\xad\x65\x5c\xa1\x73\x6f\xa6\x6f\x97\x9f\x94\x7d\xea\x95\x45\xb2\x04\x2d\x58\x2d\x8b\x20\xf9\x0b\xe3\x04\x79\x79\x02\xb7\x28\x69\x15\xb3\x7c\xfd\x93\x02\x35\x62\xce\xa3\x2b\xbe\x14\xbb\x6e\x28\xb8\x31\xcc\x64\xbd\x79\x9a\x80\x50\x72\x01\xfa\xf1\x4a\xb1\x6f\xab\x55\xa6\x05\x29\x6c\xda\xed\xd5\x66\xe0\x59\x6e\x2f\xa4\xa6\x7d\x70\xed\xdd\xe6\x29\xcf\x68\x86\x72\x2d\x94\x5b\xad\x5d\xc8\xb4\xd6\xd1\x49\x2d\xa8\x15\xcf\x5a\x32\x26\xba\x59\xf0\x2c\x66\x37\x91\x32\x7f\x76\x6d\x06\x75\x60\x24\x9e\xcd\x66\x33\x76\x59\xc6\x6c\x34\x1c\x8e\x07\xa3\x9d\xf1\x70\x38\xea\xc1\x75\xf7\x06\xaf\x2f\xc3\xb3\x68\x58\x9d\xec\xee\xde\xdc\xdc\x0c\x64\x2e\x32\x08\x65\x00\x20\x93\x59\x9a\x64\x22\xaf\xe6\x6a\x77\x38\x3c\x7a\x32\xdc\x7f\x72\x74\xb0\x6b\x1d\xec\x2c\x24\x57\xe5\x3a\xfd\x65\xfd\xa8\xa0\x23\x0a\x16\xb5\x48\x6e\x45\xbc\x03\x5f\x48\xea\x62\xb1\xb8\x4e\x22\xa1\xfa\xec\x39\x2f\x93\xcc\xf1\x30\x10\xf6\x9c\xc9\x28\xaa\xf2\x8d\xf5\xaa\xd4\xdd\x7c\x1e\x89\x34\xfd\x9c\xe5\x52\x25\x06\x7c\x68\x3f\x06\xdd\xf6\x35\xfb\x5c\x08\xae\x58\x12\x0b\xb9\x2c\x78\xbe\x4a\x22\x36\xfd\xdf\xdf\x7a\x3d\x83\xc9\x2f\x76\xac\x19\x2f\x55\x69\x7e\x57\xa4\xa9\x1a\xb0\x67\x59\x29\xe0\x59\x15\x22\xa9\x96\x1b\xcb\xe9\xa2\xa7\x39\x4f\x77\xcc\xa3\x39\xa4\xd4\xc2\x97\x46\x0c\xb7\xd0\x2d\x45\x2a\xca\x4d\x2e\xf0\xcc\xf5\x3c\x76\xcc\x34\x56\xcc\x3e\x98\x80\x17\x03\xc8\x05\x56\x73\x6f\xf3\x60\xf2\x65\x21\x00\x3f\x98\xcc\x8c\xff\xbc\xed\x8b\x8c\x90\x79\x7c\xcd\x21\xb6\xd2\x97\x46\xcb\xad\x64\x01\x29\xc9\xe4\x0d\x5b\x83\x5f\xbb\x48\x53\x0b\x25\x35\x60\x2f\x25\x13\xaa\xe4\xf3\x14\xf2\x46\xe2\x93\x2b\xec\xb1\x2a\x79\x16\xf3\x22\x56\x98\xe6\x9d\x71\x88\xa2\xa1\x82\xf1\xdf\x18\xee\xc8\x9b\x87\xdb\x9f\x47\x94\x73\xa7\x65\x5c\xdd\x45\x0b\x20\x06\xe4\x13\x5b\xc8\xaa\x4c\x32\x01\x76\x97\x00\x55\x8c\xf5\x63\x02\x6f\xe9\xcd\x85\x13\x00\x2f\xeb\x7a\x9f\xe6\x62\xc5\xaf\x13\xbd\x54\xae\x30\x85\xb7\x82\xe3\xc4\x8a\x2a\xc5\x07\x72\x2f\xd7\x19\x48\x1c\x79\x21\xaf\x93\xd8\xc5\x08\x30\x4b\x99\xca\x4c\x69\xaa\x50\xd9\xec\x56\x17\xb2\x40\x1d\x3a\xa1\x0d\x4f\x3d\xa4\xe9\x07\x8d\x0d\xcc\x80\x24\x24\x51\x52\x52\x60\x01\x38\xad\xca\xe7\xc5\x77\x00\x1e\x88\xf2\xd7\x09\x87\x5e\x70\x49\x2e\x5d\xaa\x60\x33\xae\x4a\x36\x51\x09\xca\x0b\x17\x55\x9a\xfe\x08\x2d\xba\x17\xbd\x3e\xfb\x51\xb3\xf2\xdd\x1f\x7b\x7d\xf6\x0d\x4f\x17\x74\x7c\xba\xdf\xf4\xf0\x99\xfd\x25\x2f\x0a\x79\xc3\xba\x2f\x79\xcf\xcb\x61\x84\xb1\xd9\x50\x88\x54\x18\xad\x0e\x97\x50\x90\x37\x09\xe3\xeb\x79\xb2\xac\x34\x8e\x43\xc8\x24\xda\x68\xec\x9c\xa3\x91\x3e\x6e\x16\x6d\x75\xa5\xc4\x00\x40\xe4\x1d\x51\xba\x3a\xdc\xec\xd9\x04\x7a\x95\x95\x62\xdd\x49\x0f\x82\x41\x50\x2e\x46\x7d\x23\x40\xdf\xd1\x4a\x26\x91\x86\x41\x2e\xb2\x58\xb1\xbc\x82\xdc\x4e\x10\x53\x2c\x2f\xc4\x42\x14\x82\x1c\x99\xe7\x3c\xba\xba\xe1\x45\x6c\xe2\x6b\xf0\x32\xa1\x43\x89\x62\x6a\x02\xe6\x68\xab\x44\x95\xb2\xa0\x33\x2e\x0b\xf6\xa3\x50\x10\x8e\x3f\x07\xf7\xfe\x08\x65\x99\xe9\x4a\x4a\x38\x79\x48\x46\x08\x84\x94\x9a\x4b\x89\x60\x49\x60\x03\x07\x71\x83\x7e\xaa\x14\x98\xdb\x70\x6b\x78\xc1\xf3\xbc\x90\x79\x91\x68\xfe\x37\x95\xd9\x12\xc3\x2b\x2b\x99\x56\xf8\x22\x8a\xa1\x35\x60\x2a\x66\x7c\x72\xaa\x8b\x13\x95\xa7\x7c\x43\xa7\x3f\x1c\x92\x2b\x13\x35\x8d\x20\xe4\xae\x16\xb3\x3a\xdd\x45\xed\xda\x00\xbc\xd7\xa8\xb7\x61\xdd\xe3\x9d\x79\x52\x5a\xa9\xcc\xeb\x1a\xdc\xd8\x69\x6c\xb4\x63\x0a\x20\xa0\xf1\x67\x74\x08\x8d\xa5\xc6\x5b\x7f\x1a\x14\xd9\x4d\x03\xe9\xcf\x85\x10\x57\xe0\xed\x34\xdd\x14\x49\x9a\x26\x51\x9f\x89\x32\x1a\xe0\x75\x05\x9e\x1b\xd9\x86\x95\x9b\xdc\x12\xdc\x88\x82\xc7\xf1\xc0\x6f\xfb\x85\x3e\xc1\x29\x3c\xac\xa5\xe0\x59\x85\xe0\x22\x8c\xd0\xf7\xa0\xbf\x2f\xec\xa5\x2c\x6b\x07\xa3\xfb\x52\x54\x65\xc1\x53\xc2\xf4\x01\x9b\x69\x8a\xa5\x81\x6a\xc1\x6d\xdd\x5c\xe2\x24\x82\xa7\x2e\xee\xf5\xca\xb3\x0d\xf9\x7b\xd4\x37\x61\xc0\x9e\x19\xb9\x1a\x52\xc5\x96\x2b\x01\x13\xc5\xb4\xe8\x9a\x79\x02\x1c\x70\x4b\x04\x8f\x2d\xcc\x2e\x2f\xd1\x07\x48\xcb\xf0\x96\xd2\xc1\x7d\x82\xc9\xf5\xec\x66\x68\x02\x06\x14\x0a\xfd\x4d\xad\x3f\xf5\xec\x05\xbb\x7c\x35\x99\xce\x34\xfa\xfe\xf0\xdd\xf3\x37\x2f\x66\xec\xd9\xcb\xd7\xb3\x3f\x7f\x3f\x79\xee\xc5\x4f\xd1\x6b\x9a\x53\xc2\x64\x4f\x84\x8e\xf5\xe5\x57\xea\x23\x04\xa7\x82\x87\x1b\xbc\x4c\x37\xf9\x6a\x10\xb2\x31\xd0\x85\xa5\xbb\x8e\xd8\xaf\x05\x9c\x44\xae\x54\xb2\xcc\x5c\x47\x1e\xfd\xc2\xe5\xea\xf6\x19\xee\x43\x40\x1f\x89\x18\x24\xe0\x9d\x86\xc6\x05\x0e\x47\x9d\xe6\xcb\x3a\xb2\x51\x56\x37\xc5\xcb\x44\x2d\x78\x54\xca\x62\x63\x02\x97\xeb\x6d\x00\x97\x23\x83\x47\x9a\x7c\x83\x97\x12\x34\x35\xd7\x18\x6a\xa4\xf0\x26\x73\x24\x99\xe2\xa9\xdc\x44\xfa\x52\xe1\x03\x36\x41\x9f\x92\xb5\xc4\x44\xf7\x46\xab\x26\xa2\x04\x14\x36\x08\xe0\x10\xd7\x7c\x44\xf3\xf6\xcf\x4c\xac\xbe\x09\xf3\x4d\x78\x80\x01\xea\xca\x6c\xda\x46\x80\x35\x23\xcf\xd4\x0d\x2e\x64\x63\xae\xa9\x8d\xc9\x8a\x6c\x6f\x30\xc7\x50\x9a\x9b\x46\xdf\x61\x73\x88\x24\x8a\xb9\x7a\x06\xec\x52\x94\x25\x6d\x63\x95\x03\xd5\xd4\x0c\x8b\x5b\xbf\x39\x3e\xf6\xaa\x94\x0b\x62\x35\x5a\x2e\x62\xdd\x0b\x58\x7b\x10\xf7\x01\x96\x6c\x05\x68\xb4\x78\xc6\xd3\x8d\xa2\x44\x66\x10\x7c\x5d\xb3\x5a\xbc\x8d\x1b\x00\xda\x30\xaf\x4a\x8c\x90\x6a\xaa\x11\x80\xb8\x35\xbe\xee\xc3\xf5\x5a\xda\xec\x2e\x1c\x84\x1d\x7b\x1c\x03\xc4\x84\xb8\xa3\xd7\x12\x6e\x6e\xe3\xd4\xc6\x16\xbc\x68\xe1\x70\x49\x75\x03\x7c\x29\xfd\xbe\x4b\xe1\x50\x77\xcb\x62\x34\xda\x35\xe4\xc7\x71\xfe\x6c\x67\x87\x8d\x87\xc3\xa3\x9d\xe1\xc1\xce\xf8\x90\x75\xcd\x8a\x0e\x06\xc3\x1e\xd5\x7e\xa5\x41\xa4\x14\x59\x96\x57\x4a\xf4\x59\x24\xf3\x4d\x5f\x4b\x33\xc9\x62\xd3\x27\x0f\x57\x2d\x22\xcd\xab\x52\x38\x89\x6c\x51\xde\x10\x37\x43\x24\x47\xdf\x71\x39\x64\xd8\xcc\xd0\x23\x18\x1c\xe7\x04\x5c\xc4\xfa\x42\x9e\x6f\x34\xc7\xa1\x31\x09\x4f\x2a\x82\x85\x6e\x8d\x28\xe5\xc9\x1a\x99\xe1\x1b\x5e\xe8\x6a\x89\x20\x0b\x8e\x42\x2c\xf5\x7e\x53\x36\x43\x6f\x6c\x03\xa3\xe7\x1c\xcc\x71\x48\x35\x79\xe2\xc3\x2c\x4a\x07\x11\x5f\x0f\x78\x34\xa8\xae\x76\xff\x7b\xbd\xbc\x1a\x1f\xec\x56\x91\x13\x00\xa2\x40\x92\x0a\xc5\x20\xab\xad\x36\xec\x0e\xba\x6c\xa5\xd5\x3a\x23\x42\x81\x49\xda\x9e\x5d\x7e\xc7\x46\xc3\xc3\xfd\x43\x87\x28\x96\xfc\xe9\xbe\x94\x91\x8d\xd8\x0e\x99\x71\xa4\x1e\x45\x61\xdd\x37\x8f\xf1\xc9\x05\x50\xa1\x31\xc0\x70\x40\x4d\xbf\x03\x3e\x60\x3a\xdc\x9d\x8e\xe0\x90\x14\x32\x0d\x6e\xd7\x2c\x66\xe7\xb3\xe7\x14\x1b\x4b\x70\x8c\x6f\x12\x18\xf5\xeb\xee\x76\x46\xa6\xbf\x97\x32\xdb\x51\x39\x8f\xe0\x70\x66\xb1\xbe\x56\x53\xe4\x1e\x22\xb9\x9e\x23\x2f\xea\xf5\xdf\x45\xff\xe2\x94\xe9\x5b\x60\xa9\x89\x18\x60\xd2\x0b\x93\x97\x40\x16\xec\x85\x0d\xa1\x56\x3f\xd5\x3d\xe3\x90\xb8\x75\x75\x97\xdf\x5d\xbc\x66\xdf\xfc\xc7\xab\x6f\x66\x2f\x11\x22\x93\xf3\x6d\x10\x19\x85\x10\x21\xa3\xca\xfb\xa7\x3a\x5d\x6c\x9d\x1e\xad\x41\x83\xe1\x3f\x67\xdf\x7f\xc7\x7e\x7c\x76\xfe\xfa\x1b\xba\xad\xba\x6f\x1e\x8f\x87\xc3\xb3\xfb\x97\xf0\x0d\xcf\x96\x55\xca\xfe\x37\x5f\x4b\x06\xc9\x1d\x52\x76\x2d\x6f\x44\x8a\x7b\x63\xac\x60\x32\x25\x33\x9e\x95\x4a\xf7\x3b\x1a\x1d\x0e\x77\xf4\x8f\x8b\x0b\xd3\x3d\xcd\x64\x3b\x9c\x68\xc7\xee\xe4\x4e\x0d\x27\xad\x37\xc5\x2b\xd6\xfc\xb6\x61\xab\x2f\xcc\x9a\x2d\x8c\x34\x7b\x66\xa5\x70\x0b\xa2\xd7\x22\x5a\x65\x20\x23\x90\xdf\xe2\xff\x33\x1a\x6d\x81\x04\x75\x38\x36\x53\x6d\x65\x97\x7d\x8c\x2d\x04\x38\x86\x66\xa1\xe5\x4e\x62\x3a\xc2\x73\x3f\xfd\xe9\xca\xb5\x5e\xa4\x7c\x09\xac\x6b\xc6\xe7\x29\xd1\x91\xcd\xb6\x8d\xb1\x13\x01\x1d\x93\x58\xf3\x26\x4e\xbb\x44\xe1\x9a\xf0\x80\x75\xa2\xee\x18\x8e\xf4\xf1\xf1\xc1\x93\x9d\x11\xec\xdd\x8f\x7f\x7e\xbe\x6f\xc0\xe5\x71\x02\xf6\x7e\x68\x9c\x46\xc3\x37\x6e\x99\xd9\x28\x0c\x01\x1e\x32\xbc\x18\x78\xcf\xbc\xac\x84\xe0\x32\xac\x6f\xe2\x51\x1d\x7c\x3e\x78\x44\xb4\xf1\x14\xf3\xb7\xee\xee\xb2\x1f\x2d\x89\xd2\x14\xc7\xf5\x34\xa0\xaa\x83\xac\x22\xe9\x0b\x53\x75\x85\x4d\x1a\x6b\xb2\xcd\xe8\x4b\xad\xe9\x85\xde\x19\xe3\x45\x4a\x19\x92\x21\xac\xf2\x3d\x58\x60\xbb\x6d\xd9\x6d\x97\xd4\x32\x98\x5b\x76\x4f\x9f\x6e\xa6\x5e\x67\x66\xba\x63\xec\xed\x12\xb5\x78\x26\x64\x62\x26\xb3\x1d\x79\x2d\x8a\x94\xe7\x39\xbd\x8e\x89\xe2\x9a\xa7\xca\x7c\x54\x8d\x63\xa7\x7b\x31\x21\x17\x80\x35\xfa\xbc\xca\x12\x25\x4a\xf6\x38\xe2\xe5\xe9\x0b\x41\x3f\x33\xfc\x39\x5d\xb0\x1d\x4d\xd3\x18\x9e\x79\x7d\xe2\x19\x90\x15\x16\x7d\xee\x00\x6b\xc8\xee\x29\x7b\x0b\x7a\xd9\xb7\x6c\x78\x3b\xdc\x1b\x0e\xfb\xf0\xf3\xf0\x82\xbd\xeb\x63\xd9\xfe\xf1\x5e\x1f\x7f\x1e\x7a\x65\xc7\x54\xf6\x84\x51\xaa\x33\x28\x3f\x78\x32\x82\xf2\x83\xb3\x73\x5b\xf7\xe0\xec\x82\xca\x5c\x9f\x07\x53\xaa\x37\x1d\x87\xed\xa7\xfb\x54\x7e\xe0\xd5\x3d\xa2\xb2\x23\x5b\x76\x48\xf3\x3c\x1c\xee\x05\xed\x0f\x47\x54\x3e\x72\xed\x0f\xf7\xcf\xb0\xec\x60\xe6\xca\x8e\xa8\xde\xd1\x30\x6c\x7f\x7e\x88\xe5\xb3\x7d\x57\x77\x76\x44\x65\xc7\x5e\xd9\x84\xca\xce\x83\xf6\x47\x43\x5c\xeb\xd1\xd0\xad\xf5\x68\x84\x6b\x3d\x1a\x8d\x5c\xd9\x1e\x8e\x7f\xb4\x3f\x09\xdb\x4f\x70\xfc\xa3\xb3\xa1\xab\x3b\xc3\xf9\x1f\x5d\xec\xd9\xb2\x27\x43\xec\xf3\xc9\x30\x84\xdf\x93\xbd\x69\x9f\x7e\xba\xba\xfb\x54\x77\xff\xd8\x2b\x3b\xa7\xb2\x70\xfe\x4f\x0e\xa8\xee\x81\x5b\xff\x93\xc3\x31\x96\x1d\x7a\xe3\x1f\x53\xbd\xe3\x51\xd8\xfe\x8c\xc6\x3f\xf3\xc6\xa7\xbd\x7e\x32\xf5\xfa\x9c\xd2\xf8\xd3\xda\xf8\x33\x1a\x6b\xe6\xc6\x9a\xd0\x5a\x27\xb0\x56\x2a\xa3\x75\x4e\x60\x9d\xae\xfd\x84\xd6\x3a\xd9\xf7\xea\xee\x1f\x51\xd9\xb1\x57\x76\x46\x65\xe1\xf8\x13\xc2\x8b\xc9\x91\xdb\xab\x09\xad\x75\x72\xec\xf5\x49\xeb\x9c\x9c\xd5\xc6\xa7\xb5\x4e\x3c\xfc\x9d\x10\xfe\x4e\xa6\xde\xf8\xb4\xfe\x49\x6d\xfd\x13\x5a\xff\xc4\x5b\xff\x19\xad\xff\x6c\xe8\xe6\x74\x46\xeb\x3f\xab\xad\xff\x6c\xef\x82\xca\x1d\xfe\x9d\x11\x4c\xce\xf6\xbd\x3e\x69\xff\xcf\x6a\xeb\x3f\x3b\x40\xfc\x3b\x3b\x70\x67\xfd\xec\x18\xe7\x74\xe6\xad\xff\x6c\x8a\x70\x3a\x9b\x86\xe7\xe7\x8c\xd6\x75\x36\x75\xe7\x7f\xba\x37\x83\xb2\xe9\xbe\xc3\xe9\xe9\xfe\x21\x95\x1d\x07\xed\xa7\xfb\x13\x2a\xf7\xda\x1f\x1c\x60\x99\x37\xa7\x29\xc1\x7f\x5a\x83\xff\x94\x68\xcd\xd4\xa3\x35\xd3\x29\x8d\x35\xf5\xda\x4f\xa9\x7d\x0d\xfe\x53\x82\xff\xd4\x83\xff\x39\xc1\xef\x7c\xdf\x2f\x3b\xa7\xb2\xb0\xfd\xf9\x14\xe7\x7f\x3e\x9d\xb8\xba\xe7\xd8\xe7\xf9\xf9\xbe\x57\x76\x48\x65\x87\x41\xfb\xd9\x1e\x8e\x35\xdb\x73\x7b\x3d\xdb\xdb\xa7\x32\xd7\xe7\x8c\x70\x7a\xb6\x3f\x0b\xdb\x9f\x51\xfb\x33\xaf\xfd\x19\xb5\x3f\x7b\xe2\x95\x9d\x51\x59\x08\xbf\xd9\x14\xe9\xfa\xcc\xdb\xbf\x8b\x11\x96\x5d\x8c\x5c\xfb\x8b\x3d\xdc\x93\x8b\xbd\x83\xa0\xfd\xc5\xde\x11\x95\x1f\x79\x75\x9f\x50\x99\xd7\xfe\x08\xe7\x79\x71\x14\xce\xff\xe2\x18\xf1\xea\xe2\xd8\xc1\xea\xe2\xf8\x90\xca\xbc\x3e\x9f\x50\xbd\x27\x47\x61\xfb\x27\x34\x96\x47\x7f\x2e\x68\xff\x2f\xdc\xfe\x8f\x86\x63\xd8\xbf\xd1\x70\x2f\xc0\xdf\xd1\x70\x6f\x4c\xe5\x63\x57\x77\xef\x90\xca\x8e\xbc\xb2\x27\x54\xf6\x24\x6c\x7f\x70\x8c\xe5\x07\x76\xad\xfa\x0e\x86\x32\x7d\x0d\x9b\xb2\xbd\x03\xc0\x53\xfd\x33\x68\x7f\x34\xc2\xf1\x8f\x46\x76\xfd\xa3\x23\x9a\xd3\xd1\x9e\x57\x76\x40\x65\x07\x7b\x61\xfb\x23\x2a\x3f\xda\x73\x75\x71\xff\x47\x47\x67\x07\x5e\xd9\x11\x95\x9d\x87\xed\x11\x56\xfa\xa7\xab\x3b\xc5\xb5\x1e\x9d\x7b\x7d\x9e\x9f\x53\x59\xd8\xfe\x78\x08\x78\x35\x3a\x1e\x5a\xfc\x19\x1d\x4f\xb0\xfd\xf1\xc4\xc1\xe4\xc9\x18\x61\xf2\x64\x1c\xdc\x5f\xa3\x27\xe3\x23\x2a\x3f\x76\x75\x69\xfd\x4f\xbc\x3d\x79\x42\xf0\x7f\xb2\x77\x16\xb4\x9f\x8c\xb0\xfd\x64\xe4\xda\x9f\x21\xaf\x30\x3a\x1b\xba\xf9\x9f\xe1\x99\xd2\x3f\x83\xf6\x67\xb4\xd7\x67\xee\xac\x8d\x88\xd6\x8e\xce\xdc\x9d\x3a\x3a\xdb\xc7\x39\x9d\xed\x87\xf3\x3f\x3b\xc4\xf5\x9f\x79\xf0\x3f\x47\x5a\x39\xf2\x68\xc2\xe8\xfc\x62\x86\x65\x17\xc1\xfe\x6b\x26\xad\x8f\x3f\x2d\xae\x8c\x87\xe3\x09\x96\x8d\x67\xae\x0c\x71\x6a\x3c\x3c\xdc\x0b\xdb\x1f\x52\xdd\x43\xaf\xfd\x39\xd5\x9d\xd9\xb2\x3d\xea\x73\x6f\x38\x0e\xc6\xdf\x1b\xe2\xf9\xd9\x1b\x3e\xb1\x73\x9d\x1c\x0f\x01\x26\xfa\xa7\x57\x76\x46\x65\x01\xfc\x27\xc7\xe3\x03\x2c\x1f\xdb\xba\x17\x67\x23\x58\xab\xfe\x69\xcb\x66\xb8\x27\x17\xb3\x61\x30\xfe\xc5\x6c\x4c\xe5\xe3\x3d\x57\xf7\xe2\xa2\x4f\x3f\x6d\xd9\xc5\x05\xcc\xf3\xe2\xe2\x22\xdc\x7f\xc3\x2c\xe8\x5f\xdc\x0e\x0c\x27\xc3\x03\x53\x7a\xe8\x97\x4e\x4d\xe9\x45\xad\x97\x3d\x3a\xc6\x13\x0f\x0f\x86\x13\xbc\x5c\xe1\x17\xb7\x93\xa3\x43\x44\xb9\xf3\xd1\x61\x48\x0b\xce\x47\x47\x7b\xf4\xc5\xdd\x9c\xfa\x8f\x03\x53\x7a\xe6\x95\x4e\x26\x54\x3a\x09\x4f\xd4\xf9\x98\x50\xed\x7c\xbc\x6f\xcf\xff\x6c\x38\xc4\x75\xc2\x2f\x5e\x29\x82\x6f\x36\x1c\x1e\x05\x2b\x9a\x0d\x47\x43\xfa\x32\xd2\x58\xf0\xe8\xdd\xcf\x97\x4c\xee\x91\xad\xb6\x8b\x28\xa0\xdf\xd8\x99\xb0\x1d\x92\x55\x76\x48\x56\xd9\x21\x59\xc5\x09\x25\xdc\x93\xc6\x3c\xa1\x64\x38\xc1\xcb\x62\x38\x71\x97\xda\x70\xb2\x4f\x65\xfb\x5e\xd9\x11\x95\x85\x4c\xc5\x10\x61\xab\x7f\x7a\x75\x67\x54\xe6\x84\x82\xe1\x19\x5e\x2a\xc3\xb3\xfd\xb0\xfd\xd9\x21\x95\x7b\xed\x89\x01\x19\x7a\x8c\xc6\x90\x2e\x9a\xe1\x34\xbc\xd4\xe9\x00\xea\x9f\xae\xee\x39\xcd\xf5\xfc\xd8\x2b\xa3\x39\xcd\x42\xa6\x7a\x38\xa3\x7e\x67\x8e\x81\x19\xce\x8e\xa9\xcc\x9b\xd3\x8c\xe6\x54\x13\x4a\x86\x17\x34\xfe\x85\x37\xfe\xc5\x98\xca\xf6\xbc\x32\x9a\xd3\xc5\xa4\xd6\x9e\xfa\xbd\x98\x7a\x75\x69\xae\x17\x0e\x7e\x23\x62\x54\x47\xc3\x70\xfe\x23\x12\x80\x46\x9e\x00\x34\x1a\xed\x51\xd9\x9e\x57\x76\x46\x65\x67\x61\xfb\x31\xae\x7f\x34\x76\x0c\xc0\x68\x4c\x75\xc7\x67\xae\x8c\x98\xa7\xd1\x5e\x28\x14\x8e\xf0\x34\xeb\x9f\x5e\x5d\x64\x14\x47\x9e\xa0\x30\xda\xdf\xa7\xb2\x70\xff\x47\xfb\xd4\x7e\xdf\x1b\x8b\x18\xc0\x91\xc7\xa8\x8e\xf0\x52\x1e\x8e\x0e\x6a\xe3\x1f\xd2\xfc\x0f\xbd\xf9\x1f\xd2\xfc\x0f\xbd\x3e\xa7\x08\xd3\xd1\x34\x64\x8a\x46\x84\x3f\x23\x0f\x7f\x46\xc4\x54\x8e\xce\xbd\xf9\x9f\xd3\xfc\xcf\x6b\xf3\x27\x66\x73\x74\x7e\xe8\xd5\xa5\x35\x79\xf8\x37\x3a\x9f\x50\xd9\xa4\xd6\x7e\x4a\xe5\x6e\xff\xc7\x24\x28\x8e\x0f\xdc\x9e\x8e\x0f\xa9\xec\x30\xdc\xff\x31\x09\xf5\x63\x4f\x00\x1c\x93\x50\x34\xf6\x84\xfa\x31\x32\x1a\xc3\xf1\xf4\xac\xd6\xfe\x9c\xca\x1d\xac\xc7\x04\x93\xb1\x07\x93\x31\xad\x69\x7c\x5e\x6b\x7f\x4e\xed\xcf\xfd\xf6\x17\x54\xe6\xce\xef\x1e\x29\x2f\xf6\x26\xe1\xfc\xf7\x26\x7b\x54\xee\x18\xd8\x3d\x62\xb4\xf7\xa6\x6e\xfd\x7b\x53\xaa\x37\x0d\x95\x22\xfb\x74\x2e\xf6\x3d\x01\x6e\x9f\x14\x15\xfb\xfb\x9e\xa2\x85\x60\xba\x7f\x30\x0a\x2f\xf5\x11\x5d\xe0\xa3\xa1\xbb\xd4\xf1\xfc\x8c\x87\xa3\x43\xaf\xec\x98\xca\x9e\xd4\xda\x4f\xa9\xfc\xdc\x63\x2a\xa8\xcf\xf1\xd8\x2b\xdb\xa7\xb2\xa3\xb0\xfd\x1e\xd5\xdd\xf3\xc6\x47\xa6\x6c\x3c\xdc\xdb\xf3\xca\x0e\xa8\xec\xa0\xd6\x9e\x98\x9a\xbd\x33\xaf\xee\x8c\xca\x3c\xa6\xe6\x88\xc6\x3f\xda\x0f\xdb\x1f\x5d\x50\xb9\xc7\xd4\xa0\x50\x3e\x1e\x3a\x41\x61\x3c\x9c\xd0\x3a\x27\x81\x50\x33\x1e\x0d\x11\x56\x23\xc7\x12\x8c\x47\xc8\x11\xe8\x9f\x5e\xd9\x13\x2a\x0b\xe1\x47\xb4\x6a\xec\xd1\xaa\xf1\x68\x74\x48\x65\x0e\xfe\xa3\x31\xce\x69\x14\x32\xb5\x63\xa2\x5f\xfa\xa7\x57\xf7\x8c\xca\x1c\x4c\x46\x07\x34\xce\x41\xb8\xfe\xd1\x01\xd5\x75\x0a\xac\x31\x09\x15\x63\x8f\x7e\x8c\x47\x47\x54\x76\x54\x9b\xff\x13\x2a\x7f\xf2\xc4\xd5\x3d\x43\x5c\x19\x9d\x79\x65\x48\x53\xc6\x48\x53\xbc\xf6\x48\x57\xc6\x23\x27\xc0\x8e\x47\xa8\x14\xd3\x3f\x6d\xd9\x18\x79\x0c\xfd\x33\x68\x3f\x1e\x8e\xa9\x7c\xcf\xab\x7b\x44\x65\xc7\x5e\xd9\x19\x95\x9d\xd5\xda\x5f\x50\xb9\xdb\xff\x31\xde\x29\xfa\xa7\x57\x76\x40\x65\x21\xfe\x8d\x47\x13\x2a\x9f\x78\x75\xcf\xb1\x6c\xec\x70\x7a\x3c\xde\xa3\xb2\x90\xa9\x1e\x8f\xa9\xdf\xf1\x81\x57\x97\xe6\x3f\x9e\x7a\x65\x33\x2a\x9b\x85\xed\x51\xd8\x18\x8f\xf7\x3c\x58\xa1\x50\x31\x1e\xef\xb9\x33\x39\xc6\x7b\x46\xff\x0c\xdb\xef\x53\xdd\x7d\x6f\xac\x03\x82\xe9\x81\x3b\xbf\x63\xc2\x89\x1a\xfd\x1d\x8f\x0f\x69\xfc\x43\x6f\x7c\x12\x14\xc6\x1e\xfe\x8c\x0f\x69\xfe\x87\xa1\x50\x32\x3e\xa6\xb1\x8e\xbd\xfd\x43\xa1\x7c\x3c\x3e\xf6\xfa\x7c\x42\x70\x7a\x52\x83\x3f\x0a\x15\xfa\xa7\xab\x3b\xa1\xba\x13\x0f\xa6\x67\xb4\xcf\x67\xe1\xf8\x7b\x28\x14\xeb\x9f\xb6\xee\x3e\xad\x75\x7f\xe6\xfa\xdc\x47\x45\xe9\xf8\x60\x3f\xc4\x9f\x83\x03\xac\x7b\xe0\x84\xb2\xf1\xc1\x31\x95\x1d\x3b\x9c\x3a\x78\x82\xe3\x1c\xd4\xe6\x7f\x30\xa1\xba\x8e\xff\x1c\x1f\xe0\x9d\x30\x3e\x70\x77\xc2\xf8\xe0\x8c\xda\x9f\x85\xf8\x73\x80\xfc\xe3\xf8\xe0\xec\xc8\xab\x3b\xa5\x32\xb7\xff\x07\x53\x1a\x67\x1a\xee\xdf\xc1\x94\xda\x3b\x05\xe2\xf8\x60\x4a\x6b\x9d\x9e\x79\x65\xb8\x7f\x07\xe7\xb5\xf6\x33\x9a\xd7\xcc\xc1\xfa\x60\x76\x41\x65\x6e\xfd\x87\x44\x13\x0f\x87\x01\xff\x3a\x3e\x24\xba\x78\x38\x7c\xe2\xd5\x9d\x51\x99\xd7\x7e\x84\x78\x76\x58\x3b\x7f\x87\x74\xff\x1c\x8e\xa6\x5e\x5d\x6a\xef\x84\xc2\xf1\xe1\x3e\xae\xff\x70\x3f\xa4\x1f\x87\x28\x01\xe9\x9f\xae\x2e\xed\xff\xe1\xe1\xc8\x2b\xdb\xa3\xb2\xda\xf8\x28\xa1\x8d\x0f\x0f\x27\x5e\x5d\x9a\xd3\xe1\xb9\x57\x76\x41\x65\x21\xfe\x1d\xed\x21\xad\x38\xf2\xce\xea\xd1\x11\xee\xc9\x91\xbb\x93\xb4\x2c\xd6\x07\x2f\xe1\x50\xa8\xbf\xb8\xb8\x80\xf6\xfa\xa7\x15\x60\x87\xa6\xb2\x5f\x0a\x8e\x1e\xa8\x2c\x18\x62\x39\x0a\x6a\x68\x30\x70\x96\x64\xbc\xd8\x30\x25\x78\x11\xad\xd0\x0c\x8a\xdc\x57\xcb\x15\x66\x9b\xcf\x9c\xc7\x8d\x7d\xf1\x07\xbf\x38\x95\xf3\x48\xf8\x8f\x56\x8d\x28\x46\x62\x29\x8a\x8f\xac\x8a\x14\x9b\xb4\x74\xe2\x9b\x41\x5b\x1f\x26\x1b\x9a\xeb\x75\x51\x89\x70\x1a\x77\x0f\xff\x14\x9f\xda\x6c\x98\xac\x72\x25\x8a\x9b\x44\x79\xe9\x3f\x6f\xa2\x41\xa2\x2e\xa1\x95\xef\xa0\x16\x29\x1b\xa2\x62\x52\xdd\x26\x69\xa2\xe1\x11\xf8\xf9\xcd\x03\x18\x25\x99\x15\x61\x19\xbc\xb5\x9a\x94\x92\xeb\x24\x63\xa7\x6c\xd8\x67\x6b\x7e\xcb\x4e\x59\xfd\x4d\xcc\xc4\x05\xdc\x41\x67\x10\x6c\x11\xdb\x88\xa1\x1a\x4a\x7f\x6a\x34\x7a\x3b\x7c\xf7\x76\xf8\x8e\x7d\xf8\x00\x50\xfc\xaa\xf9\x7d\xcd\x6f\xdf\xbd\x1d\xbd\x6b\x8b\x27\x6a\xfd\x31\xf4\x7c\xbe\x3a\xd5\xf3\x33\xce\x18\xeb\x24\x66\xa7\xec\x05\x2f\x57\x83\x45\x2a\x65\xd1\xed\xea\xc9\x3f\xd6\x33\xef\xb1\x5d\x36\xf6\x1c\xa5\xb6\x8d\x9b\xc4\x30\xae\xf5\xee\xc0\xd5\xeb\x8e\x1f\xb7\x78\xbb\x6c\x59\x1d\xf4\x32\xf4\x7b\x01\xd0\xe9\x5e\x76\x6a\xbd\xd4\x02\x11\xba\xac\x7e\x36\xfc\x60\xb8\x7a\x3f\x32\x5e\xfb\xb6\x02\xa6\x83\x46\xe2\x01\xc8\x3e\xe3\x98\xae\xf8\x8e\x37\xdb\xdf\x17\xfd\xdb\x34\x27\x60\x80\xeb\x4f\xc8\x43\xfc\xfa\xbb\x74\x03\xff\xb7\xa3\xb0\xd5\xa0\xfc\x1c\x14\xb6\x8d\xb6\xa0\xb0\xfb\xfe\xfb\xa2\xb0\x37\xee\x2f\x40\xe1\x5a\x2f\xbf\x39\x0a\x9f\x9b\x0c\x7a\xad\x26\x5c\x2d\x48\xf2\xeb\xa0\xa3\x6d\xf5\xfa\xe1\xa3\x5a\x9c\xd3\xa5\xc6\x68\xa1\x89\x6e\x1a\xa4\x5b\x0d\x27\x0c\x34\x69\x1e\xf5\x0e\xbf\x87\x06\xb6\x36\x74\xda\x88\x6b\xbd\xa5\xed\x79\xa2\x8a\x6d\xcd\x7f\x11\xc4\xad\xc1\xa0\x31\x1c\xd1\xa4\xe5\x5e\xb2\xd1\x48\x95\xf5\x3f\xb9\x51\x4d\xd8\x6c\xbb\x29\x21\xaa\xbf\x26\xa2\x68\xd0\xde\xb4\x1f\x1a\x78\x34\xe1\x14\x82\x67\xb4\x6c\x8a\xb1\xdf\x79\x1a\x10\x90\x3d\x08\x22\x8e\xa7\x16\x1c\x31\x17\xec\x8b\x2f\x18\x7e\x1b\xde\xf2\x61\xaf\xad\x2b\xdf\xa6\xc7\x04\x99\xfd\x2e\x2f\x93\x75\xf2\x37\xcc\xb8\x3e\xb9\x9c\x3e\x7b\xb6\x65\x82\x7f\x82\x51\x82\x6e\x47\xa6\x93\xb3\xfa\xe5\x8f\xf6\x55\x5b\xad\x6a\x06\x21\x6e\x13\xc7\x01\xc0\x0b\x06\x18\x9a\x01\x30\xbb\x2b\x2f\x8a\xe4\x5a\x50\x82\x57\x3d\x27\x32\xe7\xe5\x9e\x2d\xa3\xdc\x6a\x3c\x39\x70\xb4\x63\x44\x81\x32\x1d\xfc\x46\xa3\xe1\x90\x7d\xf1\x05\x12\x1f\x5c\x2f\x16\x1f\x2c\x34\xa0\xfd\x7f\xbb\xbb\x81\x0d\x60\x92\x25\xe5\xc0\xb3\xf8\x23\xfa\x85\x7b\x0a\xc2\xd3\xf8\x89\x21\xec\xa6\x80\xb3\x0f\x1f\xa8\x9e\x9b\xc2\x58\x1c\x0f\xed\x26\xea\x02\xbe\x1f\x2d\xec\x9c\xb0\xc7\xcf\x4e\xe1\x8d\x68\x6f\xd1\x0b\x67\xb5\xbb\x0b\x6e\x1a\x83\xc1\x80\xfd\x47\xd2\xe8\x99\x47\xc3\xb0\xe7\xf8\x88\xef\x61\x0f\x6e\x31\x97\x9b\x34\xd5\xbb\xa6\x1a\xcd\x17\x4f\x6a\xcd\x17\x7c\xb1\xb0\xcd\xf5\xb8\xd3\xc0\xa1\xe5\x99\xf1\x55\x6b\xe9\x4a\x8c\x6a\x5d\x89\xd1\x13\xdb\xd5\x0f\xa2\x80\xec\x31\x60\xec\xd9\xd6\x78\xaf\xde\xf8\xf0\xae\x79\x5c\xb4\xf7\xb2\xa8\xaf\x66\x71\x38\xb4\xbd\x5c\x54\x69\x8a\x34\x61\x5b\x6b\x51\x6f\x2d\x0e\x7b\xad\xdb\x09\xbe\xe3\x7e\xd5\xf1\x62\xb1\x88\x5b\xeb\xee\x35\xea\xee\x41\x5d\xf4\xdc\xa5\x80\x79\x27\x4c\xac\xe5\x4f\x89\x6f\x2c\x58\xa9\x0a\x3c\x37\x8c\xb9\x3b\xb2\xfb\x10\x76\x23\x89\x43\xaf\x9c\x54\xd3\xdd\xe5\x0a\xbb\xf3\xf8\x22\x5c\xac\xca\x45\xc4\x14\xdf\xc0\x79\x5a\x69\x46\x9c\x5d\xa2\x7f\x80\x3e\x76\x71\x0c\x15\x12\xb0\xb5\x55\x36\xc1\x98\x58\x7f\xfd\xcb\x2e\x83\xfa\x25\xe0\x5c\x63\xfe\xd1\x2f\x81\xef\x1f\x70\x03\x04\x04\xce\xbf\xb8\x9b\x74\x6e\x9b\x25\xa3\x9f\x8e\xe0\xc1\x77\xf4\x27\x6c\x89\x0b\x53\xd2\x16\x63\x54\x95\x85\x8d\x71\xfb\xa9\xf0\xac\x07\x42\xb9\x89\x06\xaa\x6c\x72\x3e\x41\x10\x0c\x72\xdc\x2a\xae\xc9\xfe\xf4\xde\x50\x18\x41\x20\x3a\x2f\x14\x14\x84\x36\x30\x7f\x7b\xf1\x0d\x6e\x68\xf8\x3a\x68\x1b\xb1\x8e\xf4\x56\x62\xe5\x3f\x99\x4b\xda\xee\xcb\x0e\xf1\xaf\xc5\x35\x7b\x7c\x8a\x5d\x52\x23\xfd\x77\xb7\x16\x23\x6a\xb1\xd0\xa4\xf3\x6b\x36\x62\x27\x18\x87\xc0\x67\x69\x8b\xeb\x60\xf7\xfe\x2c\x28\x5f\x73\x35\xa7\xc8\x23\x94\x42\x90\x50\x14\x81\x2d\x17\x0b\x25\xca\x1a\xf6\x7a\xfb\x70\xd7\xae\x86\xe1\x52\x96\xa2\xf4\xc6\x5a\x14\x72\x3d\x68\x3d\x6f\x18\x88\x9f\x02\x2e\xa3\x27\x7a\x38\x97\x7a\x5f\xed\xdd\xc8\xbc\x7c\x8f\x40\xdd\x86\x3a\x41\x07\x8f\xda\x42\x2f\xbf\xae\xd7\x72\xd8\x05\xa5\x35\xdc\xa2\x24\x02\x7d\x37\xb6\x97\x8c\x4e\x7f\x81\x88\xc7\x7d\x26\xb2\x98\x7e\xbb\xb1\xc7\x10\x70\xcf\x55\x42\x11\xf0\xc6\x9a\x47\x7b\xed\x6b\xf1\x59\xdc\x07\x17\xa8\x05\xdb\x3d\x6e\x41\xbd\x5a\xa0\x13\xd7\xb8\xd7\xc0\xc5\xaf\xb0\x6b\x83\x8f\xf3\x42\xf0\xab\x20\xf7\x8c\x83\xf0\x67\xa7\xac\xca\xc8\xee\x3f\x48\x8a\x6c\x56\x8a\x49\x72\x2c\x00\xdc\xba\x1e\x59\x1e\xc3\x56\xf5\x97\xa7\x2f\x2d\x3a\x19\xa7\x0e\xaa\x5e\xab\x07\xaf\xd4\x74\xdf\xeb\x39\xf8\x3f\x7e\xdc\xb2\x68\xb7\x77\x8f\xc2\x89\x99\x90\x19\x26\x19\x75\x59\x0c\x2c\x6e\x74\xdb\xb6\xb7\x57\x3f\x80\xae\x89\x0f\xf8\xc6\xa1\xdc\x72\x20\xf1\x5c\xa0\x93\x4d\x1c\x1e\x89\xdf\xff\x10\xb6\xb7\xd2\x13\x7b\x0d\x61\x50\xe3\xd6\x16\x9f\x74\xc8\x6a\x59\x2c\xfd\x73\x26\xb2\x38\x08\x6c\x15\xb4\xab\xd7\x64\x3b\x84\xd0\x00\x70\x5d\xb5\x10\x18\x12\x64\xc0\xe3\xb8\xdb\xa1\xc0\x24\xd1\x8a\x67\x4b\x91\xca\xe5\x2e\xb9\x82\x75\xfa\xac\x53\x8a\xdb\x72\x37\x4f\x79\x92\x75\xfa\x8f\x3a\xa3\xc1\xe8\xb0\xc3\x1e\x3f\xea\x74\x1e\xf5\x28\x33\xe7\x3d\x5d\xc5\xbc\x14\xcd\x7e\xc6\xc3\xd1\xd1\xce\xf0\x78\x27\xe8\xad\x1e\x2f\x65\xa5\xef\xd8\xdd\x9f\xd4\x2e\xfc\xf2\xcf\x1e\x9d\x19\x60\x55\xc6\x22\x07\x20\x0d\x2e\x4b\x59\xf0\xa5\x80\xa4\xf7\x74\x02\xfe\x4d\x37\xd4\xe3\x5f\x27\xe2\x86\x9d\x8b\x28\xe5\x05\xb9\xcd\x21\x04\xbe\x84\xb4\x05\xc8\x8b\x62\xe8\xfc\xb5\x60\x73\xae\x92\x88\xa9\x15\x2f\x44\xcc\x2a\xc8\x76\x93\x98\x1c\x00\xbc\x44\x2f\x21\x29\x99\x5a\x83\x9b\xbf\x64\x31\x42\x82\xc5\x02\xb3\x12\xc6\x30\x5f\xca\x65\xab\xe9\x35\x8c\x65\x1d\x61\x9c\x67\x1f\x64\xe1\x00\xef\xeb\x2c\x96\x37\x6c\x25\xd1\xa5\x1a\xa7\x56\x0b\x5f\xa2\x2f\x2b\xae\x58\xae\x8f\x92\x5c\x50\x1d\x2d\xd0\x75\x7b\x03\xe6\x25\x2a\xd2\xb5\xb3\x6b\x9e\x26\x31\xab\xb2\x32\x01\xa7\x61\x88\x79\xc0\xd3\xe4\x6f\x36\x82\x0a\x66\xa6\xc5\x19\x62\x57\x38\x87\xd7\x7a\x46\x36\xdd\xa3\x89\x76\xcf\x0b\x90\x57\xbd\x58\xed\xe4\xd9\xee\x52\x5f\x50\xc4\x02\x08\xa1\x67\x42\x5a\xff\x4d\xca\xb5\xef\x1b\x45\x2b\xfa\x0f\x59\xc1\x7e\x9b\xc8\xd8\x90\x21\xa3\x5c\xd9\xf4\xea\x2c\x95\x91\x9e\xac\xb0\x99\xd0\xfd\x79\xea\x4e\x69\x42\x2e\xab\x66\xe7\x3f\xbf\xfb\xee\x85\xbe\x39\x46\xc3\xe1\xff\xf2\xa2\xe6\x9c\x15\x89\x58\x30\xb4\x56\xdb\xd8\xf9\x5b\xb7\x7c\x9c\xae\x3e\x47\x7a\x9a\x91\xcc\x29\x7c\x05\x70\xa0\x69\x92\xcf\x25\x2f\xec\xb4\xcf\x36\x2c\x16\x0b\x5e\xa5\x90\xd8\x87\x3c\xe8\x0d\x27\x7f\xf6\x7c\x32\xfd\x96\x5d\x4e\x9f\x5d\x5e\x7e\xf7\xfd\xa5\xe7\x9f\x0b\xce\xb9\x1b\x5c\x31\x79\x2f\xff\x8c\x45\xfb\x08\x00\x8e\xc0\xf5\xa9\xaf\x04\xeb\x20\x78\x77\xec\x84\x77\x32\x59\x26\x91\xe8\x78\x51\x1d\x00\x09\x82\x8d\x30\xe0\xd4\x75\x17\x1b\x4d\x02\x3c\x68\xfe\xa5\x1a\x1f\x0d\xc7\x1a\x8e\x16\x5b\x35\x8c\xd4\x4a\x4f\x34\xc9\x18\xd7\x28\x7f\x55\xca\x9c\x41\x73\x8a\xc6\x62\xfd\x9f\x0d\x36\x80\x6f\xb2\x48\xd3\x01\x63\x7f\xa9\xc6\xe3\x43\x0c\xa6\x68\x61\x36\x7b\xf6\xe7\x6f\x5e\x7f\xc3\x5e\x7e\xf7\x7a\xd6\x67\xff\xab\x5b\x26\x65\x2a\x7a\xb5\xc4\x97\x1a\x56\x36\x80\x88\xc5\x32\xa8\xea\xaf\x82\xa6\xf3\xd2\x9b\xcd\x6b\x5d\x87\x16\x73\x78\x38\x71\x03\xe0\xdf\x1e\x92\x3c\x27\xc3\x46\x08\xef\x48\x67\x15\xdc\x77\x21\xa1\xb9\x95\xe5\x26\x58\xb8\xe2\x45\x26\x94\xf5\x49\xa7\x44\xce\x26\x65\xf6\x06\xdc\xf6\x30\x9c\x0b\x65\xf7\x2c\xaa\x2c\xb3\x97\x11\x4e\x57\x77\x74\x2e\x72\xb0\x60\xec\x60\xd1\x65\x54\xc8\x34\x7d\x25\x0b\x4c\x9f\xa7\x34\x81\xb7\x5f\x84\xc8\x4c\xe9\x23\xd6\xf8\x47\xf5\x5e\x13\x74\xea\xed\x7f\x78\x7d\x7f\xdb\x1f\x5e\x0f\xa6\x3c\xcb\x44\x8c\x35\xdf\x85\x64\x0a\x41\xa2\x89\x88\xbd\x39\xfb\xac\x10\xcb\x44\x41\x3a\x5c\x44\x64\xbc\xb8\xb0\xec\x19\x92\xa5\x1a\x02\x53\xfe\x92\xb8\x82\x5b\x58\xd7\x4f\x82\x7a\x86\x03\x30\x63\x7c\x64\x32\xd3\x3d\xa1\x13\xb4\x79\xe9\x71\xed\xd8\x0d\x78\xad\x56\x10\xed\x21\xc9\xae\xe5\x95\x80\x53\x61\x9e\x0c\x6b\x54\x0f\x4e\xb8\x4b\xf6\xb9\xfb\xa8\x31\x63\x04\x46\xa7\xef\x65\x93\x80\x09\x20\x5b\x60\x67\x20\xb3\x1f\x81\x56\x76\x91\x64\x1a\x1e\xb5\x85\x8c\xe2\x1f\x03\x4d\xe6\x91\xdd\xf3\x12\x74\x62\xd7\x7d\x36\x74\x9c\x9d\x37\xc2\x6b\x3e\xef\x96\x7c\x1e\x24\x4b\xe3\x73\xe4\x60\xa1\xcf\x48\xdf\xce\xc2\x8b\x6d\x08\x7f\xd3\xf0\x90\x79\x47\x37\xa0\xbf\x9f\xc5\x7d\x20\xe9\x7d\x3b\xf7\xf6\xa4\x60\x26\xdd\x41\xb1\x4c\xb2\x98\xf7\x4e\xec\xd6\x41\x68\x27\x76\x03\xcc\x18\xab\x72\xf4\xaf\x67\xd7\x23\xc6\xf3\xbc\xa3\x20\x60\xcc\xb2\x80\x8b\x3b\x47\xca\x65\xba\x7b\xc1\x37\x73\xc1\x02\xa0\x74\x32\x99\x89\x0e\x85\xfc\x98\x53\xc2\x58\x2f\xbe\x0b\xa4\xd8\xb5\xe1\x0a\x4c\x5f\x2d\xd0\xed\x64\x10\x7f\xc2\xc6\x90\xdd\x0a\xdc\x5a\x4a\xb3\xcf\x0c\xcd\x00\x62\x4e\x5c\x83\x0f\xe9\x00\xc4\x10\x0e\x12\x81\xab\xb0\x6a\xb3\x64\xa0\x36\x59\xe4\xf6\xa2\xad\x7f\xca\x10\xee\xf1\x29\x03\x60\xb0\x44\xb7\xad\xab\xd6\xdd\x79\x60\xb7\xcf\xf5\x45\xd2\xad\x2f\x9c\x92\x21\xd0\x60\x25\x9f\x2b\x93\xb0\x22\x93\x9a\xd2\xe5\x14\x45\x2e\xc9\x18\x05\x77\x83\x34\xdc\x8a\xa2\x2d\x88\x52\x44\x25\xbe\xad\x62\x67\x1b\x59\x75\x20\x68\x85\x5f\x1b\xe9\x7b\x9a\x94\x9a\xf4\xf2\x1b\x08\x22\x64\x5e\xd3\x13\xf5\x8a\x6a\x4e\xf2\xdc\x39\xd2\xde\x0d\xf1\x42\xb3\x30\x6d\x25\x1a\xc1\x5f\xf0\x2c\x59\x08\x55\xfa\xaa\x94\x35\x95\xb1\xd3\x3b\x1a\x18\xe0\xd4\xa7\x64\x1a\x0f\xf4\x52\xbe\xf8\x22\xf8\x7b\xe0\x70\x3c\x90\x5b\x83\x3e\xbc\xd8\xa6\xaf\x7c\x20\x02\xcb\x08\xd1\x6d\xbc\x0b\x3c\x71\x8c\x92\xde\x8e\x41\x93\x40\xe0\x51\xc5\xd4\xbd\x78\x7c\xff\xae\x49\xc9\x09\xeb\xe4\x32\xaf\xf2\xce\xc7\x9e\x25\x1f\x3e\xa6\xdc\x05\x50\x3d\x52\x90\xc5\x50\x23\xc5\x52\x94\x53\x4a\xd6\x81\x79\xa5\x74\x09\xf2\x37\x9a\xe8\xc0\xdd\x96\x28\xf6\x39\x65\xf4\x48\x37\xe6\x4e\xfb\x1c\x13\xc2\x41\x60\x17\xd3\x61\x29\xf3\xb5\xd4\x17\x6a\xc1\x16\x32\xc2\x0c\x6a\x7c\x3e\x08\xc9\x14\x2c\xd8\x0d\xdb\x05\x82\xd7\x8e\xf5\x0f\x84\x08\xd1\x02\x07\x12\x83\xfb\x1f\x7b\x8d\x44\x62\xb1\x88\x92\x35\x4f\xd9\xdf\x8d\xda\x6e\x25\x40\xfc\xf9\x48\x74\x0d\x45\xe4\x58\xae\x31\x6a\xa2\x77\x71\xeb\x29\xa7\x89\xc8\xca\xcb\xe4\x6f\x81\xd5\x49\x2c\xd7\x81\xf0\x18\x4b\xa8\x0c\x41\xda\x93\x6c\x89\x8d\xbe\x17\x11\xe0\x5e\x33\xb5\x99\x99\x91\x17\x30\xe9\x21\xb3\x68\xe8\x24\x7f\xc6\x34\x06\xa4\xfd\xd8\x3e\x19\x82\xca\x83\x67\xf3\x0d\xd6\xff\xc4\xe9\xe0\x68\x61\xa2\x60\x99\x6f\x6a\xa9\x64\x52\x61\x53\x8e\x82\xd6\x6d\xa3\x4a\xb1\x6e\xf2\xea\x86\x95\xf8\xe6\xf5\x8b\xe7\xe7\x32\x82\xe4\x4f\x14\x0b\x9b\xfe\x72\xa9\x78\x82\x4e\x23\x99\x6f\xfc\xc5\xe9\xbf\x2f\x4d\x85\xd7\x72\x6a\x06\x0a\x57\x89\x5d\xd6\x13\x9c\x99\xf2\x81\xb8\x15\xd1\x54\xae\xd7\x3c\x8b\xbb\x1d\xdd\x63\x27\xcc\x75\xb6\x48\x0a\xb1\x90\xb7\x33\x93\xe0\xc9\x23\x23\xcf\x96\x19\xe6\x53\x4f\xd4\x80\x5d\x5c\xb4\x65\xad\x23\xab\x12\x7d\x3f\x73\xfc\x52\x14\xb2\xa0\x20\x62\xf6\x25\x05\xcf\xa6\x5e\xae\x7d\x3e\xf9\x09\x33\xdd\x3b\x0b\x85\x41\xfd\xcd\xfc\x15\x57\xa5\x68\x05\x34\x06\xc8\x80\x2c\x35\x18\x29\x02\xe1\x09\x27\xde\x6c\xc2\x4b\x59\x8a\x13\xf6\x2c\x43\x4d\x82\xd8\xbd\xc0\x65\x6a\x8a\xb8\x2b\x6e\x4b\x91\x41\x88\x1f\x91\x5d\x27\x85\xcc\x20\x3d\x17\x64\x7b\xef\xa4\x29\xc6\xf8\xa6\x78\x51\x9f\xdb\x41\xbf\x17\x3c\xfe\x9c\xe5\x36\x3c\xd0\x80\xe9\xde\x31\x39\x6a\xd8\x0d\xe6\xc8\x03\x74\xe4\xe9\x0d\xdf\x80\xf0\x0e\xa9\xc2\x28\x50\x9c\xa1\xbc\x0b\x48\xcc\x0e\x34\x6d\x9e\xca\xe8\x4a\x31\x1e\x45\x9a\xbd\xd7\x58\xaf\x44\x54\x15\x49\xb9\x61\x85\xe0\xca\x8b\xa6\xf6\x00\xec\x2a\x25\xcb\x01\x78\x1a\x4e\x83\xfb\x4d\x82\xb0\xb2\xaa\xa2\x48\x88\x38\x94\xd0\xe0\xd3\x45\x21\xd7\x3f\x0b\xf9\xec\x89\x6b\xc3\x41\xe8\xf2\x13\x91\x50\x63\xe1\xfe\x10\xb8\x02\x99\xc6\xa2\x20\x46\x2e\xc9\x22\x59\x14\x02\xb2\x4a\x53\xfe\xb2\x10\x47\x3d\x1c\xac\xa1\x2a\xc4\x63\x13\x3c\xd6\x32\x18\x4e\x1b\xd4\x89\x06\x23\x9b\x36\x44\x01\x8e\x4e\x0b\x81\xc1\xe6\x34\x1f\xe4\x8b\xa3\xf5\xdd\xfa\x0e\x32\xd2\x7e\x64\xf0\xa7\x62\x3f\xf0\x22\x91\x95\xc2\x3f\x05\x3c\x3c\x1a\xf9\xb5\xde\x4b\x43\x15\x8a\x5d\x0c\x40\xa0\x44\x45\x0e\xfc\xd6\x25\xde\x4c\x19\xf2\x84\xb7\x70\x47\xe1\xf7\xde\x5d\x7d\xcd\x65\xbc\xc1\x1c\xac\x24\x86\x43\x41\x77\xcd\x13\x54\x50\xf4\x9a\x42\xbb\x8f\x06\xd8\x8b\x7b\x21\x88\xc5\x82\x9d\xb2\xae\x26\x9c\x7d\x0d\xb8\x54\xb3\x2f\x3d\x76\xfa\x15\xd0\x52\xc8\x40\x6b\x95\xec\xec\x6b\x2c\x3c\xb1\x15\x0d\x5b\x46\xa0\x3a\x0d\x6a\x7f\xf8\xc0\xbc\x72\x7d\x0b\xa3\x72\xdb\x14\xa2\x96\x0b\xb9\x7f\x51\x2c\x91\x7e\x54\x4a\x14\x1d\x45\x01\x07\xbd\x3c\x68\x46\xa3\xa2\x30\xb4\x9a\xc6\xaf\x1f\x05\xa5\x91\x28\xf9\x95\x60\x49\x89\x5d\xc5\x09\x21\x57\x92\xc1\xc3\x2e\x28\x50\xb8\x62\xaa\xac\x16\x0b\x23\x83\x6a\x7c\x53\x9a\xb0\x65\x57\x86\xed\xc4\x84\xae\x30\x2d\x62\x28\x3a\x1a\xb2\x9d\x13\x1f\xf0\x46\x32\xee\x24\x91\xcc\x3a\x27\x7a\x56\xb4\xf6\x81\x2e\xe9\xb3\x40\x2b\xbb\x14\xe5\x39\x2f\xf9\x9b\x22\x25\x89\x71\x37\x59\xf3\xa5\x50\xbb\xba\xee\xce\x93\xc3\x4e\x0f\x72\x77\x7c\x34\xd9\x55\x4b\xd2\x44\x78\xbd\x42\x51\xdf\xc8\x72\xf6\x90\x22\x9a\x18\xe8\x7f\x86\x7f\xc2\xdc\x4c\x1f\x24\xa2\xea\x2a\xa6\x48\xcf\x6d\x31\x20\x5d\xc9\x0f\xbc\x50\xdd\xbb\x75\x22\x7d\xf6\xf7\x0e\xb4\xed\x9c\x60\x1f\x1f\x7b\x2e\x11\x2c\xc9\x13\x7e\xa3\x2e\x4d\x96\x20\x09\xd3\xcb\x06\x32\x8b\xd2\x24\xba\x6a\x66\x86\x63\x66\x55\x70\x17\x18\x56\x1b\x33\xdc\xa4\x52\x09\xca\xf3\xf9\xd4\x71\x05\x59\xed\xd2\xcf\x54\x59\x54\x51\x09\x0c\xa4\x66\x3d\x48\x0d\xa2\x39\xae\x42\x44\xd2\xdd\xf2\xcf\x28\x8e\xa3\xb2\xaa\x67\x08\x4e\x89\x31\x8e\xf2\x6a\x9e\x26\x91\x26\xdd\xf1\xee\x0d\xa4\xeb\x5c\x8b\xf5\xdc\x1c\x73\x17\x85\x13\xf9\x8e\xad\x0f\xf6\xee\xd5\xcf\x7b\xee\x4b\x94\x37\x93\x66\x1b\x62\x9c\x40\x75\x82\xbf\x36\x5b\x99\xa3\x5c\x67\x24\x03\x8e\xd4\x4b\xc8\x68\x5e\xb9\xec\x9b\x15\x94\xae\x0c\xcb\xd5\xc2\x3d\x4d\x62\xb8\xe0\x5d\xfc\x57\xb7\xda\x96\xf9\xdc\xb3\x78\x8d\x14\x9f\x04\x00\xdd\xf0\x41\x40\xf0\x52\xbe\x15\x42\xfd\x66\x50\x21\x1e\x97\x03\xa7\xb7\x0d\x0e\xe6\xaa\x76\xb3\xfb\xc8\x26\xb8\x14\xb7\x69\x36\x8a\xa8\xe3\x24\xf9\xda\x83\x35\xc4\x4a\xb4\xc8\xb5\x65\xa9\x51\x2a\x33\xd1\x3c\x44\xe6\x64\x04\x23\x76\xdd\x92\xfb\xfe\x42\x43\x89\xe2\x92\x5e\xe2\x09\x08\x18\xf9\xd0\xdf\x38\x3b\x6f\x1b\xc8\xd9\x24\x98\xf7\x66\x58\xc3\x08\x1f\x10\x20\x0e\x42\x08\x79\x4a\xf1\x8e\x5c\xb3\x7d\xff\xdb\xb2\x52\x2d\xc7\x49\x7f\xa5\xba\x9f\x96\xad\xd4\xc5\x83\x2d\xfb\x09\xdf\x5a\x36\x15\xac\x17\x93\x45\xcb\x42\xdc\x6a\x13\x45\xd1\xca\xe1\x6e\x06\x7d\xfa\x03\x97\xb9\xad\xcb\x7b\xd8\xba\xb9\x2c\x57\xb6\x2e\x11\xa5\x10\x4b\x76\x71\x29\xfd\x3b\x3d\x1d\x5a\x81\x09\x2b\x51\xed\xd0\x34\xd6\xc8\x1e\x50\x7d\xa8\xb2\x2f\xbe\x08\xa1\xba\x1d\xac\xf6\xac\xd0\xc3\xa9\x8d\xbc\xca\x4b\x3f\xe1\x8e\x0f\x8f\xd6\x47\x59\x9b\x74\x1a\x35\x09\x98\x4c\x3d\xa1\x77\xb8\x6d\xb4\xc9\x69\x71\x5d\xef\x5b\xa0\x51\xca\xcb\xc6\xcb\x6e\x00\x8b\xce\x5b\xd7\xce\x4b\x4f\x4e\xef\xfd\xac\xd3\x77\x65\x34\x09\x48\x78\xfe\xa0\x7b\xe9\x7b\x79\x33\x95\xe9\xaf\x77\x33\x21\xeb\x6c\xde\xe4\x03\x1d\x3a\xf6\x81\x11\x02\x05\xf0\xcf\x1d\x79\x2d\x8a\x45\x2a\x6f\x3a\x6c\x9e\x98\x48\xe2\x98\xf3\x1c\x95\xe2\xf8\x20\x49\xef\x96\xa0\x19\x37\x01\xde\x57\x5c\xb1\xb9\x10\x19\x5b\xf3\x18\x2a\xaf\x25\x21\x28\x85\xb4\xa7\x07\x77\x93\xce\x18\x5f\xe2\xc9\xdc\x45\x77\xa4\xf0\x5d\x82\x99\x8c\xb8\x89\xb2\xd9\x93\x6e\x04\x4b\x05\x6f\xed\x8e\x6c\x6e\x20\xc9\x33\x57\x25\x15\x3f\xb2\xb1\xa1\xa9\x5b\x78\x36\x53\x44\xca\xcc\x22\xf5\x1a\x51\xe6\xc3\x77\x66\x88\x32\x4d\xdd\xeb\xd9\x6b\x1e\x0a\xa8\x2e\x4d\x03\x75\x42\xe9\x06\x1f\xe1\x78\xb6\xb1\x8b\xd7\xe2\x59\x91\x64\x25\x50\x58\xcf\xf4\x30\xe2\x94\x2d\x3e\x2a\x76\x53\x88\xfa\x08\x51\xf1\xb7\x5e\x90\x7a\xb3\x34\x8d\xd0\x3f\x1f\x72\x31\x12\x10\x3c\x23\xa2\x3b\x5a\x59\x8a\x22\xf3\xf2\xbd\x85\x81\xcd\x9c\x4d\x9f\xcd\x26\xdb\xf3\xa5\x21\x86\x48\x69\x8e\x90\xde\x6a\xd3\x3e\x94\x2d\x09\x79\xbd\x73\x53\xc8\x9b\x3e\xcd\xad\x1f\x0c\xec\x91\x6a\xbd\xda\x53\xbd\xe6\xa7\x2e\xf7\x2e\x2c\xe6\x94\x5a\xda\x72\x3b\xeb\x53\xf6\xd9\x67\x7e\x6f\xdb\x38\x95\x10\xfb\x1f\xca\xa7\x98\x6d\xd0\xbb\xf9\x09\x5b\x01\x48\xf0\x8f\xb3\x1d\x1e\x65\x83\x33\xf9\x3f\xbc\x3b\x9f\xc0\x31\xe1\x3a\x42\x9e\x89\x50\x6d\x0b\xd7\x44\xfb\x0e\x0e\x4f\x96\xf0\x6d\x05\xcb\x43\xb9\x26\x6c\xd8\x35\x60\xe9\xfb\xe0\xe8\x87\x30\x68\x67\xa2\xb6\xa0\xe3\x7d\x2c\x14\x4d\xb8\x95\xbb\x30\xb0\x79\x28\x1b\xd5\x58\xfc\x7d\x8c\x14\xee\x3f\xdc\xe9\xad\x48\x00\x5f\xb6\x63\x02\x7c\x6e\x45\x84\x76\x2e\xab\xbe\xaf\x0f\xe7\xb3\x9a\x90\xd8\xde\xed\x2f\xe1\xb5\x0a\x79\xb3\x6b\xf6\xfc\x7e\x4e\xab\x01\xef\x07\xf0\x5a\x5d\x07\x78\x07\x79\xcb\x68\x19\xc8\x07\xa0\xf7\x9c\x25\x58\x63\x13\x6a\xbb\xd0\xfa\x64\xf0\xdb\x72\x65\xed\x88\x7f\x17\x4f\xd6\x80\xdb\xbd\x5c\x59\xd7\xb0\x65\xd8\xd4\x63\xcc\xf4\xe8\x21\x5b\x46\xf3\x30\x85\x5b\x41\x07\x7c\x5b\xaf\x35\x57\x58\x68\xfb\xf6\x7e\x51\xf0\xb5\xf8\x17\xb3\x80\x5b\xf8\xb6\x6f\x17\x90\xcf\x27\x2e\xf8\xc2\x5a\x5c\x83\x9f\xf3\x82\x47\x2e\x8f\x68\x60\x56\xa3\x37\x9c\x33\x48\xa6\x06\x76\x66\x1b\x16\x27\x3c\x95\xcb\xba\x21\x07\xa4\xa8\xd7\x8c\x58\xd9\xa1\x57\x04\xbf\x9b\x9d\xaf\xb0\x15\x4b\xf9\x46\x14\x03\xc6\x5e\x4b\x6b\x78\xc1\xe0\x4d\x1f\x73\x1f\x88\x4e\x9a\x62\xda\x02\xca\xe8\x19\xa1\x7a\x7a\xe7\x2b\x3b\x21\xdb\x83\x06\x10\x84\x91\xc7\x93\x2d\xd9\x82\x47\x49\x9a\x68\x06\x10\xaf\x8c\x5a\x4b\x3b\x07\x59\x90\xe6\xd0\xd5\xa1\x2f\xfa\xef\x2a\xab\xe9\x8a\x9f\xb1\x64\xcd\x97\xe8\x84\x60\x19\x6e\x18\x18\xcd\x2f\x99\x4a\x96\x19\x68\xc6\xe0\xc9\x80\x6c\xb0\x5c\xde\xd0\x41\x10\xbc\xdf\x8a\x0c\xa4\x9d\x06\x94\xb3\x5a\x66\x7c\x51\x33\x33\xae\x91\x48\x0b\x82\xbf\x87\xc6\x3d\xf8\xcc\x90\x73\x78\x0e\xb3\x95\xf0\x0a\xf1\xb9\x95\xaa\x48\xc3\xfc\xa1\xba\xa0\x94\x2c\x95\xdc\xa2\x16\x9e\x00\xaf\x11\xb0\x00\xa4\x2f\xb5\xea\x72\xcb\xe0\x98\x2f\x66\xfe\xd8\x9c\x41\x02\x0f\x1b\x30\x3c\xe4\x67\x2e\x60\xc1\x3e\xe5\xa4\x19\xf7\xf5\x7c\xfa\xfe\x80\xde\x05\x66\x2a\xbd\xd7\xb7\x11\xfd\x6e\x6f\xaa\x38\xb9\xf6\xcb\xe1\x6f\xfb\x51\x2f\xf2\x54\x77\xed\x2e\x36\xab\xfe\xf5\x17\xf7\xe1\x03\x28\xa9\xa9\x4e\x02\x2b\x79\x6f\xcd\x1e\xed\x85\x89\x09\x5e\x8b\xc6\x17\x52\xd1\x4f\x57\x3c\xcb\x44\xea\x3e\x7b\x44\xfa\x1b\x4c\x3c\x4b\x35\xbd\x74\x75\x89\x85\x7a\x00\x24\x8f\x6e\xca\x8c\x2c\xf1\xde\xfb\x90\x23\x03\x15\x75\x93\xc0\x6b\x8d\x18\x40\x56\xe3\x8c\x3b\x1b\x20\xd0\x8a\x77\x92\x3c\xda\x49\xb2\xa4\xdc\x91\x57\x9d\x13\xf7\x2a\xff\x23\xbc\xf2\x1b\xd6\x4d\xe5\x52\xd3\x1d\xbe\x00\x37\x57\x48\xb3\x03\x12\xde\x9a\x99\xe6\x40\x0b\xc0\x9e\x6d\x91\x64\x89\x5a\x99\xf7\x7b\x58\xbf\xae\x6e\x10\xf2\x59\xb6\x90\xef\xbb\xbd\xa7\x81\xa3\xc9\x53\x6f\x42\xf6\x48\x26\xd9\x42\x7e\xe2\xac\x82\x3e\xb6\x4d\x4d\xd3\xfb\x95\xbc\x41\xdc\x84\x2f\x90\x14\x91\xaf\x45\xdf\x34\xc9\x58\x21\xe6\x89\x96\x62\xab\xc2\x3e\xb4\x60\x8e\xe0\x82\xa4\x52\xd7\x59\x44\x8f\x21\x6c\x2e\x52\x79\x13\x00\xc0\xa1\xc6\x00\x28\xf9\xc0\x98\xc3\x9e\xb2\xce\x22\x15\xb7\xd6\x24\xa9\x0d\x5d\x06\xb9\x2c\xca\xd1\x40\x66\x6b\x6b\x70\x89\xa8\x6a\xf6\x1d\xcd\x1b\x74\x59\x2f\xe8\x47\x66\xcf\x25\x8f\xdb\x61\x4d\xef\x28\x06\xb6\xe0\xe2\x99\x8a\x41\x2a\x97\xdd\xce\x9b\x0c\x2d\x1b\xcd\x78\x80\x8b\x00\x98\x93\x4e\x9f\x21\x26\xb5\x74\x1a\xbe\xb2\xc1\x53\xbd\x62\x11\x3c\xf6\xe9\xfb\xac\xc0\x34\xc7\x89\xea\xb3\x67\x6c\x59\x09\x65\x9f\x47\x9f\x95\x90\x0b\x2a\xeb\x58\xbb\x22\xcc\x25\x9e\xc3\x95\xa7\x4a\x91\x41\x3e\x02\x2d\x93\x3f\xeb\xac\xc9\xfe\xc8\xd8\x50\xe2\x6b\x62\x98\xfc\x69\x25\x0a\x61\xae\x9b\xbc\x90\x73\x3e\x4f\x21\x3f\x60\x89\xbb\xa6\x72\xc1\xaf\xdc\x03\x51\x29\x61\x7b\x91\x46\xaa\x07\x9d\xb4\x1a\x8b\xd2\x3c\xc7\x78\x6a\x19\xee\x00\xe6\x82\xbe\xbb\x63\x5d\xef\x7d\x93\xf3\xd9\x46\x3e\xc4\x0d\x7b\x11\x94\xe2\x2e\x7f\x12\xfa\xbc\xaf\xe1\xcf\x1d\x9d\x80\x0b\x83\x37\x14\x51\xc2\x01\x65\x3c\x22\x6b\x9b\x5c\xaa\x92\xfa\x36\xa9\xec\xff\xae\x09\xcf\x89\xa3\x36\x9d\x3e\xe3\xc5\xf2\xfa\x84\xbd\xfd\x3b\x8d\xf4\x4a\x16\xe5\xc9\xf6\xb1\xc7\x1f\xdf\x7d\xec\xfb\xc8\x0d\xf7\xc1\xdb\xed\xf5\xdf\x85\x4c\xb0\xc1\xc7\x35\xdf\x84\xd8\x78\xff\xb6\x6c\xdf\xec\x4b\xc8\x8b\x17\xf0\x32\x40\x70\x3c\xbb\xf7\x87\x91\xf0\x06\x81\x6c\x62\x02\xbe\xda\x2d\x45\x39\x89\x22\x91\x97\xcf\x79\xb6\xac\xf4\x4d\xd1\xb5\xf5\x52\x53\xe4\xec\xb5\x60\x81\xfe\x76\x84\xd4\xb5\xd3\x67\x6f\xbd\xec\xcd\x3c\xec\xf9\x84\xd9\x1e\x3d\x4b\xe0\x85\x2c\x04\x9a\xb5\x4d\x65\x2a\x8b\x93\xda\x15\xac\x67\x78\x11\x56\xe9\xf6\xbc\xe6\xce\x2a\x6e\x6b\xf3\xb3\xb0\x4a\xd0\x1c\x95\x77\x5b\x9b\x4e\xdd\xe7\xa0\xd9\x42\xa2\x05\x56\xfb\x6c\xf1\x5b\xa3\xc1\x05\x5f\x27\xe9\x66\x5b\x13\xfc\x5a\x5b\x9b\x12\x6f\xbe\x7f\x7e\xe2\xf6\xea\xcd\xf7\xcf\xbb\x9d\xdd\x4e\xcf\x13\x3f\x3e\xbe\xb3\x7f\x18\xb3\x33\xef\xfc\x85\x48\xfb\x46\x89\x82\xc1\xb3\x29\x29\x54\xe1\x41\x54\x13\xc2\x12\x8c\x7e\x1d\x5b\x05\xd9\xfa\x0b\xcb\x9a\x6e\x47\xe8\xa9\xee\x61\x8a\x5d\x6e\xa3\x37\xf6\xd9\x35\x38\x3f\x52\x11\x93\x7b\x2f\x36\xe3\x2c\x1b\x7d\xe3\x13\x75\x8d\x53\xfa\xf0\x81\xd5\xcb\x06\x48\x89\x5f\xca\x58\xf4\x6a\x97\x4c\x93\xd5\xf2\x2a\x0f\x0a\xb1\x96\xd7\x62\xba\x4a\x52\x84\xa6\x57\xcd\x91\x2c\x02\x81\x59\xde\x2f\xa4\x0f\xd3\x96\xa5\xd6\x08\x04\xe3\x3f\x9f\x1e\x78\x47\xd6\xef\x3c\x43\xde\xa4\x58\x5e\xd7\x21\x5a\x23\x81\x64\x03\x00\x66\x35\xfa\xae\x98\x15\x85\x2c\xba\x1d\xd3\x65\x84\xd5\xac\x31\xaf\x28\x59\x95\x0f\x3a\x3d\x07\xe0\x76\xf2\xef\x53\x12\xa2\xe8\x6e\x4a\x27\xf0\xff\xc7\x9a\x5e\xcc\x30\x58\x6f\x9e\x91\x1c\xe0\x23\x90\xf1\x17\xa0\xdb\x52\x15\x91\x99\x92\x16\x3b\x04\x39\x24\x91\x71\x16\x1a\x9a\x5a\xb7\x80\x3b\xc9\xe9\x0a\x34\x53\x35\xfc\x03\x47\x58\x91\x2e\xe8\x02\x7c\x1a\x5a\xd0\xe7\x25\x81\x97\x38\xa3\x1f\x78\x5a\x05\x46\xde\xfa\xab\x96\x84\x74\x17\x46\x4c\xa8\xb9\x4b\xfb\x9f\xde\xea\xfa\xef\x9e\x3e\x0a\x8c\xab\xbc\xae\x9f\xfa\x16\x1f\xf5\x69\x81\xf9\x7e\xed\xa4\x38\xed\x50\xdb\x41\x31\x3c\x3d\xf1\x71\x02\x37\x1c\xe5\x29\x9e\x16\x82\xc7\x1b\x76\x9d\xa8\x64\x9e\x92\x1d\x57\xc8\xb9\xd1\x3c\x56\x82\xc7\xa2\xb0\x76\x99\x9d\xd1\x61\xae\x79\x53\x63\x23\x94\x5c\x93\xf5\x41\x8b\x71\x6b\xd7\x4a\x5b\xce\x3a\xc4\x3c\xd1\x6a\xe0\x76\xe0\x8f\x4e\x9f\x1d\xee\xa3\xbd\x2d\x8e\x47\x23\x41\x0d\xfc\xab\xd3\x67\xfb\xc7\xae\x4a\x8a\x79\xe6\xbb\x34\x38\xbd\xc1\xed\x30\xf2\x70\xde\x45\x4f\x73\x30\x9b\x91\xb9\x5f\x91\xfa\xde\xb1\x46\x00\x50\xd5\x2c\xc5\xd8\xdd\x9d\xd6\xc9\xbb\xf9\xf2\xde\xd6\xb5\x00\x37\x95\x03\x41\xcf\xda\xe2\x44\x60\x57\x36\x43\xb1\xb6\xdb\x89\x93\x6b\x04\xb4\xad\x4d\xac\x7f\xa4\x14\x38\x47\x9d\x32\xc3\x1c\x75\x4c\x0e\xe6\x13\xc6\xe7\x90\xa2\x56\x3c\x75\x3a\xab\x0e\xc9\x0a\x27\x2c\x93\x59\xf0\x41\x4b\x0e\x3b\xc8\xc6\x42\x63\xd2\xd1\x7a\x35\x4a\x99\x9f\xb0\xd1\xf0\x7f\xf9\x65\x1a\xa0\x27\x6c\x3f\x28\x03\x60\x9e\xb0\x27\x61\x4d\x04\xdc\x09\x3b\x0e\x8b\xd7\x49\xb6\x63\x3e\x8d\x6b\x9f\xf8\xed\xce\x96\x56\x73\x79\xbb\xa3\x56\x3c\x96\x37\x27\x6c\xc8\x86\x6c\x9c\xdf\x3a\x6d\xdd\xdd\xec\x03\x7b\xcc\x3a\x61\x57\x45\x2c\x8a\x93\x9f\xdb\x05\x53\x32\x4d\xe2\xa7\x44\xe6\xf4\x11\x03\xe5\xae\x67\xb7\xf8\x12\xb2\x47\x5a\x85\x85\x7f\xdb\xf6\x99\x92\x2c\x0b\xbf\x1b\x2f\x4c\x38\x34\x94\xe5\x78\x60\x3d\x0b\xa8\xf8\x01\x18\xc2\xa8\xee\x56\x04\xf1\x91\x40\x6f\xfa\x53\x5f\xa3\xd9\xa1\xe4\xc7\x3b\xc4\x84\x63\x95\x1d\x91\xc5\x61\x35\xb3\x2f\x1a\x62\xc1\x39\x0f\xa1\xab\xe1\x6b\x19\xb0\x9d\x08\x39\xad\x4f\xdb\x28\xc6\x3a\x77\xb6\x6f\x30\x7a\xcd\xf6\x9a\x0f\xdb\x51\xc0\xb9\x69\x5a\xd4\xf2\x71\x41\x5c\xda\xb6\x29\x3a\x4e\x8d\x60\xed\xce\x23\xa8\xe0\x62\xe4\x17\x10\x22\x3d\xa2\xd7\x7a\xff\x88\xcb\x7a\xd0\xfe\x61\xdd\x81\x12\xe5\xa4\xa4\x2c\xa3\xdd\x4e\x21\x53\x70\xbb\xc6\x8f\xf5\xaa\xdb\xb7\x7a\xcd\x8b\x65\x92\xed\xc0\xd9\xdd\xd9\xab\x2f\x9a\xbe\x16\xb8\x99\x8d\xcf\xc8\x20\x9f\xb0\x5c\x82\xee\xf6\x69\x6d\xd8\x52\xdc\x96\x53\xc4\x13\x72\x75\xe4\xe3\x45\x27\xa8\xc2\xe3\x78\xa6\xe5\xd5\xe7\x24\x79\x77\x3b\xc0\x81\x76\xfa\x01\xff\x64\x58\xc8\x90\x77\xf5\x70\xd9\x07\x2e\xf6\xdc\x0b\xae\x1a\xba\xf3\x4f\xeb\x2a\xb5\x6d\xd0\xc6\x1a\x1d\x32\x76\x84\x0b\x5f\x66\x29\x8a\x67\x9e\xb6\xa3\x2e\xcc\x52\xd5\xad\xa4\x77\xdb\xb9\x02\xe2\x7a\xc2\x46\x2d\x54\x12\x5c\x86\x83\xce\x83\x6d\x57\x45\x64\x60\x55\x15\xe9\x1d\xf5\x04\x5f\xa7\x42\x29\x5d\xb9\xa8\x44\xed\xae\xf0\xc1\x87\xcd\x3d\xee\x4c\xdf\xb2\x41\x0d\xdb\xee\x41\x2f\x19\x57\x62\x83\xce\x0f\xff\x3a\x8f\x19\xc8\x90\x7c\x6b\x16\xf6\xad\xd8\xbc\xe0\xb9\xff\xb8\x61\x3e\x19\xed\x9d\x61\x3f\xa7\x32\xc3\x5c\x95\x32\xfb\x56\x6c\xbe\x44\x55\x0d\xa6\x3b\x45\x0f\x51\xfd\xe5\x87\xd7\xdf\x8a\x8d\x2a\x0b\x79\x25\x8c\xd4\xc5\x95\x92\x51\xc2\x4b\x4c\xd5\x1e\xea\xdc\x3d\xf5\x3a\x0a\x01\x02\x9e\x2d\x4e\xd8\xdb\xff\xef\xf5\xec\xfb\x17\xef\x18\xd7\xd0\x23\x4f\x6b\x58\xeb\x75\x39\xf8\xa9\xe1\x2d\xd0\xa6\xc8\xaf\x0d\xe1\x4d\xc3\xbc\x8f\x27\x8a\xd9\xfd\xf5\x58\x64\xbb\xfe\x16\xe5\xba\x0b\xea\xe7\x9e\x0a\xae\x4b\x7c\xfc\xc9\x0b\x41\xe1\xe5\x02\xe2\x1a\x68\xda\x5d\x63\xeb\xdb\x21\x3a\x85\xf5\xc2\x49\x37\x2c\xe2\x79\x89\x5e\xbc\x66\x6e\x06\xd0\x0b\xe9\x3a\x37\xdf\xe8\xcc\x3b\x3d\xb9\x37\x80\x6e\x65\xf6\x50\x61\xdc\x3c\x97\xc8\x1c\x80\x69\x95\xb7\x49\xc1\xe6\x80\x4c\x46\x31\xab\xfa\x4c\xf1\x6b\xbd\x63\xba\x3b\x25\x51\x29\x8c\xa8\xc7\xaa\x0c\x1e\x29\xc1\xe3\x98\x72\x36\x6b\x69\x32\x20\x85\x7d\x7c\xc0\xa1\x88\x64\xb1\x9d\xb8\x99\xcf\x7b\x9b\x61\x86\xb1\xb7\x1d\xb0\x67\x96\x55\xe9\x28\xe7\x85\x2e\xf9\xae\x2a\x7d\x22\xf5\xae\x6f\x1b\x5c\x89\x4d\x2c\x6f\x32\x57\xff\x5b\xb1\x39\x97\x37\xd9\xf6\xea\x79\x41\x04\xc4\xd6\x7f\xa5\x4b\xb6\x37\xa8\xf2\xa0\xf6\x9b\x7c\x4b\x55\x7d\x4f\x3c\xcb\x72\x7f\xf2\xaf\x4d\x51\xd0\xe4\x11\x63\x28\xe4\xc0\x39\x63\x24\xd0\x19\xff\xab\x2b\xb1\x61\x6b\x9e\x03\x53\xf4\xe5\xae\xb7\xcf\x2f\x78\x4e\x6a\xcc\xd6\x93\x6b\xe8\xb7\x69\xa1\x07\x4c\xb2\xa5\x6a\x6f\x73\x46\x5f\xbd\x56\x76\x36\x9a\x67\x3e\x61\xe7\x89\x82\xa0\x8d\x3c\xdb\xb0\x49\x5a\xfe\xb9\x60\x85\x48\xe1\xd4\xac\xab\x6c\x69\xbc\x86\xbf\x64\x51\x59\xa4\x3b\x3c\x2d\x4f\xd8\x04\x52\xd8\xb2\x69\x59\xa4\x8f\x27\x69\xc9\xd6\x82\x67\x0a\xdb\x52\x5d\xcd\x47\x07\x75\x41\x52\x69\xaf\x0b\x24\x33\xa8\x8c\x04\xb7\xb5\xb6\x85\x13\xd7\x65\x2f\x34\x19\x35\x4e\xd0\xe1\xda\x9e\x2d\xe0\xe6\xe8\xb3\xcb\x55\xb2\x28\x77\x9e\x65\x4a\x14\xf4\xec\xb9\x80\x48\x23\x2b\x78\x78\x35\x6a\x07\xe3\xc2\x04\x19\xa9\xc1\xa3\x67\x60\xfb\x01\x4e\x18\x32\xee\xeb\x3d\x23\x52\x07\x3d\xcd\x41\xaf\x6e\x6d\xf0\x56\x12\xac\xdb\xfc\x69\x2a\x3d\x3a\x0e\x8e\xfe\x5f\xa7\x14\xd9\xb6\x75\xae\x2b\xb9\x16\xbb\x02\x8c\x8c\xd3\xd4\x06\xb2\x0c\x9e\x95\x15\x84\x36\x98\xf3\x02\x23\xac\xe8\xee\x6d\x33\xec\x0d\xda\x9a\xe7\x1e\xf6\xc3\x6b\x3d\x69\x7d\xdf\xa8\x01\xb3\xab\xc1\xf7\x1b\x3b\x9c\x02\x5d\xed\x0f\xaf\xe1\x5e\x52\x68\x3b\xa4\xbb\x0a\xbb\xa7\xb1\x55\x6d\x89\xfa\xb3\xbe\x02\x30\xe8\x82\x97\xd5\xd7\x5b\xe1\x25\x88\xda\x8a\xf1\xb9\xbc\x16\x7d\x72\x65\x02\x59\x21\xe7\x4b\xc1\xaa\x7c\x17\x7e\xea\x13\x5e\xeb\x5d\x97\xdf\xd7\xbb\x85\x9f\xc6\xc8\x9d\x57\x69\xa5\x76\x5f\x24\x59\xa5\x76\xff\x53\x14\xd2\x80\x51\x41\x04\x95\xc6\xae\x42\x13\xc4\x91\x3b\x1b\x52\x4d\xf8\x4c\xf0\xfa\xaf\xf7\x7d\xec\xcd\x0d\x0b\xed\x62\x69\x83\x29\x86\x6b\xd1\x27\x48\x57\x83\x4e\x74\xd5\xff\x94\x72\xdd\x8a\x11\x70\xb4\xa6\x18\x44\x45\x81\x5b\x1b\xac\x8f\xc6\x9d\x6a\x84\xd3\xc8\xa6\xbf\x38\xd7\x2e\x6a\x06\x8b\x79\x3c\x6d\xad\x8c\xdd\xb8\x6e\xbd\xc6\xc1\x2c\xa7\xe0\x2d\xda\x0a\x6c\x18\xe3\x07\x3c\x23\xcd\xa9\xfd\xf0\x80\xa9\xfd\xd0\x5a\x19\xbb\x71\xdd\x6e\x9b\xda\x0f\xe6\x1c\xb5\xcc\x6d\x06\x21\x59\x76\x63\x43\xd1\xf2\x3c\x35\xe1\x54\xf4\x85\xc0\x63\xec\xcf\xd0\xe2\x44\x91\x25\x02\x19\x4f\xf3\x0d\xcb\xaa\xb5\x28\x92\x08\x0e\x3a\x5c\x9f\x70\xbe\xed\x83\xb3\xc7\x3d\x04\xc4\xc8\x0d\xf4\x2d\x8c\xf3\xa0\xe9\x01\xab\xe4\x4d\xd1\x1a\xdf\xc6\xe2\xde\x79\x52\xdd\x4f\x9e\x26\x3e\x06\xdc\x73\x9c\x80\x30\x6a\xde\x00\x22\x3a\x51\x8c\x16\xa0\x2c\x67\x97\xac\xdb\xf9\xcb\xed\xf0\xb8\xd3\x67\xfc\x8a\xb3\xff\xfa\xa6\x37\x60\x98\xb0\xff\x26\x51\x02\xfb\x09\x9b\xeb\xeb\xce\xef\xa2\xf3\x97\xdb\xa3\x45\xa7\x36\x43\x5b\x1d\x5e\x8f\xce\x6c\xe3\xd6\x79\x62\x3c\xb3\x48\xc6\x18\x4e\x09\x54\xa0\x9a\xa4\xc4\xbc\xe4\xf7\xd1\x65\x6b\xa6\x3c\x33\x1d\x9c\xb2\x4e\x55\x2e\x76\x8e\x6b\xf7\xc8\xa5\x28\x5d\xde\x73\xf0\x28\x2c\x39\xae\x05\x70\x98\xb3\x54\x70\x68\x2f\x54\xc4\x73\xc1\x64\xa1\x0f\x7f\x6d\x34\xdd\x08\x56\x34\xc3\x4a\x6d\x47\xde\x1f\x48\xd7\xdf\xf9\x01\x03\x07\x18\x93\x71\xd9\xb6\x0c\xfd\xf1\x85\x28\xf9\x0f\xed\x54\xc4\x10\x30\xa3\x68\xe6\x29\xb2\x1d\x60\x5d\xae\xd9\xb2\xe0\x40\xd0\x12\x06\xf8\x8f\xf4\xf3\x19\x9b\x5d\x4e\x21\xf8\x51\x72\x4b\x47\x19\xc3\x5a\x0f\x4c\xbd\x49\x1c\xb3\xd1\xf8\xd8\x00\xbb\xca\xe0\xd6\x10\xb1\x17\x90\x95\x2b\xcd\xc8\xdf\x52\x24\x2e\xe8\x83\x2e\xdc\x9d\x2b\xb1\x19\x0c\xd8\x8f\x3c\x29\xad\xea\xc8\xf0\x6e\xc4\xd0\xc2\x3d\x27\x04\xbb\x31\x06\xc0\xe6\xae\x56\x7c\xa3\x4c\x77\xe1\xbf\x2e\x9c\x99\x1b\x70\x7c\xbc\x91\xc5\x15\xbb\x11\x69\xaa\xa5\x93\x3c\xe5\x25\xc4\x18\xa6\x20\x2c\x5e\x77\xad\x1d\xb1\x5c\x14\x58\x9f\x5b\xef\x4a\xee\x92\x24\x40\x80\x33\x0e\x1e\x97\x7f\xad\xb4\xc0\xa2\x06\xbd\xfa\xc9\x25\x67\x4c\x8c\x38\xb5\xe6\x25\x98\xc6\x03\xab\xac\x1b\x26\x8a\xc5\x89\x2a\x93\x2c\xa2\xe3\x0b\xf8\xd5\xe5\x69\xf9\x0c\x36\x96\x25\x0a\xfb\x42\x72\xd8\x6b\x30\x41\x80\x56\x3f\x6a\xd0\x9c\xb2\x0e\x6e\xe0\x3d\x18\x6c\x90\x80\x47\x5a\x96\x53\xf0\x04\x83\x38\xdd\xf7\x9d\x87\xf3\x42\xc6\x15\x84\xef\x86\xed\x26\x1e\x30\x88\xe4\x6d\xd7\x59\x54\xf0\x7e\x83\x11\xb1\xfa\x86\xc5\x80\xc0\x66\x58\xa2\x45\x15\x5d\xc0\xab\x52\x62\xf8\x13\x67\xed\x6b\xf6\xa4\xc9\xe0\x11\x08\xee\x21\x52\x05\x98\x59\x4a\x0a\xab\xc2\xce\x67\xcf\x61\x79\x24\x43\xd9\x20\x73\x00\x5d\x9e\x96\x3b\x8e\x24\xc9\x8c\xce\x09\x06\xf6\xf8\xee\x92\x5d\x93\x71\x11\x87\xce\x6d\x5f\x80\x8e\xfe\x8a\x9d\x76\xee\x84\x4d\xc8\x62\x2f\x59\x63\xf8\xb9\x22\xd1\xfb\xdd\xd7\x4b\xb3\x1d\xf7\x6b\x23\x27\x4a\xb3\xfe\xb9\x20\x3e\xab\x94\x7a\xa8\x01\xbb\xd4\xb5\x2b\xa5\x31\x64\xcd\x37\x9a\xbd\x5c\xf1\x3c\xdf\x38\xf1\x15\x0d\x3d\xc0\xd4\xd6\x56\x59\x14\x95\x2a\x0b\x94\xb6\x99\x09\xab\x97\x94\x1d\xc5\x92\x75\x2e\x15\x3c\x6b\x00\x7c\x24\xd2\x15\x3b\x8b\x01\x00\x91\xfc\x89\x69\xf3\x14\x4a\xc9\xfa\xbc\x13\x73\x73\x03\xdf\x01\x22\x49\x74\x05\xa7\x5c\x1f\xa6\x10\x42\x78\x5e\x9b\x20\x3e\xb1\x30\x0e\x8a\xfb\xba\x57\xe2\x53\x45\x80\x94\x4b\x09\x4c\x60\x1f\x19\xd4\xa5\x28\x19\x37\x63\x20\xe3\xed\xaf\x91\x1c\x72\xcc\x26\xe3\x71\xca\x64\x89\xfb\x25\xe2\x01\xa8\x17\x56\x65\x99\xab\x93\xdd\xdd\xa8\x98\x57\xcb\x41\x24\xd7\xbb\xa3\xa3\xfd\xfd\xd1\x90\x35\x11\xce\x5e\x38\x88\x79\xf7\xdc\x3f\x6f\x88\x2e\x5f\x09\x91\xb3\xb2\xe0\xd1\x95\x31\x0d\x35\x22\x9e\x5e\x34\xdc\x15\x25\x84\x62\xb2\x1e\x45\x99\x88\x84\x52\x90\x73\x45\x16\xee\xb2\xbc\x6b\x06\x2e\xfc\x1c\x32\xd1\x40\x16\x0d\xc5\xb4\xc2\x10\xf6\xe5\xea\x82\xb9\x27\xda\x99\x72\x36\x4f\xca\x35\xcf\x11\x99\x90\xfc\xcd\x93\x92\x99\xf7\x15\xc5\x20\xe6\x80\xca\x65\x16\x7b\xe6\x5b\x5f\xb2\xcf\x53\x89\x3c\xc3\xe7\x9a\x26\xe4\xa2\x28\x37\x66\x9d\xf6\x9c\x35\x41\x69\xc4\x6d\x11\xdb\x20\xce\x2d\xfc\xba\x3d\x78\x6b\x11\x27\x1c\xd9\x19\x23\x59\xe1\x01\xa1\xa9\x24\x05\xbb\x00\x50\x8a\xbf\x56\xc9\x35\x4f\xed\x98\x6c\x36\x58\x0e\xd8\xe7\x1a\x50\x9f\xb7\x34\xbd\x18\x0d\x7c\x66\x1f\xc7\x23\xe3\x57\x30\x46\x32\x52\x5d\xe3\xc6\x8e\x13\xae\xe5\x8e\x49\x21\x2e\xf4\xcf\x76\x14\xf8\x46\xa6\x64\xe4\x92\x17\xe2\x1a\x42\x20\x58\x7a\xbf\x60\x01\x79\x06\x92\x7f\x3e\x9b\x5e\xce\x5e\x33\x48\x62\x8e\x9e\x65\xf1\x00\x5c\xbe\xb0\xbb\xf3\xd9\xf4\xfb\xcb\xf0\x73\x3f\xec\xc5\xb2\x82\x31\xb0\x56\xd6\x2f\x00\xd5\x3a\xb0\xd3\x24\xdb\x57\xa0\xad\x91\x55\x83\x65\xa0\x89\x4e\xbc\x6e\x5b\xad\x2e\x2f\x29\xf2\x3b\x00\x0a\x82\x48\x20\xc3\x39\x05\x19\x11\x02\x17\x5a\x85\x55\xca\x37\x38\x52\x43\xa7\xa6\x7f\x99\x44\x7e\xd8\x00\xc7\x9e\x68\x39\x5c\x4f\x47\x64\xe5\xb9\xb9\x5c\xf5\x65\x5f\xca\xfc\x55\x21\x73\xbe\xf4\x23\x21\xa2\xee\xce\xe3\x09\x48\xc6\xc2\xbe\x44\x20\x2c\x4c\x27\x2f\xa7\x33\x6b\x6b\x42\xca\xf2\xac\x5a\x77\x3b\xf8\xa5\xd3\xeb\xd7\x38\x49\x4d\xf3\xcc\x55\xef\x87\x52\x70\xe6\xdc\x51\x10\x95\x51\xb3\x2d\x20\x4e\x43\x4c\x26\xd4\xc8\x62\x5f\x26\x78\x92\x69\x41\x0a\xb7\x9a\xfa\xc0\xfa\x19\x80\xbe\xa1\x48\x32\x4c\x9c\x01\x97\xb0\xed\xca\xcf\x9e\xb2\x45\xdb\x10\xcc\x41\x66\xc2\x9c\xcc\xb5\x8c\x93\x45\x62\xb8\x1a\x9c\x8a\xea\xd7\xc2\x8b\xea\x4e\x69\xd5\x14\xaa\x43\xcf\xdc\x4e\x1c\x4c\x47\xbb\x74\x85\x6c\x7a\x96\x8e\x63\xdc\xfe\xa4\x0c\x78\xc7\x1d\x73\x99\x50\x27\x86\x23\xc2\xc8\xbe\x14\xa4\x62\x7a\xf9\xac\x4f\x61\x82\xe8\xab\x59\x18\x07\xaf\x35\x73\x85\x31\x86\x0e\x97\xe0\x9b\x19\xac\xc7\x45\x18\xd1\xac\x4b\x2c\x54\x54\x24\x73\x5c\xbd\x51\x20\x1b\x83\x6c\x0c\x9a\x69\xba\x33\x79\x49\xf4\xa7\xcf\x5f\x4d\x77\x2e\x41\xcf\x7e\x61\x4c\x1c\xf4\x11\xff\x9c\x29\x7c\x2d\x6e\x5f\x98\x51\xc7\x10\x03\xad\xaf\x29\xbb\xb9\xba\x6c\xcb\x96\xba\xe8\xa5\x76\x32\xa6\x55\x95\xe7\xa2\x00\xc3\x5e\x0a\x68\x6c\x26\xe8\x78\xe8\x2b\xb1\x89\x38\x84\x82\x23\x27\x03\xdb\xc9\xe1\x3e\xeb\x62\xda\x96\xce\xbf\x75\x7a\xd0\xe7\x93\x03\x5b\xf4\xbe\xd3\xa3\x3b\xf4\xae\x81\x6c\x67\x8d\x01\xd7\xa0\xe7\x38\xdc\xc7\x60\xb9\x59\x69\x2e\x92\x35\xbf\x12\x8a\x75\xfe\xeb\xdf\x3a\x56\x8a\x1b\x0e\x3b\x4e\x63\xc4\x18\xeb\xfc\xd7\x7b\xf7\x71\xb4\xe8\x0c\x18\xeb\xbe\x94\xc6\x6f\x56\xe3\xe8\x2a\x59\x22\x33\xca\x4b\x36\xbc\x1d\x2d\xf4\x20\xc3\xdb\xf1\xd0\xdd\x90\x6e\xdf\x60\x27\x0b\x55\x7a\x10\xc5\x25\x42\x80\xde\x80\xdd\x76\x5b\xe5\xc9\x39\x3f\x7b\x9b\x00\x6a\xc1\xf8\x18\x0a\xd8\x5c\xed\x7e\xa2\x31\x03\xb4\x2a\x67\xf3\x8d\x16\x82\x9a\x98\xb3\x46\x26\xde\xcd\x23\x92\xd9\x22\x59\x56\x05\xde\x4f\x8a\x84\x2c\xe4\xdc\xfb\x00\xb2\x79\x27\x38\xef\x76\x2e\x14\x02\xb5\x79\x52\x1d\xf1\x12\x9e\xc8\x7f\x3e\xbb\x98\xbc\x79\xfe\xba\x8d\x0a\xd2\xa7\x3a\x19\x9c\xa2\xc3\x6e\x18\x1d\x56\x32\x99\x97\xfa\x1e\x81\x40\xc9\xe6\x2e\x08\x6e\x7f\x27\x37\xa4\x78\xf9\x79\xf2\x3f\xc9\x6a\xb1\x00\x82\x53\xae\x2c\xdd\xd0\x53\x7c\x35\xb9\xbc\x6c\x9b\x9f\x2e\xaf\x4f\x8e\x34\xb8\x0e\x21\x30\xa6\x94\xe6\x56\xdc\x9e\x38\xbe\x64\xca\xf3\xbe\x93\x31\x04\x2a\x62\xbf\x15\x9b\x81\xd3\x1d\xe8\xf9\x1b\x40\x93\x38\x8c\x54\x94\x9e\x16\xf0\xb1\x44\x0c\xc2\x2b\xaa\xdb\x33\x8d\x88\x48\x1b\x8b\x2b\xbb\xf1\xcf\x4a\xba\xbc\x17\x55\x4a\xde\xed\x44\xbe\x62\x23\x78\x41\xd0\x57\xe4\xc1\x92\x92\x69\x36\x29\x2b\x13\xc8\xe8\xa2\xca\x22\xc9\x95\x3b\x9c\x96\xf0\x61\xae\x37\x9a\x8b\xd9\x02\x17\x79\x4b\xae\x59\x21\x38\x86\x95\xa4\x0b\xe2\xca\xac\x56\x83\xfa\xf2\xf5\xf7\xcf\x5e\xb5\xc1\x1a\x3e\x74\x7a\xfe\xcd\x0f\x3a\x11\xe1\x9c\xe2\x78\x14\xc9\x22\xf6\x7a\xee\x68\xb4\xdd\x31\xba\x17\x3f\x36\x72\x2b\x0b\xe0\xb9\xff\x61\xcf\x6d\x89\x3f\x9c\x59\x57\x53\x35\x63\x75\x33\x41\xf2\x94\xe0\xd1\x6d\x70\x5d\x52\xef\x6f\x5e\x5f\x1c\x43\xb7\x4f\xc3\x00\xff\xa1\xc9\x26\x3c\xba\x89\xc6\x93\x9b\x7f\xc1\x7a\xef\x87\xf4\x76\x17\xf8\x6e\x39\x81\xc9\x53\xb8\x31\xd3\xb3\xed\x51\xcb\x9e\x11\x3e\xa4\x52\xec\x65\xe3\x0b\x05\x01\x04\x8c\xb2\x1f\xc4\x16\x77\x17\x27\x45\x5d\xdf\x20\x0b\x36\xaf\xe6\x24\xcb\x51\x98\x36\x9c\x95\x7d\x1c\x7d\xc5\x95\x82\xfd\x42\x79\xdb\x05\x93\x4b\x53\xf7\x84\x17\xcc\xd7\xbe\x16\xb6\x45\x63\xa3\xa7\xc6\x8f\xb6\xa3\xe0\x15\x73\x25\x95\xb0\x50\x5b\x99\xf8\xb3\x11\xad\xbe\xcf\xb4\x60\x83\xfa\x14\x23\xfc\xfb\x7a\xcf\xbb\x9e\x61\x3d\x7c\xa1\x39\xb7\x3d\xd0\xd2\x44\x1c\xf2\x98\x99\x9d\x9e\xb6\xbf\x98\xfa\xb8\x63\xad\x9c\x4c\x23\x63\x40\xd8\xde\x08\xcd\x30\xc2\xb9\x40\xc8\xcc\xde\xd6\xec\x34\xe1\xdb\xa7\xcd\x09\x92\xb8\x54\x20\x60\x07\x45\xee\x32\xa7\xb5\xfa\x6f\x93\x77\x2e\xff\x45\xb0\x52\xfd\xcf\x60\x63\xc3\x1a\x85\xda\xbf\x1d\xbe\xeb\x9b\xae\xdf\x8e\xde\xb5\x87\x02\x6d\x5d\xee\xa0\xe5\x61\xf7\x9e\x5e\x8d\xdd\xca\xb6\x57\x6a\x9a\x6c\x98\x9e\x88\x30\x21\x3c\x7d\x06\x79\x82\x53\x06\xc8\xcb\xd3\x94\x34\x98\x36\xc8\xab\xd4\xc2\x28\x04\x28\xf3\x94\x3d\x26\x46\xc5\x3d\x58\x65\xcf\x42\x1b\x5e\x79\xb6\xde\x5b\x76\xbc\xe9\xd1\xe2\x3d\x00\xd3\x54\xcc\x1a\x7e\x84\xc7\x7e\xc8\x55\x17\x95\x98\xb3\x0b\xdc\x78\x48\x75\x80\x0e\x5b\x42\xcb\xa6\xf3\xaa\x64\x37\x82\xc5\xd2\x58\x51\xbc\xe0\x91\xe1\x65\x35\xeb\x06\x6e\x9e\x70\x63\x84\x5e\xa5\x3c\xcf\x49\x17\xad\x36\x59\xb9\x12\x25\xbd\x5e\x80\x9c\x01\x8a\x31\x94\x7a\xef\x81\x89\xff\x86\xdd\xe2\x2a\x07\xd6\xd4\xe4\xdd\x54\x3f\x47\xe4\x3e\xa7\xf2\x34\x29\xbb\x9d\x4e\x6f\xb0\x90\xc5\x8c\x47\xab\x6e\x48\xa0\x03\x53\x11\xf7\x4c\x6e\x2b\xf4\xb6\x80\xd6\x68\x12\x3c\xc8\xde\xb9\x0e\xfb\xd0\xdf\xb2\x0c\x93\x20\xca\xda\xaf\x6a\xe4\x39\x65\xe8\xdb\x39\xd0\xb7\xe8\x94\x12\xd3\x74\xc5\x00\x98\x51\x67\x6b\x2b\x6f\x44\xf1\x2d\x54\xd7\x17\x6b\x29\x9f\xeb\x82\x29\x37\x41\xd8\x34\x84\xba\x02\x9e\xa8\x74\xad\x0f\x1f\x98\x00\xbd\xff\xb7\x62\xd3\xd3\xe4\xa5\xeb\x3a\x38\x65\x9d\xa8\xa3\x6b\x04\x45\xd7\x9d\x9e\x67\x6e\xf9\x5d\x86\x11\x4a\x85\x53\x40\xb2\xae\xc6\x23\xfd\xa7\x66\x26\x7b\x74\x68\xe0\x91\x60\x91\xe8\x1b\x07\xf2\xf6\xca\x7c\xb3\xeb\x1e\xb0\x75\x57\xcf\x05\x24\x59\x08\x9e\xbd\x8d\x1c\x6b\x2e\x19\x73\xae\xe6\x62\xc5\xaf\x13\x59\x0c\x82\x4d\xf6\x42\x34\x0b\x52\xee\x58\x8a\x19\xea\xa0\x4f\x59\xc7\xd3\xec\x77\x74\x2d\x61\x93\xfd\x40\x1a\x44\x3f\x14\x26\x24\x77\x5c\xca\x92\xa1\x36\x4a\x40\xc4\x18\xd0\x0d\xea\xbf\xc5\x6d\x4e\x71\xb2\x6b\x27\x9f\x54\x37\x3c\x33\x1d\xf9\x2a\x78\x38\x48\x49\xc9\xe2\x24\xce\x3a\xa5\x3e\x4f\x49\x49\xa2\xd0\x8d\xa0\x30\xa6\x73\x81\x61\x26\xd8\x77\x97\x26\x31\xa9\xed\x2a\x33\x89\x1d\xd8\xb3\x17\x33\x0a\xd5\x6a\xe2\xe4\x80\x31\x16\xce\x10\xa0\x69\x54\x30\xf0\xb2\xb1\x93\x26\xa8\x9e\xd4\xdd\x84\x70\xdc\xdd\x35\xe5\xaf\xfd\xc8\x3e\xb0\x6a\x78\x17\x00\x35\xbc\x09\x18\xa9\x65\xad\x4d\x9e\x44\x40\x2d\x80\x3a\x78\xef\x16\x78\xd5\x9a\xee\x20\x8f\x89\xbf\x01\xa5\x24\x5b\x5b\xfb\x18\xa0\x19\x87\x0e\xa8\xf0\x3b\xce\xfe\x36\x5a\x6d\xc5\x7a\xd2\xf0\x78\xf9\x97\x3e\x73\xdc\xb3\xb1\xe9\x87\xf6\xd1\xaa\x79\x0a\x18\x23\x06\x2f\x5a\xf9\x39\x9e\x86\x3d\xf6\x58\xcb\x47\x70\xee\xbc\xb4\xc1\x1e\x6e\x7c\x75\xca\xf6\xc6\xd6\x54\x5f\xf7\xef\x3e\x06\x18\x18\xad\xbc\x4b\xb9\x9d\xba\x74\xdb\x96\x16\xad\x7a\x3d\xa2\x57\x75\x8e\xfe\x29\x94\xd6\xf4\x4e\x35\x27\x9f\x57\xd8\xc6\x9e\x98\x40\x2d\x96\xc9\x6c\x07\xec\x63\x8c\x44\x68\xbd\x1a\xe1\x12\x58\x41\x6a\xb6\xf5\x1c\x42\x7e\xa2\x26\x04\x35\x91\x2e\xfc\x2e\xeb\xf0\x3c\x1f\x98\x68\x8f\x55\x9a\x52\x44\x28\xe3\x6f\x33\x53\x51\xa7\x6f\x38\x46\x4a\xfe\x00\xe9\xd7\x65\xb9\xb2\x34\x01\x3e\xea\x3f\xaa\x9c\xa8\x65\xff\x11\x09\x62\xb3\xcb\x29\x89\xbf\x6b\x9e\x64\x5a\x3c\x81\x1b\x58\x4f\x26\xc9\x98\x1b\xd0\xcc\x4c\x5f\x2b\x26\xff\xc1\xdd\x14\x97\x80\x89\xed\x26\x79\xfe\x52\x66\xd3\xb2\x48\xe1\xad\x9f\x20\xbc\xf5\x46\x09\x23\xab\x7f\xf8\xc0\xc2\x12\x88\x1d\xdf\x5a\x4a\x90\xea\xd5\xc8\x14\xa1\xab\x47\x84\x1b\xc8\xdb\xb6\xfb\x7a\x9b\xef\xb8\x51\xac\x69\x5a\xcb\x32\xb6\xe9\xbb\xef\xe9\x12\xed\xcb\xb6\x80\xc5\x1e\x42\x4d\x30\x47\xc7\x1e\xba\xd7\x07\x6a\x29\xfc\x82\xfd\x77\x77\xc4\xfe\xf4\x27\xdd\x8d\xd1\xdc\xb3\x1d\x36\xea\x39\xd3\xfe\xa0\xff\xf1\x91\xd7\xff\x43\xf6\xb2\x2b\xb6\x5f\xd4\x5a\x6c\xfe\x19\xf7\x34\x18\xf0\xfd\x16\x40\xf8\xc0\x7e\x07\x18\x38\x16\xe2\x5c\x18\x0f\x25\xb2\xdf\x1b\x60\xa1\x7a\xfb\xff\xb3\xf7\xae\xed\x6d\xdc\x48\xa2\xf0\xf7\xfc\x0a\x58\x7b\x36\x24\x63\x92\x12\xe5\x3b\x1d\x65\x56\x96\xe4\x44\x1b\xdb\xd2\x8a\xb2\x3d\x33\x92\xe2\x05\x49\x50\xea\x51\xb3\xc1\x69\x34\x45\x31\xb1\xe7\xb7\xbf\x0f\xaa\x0a\xb7\xbe\xf0\x22\x2b\x99\x99\xf3\x1e\x3f\xbb\x19\x8a\x04\x0a\x40\xa1\x50\x28\xd4\xd5\x0e\x73\x61\xc9\x13\x7f\xca\x07\x25\xcd\x78\x9a\xd4\x6b\xef\x24\x83\xcc\xc0\x91\x55\x36\x53\x77\xf4\xe1\xcf\x73\xe7\xdc\xfd\x4c\x7e\xa0\xa6\x10\x16\x3d\x1c\xd1\xdf\xf4\x52\xd2\xfb\x7d\x8a\x8a\x72\x3d\xf3\x54\x28\x19\xdf\x88\x21\xea\xe7\xc3\x6a\x55\x25\xb1\x57\x5e\x44\x18\x84\xda\xda\xb0\x3b\xef\x4a\x37\xa5\x2b\x9d\x9e\x23\x97\xa2\x83\xbe\x4c\x30\xdd\x85\xd1\xd7\x59\x3d\x16\x37\x80\x5c\x6d\x9c\x61\xa4\x26\x90\x55\x3b\xca\x0a\x3d\x86\x62\x24\x52\x9b\x21\x3a\xd0\x8a\x35\x0d\x24\x5a\xa5\xb1\x19\x82\xa2\xaa\x6d\x42\xcf\xca\x10\xc0\xc7\xc2\x0b\x75\xa0\x91\x76\x68\x9f\x4d\xe8\x9a\xb9\x1c\x35\xb2\x1d\xae\xb5\xfc\x63\x66\x6e\x23\x5b\x2d\x04\xfc\x00\x6e\x38\xf3\x3a\xc4\xc3\x21\xb5\x34\xd9\x99\x68\x12\xfc\x0b\x13\x66\xa1\x81\x5b\xa8\x3b\x46\x9b\xa7\x05\x2a\x08\xb6\x7b\xe0\x4a\xb6\x14\xc6\x71\xbb\x63\x9b\x84\xb1\x76\xd8\xd2\xa7\x1b\xa7\xa0\x25\x7b\x2f\x28\x01\xd3\x68\x12\x8b\x16\xe5\x6c\xaa\xd7\x76\x76\x76\x6a\x0d\x26\x27\x22\xe5\x99\xc4\x1c\x0f\x42\x65\x98\xa1\x2a\xca\x8c\x31\x13\xd3\x92\x2b\xd4\x7a\x64\x1c\x52\xc8\x47\x09\x83\xb8\x24\x52\x03\x68\xa1\x6e\x1a\xa9\x2b\x7d\x0b\x5d\x3a\xd5\x2a\xb5\x47\x6d\x16\xfc\x84\xe0\x34\x7e\x59\x1c\x65\x22\xe5\x71\x90\x67\xc9\x08\x52\x99\x34\xd1\x01\x2e\x51\x55\x7f\x8e\xe5\xa6\x60\x13\xd1\xec\x63\x83\xf3\x4a\x8c\x53\x6d\x6c\x62\xa4\x7d\x83\xee\x45\x3d\xa8\x8d\xe9\x72\xbc\xdb\xeb\x2d\x6c\xaf\x1b\x98\xc6\xa0\x75\x5b\xd8\x1a\x5a\x04\x71\x76\x29\x24\x17\xb4\xb7\x9b\x01\xa5\x85\xdf\x9d\xbc\xcf\xc4\x9f\xc8\x09\xa3\xcb\x8c\xc0\x6e\x9a\x8f\xd1\xa5\xa2\xd0\xde\x49\xf6\xe1\xd3\xa5\xeb\xfe\xb0\x45\xd9\x13\x73\xc6\x5b\x63\x4d\xbd\x33\xc1\xd4\x34\xc5\x92\x45\x4e\xfd\x6a\x05\x23\xab\x64\x07\xab\xe1\xc6\x59\xbb\xdd\xbe\xd8\x70\x85\x6c\xac\x0a\x7e\x87\x3d\xa8\x6f\xfe\x72\x7e\x76\x3e\x7b\x78\x7e\xf1\x7f\x36\xa1\xb0\x57\x1d\x4f\x45\x1b\x41\x12\xff\x36\x79\x5b\x42\x47\xe0\x30\x75\x8b\xf1\x56\xa6\x0c\x29\x54\x5d\xc6\x8e\xf5\xed\xb7\x16\xa5\xdf\x7e\xab\x51\x18\xd4\x71\x31\x9d\xdd\xd4\xc9\x13\x19\x06\xc3\xb4\xea\x83\x58\xf0\x14\xf4\xe2\xbe\x71\x88\x0c\x21\xee\x59\x62\xf4\xb7\x68\xa2\x9d\xf1\x28\x43\xb5\xbf\xb0\xd6\x04\xb8\x84\x22\x8b\xd2\xa1\xbd\x42\x6d\x99\x17\xbb\xf7\x36\x69\x3f\x1c\x77\xd8\x77\xef\xab\x2f\xf0\x5f\xaa\x06\xeb\xa1\xc2\x3a\x58\x57\xe3\x22\xf7\x54\xb7\xda\xb9\xbc\x68\xb1\xdd\xf0\x8a\x64\x7d\xe5\xb4\x8c\x8f\xf8\xd7\xcf\xaa\xf3\xb5\xb3\xf2\x42\xaf\x0c\x6b\x34\x8f\x0d\x04\x67\xe0\x97\xb1\x58\x6a\x52\xf3\x6b\x07\x01\xf3\x76\x44\x55\xd6\x4d\xaf\x3c\xdf\x45\x9f\xb3\x45\x7d\xf4\xef\xb5\x62\x8d\xa2\xc5\x8c\xdf\x31\xf9\xc3\x91\x3e\xcb\x5c\x5d\xf7\x48\x22\xc6\xa4\xff\x22\x63\x75\xaa\x23\x67\x01\x34\xf4\x13\x1a\x69\x1e\x38\x2a\x38\x82\xa3\x49\xed\x1b\xa2\x6d\x8c\x9b\xe6\x83\x81\x9c\x26\x19\xbd\x46\x88\x8c\x8d\x85\x03\x48\xde\x7a\x8e\x92\x16\x4c\x3f\xbd\x21\x27\xd2\xfc\x1b\xba\xe9\x53\x08\x0e\x75\xa5\xed\x6c\x68\x0c\xbc\x8d\xc1\xba\xad\x81\x7b\xae\xda\xa7\xbc\x6f\x8c\x85\x9e\x4f\x29\xc2\xdb\xd8\xeb\x1d\xb2\xbf\x52\x35\x25\xf8\xa3\xc3\x5e\xb2\x6d\xf6\xd7\x0d\x73\x1b\xe0\x6a\x76\xf4\xdb\x20\xc0\x06\x28\x2b\xcc\x6b\x21\x90\xef\xf4\x99\x34\x45\x0f\xac\x44\x66\xa5\x31\x14\x35\xa0\x63\xd7\x83\xd0\xd4\xb3\xd1\x93\xf8\x5f\x3b\xe8\xff\x92\x8f\x54\x5f\xde\x90\x7e\x46\xb3\x9a\xae\xa1\x5a\x04\x04\xa1\x10\x3c\xce\xf0\x2f\xbd\xe7\x5d\xf8\x2f\x66\xfa\xa7\x59\x51\xd4\x87\xe1\xe4\x26\x08\x04\x42\x47\xf1\x73\x9d\x26\xee\x64\x5e\x6a\xe4\x89\x6b\x7b\x01\x13\xb3\xb6\xa6\x7e\x94\x29\xa6\x24\xea\x23\xa1\x7a\x44\x0a\xa9\x80\xc6\xd3\x84\x4a\x50\x18\x6d\x8b\x13\xd7\x52\x17\xe1\x6b\xf0\xeb\xce\x22\x1e\xbf\x71\xe0\xcd\x57\x29\x80\x85\xa5\xe8\x2c\x71\xd3\xec\xdb\xde\x09\xbd\xb3\x08\xa6\x1f\xd0\x75\x74\xa8\x0b\x78\x4c\x93\x39\xa4\x79\x2a\x07\x3d\xfd\x95\xf5\x5d\x6e\x1e\x24\x20\x78\xf8\xfe\x48\x7e\x9f\x81\x43\x4f\x00\x01\x5d\xe3\xaa\xdd\x61\xad\x56\xef\x30\xb1\xbf\x34\x43\xb7\x58\x3c\x10\x90\xdc\xcf\x24\x7d\xc6\xae\xf6\xb6\xf1\xb2\x73\xe9\xa3\xec\xca\x05\x3a\x53\xaa\x1d\x27\xac\x61\xb8\x67\x4d\xad\x03\x39\x76\xae\x63\x68\xc2\x12\xc2\xd4\xfc\x8d\xf9\xe0\x9a\x8d\xf9\x65\x34\x68\x87\x9b\x68\x64\x20\x87\x5a\x27\xe2\x82\x00\xf5\xf9\x73\x95\xd8\xfb\xc0\x30\x63\xdd\x46\xef\xc8\xe7\xcf\x40\x51\x8d\x46\xa8\x52\xb4\xae\x42\x91\x0a\x74\xed\x9e\x95\x97\x4a\xa0\x12\xc6\xa0\x46\x22\x56\xa1\x75\x2a\xc5\x69\x12\xd8\x6c\x0b\x35\x56\x0c\x8b\x03\xc5\xa2\xb8\x8d\x28\xf1\x5a\x10\x83\xd7\xf6\x66\x05\x0e\x99\x3c\xc9\xc1\x6d\xea\xef\xcb\x2d\xd0\xa8\xf3\x36\xb5\x22\x0d\xa4\x01\x4f\xd0\xff\x12\xdc\x8f\xa7\xfa\x37\xe0\x82\xe8\x13\x31\xa0\xcd\x8d\xc0\x56\x5e\xaa\x7b\x84\xc2\x4c\xb0\x55\x24\x36\xeb\xed\x72\x8e\x05\x28\x97\x6a\xc9\xab\xe9\x32\xba\x52\x7a\x49\x30\x4d\x1b\x60\x01\xbf\x20\xef\xb3\xe4\x1a\x97\x29\x41\x29\x1a\x8b\xd0\x5d\x3b\x74\xb8\x73\x2e\xb5\xe6\xd9\x6a\xda\xa1\xdb\xf6\x75\x22\x67\xf4\x74\xcd\xd2\x39\xbd\x5d\x23\x53\x3b\x49\xe4\xe4\x2a\x50\xeb\x1a\x60\xc6\x8c\x0a\xa4\x18\xee\x57\xa5\x5a\xdb\x23\x39\x40\x81\xbd\x85\xe3\x90\x91\x79\xbc\x2b\xf7\x30\x6c\x23\xd7\xba\x87\x97\xa1\xa7\x47\x58\xfe\x32\xf4\x4f\x48\x20\x2b\x9b\x3a\xfd\x3b\x3b\x6c\xbb\x30\x5e\xd8\x92\xaa\xb2\xd7\x91\x6f\xff\x89\x75\x58\x97\x6d\x35\x9a\xac\xe3\xb8\xe0\x1a\x3a\xd3\x22\x46\xf1\x69\x55\x6a\x7f\xa5\x56\x0f\xc2\x85\x84\xa8\xd3\x4f\x5d\x7c\xf5\xd5\xca\xb5\x26\x87\x54\xa2\x9b\x53\xae\x8f\x1a\x7b\xc8\xfe\xbb\x77\xf4\xae\x8d\xbd\xa2\xd1\x9c\xc6\x69\x54\xea\x4d\x7a\x9a\xb6\x43\xa2\x36\x95\x1a\x8b\x61\xc4\x4e\xc0\x51\x11\x38\xb1\x81\xaf\xc0\x74\x8c\x2f\x68\x04\x68\xc1\x5c\x71\x65\x85\x25\x28\x11\xb0\x40\x62\x6a\x13\x56\xca\xae\xc5\x1d\xe6\x24\x4d\x87\x85\x3c\x59\x7a\xc2\x64\x05\x10\x90\x3b\x03\xea\x5e\xa3\x33\x0a\xa0\xd4\x3b\x7f\x9d\xe7\x0e\x93\x21\xab\xad\x26\xdb\x6e\x40\xef\xf3\xdb\x4e\xff\x0c\xee\xc8\x3a\xf1\x6f\x8f\xa3\x03\xf1\xf9\xac\xfc\x34\x54\x0c\x19\x1f\x29\x67\xe8\xa1\x3a\x0c\x43\x53\xbd\x2a\x4b\xa3\xcb\x4b\xa8\xa1\xec\xfc\x31\x81\x1f\x80\xbf\xd7\x00\x75\x62\xce\xe6\x6c\x76\x08\x6e\xdc\x31\x9f\x53\x9d\x3c\x89\x2e\x8e\xbe\x96\x29\x93\x06\x54\xa9\x4b\x22\xb1\x4f\x2d\x81\x1a\xc7\x48\xab\x3d\x1a\xcb\xa1\x77\x6a\xf1\x80\xc1\x5d\x16\x22\xc0\x7b\xc0\x8c\xe5\x50\xcb\x40\x2f\xb7\x6b\x81\xd9\xde\x13\x43\x1e\x10\x9c\x85\xdd\x1f\x15\xbb\xdb\xd1\x0d\x9c\xdc\xe3\xc6\x75\x7e\x5c\xec\xec\xbd\x96\xbd\xf1\xf5\x1b\xa7\xd8\xfd\xc9\x82\xb1\x7d\x38\xc1\xb3\xdb\x74\x7e\x5a\xb9\x6e\xbf\x2b\x52\x4b\xa1\xf3\xb3\xe5\xab\xae\x5c\xf4\x73\xd3\x37\xcf\x65\x3d\x4e\xfa\x28\x50\x13\x40\xb8\x06\x29\xaf\xf4\x3b\xc3\x46\x01\xa1\xf0\xf5\xab\x48\xa5\x5f\x11\x6f\x9a\xc4\xfa\x4a\x37\xf7\x7f\x3b\xcf\x94\xf1\x7c\x74\x34\xf7\xd2\x73\x7a\xc8\xc2\x73\xb4\x6d\x18\x72\x59\xa5\xe9\x23\x0c\x09\xc1\xfa\x8c\x38\x3c\xcf\x58\x2c\xb8\x42\x97\x4b\x3b\x8d\xc2\xa8\x85\xc3\x1a\x2e\xba\xc5\x3a\x0d\x33\x21\xea\xea\xba\x9b\x5e\xc5\x2e\x1e\x2a\x0b\xe5\x74\x8b\xe2\x9d\xc3\xea\x1d\x6e\x28\xea\x59\xf2\x5a\x37\x87\xd0\x79\xb7\x56\xc0\xdd\x72\xa8\x35\x7d\xc8\x8c\x69\xbb\x86\xd6\x4c\xd7\x16\x87\x45\xfb\xe5\xd3\xc7\x48\x60\x43\xc1\xbe\xdf\x61\x2f\x9e\xf8\xf3\xf0\x96\x56\x6a\x9c\xd4\x9d\x5a\xec\xe9\x63\x0f\xf4\x97\x6f\xfc\xff\xf5\xc9\x72\xd1\x73\x04\x4d\xbd\xee\x21\xe2\x51\x6f\xc7\x4d\xc8\x5b\xa2\x79\x12\x95\x59\x6b\x57\x9c\x79\x23\x38\x39\x98\x8b\x38\x15\x6a\x02\x59\x38\xe2\x6c\x33\x1f\xff\x08\xd5\x54\x23\xeb\xab\x39\xe6\x13\x6b\xac\xe0\xca\xe9\x7a\x0d\x34\xbc\xc6\xfd\x00\x53\x28\xc8\x9a\xda\x6c\x84\x43\x7c\x55\xc1\x38\x16\x92\x7b\x05\x39\xfe\x3d\xb8\x12\x83\xeb\xb2\x29\xb5\x2d\x72\x17\x63\x97\x8c\xea\x0d\xf6\xf9\xb3\xdd\x27\x50\xdb\xd8\x2e\x39\xc0\x8d\x12\xda\x26\x27\xdf\x87\x9e\x1e\x3e\xef\x48\x55\x61\xd7\x26\x31\x66\x9d\x44\x36\x9f\xac\x6a\xa0\x22\xa3\xcd\x93\x7f\x93\x8c\x36\xa6\xbe\x0d\x44\xf7\x80\xe1\x3d\x95\xe3\x12\x05\xfa\x31\xc4\x58\x42\x01\x62\x9e\x38\xc1\x0a\x5d\xca\x82\xc7\xec\x6b\x50\x50\xcf\x70\x1d\x36\x8d\x86\x59\x49\xa8\x7c\x82\x18\x39\x63\x8c\x07\xe3\x66\x79\x76\x0e\xa6\x32\x17\x5d\xa4\x19\x72\x6c\x6e\x88\xfe\x34\x8a\xb3\x56\x94\x98\xc4\x1f\x13\xd8\x14\xcc\xf1\x5c\x03\xe7\xc9\x24\x1a\xc0\x9d\x85\x7e\x2a\x10\xd2\x47\x4e\xf3\x37\x68\x3a\xd1\xcf\xc4\xf2\xf4\x1e\xe8\xea\x5c\x6a\x73\x7d\xe5\xf2\x83\x94\x39\xb9\x99\x75\x7f\xa2\x62\xa3\x41\x71\x0c\x28\x99\x03\x9e\x2e\x86\x88\x16\x8d\x10\xa4\x39\x15\x3c\xf5\x46\x64\x2b\x0e\xb9\x3b\x1c\x52\x7e\x7f\xa3\xee\xb1\x45\xc0\xf4\xa6\xf2\x18\x0a\xed\xa3\xe4\xa7\x30\x39\xd1\x84\xa7\xe0\xe5\x0d\x49\x7f\x14\xc6\x1a\x4f\xa6\x68\x80\x86\x00\x40\x08\xcf\xc2\x32\x61\x7c\x38\xa4\xc9\xc2\xa6\x8e\xb5\xdc\x36\x14\x19\x8f\xe2\x8a\x0c\x43\x25\x84\xf5\x45\x6f\x20\x7d\x2e\xd6\xa0\xfd\x6c\x56\xfc\xb9\xca\xb4\xf3\x85\x68\x72\x45\x4c\xba\x29\x07\x96\x72\x37\x07\x73\x63\x3b\x0f\x37\xa7\x1b\x34\x99\xf6\xc1\x81\x2d\x52\x59\x5e\x5d\xf8\xe9\xcc\xc1\x29\x58\xaa\x75\x07\xc3\xbd\xca\x5c\x5c\xf5\xef\x65\x8e\xad\xae\xf7\x59\x74\xd1\xf6\x06\x18\xf3\x6c\x70\xe5\x10\xe9\xad\xa1\xe1\x5f\x95\x6e\xfa\x04\xc3\x5d\x89\x56\x5f\xef\xdf\x8b\xde\xcb\x23\xa7\xe1\x0c\x55\x86\xf6\xae\x2b\x28\xd0\xdd\x88\xbf\xb9\x39\x75\x59\x11\xc7\x5d\xfa\xdf\x2f\x9e\x50\xff\xc0\xc7\x53\x9e\xc2\xcb\xf0\xcb\x76\xd8\x19\x35\xb8\xa8\x76\xcd\x5d\x08\xa2\x3d\x99\xaa\x2b\xbb\x5a\x2b\x03\xc1\x8e\x28\x99\x66\x2e\xf1\x35\x6f\xb2\xbe\x8f\x5c\xb2\x00\x57\x52\x37\x74\xdf\x93\xe3\x09\x4f\x45\xdd\x93\x5e\x18\xe3\x6d\x1f\x1f\x7d\xef\x2f\x2b\xb3\x7c\x09\x9c\x82\x57\x3a\xd6\x23\x08\x4c\x75\x47\x92\x44\x02\xc3\xc4\xcd\xcb\x59\xdc\x46\x2a\x53\xf0\xd2\xa3\x88\x0d\x77\xf5\x1b\x58\x6f\xe1\x15\x36\x11\x83\x68\x84\x3e\xb0\x04\x44\x61\xf1\xe3\x49\x2a\x06\x62\x88\x0f\x41\xe0\xa7\xe0\xc1\x8e\xd1\xb0\x51\x3c\x1c\xf0\x74\xa8\xda\x8c\xfd\x18\xdd\x08\x38\xd7\xf6\x42\xd0\xd3\xda\x00\xe3\xc3\xee\x06\xbc\x37\xf1\x8f\xef\x5a\xbb\x1b\x4d\x2a\xf3\x62\x7f\x26\x03\x1e\x6a\x64\xcd\xb7\x1e\x34\x9c\x3e\x1c\x04\x2b\x05\x39\x70\x20\xfe\x60\x70\xc6\x10\x2a\xfa\xf9\x68\x72\x4f\x61\x12\x88\x9a\x3e\x3a\x6c\x65\x41\xf4\xef\xc4\xfd\x3d\xd6\xac\x31\x6d\x03\x87\xb4\xfc\xc7\xc0\xd4\xb7\x9f\xb8\xe5\xe3\x49\x2c\xba\xe8\xaa\xaf\x05\x37\x0d\x8e\xca\x1f\x53\x5e\x1b\xdf\x9b\xd8\xd5\x19\x43\x2b\xfc\xc6\x55\x34\xe7\x0f\x36\xda\xd8\xdf\xb1\xaa\x7a\x0d\xfb\xd6\x9a\x6c\xa3\x06\x6d\x6a\x1b\x9a\x36\xfc\x51\x06\x3c\x19\x88\x38\x17\x17\x29\x92\x2c\x4a\x45\x0c\xc5\xba\xa1\x60\xb5\x97\x4d\xa7\x51\x32\xcc\x6e\x9c\xb5\xf6\x6b\xcd\xa5\x76\xfd\xfc\xe0\xe2\x56\x0c\xa6\x54\x8e\x1f\x83\x5d\x92\xa1\x8b\x2b\xf1\xf4\x31\xa5\xeb\x3a\xad\x35\x73\x77\x29\x46\x3a\x04\x95\x22\x7e\x94\x19\xe3\xec\xf4\x41\xcd\x8c\xbd\xe0\xf0\xe5\x5c\x04\xbe\x33\x67\xe9\xbb\x92\x0b\xe6\x5f\xef\x62\xca\xdd\x4b\xe1\x85\x64\xfc\x7c\xc1\x09\x09\x5d\x80\x16\x08\x6d\x78\x8b\x43\x1e\x20\x85\xbb\x3f\xb3\x5a\x31\xd2\x0a\x6a\xf1\xa9\x44\x25\x88\xf2\xba\xbb\x2c\x83\x99\x54\xa9\xfd\x7e\x42\xed\x3a\xcb\xf4\x99\x43\xa7\x25\x77\xbe\x8c\xb9\x30\xcc\xc6\x86\x67\x8a\x14\x9d\x93\xb6\x96\x8b\xc1\x4b\xc1\x3a\x8a\x1b\x2d\x00\x66\x68\x4b\xe7\x34\x3f\xab\xb6\xda\x61\x13\x7b\x22\x7b\xf4\x25\xd5\xf1\x66\x03\x8e\x05\x69\x6e\xcb\x73\x56\x8b\xdb\xf2\x95\xc0\x35\x34\x69\x47\x6a\x8f\x4a\x43\xd5\x1b\xe5\x00\x26\x26\xf9\xf5\x01\xf8\x56\x8b\xa1\x29\x43\x6a\x66\x87\xca\x53\xf3\x57\xb5\xbe\xb4\x82\x21\xc1\xba\xd0\x51\xcb\xbe\xd5\x8c\x6e\x14\x4c\x03\x03\x1e\xc7\xbc\x1f\x8b\xdc\x9e\x7a\x4a\xf2\xdc\xb6\x1a\x0c\x07\x1b\xe9\xb0\xea\xbd\xaa\x26\x39\x3e\x57\xb7\xca\x92\x02\x56\x2b\xf1\x1a\xd6\x81\xf9\xf2\x4f\xc2\x6f\x81\x94\xcb\x73\x01\x1a\x31\xca\x42\xf3\xc8\x3d\x77\xf7\xda\x92\x31\xf6\x52\xd3\x02\x34\xe6\x2c\x99\x52\xcc\x98\x7e\x85\xcb\x91\x61\x17\x5d\xbb\xa7\xed\x76\xfb\x8b\x1f\x91\x03\x31\xa2\xfe\x59\x80\x60\x1c\xd8\x78\x50\x8b\xf2\x09\x99\xdf\x92\x4c\x32\x37\x4d\x65\x73\x4f\x6a\x48\x7a\x30\x88\xab\x55\xd8\xae\xc0\xa4\x1c\x57\xaa\xbc\xaf\x0c\xdb\xfd\xda\x6b\x8b\x99\xcb\xaa\xeb\x2e\xab\x66\x0e\xf6\x9d\x2f\x2b\x46\x57\x54\x77\xe9\x15\x85\x43\x7e\xc9\x31\x7d\x53\x39\x6c\xcc\x27\x6b\xf3\xe5\xe0\xc9\x37\xe6\x13\xa4\x59\x2b\xca\xe3\x26\x31\xfb\x43\x81\xf0\x90\x85\x8e\xf9\x44\x8b\xa0\x17\x8d\x42\x1d\xa3\x13\x77\x5f\x1a\xf1\xc6\x18\x4d\xe0\x3b\xa1\x32\x12\x75\x42\x1f\x50\xe3\x51\x81\x65\x4f\x61\xdd\xfa\x25\x3e\x8d\x63\x52\x0a\xa5\x02\x33\xb9\x60\xef\xfc\xcb\xcc\xa0\xc4\x80\xd9\x35\xd7\x06\xee\x33\x37\x1e\x1a\x2e\x5d\x89\x26\x3c\xd0\xc6\x9a\xa0\x44\x78\xf8\x99\x22\xb3\xd4\x2c\x12\xca\x05\x87\x53\x3a\x56\x67\x66\x84\x00\x78\x08\xc5\x30\x40\x13\x3e\x16\x54\xc4\x71\x3c\xb5\x2b\x45\xa9\x12\x9c\x78\xd1\x10\x51\x2d\x69\x3b\xd8\x2b\xee\xac\xf3\xed\xc8\xdd\xb8\xe0\xb1\x60\x9f\x7f\x95\x0f\x3d\xdd\xac\xe8\x8f\x0c\xcf\x17\x8f\x0d\x39\x0f\xe0\x75\x1e\x7d\xe1\xbb\x33\x78\xb8\x79\x0f\xb3\xb2\xd7\xa0\x9e\x95\x5d\x44\xae\x68\x04\x75\xb3\x9c\x31\x98\xe1\x1a\x3a\x30\x54\x32\xfe\x5f\x9d\xd3\x99\x98\x89\x9f\xd7\xf9\xd4\xf3\x57\x20\xa5\x13\xec\xe9\x15\x25\x62\x33\x49\x9e\x33\x88\x08\xe1\x56\xb1\x86\x42\x16\xe6\x79\x81\xfc\x46\xe0\xcb\xce\xea\xfc\x1a\x53\xdf\x39\x17\x75\xd5\xc0\x73\xa1\xbf\xd6\xc0\x3c\xe7\xf5\x4c\xc4\x31\xf2\x81\x5c\x92\x65\x2a\xde\x2e\x67\x5e\x28\x97\x4d\x51\xea\x5f\x34\xe4\xc8\x02\x09\xdc\x50\x5b\xa3\x30\xfe\x4a\x5f\x25\x26\xeb\x4e\x21\x7f\x83\x82\xa0\x4a\xf2\xa6\xd0\xb0\x9c\x6b\xa5\xef\x46\x13\x46\x74\x35\xf3\x2a\x69\x4a\xba\x31\x4b\x65\x72\x69\xcd\x89\xdf\x19\x2c\x36\xe9\xdd\x90\x62\x31\x4c\xeb\x13\xe3\xe2\xa0\x95\x17\xfe\xb3\x1f\x8d\x20\x3a\x3e\xa3\x34\x39\xaa\xc9\xd4\x74\x70\xa5\xd7\xb0\x7f\x23\x53\x7e\x1d\xac\x34\x48\x55\x0d\x63\xc1\x5a\x25\x46\x80\x12\x04\x96\xd9\x00\x31\x50\xd1\x19\xfc\x31\x8e\x5e\xb8\x32\x09\xc3\xbc\x29\xc8\x0d\x7c\xaf\xa7\x69\x1f\x52\x34\x7c\x67\x1e\x3a\x53\x1e\xd3\x92\x3d\xfc\x6b\x1e\x4c\x09\xc6\x22\xa5\xa6\xe6\x12\xf5\x92\xa0\x28\x3d\x4a\x22\x93\xd6\xfb\x9e\x1d\x48\x69\x46\x0e\x0d\xed\x37\xdf\x98\x74\x5d\xa0\xb0\x0f\x4b\x7e\xda\x84\x95\x18\xea\xc7\xd1\x99\x48\x8f\x0d\x2e\xe3\xe8\xda\x62\x22\xee\xc6\x7c\x8e\xf5\xe8\x6f\xc8\xc7\x05\x5c\x6d\xb4\x68\x44\xbb\xe2\xcf\xde\xb3\xc5\x79\xbc\xd8\xba\x06\xe9\x93\x00\xae\x2f\x30\x83\xaa\xd4\xe3\x1a\x16\x64\x1f\x6f\x62\x16\x1b\x7c\xbf\x1b\x51\x42\x90\x71\x38\xca\x62\x31\x64\x1b\xbb\x94\xbd\x08\xdc\xa9\x21\x9d\x4c\x55\x3a\x24\xcc\xef\xec\xf3\x6f\xf8\xc9\x53\x90\x5e\xbb\xb8\x64\xf3\xf1\xa5\xf7\x1b\x9c\xc6\x1d\xbf\xea\x26\xca\xc8\x45\xb9\x8f\x33\x2d\xdc\xe1\x01\xf3\x0e\xa7\x8f\x28\xef\xc8\x82\x28\x7f\xc5\xd5\x95\xf1\xa6\x37\xb1\x97\x23\x19\xc7\x72\x46\x77\xa2\xea\xb2\x1a\x9a\xcf\x6a\x4d\xeb\xab\x07\x97\xb8\x75\x50\x40\x51\x0f\x5c\x0d\xcc\x50\xac\x65\xdc\xc2\xbd\x07\x83\x29\x94\x3c\xf7\x52\x8a\xb4\x19\x48\x7a\xf6\x64\x93\x18\xa5\x07\xb6\x39\x98\x99\x3e\x9e\xee\xb0\x89\x5b\x8e\xc5\x0a\x67\xd2\xe3\x03\x25\x9b\xf6\x4d\x3e\xdb\x0d\xa5\xc3\xa1\x31\x49\xba\x6c\xb2\x1a\xdf\x85\xe2\x14\xaf\xf4\x7f\x3b\x0f\x6a\xb8\x9c\x9d\x87\x35\x6c\x48\x60\x02\xdf\xf6\x8a\xa9\x19\xbf\x78\xa4\x3f\xf5\xf7\x29\xd7\x82\x47\xca\x07\xc4\xc4\x90\xc8\xb4\x98\x78\x76\xf8\xae\x77\xa1\xc7\x3b\x7b\x73\xf0\xfa\xf4\x42\x0f\xf5\x6a\xae\x37\x02\xf2\x7d\xc8\xa4\x99\x1b\x8f\x4e\x2c\xe5\x78\x77\x29\x7e\x08\x5e\x7f\x9a\x99\x84\x60\xe8\x78\x4b\xf7\x88\x49\xd0\xee\xa7\xb3\x60\x2d\xf6\x0e\x43\x67\x48\x72\x33\x7e\x0f\xfa\xd8\xba\xb5\xd8\x1c\x33\xa6\x54\xaf\x98\x1b\x3f\x3b\x4a\xb8\x47\x63\x1b\x9f\x96\xbe\x73\xbb\x48\x9c\x28\xd5\x66\xa0\x95\x87\x42\xa0\x56\x30\xa4\xda\x96\xc2\x38\xf1\x28\x6f\x6e\x94\xc6\xf4\x9e\x26\xc7\x63\xe9\x1f\x63\xc3\xd0\xee\x3c\xbb\xdd\x38\xfb\x7d\x66\xe6\x47\x0f\xac\x3d\x2b\xca\x1d\xfa\x3b\x4c\x0b\x8c\x9d\x77\x9b\x97\xc9\x03\x47\x55\x05\xbc\x74\x65\xd5\x39\xe3\xb8\xb2\x55\x4f\xb4\x48\xa5\x07\xc2\x30\xd8\x5c\x40\x10\x38\x71\xf2\x84\xf1\x34\xe5\xf3\xd2\xc8\xb2\x62\x04\x11\xea\x79\xbd\x77\x21\x25\xbb\x0a\xca\x9f\x86\xa9\xd6\xb2\xbc\x53\x12\x8c\xc7\xa2\x0c\x24\x0d\xd4\x34\x27\x64\xaa\xab\x72\x59\xa2\x6b\x15\xdc\x8c\x50\x4c\xb4\xae\x44\x94\x89\xd0\x5c\x61\x03\x99\x0c\x5b\x99\x6c\xc5\x5c\x65\x36\xf3\x0a\xa1\x0c\x07\xf6\xb5\xe1\xb3\x34\xca\x32\x91\x04\xdc\x0e\x32\x4f\xe6\x93\xc2\x11\x33\xe5\xca\x68\xcb\xc5\x30\xc8\x9a\xe6\xb2\xa5\xd9\x4c\x69\xf0\x00\x0f\x93\xa5\xf9\x57\xe7\x82\xab\x2e\x7c\x99\xfe\x6c\x82\x25\xfd\xeb\x0f\x7c\xe8\xf5\x45\xe4\xa2\x3f\xcd\x13\x8e\x2e\x6d\x73\xeb\x35\x4a\xbc\xff\xf6\xa7\x98\xd5\x5a\x84\xb1\x92\x2e\x52\x32\x77\x73\x9e\x79\x76\x98\xa1\x18\x55\xeb\x4a\x72\xa2\x2e\xa6\x3c\xa4\xfb\x54\xcb\x5e\x81\xb0\x6a\x0d\x9d\x19\x64\x48\x33\xb7\x81\xdf\x9f\x2b\xfd\x4a\x8a\x30\x35\x79\x7a\x89\x35\xd6\xe0\x3d\xc5\xd8\x01\x1f\x5c\x01\x59\x9b\xef\xa3\x32\x18\xde\x7e\x71\x47\x7d\x66\x1e\x75\xa2\x4f\x37\x15\x29\xaf\xd1\x51\x02\x54\x12\xba\x8f\x3e\x73\xfd\xe8\x12\x6f\xf9\x99\xc0\x12\xc4\x90\x27\x01\xb2\xe7\x82\x0c\x6f\xf0\xe9\x34\x36\xa9\x20\x77\x0a\x4d\xb6\x2c\x96\x19\x3e\xa0\xb5\x10\x0a\xe2\xf1\x0d\xf8\x0a\xb6\x1b\x34\x11\xbd\x98\xc2\xcc\x3d\xaf\xf4\xa7\x36\x73\x51\x97\xb9\xfd\x37\x49\xbb\xf2\x51\x9c\xdf\xb9\xe0\x2a\x13\x56\xe2\xb2\x22\x81\xf3\xaf\xf3\xfa\x68\x10\x43\x22\xd2\x73\x04\x47\xbc\x09\x54\x4f\x82\x27\xf4\xca\xc1\x38\x45\x3f\x8d\xd2\x1a\x44\x1c\x68\x57\x6e\x78\xfa\x89\xa7\x97\x2a\xa7\x62\xf1\x1e\xce\x66\x67\x55\xd9\xeb\xd9\x28\x5e\x10\x72\xdd\xb6\x3d\x8b\x2e\xce\xb6\x2e\x9a\x81\x1d\x8e\xfe\xfd\x46\x08\xeb\xb2\xa0\x75\xa7\xbc\x35\x23\xb4\xe6\x5a\x6f\x57\xb5\x26\x94\xe7\x9a\x3f\xaa\x6a\x8e\x21\x2b\x7e\xd3\xc7\x55\x4d\x31\x9e\x25\x68\xfb\xe4\xa2\xac\xe9\x97\xa2\xc2\xa9\x07\xc5\x38\x03\x3f\x7c\x64\x70\x7e\x8a\x50\xac\xa9\xb2\xc2\x4e\x82\xd0\x5c\xe1\x15\x11\x4a\xd9\x15\x95\x28\x8d\x4f\xbd\x3d\x70\x94\xb3\xd5\xc4\x17\x6c\x8c\xf9\x20\x95\x1b\xf6\x77\x45\xd5\xcf\x19\x3b\xcc\x28\x93\x62\x44\xee\xc2\x7e\xa2\x66\x13\x7e\x0b\x41\x2a\x0d\x06\x40\xec\x79\x27\xf6\x00\xce\x2d\x73\xca\x03\x06\x2d\xda\x7e\x7c\x36\xb9\xef\xd6\xcd\x89\xd1\xc7\xcb\xaf\xd7\xb9\x82\x6f\x7a\x10\x2a\xec\xc5\x2c\x93\x4b\xfa\xc5\xd2\x90\xe2\xc3\x11\x0a\x9e\x85\x22\x0c\x8c\x37\xd1\xde\xdd\x77\xca\x03\x65\xde\xe2\x29\xe4\x37\x9e\x12\x5a\x4a\x3a\x53\x0c\x40\x94\x59\xb9\xc5\x88\x2d\xbe\x63\xa5\xc5\x04\xbf\x0e\x4c\xe0\x34\x5b\x97\x70\xc0\x43\x4c\x2e\xde\xbb\xee\x22\xb9\x30\x24\x36\x48\xed\x53\x12\x2b\xeb\xfb\x84\xf9\xff\x1e\x98\x50\x6f\x8a\x5e\xcc\x17\x8b\x68\xb0\x3f\x31\xce\xba\xac\x1f\xda\x20\xca\x37\x91\x2c\x13\x39\x44\x8f\xe5\x90\x2a\x0f\x94\x55\x94\xb8\x1b\xbe\xa9\xf3\xba\xf8\x1e\xfc\x0b\xe3\x1b\xab\x5e\xdc\x03\xbe\x35\xa2\x6d\x36\xf3\x16\xa4\xdf\x6a\x05\xa5\x2e\x42\x32\xf7\x11\xd4\x57\x77\x45\x50\x6e\x5d\x55\xb5\x32\xee\x65\x71\xde\x5e\x94\x2f\x43\x5d\xdd\x79\x19\x1e\xec\xdc\x5c\x73\xf1\x98\xa6\xa6\xc5\xd7\x2d\x84\x28\xa7\x7c\x19\x3c\xce\xbe\x62\x1d\x04\xfa\x1e\x30\xee\xc7\x33\x95\x4e\x74\x2c\x87\x77\x9e\xe8\xda\x27\xeb\x6b\x4f\xc8\x9e\x1c\x4f\xa6\x99\x96\x15\x8d\xe8\xe6\x74\xa4\x98\x10\x15\x0d\x41\x41\xb4\xa1\x5d\xea\x20\x8b\xeb\x83\xab\x06\xfb\xcd\x0c\x5b\x9e\xcd\x29\xe7\xb1\x0c\xce\xd3\x6e\x06\x1c\x6a\x14\x50\x55\x18\xa7\x0e\x1d\xf3\x09\xe4\x00\xe1\x98\xab\xd4\x1b\xb4\x3e\xf6\x46\x74\x6e\x8b\x84\x57\x3f\xe7\xe8\xd9\xf8\x82\xbe\xfe\xe2\x36\x91\xb8\x24\x12\x5d\x96\x92\x26\xdd\xa5\xb5\x0f\x37\x53\x0c\xeb\xa3\x64\xb5\xad\x04\x1b\x4d\x78\xf2\x0b\xc9\xe9\x7d\x07\xaf\xcd\x4d\xf6\x0a\x62\xfc\x34\x47\x68\xb2\xd7\x32\x9d\xf1\x74\x88\xa2\xfc\x89\x80\xa2\xa0\xc8\xff\x25\xe3\x37\x32\x1a\xb2\x84\xdf\x44\x97\x1c\xf4\x64\x7c\xc6\x51\x29\xeb\x43\xcb\xbc\x82\x06\x13\x7e\x29\xda\x79\x5f\xb2\x5c\xaa\x9e\xa7\x4f\x91\x96\x82\xef\x9e\x95\x7c\xf7\xbc\xc1\xfe\x14\x30\xf0\x65\x16\x52\xd6\x5d\xb1\xb9\x89\x32\x65\x9e\x17\x7d\x8e\x84\x47\x55\xe4\xab\x8f\xce\x41\x6f\xcf\xba\x69\x1b\xb7\x8e\xbd\xde\xa1\x8d\xd1\xb0\x5f\xf6\x7a\x8f\xcc\x97\x47\xae\x16\xf8\xbf\x75\xb6\x91\xf0\x29\xa2\xea\xc6\x75\x1e\xad\x9f\xa3\x48\xc4\x43\x50\x3a\x76\xd9\x19\x59\x1d\x9a\xa4\x8b\x34\x4f\xb7\xa6\x0d\x67\x87\x28\x76\x90\xf8\x2f\xbe\xf1\xe0\xb8\x50\x65\xc8\x5b\x69\x4c\x2e\x9a\x30\xb6\x5c\x5d\x1d\x38\x35\x8c\x7d\x84\xd8\xd3\xbf\x4d\x55\xe6\x3b\x92\x18\x68\x36\xad\xd1\x10\x35\x35\x68\xd7\xc3\xe7\x6e\x7f\x6e\x5f\x09\xf8\x3e\x90\xca\xab\xf5\xc0\xce\xb6\x9a\xa0\x77\x7d\xff\xee\xe7\x77\x47\x1f\xdf\x5d\xd4\x9a\x80\xd4\xe2\x7f\x2f\x9a\x76\xf2\xaf\x21\xf3\x74\x2a\x67\x04\x62\xfb\x59\x53\x83\x38\xe8\xed\xe9\xee\x07\xbd\xbd\x66\x99\x40\xc2\x6c\x32\xee\xa6\xfb\xe0\x7d\x4b\x4f\xa5\xb3\x4e\x67\xbb\xc9\x6a\x67\xaf\x3b\x1a\x18\x70\x7c\x4d\x5f\x0f\x59\xed\xb8\xd6\x04\xfa\x83\x8f\x0d\x0f\x08\x7e\xb9\xb1\xfd\xe8\x1f\x1b\xcd\x22\xb4\x47\x00\x6d\x3b\x0f\xed\x7f\x1c\xb4\xff\x29\x85\xf6\xb8\x14\xda\x63\x80\xf6\x28\x0f\xed\xc4\x41\x3b\x29\x85\xf6\xa4\x14\xda\x13\x80\xf6\x38\x0f\xad\xe7\xa0\xf5\x4a\xa1\x3d\x2d\x85\xf6\x14\xa0\x3d\x01\x68\xd4\xbd\xf3\xe4\x1f\xb5\xfc\x6e\x14\xa0\x3d\x2f\x85\xf6\x0c\xa0\x3d\x0d\xa0\x3d\x5b\x01\xda\x8b\x52\x68\xcf\x01\xda\xb3\x00\xda\xf3\xe5\xd0\x1e\x75\x4a\xa1\xbd\x00\x68\xcf\x03\x68\x2f\x56\x80\xb6\x5d\x06\x6d\x7b\x0b\xa0\xbd\xf0\xa1\x6d\x6f\xad\x00\xad\x94\xde\xb6\x3b\x48\xbd\x5b\x17\x6e\x13\xb7\x3b\x2b\x40\x2b\xa5\xb7\x6d\x3a\x0b\x1d\x1f\xda\xa3\xe5\xd0\x1e\x97\xaf\x14\xcf\x42\x67\xdb\x87\xf6\x78\x05\x68\xb9\x95\x1a\x46\xd0\xc3\xcc\xf3\x8e\x13\x74\x5e\xe8\xf9\xfe\xaf\x86\x68\x61\xa8\xab\xba\x96\x65\x6a\xff\xa5\x29\x19\x3e\xfd\x52\x6b\x34\x9a\xe1\x40\xee\x1f\xf1\x1a\x00\xf7\xf8\x85\x66\x2c\x9d\x07\x3e\xb8\x41\xbd\x86\xa9\xe8\xde\x4d\xc7\x50\xdf\x81\x31\xfc\x6e\x37\xce\xcc\x57\xf0\xf7\x5b\x91\x71\xfc\xc2\x80\x7b\xa2\x79\x5d\x6d\xfb\xbf\xee\x0b\x5c\x47\x83\x7b\xf4\x1f\xf7\x05\x6e\x5b\x83\x7b\xfc\x7f\xee\x0b\xdc\x23\x0d\xee\xc9\x7f\xde\x17\xb8\xc7\x1a\xdc\xd3\x5f\xee\x0b\xdc\x13\x0d\xee\xd9\xb7\xf7\x05\xee\xa9\x06\xf7\xfc\xbb\xfb\x02\x07\x17\xda\x8b\xfa\x3d\x81\x7b\xfc\x5c\x83\xdb\x6a\x14\xc0\x05\x65\x50\x35\x84\x1c\xc0\xd2\x46\xf6\x34\x3f\xd7\x5c\xb0\xf5\x69\x39\xd4\x25\xbf\x3b\x80\x9a\xe5\xef\x3c\xbc\x2f\x80\x28\x29\x88\x91\xbc\x65\xad\x4f\x20\x79\xef\x3c\xa4\x91\x9e\x3d\xba\xdf\xa9\x3f\xed\xfc\x5e\x33\x3f\xcc\x78\x1c\xf1\x84\x3d\xfc\xce\x4c\x5d\x0f\xf5\xb0\x48\x69\x77\x18\x0a\x21\x3e\x47\x01\xec\xd5\xcf\xbd\x63\xcd\x96\xfb\xaa\x8e\x45\x41\x9b\xac\x76\xde\xd7\x70\xe0\x9b\x3e\xfc\xad\xbf\x6f\x54\x8a\x4f\x4e\xb8\x8c\x52\x9f\x2b\xbf\xc0\x11\x4e\x77\x5f\xe9\x01\xd4\x55\xbd\x76\x9e\xb9\x0b\xe0\xaf\x1a\x22\x48\xbe\x4d\xcb\x80\x9b\xac\x28\x97\x3d\x07\x76\xf7\xf7\xff\xa9\x35\x2b\x38\x37\x43\xee\x0e\xd2\x54\x41\xd4\xb3\x50\xe0\x68\xcd\x3e\x2e\x83\xf2\x71\x21\x94\xa7\x70\x31\x88\x83\x65\x50\x0e\x16\xcf\x05\x38\x6e\x7a\xb2\x0c\xca\xc9\x62\x28\xc0\x19\xb3\xd3\x65\x50\x4e\x17\x43\x81\x15\xcd\xff\xb2\x0c\xca\x5f\x16\x43\x01\xb6\x3a\x7d\xbf\x0c\xca\xfb\x85\x50\x9e\xc1\xd5\x11\x1d\x2e\x83\x72\xb8\x18\x0a\xac\x48\x1e\x2d\x83\x72\xb4\x78\x45\x70\x67\x4f\x8e\x97\x41\x39\x5e\x08\x65\x1b\x25\xc6\xdf\x96\x41\x39\x5b\x0c\x05\x64\xbb\x8b\x2f\xcb\xa0\x5c\x2c\x81\xa2\xe5\xcd\xf3\xf3\xcf\x00\xa6\x1a\xca\xf9\x79\x70\xd4\x8b\xc7\xfc\xb5\x9c\xa6\xd9\x15\x9c\x73\x56\xff\x28\x20\xd5\x90\x97\x1d\xee\xbf\x31\x7c\x04\x72\xc6\x61\x66\xe9\x7d\x71\x73\x2a\x65\x4c\xe5\x59\xd9\xd9\x36\xe0\xf6\x6c\x6f\xf7\x18\x7c\x6e\xdc\xc9\xb7\x1f\x2a\xfe\x55\xb1\x88\xa7\x40\x7e\xe0\x36\xc4\x02\x14\xc1\x82\x76\xe9\xd6\x2c\xf9\x57\xb9\xfb\x40\x89\xaa\x57\x0e\xb0\xb7\x3e\xc0\xa7\x70\x15\x0f\xf7\xcb\x01\xee\xaf\x0f\xf0\x19\xe0\x70\xf4\xba\x1c\xe0\xeb\x3b\x00\x04\x36\x7b\xf9\x63\x39\xc0\x1f\xef\x00\x10\xb8\xdc\xd5\x4f\xe5\x00\x7f\xba\x03\x40\x60\x78\x7f\xfb\xef\x02\x40\x23\xe9\xff\xb7\x86\xa9\x69\x24\x07\xba\x12\x20\x90\xcd\xf5\xcf\x95\x00\x7f\xb6\xc2\x15\xa4\xea\xfb\x64\xde\x0f\x95\x00\x41\x1c\x8c\xdf\x54\x02\x7c\xb3\xe6\x0c\x3b\xcf\xf5\xdb\xfa\x65\xb7\x00\xd0\xbb\x37\xd7\xc2\xe1\x36\x3c\xec\xce\x6b\x1b\xb5\xe6\xfd\x00\xec\x3c\x42\x1d\xcc\xbb\xd3\x83\x13\x70\xa0\x3b\x4f\x11\x34\x85\x55\x54\x02\xb4\xbf\x97\x30\x98\x68\x64\xf8\x0b\xa5\xa5\xc4\xc4\x3f\x8a\x7c\xc6\x4c\x8d\x0d\xa6\xae\x64\x9a\x0d\xa6\x99\x6a\x33\x76\x94\x80\xe2\xca\xc0\x70\x35\x1b\x20\xf2\x09\xf8\xd3\xde\xe6\x07\x28\x0c\x4c\x15\x7c\xe1\x07\x2d\x35\xeb\x1f\x30\xad\x2c\xe9\xb8\xb0\x88\x83\x01\x45\x7d\xb1\xa5\x71\xa5\x00\x1e\x47\x0e\x4a\x36\x77\x1a\x99\xe8\x30\x80\x82\x33\x25\x62\x61\xfc\x28\x4c\x7d\x8b\xa1\xcf\x2a\x3f\x20\xd0\xef\x5a\x1f\x0c\x58\x4a\x21\x53\x06\xbd\x0e\xe9\xae\x0c\x24\x74\x9e\x50\x42\x8c\xc9\xdf\x29\x15\x03\x79\x99\x44\xbf\xa2\x77\x0a\xe2\x27\x93\xb2\x61\x5e\xc8\x40\x9a\x67\xbd\x9f\x0e\x5f\x9f\xe6\x95\x6d\xc5\x7f\x55\x8c\xf6\x05\x70\x9d\x5f\xff\x1a\x5e\x21\x40\xda\x7f\x2d\x1e\xe8\x4a\xee\x0a\xcc\xf0\xf6\xcf\x25\x50\xfe\xbc\x3a\x94\xa7\x20\xd1\x0d\xf6\x72\x50\xcc\x73\x69\xef\x53\x00\x2a\x6c\xa0\xd1\xbe\xe7\xc9\xf1\xcf\x01\x3b\x37\x1f\x2a\x60\x7d\x58\x06\xeb\x83\xff\x26\x00\x58\xe0\xbd\x5a\xc2\x01\x5e\xe5\x38\x80\xdf\xc0\x7e\x86\xdf\x2d\x53\x01\x6c\x25\xef\x2a\xe6\xf6\x6e\xd9\xdc\xde\x79\x73\x7b\x06\x38\x1b\xbf\x2d\xc1\xfc\xdb\xd5\x31\xdf\xd1\x1b\x58\x6b\x7e\x1f\x42\xe1\x71\x56\x27\x2e\x12\x70\xb8\x4a\x28\x9a\x98\x6a\xed\x1f\xbe\x16\x8a\x96\x8d\x36\xff\x54\x8e\xed\x4f\x56\xf7\xf3\x27\xe0\xdd\x0b\xa4\x9a\x5e\x74\x9b\x5d\x61\x5d\x67\xf0\xc2\xf3\x94\x4b\xa8\x66\xde\x3b\x3d\x79\x53\x25\xae\x04\x5f\x39\x34\x41\xbf\xdd\x37\x70\xe0\x56\xef\xf7\x02\x6e\xe2\xb3\x37\xbb\xc7\xeb\x8d\xf7\x08\x2e\x5c\x56\x2b\xa0\xcc\xa9\xc1\xaa\xb0\xf8\x02\xba\x9e\x9d\xac\x3b\xe4\x0b\xe4\xfe\x27\x6f\x0f\xde\xbd\x77\x5c\x65\x61\xbf\xd0\xa2\x01\xb6\x02\x63\x12\x78\x8c\xb3\x38\x3e\x39\xed\xed\x9d\x2c\xb4\x08\x20\x7e\x1f\x83\x1a\xbb\xb7\x77\xf2\xe6\x67\x6f\xd6\x95\xcd\xe1\x5d\x70\xf6\xea\xe4\x60\x77\x49\xf3\xc0\x58\x02\xd6\x3c\x39\x62\x2a\xba\x45\xd3\x1d\x16\x00\x27\x27\x50\x2c\xd0\x02\x93\x07\x61\xe2\xec\xf0\x5d\xef\xe0\x04\x36\x1c\x0e\xe0\xcf\x62\x8e\xa5\x33\xe9\x94\xe6\x37\xa0\xb0\x13\x8f\x90\x4f\xff\x74\xf4\xf6\x00\xa9\xc6\x80\xf9\x49\x8e\x85\x3d\xea\xcb\xc1\xe0\xc6\x1c\xff\xf8\xfe\x38\x04\x73\xcc\x2f\xc5\xfb\xc9\xaa\xb3\x79\x8c\xb3\xd9\x3f\x40\xb2\x70\x60\xf6\x45\xec\xf8\xce\xf2\xd9\x3c\x21\x21\x61\x3f\x07\xe6\x20\x19\xae\x03\xe6\x31\x2d\x6a\x9f\x2c\x46\xfe\xa2\xa0\x9a\x49\x19\x8d\x97\x1d\xf6\x5d\xbd\x73\xd6\xc6\xa5\xaf\x6d\x2f\x33\x2c\x38\x63\x9b\x04\x5a\xb0\xcf\x45\xbf\x1c\xac\x29\x6f\xc0\xb9\x5c\xad\xd0\x97\x2e\x71\xa8\x2e\x6b\xb2\xd3\x99\x00\x2b\x58\x07\x18\x25\xcc\xce\xd8\x55\xc0\xa4\x68\x6f\x96\xef\x0c\x18\x0f\x0c\x22\x42\x18\x2b\xa1\x02\x67\x02\xcf\xd3\x93\xc3\x1f\x7f\x02\x92\xe5\x83\x3a\x29\x67\xf4\xad\x4a\x46\xa1\xbd\xd5\x20\x3d\x73\xc1\x13\x4d\xe6\x41\xda\x77\x90\xf6\x57\xda\x9e\xb3\xce\x63\x30\x76\xbd\x7b\xff\xf6\xcd\xd1\xde\xcf\x2b\x59\x06\x3f\x46\xd9\x15\x4b\xa6\x63\x3a\xac\x23\x1b\xab\x32\xe1\x43\x76\x29\x12\x91\xf2\x8c\xc4\x47\x28\x4f\x01\xa1\x22\x18\xb2\xa5\xbc\xa3\xec\x8b\x69\x35\xff\xe4\xd7\x42\xc3\x28\xda\xf3\x21\x64\xd6\x41\x32\x0e\xf8\xa9\x50\x26\x07\xe5\xe6\x26\x43\x27\x33\xf4\x0a\xb7\x13\x4c\xbc\x39\x4d\x93\xe8\xef\x53\x6f\x46\xed\xb6\xd1\x9e\xe1\xd9\xfb\xf9\x18\x2c\x3a\x95\x68\x2b\xf2\xf2\x67\xd4\xaf\xb3\x66\xbf\xe7\xd4\x6f\x7b\xcd\x7e\x2f\xa8\xdf\xa3\xf5\xfa\x75\xb6\x80\x84\x7f\x3e\x7e\xbc\x6e\xbf\x0e\xf6\x7b\xb2\x6e\xbf\x6d\xec\xf7\x74\xdd\x7e\x8f\xb0\xdf\xb3\x75\xfb\x3d\xc6\x7e\xcf\xd7\xed\xf7\x04\xfb\xbd\x58\xb7\xdf\x33\xec\xf7\xf0\xe2\xfe\x54\xf3\x5b\x2f\x10\x66\xeb\x3e\x61\x3e\x45\x98\xdf\xad\xb9\xbe\x0e\xed\xfb\xe6\xba\xfd\x88\xce\xda\x2b\xf7\xb3\x2f\x3f\xd4\x5f\x1d\xb9\x10\x4b\x96\xc9\x89\x2f\x1a\x3e\x85\xb5\xbc\xda\x45\x3e\xc5\xc0\xb7\x88\x0c\xea\x0f\x8d\xe3\x80\xfe\xd0\xc8\x59\xd3\x1f\x56\x78\x0d\x3c\x45\xeb\xf7\x47\x73\x51\x06\xf0\xfe\xc7\xc0\xfb\x9f\x32\x78\xa5\x76\xdc\xa7\x70\xd5\x9c\x1c\xbc\x39\xda\x05\x90\x01\xbc\x13\x03\xef\xa4\x0c\x5e\xa9\xe7\xc0\x73\xb4\xe4\x92\x7c\x96\x9b\x5f\xcf\xc0\xeb\x95\xc1\x2b\xf5\x1d\x78\x0e\x67\xf2\x23\x45\xdf\x21\x3c\xcf\x85\x20\x78\x92\xe4\xe0\x95\x79\x0f\x6c\xa3\x2f\xc2\xab\x93\xc3\xd3\x16\x3a\x37\x78\xf0\x9e\x2d\x86\x57\xe6\x3f\xb0\x8d\xde\x08\x1a\xde\xc3\x02\xbc\xe7\x0b\xe1\x85\x1e\x04\x96\xa4\x3a\xcf\x1e\xb1\xb3\xb7\xef\x4f\x0f\x2e\x9a\xac\xf3\xec\x31\x3b\xfb\x70\xf4\xa6\x75\x01\xf7\x49\xe7\xd9\x13\xf8\xf3\xe1\x05\x84\x15\x82\x1b\x9b\x73\x67\xb7\xb4\x68\x20\x61\x0d\x3e\x36\xe6\x09\xbf\x14\x69\x13\x2b\x46\xd4\xa0\x12\xc0\x0d\x78\xf7\x80\x34\x32\x6e\x7b\xd5\xa5\xf4\xe0\x91\x62\x3c\x56\x32\x67\x6f\xaa\x29\xd6\xfa\x64\xfc\x80\x34\x71\x87\xd1\xac\x07\x58\xd5\xd2\x55\x02\x46\xfd\x82\x4c\xa9\x84\x3e\x5c\x5f\x26\xce\x6a\x35\xff\x7f\x5f\x36\xae\x28\x42\x17\x44\xe3\xa2\x13\x25\x76\x38\x86\xd1\x83\x82\x21\x41\x0e\x85\x65\x7e\x59\x2e\x97\x01\x7a\x94\x6d\xff\xa3\x56\xb6\x5c\x35\x48\x25\x95\xec\xc6\x8f\x50\x71\xb4\x3f\x1d\x8d\x44\xfa\xf5\x6b\x07\x81\xbe\xaa\x34\x63\xb8\xf4\x2b\x39\x16\x3f\x8b\xb9\xea\xe1\x84\x7e\xf1\xd7\xed\xc5\x15\x60\x11\xa9\x52\x37\x53\xd7\xdc\x73\xdb\xce\x8d\x52\xe2\xaa\x6d\x1c\x1b\x03\x6c\xfd\x14\xa6\x6a\xf6\x7f\x3b\xc2\xdf\x8a\x25\xa9\x5d\x4a\x55\xc4\xa4\x5e\x3c\xa6\x08\x5a\xba\x65\xc6\x59\xef\x8f\xde\x1f\xfd\x36\xf9\x1d\xb6\xa7\xdc\x0d\xf8\x3e\xf7\xe7\xf5\x82\xfd\x79\xbd\xe2\xfe\x1c\x24\xc3\x7f\xf1\xed\xa1\x87\xec\x6a\x3b\x34\xe1\x97\x95\x3b\x54\x40\xd2\xd9\x93\x7f\xd4\x5e\x2e\xc5\x10\x8e\xff\xf5\x48\x42\x24\x64\xe9\x54\xb0\xfd\x83\x37\x10\x48\xab\xa6\x7d\x48\x0d\x24\x32\xee\xe2\x1a\x4c\x9c\xe1\x51\xe2\xae\x82\x26\xe5\xab\xbd\x4e\x88\x2d\xf3\xd8\xd4\x89\x62\x98\x08\x91\xea\x9a\x5f\x8a\x8c\x71\x0d\x9f\x4a\xa4\x60\xa5\x84\xef\xd8\x20\xe6\xd1\x98\xa2\x51\x72\xfd\x13\x99\x99\x50\xe4\x66\x30\x86\x86\x82\x89\xa2\x6d\xc9\x73\xc8\x21\x94\x50\x3e\x07\x8e\xd9\x7a\xb1\x44\x60\x04\x29\xa8\xbd\x55\xb0\x57\x1c\xf2\xc5\x26\xa6\xdd\x24\x15\x23\x18\x60\xc0\x13\xbd\x72\x4a\x1a\x12\x2e\xde\xa6\x8f\x18\x70\xb5\x0e\x91\xec\x8b\x78\xb5\xcb\x85\xc7\x99\x8d\xe1\xc0\xa2\x7c\x2e\xa4\xe3\xdb\x6f\xe9\x94\x15\xba\xf8\x75\xd0\xbe\x75\x21\x09\x45\x92\x02\x07\x8a\x97\xf9\x6b\xe7\xd1\x3f\xe3\xda\xb1\xba\x92\xdf\xe3\xe4\x3c\x5d\xf5\xe4\x40\xda\xa1\x7f\x6d\x06\x63\xd4\x31\xab\xe1\xa9\xc0\x9c\x73\xe2\x89\x1f\x6a\x5a\x85\x98\x37\x51\x62\x59\xca\x1a\x88\x09\xb3\x33\x7d\x65\x20\xd7\xf2\x3b\xe7\x4f\xb4\xd7\xbb\x35\xd6\xa5\x5b\x65\xf7\x9f\x40\xc7\x4e\xd3\xf5\xc7\x6e\x90\xa3\xdc\x7f\xfd\x2d\x7a\xe5\xb6\xe8\x55\xb8\x45\x58\x7a\x8e\x92\x38\x8d\x79\x3a\xdf\x84\x84\x08\x09\xcf\x60\xb3\x84\x48\x94\x09\x3f\x2f\x6e\xde\xaa\xbb\x84\x46\xf3\x60\x7b\x4c\x39\xa5\x92\x74\x3b\x0e\xd9\xb3\x68\x22\xf6\x64\x92\x89\x24\x53\x5f\xcd\x24\xc0\x94\x0a\x36\xd7\x4e\xbb\xfd\x22\x6f\x54\x35\x64\xa8\x5f\x4a\x41\xbe\x09\xba\x6d\xdd\xdb\x09\x41\x38\x0b\xee\x0b\x2a\xce\x87\x29\x9c\xe2\x39\x95\x7c\x9b\x88\x41\xc4\x63\x2f\x01\xd2\x18\x5e\x71\x90\xea\x42\xe2\x30\x51\xc2\x6e\xf5\x42\xf4\xe0\x97\x89\x1c\x8b\x96\x5d\x39\x46\x88\xa6\x3c\xb9\x04\x13\x72\x2a\x00\x32\x8c\xb7\xdd\x6e\x3f\x87\xfb\x5c\x83\x9a\x99\x8a\x65\x0c\x16\x85\x85\x90\x48\x2c\x80\x6c\xaa\xa8\xd5\x9c\x5d\xc9\xd8\x80\xa3\x99\xad\xbc\x77\xe4\x71\xba\x60\xf7\xfe\xf9\xa1\x66\xc5\x7b\xdc\x62\x52\x6f\x3b\xad\xa1\x2f\x52\xba\x9e\xef\xfa\x58\x34\x25\x6f\xab\xcb\x97\x84\xe5\x6f\x3b\xb5\xae\xbd\x17\x3b\x24\x8d\xe3\x2f\xdb\xee\x17\x63\x95\xf3\x7f\x7e\x94\xfb\xf9\x2c\xfc\xf9\x71\xee\xe7\xf3\xf3\xf0\xf7\x27\xb9\xdf\x2f\xc2\x9f\x9f\xe6\x7e\xfe\x25\xfc\xf9\x59\xee\xe7\x4f\xe1\xcf\xcf\xbd\x45\x59\x79\xc6\xfc\xf8\xc2\xfb\xf1\x45\xad\x90\x3a\xc0\x3f\x8b\xbb\x71\xb6\xf6\x51\x5c\x85\x62\xc9\x7d\x79\x01\xc1\x2e\x21\x17\x04\xf0\xf5\xd4\xb2\xb4\x25\x29\x85\x2a\xb9\x15\x38\x85\xfc\x1e\x28\x32\x2e\xe2\x77\xc7\x11\x41\xf8\xe7\x22\x89\x04\x87\x5f\xf6\xa0\x74\x64\x92\x89\x74\x92\xba\xca\xf7\x94\x1e\x16\x5e\x28\x03\x39\x99\xb3\x81\x1c\x8f\x79\x52\x5e\x9e\xa3\x82\xf3\xed\x2d\x42\x11\x25\xa3\x10\x26\xc2\xb7\x02\x5d\x97\x22\xdb\xa7\xdc\x49\xf5\x86\xfe\xab\x67\xfa\x78\x75\xfa\x1e\x58\x40\x90\xdf\x38\x8e\xf9\x44\x89\x61\x90\x2c\x22\x80\xae\x25\x85\xbd\x3d\xbd\xaa\x1c\xfa\xfd\x72\x54\xe8\xb0\x64\x5c\x8a\x00\x07\x7e\x66\x57\xdf\x31\x09\x71\xa9\x31\x69\x4c\x98\x6d\x07\xe7\x98\x4a\x39\x1a\xaf\x2b\xd6\x9f\xb3\x58\x64\x99\xc9\x17\x97\xab\x2d\x89\xc3\xa2\x2b\xd6\x58\xaa\xcc\x01\xa2\x86\x54\xef\xd5\x64\xd7\xf9\x4e\x26\xf1\xfc\x3b\x36\xe3\x90\xe9\x09\xb3\x07\x67\xe2\x36\x33\x01\xc3\x83\x38\x9a\xa0\xd2\xdd\x0b\x8a\xa5\x90\xd8\xda\x30\x8d\x6e\x44\xab\x3f\xaf\xb1\x99\xe8\x9b\x39\x2f\x20\x5e\x28\x89\x62\x77\x60\x77\x94\x89\x54\xa3\xd1\x8f\xdd\x55\x22\x3b\x8d\xc6\x42\x4e\xb3\xba\xdb\x95\x01\xed\xc9\xa9\x3c\x48\x86\x90\xd0\xd5\xfd\xd8\x68\xb2\x27\xae\x1a\x55\x2e\xd4\x75\x95\xf8\x58\xaf\xaa\xd4\x83\x05\xfb\xbc\x68\x9b\xd1\x91\xec\xf7\xd8\xec\x31\x4f\x40\xb0\x31\x4e\x78\x50\x91\x67\x26\xd3\x6b\xc8\xc5\xa4\xa2\x6c\x4a\x19\x23\xa1\x4a\xaa\x03\x64\x12\x86\xb5\xc5\xad\x18\xec\xe1\xd9\xab\xd7\x34\xc8\x5a\x03\xb5\xcf\xb1\x9c\xb9\x02\x6c\xff\x12\x7b\x56\x35\x01\x39\x99\xdb\xf1\x4f\xe5\x9e\x21\xc8\x7a\x2e\x61\xf9\x4a\x2f\x00\x2f\xa3\xb9\xbb\x46\xb7\x1e\x95\x3f\x9d\x88\xc3\xbd\xd3\x1c\x4e\x4e\x20\x6d\x7f\x22\x66\x46\xe7\x4f\xac\x1f\x4c\xd9\xb1\x44\xd9\x7f\x2d\xc1\x6e\xd9\x0d\x50\xa4\x38\x1c\xb9\xad\xe7\x52\xb7\x3b\x6c\xc7\xbe\x02\x25\x4e\xad\x56\xcc\x3a\x54\x1b\x80\x54\xba\x93\xc8\xe6\x20\x96\x4a\xec\xcc\x85\x6a\xa6\x42\x45\xbf\xe2\x47\xf3\xb8\x48\x15\xfc\x59\x0b\xea\xdc\x11\x88\x71\x94\x44\xe3\xe8\x57\xde\x8f\xb1\xcf\x2c\x1a\x66\x57\x3b\x35\xf6\xd0\xcc\x2a\x4a\x12\x91\x7e\xd4\xdf\x96\x75\x6f\x5e\x89\xe8\xf2\x2a\x2b\x74\xf8\x09\xbe\xfe\xba\xa7\x9c\xde\x42\xb1\x70\x0b\x3f\xc0\x25\xa5\xd4\x54\x4b\xc9\x68\x36\xf1\x2e\xa4\x7c\xa2\xe0\xbe\xb8\xe2\x37\x11\xf4\xc0\xc4\xee\xba\x3d\x25\xc6\x35\xea\x32\xa5\x84\x0a\xbc\x48\xd1\x1d\x01\x6b\xb0\x7f\x87\x63\x56\x76\xf9\x40\x95\xde\x29\x0b\xe0\x28\x8e\xc0\xc8\xe4\x67\xad\xab\x69\xe6\xd3\xba\x69\xc1\xe0\x35\x50\xd0\x61\x56\x56\x9a\xf0\xaa\x54\xf6\x61\x19\x95\xd5\xfd\x64\x24\xa6\x82\x5b\xc0\x02\x3f\x80\xa5\xc7\x53\x8a\xd7\xc3\x1e\x25\x5c\x93\xba\xf8\x65\xbf\x85\xa9\xa0\x4e\x61\xea\x7a\x61\x90\x83\x6c\x9a\x2a\x11\xdf\xa0\x17\x08\x64\xef\x89\x63\x7b\x57\x6d\x1e\xf5\xb0\x2c\x19\xe1\xcd\xab\x63\x47\xfd\xdb\x4c\x3f\x0f\x79\x3f\x9e\x83\x57\xf1\x98\x0f\x8e\x7a\x4d\x6a\xbd\xe9\xef\x8f\x97\x98\xde\xd6\x5c\xfe\x49\xce\xc4\x8d\x48\xe9\x46\x84\x0a\xca\x2c\x9d\x26\x98\x8f\x7f\x26\xfa\xe0\x46\x92\x46\x48\x7c\x60\xdc\x8b\x46\x2c\xca\xd8\x88\x47\xb1\x02\x7d\x29\x94\x3a\x33\xe0\x46\x9c\x5e\xe8\xc4\x1a\xfc\x6b\x3a\xe1\x59\x74\x23\x1c\x69\xd5\xaf\xe4\x44\x8c\xa6\x71\x3c\x6f\x30\xa5\x1f\xad\x53\xd5\xae\x10\x37\x7c\xd9\x0f\xea\x2e\xdc\x85\xed\x89\x58\x89\x75\xef\xc6\xdc\x19\xeb\x3c\x2d\x3d\x63\xc5\x92\xe0\xf7\xcf\x2f\xd1\x85\xf6\xff\x2e\x7e\x29\xa7\xd9\x7a\xfc\x12\x3a\xdc\x07\xbf\xfc\x1a\x79\x9f\x1c\xf0\xa5\x6f\x87\x36\x22\x28\xa4\xa4\xae\x7e\x08\x60\x1e\xc3\xf0\x2d\x40\x95\x9d\xfc\x82\x07\x9e\xa8\xa4\x59\x70\x09\x0f\x85\x39\x90\xcc\x45\xe5\xe7\xc1\xe8\x0e\xfa\x9d\x94\x27\x6a\x1c\x65\x8c\x27\xa6\xc8\x64\x3d\x1a\xb1\x7c\xf9\x4d\x10\xa5\x1a\x94\xd5\x19\xed\xfb\xb5\x41\x4d\x0f\x58\xdb\xab\x95\x4d\x2c\x10\xe1\x66\x40\xf1\xb8\x62\x0f\x01\x26\xa3\x3a\x99\x48\xc0\x9e\x02\x2a\x3e\x89\x0a\x23\xcc\x99\x6d\xde\x2c\x4a\xba\x95\x5d\x27\x72\xa6\x40\xa1\x24\xc0\xbf\xe5\x4a\x8c\xa9\xae\x56\xac\x9b\x49\xd0\xe0\xe0\x8b\x13\xd1\x78\xc5\x21\x97\xaa\xcc\x6d\x4b\x7f\x8e\x69\x42\xae\x22\xc7\x79\xa0\xa4\xcf\x25\x8f\xd6\x3a\x6c\x4b\xdf\x5e\xe6\x38\xad\xf8\xf4\x7a\x59\x38\xa3\xec\xf3\x67\x27\xa5\x86\x0f\xb3\xb2\x57\x18\x66\x89\x02\x0c\x42\x01\x5c\x32\x90\xf5\x85\x5e\xe6\x95\x88\x87\x40\x2d\x3e\x1d\xd9\x19\xe6\x64\x6f\xeb\x5f\x48\x48\x73\x19\xe1\x28\x39\xbf\x1c\x0a\x4c\x2a\xcb\x87\xa8\x7b\x3d\xe8\xed\xb1\x72\x1a\xca\xd2\xa9\x73\x40\x9d\x09\x42\x3e\xa5\x67\x1f\x8a\x41\x34\xd4\x2c\x3f\x9b\x09\x91\x00\x7d\x81\x4f\x23\x10\x98\x3b\xbd\xa5\xfa\xac\x20\x41\x18\x94\xfa\x0d\x6a\xd1\x9b\x72\xc7\xe0\xee\x1a\xd3\x69\xcb\xbd\x04\xf5\x19\x28\x79\x7e\x7f\x85\xac\xef\xc9\xf9\x7e\xc2\xc8\xca\x6d\x0c\x9e\x00\xf5\x06\xfb\x62\xc5\xfe\x2f\xab\x30\x23\xbc\x86\x8a\x9c\x08\xf2\xfe\x48\x97\x32\x08\xb6\xf1\x43\x93\x0d\xc5\x84\xea\x8f\xcb\xa4\x28\x30\xb1\x5d\x74\x08\x86\xde\x1e\x07\xf9\x80\xf5\xce\x35\x2f\x5b\x89\x8f\xa1\x74\x57\x90\x21\x57\x3d\x58\x4b\xe5\xb1\xaf\xd6\xe6\xe4\x4d\x87\xa8\x2f\xfa\x60\x13\x4d\x2d\x86\x64\x13\x4c\xad\x77\x49\xfc\x84\x34\x37\x92\x49\xc6\x7e\x95\x72\xec\xd5\x37\xf4\xb2\x1d\xd5\x94\x2b\x01\xab\x5b\xb1\x2b\xa0\xd0\x7e\x94\x61\x86\x74\x23\xa2\x67\x6c\x20\xd2\x8c\x9b\x56\xb1\xb8\x11\x58\x9d\x94\xed\x66\xe8\x00\x3c\xe6\x54\x44\x81\x44\x33\x4c\xcb\xcd\xd5\x34\x15\x43\x86\x57\x27\xd6\xba\x4f\xe5\x0c\xd2\xdc\x8a\xdb\x8c\x0d\xa1\x0a\x85\x22\x4d\x06\xf2\x63\x6a\x0b\xd6\x85\x19\x57\x4c\xdc\x4e\xe2\x68\x10\x65\xf1\x5c\x93\xbb\x59\xc3\x47\x5b\x6c\x51\x04\x47\x0d\xa6\x67\x72\x89\x69\xa6\x7c\x89\xbf\xa3\xa1\xf6\x58\xa6\x59\x4d\x21\x52\xb4\xec\x00\xd2\xeb\x77\x94\x73\x4c\x37\x83\xe5\xae\x4a\x3d\xa1\x2b\xe7\x12\x2a\x7a\x50\xa2\xb2\x0a\x00\xfc\x55\xcf\x3c\x30\x24\x87\x9c\x16\x9e\x1f\xc7\x6f\xff\x6a\x6c\x0a\x0a\xd7\x6a\xcd\x51\x3e\x13\xb6\x1e\x0a\xd2\x86\xeb\x41\x77\x68\x54\x09\x04\xca\x9b\x78\x50\x7c\x5f\x07\x03\x86\xee\x76\x36\xe3\x98\xf0\xd5\x7a\xf3\x5b\x4b\x07\x66\xc8\x56\x99\xe0\x50\x64\x8c\x8f\x46\x9a\xfd\x24\x97\x30\x92\x93\xa8\x03\x26\x0b\xd9\x5e\x5b\x9f\xf2\x79\x5e\xb5\xb8\x30\xaa\xbd\x84\x81\x7f\xf9\x64\x9d\x05\x8f\x92\x78\xce\x7e\xf9\xa4\xa7\x78\xc3\xe3\x68\x88\xc4\x26\x49\x28\x0a\xca\xdd\x27\xd2\xa4\x56\x6e\xdf\x49\x3e\x5b\xc0\x9a\x2f\x45\xa6\xb7\xec\x35\x1f\x64\x32\xad\x37\xd8\x03\xaf\x96\xb9\x5f\x5f\x10\x5e\x50\x19\xeb\x74\x3b\x88\xeb\x11\x74\x68\xda\x4b\x42\x3f\x89\xd8\xc3\xcd\xd6\xe6\x16\xd2\xad\x41\x24\x3c\x3b\x03\x45\x21\xf4\xc7\x47\x8f\xa6\x62\xc1\x55\x84\xbc\xd1\xf8\xd8\x4f\x89\x57\x5e\x0a\xcc\x04\xaa\x3f\x77\xb6\xb6\xfe\x73\xc5\xb5\x07\xaf\x0c\x28\xc6\x0e\x45\x41\x16\x57\xa7\x87\x5a\xf3\xb4\x83\x5b\xb5\x5c\xc9\xd9\x12\x8b\xb1\xc8\x5e\xcb\x24\xeb\x45\xbf\x0a\x2a\x59\x1f\xd4\x99\x05\x25\xb2\x3e\x98\x8b\x84\x18\x0b\xa0\xe1\x55\xbc\x35\x73\x68\xd5\xb4\x1c\x53\xa4\x2e\xf4\xd6\x76\xf3\x83\x51\x5a\x3b\xac\x53\x5a\xed\x16\x7e\x7d\xe8\x7e\xfd\x66\xa1\x15\xdc\x9b\x92\xee\xd8\x58\x5d\xbc\xf7\x0c\xb4\x6b\x94\x8d\x9a\x50\xb5\xaa\xff\x5b\x8a\xa7\x63\xcd\x35\x3d\x01\x5b\x0d\xa0\x1f\x65\x68\x6a\x37\x49\xf8\x20\x87\x35\xc8\x70\xa3\x28\x11\xe4\x20\x91\x2b\xdc\x7b\xea\xd7\x13\x80\x52\x68\xe0\x32\x2c\x92\xe9\x58\x60\xe5\x72\x9a\x97\xca\x78\x16\x0d\x58\x59\xdd\x33\x0d\xc7\x96\x53\x33\xa9\xb1\x21\x79\xbc\x85\x4c\x4a\x22\x10\x35\xd9\x88\xc7\x4a\x80\xa8\xbb\xf1\xdd\x86\x96\x5c\xd3\x29\x5c\x7c\x89\x32\x17\x9a\x5f\xe1\x00\xab\xb2\xf5\xa1\xf0\xaf\x12\x49\x46\xfd\xb1\x83\x16\x10\xe1\xf7\x44\x66\xf8\xd8\xd8\xf8\x6e\xc3\xc1\x82\x52\x7e\x42\x25\x35\x28\xeb\x96\x55\x3b\x1c\x98\xba\xa5\xde\x85\xa4\x26\x62\xe0\x39\x17\x98\xda\xc2\x7b\x72\x0a\x0f\x86\x2d\xbf\x92\x0f\x26\xc3\x04\xcb\xb8\xf9\x13\xce\xd9\x2a\x45\xe3\x46\x32\xd5\xb8\x72\xd2\xe8\x58\x0e\x7d\x1f\x92\xb3\xb1\x1c\x5e\x10\x70\xfc\xfc\xf9\x33\xa2\xe0\x65\xa0\x6b\xa1\x76\x3b\xac\xf6\x9d\xbd\x14\x8a\x33\x7f\xf8\x10\x4e\x1a\xea\xb2\xf5\xcf\x8d\xd0\x3f\xfb\x83\xbe\x1d\x72\x14\xb1\x04\x69\x6e\x2d\x6c\x87\x9d\x7d\xc3\x58\x0d\xae\xc4\x5a\x13\xf5\x7f\xfa\x7f\x79\x0c\x7f\xea\xc7\x47\xed\x9b\x0b\x9f\x8e\x07\x58\xa2\x1a\x92\xa4\x03\xff\xd5\x8c\x79\x17\xca\x21\x38\xb9\x01\x4a\x61\x37\x02\x59\x2c\xa8\xf2\xaf\x6f\x56\x45\xd1\xeb\x5a\x7a\xc2\x5b\x96\xa7\x50\xc7\x0f\x0b\x29\x9b\xea\x20\x83\x4c\xa8\xcc\x94\x39\x9b\x98\xc2\xd2\xa3\x28\x55\x59\x13\x5f\xb3\x3c\x63\xb1\x94\x4a\xc4\x73\x5b\x72\xca\xb6\x83\x0b\x92\x33\xfd\xdc\x86\xd2\x46\x32\x8d\xb2\xb9\xee\x03\x15\x48\xa0\x7e\x91\x6d\xbc\x46\x21\x7a\xbe\x62\xbb\xfe\x92\x8d\xf0\x6a\x7e\xfb\x94\xec\xf2\x0d\x6b\x5a\xe1\x39\x52\xfe\x9e\xf5\xc3\x6f\x02\x91\xbd\xd5\xb1\x16\xc6\x7c\xc7\x1f\x16\x76\xec\xf8\xe2\xfc\x56\x40\x63\xc7\x69\x74\xc3\x33\x61\xb2\xfa\x1a\x36\x65\x0a\x2f\x52\x6d\xaf\x89\x29\x1d\xae\x9f\xfd\x2a\x23\x61\xc5\xfb\x45\x51\xc1\x49\xa8\x50\x21\x67\x09\x7a\xa4\x16\xf0\x6e\xca\x4c\x6a\xb2\xa1\xfa\x92\x99\x57\x91\xd2\xb6\xa3\x32\x92\x5f\x90\x1d\xa1\x3b\x2c\xd9\xc2\x28\x77\xba\x5f\x5e\xfc\xbd\x12\xa3\x69\x8c\x89\x1a\xe6\x72\x0a\x24\x88\x85\x76\x32\x69\x6a\xf2\x00\x3f\x42\xa2\xc0\xb5\x99\xa5\xf0\xa4\xb0\x98\x65\x67\xcc\x1d\x06\x00\x15\x88\xce\xb2\xff\xb7\x26\x8e\xf3\x56\xff\x56\x34\xbf\x03\x7b\x7a\xb0\xa3\x97\x6f\xfe\x0c\xf6\x8a\xb8\x09\x89\x30\xe9\x8d\xcd\xd8\x7d\x0f\x2c\x4c\x43\x1c\xcb\xe1\x07\x1e\x4f\x35\x51\xea\x9f\xf4\x95\x22\xfb\x7f\x6b\xb0\x3f\xe9\xff\x41\xbe\xd5\xcd\xb3\xb4\x07\xe9\x8d\x66\x74\xf5\x07\x6e\x61\x46\xb3\x1f\x70\x3a\xdd\x28\xf8\xd2\x0c\x16\x0a\xc6\xa6\xca\x81\x5e\x9b\x1d\x29\xc7\x06\x1d\xbd\xa6\x37\x2f\xcb\x0a\xa4\x12\x61\x14\x2b\xa0\x12\x5d\x45\x58\x7d\xd1\x55\x4a\x0d\x49\xf9\xff\x9f\x05\x50\xab\x89\x98\x8a\x86\x56\x16\x41\xf5\x75\x01\x48\xf5\xe6\x77\x92\x01\x1a\xab\xed\x52\xf5\x75\x1f\x29\x57\x74\xce\xa8\xf5\x39\x49\x21\xa0\x5d\x15\xab\x73\xf1\xb5\xd7\x5e\x22\x73\xb8\xb2\xaa\x8b\x30\x40\x4d\x9a\xb0\xd4\xc6\x2a\x92\xb0\x9c\xa0\xec\xfc\x6f\x5e\x38\x95\x36\xfa\xbf\xf4\xaf\x7a\x90\x9b\x48\xcc\xa8\x74\x4b\x14\x0b\x16\x8d\x27\x54\x02\xc8\x2b\x46\x76\x84\x4b\xc7\x72\xa5\x50\x86\x08\xcb\x51\xaa\x4c\xa6\x42\xd9\x8c\xe8\xfa\x2c\x60\xf2\xf4\x81\x4c\x86\x54\xe9\xc9\x3c\x12\x03\xaf\x4a\x4d\x17\xe6\xb8\x6b\x70\x70\x7d\xf9\xaf\x77\xa6\x44\xaa\xcf\xa0\x1c\x31\x20\x1a\x01\xd5\x4c\xad\x82\x4e\xf1\x9b\x28\xb9\xdc\x4c\x85\x9e\x01\x15\x30\xc2\x5c\x00\x54\x23\xc9\x8c\xae\x1f\xab\xf1\x9c\x8a\x37\x49\x7d\x5e\x6f\xa2\x21\x96\x23\xe3\x6a\x4e\x6e\x2e\x7a\x8a\x03\x39\x1e\xcb\x44\x77\x1d\x45\x97\xd3\x14\xd4\x49\x70\x37\xd2\xae\x9b\x78\x8f\x34\xba\x84\x84\x24\xb0\x51\xfd\x39\xdb\x93\xe9\x9c\xbd\xe5\x83\x01\x4f\x53\x22\xf5\x4d\xe7\xd7\x2b\x13\x95\xa5\x53\xfd\xf0\xb6\x78\x28\xc3\x28\x8d\x02\xee\xa5\x1c\xb5\x16\x56\x63\x4b\x0b\x32\x70\x4a\xcc\xd4\xf8\xda\xe0\x2a\x64\x34\xd9\xa4\xbb\xb9\x39\x9b\xcd\xda\x37\x59\x67\x6b\xab\x9d\x88\x6c\x73\x28\x07\x6a\xf3\x26\x7b\xd2\xd9\x6a\xa5\xe3\xcd\xfd\x83\xbd\xde\xe9\x09\xca\x5c\x03\x31\x31\xaa\x2f\xfd\x6e\xc1\xb2\x5c\xd3\x4c\xce\x52\x3e\x61\x75\xfd\x5f\x2c\xa6\xda\xf0\x13\x89\xa3\x9f\x2b\x96\xd2\x13\x62\xac\x48\xab\xd5\x17\x6c\xa6\xbf\x43\xaf\x5a\xfd\x74\x28\x3f\xff\x84\x82\x9d\x2f\x7a\xf5\x9f\x40\x39\x7d\x44\x68\xb0\x65\x09\x40\x9b\x26\x27\x73\x14\x32\x3c\x34\x78\x8c\xc2\xa0\xd2\xbf\xcc\x09\xa0\xf5\x8c\xd5\x27\x90\x67\x59\x1a\xf5\xa7\x19\x94\x59\x27\xe3\x0c\x94\xdf\xd5\xd8\x9b\x4c\xfb\x71\x34\x70\x04\x06\xd4\xc1\x07\x03\xa1\x14\x85\x7c\x22\x20\x4b\xc5\x36\xae\xc2\x21\x87\xed\xb8\x95\xfc\xc9\x7e\xf4\x1b\x74\x6d\x11\x0f\xaa\x54\x7a\x23\x52\x25\x3e\x2e\x83\x50\x6c\xe7\xdd\xf4\x00\x49\x02\x59\xbe\xc5\x17\x54\x19\x08\xaf\x41\xbe\xaf\xde\xe7\x3d\x9e\xa6\x11\xbf\x14\xc4\xfe\xcb\x61\x94\x34\xcc\xc3\xc2\x33\xf8\x21\xc2\xfa\x4d\xe5\x60\xc2\x36\xe5\x10\x5e\xc5\x51\x72\xbd\xb0\x3f\xb6\xc8\xf7\x8e\x20\x20\x75\x01\x1e\xbc\x06\xf9\xbe\x84\xe5\x0f\xd1\x50\xc8\xc5\x1b\x81\x4d\xf2\xfd\xfb\x29\x1f\x5c\x8b\x4c\x0c\x31\x1e\xb6\x1c\x42\xae\x91\x85\xb1\xfc\xfa\x99\xf0\x54\x89\xf4\xdf\x5d\xf7\xb2\x6e\xd9\xee\xdc\x99\x67\xc7\x1a\x0b\xe5\xe5\x00\xe7\x49\xc6\x6f\xf1\x26\xd1\xbc\x16\xcd\xa9\xd6\x96\x37\x55\x99\x1c\x47\xbf\x72\xcb\xcd\x0d\xfb\x00\x88\x69\xb1\xf4\x19\x4c\x80\xe9\x29\x68\x81\x83\xfd\x86\x65\x31\xf1\x09\x44\xe8\xc2\xaf\x40\xcb\xf9\xdd\xa6\x21\x03\xfa\x6d\x87\xd5\x30\xf8\x2a\x0f\x27\x01\x7f\x5d\x84\x63\x4b\x89\x48\x65\x6a\x11\xfb\xa0\x26\x52\xa1\x92\xa4\x72\x3a\x7f\x22\x38\xd6\xcd\x9f\x22\x07\x97\x00\x1e\x5c\xb1\x1d\x57\x38\x3e\x40\x84\x27\x63\x89\x34\x95\x01\x62\xc6\x42\x29\x7e\x29\x02\xb1\x2a\x11\x33\x76\xa0\x1b\xd6\x6b\x00\x80\x61\x2f\x9e\x41\xe1\x49\xbb\x8c\x87\xac\x86\xa5\x28\x0d\x8c\x85\x23\x47\x4a\xbf\xc0\x63\x91\x89\xe2\xbe\xf8\xe2\x1c\x20\x68\xc7\xc7\xbb\x29\x28\xb8\x08\x7a\xa1\xd6\x1d\x76\x85\x5b\xf8\xd3\x44\x2a\x4f\x61\x65\x37\x13\x3f\xbc\x0c\x77\x86\xda\xeb\xd7\x93\xd3\x64\x01\x6e\x69\x32\xa1\xd2\xda\x7f\xbd\x03\xaa\x8a\xd1\x56\xa8\xcf\xf1\xbf\xd5\xc7\x91\x5e\x2b\xf8\x50\x91\xb6\x2e\xbb\x57\x27\xc9\xdd\xfc\x50\x16\xdc\x5f\x37\x95\x95\x86\xa7\x85\xe9\xf0\xb3\x98\xab\xc0\xe5\x81\xdb\x8c\x37\x6d\xc6\x7e\x16\x24\x74\x0c\x85\xf5\x4c\xe3\xe0\x0b\x25\x2e\xd1\xed\x5d\xff\x65\xc1\x5a\x2b\x5a\xe5\xb0\xa6\x80\x7e\x9b\xb1\xb7\xae\xb4\x13\x2a\x59\xb1\xb2\xbe\x2b\xc5\xfb\x37\xa9\x17\x02\x72\x04\xbe\x27\x86\x50\x83\xdb\x8b\x58\x41\x24\x25\x4c\x33\xd0\x34\x52\xd7\xa0\xad\xa4\x69\x1a\x35\x48\x94\x0c\xb1\x0c\xaa\x8d\xa5\x9d\x26\xae\x5e\x68\xa0\x74\xd5\xb7\xbf\x11\xbf\x0c\x74\xaf\x00\x76\x17\x1f\x75\xbb\x5d\x06\xcf\x67\x41\x9e\xb7\x3c\xc8\x51\xb5\xb1\xbb\x11\x4e\x91\x31\xf6\xf4\x49\x97\xf5\xf0\x2d\x84\x49\xca\xe8\xfb\xad\xdb\xc7\x9d\xf2\x5f\xc0\x49\x2d\x3f\x10\x7e\xe9\xb7\xa8\x02\x0c\x3f\x2e\x81\x8e\x96\xee\xd2\x31\xe8\x27\xbf\xf5\x77\x7e\x4b\x9c\x08\x54\xca\x9d\x09\x2d\x4e\x29\xaf\xea\x62\x40\xb1\x80\x73\x93\x24\x94\x0a\x27\x6b\x86\x10\x0b\xae\x3c\xdb\x93\x26\x80\x5d\x5b\xe5\x17\x98\x3d\x9d\x6d\xfb\xa8\xcf\x3d\xe6\x41\x25\xda\x04\x93\xa2\x57\x4e\xa7\x69\xc8\x08\x87\x72\x0f\xf8\x22\x97\xf7\x98\x00\x5c\xa7\x3f\x8b\x79\xcf\xcc\xba\xc0\x68\xac\x1a\x07\x75\x30\xb6\xa0\xae\xe6\x9b\xdf\x40\x95\x24\xbf\xba\xe9\xb5\x7b\xde\x2f\x39\x78\xb6\xd4\xd5\xcd\xd9\x4a\xed\xcf\xae\x2f\x2e\x02\x85\x8b\x1e\x77\x76\xa5\x1f\x6b\x75\xcb\x8c\xbe\x2f\x61\x82\x41\x10\xa5\xba\x8e\x26\xbd\x09\x1f\x38\xeb\x95\x9e\x75\x26\xaf\x85\x0d\x9a\x00\x94\x9c\xea\x6f\x8c\x47\x35\xe8\xbf\xf4\x17\x6d\xb8\x74\x76\x76\x58\x8d\xb8\x80\x67\xd1\x4a\x6f\x3c\xed\x3d\xb6\xbe\xe1\x31\x69\xbe\xac\x85\xab\x0c\x94\x5d\x70\x2d\xac\xd6\x36\x1d\x18\x4d\x97\x07\xae\x9d\xc9\xf7\x93\x89\x48\xf7\xb8\x12\xce\xe3\x5b\x83\x35\xcd\x57\xdd\x00\x17\x42\xee\xdc\x1b\x96\x74\x69\x5f\x71\x75\x34\x4b\x8e\x49\xdd\x63\x86\x6c\xf8\xce\xef\xa4\xa4\xb3\xa5\xa5\x96\x6d\x2b\xc1\xb8\x78\x69\x21\xe8\xc5\xa4\x37\xa8\x84\xfb\xf6\x5b\x66\x3e\x3e\x08\xcc\x11\xb8\xa3\x29\x78\xdc\x45\x0a\x2f\x69\xbf\xf0\xb3\x19\x03\xaf\x5b\x0f\x81\x0d\x37\x90\x81\xec\xa9\x28\x73\x5b\xb5\x0a\x4e\x2d\xf7\x0e\xf0\xb9\x0c\xad\xf6\x32\x58\x01\xa5\x01\x69\x2d\x85\xe8\x61\x34\x5c\x90\x03\x58\x44\xdc\xfb\xe4\x3a\x91\x33\xd0\x42\x56\x63\xec\xcb\x32\x52\x56\xf3\x71\x5f\xc6\xb5\xb0\x52\x9d\x07\xc9\x2a\x5a\xdd\x54\x5c\x5d\xe4\xe1\xda\xac\xc3\x11\xdc\x64\x65\x72\x8b\x86\x1e\xa5\x59\xf5\xf0\xd9\xe4\xa2\x11\x6c\x1e\x7c\xc5\x76\x98\x9e\xae\x6b\xff\x65\x1d\x84\x8a\xdb\x89\x18\x64\x62\xc8\x10\x2b\x8b\xd0\x5a\x02\xb3\x08\xf1\xc0\xc0\xf3\x24\x10\x9f\x77\x14\x6d\xe5\x45\x66\x67\x35\xf9\x83\x2b\x38\x4f\x2d\x7b\x9e\xfa\xa9\xe0\xd7\x5e\x2b\x8f\xe6\x1e\xa0\x90\xdc\x58\x30\xb3\x2c\xe5\xfe\x23\x84\x8f\xb4\x10\x9e\xf1\xf4\x52\x80\x81\xac\x66\xc6\xa7\x4a\x72\x37\x3c\x19\x88\xba\xe7\xbf\x97\x1b\x71\xc7\x1f\xb1\x38\xde\xdb\x48\x29\xf0\xe6\xcc\x0f\x90\x53\xb9\x2f\xb9\xf3\x76\x4d\xac\x5c\x59\xb5\xe7\x3c\xee\x96\x5c\x13\xdf\x94\xde\x12\xf8\x3a\xa9\x05\x06\x92\xfc\xd5\xb0\xda\x8d\x90\x3f\x48\x8b\x8e\x0a\xa7\xca\xd2\x1e\x3f\x5a\xd6\x36\xcf\x85\x7c\x32\x2d\x75\xaf\xaf\x06\x75\xe6\xf5\xbd\xb0\xdb\xbe\x80\xdf\x90\x93\x7c\xf9\xf9\xa0\xa4\x40\x95\x67\x01\x31\x5c\x3c\x0a\x0b\xf7\x5f\x88\x6b\x0c\xea\x5e\xfc\xac\xd2\x4f\x98\x1d\x56\x3b\xaf\xd5\x8c\x61\xc8\x7c\xb5\x51\x5b\x4c\x60\x42\x5c\x1f\xba\x87\xc1\x92\x41\x50\x1b\x5f\xdf\x3c\xe3\xad\x5f\x3f\x5d\x6c\x46\x8b\xdf\x84\x00\x9b\x18\xc0\xaa\x80\xb7\x5a\x2f\x2e\x36\x97\x80\xb5\xd4\x5c\x84\xea\x33\x8d\x90\x81\x3b\xd9\x50\x03\xe9\xda\x0b\xa0\xc9\x60\x07\xbb\x66\x26\x5f\x5e\x56\x9d\xfe\xe0\xcc\xe6\xbd\xbe\x42\x3c\x9a\x40\x0f\x23\x1d\xd3\x90\xde\xbe\x87\xc3\xc2\x92\xfc\xee\x5f\x5e\x16\xa0\x23\x19\x54\x40\xa6\xd3\x5b\x02\xd5\x74\x2b\x81\x48\x7b\x53\x35\x59\x12\x1b\xcb\x66\x6a\x3a\x6a\xa0\xa5\x44\xef\x5d\x29\x70\x4c\x6a\x2b\x6c\xe9\x22\x32\x74\x11\x9e\xe5\x88\x5e\x74\x05\x85\x87\x2d\xa7\x8e\xd0\x03\x93\x61\x09\xc9\x7a\xab\xf5\xe2\xd3\xc5\xc3\xcd\xe8\x72\x95\x19\x57\x11\xb7\x26\xb6\x3e\x57\x5a\x06\xea\x6c\x85\x88\x27\xc2\xdc\xaa\xd9\x80\xad\xaa\xc7\x00\x6b\xb1\x4e\x2e\x77\x52\xa8\xa4\xf0\x54\x35\x9d\x26\xeb\x34\x00\xf0\x6d\x2d\x57\x98\xd7\xcc\xb4\x5e\xb2\xe0\xad\x5b\x7d\xe0\x78\x6b\x74\xf1\x70\xf3\x32\x6a\x14\xdc\xd1\x16\xf5\x3d\x1f\x3e\xdc\xbc\x6c\x94\x2b\x49\xf4\x95\x17\x43\x7a\xc3\xa1\x9c\xf6\x63\xc1\xfe\x3e\x95\x8e\x05\xfa\x06\x91\xbc\xda\xcb\x96\x87\x90\x51\x92\x19\xdd\x18\xdc\xd5\x3c\x46\x28\xde\xb3\x9d\xb1\x1e\x0c\xa4\x81\x05\x23\x28\x0c\x02\xe8\x53\x32\x0f\x31\x64\x71\x94\x89\x94\xc7\xf1\xbc\x99\x9b\x12\x34\x9c\xa4\x12\xec\x06\x02\xa2\x03\xec\xeb\xf6\xf4\x68\xff\xa8\x9e\x5e\x46\xc9\x90\x37\xba\xec\x03\x4f\x23\x30\xb3\xa0\x83\xb9\x8c\x6d\x18\x94\x6f\x29\x39\xc6\x43\xc7\x33\xf1\x85\x4d\xec\x67\xbf\x85\x51\x4b\xe2\x6a\x76\x0b\xc8\x6a\xe5\x97\x19\x3c\xb4\xa9\xf7\xd2\x87\x72\xd5\xad\x01\x7c\x50\xa8\x69\x9c\x39\x85\xa7\xfe\x0e\x07\xdd\x31\x6c\xd0\x38\x6c\xe2\xd7\x0f\xe0\x22\xd1\x14\xeb\xfe\x3e\xaf\xd5\xaa\xce\x1e\x8d\x6d\x58\x00\x9d\xbb\x02\x4b\xb5\xb3\x61\x3b\xa0\x94\x3c\x11\x97\x07\xb7\x93\x7a\xed\xec\xfc\xfc\xfc\x5c\xdf\xb0\x38\xd8\x43\x56\x83\xc2\x28\x97\x04\x67\x9d\x87\x74\x2a\xda\x31\x57\xd9\x61\x32\x14\xb7\x56\x1a\x92\xca\xf7\xb7\x10\x10\x67\x5d\xf7\x60\x34\xaa\xc5\xc7\xf7\x09\x99\x93\xbc\x0b\x9d\x48\xcb\x0a\x8e\x84\xdd\x87\x3b\x25\x67\x56\xb3\x62\x33\x89\x66\x38\xbb\x16\xeb\x94\x8a\x9e\xb9\x46\x76\xd9\x5e\x7b\xb7\x51\x3b\x76\xa3\x02\xb1\xe0\x3c\xef\x6e\x9b\xbf\xd9\x0a\xb3\x06\x1a\xc2\x60\x19\xf7\x74\x1f\xc8\x24\x8b\x12\x53\xd3\xfe\x4b\xd9\xe0\x5a\x02\x59\x34\x7a\x6e\x18\x24\xb4\x05\xd3\xaa\x1c\xd2\x1b\x01\x46\x5f\x61\x81\xa6\x82\xf6\x34\xce\x72\xf1\xe4\x6b\x6f\x34\x5c\x7c\x21\xd3\x4b\x88\x7b\xa0\x49\x06\x32\xf9\x95\xe9\xf5\x59\x9d\x0c\xf1\x3e\x9f\x43\x33\xac\x6e\x0e\x2e\x79\x9e\x75\x60\xf7\xf5\xe9\xc1\x09\x45\xa4\x72\x08\x90\x81\x9c\x7e\x31\x57\x57\xed\x46\x5e\x09\xb7\x2a\x6f\xa0\x20\xa8\x52\xde\x30\x06\x4f\x6e\xc4\x65\x6d\xa3\xd6\xd5\xff\x41\x9f\x7e\xbd\xb7\x5d\xf8\xaf\xf9\xfb\x1c\xfe\x3e\x37\x7f\x73\xf8\xf3\x76\xeb\x99\xf9\xa2\x4f\x5f\x3c\x37\x5f\x88\x1a\xa5\xd3\x32\x5f\x8c\xa8\xc5\xc0\x7c\x91\xd0\x17\xdc\x7c\x91\xd2\x17\x43\xf3\x45\x46\x5f\xbc\x30\x5f\xdc\xd0\x17\x16\xe8\x6d\xad\x9b\x5f\x99\x91\x00\x6f\x8c\x96\xaa\xf2\xf2\xbf\xf8\x6d\xfb\x0b\xde\xfe\x01\xd9\x94\x65\x56\xb2\xb7\x23\x40\x6d\xb2\xce\xd3\x86\x79\xd9\xd2\x4c\xa6\x5f\x37\x93\xc7\xf7\x30\x13\xab\xf7\xf4\x42\x4b\x06\x57\x90\x21\x92\x4f\xf4\x51\x1d\xf3\x49\xe1\x49\x85\x8d\x1a\x95\xc2\x95\x79\x12\x21\xc5\x77\x9d\xe1\x68\x70\xe5\xf8\xba\x59\xe1\x98\x4f\xce\xe8\xc7\x8b\x97\x15\xf7\x00\x9c\xe8\xf9\x44\xc8\x11\x73\xda\x17\x83\x39\xba\x67\x0c\x3c\xd4\x2d\x0e\x78\x1c\xa3\x0b\x9b\x2f\xd4\xd1\x5b\xb5\x20\x92\x38\xaf\x28\xe3\x5f\xa9\x32\x9e\x82\xdb\x46\xe5\x49\xcd\xdf\xec\x78\x3d\x7d\xb1\x10\x76\xed\xa7\xc0\xed\x2c\xf3\xad\x7b\xe0\x00\xa3\x26\x3c\x69\x33\xf6\xf6\x7d\xef\x14\x15\xde\xa4\x69\x87\xa6\x1b\x97\xb1\xec\xf3\x78\x83\x6e\x3f\x36\x8a\xf9\xe5\xdd\x6e\xfc\x12\xc7\xaa\x89\xef\x55\x05\x04\x60\x7c\xf2\x70\xd4\xaa\xfd\xd5\x82\x6d\x9a\xf0\x18\x4d\x83\x5d\xd6\x9b\xf0\xc4\xb9\x03\x1b\xcf\x74\x84\x41\xf7\x9e\x01\x5c\x75\xdd\x6a\x8a\xe0\xe9\x9c\xed\xd8\x96\x85\x6b\xd7\x91\xa9\x6e\xf8\xf9\x73\x09\xcc\x96\x86\x71\xb6\x75\x61\x44\xe4\x07\x6e\x90\xa5\x0f\x01\xeb\xa1\x88\xf4\x6a\x70\xe3\x64\x13\x34\x11\x96\x0d\xda\xa9\xa2\x5b\xda\x23\x9c\x54\x78\x2d\xec\x62\xcb\x95\x48\xcb\x58\x98\x07\x72\x0a\xfe\xb4\x95\x1b\x4d\xc3\xfb\x7b\x0c\x7d\x3c\x6d\x10\x3c\x08\x76\x10\x54\x68\xe2\x5c\xf0\x84\x28\x98\x3b\x43\x61\x95\x3c\x7e\x50\xa0\x63\xbb\x2c\x8e\x14\xc4\xe8\x41\x50\x15\x4b\x64\xd2\x9a\x5d\x45\x99\xc0\x74\xaf\x01\xf1\x93\x73\xb0\xb9\x4b\x19\xae\xdd\x11\xf7\x8d\x8c\x86\x0b\x49\xdb\x2a\xb7\xf2\xde\x42\x38\x19\x8f\xb4\x37\xcf\xd5\x66\x3b\x13\x2a\x73\xfc\xcb\x7b\x07\x85\xe2\xe6\xe6\xb9\x7a\xb8\x79\x39\xc6\xd4\x88\x15\x34\x6b\x32\x55\x19\x83\xb2\x87\x3e\x23\x1d\x1b\xe1\x31\x90\x1b\x3d\x5a\xf2\x61\x3b\x3a\x5b\x6d\x33\x68\x88\xfc\x52\x03\xe9\xa7\x1d\x69\xc8\x47\xa3\xa0\xd5\xce\x0e\x6b\x75\x1a\xab\x68\x67\x65\x02\xc6\x69\x7d\x1a\xbc\xed\x7d\xc8\x6a\x4d\x74\x10\x81\x83\x12\x18\x31\x0c\x8b\x77\xd2\xd3\xaa\x6e\x30\x9f\x7c\xfd\xdb\xbf\xb9\x4b\x8c\xf5\x15\x8c\x29\x60\x1a\xbc\x1e\x7d\xfb\xba\x4c\x43\xe5\x63\x91\xc2\x3d\x74\x68\x79\xcb\x3b\x7a\x6f\xfd\x28\x20\x8c\x4d\x02\x23\x39\x38\xdd\xa3\xe6\x9a\xbc\x9b\x6d\x08\xa3\xf7\xa2\xd6\xa2\x68\x2a\xd8\x74\x32\x81\xf8\x23\x3d\x6f\x69\xb2\x43\x27\x32\x1d\xf3\x18\xa2\x59\x4d\x0c\x60\x94\x4c\xa6\x19\x18\x76\xfb\xe0\x55\x79\x19\xdd\xd0\x0b\x9d\x6d\xec\x9d\x9e\xbc\x69\xed\x6e\x60\x7c\x11\x1a\x93\xe9\x0f\x08\x11\xe5\x1b\xe8\xc5\x18\xc7\xe0\x76\x37\xc9\xc4\xd0\xcf\xfa\xd9\x65\xef\x60\xee\x10\xd6\x3f\xe0\x49\x22\x33\x08\xc4\x8d\xf9\x04\x6d\xc3\xcb\xed\x4d\x0b\xb1\x16\x1a\x08\x51\x64\x85\xea\x8c\x5d\x1b\x89\xf3\x0d\x63\x7a\x0d\x5d\x13\x91\x63\x73\x6e\x8e\x65\xc2\x78\x1c\x71\xc8\xdb\xb2\x77\xf4\xee\xf4\xe4\x28\x68\xb5\xfb\x46\x43\x81\xf0\x9d\x6f\x18\x7b\x7b\x70\xba\xdb\x35\x61\x3c\xde\x46\xfd\x6c\x4b\x17\x4d\xbd\xb0\x88\xc5\x3b\x74\xac\x59\x18\x26\xfe\xd2\x34\x3a\x96\x2a\x8b\xe7\x2c\x16\xa3\x8c\xc9\x69\x66\x49\x19\x18\x6c\x5f\x0c\xf8\xd4\xd4\xc4\xd2\xfb\x37\x96\x37\x7a\x77\x35\xa1\x82\xbb\x85\xc9\x04\x6e\x7d\xa6\x62\x39\xe0\xb1\xc0\xed\xa4\xbc\x16\x26\x1f\x46\x92\xf3\x5d\x61\x71\x74\x2d\x68\x5b\x0f\x7a\x7b\x1b\x4d\x9b\x2e\x61\x20\xf5\xb6\x91\x58\x64\xe6\x22\x47\x10\x58\xe6\xa1\x9f\xb1\x43\x70\xfd\x17\x7f\x9f\x46\x37\x3c\x16\x18\xe5\x8b\x00\xb7\x9f\xf9\x54\xb3\x75\xdb\xe9\x6f\xfc\x4e\x24\x6a\xa6\xef\x0d\x77\xa0\x06\xfa\x4f\xfa\x4b\xc0\x5f\x15\x74\xfa\x51\x60\x96\x0e\x23\x90\x0d\x3c\xd2\xf0\x2a\x52\x99\x92\x57\x6d\xc6\x36\x08\xfa\x10\x3e\xf1\x89\x40\xe0\x94\xf9\xc9\x36\xbc\x97\x73\x10\x98\xb3\x17\x9f\x05\x6b\xd8\xdd\x31\xfe\xb3\xa7\xae\xce\xce\x41\x6f\x6f\xf7\xf8\xa0\xcb\xb6\x9f\x35\xf1\x2f\xf3\xf1\x75\xa7\xcb\x3a\x9d\x6d\xf8\xb8\xad\x3f\x3e\x82\x8f\x8f\xf4\xc7\xc7\xf0\xf1\xb1\xfe\xf8\x04\x3e\x3e\xd1\x1f\x9f\xc2\xc7\xa7\xfa\x23\x42\x78\xa6\x3f\x3e\x87\x8f\xcf\xf5\xc7\x17\xf0\xf1\x45\x97\x75\xb6\xb7\x70\x88\x2d\xfd\xb9\x83\x9f\xf5\x78\xdb\x38\x5e\x47\x0f\xb8\xfd\xa8\x49\x29\x31\x4e\xf4\x1d\x35\x93\x7a\xba\x47\xef\x0e\xba\xec\x31\x00\x3a\xfd\x78\xd4\x65\x4f\x00\xd0\xe9\x4f\x27\x07\x07\x5d\xf6\x04\x21\x1d\xbd\x3f\xe9\xb2\x27\x08\xe9\xf0\x83\xfe\x1e\xa6\xde\x3b\xfc\x73\x97\x3d\x81\xa9\xf7\x0e\x3e\x1c\xbc\xeb\xb2\x27\x30\xf9\x83\xc3\x1f\x7f\x3a\xed\xb2\x27\x30\xfd\x77\x87\x7a\x80\x27\x30\xff\xbf\x1e\x9c\x1c\x75\xd9\x63\x58\xc0\xab\xdd\xbd\x9f\x7b\xc7\xbb\x7b\x07\x5d\x86\x7f\xff\xdc\x3b\x36\x1f\x7b\xf0\xc1\x9b\xea\x55\x2a\x20\xf9\xdf\xe9\xee\xab\x2e\x83\xb9\xfe\x4f\x97\x3d\x87\xc9\x7d\xec\xb2\xe7\x88\xe9\x2e\x7b\x0a\x3f\x9d\x74\xd9\x73\x98\xeb\x69\x97\x3d\x87\xd9\xfd\xa5\xcb\x9e\xc3\x4f\xef\xbb\xec\x39\x4c\xf1\xb0\xcb\x9e\xc1\x1a\x8e\xba\xec\x19\xfc\xa4\x07\xdf\xf2\x07\x1d\xc9\x29\xe4\xff\xdd\xdb\x3d\xee\x7d\x7a\x73\xb4\xf7\x73\x97\x21\x92\xf5\x17\xf9\xbf\xcd\xe7\xdd\x2e\x7b\x0a\x03\xe8\x25\xc0\x00\xfb\x5d\xf6\x14\x77\xac\xcb\x9e\x41\x9b\x1f\xbb\xec\x19\x4c\xfd\xa7\x2e\x7b\x06\x13\xfd\xef\x2e\x7b\x06\x13\xfd\xb9\xcb\x9e\x41\xf7\x37\x5d\xf6\xec\x29\x71\xd0\x8f\x02\x1e\x8f\x22\x01\xff\xc5\x64\xe8\xec\x85\x97\x02\x9c\x8b\xc4\x0d\x14\xf2\x85\x10\x44\x6c\x45\xea\x0e\x4a\xc8\xdc\x17\xac\xb3\x85\xb0\x0c\x93\xd3\x9c\x90\x4d\x84\x9c\xc4\x82\x12\x43\x43\xc1\x04\xa9\x39\x84\x3e\xbd\x7d\xcd\x1e\xc1\x1b\x3f\x52\x99\x4c\xe7\x70\x9e\xda\x8c\x1d\xc7\x53\x45\xd3\x02\x10\x86\x17\xaa\xcd\x49\x2a\x2f\x53\x3e\x86\x0c\xd2\x26\xe3\x2b\xcd\x8f\xc7\xa9\xe0\x43\x7d\x9e\x31\x31\xcd\xdc\x4c\x0c\xe3\xd9\xc0\x6d\x5c\x62\xf2\x32\xe8\x88\xd9\x27\x44\x92\xc5\xf3\xa6\x63\xc7\xc0\x3a\x88\x41\x33\x88\x1c\x8e\x06\xf4\x3a\xd5\xbb\xff\xee\xf4\xe0\xa4\xcb\xf0\x4c\x1d\xbc\x3b\x35\x1f\x4f\x0e\x4e\xdf\x9f\xbc\xf3\xfe\xc2\x8f\xde\x36\x47\xe0\x01\xc6\xfe\xda\x65\x2f\x60\x7b\xfe\xdc\x65\xcf\x61\xc3\xf6\xba\xec\x29\x50\xd6\x87\x2e\x7b\x0e\x9b\xf1\xaa\xcb\x9e\x22\x51\x77\xd9\x33\x68\xf3\xb6\xcb\x9e\x3d\x33\xe0\x0e\xb2\x81\x86\x44\x54\xfd\x08\xb6\x56\x13\x35\x7e\x3a\x3e\x39\x7c\x77\xfa\xa9\xb7\x77\x72\xa0\x4f\xca\x63\xfa\xee\x54\xf3\x07\xfc\xa3\xb7\x77\x72\xf4\xe6\x0d\x91\x5a\xe7\xf1\x13\xfa\xee\x8d\xfb\x0b\x8a\x81\x76\x19\x1e\xfb\x57\x27\xf6\x23\x56\xf1\xec\x32\x6c\x75\xf8\xae\x67\x3e\xfe\x74\xf4\x56\xcf\x04\xe6\x7c\xbc\xfb\xe3\xc1\xa7\xf7\x7a\x3a\x80\x8a\xe3\x1f\xdd\xe7\xfd\x83\x37\x07\xa7\x9a\x0d\x3c\xa5\xbf\xcc\xc7\x83\x77\xfb\x5d\xf6\xe8\x89\xed\xbe\x7f\xf4\xf1\x5d\x97\x3d\x7a\x8c\x00\x72\x7f\xd9\xcf\x00\x18\xd0\x83\x2d\x1e\x03\x5e\x4f\x90\x2b\x3c\x82\x19\xbf\x39\xd0\x92\xc3\x23\x40\x2f\x55\x4e\xd4\xab\x7c\x6c\x50\x89\x75\x08\xf5\x89\x38\xde\xea\xb2\x17\x30\x99\x9f\x8f\x3b\x5d\xf6\xe2\x19\x7e\xdc\xee\xb2\x17\xcf\xf1\xe3\xa3\x2e\x7b\xf1\x02\x3f\x6a\x06\xba\xb5\x85\x9f\x35\x07\xdd\xea\xe0\x67\xcd\x42\xb7\xb6\xf1\xb3\xe6\xa1\x5b\x8f\xf0\xb3\x66\xa2\x5b\x78\xf2\x8e\x35\x17\xdd\x7a\x82\x9f\x3f\x1d\xbf\x79\xdf\xd3\x7f\xd3\x68\x9f\x76\xf7\xf7\xfd\x3f\xdf\x1e\xbe\xc3\xdf\x69\xdc\x4f\xbd\xf7\xaf\x4e\x4f\x76\xf7\x4e\x83\xef\x4e\x77\x35\x45\x6e\x3d\x35\x9d\xde\xbf\x39\x3d\x3c\x7e\xf3\x17\xff\xbb\xfd\xc3\x0f\x87\xfb\x07\x9a\x95\x77\xcc\x37\x07\x7b\x87\x6f\x77\xdf\xe8\xaf\xb6\xcc\x64\x0e\x4e\x0e\x8f\xf6\xe9\x9b\x6f\x72\xa5\xde\xc6\x62\x18\x81\xac\xa1\x34\x2a\x77\x3f\x1c\xfe\xb8\x7b\x7a\xf0\x49\x73\xd7\x2e\xeb\x10\xb5\x9a\x6f\x5f\x1f\x9d\x7c\xdc\x3d\xd1\x90\x90\xb0\xb1\xd0\x9a\xfe\x13\x39\xd4\xfb\x37\x6f\x2c\x81\x76\x90\x7d\x7d\x3c\x7c\xb7\x7f\xf4\xf1\xd3\xd1\x87\x83\x93\x0f\x87\x07\x1f\xf5\xf7\xdb\x48\x7d\x7a\x3b\xdf\x1d\xf4\x7a\x40\x53\xdb\x78\x57\x79\xdf\xe2\xd6\x6f\x77\x9e\xf9\x32\xdc\xa1\x27\x86\x93\x0f\xba\x7e\x03\x38\x5b\xff\xb2\x9b\xd7\x78\x30\xec\x84\x2e\xe8\xc7\xa9\x29\x14\xe3\x32\xce\x68\x4e\xe9\x02\xae\xd4\x5c\x65\x62\x8c\x72\x16\xa4\x7d\x32\xca\x23\xe8\xe8\xdc\xbf\x31\xf1\x43\x77\x69\x6a\x88\x66\xe0\x73\xfe\x91\x47\x19\x65\x90\xdf\xb8\x16\x73\x48\xce\xb2\x81\xa0\x9b\x2e\x15\x8b\xf9\x85\x99\x0c\xf1\xb9\xa4\xd8\x34\x05\xca\x1a\xb4\x68\x0e\xa6\x76\x5b\x30\x89\x37\xb9\xec\x56\x98\x5b\x30\x5c\x3f\x65\xbc\xa2\xd9\xb8\x31\x8f\x77\x7b\xbd\x45\x03\x42\x19\xd3\x60\xb4\x9e\x2b\x97\x61\x62\x7e\xe0\x85\x3b\xe1\x97\x5a\xd8\x74\xa0\xfd\xfa\x43\x9e\x7e\xd6\x74\xb2\x4e\x98\xd5\xf5\x8a\xd6\x4b\x0f\xb3\xc6\x34\x87\x72\x96\x94\x4d\x74\x5f\xce\x92\xf5\xa6\x7a\xd7\x32\x1b\xcb\x27\x4b\x24\x92\xc9\x02\x4a\x4f\xe5\xa9\x5c\x03\xa3\xb6\x46\xd6\xef\x34\xc3\xbe\xcc\x32\x4a\x24\x14\x4c\xf2\x15\x7c\xff\x07\xcf\xd3\x15\x0c\xb1\xd3\x84\xa4\xb3\x25\xb5\x41\x68\xba\x98\xd1\xcd\xfe\xbe\xca\x7c\x8b\x85\x3f\xd6\x4c\x64\xb4\x82\x36\xc7\x26\x67\xfb\x44\x95\x13\xff\xdd\xc3\x6b\xbd\x00\x27\xfd\x71\x54\x6b\x32\xf8\xd0\xcb\x64\xca\x2f\x85\x1f\xdb\x74\x6c\x17\xff\x16\xd7\xce\xd4\xb4\x8f\x21\x89\x80\x0c\xcd\xd7\x50\x2b\xce\xde\xf1\x5e\xef\x27\x2f\x95\x9d\xa7\xa3\xc1\x0c\xee\xa4\x13\x8e\x29\xed\x23\x4f\x98\x4c\x87\x22\x05\x5f\x05\xd4\xae\xa2\x8d\x65\x20\x93\x84\xd2\x4e\x4e\x52\xa9\x97\x10\x5e\x49\x85\x29\xf9\xfa\x7f\xec\x70\x48\x69\x09\xf4\xaa\x0a\xed\x9d\x25\xa5\x49\x44\x42\xd1\xa2\xb4\xfe\x62\x8a\xd5\xe0\x5f\x0d\xe9\x62\xd3\xcc\x6d\x13\x74\xeb\x76\x5c\xa3\xfa\x1f\x8a\x91\x72\x8e\xaf\x85\x39\xd0\x90\xee\x07\xb0\x19\x60\x50\x81\x7e\xdc\xaa\xba\x06\xd0\x28\xa6\x5c\xb8\xce\x55\x1e\xc2\xb0\x1a\x07\x47\x37\x68\xc2\xe8\x67\xd7\x62\x7e\x71\xd6\xb9\x68\x54\x64\x82\xa9\x9a\xda\x80\x67\xe2\x52\x42\x68\x33\xea\xe9\x96\x37\xb4\xc7\x8c\xed\xb0\x9a\xf9\x5c\x5b\xa9\xe7\xee\x64\x22\x78\x4a\x3a\xfe\x9a\xfb\x6b\xb5\xde\xfa\x0c\x9a\x58\xc6\x9a\xfd\x63\xb5\xbe\x3d\x7d\x62\xf4\x1a\x6b\xf8\x69\xc5\x5e\xc0\x9f\xd0\xd3\xa4\x66\xff\x58\xad\xef\x41\x32\x90\x43\xea\x6a\x3e\xaf\xd6\xf3\x6d\xa4\x06\x22\x8e\x79\x22\xe4\x14\xa6\x1c\x7c\xe1\xa9\x68\xdf\xd0\x51\x72\x7d\x9b\xf6\x98\xf5\xe7\x6c\x18\xa9\x49\xcc\xe7\xf8\x15\xab\x67\x72\x02\xef\x3e\xb8\x1f\x1a\x8b\x0e\x99\x99\xcc\x7c\xdf\x7a\x12\x9b\x34\x40\xbf\xb1\x68\xd8\xad\x24\xf4\xd2\xad\x6e\x12\x17\xbf\xcd\xba\xfe\x9e\xb3\xfa\x48\x26\x99\x6a\xb2\x81\x8c\x65\xaa\x9a\x2c\x1a\xf3\x4b\xa1\x1a\x35\x30\x2f\xaf\x3c\x8e\xa5\x83\x60\x18\xac\x8d\xc0\x90\x40\xd6\x03\x68\xf6\x2a\x80\x67\x37\x70\x3d\x58\xe6\x74\x04\xb0\xec\x91\x59\x0f\x96\x25\xbf\x00\x98\x23\xca\x35\xa1\xc1\x29\x08\x41\xe1\xc1\x58\x0f\x4e\x40\x9a\x01\x38\xfd\x4b\xbb\xf6\x05\x32\x43\x55\x12\x5a\x91\x33\xd2\x53\xa3\xc6\xe3\xac\x75\x99\xb6\xc6\x72\x28\x6a\xdd\x6f\x18\x3b\x5b\x07\xdd\xe0\xb4\x0e\xb3\x39\x83\x4f\xac\x96\xc8\x44\x98\xe4\x55\x2d\xca\x5c\x15\x8b\x51\x66\x3e\xc3\x7d\x0d\x7f\x60\x71\xe7\x1a\xa6\x8b\xd5\x17\xd7\x6e\x9c\xfd\xa8\x59\x7c\x46\xf7\xd4\x15\x1f\x5c\xff\xf2\xf1\x4a\x4c\xd3\x48\x65\xd1\xa0\x7d\x9e\x90\x1d\xa9\xe6\x7d\xaa\xe9\x71\xcf\x6b\x5d\x2d\x15\x48\xec\xeb\x34\xda\x09\xbf\x89\x2e\x79\x26\xd3\x76\xcc\x93\xcb\x29\xbf\x14\x5d\xd7\x15\x2f\x9e\xf3\x9a\x48\x5a\x53\x75\x5e\x63\x3b\x3f\xb0\x73\x98\xfe\x79\xad\x89\x91\x09\xf0\x8d\x9d\xf0\x79\x38\x2c\x34\xec\xb2\xfd\x48\x61\xd2\x84\x64\x4e\x0b\x48\x45\x0c\xee\x3e\xe3\x69\xa2\x6f\x72\x7f\xda\x16\x2b\x30\x61\xa5\xa6\x63\x0c\x89\x7b\xb8\x1b\x67\x94\x92\x0d\x60\x04\x7d\x0c\xf6\xbc\x3e\xa0\xe8\x5f\xd4\xc7\x9b\xb4\xed\x84\x52\x55\x49\x2f\xac\xb4\x5e\x0b\x0a\x84\xb6\x22\xd5\x0a\x6b\x7f\xde\x81\x38\x28\x55\x5d\xad\x2f\x25\x1a\x44\x58\xed\x70\xc4\x94\xc8\x9a\x6c\x9a\x0c\x25\x85\x73\xbb\x27\xff\x6e\x9c\xb5\x6c\xbd\xcf\xd6\x0f\xfb\x07\x6f\x58\x2a\xc6\x7c\xe2\x72\x8b\x99\x15\x06\x73\x65\x51\x32\x14\x62\x88\x45\x4d\xfc\x22\xa7\xfe\xca\x68\x3d\xf7\xb3\x8a\x9e\xc8\xd8\xec\x4a\xd8\xe4\xf7\xa6\x5e\x2b\x1f\x64\x0a\x13\x78\xe8\xb1\xe0\x2b\xfd\x76\xd6\x5f\x0c\x35\x0d\x27\x83\xcc\xb4\x0d\x26\xa7\x5f\xd2\xaa\x35\xbb\xe2\xd9\x1d\xe6\x57\x43\xf7\x19\x9c\xda\x99\xfd\x8b\xd5\x9e\xb7\xfa\x11\x9c\x39\x7a\x38\xb7\xae\xc5\xdc\x9c\xba\x3d\x93\x8e\xf5\xaa\x58\xb2\x16\xdf\xd2\xc3\xd2\xf3\xc6\xc8\x59\xa7\x8d\xff\x58\x0f\x92\x8f\x27\x60\xf1\xd1\x52\x6a\x74\xdb\xf6\x1b\xc3\x14\xda\xa6\xf1\xee\x70\xc8\x3a\xdb\xcf\xcd\xc3\x6a\x9a\x80\x81\x4d\x0c\xfd\x30\x76\x65\xeb\xf2\x05\x80\xbc\x25\xb4\xdb\x4e\x2d\x11\x68\x1f\x50\x55\x82\x35\x38\x28\x15\x89\xaf\x36\xc8\x9f\x7c\xf7\x4f\xf1\xb9\x6a\x33\x56\x07\x99\x7a\x26\x93\xf3\x5a\x06\x15\x76\x30\xde\x55\x4b\xcc\x31\xcf\x46\x32\x1d\x53\x91\x1d\x00\x5b\x0d\xce\x0c\x48\x89\xcc\x60\xf7\xc3\xea\x08\x7a\xea\x90\xc4\x58\x63\xdd\x19\xf7\x1a\xb5\x6f\x18\x33\x64\x31\x1d\x46\xfd\x58\xb4\xfa\x22\x8e\x5b\x4a\xdf\x18\x2b\x93\x06\x5d\x39\xf0\xfc\x68\xa5\x02\x5f\x40\x5d\x94\xaf\x35\x58\xb9\xa9\x81\x12\x29\x4f\x53\xf3\xe9\xfd\xc9\x1b\x13\x63\x6e\xdf\x96\xba\x21\x83\xd1\xdb\x8c\x1d\x8c\x27\xd9\xdc\x78\x31\xea\x25\x24\x92\xd1\x34\xa1\xa1\x25\xe9\xa1\x50\xd7\x99\x9c\xb4\x12\x99\xd9\x0c\xcd\xb0\x90\xb5\x97\x50\xce\x41\x30\x11\x66\x30\x49\x65\x1e\x69\xfa\xf4\x5f\x62\xae\x14\xf0\xc9\x1e\x80\xe7\x36\xe3\xec\xa3\xe8\x5b\xf6\xf1\xce\x9b\x58\x1b\x52\xe6\x28\xca\x99\x33\x7b\xd4\x96\xe9\xe5\xe6\xe9\xc9\xa6\x3f\x79\xb5\x19\x9c\x05\xfc\xb0\x8f\x52\x9f\x46\x46\xd0\x96\xa5\xe2\xef\xd3\x28\x15\x4a\x13\xc0\x38\x52\x0a\x76\xdc\xb8\x87\x4d\xa1\x4a\xc0\xc7\x2b\x41\x99\x68\x0c\x58\x8c\x44\xd7\xc7\x4f\x09\x30\x81\xe2\x22\x01\x57\x94\x8b\x3e\xcb\xc4\x78\x02\xbf\x71\x75\xed\x0c\x9b\x7a\x27\xbc\x91\x0c\xc0\x68\xc4\x12\x31\x10\x4a\xf1\x74\xde\xc6\x02\x9a\xa6\xa6\x0a\x1b\xf3\x39\xa4\x09\x56\x57\xe4\xd3\xe1\x03\xd0\xd3\x17\x2a\xa3\x42\x27\x06\xdc\x10\x3c\x74\x32\x86\xf9\x64\x34\x4a\xfd\x2a\xd3\x48\xd7\xa5\x1c\x83\xd8\xbb\xb8\xcd\x44\xa2\xb0\x50\x15\x15\xb9\x61\x1b\x01\xde\x36\xfc\x49\x40\xae\x48\xef\xef\x4c\x7a\x33\x41\x69\x3b\xe8\x6c\x69\xcf\xed\x7f\x0b\xe4\xdd\x95\x49\xce\x93\xa3\x59\x2d\xbd\xec\xd7\x3b\x4f\x9b\x0c\xff\xbf\x01\x02\x0d\x40\x43\x1a\x3c\x0d\x09\x0d\x7e\x42\x7e\x24\x6e\x29\x64\x3d\x91\x14\x21\x8f\x3f\xba\x1c\x44\x65\x33\x05\x89\xfc\x6e\x33\xd5\x53\x33\x61\x3b\x88\xef\x5e\x8f\x7c\x1c\xe9\x30\x7b\x13\x85\x71\x2a\x4e\x32\xfe\x56\xb6\x83\x7e\x52\x04\x9f\xeb\x4d\xd3\xb8\x6e\xce\xce\xa5\x94\xed\xcb\x78\x93\x27\x62\x78\xfa\x73\xc3\x6f\x15\x47\x89\xe0\x69\xeb\x32\xe5\xc3\x48\x24\x19\xbc\x8e\xf0\x69\xd4\x64\x7d\x70\x33\x4d\xc5\xb0\x51\x82\x14\x15\xfd\xfa\x87\xe1\x04\xf2\x2f\xb7\x19\xdb\x37\x89\xb5\x32\xc9\xb4\x84\x57\xb6\x59\xc6\xfb\xee\x0f\x9b\x9b\x75\xf7\x5b\x67\x73\x3a\x5b\xff\xa9\xff\xdf\xff\x6a\x00\x36\x54\x7f\x45\x28\x68\xa1\xf4\x71\xff\x82\x1e\xb1\x69\x5a\x12\x8a\x6a\x64\xc0\x05\xd3\xc1\xab\x1e\xab\x9f\xd7\xce\xcf\x6f\xb7\x9e\x6b\x91\x9b\x5f\x73\xf6\xcb\x4f\x8d\x36\xf3\x0a\x5b\x98\xc9\x87\x40\xc0\x01\xc5\x03\x04\x40\x9e\x8d\xce\x6b\x76\xbb\xac\x40\xd1\x1a\xf3\x49\xcb\x24\xee\x57\x77\xda\x32\x7a\xd8\xc0\x1e\x19\xdf\x70\xa3\x7d\x73\xa9\x45\x20\x2b\x06\x25\xad\x68\x93\x4f\x0b\x67\x6a\x82\x5e\xfd\x69\xca\xe7\x4d\x12\x1e\x04\x1f\x5c\xe9\xed\x40\x97\xb8\x9a\xcd\x24\x49\xe5\x18\x9d\x2c\xa4\x2f\x02\xd0\x5b\x9a\x94\xfb\x14\x08\xeb\x8d\x44\x29\x37\xec\x35\xc2\x6a\xe1\x98\x2c\xca\x94\x88\x47\x6d\xac\x4a\xc3\xb3\xdc\x84\x60\x2a\xf9\x09\x58\x50\xa9\x18\x88\xe8\x26\x14\xcf\xf2\x33\x81\x44\x2d\xc8\x90\xfd\x86\x8e\x54\x3d\x5a\xad\x20\x56\x8d\x8b\xdf\x36\xb6\x36\xba\xbf\x6d\x3c\xdc\xe8\x6e\x9c\x9f\x4f\xb7\x3b\x2f\xb6\x37\x9a\x1b\x4d\xfb\xd7\xd6\x46\x73\xa3\x65\xff\xea\x6c\x34\x37\xda\xf6\xaf\x47\x1b\x4d\x37\x65\x0d\x06\xbe\x7f\xf2\xfc\xf9\xc6\x97\x2f\x9e\x3c\x05\x55\x9c\x5a\x32\x69\x89\xdb\x68\x75\x29\x3b\x7c\x75\x13\x45\xfb\x64\xfe\x91\x5e\x01\xc0\x43\xe1\x6e\x86\x81\x00\x2f\x54\xf5\x6a\x86\x77\xbd\xad\x15\xc2\xf4\x0c\xdc\x35\x80\x59\xcd\x5a\xfd\x38\x4a\xae\xef\x44\x9f\x25\x87\xaf\x38\x2b\x00\x6f\x9c\x88\x95\x4c\xbd\x74\x7e\xa5\x33\x69\x0d\xe6\x83\xf8\x6e\xec\xf7\xac\xb3\xb5\xb5\xd5\x64\x4f\xb6\xb6\x2e\xc2\x63\x53\x3b\xf5\x86\x87\xf9\xa4\x5a\x8e\x88\x12\x36\x8e\xe2\x38\x52\x62\x20\x93\xa1\x2a\xe5\x72\xbb\x2c\x9b\x49\x26\x30\x41\xa5\xa1\x5e\x17\xe8\x22\x47\x94\x97\x32\xc2\x07\x4d\x2c\x8d\x07\x3d\x8e\xe6\xb2\x0c\x59\x71\x0b\x4a\x01\xe9\x01\x83\x3e\x51\xe6\xb5\x95\xa3\x51\x1e\x37\x5f\x27\x52\xf0\xfa\xf6\x93\x27\x4d\xb6\x85\xff\xd7\x7e\xd2\x20\xbc\xe4\x45\x0b\x14\x19\xe8\x3a\xb8\xa1\x7c\x79\x38\x03\x37\x21\xdd\xa6\x35\xe1\xb1\xc8\x32\x71\xef\x1c\xae\x76\x64\x6a\x9d\xa0\xd2\xd0\x48\xd7\xe6\x1d\x43\xe3\x96\xee\x95\x5f\xd7\x30\xcf\x1f\x91\x29\x61\x22\x29\xc3\x2b\xd9\xe1\xa8\xd0\xce\x6e\x13\xe5\x0a\x45\x76\x0a\x7a\x8c\x21\xa5\x2a\x5f\xc0\x5c\x2d\x47\xb3\xb2\xb0\xe6\xc5\xc6\xb5\x06\x9c\x9d\xb1\xc0\x5f\x66\x91\xbd\x68\x41\x90\x5b\xa4\x62\x49\x31\x78\x0b\xf1\x64\xce\x06\x4a\x11\x2c\xf4\xdd\xa1\x6c\xa7\x76\x0a\x94\x16\x89\xfd\xc7\xc9\x8f\xaf\x9a\xec\x3f\x4e\x4e\x7e\xfc\xf1\xd5\xab\x26\xd3\x92\x66\xbb\xdd\x6e\xc0\x27\x4e\x1f\xa1\xee\x97\x86\x09\xf0\xd0\x79\xd7\x5d\x85\x3c\x23\x4f\x44\x25\xd9\x84\xa7\x99\xa1\x14\x95\xc9\xc1\x35\xfb\x73\xa7\xa3\x41\xb5\xb3\xdb\x0c\x2d\x55\x65\x4b\xfa\x8b\x9c\xc2\x7a\xa6\x4a\x30\xa3\x42\xc3\x18\x13\xbd\xb8\xb9\xcb\x9e\x65\x36\x1c\x19\xbe\x3b\x1b\x9a\xad\x18\x60\x7d\x41\x85\x6f\x86\x66\xd1\x91\xf5\x65\x85\x97\xee\x75\x34\x99\x40\x6a\x53\xa6\xc6\x3c\x8e\x19\xc6\x29\x80\xb3\x73\x32\x8c\x06\xde\xe2\x2c\xaf\xb4\x17\x4c\x29\x05\x79\xa7\x60\x32\xd7\x4c\x1d\x0b\x7c\xad\x4c\xfc\x4e\x97\x5d\xc2\xd2\x77\xa7\x99\x1c\xf3\x2c\x1a\x80\x2b\x17\xd6\xe0\x95\x60\xeb\xb3\x85\xdb\x0c\xe9\x98\x42\xb4\x76\x3e\x53\x25\x5a\x84\xb2\x16\xb2\xff\x16\x54\xdc\xbd\xc3\xc4\x16\xb0\xf5\xcc\xf9\x8b\x99\xfd\xa1\xbb\x06\xcb\x43\x53\x85\x49\x8b\xa4\x58\x0b\xe0\x76\xf6\x2d\xc8\x55\x72\xe7\x79\x55\xdf\x81\x70\xf9\x19\xf3\xb4\x43\x16\xa6\x46\xd1\xc3\x45\xc9\xa5\xdb\xb9\x2c\x8d\x5b\x93\x78\xaa\x5a\xe3\x28\x99\xaa\xd6\xaf\x22\x95\xad\x5f\xa5\x1c\xdf\x41\xfc\x2c\x4e\xc9\x4a\x9f\xe0\xbc\x7b\x1c\x4f\xd5\x26\xd4\x3d\xda\xfc\xab\x48\x65\x58\x8b\xc8\x3b\x1f\x87\x23\x83\x75\x2f\x31\xda\xc2\xce\xd4\x12\x7e\x06\x59\x54\xb1\x5f\x3e\x59\x79\xa4\xe6\x46\x87\xae\x5e\xfd\xd1\x00\x0d\x83\xf5\x36\x63\xa1\xdc\x0d\xea\xe4\x3d\x8d\xee\x48\x28\xc8\xe4\x0d\x78\x30\x25\xa7\x33\x09\x4e\x39\xfa\x07\xe8\xec\xad\x1e\x7a\xc2\x9a\x1f\xee\x99\xb5\x04\x1d\x10\x92\x83\x8c\x00\x82\x95\x98\x6a\xb5\xf7\xb7\x94\x0f\x58\x68\xad\xb0\x94\x0f\x2b\x2e\xe5\x83\x59\xca\x87\xe2\x52\x1c\xe4\x70\x29\x82\xab\xac\xc5\x55\xc4\x93\x16\x1f\xf7\xa3\xcb\xa9\x9c\xaa\x16\x57\xad\x6c\x26\xb5\x04\x30\x1d\xaf\xfe\xf6\x5b\x59\x8d\x7c\xc0\x55\xc6\x76\xf5\x98\x6c\xd7\x8c\xe9\xc7\x40\x61\x49\xc1\x99\xa6\x3f\x3d\x01\x06\xc5\x44\xdd\x8c\x21\x73\x73\x0b\xd4\xad\x2d\xa2\xd0\xfb\x99\x23\xd4\x73\xc8\xa4\xc9\x0d\x0d\x23\xb8\xda\x5b\x76\x7e\xa6\xae\x4c\x26\x4d\xbd\x87\xec\x4a\x8c\x4b\xef\x9e\x8f\xe2\xbc\x16\xc7\x2c\x15\x6a\x82\x2f\x18\x58\x57\xab\x3f\xcf\x04\xbb\x11\xa9\x32\x81\x30\x19\xb8\xf8\x17\x87\xb2\xa7\x2b\x15\x97\x3c\x1d\xc6\x42\x29\xe7\xed\x81\xf5\x76\xf3\x78\xe9\xcb\x78\x75\xf5\x69\x89\x64\x94\xa5\x91\xca\x78\x26\x7c\x9c\x04\x35\x2e\x34\x3b\xd6\x83\xb0\x19\x16\x93\x83\x82\x6f\xa1\x42\x08\x5d\x89\xe2\xe1\x66\x1f\x0d\x31\xd6\x94\x61\x34\x43\x6d\xc6\x5e\x1b\x1c\x5a\x77\x60\x88\x63\xf0\xa1\xb6\x19\x7b\x37\x8d\xc1\x39\x89\x5b\x8b\x57\xd9\x7a\x35\xc1\xe2\x50\x77\x5a\x79\x91\xa7\x56\xac\x1a\x57\x43\x62\x62\xfd\x79\xab\xf3\x84\x69\xa6\xcf\x3a\x4f\x43\xd1\xaa\x61\x57\x0c\xfe\x84\xc9\xbc\x04\x37\xac\x88\x0c\x57\x23\x3f\xbf\xc6\x3b\x3f\x98\x56\x59\x9a\x4f\x9d\xf8\x56\x29\xdd\x27\xa2\xf5\x48\x6f\x4b\x6e\x7e\x56\x38\x00\x35\xf8\x1a\x6a\x95\x85\x77\x6d\x4f\x3f\x55\xb8\x49\xa6\x6b\xc4\x72\xab\x0a\xb7\xf2\x13\x30\xba\x59\x1a\x69\xfe\x56\x29\xad\x14\x66\x0a\x1d\xee\x49\x8a\xb2\xb5\x81\x61\x2a\x99\xc4\xd9\xb0\x61\x94\x0a\x2c\x19\x41\xc5\xa0\xd1\x7f\xb3\x72\x72\x43\x31\xe8\x6c\xdf\xf5\xbd\x5e\xc2\xcf\x4e\xbc\x8d\xd5\x33\x3b\xaf\x29\x5f\xb3\xee\x55\x70\x0c\x5e\xaa\xfa\xf8\x4f\xb5\x54\xab\xe5\x58\x43\xc8\xfb\x07\x7b\xb6\x1c\x0f\x64\x16\xef\x6c\x7b\xd3\xbf\x89\x52\x99\xe8\xf7\xea\x5d\x67\xff\x5b\xed\xf4\xe0\xe4\x6d\xad\xcb\x6a\x60\x0f\x6b\x6d\x3f\x79\x8a\x2f\x45\xcc\x0b\x50\x78\x5a\x1b\x59\xd0\x1b\x9a\xdd\x50\xb6\x19\xd5\x0c\x35\x54\x66\x9a\x9a\xa5\xb4\x46\x7c\x1c\xc5\xab\xcb\x1f\x39\x8f\x93\xda\xc6\xbe\xf8\x1b\xff\x30\x65\x3d\x9e\x28\xf6\x56\x26\x72\xa3\xc9\x36\x0e\x34\x2b\x97\x89\xf9\xfb\x75\x2a\x84\xfe\xd8\x64\x1b\x6f\x45\x12\x43\x93\x53\xa2\x5a\xa7\xc0\xa9\x8d\x65\x22\x51\x09\x99\x57\x93\x92\x66\x96\x38\x2b\x4c\xb8\x50\x61\x02\x38\x4a\xb8\xb4\x3b\x2b\x91\x3b\x4f\x9a\x90\xbc\xaa\x04\xbf\xae\x9a\x67\x94\xb0\x49\x74\x2b\x62\x95\x1b\x74\x2c\x51\xcc\xbb\x9b\xa6\x80\x27\x59\x84\xb1\x63\xc3\x52\x6d\x71\x38\x86\x7d\xed\x7a\x73\x48\xc5\xfd\x98\x40\xb6\x1f\x6f\x35\x99\xf9\x4f\xa9\x15\xc4\x8d\x75\x47\x2b\xc8\x95\x1c\x8b\xd6\xb5\x98\xab\x16\xfa\xb0\xde\xb3\xf6\x59\x83\xdf\x14\xd6\x18\xe8\x4a\x5d\x3a\xa2\xb1\xa5\xdc\xd1\x74\x0c\x05\x49\x6d\x37\xfb\x30\xd5\xdd\xad\xc3\xfb\x87\x53\x53\x26\x50\xa1\xfe\x82\x84\x1f\xcd\x7d\x6d\x57\x94\x3b\x3f\x9c\x52\x70\x27\xf7\xa0\xe5\x06\xc1\x19\x38\x9c\x5c\x8b\xb9\x29\xd1\x76\x57\x97\x9c\x90\x3b\xec\x42\xf0\x92\x1c\xe5\xd2\x35\xcb\x20\x40\x01\xf2\x7f\x7b\xf5\x4c\x4d\x34\xa3\x49\x42\xee\xce\x68\x1a\xd6\x18\x5c\x9c\x51\x3c\x4c\x27\x3e\x14\x83\x48\x4b\x34\x1e\xbc\x2b\x71\xcb\xcd\xd7\xa8\x19\x00\xef\x3a\x02\xe4\x82\x24\x08\x9c\x89\x94\x28\xa8\x63\xac\x40\x65\x0c\x5b\xb6\x5a\xac\x0b\x46\x68\x92\xee\x89\xec\xf0\x01\xf0\xd7\x30\xe6\x48\x0b\x57\x06\x94\xb8\x9d\xc4\x3c\xc1\x30\x5b\x52\xb2\x8c\xb4\x44\x06\xc1\x0f\x82\xe5\x8c\x5f\x6f\x3e\x9e\x24\xc3\xb4\x54\xe6\xed\x81\xce\x9b\x79\x1b\xeb\x19\x6b\x7e\xf3\x8d\x34\x14\x21\x1d\x67\xad\x9f\x37\xba\x6c\x23\xe7\xbd\xbd\xd1\x2c\xb6\xc5\x67\xea\x1b\xdd\xfa\x78\xb7\xd7\x2b\x6b\xf2\x93\xfe\xf1\xbc\xf6\xd3\xc1\x9b\x37\x47\xe7\xe7\xc9\x79\x6d\xc3\xb5\xf9\x62\xa8\x6e\xcc\x6f\x5b\x88\xb9\x96\x21\x82\x95\xa9\xcf\xfa\xf2\xb1\xce\xd6\x16\xa8\x7f\x3d\xde\xf9\x96\xdf\x32\x4a\xb4\x01\x15\x7e\xf6\xf7\x7a\x4d\x76\xd4\xdb\x6b\xb2\xe3\xb7\xb0\x21\xbb\xc7\x3d\x47\x95\x7d\x31\x82\x72\x71\x98\x69\x85\x4d\x27\xc1\xc9\x71\x8f\x0b\x24\x31\x3b\x79\x31\x8c\x38\xf2\x11\x9e\x8a\xd6\x48\x7f\xba\x67\x56\x32\x90\xc9\x8d\x48\x33\x2f\x30\x89\x28\x2b\x4a\xd9\x6b\x4d\xaa\x2e\x84\xb9\xcd\x9c\x2a\x21\x16\x59\x68\xc6\x0a\x6b\xb4\x9b\xe2\xe2\xde\x4a\x32\x4e\x26\x39\x72\xe5\xb9\x0f\x85\x48\xde\x63\xc9\xfa\x27\x21\x97\xe2\x36\x2f\x14\x65\x9f\x42\xcb\x81\x9b\x94\x9c\x2a\xd1\x42\xaf\xb2\x41\x1c\x0d\xae\xd7\x7c\xe7\x2f\x14\x15\xd1\xd5\x58\x26\xe4\xa1\x86\xca\xb6\xfe\x34\xcb\x64\xc2\x60\xb0\x72\x9b\x00\x16\x93\xb2\x6e\x13\xfa\x48\xdf\xa0\x3d\x01\xcb\xc0\x43\x61\x2a\x3c\xb4\x1b\x38\x7f\x98\x73\x0b\x21\x6f\x38\x66\x4c\x6f\xc6\xb2\x31\x30\xf2\x1a\xfd\x82\xf4\x0d\x40\x9b\x06\xfe\x77\xdf\xd2\x7c\xf5\x77\x62\xc8\xc6\x11\x84\x19\xa4\x28\xde\xe6\x30\xe7\x8f\x7c\x17\xa4\xe5\xdd\x2c\xb7\x9a\xac\xd3\x64\xdb\x4d\xf6\xa8\xc9\x1e\x37\xd9\x93\x26\x7b\x4a\x8e\x5d\x6f\x01\x7b\x58\x9c\x1e\xc7\x83\x23\x96\x14\xdf\x8c\x55\xd6\x64\xd7\xa4\xc9\x66\xf8\x56\x37\xcf\xd1\x71\x34\xd4\xcb\x0f\x76\x08\xdd\x07\x92\xd6\x9f\x3b\x1d\x8b\x52\xe7\x2f\x55\xc7\x5b\x44\x53\x96\xf5\xf3\x03\x13\x6f\xc2\xfe\xdc\xe9\x14\x06\xf0\x29\xc0\xaa\x97\x71\x9c\xba\xa9\x3a\x25\x98\xe6\xc8\x37\xd6\xbe\x36\x36\x31\x14\x94\x0a\x0d\x96\x7e\x13\x71\x7f\xc6\xee\xee\x72\x33\x6f\x94\x62\x60\x8b\xed\xec\xe0\xfe\xd6\x27\x69\x34\xe6\xe9\xbc\x41\xed\xbd\xe6\x1d\x28\x95\x88\xa0\xeb\x7c\x7a\x1b\xc5\x51\x79\xc3\x6d\xdd\x90\xc2\x59\xd0\xdc\x54\xde\xee\x6b\xa8\xba\x70\x2a\xff\x28\xd2\x9e\xc9\x74\xd8\x82\x2c\xda\x2d\x48\x8a\xd4\xd2\x7d\xef\x40\xdd\x30\x9d\xb3\x5f\xce\xcf\xd5\xf9\xf9\xd9\xf9\xf9\x45\xbd\xf1\xdb\x97\xef\x7f\xd8\x38\xaf\x9d\x9f\xff\xf2\xe0\xbf\xfe\xe3\xff\xfc\xe7\xb7\xdf\x35\x5f\x76\xff\xf7\xa2\x20\x0c\x9f\x88\xcb\x69\xcc\x53\x26\x6e\xc1\x01\x90\x34\xf3\x57\x3c\xa6\x32\x8c\x24\x04\x60\xda\x3b\xbd\xa3\x90\xad\xab\x61\xea\xcc\x91\x82\xba\x02\x3b\xe9\x18\xf4\xff\x19\xd9\x33\xb8\x67\x05\xc7\x50\x9d\x4c\xb2\x54\x80\x79\x8a\x64\x90\x81\xa7\xa4\x6a\xfb\xfa\x2e\x2a\x2d\xb6\xf1\x0f\x4a\xf9\xd0\xde\xf0\xab\xa9\x71\xc5\x26\x3c\xbb\x52\x6c\x04\x9e\x57\x10\xcb\x03\x13\x35\xba\x11\xe9\x29\x3f\x0a\x38\x5f\x4f\xc3\xb3\x2e\xd2\xff\xd1\xfe\x3a\xb4\x13\xe9\x8b\x64\xf8\xc7\x60\xbd\x12\x4d\x78\x58\xef\x19\x4f\x17\xdf\xad\x88\x1b\x2a\x60\x4b\x01\x86\x9e\x2a\x93\xf4\x37\x38\xbb\xdf\x9b\x10\xdd\xa7\xf7\x54\x2d\x47\xdc\x4e\x8c\x47\x87\xb3\xd7\xa8\x69\x0a\x0f\x3a\x13\x48\x6c\x53\xdc\x41\x92\x49\x8b\xe2\x09\xbf\xfc\x3d\x1f\x6e\x14\x6e\xbb\x09\xb5\x89\xd7\x7b\xbc\xd9\x5b\xa8\x00\x62\xa5\x07\x5c\xd0\xcd\x71\xd2\xc2\x63\x0e\x07\x0b\x5a\xe7\x1f\x72\x13\xae\x54\x8b\xc7\x59\x0b\xdf\x35\x77\x7f\xcc\xe5\x14\xd0\xbe\x34\xe7\x74\x96\x7a\x34\xf0\xa1\xef\xb4\xdb\x2f\x6c\xf4\x2a\x25\xf0\xa9\xbc\x6b\xc8\xe1\x7b\x8e\xba\xc3\x74\x9a\x40\xd6\x21\xf4\x3b\x8d\x12\xc6\xad\xc0\x9a\xf1\xbe\x73\xc4\x9f\xcb\x29\x1b\xa2\xa7\xb4\x81\x06\x7e\x2f\x78\xc9\x9f\xd7\x14\xdb\x50\xb3\x08\x4a\xe1\x4a\xdd\x73\xc3\x65\x17\xe2\x83\x81\x88\x45\xca\x33\x88\xe1\x44\x57\xd8\x44\x66\x76\x68\x67\x31\x67\x5c\x77\x65\x11\x28\xe9\xfa\x22\xcb\xd0\xc8\x68\x76\x51\x09\x5f\x0a\x47\x3d\x23\xcc\x8f\x12\x6b\x78\xee\x1e\x54\x66\x94\xdd\x44\x63\x2d\x0d\x89\x31\x1f\x94\x9f\x0c\x4b\x7f\x16\x8f\x26\x05\x34\x79\xc5\x9b\xea\x54\x06\xaf\xcc\x13\xf5\x6d\x9f\x40\x6b\xa0\x1f\xa9\x94\xd6\xc8\xc6\xc4\x43\x2f\xdc\x5b\x5e\x12\xb7\x62\x3d\xc8\x49\x8e\x72\x6f\x5b\xd0\x64\x80\xd8\x03\x69\xed\x02\x42\x03\x0b\xdc\x1f\x47\x69\xf0\xb2\xfc\x7f\xa4\xf6\xf5\xa4\xe6\x10\xb9\x06\xad\xb9\x4e\x7f\x34\xb1\x11\xb5\xc1\x3b\xf5\x8f\xa3\xb6\xb7\x7a\xb8\xff\x47\x6d\x5f\x4f\x6d\x0e\x91\x6b\x50\x9b\xeb\xf4\xcf\x61\x6d\x40\x6c\x37\xf7\xae\x09\x01\xb0\x1f\xd8\xa5\xc8\x14\x50\x19\x4a\x45\xb0\x0c\x33\x3c\x39\xc1\xb6\x84\x09\x4c\x5d\x5f\x25\x56\x9b\x66\xa3\xd6\xf3\x5a\x93\x9d\xd9\x4f\xb5\x94\xcf\x5c\x00\x24\x5a\xa3\x6c\xa9\x0b\x33\x14\x3c\xad\x87\x3c\xe3\xcc\x7a\xe2\xda\x30\x12\x98\x63\x85\xb3\x5a\x34\x44\xf7\x29\x2c\x70\x7c\x8e\x83\x9e\xd7\x40\x68\x39\xd7\x23\x7b\x8e\xd2\x28\xb1\xb4\x64\x02\xa2\x5c\x96\xca\xeb\xd5\x85\x64\x17\x28\xbb\xc8\x03\x47\x51\x66\x0d\x3f\x99\x06\x58\x88\x93\x39\xb3\x63\x96\xcc\x47\x4e\xb3\xc9\x74\xf5\x97\x8d\x37\x99\x45\x62\x65\xd5\x6c\x5c\x0e\x15\x18\x36\x37\x9f\x3e\x4f\x5b\xe4\x87\x79\x3f\xd8\x39\xbd\x02\x5f\x07\x70\x32\xf3\x64\xd8\xb1\xaf\xd2\x24\x54\xcc\xae\x84\x88\x5b\x63\x3e\x07\xa5\x60\x8b\xa7\xa9\x9c\xb5\xd6\x52\x6f\x2e\x46\x0d\xb0\x29\xb4\x6b\x52\x1c\xa0\x48\x49\xc1\xa2\x06\xa9\x10\x09\x65\x14\x41\xaf\xc4\xfd\x83\xbd\xbd\x9f\xdf\xb2\xfa\xee\x04\xcb\xce\xe9\x07\xc3\x1e\x1a\x4a\x0d\x05\x62\xbd\x32\xa3\xbb\x10\x4d\x52\xe7\xc0\x3a\x0c\xfe\x21\x54\x8f\x14\x0f\x62\x3c\x8d\x21\x44\x4b\xaf\x0c\x75\xa1\xa5\x0c\xcc\xe4\xe5\x60\x99\x18\x4f\x64\xca\xd3\x28\x86\xd0\x7b\xde\x27\xe6\x75\x25\x63\xf7\x68\x01\xe1\xfc\x5a\xcc\xab\xef\x07\xef\xb9\x8d\xb9\x2a\xa7\x13\xbc\x2a\x10\x19\x5a\xb0\x4f\x15\xab\xc7\x42\xa9\x86\xe6\xad\x29\x69\x48\xc7\x1c\xdf\x08\x5e\xec\x16\x99\xbc\xc4\x30\xca\xc0\x0b\xe2\x26\xda\x4c\x78\x22\xa1\x1b\x42\x43\x54\x6e\x66\xe3\xe9\x6d\xc5\x06\xcb\x1b\xd1\x1a\x4f\xe3\x2c\x9a\xc4\xd1\x1a\x57\xaa\xb7\xb9\x9d\x82\xc5\xd2\xc1\xb3\xb6\x52\xb0\x57\xb2\xa1\x88\x33\xae\xef\x0d\xdc\x15\xda\x0e\x48\xa1\x67\xef\x01\xfb\xf4\xc1\x2d\x83\x96\x6d\x2d\xe3\x82\x3b\x92\x9c\xb1\x91\xa9\xea\x09\x6f\xa0\xfc\xdb\x07\xa8\xf5\x0f\xe0\x9a\x05\x66\x69\x6e\xa4\x80\x8d\x9b\xf3\xfd\x55\x33\x8a\x94\x6c\x6d\x6f\x6d\x6f\x9b\x50\x5b\xf7\xb7\x9b\x2d\x7e\x68\xc5\x72\x70\x2d\x86\x66\xb2\xbe\xf5\xd8\x72\x1a\x3b\xf3\xfa\xfe\xd1\x5e\xaf\x5c\x1b\x79\xd8\x3b\x82\x11\xc8\xfd\xca\xf3\x08\xc3\x74\x84\x29\x4f\x54\x4c\x61\x87\x75\x48\xc5\x7a\x99\xf2\xc9\x55\x34\x80\x74\x85\xca\x07\xfa\xfe\xf4\x75\xeb\xb9\x39\x2f\x8a\xa9\xe9\x64\x22\x53\x13\x45\x2b\x55\x95\x2f\xb7\x60\xb8\x14\xf4\x24\x48\x4c\xf0\x78\x80\x7a\x4a\x47\xea\xfc\x80\x19\x07\xa9\x27\x8b\xc6\x8e\x8c\x40\x23\x6b\xd7\x8e\x56\x06\x17\xfa\x5a\xe5\xa4\x6c\xc2\x7c\xb2\x68\x70\x8d\xfa\x30\x5c\xc7\x34\x01\xbf\x2f\x2d\xad\xa1\x7b\x8d\x16\x2c\xae\xb5\x9c\x27\x92\xa1\x00\xf3\x1f\xb4\xb6\x32\x9c\xb8\xe4\x83\x39\xe3\x8e\x6d\x79\x94\x0a\x06\x34\x2c\x10\x7f\x67\xff\xc5\x32\x57\x1d\xcd\x82\x1e\xb2\x43\x00\x5c\xe6\xc6\x98\x15\x7d\x18\x3d\x47\xe2\xb4\x35\x50\x77\xf3\xe7\x87\x20\xb3\x42\x60\x2f\x04\x6a\x42\xb6\x23\x75\x25\x30\xc6\xd4\x98\x78\xf3\x6e\x44\x43\x39\x98\x8e\x85\xa7\xec\x31\xd3\x69\x69\x3e\x77\xf7\x39\x01\x3f\x8a\xa3\x44\xb4\x42\xa7\x06\xa8\xd1\xce\xf6\x7a\x3d\xe4\xa3\xe0\x34\x9e\xcd\x6d\x2a\x3b\x9b\x98\x4a\x4f\x67\x51\x92\x1d\x9b\xef\x9d\xed\x68\xc0\x26\xf3\x0f\xc6\x00\xd7\xcb\xf3\x16\xd9\x3e\x8d\x05\x39\x63\x5c\x2d\xfa\xea\xec\x43\xcb\x73\x5e\x4d\xfb\x6a\xda\xff\x77\xcf\x73\x45\x29\x71\xde\xeb\x8d\xcc\xe6\xa4\x82\x34\xe5\xb7\xf9\x70\xc8\x26\xd3\x7e\x1c\xa9\xab\x4d\x35\xed\xab\x41\x1a\xf5\xc5\xe6\x34\xb1\x9f\x6d\x52\x29\x0e\xbd\x31\xb3\x3f\x4f\x98\xb8\x85\xfc\x08\x97\xc6\x3f\xc9\xcf\x9a\x33\xed\xf7\xa6\xfd\x8a\xa2\x95\xb2\x0f\xf8\x48\xd5\x27\x4a\xab\xe4\x25\x65\xdc\x75\x93\x69\x32\x3b\x03\x94\x63\xfc\x29\x8d\x45\x76\x25\x87\xf0\xdc\x2a\x9f\x09\xe6\x60\x26\x4f\x16\x57\x66\xda\xd8\x61\x28\x48\x05\x12\x38\xcb\xe9\xe0\x4a\x0c\xe9\x39\x29\x52\xd8\x8b\x44\xb2\x44\x00\x7e\x34\xa0\x99\x4c\xd3\x39\x25\xa2\xd5\xc8\x23\x1f\x1e\xb4\xf2\x84\x35\xac\xfd\x0a\x0a\xa6\x32\xb6\xec\xff\x0d\x08\xc5\xc4\xff\x21\xce\x81\x04\x8c\xdf\x3f\xcb\x64\x11\x7f\x6d\x3e\x1c\xbe\x32\x0d\xfc\x1a\x08\xfd\xbf\xb9\xaa\x3d\x48\xa1\x54\x47\xcb\xef\x8d\x59\xe0\x6c\xe5\xda\xb1\x57\x8d\x13\xa1\xbb\x53\x44\x69\xb4\x64\xff\x6f\x67\xe3\x0b\x77\x5a\x72\xcd\xce\xc6\x17\x98\x3b\x0b\x87\x6c\xd8\xbc\x71\x66\xf3\x7a\x76\x7b\x30\xdc\x07\xa3\xbd\xf5\x1b\x72\x64\xbc\x1f\x15\x61\x91\xeb\xcd\xf5\xf7\x2a\x5f\x22\x8d\x7e\x06\xbc\x99\xcf\xfa\xb9\xed\x0d\xd1\xf6\xfb\x59\xe4\x20\xd2\x1b\x5f\xd8\x80\x53\x76\x3d\xf0\x79\xa2\x9f\x91\x83\xde\xc8\x6b\x41\x46\x50\x3f\x1e\xbd\xb8\x01\x5e\x31\x0a\x3b\xb0\xb7\x11\x34\xb1\xa6\x1d\xcb\xab\x49\x61\x7e\xc4\x13\x1a\x90\xbd\x5f\x2d\xc2\x7d\x7b\x46\x1d\xf4\x06\x9c\x5d\xb8\x9a\x11\x25\x2d\xda\x93\xa9\xba\xaa\xdb\x41\x83\x13\xf4\xde\x3f\xb8\x18\xee\x7f\x37\x54\x4f\x73\x80\x56\x45\xf7\xae\xfb\x38\x49\xc5\x4d\x24\xa7\x2a\x9e\xb3\x54\x5c\x46\x2a\x83\xec\x5b\x37\x11\x37\x85\xe6\xed\x08\xf5\xc6\x42\xec\xfb\x73\x59\x8e\x7f\x4d\xee\x90\x49\x6f\xa7\x12\x83\xa6\x8c\xc7\x03\xdd\xce\xaf\x1f\x53\x3b\x4c\xb0\xb4\x09\xb5\xc4\x8a\x31\xf4\x87\xad\x0c\x12\xb1\x1d\x18\xc1\x56\xe1\xf0\xf6\x02\x01\x47\xec\x7b\xb6\x15\x00\x7e\x27\x33\xb7\xde\x61\x11\x2e\xc0\x53\x5a\xd6\x11\xf5\xa8\x50\x95\xe5\x18\x99\xa2\xe7\x47\x5c\x71\x90\xec\x21\xd4\x8f\x1a\x63\x29\x42\xe3\x34\x8f\xd9\x08\x64\x05\x87\x2e\xcd\x00\xf1\x3c\x0c\x19\x57\xf3\x64\x70\x95\xca\x04\x76\xac\x6d\x33\x16\x22\xaf\xc5\x87\x1f\xa5\x94\x24\x87\x1f\x9e\xcc\x65\x22\xe8\xdd\x38\x05\x93\x97\x39\xf3\x6b\x12\xdb\xc4\x2c\x4f\x2f\xaa\x5d\xc6\x44\x05\xdb\x4d\x18\x4f\xfb\x51\x96\xf2\x74\x6e\x19\xb8\x52\x72\x10\x71\x2c\xe7\x08\x96\x57\x60\xde\x5e\xaa\x90\xc5\x54\x2b\x27\xd9\xa7\x98\xab\x6c\xcf\x52\x6f\xe2\x21\xcb\x63\x1a\x03\x28\x22\x30\xca\x44\x6a\x68\x57\x7f\xa1\x3c\x64\x43\xb4\x47\x5f\xa0\x02\xd1\xe2\xa0\x92\xa4\xcd\x8a\xcb\xc8\x59\x34\x0b\x13\x43\xca\xb6\x33\x82\x21\xe6\x6f\x22\x95\xd5\x23\xc3\xbe\xb5\x28\x03\x2f\xac\x48\x31\x2d\xc6\x6b\xf2\xa0\x8d\x82\x2d\xb6\x25\xaa\x08\x64\x93\x8a\x2f\x60\xce\x75\x0c\x56\x91\x06\xd2\x40\x26\x03\x91\x26\x4c\x4e\x53\x25\xe2\x1b\x41\x29\x40\xc4\xed\x40\x4c\x0c\xb7\x64\x8e\xd4\x81\x78\x5d\xf1\x52\x53\x46\x51\x89\xec\x14\x67\x52\x77\x33\x06\x57\x98\x88\x3d\x74\x55\x0c\x75\xef\xb3\xe8\xa2\xee\x55\x53\x5e\xe3\x0c\xc3\x11\x76\x38\x80\xf4\x76\xe0\x3f\x00\x63\x45\x09\x16\x9a\x88\x32\x7a\xe9\x28\x2a\x23\x39\x13\xb5\x94\xee\xa8\x39\x56\x95\xa0\x99\x00\xff\xd5\xf2\xe3\x80\x67\x08\x3c\x28\xfa\x5b\xbe\x33\xc5\xa9\xd0\x89\x06\x56\x5d\xe8\x43\x75\x74\xc2\x6a\xea\x66\xf0\x7c\xeb\x8b\x5c\xcd\x42\x3b\xd2\x37\x8b\x71\xbc\x85\x2c\x64\x89\x88\x8b\x6a\x8e\x7f\x77\x11\xb7\x2a\x95\xeb\xcc\xd4\x17\xa4\x9c\xa5\x78\x1a\x4f\xe4\x6c\x0f\x2a\x40\xd3\xdf\xbd\xe8\x57\xe1\xfe\x3a\x15\xb7\xd9\xae\x75\x7b\xf6\xb3\xc0\xfe\x97\x1e\x5c\xaf\xe1\x26\x12\x33\xe4\x8e\x28\x4c\xdb\x3a\x70\xca\xd5\xc0\xf5\x0d\xde\x9a\x2d\x80\x9b\xaa\x46\x8c\xb8\xb5\xdc\xfa\x30\x63\x63\x1e\x25\x19\x8f\xe8\x81\x6e\xea\x85\x51\x24\x83\xad\x1d\xa9\x39\xf9\x15\x57\xac\xcf\x55\x34\xb0\xe2\xaf\xf1\xdc\x86\x0a\x2d\xf8\x66\x85\x54\xe3\x37\x22\x85\xd0\x0d\x0a\x4b\x1e\x0e\xa9\xfc\x78\x2a\xc6\xf2\x46\x7f\x4e\xe5\x4c\x39\xcd\x34\x91\x80\x9f\xa6\x16\x97\xa5\x47\x4c\x24\xa4\xa3\x8d\xc5\xf0\xd2\xe6\x3b\x29\xcb\x5d\x6c\x0b\xfb\xba\x50\x61\x18\x45\x26\xde\x18\x9a\x08\x86\x02\x31\x03\xc6\x85\x78\x6e\x74\x57\x61\x37\xac\x8a\x49\x11\xcd\x9a\x63\x41\x39\x18\xbd\x42\xe5\xe2\xc0\x69\xde\x60\xbe\xe0\xa6\xd5\x8c\x27\x98\x0c\x46\x24\x6a\xaa\x2f\x29\x0d\x0a\x5e\x83\x3c\xc9\x16\x4e\xae\xc9\xa2\xac\xa6\xc8\x3d\x34\x15\x6a\x22\x13\x15\xf5\x23\x7a\xf5\x20\xf2\x08\x5e\x0a\x45\x39\x52\x8c\x5d\xd7\x7f\xe0\xdc\xdc\xbd\x77\xea\x96\x0c\x61\x7f\xc8\x88\x64\x92\xa5\x1c\xb8\x92\x62\x22\x19\xc9\x74\x20\xa8\x74\x4f\x6c\x2a\xc7\x50\xc9\x9e\x49\xca\x07\x59\x34\x10\xed\x36\xdc\x60\x2d\x00\x68\xc8\x93\xe8\x8a\xf6\x48\xc6\xfa\x21\x34\x93\xf4\x73\x8f\x10\x0d\x0b\x1e\x80\xb3\xc4\x51\x22\x8c\x32\x51\x03\x23\x27\x39\x33\x3f\xa0\x18\xd7\xc2\xaa\x93\xf3\x74\x61\xe6\x30\x8e\xcd\x18\x38\x01\xd8\xc4\x01\x4f\x21\x37\x20\xcf\x10\xb1\x5a\xb0\xf8\xe9\xf4\xed\x9b\x03\xcc\xff\x00\x2e\x1b\x89\x99\x40\xcc\xd3\x4b\x08\x30\x48\x40\x77\x20\x47\x38\xf5\x26\xbb\x92\x33\x71\x23\x52\xcc\x13\x01\x70\xae\xf8\x64\x22\x12\x7a\x50\xb8\xac\x25\x9a\x7f\x24\x1a\x94\x5d\xb3\x8c\xe3\x63\x49\xf4\x4f\x77\x19\xf9\xb8\x33\xce\x46\x62\xc6\xd2\x69\x2c\x28\xd3\x1f\x56\x82\x6d\x33\x76\xc0\x07\x57\x66\x3b\x4d\x6d\xc3\x54\x42\x75\x68\xa2\xca\x01\xea\x39\xf4\x52\x58\xc6\x2f\x59\xed\xb6\x95\xca\x59\x0d\x0f\x16\xec\x3e\xf4\x83\x11\x0d\x65\x60\x41\x39\x9b\xd1\x00\x99\x9a\x4c\x91\xa2\x86\xd6\x46\x88\x49\x0d\xe8\x44\x21\x0d\x91\x93\x74\x62\xce\x74\xe5\x71\x63\x54\x4d\x29\x4a\x48\xc7\x87\x18\xb7\x34\xd5\x9f\xe7\x88\x05\xaa\x46\xd9\xaa\x52\x98\x80\x06\x23\xcc\x50\x17\x60\x84\x83\x1c\x0d\xf9\x13\x02\x6f\xb0\x52\xa4\xa3\xa0\x63\x8b\xa3\x99\xf4\x6d\xfa\x45\xaa\x42\x6a\x2c\x39\x1e\x54\xe2\x3b\x9e\x1b\x6e\x83\xf4\xa3\xf9\x16\x1b\xf3\xdb\x68\x3c\x1d\x9b\x00\x5a\xa8\x6c\xa8\xa7\xb1\x95\x17\x2f\xa9\x64\x3d\x0a\x74\xd8\x7a\x0f\x1a\x83\x4a\x9d\xa0\xb8\xb3\x8f\x2d\x4c\x99\xa7\x48\x91\x4c\x67\xf9\x49\x4f\x08\x3a\xd1\xa6\x88\x7e\xc8\x57\xed\xb7\x1a\x40\x94\x60\x80\x01\xb0\x69\x2d\xbf\x12\x34\xc8\x66\x88\xf4\xab\x28\xca\x4f\x4a\x36\x86\x24\x11\xce\x9d\x0c\xd2\x42\x0c\x87\xa0\x6b\x90\x9a\x36\xe5\x2c\x4c\x6a\x45\xd0\xb6\xf4\xb5\x9f\xc8\x4c\xd3\xd5\x4d\x34\x0c\xa5\x4b\xda\xaf\x5c\x9d\x44\x0f\x0f\x8d\x5c\x8d\x0a\x2d\x7c\x0e\x9a\x60\x1f\x69\xc1\xf9\xe5\x03\x28\x83\x6e\x7c\x00\xf5\x16\xd0\xc3\xd5\x71\x01\xca\x4e\x0f\xf2\x98\x6e\xb1\x0b\x99\x41\xec\x6b\x75\x73\xd3\x60\x3b\x08\x78\xb6\x48\xf6\x00\x61\x39\x41\x37\xbd\x4f\x6c\xa7\xb0\x73\x9f\x3f\xb3\xe7\x5b\x3e\x60\x7b\x35\xca\x58\xa6\x4d\x08\x3e\x85\xa4\xa4\x22\x8d\xa3\x84\x4a\x9f\x85\x61\x9f\xca\x8e\x95\x05\x57\x7a\xa0\x2d\x09\x6f\xfb\x3a\xda\xb3\xdb\x46\x9d\xda\x30\x33\xd8\xa3\xd1\x21\xe9\x01\x9a\xc6\xe9\x8e\x1e\x48\x99\x0e\x21\xbf\x9e\x1b\x0f\x7f\x3a\x36\xb7\xb7\x3f\x1e\xca\x1e\x75\x92\xcf\xdc\xf2\x12\x39\xc4\xa3\xc6\xb1\x88\x9c\xe1\x0a\xee\x16\xc4\xe1\x22\x65\xa5\x02\xb8\x41\x73\x63\x9e\xc8\xd9\x3b\x39\x14\x1a\xa3\xc9\x34\x8e\x97\x8d\xa0\x26\x3c\x31\x42\xc9\xba\x43\x55\x8d\x23\x47\x23\x25\x32\xbc\xf0\x3c\x3a\x80\x6b\xdb\xef\xe9\x12\x73\x96\x8d\x97\x1b\xec\x08\x80\xe6\x87\x3b\x11\x97\xe2\x96\xea\xb5\xa1\x67\x24\x98\x11\x64\x3a\x74\xde\x91\x6e\x57\xf4\xf7\xaf\x52\xc1\xaf\xdf\xf2\x6c\x70\xf5\x46\x8c\x32\x0b\xae\xb4\xc5\x09\x48\xc2\x0b\x9b\xbc\x45\x8f\x72\xd3\xc6\x7b\xb1\x9f\x50\x65\x2c\xc7\xe9\x20\xfe\x10\x43\x3a\x9d\xd8\x99\xd3\x59\xda\xf2\xa8\xae\xc5\x97\x62\xeb\x92\xba\xc3\x44\x9e\xc8\xe3\xcc\x1b\xd5\x88\x39\x1c\x63\xfd\x80\xe7\x15\x8e\x75\x8e\x8b\x78\x6f\xd4\x4b\x91\xc1\xa0\x05\x3d\x2e\x4d\xd2\x11\xb5\x6e\x56\x2f\x9c\xea\x66\x8e\x57\x98\x12\xfd\x55\x78\x0a\x17\x61\x67\x5f\x9c\x71\x80\x29\xcb\xfb\x4b\x84\xcf\xf5\x16\xfb\x93\xa0\x0d\x2f\x5f\x6e\xe9\x62\x56\x5f\x4b\xf5\x06\xac\xb2\x9c\xbb\x6d\xdf\x47\x38\x79\x0b\x17\xe4\x6f\x58\xb0\x18\x63\xae\xad\xbe\x3e\x27\x22\xa5\x4a\x83\xe5\x97\xf1\x60\x85\x2b\xd8\x83\x51\xb9\x10\x25\xb2\x3d\xef\x66\x58\x50\x02\x39\x77\xa7\x50\x29\xe4\x6f\xfc\xd2\xb9\x01\x67\xa6\x0e\xec\x07\x6a\xeb\x69\x66\xf5\xa0\x41\xdb\xd2\xfe\xa9\x9c\x35\x69\x9d\xad\xbc\xce\xee\x04\x1f\x0c\x2e\xe7\x19\xbc\x1a\xc2\x47\x97\x5f\x44\x2f\x2a\x72\x01\x4f\x84\x46\x82\x70\x80\xd6\x20\x04\xb0\x96\x9e\xc8\xd9\x62\x42\x30\xad\x54\xbd\xd3\xb0\x35\xad\xc3\xa5\x84\xcf\xc6\x4c\x4e\x3c\x09\x35\xb7\x18\xa8\x9e\xe7\xe7\x7f\x5a\x4e\x24\xb9\xb3\x6b\x9f\x5c\x61\xdd\x68\x3c\x7c\xdf\x7b\x98\xf9\x01\x51\x83\x0c\x5f\x0c\xa1\xf7\x4a\xf8\x50\x15\xa4\x54\x7e\xde\x49\x37\xbb\x45\xfb\x1d\xee\x35\x59\x8c\x41\x7e\x63\x74\x8b\x16\xf0\x93\xc7\x41\xb0\xbb\xba\xe3\xa9\xb9\xf3\x25\x89\x9f\x0b\x97\x41\xc9\xb8\x73\x1b\x9b\xca\x99\x77\x20\xca\xa6\xbf\xd5\xd4\x83\x94\xce\x1f\x6f\x8b\x15\xa7\x5f\xba\x13\x00\xe1\xd4\xc8\x90\xeb\x2e\x44\xe5\x56\xa2\x4a\x97\x42\xed\xdb\x7c\x32\x89\xe7\xf5\xf0\x47\x58\x9b\xaa\x3c\x88\x31\xbf\x9f\x73\x68\xe1\xac\x71\x0c\x27\x72\xb2\xf4\x10\x62\x9b\x95\x8f\xa0\xf1\x86\xfb\x77\x3c\x85\xb4\xd4\xbb\x9c\xc1\xd2\x9b\x98\xb5\x70\x15\x2b\x9f\xcf\x32\xe4\xdd\xf3\x11\x9d\x4c\xd5\xd5\x8a\xe7\x13\x14\xc5\xab\x9c\xcb\x55\xa6\x7d\x6f\x47\x93\x16\x50\x71\x2e\x61\x8f\x75\x93\x95\x8f\x62\xd9\x3e\xb8\x7c\x00\xfa\xcb\x85\xeb\xb2\xf4\x8a\xca\x93\x53\xab\x46\xb1\xab\x31\xef\xa6\xf6\x3d\xee\x22\x36\xc9\xed\x23\x8c\x8b\x9c\x74\x01\xbb\xa5\x56\x2b\xb2\xdc\xdf\x05\x13\xaa\xfd\xbb\x50\x86\x45\x8a\x2a\xc7\x0a\x91\x88\x75\x40\x88\xd8\x0e\xdb\x7a\xc9\x22\xf6\x3d\x4e\x8a\xc4\x67\x16\x3d\x7c\x18\xd4\xf1\x2a\x47\x21\x7b\xc8\x22\x83\x46\x75\x16\x5d\x14\xbd\x0f\x88\x3f\xf2\x35\xb8\xfb\x32\x54\x7a\xba\xb9\x0a\x36\x58\xb8\x17\x7c\xf6\xb7\x10\x7d\x08\xad\x8c\xa6\x56\xe0\x7f\x84\xe5\x3f\xfa\x92\x28\x21\x35\x8c\x7a\x0d\xec\x0a\xed\x7f\x95\x0b\xc6\xa2\xb8\x8c\x42\x57\xbd\x6a\x82\xe6\xb9\xf3\x0b\x9e\x02\x3c\x13\x8b\x2c\x37\x81\x55\x45\x89\x4c\x95\x2a\x88\x32\xc9\x50\x23\x84\x4f\xf5\x58\xf0\x54\x31\x39\xcd\xb0\xe4\x88\x46\x62\x4a\x4a\xdc\x21\xcf\xb8\x81\xb9\x8b\x49\xb0\x28\x78\x97\x4e\xbd\x4c\x9d\x9e\x92\xd2\xfa\x80\xbd\xd3\xd3\xb3\x58\xab\x52\xa4\x40\x83\x1c\x47\x43\x70\x73\x02\x0b\x3f\x8f\x94\xc0\xac\x53\x6a\x30\x4d\x85\x33\xf9\x2e\xe1\x06\x06\x19\x7b\x79\xd5\x57\x99\x0f\x58\xee\x15\xa5\xf7\xc9\x68\xc4\x16\x6b\xb3\x16\x28\xa0\x16\xaa\x8b\xbc\x7d\x73\xf5\x38\x07\x54\x30\xd3\x1c\x0d\x42\xcf\xb2\xa3\x0b\xdb\xb3\x67\xe6\xb7\x70\x85\x66\xfe\xed\x28\x49\x44\x0a\x56\x84\x1d\x56\xab\x55\xac\x92\x28\xd6\x6a\x23\xeb\x35\x70\xbc\xd4\xdb\x39\x8a\xe5\xac\x96\xc7\x8e\x5b\xe4\xd6\xcb\x0a\xcc\xd2\xfb\x76\x41\x0b\x03\x5d\xaf\x83\xc7\x4a\x58\x27\x17\x4d\x3b\x2f\xfd\xa7\x73\xa8\x44\x6d\x47\x8a\xb4\xd4\xf5\x86\x2b\x47\x7a\x9b\xd9\x05\x06\xd6\x6d\xfa\x05\x6c\xb3\xa0\x98\xb8\x8a\x32\x01\x69\xc3\x8a\x6a\x23\x67\x6f\xc7\x8a\xf3\xe8\x50\x0c\x4e\x0a\x32\x01\x85\xfb\x8d\x48\x95\xcd\x73\x0d\xaa\x75\xd8\x13\x48\x58\xac\x99\x98\xe0\x4d\x1b\xc3\x8d\x60\x20\x1d\x5b\x4d\x41\x45\x02\xca\x6c\x25\x52\xae\x84\xf5\xc0\x6b\x1b\xd7\x1e\x02\xbe\x53\xa6\x38\x6e\xd3\xaf\x2f\xcb\xf5\xca\x6d\xd7\x99\x50\x59\xde\x4c\xcd\x93\xc1\x1e\x4c\xbe\xde\xb0\xe8\x06\xed\x6c\xf9\xa8\xe8\x0c\xbb\x87\x9a\x5b\x91\xd6\xf5\xcf\x55\x27\xa5\x0d\x06\x87\xe1\xde\x55\x14\x0f\xeb\x1a\x66\xbe\xa1\x3d\x34\x72\x28\x9c\x97\x59\xe5\x42\x96\xac\x38\x5c\x8a\x77\xca\xde\xf2\xf4\x3a\xe0\x8b\x20\xf0\x81\x9b\x0c\x18\xa3\x89\xea\x84\xcd\xf5\x94\x68\x0a\xd1\xf4\xee\xdb\x88\x40\xb3\x6f\x29\x14\xe2\x0e\x29\x53\xf5\x90\xf6\x1d\x33\xfc\x60\xaa\xea\x14\x12\x01\x3a\xdd\x9f\x86\x4c\xc6\x76\xb4\xb4\x5f\x0b\xc5\xa2\x4c\xf3\x3f\x4c\xd0\x0e\x77\xcf\x40\x8e\xfb\x7a\x98\x6c\x06\x39\xb3\x20\x57\x96\x1d\xd2\x1a\xf1\x2d\x48\xf0\x7e\x35\x36\xfe\x70\xbe\x18\xc1\x68\xcb\x86\xd9\x0b\xd8\xa4\x25\x14\x7a\x9a\x64\x54\x0b\x17\xd5\x66\x14\x92\x03\x56\x3f\xf3\x13\xa4\xda\xe6\x99\x31\xac\x4e\xd2\x08\x15\xbe\xa1\x96\xde\x72\x73\x0a\xb9\x1f\x8f\xa3\x0c\x6d\x91\x01\xf6\x9a\xc6\x01\x1f\x33\xb3\x4f\x52\x31\x10\x43\xe3\x8a\x91\x0a\x03\x05\x36\xc7\x67\x87\x60\x89\x97\x8c\x43\xc6\x98\xdc\xac\x17\x72\x49\x98\xc8\x9b\x28\x11\x47\x1e\x87\x59\xce\x29\x95\xc8\x2a\x19\x20\xfa\xec\xe7\x1f\xf7\xb1\x1c\x78\x97\xb0\x02\x6f\x5a\xc6\x31\x17\x15\x50\x9d\xd5\x7e\x57\x4a\x36\xe6\x4d\x00\x89\xd3\xd0\xba\x93\x7f\x43\x78\x92\x0c\xb0\xd4\x5c\x73\x37\xc0\x42\x35\x66\xe5\xe5\x48\x8a\x44\x0d\xc4\xf3\x22\x2d\xd7\x9f\x13\x4f\x1d\xc8\x44\xc9\x58\xb4\x67\x3c\x4d\xea\xb5\x5d\x97\x11\x13\xaa\x90\xe4\x88\x43\x26\x4c\x60\x09\x21\x9c\x56\x2d\x28\x12\x1d\x78\x38\x69\x64\xfc\xb0\x53\xa1\xbb\xcf\x8d\x2d\xd2\x54\xa6\xf5\x9a\xbe\x07\xb5\xb8\x22\x47\xac\x0f\x75\xc0\xd0\xbf\x11\xdf\x3c\x30\x0c\x6c\x7f\xd5\xbb\xbd\xe3\xdd\x17\x66\x06\xdf\x6b\x69\xe8\x6b\x06\xdb\x0a\x16\xe5\x14\xbd\xc5\xfb\xa6\x7c\x18\x54\x39\x97\x8d\x44\xdb\xf4\x92\x7a\xd1\x0d\x5b\x54\x40\x17\x17\x46\x8d\xab\xd7\xb6\xee\xa0\x6e\x91\x6b\xdd\xed\x29\x9e\xb6\xc2\x96\x9c\xa5\x72\x76\xf1\x32\xbc\x91\xa8\x6d\x1b\x54\xcf\x70\xaf\x58\x8d\xfa\x03\xb8\x60\x68\x25\xb9\xe6\x72\x96\x88\x74\xdf\x44\xa5\xe0\x15\x76\x2a\x6e\x33\xfd\x63\xbd\x56\x73\x5b\x05\xad\x4b\x6f\x2d\xeb\x09\x48\x77\xc8\x9e\xb7\x6a\x47\xab\xb8\x90\x9d\x32\x66\xe2\xfb\xe6\xe5\x09\xa0\x54\x4e\x6a\x95\x88\x57\xce\xa1\xcf\xbf\xa2\xbd\xcb\xf4\x25\xfd\x9c\x9f\xe5\x9a\xe3\x78\x5e\x7e\x81\xe4\x54\x2a\x0d\xd3\xba\x17\xee\x3e\x48\xd5\x3e\x5f\x01\xac\xe1\x6b\xa0\xee\xef\x9c\x46\x31\x19\x6d\x77\x98\x9d\x61\xb0\x9c\x97\xb6\xe1\x8c\x4c\x4a\x65\xd6\xf3\xb6\x86\x0a\x36\x27\xb7\x89\x1e\xa5\xb4\xf5\x1d\xdf\x8b\xfa\x10\x25\xf4\xf9\x33\x81\xfa\x81\xc6\x76\x78\xae\x94\x56\x0a\x3f\x3b\x09\x18\x61\x98\x26\x8e\xab\x11\x7e\xf2\xbb\xf3\x70\x07\x47\x7f\xe9\x93\x6e\x7e\x8e\xc5\x08\x07\x32\x89\x19\x1f\x0c\x2f\x05\x8f\x0b\xee\x80\x42\x27\x03\x9e\x8a\xcc\xaf\xa8\x90\xf9\xc2\x10\xb8\xa4\x15\xdf\x89\xd5\x37\xc7\x3c\x19\xf4\x0c\xac\x3d\x00\xed\xfb\x0d\x9b\x5f\xe8\x52\x4d\xe7\x84\x49\x97\xb9\x69\x20\xe3\x98\x4f\x94\xa8\xe7\x51\xdb\x2c\x23\x78\x64\x5a\x03\xc8\x80\x54\x1f\x45\xa9\x18\xc9\xdb\x43\xc8\xe2\x38\x3c\x30\xaf\x41\xcf\xe3\xf6\xf5\x6b\xf0\xd9\x44\x3f\x77\x08\xc7\xa1\x36\x10\x39\x77\x25\x48\x2e\x8b\xf4\x3b\x6b\xd4\x64\x29\xa7\x94\x86\x3c\xc1\x02\xf8\x89\xcc\x0c\x28\xaa\xbf\x69\xad\xda\x34\xed\x76\x61\x23\x26\x71\x94\x39\x31\x0c\xf6\x0f\xe5\xbd\x99\x84\xbf\xac\x4a\x4d\x4b\x01\x09\x51\x87\xb9\xfe\xfd\x9a\x56\xfa\xef\x1f\xa1\x8d\x6e\xbd\x7f\xf4\x96\x8d\x52\x7e\x09\x89\x98\x6b\xdf\x0f\xa3\x9b\x1f\xbe\x57\x13\x9e\xfc\xf0\x93\x88\x63\xc9\x3e\xca\x34\x1e\x7e\xbf\x09\xdf\x7c\xbf\xa9\x7f\xad\x61\xf0\x01\x53\x7a\x42\x80\x51\xf0\xb0\xe3\x4a\x05\x1e\x16\x58\x1d\xc6\x1c\x32\x39\x62\x4f\x4d\xdd\x95\x19\x04\x4b\x42\x6e\x56\xf4\x38\xb3\xc3\xa3\xa8\xd9\xd7\xf2\xa9\xe8\x96\x4c\xc6\xcc\x03\xfe\x5b\x32\x33\xf4\x8b\x34\x53\x00\xbf\x2d\x8e\x35\x6a\x9c\x83\x0c\x26\xa8\xc0\x39\x38\x07\x76\xa8\x17\xe1\x09\xe6\x33\x5a\x84\x82\xea\xaa\xbe\x7c\x9e\xc9\x56\x5f\xb4\x60\xf1\xb8\x09\x9e\x37\x9c\x71\x35\x11\xa9\x4b\xd5\x61\xe0\xa1\x2b\x0a\x3a\xfa\x6a\x7c\xc5\x7c\x20\x86\xf8\x04\xc8\x64\x89\x8a\x4e\xbf\x9c\x35\x76\xbf\x60\x4f\xeb\xcd\x02\xf5\x6f\xe2\x28\x2b\x97\xd4\x08\xdd\x81\x4f\x8a\x59\x94\xee\xed\x1c\x50\x70\x05\xf8\xd0\xb4\xce\x13\x83\xc1\x34\x5d\x7c\x2c\xed\xa6\xfb\xc7\x51\x83\x6e\x06\x3c\x4d\xb3\x4d\x88\x1d\x78\xe7\xf1\x99\x41\x2c\x13\x01\x97\x21\x5c\xcd\x8d\xe0\xdd\xbd\x87\x9a\x09\xd3\xd6\xfb\x4a\x9f\xcd\xfc\x77\x8b\xb8\x71\x6f\xda\x57\x59\x4a\x93\xda\xb2\xf3\xd2\x60\xec\x94\x72\xb0\xd0\x6f\x1a\x42\x9e\x32\x7c\x6c\xd2\x6f\x5e\x6f\xba\x7e\x4b\x41\x34\x2c\x4f\x6d\x4f\xb8\x66\x77\xd0\x00\xd5\x53\xaf\x20\x20\xc1\xf5\x6b\x16\x98\xae\x0d\xa1\x79\x90\x5f\x66\x39\x5c\xd4\x99\x04\x92\x83\xc7\x28\x0e\xd0\x09\x18\x89\x4f\x93\x17\xf8\x36\x47\x93\x89\x18\xda\xca\x78\xce\xfb\x68\x10\xf3\xf1\xc4\x51\xbe\xef\x76\xb8\x90\x10\xc6\x7c\xde\x17\x7b\x71\x34\x21\x2f\xb1\x52\xb5\xd0\x1a\x97\x67\x99\x28\x63\x71\x8e\x30\xbe\x5f\x20\xc8\x7a\xee\x6a\x9a\x25\x43\xd9\xee\x44\x66\x18\xd2\x08\xab\x87\xe0\xf8\xfe\x34\xc3\xb2\xb2\xf8\x35\x1f\x4f\x6c\x1c\xc4\x72\x77\x89\xca\xc1\xd7\x77\x9f\x28\x15\x9c\x1b\x25\xb7\x7d\x99\x5c\xab\x1f\x84\xc1\x3d\x9f\x7b\xd0\x6c\x6e\xb2\x9e\x66\x47\x72\x34\x0a\xd5\xb4\xb8\x12\x0c\x81\xd1\x9c\x08\xf6\x90\xa5\x42\x65\x58\x1e\x82\xc5\x3c\x13\x56\x2d\xb4\xba\x6c\x67\x5c\xd3\xde\x1a\x93\xb3\x7b\x93\xa2\x27\x08\xb8\x6e\x9b\xd7\xe2\xbd\x21\xcb\xf8\xc3\xa1\x11\xc4\x94\xea\x40\xbd\x01\x4f\xc9\xc3\xd6\xe0\x0d\x5c\xe2\xd6\xa7\xc5\x1c\x21\x96\xc8\x61\xdf\x13\x54\x3d\xa7\xa2\xfc\x8a\x0f\xfc\xf5\x18\x97\x0d\xde\x28\x4a\x2e\x5b\x65\xc2\x0b\xc5\x15\xb9\xdd\x37\x28\x89\x63\x23\x18\x40\x71\x2b\xb7\x33\xed\xf2\x37\x51\x78\xfc\x5e\x96\x68\xe9\xfc\x45\x05\x52\x63\xb9\x94\x6d\x9e\x3a\x25\x0c\x6b\xc1\xe3\xa2\x28\x8f\x9a\x07\x6d\x40\x91\xdf\x2f\xe4\x06\x87\x81\x7e\x7b\xc6\x31\x9a\x2b\x0a\xbc\x13\x5d\x12\x6f\xb0\xe9\x08\xe0\x8d\x89\x77\x20\x94\x15\xd2\x9c\xc8\x7a\x17\x67\x29\x7f\xde\x8d\x82\xa2\x78\x73\xd3\xab\x25\x1b\x0b\x7d\x74\xb5\xa4\x47\x2e\x29\xc6\xf3\x82\x4e\x6f\xb9\x2e\x2d\x4f\x76\x8b\xd8\xc6\x97\x52\xe3\x34\x65\xa3\x0f\x85\x76\x2f\x91\x87\xd5\xaa\x38\xc7\x79\x4f\xb2\x87\x93\x17\x38\x21\x03\xf4\xbf\xc8\x29\x8a\x47\x20\x30\x96\x5c\x19\xf5\x06\xd1\x66\x94\x30\x99\x0e\x4d\x79\xb6\x68\xe2\x69\x4b\x1d\xfc\x84\x78\x76\x48\xc9\x26\xaa\x28\x52\x58\x6c\x70\x3a\xb1\x97\x19\x86\xc7\x64\x92\x22\x13\xe2\xb9\x0d\x3d\xa2\x70\xb9\x82\xaa\x55\xc3\xc2\x15\x06\xf7\x5e\x89\x6a\x2f\x8c\xdf\xad\xb0\x15\xa3\xd7\x7c\xf0\x72\xc9\x52\x77\x37\x3a\xa2\xaf\x78\x63\x87\x8d\x4e\xd1\xa2\xe0\xbe\x08\xa5\xa4\x3b\x5b\x58\xac\xd9\x41\x5f\x8d\x10\x0b\x03\xe8\x41\xbe\x66\xcb\x36\xc2\x4a\xfa\x73\x36\x49\x21\xc5\x33\xe4\x0b\x92\x63\xc1\xa0\xf8\x79\x72\x89\x40\x66\xd6\xc8\xa1\x4c\xb0\x25\x65\x15\x00\xb5\x73\x3a\xf4\x81\xe1\x00\xfc\x4a\x70\x08\x98\xcf\xa2\xb1\x30\x9c\x49\x65\xa9\x71\xe4\x34\xb2\x19\x7d\x03\x18\x34\x73\x7e\x07\x16\x0f\x3d\xe1\xd9\x15\xcf\x9a\xe6\x44\x83\x7b\x92\x8d\x1c\x85\x4a\xb6\x3e\x37\xb0\x3e\xda\x90\x50\xfa\x46\x20\x2c\x8d\x25\xca\x51\x30\x9e\x0e\xae\x2a\x1c\xdb\x8d\x3c\xf0\x70\xc7\xce\xd1\x4c\xe6\x8d\x1c\x40\xa4\xf1\xe0\x4a\xe4\xcc\x6b\xf6\x2d\x16\xea\x1d\xca\x14\x22\x86\x83\xa3\x31\xc2\xc8\xf0\x38\x7d\xfa\x6b\x2c\xb8\x96\xf0\xbc\x3c\x6b\x22\x19\x86\xfb\xd4\x46\x30\x50\xcf\x2f\x1a\x4f\xe2\xc8\x28\xd4\x43\xe1\x8f\x67\xf9\xee\xf4\x1b\x48\x9c\xe6\x92\xc0\xb9\x1c\x99\x59\x2f\xb9\x3c\x1d\x75\x36\x58\xcb\xea\x28\x8c\xee\x2a\x80\xe5\xe9\x04\x37\x37\xd9\x2e\x4b\xc4\x25\xa6\xf4\x4a\xc3\xe5\xbb\x64\x3e\xa5\x5e\xfa\x13\x93\xe1\x49\x24\x43\x03\xcc\x2c\xc7\x45\x9d\x48\xf2\x5a\x03\xfb\x05\x63\x1f\x45\x4d\x5f\x8f\x44\x9b\x9e\xfb\x88\x23\xe7\x1c\x41\xb7\x9d\x3e\x48\x55\xd8\xf5\x5a\xc1\xfa\x4c\xac\x2f\xc4\x08\x44\xca\x03\xe5\x95\x28\x1d\x48\xfd\x26\xcf\x44\x3c\x67\xd3\x04\x42\x43\x87\x6d\xc6\xde\x9b\x18\x8f\xa6\x57\x68\xdd\x05\x2a\x43\x34\x08\x64\xf7\xcd\xd2\xe8\x5a\x64\x57\xa9\x9c\x5e\x5e\xd1\xa3\xb6\xef\xaa\xf1\xca\xc4\x1b\xb4\xe9\x24\xbf\x5a\xc6\xa6\x4a\x58\x5c\x25\x44\xaf\x52\xe1\xc3\x59\x61\xc6\x9f\x78\x48\x79\x6d\xc0\x9e\x64\xb4\x5a\xa5\x86\x51\x17\x93\xf2\xf9\xb3\x17\x7b\x5a\x6a\x3e\x0b\xa6\xbc\xb4\xb9\x57\x67\x7e\x69\xdb\xd9\x00\x58\x69\xd0\xee\x41\x59\x43\xae\x06\x51\x54\x6c\x5b\xd6\x34\x8b\x62\xb1\xcf\x33\xce\x1e\xa0\x5d\xbd\xe1\x84\xfe\xcd\x4d\xf6\x4a\xc0\xe5\xa6\xf1\x36\x10\x09\x4f\x23\xd9\x34\xc2\x35\xe8\x79\x26\xa9\xc8\x4c\x36\x67\xe4\x8a\x6c\xa6\x1f\xe0\x5e\x41\x5c\x07\x4c\xa6\xd1\x25\x46\xcf\xda\x33\x0c\x2a\xad\x2c\x65\x3b\x9a\xe6\x1e\xea\x8f\x41\x18\x35\x09\x45\xe6\x36\xd0\x87\xf0\x14\xf2\x0a\xed\xb0\x47\xe1\xd2\x10\x17\x7e\xe3\x32\x64\x99\x76\x5e\xb3\x0a\x54\xd1\x3f\xff\x2a\x8a\x62\xb1\x4a\x3b\xa0\x71\xc0\xf2\xbe\xbe\x10\x30\x88\x6c\xa5\x3e\x8e\x14\xc0\xfc\x1a\xee\x44\x0f\xcb\x64\xf7\xcd\x86\x34\xc3\x90\x04\x8a\xc6\xe6\x64\x02\xb5\xc4\x9d\x3f\xde\xac\xe2\x76\x65\x3b\x3e\xa6\xe1\x22\x7e\xa8\x37\xa5\x3c\xac\x5d\xdf\xa6\x32\xb5\x33\x99\x09\x1b\x9f\x39\xf0\x23\x05\x8d\x3e\x67\xc1\x6c\x90\xdd\x90\x84\xe0\x4d\x6d\xa1\xa9\xc1\x4e\xab\xca\x31\xc3\x53\x4b\x20\xf0\xa6\x0f\x3b\xaf\x99\x60\xe5\xfa\xe9\x40\x78\x41\x30\x2b\xa8\xab\xd9\x0e\x0b\xb9\xe4\xcb\x02\xde\x49\xcc\x99\xa9\xe0\x91\x8b\x12\x4a\x22\x67\x10\x9b\x8d\xd9\xb7\xac\x9e\x03\x33\x1b\xd0\x75\x86\xe2\xb2\x95\x5c\xcb\x6f\x36\x56\xb8\xd7\x42\xe3\x59\x19\x2f\x00\xe7\x0a\xa1\x9c\x57\x82\x77\xd7\x79\x17\xd9\x29\x69\xfc\x40\x68\xa5\x6c\x90\xa4\xee\xb3\x75\x05\xa3\xa4\x7c\x52\xc5\x4b\x72\x67\xc7\xdd\x92\x0b\xa8\x33\x4f\x9c\xa5\xbc\x42\xae\x05\x52\x33\x9e\x87\x39\xc0\xa5\xe4\x5e\x05\xc1\x3b\xd3\xcb\xde\xbc\x0e\x84\xaf\xb2\xc3\xb4\x78\xcc\xf1\xc1\x87\x6b\x01\xf2\x14\x7f\x96\x8c\xca\x9e\xcf\xbe\x28\xc7\x4a\xf5\x29\xa7\xe1\x5e\x19\x81\x6c\x96\x4a\x2d\x05\x43\x42\x07\x13\x4b\x6e\x76\x1e\x75\xd1\x3e\x61\x22\xa8\xbe\xb8\x8c\x30\xd3\xb2\x4c\x2b\x24\xaf\x26\xbe\x43\x21\x32\x7d\xf8\x37\x3e\x08\x38\x98\x7e\xe2\xf0\x6f\xe8\x55\xaa\xf1\x1c\x81\xd0\x99\x0c\xc1\x15\xad\x6d\x73\x76\x14\xb7\x5a\xcb\x58\xe4\x4f\xed\xe6\x50\x3e\x38\x1b\x5c\x89\xc1\x35\x19\x7e\x30\xa3\x11\x53\xc8\x12\x9c\x18\x64\x7e\x31\xe6\xad\x80\x41\xe5\x7e\x74\x66\xb1\x7c\xaf\x6f\xbf\x0d\xf5\x1d\xcb\xce\x5c\xae\xbf\x77\x0b\xe4\x7e\x09\x68\x11\xf7\x78\x01\x37\x2b\x9d\x6f\x05\x27\xcb\xbf\x48\x16\x0c\xdc\x58\x60\x9e\x03\xe5\x8a\x08\x34\x30\x4b\xbc\xa0\xf0\xe9\xb3\x12\x5f\x27\xc0\x3e\x63\x2f\x76\xb5\xa6\x46\x31\x73\xec\xbb\x74\xc9\x0b\x0f\xc8\x62\xa6\xe5\xc8\x6e\x01\xb5\x7b\x04\x07\x26\x91\x02\xb1\xf9\x76\xd4\x9d\x8a\xdb\xca\x11\x99\xdf\x7a\x5d\x02\xf3\xaf\x3f\xcf\x10\xee\xbe\x2d\x65\x93\x15\xbf\x2f\xa0\xb8\xc2\xc4\x57\xa4\x36\x47\x04\xff\x44\xaa\x2a\xca\x08\xcb\xc8\x8a\x1c\x1b\xa9\xf6\x0b\x66\xce\xb2\xaf\x2f\x4c\xf0\xc9\x93\xb9\x79\x7e\xf9\x8f\xa5\x2b\x91\xea\xc7\x0b\x14\xd6\x8a\xb2\x9a\x55\xca\x5d\x4a\x72\x2e\x73\xd2\x54\x41\x11\xe6\xd0\xb8\xcc\x78\x8f\x73\x2d\x77\x11\x2a\xc8\x73\x9a\xa9\x2b\x39\x16\x68\x4e\x0b\xea\xe3\x94\xc9\x1b\xf4\xdc\x44\x48\x46\x14\x44\x03\x5c\x94\x15\xac\xb8\x90\x00\x08\x1d\x9b\xa7\xb0\x97\xce\xac\xa8\x87\xea\x8b\x6c\xe6\x27\x15\x70\x26\xb9\xaa\xcb\xef\xee\x24\x71\x17\x36\x53\x90\x1f\x17\x53\xc6\x12\x76\xe3\xe9\x2a\x8f\x9c\x8f\x37\x3d\x4b\x0b\xea\xca\x72\x47\xf4\xff\x1f\xab\x21\x73\xf9\x3b\x2a\x35\x91\x63\x7e\xfb\x06\x5d\xd3\xca\xbd\xba\x16\x19\x7f\x48\x31\x60\x41\x34\xbc\x23\xc4\xce\x54\x96\x5e\x58\x43\xef\x6c\xa1\x4e\x6f\x0d\xc9\xbb\x60\xa2\x71\x6c\x7e\x91\xf5\xc5\x5a\x78\x4b\x5c\x9e\x76\x80\xec\x02\x39\x3e\x52\x5e\x60\x81\xd5\xae\x70\x96\xc8\x96\x9c\x34\xf1\x89\x3f\xce\x19\xbd\x5c\x94\x49\x25\x33\x0a\x3d\x71\x16\x2b\x19\x67\x95\xb7\x2e\xf4\x1b\x8a\x58\x64\x62\xef\x8a\xa7\xaa\xfe\x96\x67\x57\xed\x71\x94\xd4\x29\xfd\x92\xdb\x10\x77\x0c\x83\x14\x2f\x88\x75\xef\x84\xbd\x96\xe9\x8c\xa7\xc3\x16\x42\x45\xc5\x10\xb9\x07\xfb\xf9\x5b\x56\x3a\x74\xa7\xe4\xd9\x90\xd9\x02\x6b\xc4\x18\x11\xf8\x30\x28\x30\xa6\x30\x15\xbe\x18\x42\x09\x3c\xc8\xdf\x14\xcf\x19\x1f\x8d\xc4\x20\x83\x54\x35\x79\x45\x9e\x60\x8a\x8f\x85\xf1\xb0\x2e\x1e\xc4\x05\xc1\x38\x41\x86\x0e\x39\xf2\x41\x67\x92\x66\x67\x5c\x55\x6c\x9e\x9c\x0a\x3b\x39\x02\x19\x47\xc9\xb4\x44\xc1\xdc\xae\x4e\x72\x90\x9f\x43\x4e\x57\x69\x73\x4b\x12\xae\x16\x1e\x71\x8f\x04\x2a\x02\x4b\x17\x58\xf1\x5e\xae\xa8\x93\xf6\x0d\xc2\xf0\xe3\x4a\x66\x61\x46\x68\xdf\x61\x96\x36\x29\x5e\xb5\x8c\xc7\x94\xc0\x77\x9e\x11\x5e\xae\x02\xc2\xe8\x96\x73\xed\xbc\x71\x89\x0f\x8c\xf9\x80\xa7\x19\x12\x7f\x53\x8b\x9d\x6f\x28\x71\x45\x68\xa6\x64\xdf\x7e\xeb\x07\x45\x31\xbf\xdb\x5a\xee\x7e\xf7\xe0\x9d\xe2\x3d\x75\x57\xeb\x4a\x3b\xf6\xd0\xc6\x69\xe9\xae\x76\xa9\x6b\x4d\x9f\x92\x39\xec\x04\xeb\x6f\xf9\x78\x33\x72\xb5\x34\x8a\x7b\xbf\xe5\xb7\xdf\x7a\xe3\x7e\xfb\x6d\x88\xc5\x1d\xf7\x5b\xa0\xaf\x7b\x27\x7d\x82\x07\xa5\xa8\x61\x0c\x33\x7a\xfc\xa6\x9e\x9e\x1c\x45\xa8\x14\xfc\x10\xfb\xbc\x1f\xcf\x59\x96\xce\x8d\x9a\x1e\x00\xda\xb3\x0b\x6c\x2b\x4c\xc7\x84\x49\x81\x67\xd1\xd0\x3b\x65\x4e\x32\x33\x69\xee\x02\x65\x6c\x49\x63\x10\x44\x89\xbf\x83\x3e\x47\x0b\x6f\x90\x23\xd4\x7a\xe5\x15\x74\x77\xf0\xc5\x1a\x82\x57\x8d\xd5\xac\x70\xbf\xd0\x9d\xc8\x02\xae\x70\x27\xaa\x20\x4b\x8c\x53\xca\x93\xca\x96\x55\xc2\x19\x4a\xe8\x94\xbc\x29\x50\xbb\x58\xe1\x34\x8a\xf4\xe1\x01\xdd\x61\x5b\x9a\x18\x00\x71\x0f\x8a\x8c\x27\x74\x31\x5e\xe2\xdd\xc4\xc8\x4b\xd8\xb9\xad\xd2\x64\xf0\x27\x59\x54\xe1\x39\x2f\x88\x82\xf4\x19\x8d\x28\x1e\x84\x9b\xf8\x80\x44\x26\x50\x32\xc0\x3e\x21\x72\xae\x1e\xe4\x95\x60\xb4\xeb\x0f\x76\xd8\x23\xbd\xb4\x07\x8b\x24\x0d\xdf\xd1\x78\xa9\x99\x97\xe5\x35\xf9\x79\x25\xc7\x22\x3f\xe1\x65\x4a\x97\xbb\xbd\x87\x3c\xc5\xdb\x82\x79\x2d\xb4\x46\x78\x14\xb9\xe2\xfc\x57\x7d\x12\x6f\x95\xaa\x21\x35\xaa\x61\x43\xab\x7d\x5a\x56\x74\xd1\x5f\x1e\x66\x66\xc7\x59\xa4\x21\xb7\x8d\x56\x5a\x4c\xe5\x0b\xdc\x3f\x10\x39\x6d\x0e\xd0\x3a\xdd\x87\xe9\x4d\x28\xcb\x45\xc9\x50\x51\xf2\x9c\x3f\xb7\x4e\x8e\x3e\x62\x69\x5b\x78\x6c\x78\x19\xd1\x5c\xfc\x3d\x34\x02\x99\xc5\x14\x5e\x35\xd5\x57\x82\x07\x4a\x5e\xc2\x42\x1f\x55\x2d\x88\xe1\x28\xe0\x0e\x7e\x19\x25\x4c\x09\x9e\x0e\x30\x17\x9e\x4b\xe1\x23\x47\x36\x80\xcc\x89\x46\x08\x42\xcb\x45\x04\x82\xb2\x35\xf2\x0a\x6d\xa5\x81\xb0\x30\x0f\x94\x7e\x24\xf5\xf4\x4d\x74\x22\x67\x9f\x4a\xb3\x51\x90\x24\x90\xca\x59\x9e\xae\x7d\x9d\x11\x2b\xf9\xbd\x7d\xc5\x55\xb5\x43\x85\xe7\xfd\x84\x61\x0b\x65\xe7\xf2\x8b\xb7\x71\x72\x16\xec\xdc\x8f\x10\x32\x6d\xd2\x4f\x22\xf6\x1d\x0e\xe0\xc2\x31\x91\x5a\x3d\xdc\x21\xb5\xea\x16\xbd\x0e\xc9\xa1\xb8\x15\x26\x69\x39\x48\xef\x14\x2c\xec\xb7\x5c\x8a\x72\xdd\xb1\x1c\xdd\xe4\x70\x46\xd6\x9d\x8d\x8d\x97\xc1\x16\x78\x48\x33\xd6\x35\xbd\xc8\x82\x2a\x8d\x22\x60\x56\xdb\x01\x7f\x0f\x0a\xbc\x25\xc7\x3d\xa0\x0e\xb3\x17\x90\x12\xec\x0f\x9a\x3e\x0a\x69\xcf\x54\x9e\x60\x93\x01\xf8\x8e\x19\x42\xa5\xfb\xa4\x64\x33\xe0\x1e\x7b\x47\xf6\xbf\x4b\x61\xf6\xc4\x02\x18\xe1\x53\x26\x7f\x46\x72\xad\xe4\x88\x34\xa8\xa6\x76\x3e\x25\xcc\x84\x2c\xd2\x4b\xb7\xeb\xcf\x27\x72\xb6\x4b\xa0\x0a\xee\xdc\xc1\x11\xf1\x7d\xfa\x40\xbd\x6a\xac\xcd\xef\xf4\x23\x6c\x67\x67\x87\xd5\x60\x66\xb5\x46\x11\x99\x7e\xa0\x89\xbb\xe5\x73\x47\x00\x63\x5d\x4a\xf0\xeb\x45\x7a\x82\xf7\x1e\xd2\xb9\xf7\x68\xd3\x4c\x82\xee\x7f\x6a\x62\x90\xbe\xf6\xe1\x20\xe4\x66\x21\xc3\x71\x67\x64\xf1\x06\xba\xb0\xc3\xd1\x42\xd7\xfc\x23\xcf\x2d\x3f\xa0\x8f\xc2\x43\xf1\xf8\xee\x6b\x5f\xb8\xef\x06\xee\xc7\x28\xbb\x32\x6a\xa4\xfc\x91\x6d\xb2\xa2\x4f\xbf\x0b\x7f\xf3\x9f\x61\xad\x8e\x79\x74\x19\xb2\x3c\x71\x81\x8f\x79\x2a\x73\x02\x1d\x00\xf3\x7a\x54\xc0\x9c\xb8\xb8\xd1\x2d\x8f\x61\xf8\x43\x3d\xd8\x61\x1e\xff\xb0\x1d\x1e\x2e\x15\x71\x5c\xf4\xe4\x4a\x4c\x45\x8b\x7c\x39\x46\x72\x17\x3e\x13\x2c\xb1\xc0\x6b\xdc\xf4\x2d\x02\xfd\xed\x8a\x12\x7d\x9b\x95\x6c\xd0\x4a\x87\x87\x2e\xe0\x55\xce\xce\xbe\x71\xa0\xbf\xab\x0c\x10\x1c\x09\x84\xbe\xd6\x29\xb2\x0c\x70\xf1\x31\xf2\xe6\x5d\x0d\x62\xe9\xc9\x5a\x1d\x31\x2b\x1f\x2c\xdc\xa9\x15\x4f\x55\x8e\x39\xe6\x48\x1a\xbd\x99\x67\x82\x65\x29\x07\x23\x9b\xd5\x42\x65\x72\x92\x33\x18\xa7\xa2\x06\xfb\x76\x45\x19\x52\x46\x51\x32\x84\x77\x6b\x3b\x64\xde\xde\x60\x3b\xe4\xd8\x54\xa4\x4f\xff\x48\x2e\xa0\xc6\x1c\xc0\xfc\x22\x7d\x1b\xfe\x4a\x44\x1d\xc0\xda\x6a\x98\xab\xa2\x8c\x1d\x54\xa4\x5a\x6a\x0f\xb4\xb0\xfc\x0e\x0a\xe7\x97\x24\x5d\xf2\x94\x59\xef\x6c\x04\xaf\xd7\xe7\x2c\xba\x08\x5e\x65\x01\xaa\x2c\xff\x2b\x3b\xb3\x7e\x48\xe6\x1a\x9c\xc8\x1b\xa3\x91\xbb\x19\xf5\x3e\x94\x1c\x6d\x1b\xd0\x05\x49\xba\x91\x54\x5d\xc2\x75\xda\xfc\xb2\xcb\xf3\xf7\xbc\x19\xed\xf9\xb2\x03\x97\x5e\x61\xe0\x0b\x9c\xa5\x91\xb8\x29\xac\xa1\x24\x21\xd2\x17\x76\x3a\x93\x4c\x60\x42\x24\xcc\xd6\xe4\xbf\x5f\xf2\x48\xd0\x18\x10\x50\xd2\x15\xeb\x0b\x2c\x3c\xb0\x7a\x85\xbb\xc9\x10\x79\xc9\xe2\xeb\xd0\x2c\x29\xff\x74\xd0\xb7\x82\x5d\xee\x0f\xab\x5c\x39\xbe\x20\xf5\x75\x97\x8e\x1d\xb7\xb5\xc6\x5d\x77\x7f\x77\x95\x39\xcb\x05\x2c\xfa\x07\xda\xe2\xed\xfe\xc8\xd8\x3c\x7e\x7e\xf7\x3b\x6a\x39\x3d\xdb\x3c\x69\xff\x9a\xe4\x5c\x71\x09\x85\xb4\x7c\x77\x1e\x9a\x2c\x64\x9e\xa6\x85\xa6\xc9\x8f\x77\x8a\xa0\xb7\x68\xff\x7e\x27\x84\xe4\x8e\x40\xc5\x6b\xa4\x77\xbc\xfb\xae\xe6\x5a\x41\x1d\x00\xb6\x9f\x46\x71\xcc\x86\x72\x06\xc9\xc7\x12\x2f\x35\x3c\xe6\x84\xd1\x9d\xda\x80\x62\xfb\xf4\x5f\x8d\xd0\xf1\xbe\xf3\x28\x1d\x7b\xe7\x0e\x93\x33\x89\x86\xed\x2f\x6c\x7b\x4f\x0f\xe4\x1f\xed\x60\xe9\xf9\x87\x53\x79\x0e\xf6\x7f\xf5\x0b\x02\x73\xe8\x81\x7a\xc6\x7f\x38\x51\xd8\x7c\x7e\x36\x85\xee\x22\x19\xb2\x83\x64\xb8\x46\xd7\x13\xfd\xeb\x17\x6a\x04\x7f\x40\xb6\x2c\x88\x41\x5f\x7c\xae\x94\xc8\xa0\x7d\xf1\x18\xc1\x22\xc0\xbc\xd4\x44\xc0\x4e\xcf\x01\x3f\x05\xe4\xe2\xbd\x88\xaa\x6f\x1d\x0f\xae\x7d\x24\x95\x81\xf2\x25\x36\x67\x15\x06\xfd\x67\x32\xbc\xeb\xb0\x22\x19\xda\x41\x8b\x60\xca\x87\x84\x65\x6b\x14\xc1\x56\x96\xcc\xf5\x6c\xeb\xa2\x59\x82\x8d\xb3\x0e\xa6\xb3\xb4\xfd\x0f\x92\x61\x61\x50\xe8\x5b\xf8\x12\x7a\xfa\xe1\xce\x50\x03\x41\x79\x89\x27\x40\x73\x99\x62\xcc\xc0\xfb\x93\x37\x85\x22\xa5\x36\xad\xc4\x17\xaf\x53\xcf\xef\x8e\x75\x15\x16\xd3\x05\xb6\x71\xdd\xaa\xb3\x53\xc0\x53\xd7\x7d\x17\xa0\xd0\xe8\xc5\x80\x22\x77\xbc\xf4\x15\x97\x44\x76\xbb\x59\x7d\xcb\x3d\x98\xb1\xdd\xe7\xcf\x84\xb8\x4c\x9a\xb2\x2c\xe8\x21\x51\xdf\x3c\x57\x9b\x8d\xff\x8f\xbd\xb7\xed\x73\xe3\x36\xf2\x45\xdf\xeb\x53\xc0\x3a\xbb\x26\x69\x91\x9c\x91\xf7\xe4\x9c\xec\x8c\x27\xb9\xd2\x68\x94\xe8\x46\xf2\xe8\xa7\x19\xdb\x39\xeb\x78\x15\xb0\x1b\x24\x3b\xd3\x6c\x74\x00\x90\x1c\x3a\xd6\x77\xbf\x3f\x54\xe1\xb9\xd1\x24\x47\x96\xb3\xd9\x9c\x9b\x17\xb1\x86\x0d\x14\x9e\x0b\x85\x7a\xf8\x57\xbe\x85\xe8\x51\x1e\x29\x47\x87\xf9\xa7\xba\x59\x1b\x5d\xca\xd9\xa7\x46\x41\x57\xe2\x37\xbb\x6b\x08\x2a\x04\x70\x4f\x39\x89\x3f\xde\x79\xe1\xfb\xe0\xe8\xff\xe5\x7a\xf7\xb3\x29\x5d\x7b\x9f\x29\x77\xf4\xfc\x50\x2e\xc8\xe4\x69\xcf\x99\xfb\xa5\xc7\x8b\x7d\x64\x4d\xf9\xb3\xc6\xea\xa8\x24\xe3\x8c\x06\xd0\x1d\x25\x9a\xd3\xbe\x91\xe8\xe6\x02\x09\xba\x0b\xde\xcc\xab\xc5\x5a\x40\x3c\x05\x6c\x3d\x22\x99\x52\x55\xb3\x90\x36\x6c\xac\x66\x73\x05\xf9\x42\x08\xb1\xb3\xd2\x4d\x46\x62\xa7\x10\x1c\x44\x4c\xe9\x6c\x61\xc8\x4b\x72\xee\x00\x0b\x65\x55\x32\x2c\x9e\x2d\x8d\x29\x4a\x4c\xcf\x21\x2a\x1d\x2f\x1c\xf3\x6c\x06\x1f\x93\x8e\x46\x3a\x3c\x1b\xa0\xc5\x76\x42\x33\x66\x66\x6c\xd8\x37\xed\x2d\x7f\x67\x4e\x6a\x84\x18\xa1\x8f\xa0\x21\x04\x36\xfd\x60\x42\x3d\x01\x36\x57\xef\xd8\x62\x5d\x53\x71\x75\xdf\x0a\x26\xa5\x4f\x93\xf3\x8e\x2d\xae\xee\xdb\xa1\x9f\xb2\x27\xd1\x18\x9f\x90\xc7\xff\xf2\xd8\x11\x42\xc6\xc3\x4a\xbc\x3d\x2f\xe2\x9e\x4d\xd1\xea\x32\xcc\xb6\xe6\x17\x3c\x26\xa1\x97\x5c\x33\x95\xf8\xe7\xdf\xc4\x47\x39\xb3\x27\x60\x66\x21\xbc\x29\x70\xf3\x99\x06\x13\xf6\x52\xf0\xd5\xe1\x09\x8b\x9a\x39\x7a\x5f\xa7\x2e\x64\x86\xdc\x68\x14\xed\xa9\x03\x33\xfe\xf8\x3f\x1f\x77\xe6\xda\xef\x45\x47\x0a\xb3\x32\x5e\xc4\x63\x32\x2c\x37\xdf\x8c\xe7\x93\x50\x37\xcb\x36\xcc\x6c\x5f\x01\xe9\x98\xd7\x3c\xe9\x0c\x0f\xc8\x7c\x7f\xfa\x43\x67\x0d\xa1\x7a\xba\x82\xfa\xc7\xaf\xa2\x6d\x98\xae\x9e\x8d\x61\x47\xd9\xc6\x48\x00\xe1\xfa\x8f\x43\x62\x56\xc0\xd1\x8d\xfb\x3b\x8a\x96\x25\x54\x1f\xda\x8f\x47\xa5\xde\xe4\x75\xad\x65\xcb\x7f\xc6\xf4\x9b\x61\xe2\xdb\x24\xd5\x66\x90\x52\xf3\x19\x19\x6c\x2a\xb6\xd5\x93\x30\x20\x90\x56\x93\xcf\xc9\xbc\xba\x67\xe5\x64\x89\xe9\x78\x00\x79\x13\x0c\x7d\xf6\x69\x0b\xe1\x4e\x1e\x5a\xab\x01\x77\xd4\x82\xb7\xbb\x89\xe2\x93\xa2\xae\xda\x19\xa7\xc2\xa5\x62\x1c\x7c\xeb\xe8\xdb\x64\x0d\x10\xa4\x68\x03\x69\xa9\xc2\x14\x86\x7a\x94\x36\x56\xd4\xe5\x30\xac\x1c\x2e\x14\xa2\x88\x3a\x44\xf0\xb7\x08\x01\x26\x20\x6b\xdd\xd3\xd3\xd3\xf1\xe9\xe9\x29\x54\x43\x5c\x15\x5d\x2a\xc8\x4a\x58\x99\x34\x89\x5f\xfe\xca\x67\xb7\xa4\x75\x6d\x54\x95\xf6\x53\xc9\x57\xd6\xed\x59\x30\x13\x1d\x57\x62\xae\xbf\x90\x18\x84\x6a\x53\x79\x47\x4c\x3a\xc5\x77\x41\x6f\x7c\x54\x9d\x3e\xd8\xd1\x70\x78\x43\x4a\xb6\x02\x24\x2a\x83\xfb\xa4\x5b\xc1\x3d\xc8\xf4\x3a\x1b\xa4\xcf\x70\x1e\xa8\x60\x34\xc2\x37\xb5\x6b\x85\x89\x3c\x65\xb5\xd0\xdb\xc9\xa2\x3b\xe1\x9a\x18\xbc\xcd\x64\x35\x88\x54\xba\xdb\x5b\x2e\xee\xe4\x58\x93\x63\x1b\xd6\xa0\x77\x13\xad\x6b\xc2\x45\x18\x06\x1a\xac\x2e\xa6\xd6\xc0\x2e\xf2\xf9\x3c\x41\xc3\xff\x9a\x2b\xe6\x63\xb9\xff\xf8\xf4\x29\x59\x71\xbd\x33\x7d\xb3\x0e\xfc\x46\xb7\xec\x7d\x8e\xd3\x86\x1f\x05\xd9\x16\xc3\xb6\x83\x26\x09\x79\xa5\xbc\xdf\x6b\x59\xcd\xe7\x55\xb1\xae\x15\x2a\x96\xef\x71\x63\xe9\x6d\x6a\x32\x00\x9a\xac\xab\x7a\x8a\xc0\xc7\xbf\x51\xf0\x74\x84\xf8\x7e\xfd\xda\xa4\x6a\xc9\x6b\xbe\x30\xde\xff\x90\x12\x33\x68\x5a\xef\x50\x19\x22\x6d\x85\x8b\x6c\x1c\xc1\xbc\x45\x56\xe6\xb3\x56\x2a\xba\x20\x0d\x5d\x31\x9b\xb5\x72\xea\x96\x11\x73\xa3\x4a\x1b\x2f\x08\x87\xfe\xaf\xeb\xaa\xb8\xab\x77\x84\x4a\xdd\x67\xe3\xd8\x29\x84\x5e\x51\x93\x78\x93\xe0\x89\x0c\xf6\x89\x3f\x9b\x85\xec\x3c\x2d\x82\x2e\x7f\x88\x8e\xcc\x33\x07\x97\x57\xd0\x16\xa4\x26\x3e\x37\x98\x7a\x2e\x39\x2d\x75\xce\xa6\x82\x9a\xe8\x41\x84\xe6\xc6\x13\x92\x38\x81\xda\xa3\x11\xbf\x4a\x6d\x83\xf8\xf2\x88\x12\x71\xd3\xb2\x7c\x6e\x90\x9f\x41\xe2\x1f\xf9\x7b\x20\xa8\x68\x90\x16\xed\x9f\x56\xfa\xbb\xf9\xee\xd9\xef\x62\x2f\x55\xcc\xed\xb6\x6e\x54\x55\x3b\x3c\x21\x04\x26\x40\x30\x33\xe3\xca\x62\x8b\x9b\xac\x6a\x49\xfe\xb4\xa7\xa7\x63\xf2\xd4\x27\x05\x7c\x71\xfd\x06\x95\x16\x80\x76\xac\x79\x9e\x6f\xce\x10\x07\xbf\x1d\xd7\xef\x75\x8d\x3d\x76\x09\xf2\xcc\xb5\xe6\x1f\x65\x41\x83\x3e\x79\xa7\x7b\xb5\x05\x13\x01\x08\x04\x2b\xda\x1a\x30\x65\xcc\x68\x7a\xf1\x1b\x87\x91\x13\xe5\xbe\xb5\x06\xff\x52\xd0\x2d\xa0\xc4\xd9\x93\x6c\x23\xf3\x0c\x40\x86\x60\xba\xc4\xfb\xe1\x08\x82\x00\xa6\x84\x7c\x6d\xac\xf4\xe8\xde\x08\x99\xdb\xd3\xc2\x58\x34\x88\x8c\x30\x41\x0a\xba\x17\x97\xb4\x58\x76\x12\x10\x3e\xb0\xdb\x5b\x9a\xe9\xb7\x0b\x4f\x74\xe1\x7e\x49\xd7\x6d\x7f\xec\xf7\xb4\x43\x7f\xfb\x10\x3c\x14\x4a\x52\xae\x21\xdc\x00\xf9\x18\x30\x3e\x65\xdc\xab\x95\x3e\x04\xd6\xc5\xd3\x24\xb3\xdc\xe9\xb2\x98\xa9\xb5\x32\xd9\x6a\xab\x1f\x99\x6b\xb3\xa6\x52\xe1\xfb\x1b\x64\xa1\x0e\xfe\xbd\xff\x8e\xe9\xec\x3a\x19\x1a\xc5\x9a\x59\x60\x46\x78\xbe\x78\xf8\x05\x5a\x3b\x44\x6e\xc3\xca\x11\x32\xad\x31\x31\x26\x08\x85\x3d\x7d\xe4\x03\x02\x10\xee\x5a\x1f\x61\xef\xa9\x4a\x96\x5c\x2a\x22\xd8\x5f\xd7\x4c\x2a\x69\x18\x72\x29\xe8\xc2\x8e\xdc\x5e\x17\x36\xf7\x3c\xd2\xd3\xa2\xf3\xba\x35\x69\xfc\x21\xfe\x47\xef\x49\xc0\xe6\xf7\x42\x56\x67\x53\x5f\x35\xd0\xf8\x7b\x07\xe9\xe3\x43\x54\x5d\x8a\x26\xf4\xe3\x44\x6e\xe9\x79\xa4\xfe\x62\x70\x3c\xc5\x98\x08\x36\x69\x79\xbb\xae\xf5\x8d\x6b\xd6\x0b\x29\x01\xf4\x26\x2c\x1c\x4e\x27\x84\x98\xf8\x99\x86\x6c\x9e\x26\xdb\x5c\x94\xad\xd4\x2c\xf6\x76\xc9\x58\x4d\xda\xea\x9e\xd5\xa4\x64\xb5\xa2\x64\xb5\xae\x55\xd5\xd6\x15\x5e\xd6\x55\xa3\xaf\x6b\xc9\x4e\x4a\x86\xff\x40\x0a\xca\x53\x90\x2d\x83\xab\xcf\x4c\x24\x12\xc4\x99\x9c\x92\x1b\xc6\xb4\x54\xa9\x5a\x79\x76\x72\xb2\xe0\x7c\xba\xa8\x4f\xe4\x1f\x59\xdd\xfc\xd5\xcd\x14\x50\xf9\x4e\xd7\x7a\xe3\x5a\xd6\xbd\x7d\xda\x99\x2b\xc5\xd7\xc5\xd2\x2e\xd2\x96\x11\x49\xb7\xa1\xe3\x1b\x7e\x46\xb4\x6b\xa4\x5a\x35\x0b\xc8\xeb\x5c\xb2\x7b\x56\x9a\x80\xde\x9d\x29\x57\x95\xac\x51\xd5\xbc\x02\xde\xd8\x14\xcc\xb2\x45\x08\xf8\x5a\x21\x2e\x0d\x6d\xc0\x3d\x19\x2b\x50\x50\xec\x47\x93\x7b\xab\x3f\x84\xe7\xc9\xe6\xaf\x0d\xf7\x30\x74\xdd\xcc\x15\x9c\x9a\x32\x98\x3d\xd3\x71\xbd\xc7\xb7\x01\xfc\x1a\x1a\x4d\xc2\x7c\xb6\x95\xbc\x31\x52\x06\xbe\x40\xfc\x66\xb2\x6d\x3e\x23\x8b\x35\x93\x9d\x80\x0f\x9b\x9b\x59\xd8\x3c\xdf\x20\xbb\xea\x33\x83\xe7\x16\xf7\x4b\xd0\x92\xa9\x78\x63\xeb\xc1\x29\x7e\x7b\xaf\x57\xe4\x7f\xc5\x2d\x7e\xb7\x64\x06\x29\x95\x91\x42\x89\x7a\xb2\x21\x77\x6c\x97\x24\x54\x37\xa7\xb7\xa5\xd2\x20\x5f\x05\x2d\x29\x51\x7f\xfb\x56\x7f\x88\xf0\x9f\x31\x54\xa6\xda\x74\x38\x87\xcd\x79\x9b\x72\x8c\x4b\x3d\x2f\x85\x55\x2d\xe3\x3a\x01\x3e\x11\x5f\x2b\xb2\xa4\x4d\x59\x87\x99\x76\xf1\x77\x19\x2c\x1b\xfc\xce\x67\xf0\x46\x11\x9d\x0f\x2f\xae\x9e\x7f\xf3\xbb\xf7\xbe\x87\x1f\xdc\xd3\xe0\xad\xe0\xf7\x3b\x1f\x4a\x8e\x68\x38\x1d\xc4\xdd\xed\xb2\x2a\x96\xc8\x3a\xa5\x02\xe5\xe7\x12\xed\x50\x5b\x5a\xdf\x41\xe0\x19\x4a\xc9\xfa\x3a\xb5\x3e\x00\x36\xf9\x87\xb1\x33\x59\xa9\x02\x51\x64\x38\xc4\x1a\x5a\xc2\x05\x5f\x31\xe3\x39\x9a\xca\x37\xe9\x4d\xfa\xc1\x6c\x06\x90\x44\xf4\xa9\x42\xd3\x7d\x37\x47\x79\x98\x0d\xbb\x2b\xc4\x4c\xf3\x6a\x54\xf7\x3d\x80\xce\xf7\x3f\x42\x9c\xa0\xfb\x2b\x39\x2d\x86\xdb\xa5\xa9\x7f\x55\x4e\xe0\xc6\x3d\x64\x2b\x56\x12\x60\xb0\x66\x2c\x04\x11\x14\x64\xbe\xd6\xff\xb0\x99\x78\x50\x32\x36\xe5\x62\x09\x9a\x36\xc5\x92\x0b\xa4\x66\xd6\x71\xce\x8b\xb5\x79\x24\x55\xfa\xed\x6a\xaf\x69\xfd\x3e\x5d\x53\x41\x1b\x65\x02\x61\x67\x8c\xd4\x4c\xca\x89\xe6\x13\x13\x2e\x26\xec\xaf\x6b\x5a\x4f\x14\x47\x6a\xf8\x6e\x9b\xdb\x50\xea\x77\xf6\x44\xe3\xd7\x57\x73\x7c\x54\x69\xf6\x02\x59\xfa\xa4\xcf\x1b\x04\x4f\x2e\x69\xf4\xbd\x26\x26\xe3\x1d\x64\xdd\x7e\x15\x89\x22\x48\x29\xd8\x6f\xa2\xfb\x3c\xb0\x00\xc5\x19\xaa\xfa\x04\x25\x07\xd2\x7f\x0e\xce\xd7\x81\x55\x0a\xd1\xac\xfe\x21\xd7\x68\x01\xcf\x4d\x71\xc4\x32\xd9\xe1\xff\xe3\x2f\x14\x36\x94\x5f\x26\x73\xf5\x38\x0a\x9f\x5d\x44\xfb\x2f\xb8\x51\xe0\xbe\x05\x9b\xe1\x3e\x42\x9d\xae\x42\x20\x25\x25\x2d\xaf\xb4\xd4\x12\x80\x65\x9b\x04\x27\x9d\x76\x2e\xdd\xd8\x32\xd9\x8e\x10\xdb\x9a\x92\xba\x92\xb0\x10\xf6\x55\x61\x53\xec\x07\x20\xcd\x3e\x1d\x98\x7f\x7b\xe8\xf5\xd3\x64\x2a\xeb\x3d\x4f\x8b\x02\xd2\x9d\x2f\x30\xc9\x46\xc9\x5a\xb5\x9c\xe0\x27\xd4\xb6\x5a\x2e\x69\x6d\xaf\xde\x15\xb7\xf1\xe1\xe0\xcb\xaa\x2e\x05\x83\x54\x3d\xde\x3f\x77\x1f\x2b\x0c\x6c\x4d\x9a\x83\xbf\x74\xb9\x08\x42\x1e\x89\xc6\x62\x60\xba\x63\x6c\xe3\x99\xd8\x75\xa2\xfe\xb0\x40\x9a\xce\xa0\xc7\xb9\xd7\x52\x99\x42\x1e\xb0\xeb\xb9\x29\xf0\x99\x37\x0c\x24\x6e\xbb\xb1\x67\x59\xc7\x6d\x60\x14\x05\x68\x40\xac\x1e\xac\x62\x3c\x28\x63\x44\x77\x43\x38\x0f\x0c\xfc\x62\x33\x4a\x6d\xe8\x62\x13\x05\x28\x35\xfb\xd0\xec\xf7\x58\xcb\x6f\x76\x4d\xb1\x14\xbc\xd1\x8f\x53\xd0\x66\xd8\x1b\x16\x44\xf2\x40\xe6\xd1\xbb\x23\x64\x46\x51\xfa\x1b\xaa\xcf\xf2\x64\x4b\x77\x20\x3a\x23\x3d\xc0\xb5\x1a\xbb\x9d\x95\x9c\x4c\x0f\x36\x8e\x11\xa6\xd8\xec\x18\xb4\x36\x80\xf4\x07\x47\x40\x53\xa4\xe2\x81\x7b\x45\x77\x21\x8f\xc4\x2c\x59\x3d\x37\x93\x1f\x0a\xc2\x25\x5f\x75\x45\x8c\x25\x85\xa7\xa9\xee\x01\xa4\x14\x02\xb9\x5e\x0b\x07\x78\x90\xb4\x88\x60\x4e\x47\xd5\x78\xf9\xdd\x8a\x53\x16\x6a\xce\x42\x1d\x80\xad\xc8\x68\xad\xf8\x5a\xe1\x73\x2a\x78\x53\x39\xa8\xc6\x28\xd1\x91\x7e\x2c\xe1\x73\xd1\xa9\xbb\x1e\x23\xe7\x7e\xec\xe0\x70\xac\x94\xe2\x49\x60\x09\xd8\x58\xc3\x91\xcf\x0a\x30\x0f\xaf\x22\x2c\xf3\x8e\x6f\xcf\x93\xcf\xc6\x1d\x30\x50\x71\x43\x49\x1f\xc3\xe3\x8b\x3a\xfb\x7a\x5a\x38\x84\xb5\x82\xe2\x8e\xb5\xc2\x1d\x13\xb7\x6a\xcc\xdb\x11\x19\x28\x96\x34\xc9\x02\x83\x7e\x52\xd2\xb7\xe7\xd1\x8a\x1e\x34\xa7\x40\x65\xdf\x94\x42\x81\xfd\x33\x9a\x19\x5a\x7e\x42\x73\x83\xeb\x9b\xcf\x64\x78\xe9\x74\xe6\x56\x31\x37\x9f\xd9\x35\xcc\x4f\x68\xba\x82\x2e\x1d\x4b\xa8\x52\x4a\xe5\xd0\xe9\x82\x29\x1b\x52\x36\x1c\xe9\xbf\xbc\x7e\x29\x50\xb2\x75\x44\xa1\xfc\xcd\xbb\xe7\x2e\xcd\x5e\x7f\xde\xb3\x80\xfc\xf4\x53\x30\x94\xa0\x54\x0c\x5f\x1d\x7c\xc8\x1a\xf0\xdd\xb4\xee\x99\x44\xef\x86\x6f\x8a\x7e\xfe\x39\xf9\x6c\x38\xb0\x52\x13\x98\x1d\xdc\x47\xe7\xf1\x18\x52\x76\xff\xee\x04\x85\x04\xc1\x01\xa6\x7e\x3e\x6f\xd0\x4d\x22\xce\xa1\x64\xa4\xac\x5e\x18\x70\x61\xec\x33\x07\xf2\x09\x65\x2c\x8b\xb9\xf1\x39\x57\xb2\x3c\x16\x0c\xda\x03\x71\xb7\xf7\xef\x6c\x33\x41\xae\x60\x66\x7e\xec\x37\x37\x3d\x01\x55\xfb\xcf\xde\xc9\x71\x95\x0f\xcd\x0d\x14\xfc\x79\x53\xe3\x06\x76\x60\x66\x20\x3b\x82\x5b\x56\x27\x41\x7f\xe5\x47\x63\x7f\x8b\x37\x84\xe1\x2c\xb0\x01\x83\x50\xd2\x0c\xa9\xdf\xf4\x93\x0a\x79\x54\x4a\x29\x33\x14\x40\xfb\xc8\x2c\x7e\x28\x08\xe5\xd9\x02\xf9\x2a\xcf\xa1\xbc\x98\x93\x8c\x8a\x74\x5d\x01\xe3\xce\x3a\x39\x26\x45\x05\xbf\x8d\xe4\x64\xe0\x1f\x28\xc3\x32\xfd\xe6\xaf\x62\x1c\x0c\xf3\x76\x91\xcd\x40\x05\x6e\x8d\x14\x50\x87\x80\x1a\xac\x7a\x90\x3d\xc6\x63\x6b\x01\xc7\x0f\x83\x66\x13\xd1\xcc\xed\x0e\xb7\x24\x63\xf2\x7d\x6e\xf6\xc6\xb9\x5d\xf3\xc3\x28\x10\x11\x3f\x73\x6d\x59\x91\x0e\x73\xe8\x34\x6c\x4b\xae\x70\xef\x7e\xd3\xb0\xfb\x16\x9f\x43\xb0\x9b\x41\xa8\x02\x65\xb2\xa3\x3d\x08\x49\x06\xbd\xdf\xbf\xa6\x1f\xbb\x32\x21\xde\x4a\xcc\x96\x33\x5b\xf4\xb3\x8b\xee\x1e\x45\x91\xd3\xca\x9c\xb7\x5a\x12\xa5\xa4\xac\x36\x36\x37\x4b\x25\xbb\x26\x8a\xbc\xc0\x17\xa2\x7e\x00\x78\x2a\x0b\x45\xbd\xb2\xda\x04\x9a\x12\xa3\xef\x2a\xab\x8d\xbf\x83\xaa\xb9\xa0\x2b\x66\x7e\xce\x06\x43\x9b\xcc\xc3\xc3\x01\x16\x0d\x12\xb0\x9a\xba\x06\x8c\xb5\x90\xd2\xf8\xcd\xd8\xed\x31\x98\x01\x74\xd2\x19\x39\x3d\xf7\x1c\x65\x80\xf6\xb3\x33\xf2\xf4\xf4\xf4\x5f\xc3\xdf\xad\xeb\xe6\x19\xa1\x33\xc9\xeb\xb5\x62\xe1\x57\x50\x2c\x62\x25\x0f\x50\x6e\x53\x51\x61\x47\x88\x14\x85\x96\x2d\xff\x87\xde\xd8\x2f\x5f\x4e\x49\x00\xa2\xef\xf4\xf2\x38\x06\x89\xf5\x6b\x4e\x4b\xd4\xf5\xea\x1d\xcf\x24\x56\x24\x95\x0a\xb3\x0f\x2b\x9f\x24\xd7\x3e\xdd\xb0\x3d\x8b\x0b\x30\x58\xf1\x1f\x5f\x35\x0d\x13\x68\x71\xf8\x23\xf0\xf2\x6d\xd5\x94\x9a\x19\xeb\x66\x8c\x7c\x45\x35\x6d\x78\xe8\xa3\x05\x56\xed\x1e\x11\x92\x4e\xa5\xd0\xa2\xfa\xe0\x7f\x0c\x60\x88\x7a\x49\xc2\x18\xf3\xb0\xe8\xa8\xb3\x86\x53\xd3\xcb\xef\xa0\xe9\x29\x2d\xcb\x2b\x3d\xb4\xd7\x95\x54\x0c\x90\x24\x50\x19\x3b\x78\xa8\xa3\x18\xaa\x2e\x9b\x77\x50\xfb\xfd\x74\x56\x35\xd8\x93\x91\x4f\xd7\x53\xf2\xc2\x72\x8a\x50\x81\x9a\xeb\x9d\xdd\x5d\x7a\x17\x95\xbc\x98\xce\x78\xb9\xeb\xdf\x41\x2b\x2a\x16\x55\x73\x46\x4e\xdb\xfb\x68\xaf\xa0\x61\xb9\xf3\x7b\xdf\xde\x0a\x76\x4f\xf8\xb3\x75\x63\x3e\x23\xcb\xaa\x2c\x59\x13\x7e\xc3\xb8\xfa\x33\x3d\xbc\xe1\x64\x02\xe7\x6e\x02\xd6\x87\x09\x7e\x41\xb7\x91\x51\x58\x65\xb2\x65\xb3\xbb\x4a\x4d\xd6\x92\x89\x09\xf2\x9d\x33\x78\xf2\x47\x85\x56\xfc\xc7\x5c\x89\x24\xa5\x08\x6a\x84\x83\x80\xaf\xef\x50\x58\x1f\x00\x2c\xca\x6c\xbd\x58\x40\xe8\x37\x23\xb4\x2c\x89\x99\x0e\x6b\x90\xd6\x53\x1a\x65\x9b\xe2\xf3\x39\x6a\xca\x2d\x31\x13\x6d\x80\x3e\x16\xc6\xcf\x21\x00\xa7\x72\x6b\x18\xae\x8e\x69\xe4\x96\xb7\x01\x8e\xeb\xc1\xe2\xcf\x31\xef\xba\xaf\x31\x28\x68\x5d\x0c\xc3\x59\x2d\x96\x54\xe8\xad\x65\x7c\x5d\x46\xe4\x0b\xf2\x6f\xa3\x41\x2c\x6c\x83\x8b\xce\x05\x6c\x98\x84\x2b\xc1\x27\x64\x4a\x1e\x48\x3a\xc0\x68\xb6\xf3\x0e\xd6\x7f\xf2\xb7\x60\x25\x88\x35\xe9\x9f\x91\x59\xcd\x8b\xbb\xf3\xe8\x9b\xdd\x4a\xfb\x7a\x1a\xd7\x80\x40\x9d\x87\x56\xfb\x80\x5d\xd7\x03\x5b\x32\x5a\x46\xc7\xdd\xec\x30\x77\xce\xf5\xae\xb9\x94\xf2\x75\xd5\xdc\xbd\xcf\x4f\x46\x5d\x35\x77\x01\x83\x0e\x2b\x24\x39\x65\x05\xab\x07\x63\x82\xb3\x27\x97\x8c\xa9\x41\xb7\x21\x1b\xb9\xbf\x7f\xd6\xb3\x5d\xef\x90\x71\x3c\xfb\xf6\xfa\xc5\xf5\x50\x1f\xea\x92\x8e\xce\xc8\x0d\x17\x62\x87\xe0\x4f\x64\x80\x7b\xf4\xfd\xc0\xc8\x2c\x4e\x96\xc1\xd8\x45\x2a\x23\xe8\x3b\xa4\x06\x40\x3e\xc6\x37\xe5\x2f\x72\x4a\xc8\x2b\x87\x21\xd9\x56\xc5\x1d\xa1\x64\xc6\x20\x1b\x04\xb8\x80\xcc\xb9\xf0\xd8\xf6\x6c\x05\xda\xbb\x0d\xaf\x4a\xaf\xaf\x28\x78\x5d\x57\xd2\xa8\x97\x6d\x0a\x8c\x3b\x9b\x3f\xa2\x62\x75\x49\x58\x59\x29\xf0\xd7\x60\x98\x30\x0f\x81\xf6\x8d\x19\xd7\x03\x75\x81\x1d\x99\xd0\x66\x07\xbd\x7f\x64\x11\x89\x66\x0c\x08\x30\x8c\xc1\x74\xa7\x14\xbc\xdb\x18\x7a\x35\x95\x21\x44\x1a\x8e\x1d\xb4\x4f\x9b\x4a\x68\xda\x48\xea\x8e\xed\xc0\xb7\x07\xc5\xbf\x57\x6f\xae\xf4\xe0\x9f\xaf\x31\xc1\x33\xe2\x60\x6f\x19\x01\x1d\x17\x9f\xcf\xc1\xcb\x07\x6e\xae\xa6\x5d\x2b\xb2\x64\x75\xcb\x04\x01\xcf\x1b\x3b\x76\xaa\xc0\x4d\x48\x8f\x01\x49\x80\x37\x1c\x22\x6d\xea\x26\x56\xd0\x9d\xaa\xa1\xe5\x86\x09\x7d\xb8\xea\x1d\x59\xad\x11\xb4\x58\x42\x86\x1a\x4d\xda\x4c\xdb\x8d\x1e\x0c\xce\xb2\x64\x61\xaa\x3d\xf0\xb6\x52\xb4\x29\xa9\x28\xcd\x93\x08\x34\x5b\xf8\x65\x26\xf8\x16\xac\xf1\x06\x13\x74\x6c\xec\xa9\x6b\x15\x18\xe8\x25\x9d\xb3\x7a\x47\x2a\xcc\xc5\x48\x66\x3b\xa3\x1b\x33\x95\xbd\x15\xce\x6c\xa7\xfc\x06\xbe\x9f\xe0\xe7\xe0\xb4\x98\xf2\xc9\x41\x31\xd7\x96\x5d\x75\x7d\x68\x94\x58\xb3\x83\xf5\x64\xcb\xea\x1a\x30\x6c\x75\x15\xb0\xeb\x1d\xac\x43\xd7\x8a\xdb\xf4\x0f\xba\x16\x9f\xcf\x8f\xac\x03\x2e\x4a\x0f\xaa\x42\x5b\x45\x6b\x10\x07\xc8\x40\xdf\x40\x07\x6b\x09\x6e\x46\xcf\xee\xd5\x8c\xdf\x1f\x2c\xaf\xe8\x0c\xf4\xc5\xba\xce\xe4\x69\xae\x78\xdf\xa5\x0f\x79\x43\x27\x90\xd4\xe2\x8c\x28\x41\x1b\x89\x8f\xde\x90\x6f\xf6\xb3\xee\x39\x6f\xd4\x64\x4e\x57\x55\xbd\x3b\x23\x2b\xde\x70\x00\xc6\xea\x94\xd0\x0c\xf9\x8c\x3c\xfd\x55\x2c\x40\xc0\xa7\x0d\x15\x15\x6d\xd4\xa4\xae\x16\x54\xad\x05\x93\xdd\x5b\xbc\x4f\xd0\xb0\x12\xc5\x64\x77\x66\x4c\x91\xe7\x2e\x58\x6a\x72\x9f\x93\x33\x00\xd6\x76\x02\x7d\x3c\x23\xad\xe8\x13\x7a\xa3\x46\xd6\x4a\xdf\x35\xd8\x2b\xf2\x59\xb5\x6a\xb9\x50\xb4\xb1\x2c\xdc\x49\x55\x1d\x86\x6c\x66\x3e\x54\x41\x99\xb5\xe8\x0a\x8b\xd8\xfb\xc1\xd8\x8a\x7f\xf8\xe6\x48\xc4\xbf\x83\x54\xc0\x53\x23\x25\x02\x8e\x18\x0f\xa5\x04\x0e\x12\xf0\xe2\xf5\xe4\xd0\x37\xe2\x63\x08\xad\xf8\x86\x7d\x0a\x3a\xac\x29\x3f\x05\x99\x82\x36\x45\x38\x4f\x1f\x45\xa9\xe0\xed\xce\x93\xb8\xe4\xed\xee\xa1\x14\xc0\x81\xc2\x93\x00\xb7\x89\x0e\x8d\x93\x13\xf2\x02\xdd\x9d\xd0\xa1\xe9\x73\x52\x0a\x0e\xde\x66\x9a\x33\x9c\x18\x7e\x89\x38\x7a\x78\x27\xa2\x7b\x84\x49\x61\xa6\x6f\xa2\xe1\x8e\xa9\xdf\x8e\x0c\x77\xb7\x19\x28\x4b\x36\xa7\xeb\x5a\x91\x99\x71\x49\x44\x1b\x60\xc1\x9b\xf9\x5a\x32\x7b\xf7\x1f\x1e\x83\xee\xcc\x60\xec\x9f\xc0\xee\xb1\x8f\x58\x65\xfa\x05\x82\x0d\x0d\x23\x9d\x95\xf5\xbc\x20\xe4\x43\x7a\x8a\x3a\x4d\xdc\xb1\x5d\xc9\xb7\x8d\x9f\xa8\xe7\xbc\xdc\xfd\x81\xed\x5e\xf0\x6d\xd3\x7d\x1f\x05\x6e\x62\x80\x09\x4d\xab\x26\x80\x6f\xb6\x9e\x1d\xe8\x31\x23\x4c\x5a\x42\xeb\x83\x09\x56\xb3\x9e\x1b\xac\xac\x36\x01\x53\x75\x85\xa7\x55\xa9\x5f\x90\x30\x5d\x67\x82\x6f\x27\x60\x9f\x19\x64\x0a\xf6\xf2\xdf\x7e\xde\xea\xdf\xe8\xd0\xdf\x63\xdf\x52\xd9\x87\x91\xde\x2d\xfb\x1f\x46\x58\x22\xb3\x71\x53\xbe\xe6\xc6\xe4\x67\xdc\x81\x67\xdb\x6c\x2a\xee\x0d\x84\xfe\x7c\xc6\x1d\x11\x65\xbe\x76\x87\x5a\x00\xef\xc0\xc3\x5b\x54\x98\x3e\xa7\x8b\x7e\x01\x02\x4a\x4c\x66\x74\x11\xf4\x31\xaa\xf9\x31\x53\xbc\x6f\x1e\x1f\xfa\xb8\xe8\xde\x2d\x01\xeb\x9f\xc1\xcb\x2c\x1a\x66\x66\x04\x3e\x43\x6f\x90\x62\x0d\x2c\xe7\x33\x0b\x73\xac\x78\x4b\xe6\x7a\x8a\x29\xa4\xdb\xa9\x8d\x97\x19\xd2\x37\x5f\x04\x33\xc3\x41\x4f\x7e\x70\xbb\x7f\x64\x72\x4d\xd5\x3b\x34\x47\xd9\x95\x02\xd7\x67\x10\x48\x69\x9c\x18\x29\x50\x7d\x6a\x91\x10\xe2\x03\xd0\x1a\x5b\xef\x8c\xa3\x62\xe8\x25\x6f\xfb\xc6\x85\xed\x8b\x21\xe3\x22\x02\xac\x27\x81\x1d\xf7\x4b\x5e\x97\xbd\xcb\xad\x07\x12\x2f\x34\x14\x8f\xce\x9b\xe2\x2d\x94\x9b\xcc\xb9\xd0\xef\xcd\x89\xeb\xf1\xa0\x5b\x31\xdd\x1c\x9d\x4d\x91\x39\xb3\x9d\xad\x6f\xa9\x75\x16\xd6\x8e\x25\x6e\x33\x5a\xce\x6e\xf9\x68\x30\xf8\xfb\xc1\xf1\xec\xe9\x5c\x40\x39\xe6\x85\xb8\x17\x40\xe3\x49\x0b\x70\x4d\x95\x8e\x13\xea\xe7\x45\x55\xd0\x1a\x91\x52\x8d\x97\xac\x4f\x8e\xd6\xc8\xf5\x0a\xc4\x7e\x73\x7b\x98\x87\x0d\x6c\x1a\xa3\x00\x9f\xad\xe7\x73\x26\x8c\x5f\xc9\x0e\xa1\x64\xad\x92\x83\x90\x57\x6a\x20\x21\x39\x20\x7a\x4a\x4a\xef\xe9\xec\xdd\x18\xf5\xc3\xb0\x6d\x19\x15\xd6\xd1\xd0\xbf\x17\xf0\x35\x54\x21\xcc\x77\x2e\x87\xe8\x76\xc9\x9a\xd4\x81\x55\xd3\xac\x24\x26\x14\x0c\x6d\xdd\x88\x0e\x2f\x99\x22\x03\xe8\x60\x55\x57\x6a\x67\x4f\xfe\x40\x77\xe3\x8e\x31\x84\x95\xb7\x6f\x23\x4c\xf1\x07\x50\xb7\x41\xa6\x04\x24\x57\x39\x3f\x65\x7f\x52\x30\xc8\x03\xbd\x9c\x07\x70\x61\xe3\x37\x39\x20\xeb\x76\x0b\x2f\xc8\x21\xfc\x0c\x97\x13\xb8\xd7\x82\xdf\x92\x9e\x0f\x1f\xca\x62\x7c\x4b\x69\xf8\x2a\xaf\x56\x6c\xa4\xaf\x79\x0c\xf7\x80\xcd\x30\x4e\x1a\x5f\x30\x65\x54\xad\xba\x04\x9f\xeb\x79\x2f\xee\xa6\xb1\xeb\xde\x33\xc1\xe8\x51\x77\x5c\x50\x3c\xda\xa8\xf8\x3b\x15\x8c\x0e\xb2\x65\x3b\x07\x2d\x33\xd7\x87\x2f\x99\x80\x62\xbc\x99\xe5\x66\xe1\xe0\x3b\xac\x69\x3d\xe3\xd8\x6e\x17\xb0\x92\xe4\x47\xce\x57\xce\x1d\x4d\x4b\x39\x33\xeb\x6b\x8f\x49\xa1\x6c\x4a\xd7\xb5\x1e\x1e\x97\xca\xb9\x51\x60\x04\x84\x75\x9e\xa5\x98\xba\x6c\xe6\x62\x54\xa6\x39\x15\x0b\x3a\xc7\xf9\x38\x2f\x98\x33\xd2\x30\x69\x0d\x7f\x8d\xd5\x9f\x83\xf6\xa1\xe1\xca\x92\xb3\x5c\xd5\x8c\xc4\x0e\x40\xf7\x9e\xd4\x6c\xc3\x6a\x14\xf2\xcc\xd3\x1c\x3c\x40\xac\xf3\xba\xd3\xbb\x80\x26\xdf\xeb\x53\xbe\xe6\x8a\xd9\x2e\xe1\xc0\xc1\x73\xfb\x0c\x74\x92\x92\x59\x3d\x48\x41\x1b\xe8\x07\x46\x71\x81\x0b\xa0\x99\x60\xd7\x35\x1b\x55\x7a\xbf\xaa\x1b\x89\x7b\x01\xe8\x6c\xb7\xdb\xe9\xf6\xdf\xa6\x5c\x2c\x4e\xbe\x3c\x3d\x3d\x3d\x91\x9b\x45\xb0\xb8\x1b\x7f\xcf\x95\xd5\x26\x8f\xfe\x6a\x76\xdf\xd7\x37\x43\xa0\x3d\x26\x03\x4d\x63\x14\x11\x89\xf6\x9f\x9e\x90\x09\x4e\x12\x17\x71\x63\xc9\x9b\x18\x08\x0e\xc6\xd8\xe9\xd1\xbe\x92\x1b\x26\xa4\x66\xb3\x63\x32\x78\x3a\x7d\x9a\xb6\xde\x2b\x57\xec\x37\xa2\x28\xde\x26\xc6\x98\x9a\xcd\x55\xf2\x53\xe6\x70\xe8\xfd\xee\xf4\x61\x92\x35\xa5\x31\x22\x5b\x5b\x95\x5d\x9c\xbf\xe0\x92\x42\xc6\x55\x8a\xee\xd8\x64\x09\x07\x49\x06\xb9\x26\x91\x52\x41\x5b\x85\x2e\x40\x0c\x4b\x96\x3e\x99\xc6\x1c\xb3\x0e\x68\x7e\x66\xd0\x1b\xf8\x8a\xe9\xb7\xee\x76\xc9\x49\x41\x45\xe0\x6a\x0d\x55\x6f\xa9\x58\xb0\x3e\x55\xa5\xa6\x0a\xbc\xc1\xcf\x61\x58\x29\x5a\x49\xf4\x30\x9f\xc0\xf7\x89\x82\x02\x83\x7c\xad\x23\x75\x1d\x71\x9d\xec\xaa\xed\x5b\x33\xaf\x67\x08\xd4\x14\x4e\x2d\x10\xfe\x66\x16\xb2\xbd\x3f\x77\xd6\xfb\x01\x5e\xbf\xb1\x91\x64\xc0\x5b\x5a\xc0\xda\x9e\xf6\x75\xd3\xbc\xe0\xae\xac\x9e\x33\x08\x04\xd8\xcf\x21\x43\x2a\x3d\xb4\x3b\x8f\x29\xb7\x35\xd9\xbd\x7a\xd5\xb4\x6b\xf7\xba\xc7\x47\xe3\x5b\x5f\xf9\xd6\x96\xe8\x3e\xb1\x50\x0e\x31\xa1\x06\xb1\x3b\x9f\x09\xe1\x01\x7f\x5e\xa7\x17\x32\x9b\xac\x51\x13\xb9\xe2\x06\x1a\x0f\xc5\x0f\x17\x69\xd9\x1a\x93\x6b\xe8\xeb\x6e\xa1\x70\x75\xcd\x97\x48\xe8\x5b\x5a\xaf\x9d\x47\xe7\xe5\xcd\x4d\xa4\x7e\x82\x0b\x5c\x5f\xa8\x96\xb6\x8d\xe6\x0b\x9a\x20\xe4\xc6\x87\x1e\x79\x75\x15\xb4\x31\xcd\x35\xce\x5b\xf5\xde\xf7\xfa\xba\xd5\x3b\x87\xd6\x64\x03\x1d\xd1\x0d\xb9\xd7\x56\x3c\x40\x0c\x7c\xd4\xff\x33\xef\x5f\x38\xbe\x0e\xf1\xdc\x24\x60\x36\x70\xb1\x0e\x03\xfa\xa0\xd5\x59\x32\xf5\xd2\x4f\x47\x60\x7a\xf6\x93\x34\x8e\xfb\x1c\xbb\xee\x07\x9a\xc0\x79\x44\xc7\xfd\x61\xc3\xdb\x33\x44\xb2\x64\x70\xf4\xba\x53\x37\x6e\x9a\x2e\xe2\x2e\x9c\xa7\xae\x15\x47\x93\x19\x78\xbb\x14\xd6\xd9\x35\xc5\x65\x18\xd1\x68\xf7\xdf\x9e\x29\x5b\xf4\x4d\x19\x0e\x2a\x84\x98\xea\x9b\xa0\x64\x8f\x2b\x42\x6d\xb8\xab\x37\xe8\x84\x79\xb4\xbc\x84\x9a\x6c\xed\x70\x2f\x34\xeb\xba\x1e\x83\xa4\x80\xb8\x63\x96\x64\x21\x41\x79\x51\x73\x5a\x82\xd0\xa2\xdb\xab\x14\xa4\x21\xb6\xd5\x08\x17\x10\x10\xab\x2f\xea\x70\x3b\x01\x12\x1a\x80\xee\x53\x17\x47\xa8\x8f\x5f\xdb\xd6\x15\x2b\x83\x06\x8e\xd9\x67\xdf\xa0\x39\xe9\x1b\x51\x87\x93\xb6\x16\xb5\x07\xd5\x71\x7f\x1c\x36\x80\x2d\x05\x9b\x0f\xc6\x44\xd7\x08\xbd\x51\xba\xd5\xbc\xc3\x95\x77\x50\x89\x8c\x9e\x7b\x8d\x5f\x40\x23\xcc\xf0\xef\x2c\xbc\x7d\x8d\x84\xfd\x4f\x1a\x09\x71\xdf\x7b\x1a\x39\xb4\xf9\xfc\x3c\x9a\x4b\xc8\x4d\xa4\xe6\xc0\xc1\xd9\x0c\x8d\x77\x89\x4d\x55\x39\xec\xeb\x3d\x0d\xa1\x84\xd0\xd9\xdd\x91\x4b\x00\x94\x19\x76\x15\x3c\xee\xf7\x63\x4e\x92\x60\x41\x0a\xe0\x87\x1c\x27\x30\x30\x1c\x6c\x43\xee\x6d\x03\x68\xf4\x72\xb4\xc2\x14\x3f\xae\xa5\x05\x53\xcf\xe3\x84\xc6\x0f\x19\x4d\x92\x0b\xf9\x98\x71\xed\x69\x6d\xff\xb8\x66\x9d\x8a\x47\xcf\xa5\x6f\xf3\xd5\x8a\x2e\x22\x67\xa5\x4a\xff\x70\x44\x9b\xb6\x22\x94\x7f\x58\x9b\x26\xe6\xdc\x07\x94\x55\x3f\x1e\xd3\xa2\xa9\xa6\x4b\x3f\xac\xbd\x00\x05\xca\xb5\x19\x63\x2d\xee\x6d\x37\xa8\x6e\x6b\x1d\xd3\xfe\x65\x14\xf3\xe8\x96\xd4\xfd\x1a\xb4\x1c\x85\x47\xfa\x3f\xd2\xec\x03\x26\x50\x1a\xc4\x41\x88\xf2\xb7\x0a\x39\x1f\x60\x1a\x63\x52\xdc\x2e\x99\x49\xb5\xe3\x1e\x95\xf6\x2e\x8a\xb5\x22\x50\xe8\x20\xf7\x5f\x30\x13\xce\x9d\x2e\x60\x10\xcb\x80\x5f\x90\xc8\x82\xa9\xcb\xba\xd2\x8f\x64\x7d\x25\x27\xb6\x2f\x77\x8a\x90\xd1\x5a\x11\x1b\x02\xcc\xf1\x0f\xf4\x90\x32\x62\x36\xfc\x8e\x63\x99\xec\x8d\x5e\xd5\xec\x77\xdf\xc4\x45\xb9\xbd\xf6\xcc\x9c\x4d\x25\x5c\x95\x0b\x80\x9b\xf6\x09\xc5\x3e\x7a\xda\x2c\xda\xe6\x1e\x6e\x12\x4d\xf1\x70\x64\x46\xbc\x6f\x3c\x06\x9a\x66\xdf\x80\x8e\xeb\x1d\x06\x95\x3f\xac\x7b\xd8\x78\x06\xe8\x32\x0a\x3b\x31\x1a\x0f\x5e\x97\xb2\x0b\x6d\x63\x01\x82\x1e\xec\x69\x19\x78\xf7\xef\xef\xb4\xbb\xbe\x7b\x01\x39\xad\x5a\xd1\x3d\xa1\x93\x0e\xff\xec\x8e\xe2\xa4\x19\x57\xde\xc3\x97\x49\xd4\xd1\xcb\x1a\x34\xa0\x6b\x05\x79\x58\x0b\x5a\x2c\xd1\x44\xf5\x75\x3f\xf8\x48\xd0\xb8\x60\x9a\x15\xe9\x4a\x3d\x52\xc0\x5e\x20\x8b\x23\xc0\x25\xc2\x9e\x2e\x11\xc0\x33\x88\xcf\x0a\x20\x4b\xa2\xa3\x05\xfc\x08\xdc\x3b\x1d\x02\x02\x8c\x0c\x11\x7b\x00\x71\x82\x1a\xa8\x8b\xf4\xfd\x77\x0d\x91\x50\x0f\x82\x71\xb1\x6b\x68\xdf\x5e\x16\x7c\xe9\xc1\x4b\x29\x99\x0a\xd1\x6f\xf6\x61\xbc\xd8\xd7\xb0\x99\xfd\x61\x64\x24\xec\x45\x75\x71\x57\xd1\x92\x95\xeb\x9a\xbd\x83\x19\x48\x5e\xd3\xaf\x9a\x39\x17\xab\x14\xd7\xc9\xb9\x19\x0a\xce\x55\x10\x5b\x09\x08\x55\xe0\x08\x24\x10\x65\x28\xb2\xbe\x68\x7a\x0e\x61\xaa\xe1\xa4\xe6\xcd\x82\x09\xfd\x8e\xad\x1c\x6a\xd5\x4d\x90\x1b\xd8\x38\x89\x79\x3f\x20\x48\xa2\x5a\xa2\x96\x3f\x19\x1b\x60\x65\xe2\x8e\x19\x8e\x48\xc3\xb7\xd0\x98\x39\x76\xfa\xc9\xdb\xa8\x4a\xb0\x7a\x07\x00\x46\x4c\xb8\x6c\xea\x10\x61\x5a\x29\x52\x56\xa5\x51\x63\xa1\x8e\xd6\xe2\x27\x69\x32\x8d\x8f\xfa\x0d\x7b\x10\xf9\x08\xfb\x58\x0a\x6b\xf5\x35\xe0\x5a\xb8\x25\x30\x9a\xb4\x80\x3d\x5b\x46\x9b\x53\xde\x55\xad\x34\x93\x86\x54\x1d\x5c\x12\x90\x9d\xeb\xb7\x16\x6e\xce\x71\xe8\x16\xa5\xef\xd7\x19\x82\xe4\x40\xa0\xaa\xc1\x4e\x22\x98\x8d\x38\x61\xcf\x4b\x2a\xc9\x0c\x60\x13\x8c\xb5\x0c\xb2\xc5\x38\x3d\xb5\x47\x0b\x59\x52\x99\x74\x74\xef\x16\xad\x1a\x58\xbc\xc4\x05\x3d\x9f\x70\xd2\x19\xa4\x92\xd8\xcc\x30\x17\xa3\xcd\x11\x17\x5a\x91\x42\xac\xe9\x28\xff\x77\x3e\x03\x5d\x90\x3c\xc0\xe8\x03\xfb\x92\xc9\x05\x69\xe4\xd2\x50\xd1\xbd\x8c\xc8\x72\xab\x0d\x58\x8d\xda\x77\x0e\x70\xc7\x5d\x5b\xb7\xfe\xd7\xa1\xc3\x0f\xc4\x31\x65\x4a\x3f\x8f\x3e\x0c\x03\x92\x81\xaa\x4b\xaf\xff\xb7\x78\x8c\xde\xf1\xad\x7c\x1f\x16\x1b\x27\xb4\x0f\xbf\xa2\xec\x91\x7f\xb5\x67\xfd\x7c\x1a\x5e\x0b\x6d\x11\x2c\x77\x1e\xf5\x35\x8c\x2d\x4d\x71\x31\xe2\xbd\x22\x99\xba\xc5\x2f\x43\x17\x61\x38\xf4\x31\x1a\x26\x89\x23\x04\xe9\xe5\x28\xd8\xc0\x60\x28\xe0\x7f\x76\xe1\x1a\x98\x32\x22\x51\x98\x58\x8d\x60\x24\xce\x3e\x8c\x1f\x83\x6e\x28\x91\x47\xdb\xfb\xbd\xea\x2d\x53\xbc\xbd\x27\x4f\xc8\xa0\xbd\x0f\x6c\x05\x7d\x7a\xa4\xae\x6c\x63\x2f\xb8\x9f\xd3\xfb\x45\xbe\xf7\x91\x58\xd0\x52\x21\xd9\xab\x46\x0d\xf7\x8c\x25\xee\xe4\x1b\x83\xf6\x05\xfc\xc6\x74\xcc\x05\x18\x79\xdc\xae\xaa\x41\x2c\xa0\x0e\x56\x5a\xa8\xe2\xdc\xa2\x4c\x78\x6b\x97\xc9\xfc\xad\xb8\x85\xfd\x02\xa6\x35\x68\xb8\x58\xd1\x7a\x40\xaa\xb9\xbd\x61\xf9\xaa\x52\x26\x41\xae\x07\xda\xf7\x00\x63\x1f\xc8\xb3\x04\x72\xcc\xdc\xdf\x07\xe7\xcc\xb4\x7b\x99\xe0\x97\xb9\xc9\xf3\xbd\xc6\x69\x3c\x39\x21\x5f\xaf\x57\x33\x26\x2c\xf0\xb9\x37\x0d\xd2\x0d\x13\xd4\xc8\x2b\x5e\x8a\xee\x4e\x95\xb5\x71\x35\x40\xe7\x7a\xfe\x1a\xa8\x5c\x90\xa7\xa7\xa7\xe7\x69\x0b\xe0\x07\x42\xc0\xad\xb7\x6a\x58\xb6\x29\xf7\x00\xe9\x6f\x49\xd7\x75\x49\x40\xa1\x99\x47\xa1\x62\x0c\xe1\xd5\x22\x15\x95\x43\x5c\x4b\x14\x56\x7d\x96\xdc\xa8\x5a\xec\xac\xa4\x7f\x9a\xb8\x2e\x81\x87\xe6\xa0\x5b\xa5\xcf\xf6\x75\xc8\xfa\x95\xb3\x7f\x65\x2d\x60\x59\x1b\x58\xfc\xdd\xbe\x19\xe9\x5a\xf1\xc0\x01\x33\x2e\x64\xde\x8f\x9d\x32\x56\xdf\x88\xe6\x34\xe7\xae\x6e\x42\x8d\x2c\xda\x18\x25\xb2\xa5\x60\xfc\x32\x0e\xe8\xe6\x4c\x15\xb4\x2e\xd6\x35\x80\x09\x58\x2a\x31\xaa\x63\xd5\x90\x97\x95\x60\x73\x7e\x9f\x4c\xdd\x4d\x4b\x9b\xc3\x0b\xa5\x5b\xed\xae\x14\xd4\xcd\xac\x96\x2e\x3d\xd1\xed\x23\x2a\x41\x67\xb9\x4c\xbd\xa6\x61\xe2\xf7\xb7\x6f\x5e\x07\x71\x20\xc3\xc1\x1f\x07\x53\xc1\x5a\x46\xd5\xd0\xef\xba\x91\x66\x8c\x7f\x12\x83\x91\xfd\x14\x6d\xfd\xcc\x06\xea\xfa\x82\xb9\x66\xed\x3c\xfb\x9f\x9f\x53\xc9\x74\x5b\x9f\x7a\x16\x66\x86\xae\x19\x3e\x2e\xec\x96\x36\xc0\xaf\x2c\xea\x8a\xb5\x66\x2e\x19\xb1\xe5\xfb\xba\xd7\xbd\x31\x06\xa7\xe6\xb6\xc8\x97\x4f\x52\xfa\xfe\x31\xb1\x52\x04\x9d\xf7\x94\xbf\xb3\xaf\xee\x80\xdd\xfe\xf4\x13\x58\x38\x8e\x70\xed\x31\x9c\xc0\x41\x2b\x43\x0b\x07\x54\x30\xe9\xd2\x04\x6a\x9b\x04\x05\xd2\x91\x33\x6a\x88\x93\x80\x31\xed\x0f\x5f\xf3\x35\x0d\x63\x3d\x21\xe9\x16\x7a\x74\xcc\x0e\x72\x73\x8b\x91\x45\x9a\xa0\x5d\x35\xbb\x79\x92\x35\xc0\x94\x1a\xb7\xbc\x3d\x4f\x1a\xe8\x68\xed\x3b\x0d\x74\xe7\x3b\x5f\x27\x2c\x9b\x71\x5f\xe8\x71\xfa\xde\x2c\x82\x41\xfc\xc8\xf9\xea\x25\x2d\x14\x68\x6d\xbd\x43\x41\xe8\x53\x72\x7e\xa8\x89\x4e\xe7\x4c\x13\x5e\x76\xf0\x9a\xd2\x2c\xac\x4a\x0a\x1a\xda\x7d\xa0\x0b\x36\x59\x05\xd2\x84\x95\x79\x12\xac\x51\x40\xef\x29\xc1\xeb\xc0\x5f\xa5\x06\xc5\x96\x36\x04\x43\xbe\x80\x83\xaa\xe2\xb0\xb6\xac\x23\x83\xf5\xe9\x2d\x92\x32\xf0\x63\x4e\x3a\x18\x1e\xb2\x4e\xbf\xd3\x8f\x74\x52\x56\x2b\xd6\x48\xc0\x79\xd4\x03\x0a\x74\x54\xe6\x1d\xa6\xaf\x71\xf4\x92\x83\x37\x35\x35\x2f\x32\x63\xd5\xd3\x84\x02\x12\x46\x18\xf4\x0e\x6b\xc7\x28\x6a\xf6\x0c\xb6\x17\xa9\x2f\x39\xe6\x08\x4a\x1e\xa9\x5a\xc9\xa4\x6b\x5c\x2d\x7c\xe1\xf3\xc8\x8a\x1a\xe3\x4b\x46\x82\xb1\x79\x73\xc9\x17\x6e\x94\xef\x87\xa3\xbd\x0f\x8d\x76\x3d\xab\x2b\xe9\x72\x56\xbb\xc8\x57\xf2\xb7\x00\x20\xee\x0c\x35\x0a\x1f\x2c\x43\x49\x86\x1f\x3c\x2a\xb0\xce\x3b\xbe\xbd\xe5\xf8\x3e\x1b\xc2\xcf\x19\x95\x03\xe0\x60\x0e\x47\x0e\xac\xc8\x11\x48\xb5\x2a\xf8\xf1\x43\xfe\x61\xe2\xb2\xd8\x80\xeb\x5d\x20\xe2\x3b\xe8\x5f\xab\x2f\x3c\x6a\x53\x67\xe6\xaf\x47\x87\x1e\xea\xd8\x73\x6a\x57\xbf\x64\x19\x04\x56\x5f\x1b\xb9\xf6\x5e\x34\xd6\xa0\xb0\x55\xe5\x3a\x0f\x23\x8c\x1a\xb0\xf7\x27\xc0\x56\x52\x8b\xeb\x06\x53\x30\x63\x06\x1a\x36\xc2\xa2\x96\x4a\x1f\x3d\x17\x6c\x07\x32\x94\xc5\x6b\xb5\xee\x47\xf3\x9a\xeb\x13\xd4\xec\xc8\x1c\x0a\x73\x83\x84\x89\x27\xcd\x79\x15\x6d\xdc\xe3\x1a\x16\xd4\x24\x2b\x98\x4f\xe5\x8a\x0a\xf5\x52\xd3\x78\x51\xe9\x75\xb7\x1b\xac\x33\x9a\x71\x86\x55\x4c\xad\x87\xb6\x87\x5a\x6a\x48\xc1\x57\xed\x5a\xa5\x4f\x01\xbe\xd6\xcf\x24\xc5\x16\x82\xd6\xe6\xfe\x32\x70\xbe\x2e\x9b\x86\xef\xa2\x74\xfa\xf3\x6c\xdf\xbf\xe8\xef\x4a\xd4\x13\xd0\x9b\x1b\x7d\x58\xc1\xc8\x8c\xa9\x2d\x63\x91\x67\xab\xe9\x1f\x04\x6c\x70\x65\x26\xce\xfc\xa8\xc5\x58\xe9\x3c\x47\x67\x8c\xac\x68\x09\xee\x80\xc0\xb1\x24\x38\x62\x63\x30\x37\x3a\x0d\x5a\xb1\x57\xb0\x82\x8b\x12\x4f\x22\xfa\xb0\x48\x4e\x2a\x65\x7d\xc4\x1a\xab\xd6\x22\x35\x55\x88\x16\x5b\x32\x5c\x54\xe7\x7c\x6e\x35\x1d\x99\xd5\xbb\xe5\xed\x1b\x68\xd4\xa6\x87\x4c\xbe\xe3\x69\x76\x45\x3a\xcb\x48\x26\xdd\x79\xf6\x67\x20\xf1\xe4\xc6\xe1\xd9\x80\xe7\xfe\xae\xd8\xa7\xff\x23\xaf\x36\xd2\x64\x1c\xf8\xd0\xe9\xf9\x3e\x85\x59\x26\x73\x78\x06\xb6\x2d\xa6\xf9\xa4\xc3\xad\x0d\x9f\xcd\x28\xc0\x32\x49\xfd\x43\x24\x29\xcb\xa2\xba\x37\x4e\x64\x5b\x71\x01\x2e\xdd\x68\x16\xeb\x5f\x63\x4c\x52\x29\xd7\x48\x35\x23\x69\xbd\xa5\xdd\xec\xdd\x03\xf0\x24\x1d\xf6\x7e\x4a\xfa\xe5\x17\x80\x37\xc1\xf5\x84\x42\xdc\x6b\xfd\xe5\x40\x6d\xbd\xa1\xb3\x95\x6f\x79\x4b\x26\x3d\x3d\x39\xa4\x89\x4b\xee\xc1\x2e\x97\x3e\x39\x21\x88\xc3\x10\xa2\x23\x53\xc1\x68\xe0\xb2\x0e\x99\x0d\x20\x2a\xb9\x72\xc0\x2f\x92\xb0\x0d\x13\x3b\x0b\xfa\xeb\xd8\x72\x08\xdd\xdc\xa7\x46\x37\x77\xda\x1e\xd7\x6a\xb7\x26\xc3\x5e\x56\x83\x58\x97\x87\xfe\x97\xe9\x57\x0e\x89\x28\x5f\x2f\x7b\xd6\x3e\xa2\x76\xc4\x14\x8e\x22\xa0\x17\x37\xb9\xc9\xcd\x85\xef\x6c\x49\x10\xdd\x02\xb2\x39\xa1\x16\x13\x10\x9c\xa1\xac\xec\xfb\xca\x18\xf9\x56\x4c\x2d\x79\x09\xa0\x80\x68\x5e\x30\x58\xd9\xe8\x70\x2f\xad\x7b\x2d\x48\x03\x48\x79\x49\xa5\x91\x09\x0b\xf4\xdd\xff\x82\x88\x75\x13\x40\x8a\x62\x31\x5e\x14\x6b\x71\x84\xa3\x55\x24\xaa\x1c\xa5\x09\xc6\x06\x3e\x42\x0b\x2c\x6c\x1b\x1f\xa5\x01\xc6\xda\x91\xf6\xd7\x41\xd4\xf7\xa9\x7e\xcd\xa8\xc2\x37\x45\x07\x99\x18\xd1\xbd\x79\xd3\x03\x71\x6d\x85\x33\xbb\x70\x00\xcc\x81\x0d\x57\xcd\x62\x0c\x98\x1c\x82\x81\x9b\xf2\x7c\x5d\x3b\x05\x8e\x74\x78\x87\xce\xae\x8b\xf9\x42\x10\x81\x18\x92\x86\x59\x1f\x3a\xd7\xa8\x07\x34\x03\x23\x99\xc1\x1f\xb7\x7e\xfb\x3b\xb2\xa5\xbb\x29\x21\x2f\x38\x80\x21\x71\x23\x0c\x69\x49\x68\x2d\x66\x96\x98\x23\x82\x91\x2b\x45\x6d\x1c\xfc\xd6\x2d\xa1\x73\x85\xb8\xaa\x56\x8e\x42\xb1\x6a\x5e\x53\xb9\x64\x12\xb3\x37\x4a\x65\x93\xcb\x54\x8d\x4d\x85\x11\xf4\x0b\x72\x8a\x48\x05\x10\xe8\x52\x31\x5a\xc2\x04\x60\x1a\x45\x87\x75\x89\xca\x21\x83\x06\xe0\x52\x57\x68\x31\x00\x30\x14\xa4\xa2\x72\x99\x44\x8e\xc0\xb4\x9c\x00\xf0\xef\x5a\xc9\xaa\x64\xe9\x35\x03\x4c\x0f\xd5\xbe\x2e\x8f\x8b\x4b\xfd\x2a\x9d\x8d\xce\x16\x37\x1e\x90\x0f\xb6\xbb\xda\x14\x0c\xf9\xd7\x11\x58\x59\x5d\xb4\x9c\x7c\x1f\x72\x49\x87\x3b\xa5\x8f\x7b\x04\xfb\x97\x79\xed\x1c\xb0\x89\x1b\xac\xf0\xbf\xbb\x91\xe9\xd6\x48\x1d\x49\x91\xa0\xc4\x73\x6f\x9c\x1b\x76\x0c\x4f\x1f\x67\xae\x3a\xee\xe9\xb7\xd7\x2a\xd7\x3b\x97\xe7\x47\x39\x1f\x78\x6c\xaf\x18\x10\x7f\xe8\xdf\xb3\xe9\x9c\xdb\xf4\xfc\xa9\xf4\xfd\x9b\x8b\xcc\xa5\x96\xe4\xab\x6c\x62\xde\xd0\xf4\xc6\x57\x0a\xe6\xd2\x16\x39\x3b\x78\x74\x7f\x74\x4e\x90\x3e\xbb\x27\xc8\x5c\x82\xac\x4a\x9e\x76\x14\x0a\xe9\xf2\xff\x64\x1c\x14\x88\x72\x6f\x04\xbe\x42\x1d\xcd\x8c\x19\xe5\x4b\x90\xfd\x08\x8f\x22\xc8\x21\x9a\x5a\x70\x59\xb9\x51\x0c\x31\xdc\x59\x48\x45\x30\xa8\xd2\xbe\x65\xc7\x84\xde\xd1\x48\xda\x1d\x05\x83\x6b\xb8\x1a\xc7\x84\x6c\x27\x3c\xbd\xe0\x51\x0c\xb5\x20\x1e\xab\x10\x15\xc6\x13\x9a\x0e\xfa\x3b\xd6\xa5\x45\x5a\xd9\xe9\xf0\xb3\x87\x5c\xca\xf0\x56\x4d\xcc\xb1\x57\xef\x3b\xd2\x61\xd3\x21\x17\xc4\x0b\x5a\x3a\xff\x28\xcd\x07\x31\x02\xc0\x4d\x9a\x67\x8b\xab\xc3\xe8\x6e\xc1\x69\x8c\xbc\x76\x83\x83\xe9\x73\x8b\xa6\x1c\xc8\x02\x8d\xfe\xf4\x53\xe8\xc2\xdc\x2d\x10\x00\x2b\x5e\x90\x0e\x69\xf3\x00\x08\x70\x8b\x9d\x23\x85\x0f\xfb\xb5\xcb\x33\xc6\x68\xa0\xf0\xee\x63\xb8\x6e\x7a\x16\x88\x0b\x90\xc4\x95\x03\x94\xe7\xa9\x73\xc3\x4e\x24\x6e\x0f\x53\xed\x9c\x02\x5c\xdc\x6b\x38\xa0\x20\x08\xbe\x91\x4c\xa8\xe7\xb0\xfd\xe2\x40\xd9\x71\x5a\xd4\x13\xb7\x06\x83\x0c\x8a\x65\x3a\xa3\x21\xea\x5f\xdf\xa4\x1a\x44\xf4\xc3\x53\x7a\x6d\x33\xaf\xb9\x75\xaa\xc2\xf3\xaf\x27\x2d\x99\x9a\xcc\xca\x85\xee\x10\x3f\x7f\x92\x8e\x90\x7a\x8f\xe8\xc8\xa8\x13\x68\x71\x72\x42\x9e\x73\xb5\xf4\x9e\x3f\x47\x0e\xd3\xcc\xe5\xde\x41\x3a\x71\xf1\x97\x1c\x66\xb7\x23\x21\x5e\xa7\x49\x2e\x54\xad\x40\x3a\xab\x1a\x7d\x9e\x59\x59\x51\xc5\xd0\x02\x8c\xe3\x33\xef\xf5\xe3\x56\xf2\xd1\xa1\xbe\xf4\x8e\xbb\xab\xa6\x3f\xbc\x58\x01\xba\x25\xf4\xf2\x88\x93\xd8\xa5\x1a\xdb\x87\xf7\xd8\x34\xf2\x67\xd0\x46\x31\xec\xbd\x1e\xfb\x71\x06\x3e\xc9\x0d\xe9\xc9\xff\xc2\x37\xa4\x15\xc1\xe3\x71\x0c\xb1\xa3\x05\x6f\xca\xfe\x4b\xd2\xfb\x45\x65\xef\xc9\x90\x5e\x78\x55\x42\xae\xa0\x7f\xf2\x9b\xf2\x79\x04\x81\xe0\x2e\xcb\x44\xd4\xec\xbd\x2f\x0d\x00\xf7\xb1\x8c\xfd\xab\x8b\x54\x88\x3d\x74\x5d\x7a\xae\x17\xac\xd2\xb1\x37\x26\x2c\xe0\xfe\x0b\x53\x17\x89\x4f\x69\xe8\x44\x97\x67\x17\x87\xd1\x1b\x3e\xd9\xcd\xd8\x15\x37\xf6\x4d\xa1\xbb\x1e\xcd\xb2\x54\xe1\xe9\xcf\xdc\x1a\x21\x9e\x45\xee\xc2\xe8\x30\xd0\x63\xaf\x8d\x80\xf0\x47\xdf\x1c\x47\x5c\x89\x9f\x68\x70\x29\x37\xfe\xc5\x07\xe8\x1a\xfc\xbf\xe9\x42\xec\x9e\xb4\xbe\xee\x1c\x7f\x1b\x3a\x9a\x87\x2f\x43\xd8\x34\xa1\xa9\x46\x8b\xdf\x80\xc3\xe3\xf9\x8a\xdc\x7f\x2d\xde\x06\x7c\x9e\x4a\xb9\x5e\xd9\x94\xa8\x91\x02\x60\x04\x54\xd3\x17\xff\x08\x13\x7a\xd0\x5a\x30\x5a\xee\x8c\xe6\x71\x6c\x20\xbd\xec\x65\x07\x45\x40\xd9\xae\xf7\x80\xbd\x4f\xfd\x05\x22\xf8\x36\x80\x56\xc7\x5b\xf9\x11\xe6\x61\xf2\xbf\xb2\xa6\x1c\x45\x03\x85\x91\x05\xf7\x97\x60\xc5\xae\xa8\x99\x0c\x1d\xd0\x01\x2a\x65\xc9\xd2\x14\x96\xc6\x2d\xba\xe5\x12\xba\x82\x9e\xd4\x36\xa1\xb0\x55\x9b\x09\xbe\xbd\xc1\xcc\xd1\x56\x83\xd7\x30\x6b\x7c\xad\xe6\xa4\x61\x05\x93\x92\x8a\xdd\x3f\xeb\x15\x1a\x2a\x6c\x3a\xf9\x85\xf6\x29\x70\xf6\x65\x97\xf9\x03\x63\x2d\x46\x04\x63\x88\x71\xc9\xa4\xc9\xf6\xee\x50\x4e\xcd\x38\x11\x3c\xde\x25\x93\x65\x0d\x18\x68\x99\x30\xc8\x3a\x80\x08\x00\x19\x08\x08\xb9\x5d\xda\xd4\xce\x73\x5a\xd5\x6b\xc1\xa2\x54\x25\x78\xce\xbe\xd1\x84\x20\x1e\x20\xa2\xef\xe9\xd8\x53\x6a\x58\x51\x50\x0a\x0e\x76\xa7\x9c\xb9\xfc\x82\x72\x3e\x23\x11\x02\xd8\x0f\x5e\x54\xe8\x98\xef\xfa\x6e\xc8\xc0\xb8\x07\xe6\x46\x35\x19\x96\x82\xe6\x10\xb3\x7e\x9e\xbb\xb1\x1d\xe9\x2b\x4b\x92\x45\x27\xdd\xe9\x5b\x72\xed\x00\x4e\x37\xa3\x36\x1b\x4a\xd0\xa4\x55\xa1\x47\xbd\x08\xff\xea\x3a\xd6\x13\x47\x2a\x08\x5d\x8e\x78\x9a\xfd\x9e\x72\x51\x2d\x13\x2d\xb9\x50\x4b\x03\xf4\x81\x51\x11\xd2\x40\x5b\x2f\xb8\x09\x1b\xc7\x38\x9c\x9a\xab\x69\x9a\x6f\xe5\xc6\x67\x4d\xe9\x61\xe2\xe7\x69\x95\x2b\x9b\x50\x25\xcb\xa0\x63\x75\xa9\x9e\x70\xd2\x15\x9a\xc2\xfc\x48\x60\x2a\xc5\xfe\xb2\x7b\xba\xc2\x3c\x75\x21\xa0\x9c\x39\xaa\x95\x62\x82\x5a\xf0\x9b\xe3\x22\x20\xac\x92\x17\x16\xf0\x85\xa0\xce\xff\xe0\x0d\x55\xcb\xe9\xaa\xc2\xfc\xc4\xa9\x96\xf1\x88\xcb\xfa\x80\x71\x0f\x05\x3c\xbd\x1c\x43\xd8\x27\x41\xcb\xa7\xe7\xc1\x9f\x5f\xa5\x5d\x0b\x3e\x3e\x79\x12\x86\x67\x88\x40\xed\x1c\xa8\xac\x9f\xf8\xf2\x49\x9e\x30\xbd\xf1\x83\x27\x8d\x3b\x67\xe0\x13\x32\xd8\x30\xb2\xac\x54\x57\x64\xde\x7a\x57\x02\x94\x67\x08\x05\x46\x6d\xb3\x9b\xba\x60\x91\x6d\x94\xce\x82\xa9\x62\x69\x74\xbf\xef\x87\x22\xd4\x58\xbb\xa3\x6d\xaa\x84\xce\x40\x36\xa7\x4a\xcd\x17\xc3\xc7\x97\x9a\x41\x37\x03\x45\x80\x18\x26\xee\xd3\x54\xce\xc8\x63\xf2\x84\x74\x68\x12\x32\x13\x8c\xde\x39\xcf\x9f\x47\x47\x08\x65\xa6\x0b\x63\x12\xd8\xe9\xa1\x17\xaa\x6a\xd6\x2c\x12\xb3\x5c\xb6\x35\x3f\xef\x17\x24\x4d\x89\xe2\x31\xab\x6c\x6c\x92\x31\x8b\x20\xd6\x34\xa0\x4f\x8d\xf1\x82\xa2\x35\x6f\x16\x76\x06\xf7\x24\x53\xdb\xdb\xa1\xee\x99\xfd\xfc\xf3\xee\x41\x3e\xa6\xcb\xdd\x67\xbb\x4d\x94\x18\x9b\x7b\x10\xaf\xda\x60\x4e\xe0\x65\x0d\x77\x88\xa7\xb5\x65\x98\xfe\x14\x53\x92\x13\x78\xd4\xc4\x37\x44\x13\xe7\x2d\xb9\x89\xc5\x5a\x37\x1b\xdd\x71\x7c\xd4\xd4\x18\xde\x14\x4e\xcc\x55\xf2\xbe\x3c\x6e\x5a\x58\x53\xfe\xfd\x26\xe5\xca\x3f\x66\x72\x53\x72\xd5\xd1\x92\x1d\xb5\x79\xa3\x7c\x2d\x37\x5e\x69\x4d\x3a\x1f\xaf\x12\x49\x1f\x1d\xc7\x58\x70\x2d\x3a\x7d\xea\x49\x2e\x7b\xa8\x91\xf9\x22\x5f\x33\xf0\x3a\x32\xc4\x76\xcc\x98\x34\x23\x8e\x02\x49\x6b\x19\x2d\xff\xaf\xe2\x2c\xb8\xd1\x6c\x9e\x51\x8c\x61\x04\x7c\x20\x5a\x13\x3a\xb3\xc8\x7f\x04\x37\x08\x66\x4b\x1d\x00\x63\xe1\x6b\x61\x0c\xd4\xef\x18\xb0\x16\x4b\xae\x0a\xd2\x29\xba\x04\x9b\x41\x64\xa7\x6e\xcd\xe7\x22\x7a\xc8\x04\xe7\xa7\xf7\xe7\x4c\x6e\x30\xb5\x99\xcd\xda\x69\xea\x63\x38\xe5\x43\xd7\x29\x1c\x64\xf4\x5e\x75\x92\xd9\x6c\xbd\x58\x60\x4c\xef\xde\x67\x67\x2e\xfc\xb1\x43\x35\x52\xf6\xf4\xc6\x65\x3e\xea\xe7\x19\xc1\x9d\x1e\x9b\x3d\x01\x28\x48\xef\x9f\x19\x57\x4b\x0b\x36\x39\xa3\x0b\x74\x83\x36\xec\x0a\xf2\x34\xb8\x87\x9c\x8d\xd7\x08\x60\x26\xac\x47\x01\x62\xc7\xba\x08\x9a\xc8\x7d\xd1\xea\x79\xb3\x89\x84\x35\x1d\x13\xfc\x4a\x6d\xb2\x7f\x89\x39\x05\x20\x75\x10\x9f\xcf\x2d\xa2\x81\xc7\xae\x25\xf3\x0a\x71\x66\xd7\x2a\x70\xc3\x36\xa8\xdb\x0e\x4c\xf8\x88\x00\xf9\xc0\x79\x60\x9f\xaf\x4d\x84\xc9\xdb\x03\x16\x14\x17\x4a\x42\x42\xc2\xe0\x91\x3e\x6a\x5d\x9d\x44\x54\x72\x14\x6d\x85\x60\x0b\x1c\xee\x5a\xa7\xdc\x9e\xde\xed\xa1\xd9\xed\x60\x5a\xb8\xab\x31\x79\xab\x39\x4f\x14\x91\x6d\x1c\x7b\x20\xe8\x9f\xcf\x9d\x42\xc2\xf9\xa5\xa4\x4a\x91\x15\xdd\xa1\x33\x95\x75\x45\x35\xa2\xbe\x75\xed\x7a\x7f\x70\xa5\xa1\x2d\xcb\xb3\x92\xd8\x7d\x3f\x57\xbd\x7e\x09\xdf\x9b\x62\x4e\x22\xf8\x01\x83\xf7\xf1\xed\x16\x8c\xf5\x25\xb0\xb4\xd0\x51\xdc\xa1\xea\x2e\x20\x05\x72\x65\xfc\x64\x3b\xd1\x16\x0a\x53\x90\x61\x15\x7b\xda\x70\x8a\xaa\x79\xa0\x29\xe1\xc2\xd6\xf8\xeb\x1a\xf4\x0d\x0d\x6c\x7c\x57\x25\xc4\x28\x40\x2c\xb9\xc0\x34\xe1\x26\xcc\x48\x9e\xad\xe0\x0b\xc1\xa4\x43\xba\x08\x8c\x26\xa5\xcd\x86\x1b\xc4\x7e\xe8\xde\x1c\x9c\xea\xe8\x7a\x48\xa6\x3a\xd1\x4f\xb8\x5c\xc5\x6e\x3b\xe7\xdd\x49\x3e\xff\x3c\x48\xfe\xdd\xec\x71\x3c\xb1\x5b\x3e\x7c\xe6\x65\x0b\x7e\xef\x16\xb2\xa3\x0d\x0e\xeb\xf6\x41\x1a\x44\x97\x54\x7c\x20\x73\xdb\x67\xe4\xcf\x56\xb4\x11\x2d\xff\x7f\x94\x64\x6f\xee\xc2\x27\xd2\xba\x8e\x00\x96\x37\x15\xdb\xb6\xc7\x45\x49\xeb\xfa\xcf\xea\x3a\x1f\x6f\x00\x66\x3f\x78\x81\x27\xcc\xae\xf3\x32\x8e\xd2\xe9\x9d\x26\xca\x9a\xbd\x0e\xd2\xc7\x6b\x83\x7b\x29\x44\xb7\xb5\xed\x73\x5e\x1e\x39\x1d\x65\x6f\xdd\xe8\x4e\xb7\x14\xc6\x89\xfd\x3a\xa8\xb9\xc7\xf5\x29\xd9\x2f\x69\x77\xfa\x80\x15\x5c\x2a\x2d\xe3\x88\x14\xb9\x84\xf5\xeb\x05\xc8\x84\x3c\x3d\x8f\x6b\x9e\x67\x6e\x80\xec\xbc\x45\x6b\x16\x36\x9b\x5b\xbe\x1e\xbb\xc6\xf1\xab\xd7\x47\x20\x5a\x3c\xd3\x8b\xfc\xda\x45\x5d\xcc\x2e\x63\x68\x22\x33\xa5\xbb\x2b\x92\xb4\x71\xcc\x04\x9d\xef\x4d\x2c\xec\x83\x54\xd3\x44\xc2\x61\x4e\x56\x1b\x66\x1a\x6c\xaf\xd3\xa4\x08\xbb\x57\xac\x71\x3d\x1f\xdb\x9e\x66\x12\xb4\x07\x4e\x78\x1d\x37\xc6\x3c\x2a\xc1\x8a\xde\x57\xab\xf5\xca\xba\xa4\xbb\x08\xa6\x28\xd8\xff\x08\xb0\x22\x5e\xd7\x6f\xe8\x7d\xc4\xb9\x59\x04\x4b\x30\xcc\x47\x32\xa8\xc4\x33\x7d\x14\x79\x6e\xab\x5e\xff\xf0\xbd\xce\xdf\x93\x80\xc4\xfe\x66\x21\xde\x2d\x75\x01\x87\x99\xf0\x97\xaf\x3b\x0e\xe6\x62\x53\x26\x6b\x4a\x8f\x5b\x6a\x88\x8c\x00\xb1\x40\x4c\x7c\xf0\x34\xf0\xff\x4d\x75\xa3\xef\x45\x9d\xd7\x21\xf7\x6e\x17\xca\x06\x99\xfc\xfa\x2e\x48\x75\xc8\x53\x35\xef\x1b\x29\xbc\x9e\xef\x41\xee\x90\x3e\x00\x8d\xd7\x35\x76\xcc\x91\xda\x13\xc0\xe4\x16\xb9\x6f\x81\x13\xca\x6f\xe8\x7d\x1c\xd9\x66\xb6\x1b\x1e\x26\xd0\xcb\xb8\x1e\xfc\xc6\xd7\xc1\x1b\x34\xec\x9c\xfb\x14\x73\x43\x87\x92\xe1\x8b\x5e\xf8\x7a\x1d\x0f\xf9\xbe\x3a\xbe\xca\x71\xb8\x4c\x07\xb7\x5a\x9c\xff\xe2\xbf\x64\xb7\xb9\xb8\xa8\x7f\xee\x0d\xb7\x9f\xa3\x00\x3f\x76\x4d\x4e\x3e\x32\x62\x2f\xde\xa7\x5f\x91\xd3\xee\xfe\x3c\xfd\xc5\xf7\x65\xfe\x1a\x70\xea\x14\xbb\x59\xd0\xbd\x33\x88\x0d\x8b\x5e\x1f\x95\x8c\xa3\x2d\x92\xdb\x63\x4a\x0e\x3c\x1b\xd0\xc6\x29\x02\x40\x3d\x88\xf8\xd6\x0f\xf9\x2f\x50\x9f\xf4\x05\xbc\x27\x94\x65\xb8\xc7\xdc\x42\xb7\x91\x87\x7d\x1e\x1c\x07\xcc\x31\x60\x51\xed\x9b\xe0\x93\xfe\x45\xec\xbd\x44\x3b\xb3\x07\xae\x3e\xff\x18\x93\x87\x2c\xe4\x98\xf9\x7b\x9e\x86\x1d\xf4\x3b\x2b\x5b\x04\xc2\xc8\x40\x94\x3d\x13\x20\x87\x06\xb3\xf6\x7b\x80\x87\xc7\xfc\x59\x66\xe0\xa0\x75\x91\x21\x02\xa9\x4d\x38\x17\xe5\x78\x06\x5d\x8f\x97\x14\x06\x32\x38\x38\x36\x31\xb3\x89\xb0\x97\xa0\xf1\xc1\x79\x5a\x51\x50\x00\x94\x6b\x66\x99\x2a\xa4\x54\x59\xd1\x06\xf3\x7d\x7a\xb3\xbe\x8d\x14\x82\xd7\x32\xc5\x19\xa7\xab\x15\x55\x55\x61\xe8\x1e\x9c\x45\x97\x6e\x2f\x23\x07\x1d\x19\xa8\xed\xd8\x44\x1c\x5d\xf9\x59\xc0\x0f\xa3\xf8\x6d\xe7\xab\xd5\x0d\x82\xed\xd6\x31\x71\xdc\xa3\x30\x33\x7d\x25\xcd\x34\xeb\x99\xa2\xb5\xe4\x30\xdf\xa1\xb2\x04\xe2\x16\x87\xb3\xb5\x8a\x83\xd8\xe0\x67\xa8\xfa\xd9\x68\x1a\xd1\x33\xb9\x23\xba\x39\x54\x30\xf7\x4e\x34\xdb\x84\xca\x28\x57\x14\xd2\x75\xf4\x5e\x35\x26\xfc\x08\x80\xf1\xc0\x6e\x68\x03\xcc\x31\x93\x68\x78\x84\x70\x1c\xb4\x29\x49\xcd\x14\xb1\xa9\xaf\x2d\x29\x93\xce\x0e\xed\xd6\x78\xca\xac\x21\x61\x8c\x4e\xa0\xe0\xb0\x50\x92\x75\x6b\x08\x06\xb9\x99\xb7\x82\x43\x80\x3a\xa6\x7b\x71\x71\xfe\xe0\x05\x4a\xa3\x4e\xe3\xdb\xc3\xc1\x46\x90\xae\xfb\x9d\x29\x11\x84\xbc\xa1\xca\xc1\x80\x1f\xf8\x14\x8e\x39\xd4\x83\x51\x02\xf5\x59\x41\x3e\xe8\x82\x36\x00\x39\x28\xaa\xd2\x24\xbd\x75\x59\x94\xcc\x6c\x2d\x99\xbb\x36\x21\xb9\x63\x72\xec\x2c\x21\xbd\x09\x0a\x6a\xe7\xb2\x93\x7a\xaf\x43\xd6\xe5\x39\xf2\x40\x85\x4e\xb1\x04\x9b\x09\x66\xdd\x5a\xd8\x7d\x9b\x47\x1d\x23\x48\x38\x99\x1e\xa5\xbd\xcc\x64\x92\x1b\x5b\xc8\x52\xbe\xf3\xdf\x43\xbe\xe2\xf9\x82\xdd\xa1\x55\x3c\x5b\x7a\x72\x1d\xef\xed\x74\x9d\x90\xe7\x06\xda\x00\xee\x4e\xc1\x1b\x05\xf9\x7f\x5c\x7a\xa1\x7c\x14\x9b\xf5\xf5\x31\x59\x04\xdd\xb6\x7a\xf1\xea\xdb\x71\xb8\xaf\xb1\x0b\xd6\x13\x09\x2c\x39\xb3\x9d\x4d\xbc\x18\x87\xf0\x41\xf7\xe8\x86\x61\xdc\xaa\xcd\xdf\x68\xb9\xdd\xc3\x66\x3e\xc7\xc5\x60\xa7\x46\xa5\x86\xcc\xa7\x40\x67\x53\xd3\xa9\xb7\xb8\x6f\x58\xd9\x91\x51\x4e\x4e\xc8\xcb\x6a\xb1\x16\x90\x26\x89\x2c\xf9\x96\xcc\xa9\xc9\xe0\x81\xab\xa2\x77\x96\x24\x98\xa5\x06\xc7\x6f\xdd\x30\x4a\x56\x2b\x1a\x04\x6f\xdb\x1e\xbc\xd0\xbf\xdb\x6e\x98\x58\xbb\x34\xc6\x3b\x90\xde\x90\x8e\xe5\xb4\x2a\x14\xc5\x54\x20\x84\x3d\xe4\xf5\xa1\x72\xef\x0e\xd5\xf7\xe2\xe0\xad\x77\x3a\x4c\xbb\x17\xb0\xe6\x37\xe8\x6d\xe5\x7b\x6e\xf2\x9e\xd1\x88\xdd\x8d\xc9\x76\x59\x15\x4b\xa2\x44\xb5\x58\x30\x21\x83\x08\xe3\x80\x1f\xe5\x84\x42\xa5\xc5\xc1\xc8\x59\x37\x3e\xed\x78\x32\xb6\xe0\xc3\xe1\xd2\x63\x5b\xec\x51\xe4\x9f\x6a\xc9\x04\x1b\xb8\x5d\x69\x89\xb9\x95\x0b\xd9\x75\x4b\x8d\xc6\x18\x97\x59\x2d\x05\xc4\xba\x4b\x1e\x24\x8f\xb2\x29\xab\x30\xb5\x1b\x26\x20\xdb\x30\xe1\xb7\x41\x5f\x3a\xd0\xc8\x74\x70\x69\xa0\xd6\x98\xdb\x5e\x94\x04\x7c\xc1\x5a\x2c\x1d\xd5\xe8\x11\x05\x3b\x0a\x72\xdd\x7c\x20\x0c\x58\x07\x26\x57\x0b\x09\xe8\xd1\x08\x5e\x30\xcc\x7f\xe1\xe1\x0a\x11\xf1\xe3\x03\xf9\xbd\x69\x76\xe8\xb4\x28\xa3\x68\x37\x1f\xf3\xf8\xf2\x3b\xbb\x47\x96\x30\xbb\x58\xbf\x4c\xb6\x95\x2a\x96\x78\xfa\x6a\x45\xdf\x04\x56\x1c\x7d\x6b\x12\x3f\xa4\xe9\x8b\xeb\x37\xef\x5f\x5c\xbd\xbe\x7d\xf6\xfe\xed\xab\x3f\x5e\xbd\x3e\x73\xa6\x47\x6c\xc7\x50\xf8\x3f\xf6\x29\x13\x74\xe5\x0d\x86\xb3\x57\x4c\xbc\xcf\xd8\x58\xfb\xdb\x79\xfd\xea\xeb\xab\x43\xcd\xe4\x5f\x4c\x0f\x68\xe4\xed\xb3\xdf\x7d\x54\x23\xc1\x38\xe1\x78\x2c\x98\x0a\x91\x8c\xa2\xf6\x3f\x04\x9e\x64\xb2\x5a\x34\x28\x98\x43\x52\xf5\x12\xef\x3b\x48\x4e\xa8\x77\x3c\x6c\x2f\x76\xdf\x9a\xd4\x6e\x66\x7b\x60\xc7\xbe\x20\x13\x23\x11\x7f\xe4\x1d\x0e\xa1\xe4\xff\xd8\xb7\x37\xa4\x41\x3e\xf2\xde\x4e\x87\x73\x0c\xe9\x3d\x17\x13\x7c\x7f\xf8\x95\x74\x75\x0f\x20\x44\xe6\xe9\xcb\xea\x32\xf0\x42\xbe\xf5\x3d\x34\x31\xf7\xe8\xbb\xe6\x44\x48\x49\x37\xe8\xb8\x82\xb4\xb0\x64\x59\x61\xbe\xbb\xb1\xbe\x7f\x97\x54\x12\xc1\x0c\x44\x0f\xdc\x6c\x98\xfb\x1e\x21\x4c\x25\x19\xd6\xd5\x1d\x43\xdc\xb3\x91\x01\x9a\xd6\x94\x30\x77\xbf\x54\x55\x71\x67\xfd\x80\x11\x48\xac\xe6\x7a\x49\xaa\x15\x33\x0f\x1d\xb2\xa5\x3b\xdd\x13\x30\x77\xc2\xf5\x2f\x57\x00\xdd\x8d\xf4\x1d\xb0\x12\x5f\xa3\x39\xc0\xcc\xa2\x54\x54\xb1\xa9\xbf\xeb\xd6\xb3\xce\xca\x29\xcb\x49\xa2\xdc\x0b\x84\x54\xe5\x19\x51\xd3\xaa\x64\x8d\xaa\xe6\x15\x13\xd6\x95\x71\xa7\x7f\x46\xb0\xb0\xff\x63\x7f\xbb\xf7\xbf\xfd\x11\x7f\xfb\x70\x8e\x49\x17\x4c\xd3\xd5\x18\xb7\xc1\x79\xc4\xcc\xf4\x8a\x47\x7c\x2c\xcc\x25\x7e\xe6\x7d\x7e\x6e\xe8\x86\x25\xae\xd6\xf8\x9a\x00\xcc\x05\x69\x9d\x7e\xc0\x49\xb2\x42\xc7\xc8\x8a\x7c\x45\xd8\xd4\x00\x64\xdf\x9a\x72\xa8\x43\x3f\x27\x4f\x9e\x54\xa1\x8b\x8f\x32\x53\xe2\xe7\x67\x98\x56\xfd\xbe\xfa\x21\xf0\xea\x71\x6f\x2e\x9c\xe5\xef\x81\xc0\xb4\x2a\x7f\x80\x3b\xd7\x0c\x93\x18\xdf\xda\x80\xc5\xa4\x03\x35\xc9\xc5\xcf\xd2\xdf\x59\x53\x86\xc3\x07\x37\x6a\x42\xf5\x0e\x60\xf7\x95\x54\xf8\x68\x81\x7e\xd9\xed\x3a\x00\xc7\x87\xa6\x92\x4b\x56\x82\x0b\xcf\x47\xcd\x89\x1b\xa0\x81\xf5\x48\xc7\x99\x99\x95\x60\x83\xfc\x70\xbe\x7f\xb4\x90\xd9\x3d\x18\xd6\x77\xb4\xbe\x0b\xe1\xe7\xed\x90\x2c\x12\x3f\x6f\x58\xf0\xde\x5b\x31\xb1\x60\x41\xf1\x4a\x78\x4a\x46\x27\x40\xaa\x46\x9f\xbb\x86\x21\x23\xb6\x27\xa7\x66\x9a\x6f\x5a\xac\x96\x79\xd5\x80\x10\x65\xc4\x97\x39\x95\x06\x64\x97\x90\x58\x06\x3d\x3d\xff\x7b\x6f\x2b\x6c\xf9\x89\x05\xeb\xc9\x6d\xb0\xe9\x0e\x10\x8c\xf4\x5f\xbb\x8f\xdb\x90\x7e\xd6\x5e\xc1\xd5\xe6\x50\x18\xfd\x1a\x18\x50\x31\xff\x42\x46\x4e\xa7\xdf\x2d\x7c\xee\x5e\xfa\xdb\xaa\x29\x0d\xea\x99\xef\xfc\x17\x17\x70\xf9\x05\xd3\x79\xac\xa4\x4e\x48\x46\x5a\x4f\x25\x76\x4b\xf4\x18\xa9\x3d\x24\xd8\x91\xdc\x49\x8f\xf4\x1e\x56\x3a\x28\xc1\x93\x4f\x2a\xc5\x93\x83\x92\x7c\x96\xa7\x04\x62\x0b\x27\xa5\x49\xff\xbf\x60\x52\xad\xf5\xd3\x17\x21\xf5\xf0\x41\x89\x49\xce\x1a\xc5\xc4\x9c\x09\x17\xd5\xa1\x2f\x0c\xb7\xd2\xba\x27\x39\xf1\xbb\xe7\x66\x0f\x35\x44\xd1\x5b\xdc\xef\x11\xf0\x48\x81\x52\x6b\x49\xe4\x1a\xb6\x99\x57\xfa\x82\x5e\x53\x2a\xba\x93\x81\x26\xd8\x7a\x80\x6a\x62\x2d\xdc\xa9\x89\xb1\xc4\x60\x87\xea\x7a\x0f\xd4\x81\x5a\x85\x51\x4e\xbc\x00\x00\xaf\x89\xc3\x30\x97\x55\x53\x30\xa7\x61\xb2\xb2\x12\x6a\xbd\xf4\xd8\xa3\x9c\xbb\x56\x29\xb9\x17\x34\x7e\x1f\xde\xe8\x03\x25\x44\x9f\x18\xff\x1f\x55\x40\xbc\xd4\x3d\x4c\x26\x99\xf4\x6c\x23\x3d\x9a\x89\xe2\x93\xa2\xae\xda\x19\xa7\xa2\x4c\x86\xf6\x6a\x9e\xcb\x56\x82\xf6\x6f\x56\xfa\xf0\x4c\xef\x0f\x08\x48\x47\x74\xe7\x02\x10\xe6\x7a\x1f\x56\x4d\x10\x41\xe6\x63\xf3\x32\x51\xe7\xb1\xef\xb6\xbd\x47\x96\xa6\xcb\x0e\xe6\x10\x54\x3b\xd5\xdc\x5c\xbf\xab\x4a\x4a\x44\x7b\xf2\x39\x42\x5c\x1f\x15\xbb\x57\x26\x3f\xb9\x1e\x0c\x69\x79\x0b\xef\x57\xbc\xe5\x30\x0f\xfe\xd2\xc5\xb0\x33\xf2\x38\x70\xba\x7c\xec\x7d\x72\x6d\x1b\x9a\xdc\x91\x8b\xb0\x47\x92\xd6\x9f\x1f\x28\x48\xdb\x1d\xfc\x20\x6c\xa5\x8f\x02\x3e\x49\x43\xb9\x27\x47\x84\x2a\x93\x2f\x63\x59\x36\xf2\xde\xf8\x7b\xc0\x33\xed\x83\x01\x09\xba\xd9\x83\xdf\xa2\x8c\x92\x5c\x86\x91\xe9\x5d\xb4\x21\xef\x80\xcd\x9a\xf2\x39\x2d\xee\xf4\xee\x36\xde\x2a\xce\x0d\xf9\xc0\x6c\x66\xfb\x80\xef\x24\x88\x84\x3f\xae\x0f\xa4\xd3\x83\xbe\x48\xae\xc8\xa1\x26\x71\xcb\x49\xa2\xf1\xd1\x17\x46\x66\x80\x6b\x0e\x35\xba\xd7\x3d\xad\xeb\xd8\xbd\xcf\x2b\xb7\xcf\xf9\x0a\x52\x1b\x0c\x93\xfb\x7a\xcf\x5a\x3f\x21\x4f\xc7\x9d\xfe\x1e\xe1\x89\xd6\xed\xe0\xe1\x48\xb2\xbe\xce\x74\x7d\xae\x8e\xf0\x64\xeb\xd9\xcd\x1d\xe4\x9c\x63\xf0\x15\x92\xe5\x0c\xa2\xc4\xfc\x56\x86\xde\x1e\xb9\x99\x33\x98\x48\x3d\xdd\xe8\xdd\xd1\x7b\x7a\x43\x32\x7d\xe9\x8f\x68\x8c\x96\xfa\xf0\xe6\x86\x6a\x32\x8f\x32\x71\xb8\xf9\xa3\x5c\xfa\x7c\x3f\x1e\x1d\xed\xe6\x7d\xe4\x76\xef\xf6\x6c\x7c\xe0\xb8\x1f\xbb\xd5\xd3\xfe\xf5\xd0\xed\x6a\x82\x5f\xf2\x02\x84\x6d\x63\x69\xc7\xcc\xf6\xc6\x0f\x86\x37\x84\x12\x4c\x1c\x4f\xee\xd8\xae\xe4\xdb\xc6\xca\xe2\x54\x1a\x71\xe0\xe5\x4b\x5d\xc6\x4c\x04\xb3\x89\xd5\xad\x55\x67\x85\x69\xf3\x31\xa9\x3e\x2b\x43\xeb\x28\xb6\x74\x5c\x3c\x01\x6f\x9e\xf3\x72\xf7\x07\xb6\x7b\xc1\xb7\x4d\xee\x42\xf6\x37\x64\x90\x0b\x34\xbd\x7b\xf5\x31\xb9\x63\x5a\xaa\xba\x81\x74\x3c\x53\x2d\xa3\x69\x29\xf3\x92\x97\x6c\xc8\xa6\xf0\xbe\x70\x77\x58\xcd\xb7\x4c\xfc\x01\x8a\xdf\xb1\xdd\x54\xf1\xd7\xfa\x87\x4b\x2a\x03\x1b\xb4\x7e\x8f\x2a\x51\xeb\x52\x3f\xfd\x44\xd8\x74\xc5\x14\xfd\x03\xdb\x8d\xc8\xe7\x9f\x07\xf5\x2f\xc8\xe3\xcd\xe3\xc0\x55\x39\x4a\x1b\x1f\x25\x04\x8e\x64\x3b\x40\x06\x77\x73\x64\x17\x48\x45\xe9\x90\xd0\xc4\x1f\x64\x59\x3c\x62\x2a\x61\x72\x7a\xa5\x9a\x7c\xe7\xf2\x98\xa7\x19\x6c\xd3\x00\xda\x14\x42\xbd\x9d\xc5\x16\xe8\x82\xc1\x56\x9f\x9c\x33\xf3\x35\x6c\x0c\x31\xb2\x3f\x8c\x22\xd8\xd3\x4c\x09\x1f\x54\xe1\x31\xec\xe3\xdc\xca\x24\x0b\x90\x8a\xb3\x2a\x01\x3a\xdd\xe4\xdb\x8f\xa7\x36\xdc\xfb\x53\x72\xa3\x78\x8b\xbe\x24\x20\xcb\xe3\x63\x8a\xb7\x74\x41\x41\x7f\x44\xa5\xb7\xdc\x40\x5e\x53\x8c\x47\x84\x36\x4a\x6b\xcd\x74\x93\x8d\xf1\x16\x07\x17\x07\xab\xbf\xf5\x63\xbe\xb5\x3d\xcd\xad\x17\x9b\x4a\xc5\xdb\xb7\xb6\x53\xe8\x38\x9b\xc1\xdc\xdf\x30\x81\xc8\x0d\xde\xa3\x60\xc5\xcb\x8f\x4c\x0d\xe6\xd2\x25\x18\x14\x85\x28\xe7\xb0\xa2\xaa\x3f\xe9\xb0\x7e\x96\xcd\x6b\xbe\xfd\x3f\xe4\x02\xd5\xaa\xe4\xb7\xc4\x1a\xf2\xc9\x19\x19\x60\x36\xa2\x41\x67\x08\x91\x85\x77\xe5\x6c\x2c\x53\x7c\x54\xd0\x5a\x31\x21\xc1\x8c\xb5\x5a\x1b\x25\x4c\xa4\x7f\xd1\xac\x0d\xbc\x5c\x52\x1b\xd5\x51\x99\xd9\x03\x2b\xee\x1b\xbe\x61\xc6\xc4\x13\xa7\xa9\xf4\x7d\x8a\xc7\x9e\xb1\x0b\x91\x8b\x60\x04\x30\x52\x7d\xbb\x5d\x7f\xf3\xee\xf2\x8a\xbc\x7c\xf5\xfa\xea\x0c\x0d\xe0\x27\x7f\x91\x27\xf0\x8f\xf7\x16\xe5\x7f\xfa\x17\xa9\x8b\xea\x17\x07\x46\x34\x0f\x8b\x11\xf9\xf2\xf4\xe9\x97\xa0\x2e\x00\xf3\x60\xb5\x5e\x91\xeb\x1b\xf2\x6c\xad\x96\x5c\xc8\x29\x79\x56\xd7\x18\xfd\x2c\x89\x7e\x70\x88\x0d\x2b\xa7\x9a\xc6\x37\x92\x39\xa4\x2f\x89\x38\x20\x85\x89\x99\x5e\xe8\x35\x6a\x34\x9f\xde\x11\x4a\x9e\xdf\xbc\x98\xc0\xd2\x91\xba\x2a\x58\x23\x4d\x34\x23\x42\xd7\x6b\x4a\x73\xd0\xb7\x9b\xbd\xfe\xfa\xd5\xe5\xd5\xd7\x37\x57\xfa\xa9\xc8\xa6\x8f\x1e\x0d\xf4\x6c\x4b\x25\xaa\x42\x0d\xce\x1f\x3d\xaa\xab\xd9\x54\xa8\x92\xb5\xc3\x81\xfe\x27\x24\xd5\x96\x83\x31\x81\xbf\xde\x3a\xc5\xff\x1b\xda\xd0\x05\x13\xf6\x83\x60\xd8\x41\xfb\xf7\xb6\x18\x84\x62\x1c\xfc\x36\xd7\x1f\x71\x11\xff\xc0\x76\xf0\xfc\xf5\xbf\x5c\xb7\x7a\x85\xa4\xff\x21\xd3\x54\x48\xd0\x6d\x06\xc6\x1a\x5f\x29\xe0\xb7\xfe\x37\xc8\xba\xd1\xad\xab\x4f\xac\xcb\xc5\x1f\x34\xfc\xed\x2d\x64\xc7\xb2\xea\x0a\xde\x48\x25\xd6\x90\xac\xc6\xc6\x31\xdd\x9a\xa5\x26\x45\x4d\xa5\x7b\xbb\x3f\xf3\xbf\xb7\x6b\xbd\x9b\x15\x5f\x30\xb0\x8c\xe4\xdc\x25\xc6\x24\x1c\x01\xbc\x97\x6d\xf3\x4f\x4f\x4f\x21\xe5\xa5\x26\x8e\x06\x16\xcc\xe5\x6a\x0c\x03\x7c\xd5\xa2\xca\xda\xb6\x66\xb7\x37\xad\x2b\xb5\x0b\x74\x53\x02\x41\xa0\x69\x90\xbc\x01\xae\xba\x49\xcd\x36\xac\xf6\xbd\x45\x96\x27\xc3\x3d\x63\x70\xbf\x31\xad\x0b\xda\x7e\x50\x7b\xda\x54\xf8\x9a\xb7\x36\x0a\xc9\xc5\xd8\x3c\xf9\xcd\xe9\x17\x6c\xe1\x70\x9e\xd1\x30\x64\x3b\x0a\xee\x21\x6e\xc2\xa7\x84\xfc\x9e\x6f\xd9\x86\x89\xb1\xc1\xc7\xa9\x56\x54\xec\x02\xec\x71\x50\xe0\xb5\x82\xa9\xe1\xc8\xaa\x14\x21\x1f\xa0\x24\xdf\xde\x6a\x5a\x4c\x16\xb4\xd5\xd2\xee\x5f\xd7\x68\x8a\x02\xa5\x43\xb3\xe1\x77\xc6\x2f\x8b\xb6\xfa\x1e\x10\x80\xf4\x94\x8e\x36\xf2\x62\x84\xa9\x26\x5b\x2a\xc9\x92\xd1\x4d\x05\x09\xcc\xe6\x35\x50\x85\x13\x76\xc9\xc5\x8e\xbc\xa1\x45\x41\x85\xe0\x0d\x1b\x48\xf2\x52\xd0\x15\x9b\xad\xe7\x73\x26\xe2\x5d\x70\x7b\xfd\xe2\x7a\x28\x16\x55\x53\xd2\xd1\x19\x01\xdb\x2e\x3a\x1b\x24\xd8\x22\x56\x5f\x03\x61\xf2\x22\xc8\x2a\x24\xcd\x50\xa9\x30\x59\x75\x64\x5b\xd3\x9d\x2e\xbc\xad\x0a\x80\x50\xda\xea\xad\x40\xa5\x66\xcd\x4d\x49\x05\xa4\xa5\xa8\x9a\x80\x82\x55\xe3\xe0\x65\x67\x5a\x80\xcd\xfc\xff\xfe\x81\x0c\xf5\x2c\x99\x60\xba\x9d\x59\xa1\x20\xa5\x11\x53\x72\xb4\x2f\x27\x62\x2b\xb8\xe6\x1b\xaf\x4a\x82\x27\x56\xef\x76\x77\x52\x89\xf9\x4a\x1a\x0a\xe6\x3c\x84\x02\xb4\x59\x11\xcd\x2e\x2e\xc7\xd6\xdb\x07\xba\x37\x30\x7f\x44\x39\x82\xdc\x6a\x25\xb9\x0d\x5d\xeb\xa1\x1c\x64\x7f\x8b\xb0\x93\x4f\x4e\xc8\xed\x96\xdb\x0b\xa6\x6a\xf4\x64\x15\x81\xde\xd2\x6c\x37\x3c\x7e\xef\xe3\xec\x5f\xf0\x5b\xa0\xea\x81\x9b\xab\xa1\x8a\xed\x2f\xed\x4d\xea\x8f\x8d\xf5\xee\xb1\x4f\x43\x1e\xdd\xb3\x3e\x30\x2f\xec\x44\x48\xa1\xe6\x5a\x0c\x68\xb8\x35\x45\x84\x97\x65\xf5\xa3\x9e\x5b\xac\xf4\x1c\xb6\xa0\xb4\xfa\xcb\x0d\x83\xbc\x8a\x3f\x32\xdc\x44\xd6\x56\x5a\x56\x05\x68\xe0\xd0\x15\xac\xd5\x97\x8c\xc9\xdb\x39\x25\xe4\x05\x3a\x47\x62\x62\x3f\xd4\xee\x1a\x90\xe3\x2d\x07\xd5\x62\x59\x49\xba\x10\x0c\x8c\xab\x27\x27\xe4\x59\x2d\x39\x16\xa8\x1a\x5a\xa8\x6a\x63\x7b\xa6\x45\x5c\x4d\x04\x63\xf4\xf1\xbe\x67\xa5\xc1\x4f\xaa\x20\xa2\x19\x12\xb2\xc0\xd1\x84\x8a\x48\x30\x3b\x47\x37\xd9\x9c\x6c\xa7\x28\x2b\x06\xce\x0b\xd6\xdf\x58\x80\x6d\x10\x43\x37\xd7\xd2\x1c\x32\x73\x78\x88\x4a\x52\x83\x4c\xe3\xbb\x5f\xf3\xe3\xce\xa2\x9a\xdf\xe1\xd1\x96\xe6\x9d\x80\x0a\x53\xb9\x9e\xc9\x42\x54\x33\x36\xf4\xb9\x9d\x8c\xbe\xd1\xe8\xde\xa7\xb3\xca\x38\x67\x8f\x0e\x92\x70\x8e\x92\x91\x57\xda\x83\x48\x58\xc9\xdd\x50\x40\x89\xf6\x20\x01\xa7\xc1\x0e\x74\xa5\x61\xad\x70\xba\xcb\x6a\x63\xae\x09\x9b\xd2\x03\x45\x6a\x2b\xfb\x84\x59\xdb\xd2\xd3\xd8\x49\x89\x1f\xd0\x60\x81\x73\xa8\xde\x92\xc8\x12\x7c\xfc\xed\xa2\xe6\x33\x7d\x81\x68\x42\x8e\x08\xdc\x70\x01\xa4\xa9\xbf\x11\xf5\x4b\xc0\x5d\x8a\x88\xef\x5f\xcd\x8d\xef\x42\x33\x50\x90\x79\xda\x9e\x0d\x89\x4e\x2f\x60\x50\xa5\x9e\xf8\x8e\x29\xb4\xce\x08\x36\x91\x0c\xbc\x1e\x4b\x56\x70\x01\x49\x7d\xfd\x38\x6d\x58\x1c\xb9\x30\x56\x42\xf7\x53\x38\x6e\x9f\x69\x01\xfd\x19\x8c\xdf\x59\xa8\xc6\x87\x34\x72\x51\x16\x72\x5a\x96\x82\x49\xb0\x72\x25\xfb\x75\x46\x8b\x3b\x8b\x89\xf6\xfd\x0f\xb6\xa1\x1b\xf4\xdc\xa0\x33\xa2\x1f\x1b\x7e\x8f\x2b\x3a\x83\x17\x52\x5c\x1a\x50\xd0\x94\xa0\xc5\x9d\x66\x2f\xdb\x25\x4a\x2a\x86\x17\x7b\x2a\xd8\x61\xc8\xd4\xcd\x04\x95\xac\x3c\x77\x7e\xc2\xb7\xcf\x2f\x4d\x86\xa4\x9a\x51\x60\x41\xb5\xaf\x17\xf0\x78\x2a\x98\x9e\x73\xc1\xa4\xe2\x02\x23\x05\xac\x9d\x0c\x38\x03\x78\x1c\x33\x9f\xf7\xca\x54\xbc\x35\xdd\xd6\x1b\x53\xac\x59\x38\x9d\xdf\xde\xa2\x9b\x5e\xc0\x1b\x13\xc8\x41\x38\xe4\x44\x0b\xd0\x2e\x52\x1e\x8c\x15\x5a\x70\x80\x2e\x83\xe4\xe2\x9c\x54\xe1\x99\xd8\x94\x81\x1d\xb8\xe0\xab\x15\x6d\x4a\x3f\x8b\x1b\xf3\xc0\xb8\xe5\x6d\x98\x72\x3b\xfa\x86\x3a\xf3\xdc\xc6\x7f\xf1\xea\x5b\xa7\x69\xb1\x52\xa4\x65\x48\xd8\x97\x69\x10\x7c\x2f\xb9\xb0\xa1\xe3\x29\x21\x17\x88\x8e\x03\x90\x4b\x2d\x01\xd9\x39\x48\x4f\x21\x16\xba\xd1\x65\xde\xbb\x64\x79\xf6\x6a\x0d\xbf\x4e\x9f\xbf\xbe\xbe\xfc\x43\xb6\x1d\x2d\xfe\xdb\x06\xb2\x3d\xbd\xd4\x25\xd2\xae\x5e\x62\xf7\x66\x75\xd5\xdc\x11\xde\x9c\xe8\x8d\x0e\xd0\x88\xfa\x1c\xad\xe4\x18\x2c\x7f\x5b\x51\x29\xc5\x1a\x2d\x60\x69\x11\x42\x3f\xff\x0a\xb8\x1d\x76\x5a\x52\xaa\x39\x2d\x21\x85\x72\xd8\xd8\x73\x4d\xf0\x52\x13\x82\xdd\xfc\xf4\xf4\x74\x4c\x9e\x9e\x9e\xba\x5d\xfd\x56\xb0\xc9\x0c\xde\x3a\xbc\xb9\xf4\x35\xde\x5b\x8b\x96\x4d\xc1\x86\x88\x3b\xd6\xb7\xb8\xe4\x46\x7b\xc0\x05\x61\xd4\x5e\x9b\x66\x8a\x4d\xef\xf5\xb3\xac\x2a\x8c\xe1\x18\x7a\xb4\xda\x5d\xc7\x6d\x78\x0e\x1a\xfc\x9a\x67\xa4\x92\x99\x21\x63\x96\x16\x48\xa7\x92\xeb\x99\x60\xd4\xf8\xe3\xa1\x40\xa0\x8f\x10\x5d\x30\x30\x93\x19\x07\x2d\x5a\x2c\x09\x5f\xab\x76\x8d\xf6\xbc\x3b\xb6\x93\x4a\xf0\x3b\x16\x02\x85\x54\x4d\xa5\x2a\x5a\x57\x3f\xa2\x38\x6b\xe0\x28\xad\xd0\xb6\xc2\xf7\x95\x1b\x98\x66\x2f\x0b\xf0\xd0\x4a\xd6\xd6\x7c\x9f\x73\xc1\xf6\x7d\xc7\x53\x74\xdd\x5c\x43\xaf\x7a\x3f\xff\xc1\xf6\xb4\xa7\x04\xbc\xc8\x9f\x09\xc1\xb7\xba\x64\xe7\x30\x88\x35\x43\x8b\xa4\x75\x81\x75\xc6\x64\xd4\x1f\xa0\xc2\x48\x30\x2d\x1a\x18\x71\x80\xd6\x35\xdf\xda\x99\x74\xfa\xd6\x80\xef\x30\xaa\xde\xe8\xca\xef\xa0\x16\xa2\xa1\xd0\x5a\x7a\xe6\x63\x2f\x98\x19\xab\x6b\xfd\x24\x6f\xfc\x06\xd5\x3f\x3d\x5b\x97\x15\x3f\x9c\xd8\x97\xea\x62\x03\x7f\x1b\xfb\xaa\x51\x5e\x5f\xfd\xf3\x04\xcb\xe6\x8a\x4a\xe6\x9f\xaf\xc3\x41\x2b\x98\x3e\x31\xfa\x19\x4b\xd7\x8a\x0f\xdc\x6e\x7b\xa6\xd9\x72\xd4\x6f\xcd\x39\xe7\x5a\x22\x84\xcc\x69\xfe\x5a\x02\x2e\xbf\x60\x0d\xd3\x97\x5c\x49\x86\x5a\x88\xb3\x10\xa3\x55\xbd\x33\xc2\xda\x92\x6f\x9b\x51\x34\xea\xaf\x03\x7a\xaf\x2b\xa9\xe2\x8b\xe6\x3b\x73\xb5\x6c\x19\xb6\xd2\xea\xbe\x48\xa9\x79\x77\x20\xa1\x45\x7d\x0a\x96\x44\xde\x29\xde\x86\x0d\x3c\x67\x26\x22\x29\x5c\x97\xcb\x98\x9d\xe3\x65\xea\x5e\x9a\xc6\xa7\x11\x4c\xcb\x2f\xae\x2e\x6f\x2e\xfd\x75\xaa\x3f\x18\xcd\x43\x90\xe2\x26\xe1\x81\xa0\x82\x9b\x55\x4a\x3a\xd6\xdd\xe1\xb4\xdc\xd3\xf0\x42\xa4\x21\x1c\x3c\x0d\x4c\xda\x28\xb0\xd9\xbb\x8c\x85\x90\x9f\x59\x5f\xa1\xd3\x4e\x72\xaa\x4e\x97\xbe\xbd\x4d\x5f\xbd\xfe\x95\x1c\x9c\xe0\x8d\x8a\x3a\xf2\xed\x6d\x57\x92\xbb\x33\x1a\x18\xcb\x19\x5d\x5d\xf7\x21\xa4\x60\xf5\x35\x31\x9d\xdf\xc1\x5e\xa9\xc9\xab\x6b\xe3\x6c\x43\x8b\x48\xf3\x64\x02\x81\x41\x86\xab\x44\x89\xe9\x33\x99\x84\x95\xe0\x6b\x45\xd8\xbd\x5e\x31\x9b\x2b\x13\xd1\xb5\xc1\x80\xe5\xf6\xab\x4b\x8b\x6f\xc2\x6f\x79\xd4\x2b\x77\x95\xbd\xba\x4e\x06\x68\x98\x03\x70\x82\x49\x51\x57\xc5\xdd\xa4\x14\x74\x11\x7b\xcb\xe7\x97\x92\x35\x5a\xe2\x02\x36\xf0\x42\xd0\x85\x09\xde\x0b\x84\x10\xbc\x8e\x78\xbb\xbb\x6e\x0c\x34\x49\xc2\xbe\xa0\xd5\x77\x7a\x7d\x2f\x75\xcb\x20\x86\x67\xcb\xc0\x97\xe7\x6b\xa5\x00\x67\x21\xe4\x6e\xf6\xd0\x18\x10\x52\x80\x9d\xb2\x81\x0c\x20\x66\xa2\x5f\xcc\x8c\x2d\xe9\xa6\x0a\xae\x64\xdd\x69\x2c\xf7\x1d\x14\xb3\xbe\x29\xee\xb0\x60\xe7\xf5\x6e\x73\x96\xba\x67\x5a\x9e\xb3\x4f\x80\x68\x90\x82\xc1\x9d\xa1\x5f\x5e\xef\x87\xbf\x3e\x1d\x93\x2f\xff\x67\xe8\xff\x60\x5d\x6d\xac\xa4\x16\xe5\x97\x62\xea\x2d\xbe\xcb\xe3\x77\x3b\x64\xf7\xb6\x2f\xfe\x9c\xa1\x37\x34\x4f\x38\x3f\x68\xb3\x46\xef\x18\x2d\x77\xc3\xd1\x39\xf9\x10\x3f\x6a\x42\xa4\x25\x83\x12\x14\x09\x48\x32\xa7\x5a\x08\xe5\x1f\x7d\xce\x1e\x11\x02\x52\xd0\x19\x19\xc0\x7f\xa1\x77\xcf\xaf\x9e\xbd\xd1\x3f\x5c\x3d\x7b\x03\x7f\x7f\xf3\xf5\x8b\xab\x77\x10\x05\x40\x06\xee\xdf\x83\x9c\x7b\x53\x7a\x29\x05\xa6\x07\xe4\x75\x9a\x23\xd9\x68\xad\xf0\xe1\xe2\x50\xac\x35\xb3\x59\x4b\x16\x3a\x9b\xf9\x72\xf6\x42\xa7\xce\x71\x21\x48\xe8\x87\xca\x37\xec\x01\x3e\x77\x48\x60\xd3\x7b\x64\x02\x05\x3a\x59\xfe\xb2\xb3\x14\xf9\xab\x87\xeb\x90\x84\x25\x87\x1e\x4f\x2f\x82\x57\x04\x7a\xde\xcd\xc9\xaf\xbd\xf7\xe5\x3d\xb4\xb0\xbf\x31\x45\x67\xdf\x99\xe4\x9c\xbf\xee\x42\x01\x65\x54\x4e\x5d\x40\x29\x7d\x1d\xc6\xb3\xdb\x06\x6e\xeb\x31\x26\x55\xa8\xb7\xb2\xa9\xe6\xa8\x94\xbc\x00\xdd\xa1\x7e\x62\x03\xbb\x55\x61\xc3\xd6\x15\xd7\xc3\x08\xb2\xed\x9e\x8e\xa5\xca\x34\x7f\x24\x00\xce\x97\x7a\x57\xaa\x0c\x0d\x42\x5e\x72\xb1\xd5\x5c\x59\xd6\x54\x2e\xad\x46\x2d\x54\x1a\x1a\xd8\x2a\xc4\xa4\x29\xbd\xc7\x3f\xa8\xe2\xc2\x0e\xd8\x55\x43\x7d\x9e\x5e\x7a\x2d\xf0\x79\x75\x9e\xfb\x05\xe0\x6c\x37\xfc\x8e\xf9\x8d\x6a\xfa\x63\xdb\x57\x82\x36\x16\x63\x45\x3a\xcd\xf4\x81\xa5\xf5\xac\x21\xdc\x42\x6e\x3a\xc6\x51\xb7\xfa\xf4\x7c\xee\x8f\xa9\x40\x5c\xc7\xe1\xc9\x9f\x4e\x4e\x16\x63\x32\x18\x04\xa1\x73\x5e\x8b\xa8\x2c\x00\x78\x88\xb3\x35\x97\x21\x2e\x15\xfe\x30\x2d\x19\xe8\xa6\xe0\x9d\x1f\x25\x79\x9b\x27\xd7\x7b\xc7\x40\x31\x4c\xba\x19\x44\xc3\x22\x69\x5a\x96\xd7\x33\xb0\xef\x08\x39\xd4\xec\x7e\x6c\x4c\xb0\x03\x5a\xab\xc9\x42\x4c\xb4\xa4\x31\x38\xf3\x93\xb2\x89\x91\xbe\x37\x00\xf7\xb8\xae\xeb\xd0\x2d\x17\x20\x11\xe9\xa6\x5a\x50\xc5\xc5\xb4\xa6\xcd\x62\x4d\x17\x2c\xb6\x82\xeb\x7a\x03\xd6\x4c\xd6\x72\x10\x56\x25\x64\xa3\xa5\xcd\x86\x37\x6c\xe0\x3d\xac\x13\xa7\x0e\x57\x0c\x2c\x54\x13\x5a\xab\xb0\xec\xa3\xa8\x0e\x4c\xee\xae\x65\x7c\x4e\xa0\xaf\x03\xdc\xec\x51\xa3\x9a\xd6\xa6\x6b\xa4\xcf\xb6\xdc\xed\xde\x87\xd0\x75\xf9\xb3\x93\xff\x1c\xea\xaf\x3f\x81\xe7\x03\xad\xd5\x4f\x35\x9b\x43\x17\x7f\x72\x9d\x1d\xfd\xcb\xc9\x54\x31\xa9\x86\x9b\xd1\x28\x4b\xd7\xfa\xe4\xd9\x8d\x6a\xe5\x9f\x29\xad\xd5\xef\xc4\x1b\x84\x42\xdb\x58\x53\xf5\x23\xbf\x5e\x7a\x7b\xca\x96\x16\x6c\x52\xc9\xc9\x8a\x29\xea\x7f\xe9\x59\xc3\x6c\x1b\xcf\x6d\xa5\x57\xf2\x0d\x53\xd4\xfd\xd9\xd3\xaa\x69\xeb\x21\x2d\x20\xe1\x1e\x7a\x92\x35\xa5\x9c\x6c\x97\x54\xed\xd9\x78\x7a\xa2\x51\xee\xfc\xe9\xd7\x93\x59\xa5\x7e\x32\x2e\xc1\x93\x3b\xb6\xeb\x9f\x60\xac\x71\x60\x8a\x6f\x74\xfb\xdf\x69\x99\x31\xd3\xbf\x75\xa9\xef\xf2\x09\x3c\x84\xe0\xb5\xd5\xd3\x47\x7d\xd8\xa9\xd8\xc1\xce\x82\x3b\x66\x78\xf2\x9f\x75\x35\x9b\x58\xab\xe4\xd9\xf0\x4f\x37\x4f\x46\x27\x91\xb3\x3c\x15\xbb\x28\x84\xc1\x76\xae\xf7\x85\x25\x45\x91\x95\x58\x7a\xfe\x17\x5a\x45\xa7\x0b\xa6\x5e\x50\x45\xbf\x11\xb5\x6e\xf7\xfb\xa7\x3f\x8c\xfa\x37\xfd\x91\x3d\x21\x9b\x51\xec\x27\xef\xa6\xcd\xbc\x9a\x26\xe1\x9b\x0a\xe6\x70\x2f\x6b\xf9\xfc\x73\x12\xbe\xb3\xb2\x73\xd3\xff\x1e\x8b\xe6\x25\xfc\x3e\x0d\xde\x7b\x17\x9a\x25\x2c\x04\x6d\x14\x2b\x03\x26\x82\x2e\x41\x87\xda\x88\x19\xd7\xc9\x89\x6e\x85\x9d\xf9\x54\xfd\xe0\x09\x1e\xb5\x6c\xf0\x21\xdf\xfa\x0e\x80\xc6\xd8\x24\xee\x8f\x89\x99\xb0\x5d\x5d\x05\x02\xe9\x11\x7a\xd2\x27\xac\x12\x4c\x6a\x89\x86\xcf\x09\xc5\xd8\x7a\x4c\xdc\x4f\x86\xe0\xe8\x4f\x25\xa1\x4d\x4c\x90\x37\xf0\xec\xb0\xcf\xab\x11\xca\x64\xfa\x22\x20\x75\x25\x95\x7e\x39\xa1\xf6\x47\xac\x33\xd9\x98\x03\x4a\x31\xd9\x67\x10\x1d\xc7\xe7\x64\xcb\xc5\x1d\xa8\x2d\x6d\x4a\x0d\x2d\xf6\x58\xf0\xe2\xe0\x61\x4d\x49\x59\xd1\x9a\x2f\x1c\x42\x6c\x48\xcd\x5d\x90\x20\xc3\x50\xf2\x18\x9f\x4a\x8a\x4f\xcc\xdc\x4d\xfc\xea\x3d\x26\x33\x78\xa9\x84\xbd\xb3\xa0\xc6\x5b\x2a\x9a\x61\xff\xbe\x03\x43\xa4\x7e\x92\x39\xbc\x6b\x30\x10\x81\x3a\x60\xd0\x9f\xdd\x7a\x70\x8c\xaa\x60\x30\xea\xbd\x8d\x1e\xb4\x81\xed\x1b\x29\x7b\xa2\xbc\x46\x6c\x02\x0a\xd1\x43\xdc\x57\x32\x60\xeb\x81\x92\x6c\xb8\x19\x9d\xf7\xd2\xac\x56\x74\x71\xf0\xce\x88\x6c\x3e\x21\xfd\x57\xba\xf6\x5e\xfa\x60\x9b\xfa\x58\xf2\x60\x77\xdb\x47\xdd\x6a\x5d\x3e\xba\x85\xb7\x86\x40\xbe\x15\xbc\x62\xf1\x9a\x7a\xf8\x05\xeb\x6a\xc0\x3d\xb3\xef\x72\x75\xb2\xf4\x64\x45\xdb\x89\x7d\xb7\xc9\x7d\xb7\xa2\x17\xc8\xf4\xb3\x76\xe3\xac\xcc\x7c\x4e\xae\x41\x71\x31\xca\xc1\xab\xe3\x61\x79\x1b\x3d\x24\x82\x96\x21\x6d\xb5\xd3\xce\x59\x5b\x6a\xd3\x7f\x50\x06\xa8\x24\x39\xd3\x25\x82\x4b\x21\x8c\x0c\x20\x11\x24\xbb\x9d\xa4\x8d\xf2\x71\xe4\x6f\x68\x6b\xa2\x1d\xbc\x38\xd6\x5f\x50\x32\x75\x6d\x27\xa8\xbb\x6a\xf8\xb0\x9e\x80\xf2\xff\x88\x93\x12\x68\xcb\x87\x9f\x7d\xb6\x97\xda\x04\x6c\x08\x3d\x34\xed\x45\x16\xac\xc2\x33\x21\xe8\x8e\x7c\xfe\x79\x34\x71\x56\x40\xfd\xfe\xf4\x07\x90\x51\xd1\x3b\x66\xd0\x5b\xec\x69\x54\x2c\xbe\x86\x54\xac\x4c\x88\xcd\x13\x9b\x8e\x4c\xdd\x91\x8f\x1f\x4e\xf4\xfb\xcd\x98\x6c\x7e\xd8\x2b\xad\x9f\x9c\x90\x97\x54\x2a\x63\x7d\xf1\xd6\x7f\xda\x10\x26\x04\x17\xd3\xa3\xdb\x0a\xec\x2b\xae\xbd\xec\xea\x1c\xcb\x15\x2f\xbd\xc9\x28\xb3\x6f\xf4\xcf\x93\x96\xd6\x4c\x29\xf6\x89\x4e\x60\xe7\x67\xd8\x12\x47\x9e\xcb\x7c\x7f\x82\x33\x49\x61\x7f\x71\xf1\xe9\x0e\xa7\x77\xb9\xc3\xff\xbc\xc5\xd6\xc9\x45\xf8\x45\x2a\x5e\xdc\x5d\x06\x9f\xa7\x05\x6f\x0a\x6a\x91\x0a\xdd\x51\x08\x47\xe9\xd2\xea\xdc\xb1\x9d\x96\x05\x36\xc9\x43\x90\x0a\x52\xe9\x77\x35\x15\x92\xbd\x6a\xd4\x50\x4b\xf6\xe7\x41\x01\x4d\xb0\x92\x5f\xd3\xaf\x87\xd5\x48\x4f\x6a\x45\xbe\x22\xa7\xf8\x8f\xdf\x90\x2f\x7f\xf5\xab\x98\x5c\x9c\xef\x60\xf0\xaa\xd9\xd0\xba\x2a\x09\xba\x05\x57\x0d\x31\x93\x8a\xd3\xa2\x7b\xf4\x84\x0c\xcc\x1c\x7d\x7f\xc7\x76\x3f\x44\x4d\xa7\x29\x0b\x92\x29\x73\xc3\xfd\xbe\xfa\x21\xed\x05\x24\x01\x5a\xcc\xe2\xe9\x6b\xb8\x58\x81\x62\xf3\xf2\xe6\x06\x6b\xc5\xad\x69\x62\x62\x31\x1b\x25\x2b\xda\xb3\x34\xdf\x57\x80\x84\xbe\x98\xc5\x9d\x4b\xff\xd5\x65\xbf\xb1\xf3\x0f\x84\x29\x78\x77\x44\xe4\xc5\xe1\x1a\x67\xf8\x72\xea\x97\x74\x34\x8d\xe0\xc8\xb5\xbb\x09\x6f\x26\x68\x0d\x3b\x74\x80\x13\xa5\xf7\x67\x9f\xa5\x77\xe8\x5a\xb2\x89\x51\xee\x4e\x50\x4f\x3d\xd1\x75\x0e\xd1\xed\xd1\x5a\x77\xe9\x83\xe2\x7a\xe2\x4c\x77\x13\x70\x45\x38\xaa\x89\x7e\x95\x77\xa6\x15\x25\xea\x49\x5b\xaf\xe5\x64\x55\x35\x6b\x39\xf9\x91\x09\x3e\xf9\x91\xf3\xd5\xd1\x52\x87\xa6\xf0\xb6\x5e\xcb\x37\xba\xfe\x7f\x30\xc1\xff\x83\x03\xec\x68\xb6\xa5\xe2\xa8\x01\x44\xb4\x2f\x4d\xdf\xb3\xf4\x36\x13\xf4\x03\x7a\x08\xc1\x6f\xad\x91\x62\xd3\xd9\x64\x89\xd8\x76\xe9\x4a\x77\x19\x38\xa3\x52\x4d\xa8\xac\x68\x33\xa1\xab\x59\xb5\x58\xf3\xb5\x9c\x50\x39\x51\x5b\xae\x6f\x88\xf5\xaa\x4f\x46\x44\x8f\xe1\xa9\x60\x0b\x2a\xca\xcb\xbf\xdc\x3d\xb3\xb5\x33\x63\x44\xfb\xcc\x04\xf4\x10\x13\xcd\x18\x04\xef\x7b\xd8\x86\x02\x0c\x56\xfb\xf5\xf3\x0a\x62\x81\x04\xaf\xb3\x4b\x6f\x88\xcf\x78\xdd\xa7\x6a\xf0\xf3\xb2\x6b\x8a\xe7\xbc\x2e\x6f\xe8\x9c\xdd\x28\x9a\x39\x5c\x01\x31\x3d\x0b\x33\xd0\x49\x1d\x22\xbb\x9f\x2b\x20\x49\xdd\xec\x33\xf9\x1c\xdd\xcb\x83\x61\x3c\x80\x35\xec\x27\xd4\x19\xc2\x51\xa2\x9c\x9e\x10\x5d\x70\xef\x6c\xb8\xc8\xe7\xc9\x56\x54\x87\x77\xa9\x5b\xb9\x4b\x5b\xef\x3b\x5d\x6d\x5f\x67\x4b\x56\x3c\xfd\xf2\x68\xba\x2f\x74\xe9\x2c\xb9\x39\x6f\xd4\x64\x4e\x57\x55\x7d\xf0\x70\xea\xa1\xbf\xe4\x8d\x7a\x09\xa5\x3b\x43\x07\x4a\x47\x3d\xc2\x98\xd2\x64\xf2\x4f\x2e\xa4\xb2\xe2\x08\x4f\xf6\xb3\xbb\x64\x7d\x38\x8e\x96\xdd\x5e\xc6\x6e\x1f\xdd\x0e\x2e\xf9\x8a\x4d\xee\xd8\x4e\x4e\x8c\x2f\xe3\xb1\x1c\x48\x57\xfc\x03\xdb\x49\x67\x6b\x4d\x97\x42\x97\xd4\x72\x6c\xb3\xe8\x93\x06\x33\x2f\x3f\x53\x01\x59\x7f\x22\x1a\x7d\xb6\x19\x75\x24\xb1\x44\xae\x3c\xee\x31\x07\x02\xf5\x70\x70\xa5\xff\xa3\x05\x9b\xa0\xa7\x81\x1d\xe7\x8c\x5c\x01\x80\x16\x2b\x8d\x45\x7b\x70\xc4\x33\x4d\xec\x72\x1a\x8c\xee\xf8\x68\x59\x3e\x37\xff\x1e\x06\x3a\x41\x52\x50\xc4\x1e\xba\xff\x39\xfd\xd6\x22\x59\x90\x89\x2a\x91\xfe\x57\xf4\x7e\x82\x2a\xfe\x89\xf5\x47\x38\xe2\xe0\xad\xe8\x3d\x86\xf5\xdd\x58\x1f\x86\xee\x8a\x43\x82\x66\xdc\x4c\x54\xb0\xc9\x5c\xff\xeb\xe8\xa5\x87\xca\x7a\x43\x3d\x13\xec\xa5\xfe\x6f\xb6\x01\x45\x8d\x56\xc1\xe8\xa9\x8f\xa7\xae\x28\x68\x13\xae\xd0\x13\x23\x43\x1b\xdc\x0e\xd0\x04\x81\x1a\xb5\xa3\x6e\xe4\x1e\xbf\x81\x3c\x75\xa0\x38\x41\x95\xdc\x31\xbc\xe0\x4d\xe2\x70\xd0\xe1\x08\x2d\x5d\x7c\xdc\xe9\xd5\x15\xf7\x9e\xde\x96\x4a\x39\xa1\xb5\x9a\x98\xd7\xee\x03\x0d\x5c\x5a\x86\xe7\xf2\xde\x7b\xd8\x7a\x6b\xd7\x5a\x32\xf1\x6c\xc1\x1a\x65\xb5\xfe\x6f\x68\x41\xae\x6f\xc8\x1f\x4f\xfc\x71\x87\xf7\xf0\x6b\xa6\xc8\xb3\x5a\x4d\x9e\x4e\xa7\xff\x6e\xc0\x1b\x79\x04\xe6\x3b\x54\x9c\x18\x61\x02\x9d\x58\x01\xb9\x0b\x92\x7f\xf0\x26\xa4\xd4\xf0\x66\xa2\x5b\x20\x72\x27\x15\x03\x57\x46\xc8\x32\x04\x36\x41\xfb\x34\xe4\x2d\x6b\x30\xb6\x50\x3f\x12\xdb\xd6\xf6\xdc\x8f\x89\x5c\x90\xe1\x67\x7a\x54\x9f\x7f\x6e\xcc\x89\x58\xe4\x76\xd7\x42\x72\xb3\x41\xcb\xdb\x75\x3b\x18\xf5\x6b\x6f\xf4\x28\x9e\xd5\xea\x6b\x8c\xed\xe9\x99\x75\x10\x08\xff\x6b\xa7\x5d\x0b\x8c\xff\x6c\xf3\xae\xc7\xb4\x7f\xe2\x81\xbd\xfc\xd7\x4e\xfc\x1b\xdd\x85\x9f\x3f\xf1\x9f\x68\xd2\x7f\xf6\x9c\xeb\xe1\x1c\x31\xe7\x9b\x07\xf0\x2d\x24\xfa\x6d\x86\x9e\x60\x05\xab\x36\x6c\xc2\x9a\x82\x97\xfd\xd2\x96\x11\x16\x4e\xfe\x73\xb8\x56\xf3\xc9\xaf\x7f\x12\x74\x3b\xfa\x97\x93\x91\xb3\x87\x86\xda\x88\x58\xcd\x14\x6b\x44\xe6\x5c\x90\xc7\x69\x9b\x8f\xbb\x4a\x23\xb4\xab\x42\x5b\xde\x7e\xe6\x15\x21\x59\x85\xed\x95\x21\x97\x19\xa5\x81\x99\xe6\xcd\xc4\x79\x0d\x1f\xa7\xc4\x4f\x9c\x77\xfb\xe9\xa2\x63\xf2\xb1\x44\xbd\xc3\x70\x9e\xe2\x8c\x8a\x89\xf1\x9a\x3f\x42\x5e\x4d\xe3\x9f\xbb\x02\x6b\x08\xb3\x3d\x59\xd1\x1d\xc8\x03\x13\x2a\x04\xdf\x4e\x8e\x11\x38\xfa\xfc\x94\x7b\xe6\xc3\xb4\xc3\x37\x6c\xe2\x43\x8b\x8f\x1e\x48\x37\xb2\x39\x33\x20\xdd\xff\xbf\xe7\x9e\x8d\x1a\xfc\x19\x1b\xd6\x2b\x23\x8e\xd9\xb6\xcb\x6a\xae\x26\x18\xb9\xf3\x40\x5d\x07\x54\xc5\x8c\xba\x7d\xe2\x95\xad\x74\x68\x1e\xc3\xc3\x26\x99\xb2\xfd\xed\x2e\x8a\x66\xda\x93\x42\x1e\xb9\x9b\x9c\xa2\xe5\x1b\xc9\xc4\xa5\x94\xdf\x88\xba\x9f\xe4\x44\xbf\xea\x3f\x8e\x2e\xc0\x9d\x74\x08\x6f\xb9\x28\x27\x00\xb7\x37\x81\x1b\x66\x52\xb3\xf9\x43\x55\x16\x9a\xc6\x73\x4d\xe2\x8d\xa6\xf0\x9a\xcd\x55\x56\xaf\xd4\xd1\x50\xec\xab\xd7\xdf\xc1\x8f\x51\xaa\xc4\x2d\xbd\x33\xda\x8f\x07\x77\x31\xa9\xd8\xdf\xc7\x55\x55\x96\x87\x59\xd6\xde\x4e\xbe\x01\x12\x1f\xd3\xcb\xb4\xe6\x87\xf1\x23\x02\xd8\x1d\x89\x73\x9a\x60\xb4\xbc\xc1\xf0\x92\x2e\x46\x48\x58\x10\xec\xef\xbb\x67\x75\xed\xde\xd4\x9a\xa3\x44\x4e\x7b\xa6\x8b\xe1\x6f\x06\x6c\xa9\xeb\xb8\x1b\xa7\xa0\x91\x89\x07\xa4\xb4\xd1\x29\xe8\xc1\x8a\x18\x7a\xcd\xbc\x5a\x60\x50\x57\x1a\x7d\xf8\x45\x04\x61\xde\xe3\xa7\xf7\x61\xbf\x7f\xe2\x82\xa9\xb7\x10\x9b\xd3\x97\x77\x27\x98\x8c\x38\x99\x30\x28\x94\xb4\x88\x64\xc1\x29\x67\x82\x16\x77\x4c\x3f\xfb\x11\xb1\x64\xc5\xcb\x8e\x3f\xe8\x8c\xf3\x9a\xd1\xe6\x83\x41\xda\xb8\x5d\x32\xc3\x60\x15\x27\x18\x16\x77\xc0\x99\xf2\xb9\x6d\xc4\x72\xb4\x5e\x94\x0f\x1b\xa5\x30\x9d\xa5\x55\xa0\x64\x16\x92\x04\x03\xc0\xac\xb7\xac\x8b\x00\xb3\x68\x85\x3b\xbe\x0e\xa0\x55\x24\x53\x36\xd6\xa6\x65\x42\x56\x52\x8d\x01\xc0\xb8\xf2\x10\xf9\x38\x6f\x63\x22\xa8\x81\x46\xa0\x98\xfc\x18\x9d\x68\x9d\x57\x72\x9f\xd7\x2c\x76\xe7\xd6\x75\xec\xd8\x49\x0a\x0c\x8f\xe1\x0c\x01\x91\x38\xf3\x6d\x18\xd2\x06\x9f\xcf\x33\x91\x79\x06\x28\x25\x89\x94\x3a\xa6\x06\x17\x25\x13\x49\xe9\x7c\x22\xa6\x24\xd4\x0f\xc7\x4b\x01\x6c\x15\x41\x91\xa2\xbd\x6e\x26\xe8\xe0\xd6\xee\x99\x88\xee\x06\x0f\xa7\xe2\xc0\x36\xc7\x80\x2b\xcc\x03\x05\xb9\xab\x03\x00\xb2\x26\x8d\xb2\xf8\xb4\x9b\xff\xc6\x27\xe3\xd7\x5d\x29\xf7\x6d\xff\xbe\xc8\x8e\xfe\xcd\xef\xd7\x17\xa7\xff\xbf\xe1\xc6\x7f\xde\xd9\xa2\xbd\x9b\x3f\x13\xf7\xd7\x67\x35\xc5\xaa\xe7\x79\x30\x85\xd4\xd6\xe0\x23\x45\xa4\x05\x58\xcb\xc6\x11\x8e\xf3\xdd\xe8\xc7\x61\xf8\xc5\x1a\xea\x75\x55\x42\xcd\xb7\x1d\xfd\xfe\x73\xeb\x83\xee\xfa\x76\x51\xa3\x58\x53\x9a\x5b\x0d\x4e\x90\xc3\xe3\x40\xe8\x97\x7c\xb4\x2a\x44\x4d\xb1\x20\x5c\xca\xa2\x07\xcb\xf7\x3e\x5e\xea\x8b\x8f\x62\x0e\x7b\x36\x4b\x97\x41\xa4\xd3\x97\x3d\x41\x7e\xea\xff\xdb\x9e\xa0\xc4\xee\xb1\xef\x04\x65\x22\x63\xff\xff\x13\x94\xb3\x1d\x3d\xf0\x04\xf5\xee\xa2\x7f\xb8\x13\xb4\x67\xb3\x74\x4f\x50\x3a\xab\x31\x4e\x36\xc4\x0c\x13\x0a\x11\x27\xd6\x18\x85\x0e\xc8\x6e\x5e\x0c\x4a\x01\xb8\x16\x8b\x75\xa3\x0f\x8b\xf1\xe4\x85\xb0\x26\x88\x62\x12\x0b\x04\xb4\xf0\x42\x43\x3e\x18\xc8\xd0\xba\x04\x28\x24\x3c\x25\x31\xf2\x55\xb7\xdd\x69\xee\x98\x51\xb1\x40\xeb\x0e\x10\x49\x9a\xf7\xb9\x93\xb8\x05\xb3\xb2\x84\xf6\xcc\xab\x58\x37\x97\x61\xef\xa2\x13\xe8\x7f\x1f\xfb\xb6\x7d\x66\x21\xd6\x6c\x2a\xc1\x9b\x55\x80\xfe\x69\xde\x31\x0b\xa6\x86\x83\xe0\xf3\xc0\x67\xc0\x42\x17\xbd\xb0\xea\x67\x17\xd6\x95\x6b\x00\x00\x92\x21\x55\xa3\xc2\x85\xf3\x12\x37\xf7\xb7\x0f\x7d\x80\x8c\x26\x88\x14\x97\x0f\xa3\x8a\xc2\xa1\xd8\xc3\xf7\x37\x3f\xa4\xb3\x60\x66\x7f\xfa\x89\x0c\x82\x58\x84\x8a\x9f\xd9\xf8\xd8\x69\xbb\x96\xcb\xe1\xc8\x7f\x0b\x3a\x74\x16\xfe\xe1\x4b\xf0\xe6\xea\xbe\x52\x67\xe1\x9c\xfa\x9c\x4b\xf8\x3f\x00\x6f\xd4\xc4\x79\x3b\x8c\x9c\xa5\xe0\xc3\xba\x81\xed\x59\xd7\x2e\x4a\xb8\xe3\x39\x86\x08\x91\xc1\xbc\x17\x35\x97\x6c\xc2\x9b\x09\xbb\xaf\xd4\x60\x94\xfa\x5a\x19\x15\x32\x94\x1a\xe6\x3c\xbc\xc3\x9c\xbc\xb9\xc6\xc3\xf9\xd5\xfb\x27\x9b\x34\xdc\x78\xa5\x57\xf3\x38\xe3\x8a\x81\x8c\x92\x11\x2c\x19\xfe\x3a\x46\x37\x71\x64\x32\xdb\xca\x47\x67\x3a\x46\x61\x25\xda\xfd\x3b\xba\x92\x6f\x43\x86\xbf\x9f\x4d\x38\xd0\xa8\x1e\xd4\xa8\x60\x5c\xaf\x70\x2e\xa0\xe7\x69\x84\xb7\x79\xc4\x65\x1e\xcc\x3e\x66\xd2\x60\xe8\x47\x96\x02\x88\x24\x94\x8c\x21\x48\xca\xce\x23\x4c\xe8\x4b\x1b\x91\xf5\x21\xb0\xe0\x8b\x88\xee\xbe\xc1\xc7\x0b\xd6\x1d\x7c\x14\x87\xde\x59\xdf\xce\xfd\xb2\x60\xea\x85\x81\x5a\x18\x8e\xa6\x33\x5e\xee\xf4\x62\xbb\x39\xf9\xc6\x6e\xcf\x07\xcc\xca\x9e\xde\x77\x76\xfb\x43\xfb\x0f\xcc\x22\xec\xa0\x96\x95\x28\xb9\xbc\xb9\xd1\x8c\xa2\x32\x78\x3f\xf0\xe5\x6b\x90\x18\xea\x1d\x76\xb0\x92\xa8\x04\x41\xc1\xc5\x15\x96\x51\x46\x46\x88\xf7\x04\x1f\xf7\x3e\x39\x08\x42\x4d\xf1\xa5\x85\x04\x02\x49\xa8\x53\x18\x5f\x63\xd1\xbb\x8c\x4a\xc8\x18\x66\x38\x78\xd8\xe5\xa4\xf6\x6f\x2d\x62\x1c\x9b\x57\xf7\x71\x8b\xae\x93\x27\xe6\x2b\x06\xba\x1f\xf1\x8e\x97\xf2\x5b\x1a\x5d\xab\x9a\xd4\x18\x7b\xf7\x80\xe8\x2c\xa7\x9f\xc2\xf6\x2f\x06\x93\x09\x34\x3b\x19\x04\x4b\xe8\x01\x3c\xec\xbf\x0c\x84\x87\x79\xcc\x63\x24\x2b\x24\xeb\xb5\x0c\xfb\xcf\xff\xf2\x37\x4f\xf5\xc3\xbf\xfc\x4d\xf7\xee\xc3\x9f\x4d\xff\xf2\xa0\xaf\x73\x6e\xb0\xd8\xfa\x0f\xe8\xa5\xde\xbd\xa1\x73\xd0\xe9\x08\xd1\x61\xf4\x3e\x30\x0b\x61\xf1\x01\x1c\xb9\xe8\x74\xdb\xe9\x72\x89\x37\x09\xc4\x19\xec\x5c\x0f\xc0\x3f\x29\x50\xbc\xa5\xbb\xc7\xa6\x03\x6c\x71\x25\x4b\x26\x2b\x01\x82\x97\x69\x6d\x4c\x5c\x7e\xc0\x63\x44\x6a\x1c\x47\x14\x00\x7c\xef\x01\xa2\xdb\x7b\x88\x15\x33\xa9\x71\xda\xfb\xdc\xcd\xed\x9d\xaa\x46\x51\xbe\xf0\x58\xec\x34\xf3\xd5\xde\x47\xc0\x05\xb8\x8b\x86\x10\xf3\xa1\x49\x4c\x20\x2f\xb1\x45\x4e\x0b\x89\xc4\x89\xf6\x30\x7d\xf1\x13\x32\x68\xef\x07\xfb\x09\x62\x4a\xbe\x5c\xbc\xe0\x81\x26\x6c\x8a\x77\xdb\x46\xb0\x61\x7e\x67\x55\x72\xe6\xa2\xea\xac\x74\x9a\xbb\xf1\x08\x69\xb5\xbb\x0e\xd9\xfb\x27\xe4\xb5\x6e\x52\x8f\xe8\x1d\xba\xcf\xfd\x0c\x69\xda\x3a\xb0\x3d\xb8\x87\xde\xef\x2d\x73\xe4\x34\xaf\x7d\x1c\xf8\xf7\x3d\x7e\xf0\x2d\x10\xbb\xd7\xf5\x5c\x01\x99\xdd\x68\xba\x95\xdf\xcd\xc6\xd9\x70\x74\x04\x1f\xeb\x39\x0e\xce\x3b\x30\xc4\xfa\xcb\x39\xaa\x76\x26\x25\x87\x49\x12\x65\x76\xef\xba\x1d\x01\xb7\x18\xc3\x23\x63\xad\x38\x66\x3b\xd5\x42\x42\x35\x77\xb0\x41\xbb\x23\xa6\x31\xf5\x4c\xea\x4e\x26\x24\x2a\xb1\xdf\x3a\x23\xcf\xf8\x43\xa5\x92\xbc\xad\xdc\x8d\xb8\xe9\x03\x63\xc1\x1a\x28\x78\x66\x32\xac\x60\xb0\xf1\x1e\xc7\x8c\x3f\x0d\xff\xf8\xf4\xe9\xf9\x9f\xe4\x93\x20\xf2\x18\x0c\xaf\xba\xe6\x4f\x3f\x11\x8c\x02\x86\x1e\x5d\x8a\xeb\x9b\x83\xfd\x79\x7a\x8e\x09\xb8\xd0\x98\x63\x14\xae\x2e\x1e\x33\x0a\x02\xea\x23\xf1\x25\x92\x40\xab\x55\x87\xc2\x01\x43\x06\xaf\xcb\x78\x3b\x04\xce\xcd\xb8\x0f\x3a\x9b\x40\x53\x7a\xc8\x3e\x88\xf6\x68\x7e\x13\x78\xaf\xe5\xfc\x5b\xce\x3b\x6f\xbb\x09\x0f\xaa\x7c\x96\x38\xdb\x1c\xa1\x78\x89\x1a\xf4\x7f\x9c\xfb\xfa\xc7\x3b\x5a\x67\x28\x64\x76\x16\x2a\x89\xc2\xac\xfa\x21\x17\x31\x39\xbb\x32\x09\xb7\x30\x99\x4f\x5d\x3e\xa8\xe6\xc0\xce\x95\xcd\x5d\x29\xed\x22\xe8\xdd\xed\x7a\x32\x65\x7f\x5d\xd3\x5a\x0e\x2d\x7d\xbf\x9b\x7d\x05\x97\xdc\x32\x72\x19\x80\x71\x07\x28\x25\x66\x3f\x95\x67\x04\xfa\xa9\x8f\xa6\x2e\xb1\xc5\x4b\xaf\xac\x10\xcc\x36\x1b\x4d\x35\x80\x77\x08\x76\x0a\xf0\x50\xdc\xf5\x42\x2a\x79\x96\xaf\x73\xe8\x72\xf0\x09\x60\x1e\xba\x17\xfc\xc0\x8f\xd6\xad\xf5\xd6\xdf\x7f\xf2\x20\x88\x2f\x7b\xf4\xe0\x8b\x3e\x00\xc7\x1c\x2e\xe7\x98\xdf\x77\x57\x79\x21\xa6\xe1\x25\x9b\x94\x6b\x01\x21\xa8\xbd\x22\x4c\xee\xe4\x41\x98\xc0\x88\xfc\x96\x0c\x4e\xa7\xff\x5b\x42\xae\x80\xd3\x41\xfe\x0a\x46\x06\x64\x51\x9a\x00\xbb\x3e\x1a\x64\x47\x07\x68\x6d\xa7\xc7\xdc\x26\x37\x40\xef\xe0\x40\x0d\x3c\x18\x86\x30\x42\x1f\x7a\x47\xbb\x51\xc6\x3d\x17\x90\x01\xdd\x53\x7c\xa3\xa6\x6f\xae\xbf\xb9\xb9\x7a\xff\xee\xea\xed\xf5\xbb\xdb\xf7\x2f\x5e\xdd\x3c\x7b\xfe\xfa\xea\x05\xf9\x6d\xfe\x0a\x1f\x6c\xa8\x18\xda\xa7\x46\xd4\xbc\xde\x2c\xa3\x01\x39\x7b\x68\xbd\x96\x03\xf4\xda\x68\x90\xd5\xa6\x52\xc4\x09\xe3\xf3\x9c\x45\xd1\x06\x6e\xf7\xd8\xcd\xdf\xf1\xed\x25\xaf\x3f\x80\xb8\x8f\xff\x36\xca\x51\x22\x98\x81\x90\xb6\xb9\xf2\x2c\xe1\x90\xe2\xbe\x75\xa2\x1b\x66\x20\xfb\x8e\x51\x7c\x18\x53\xa4\x0d\x13\x9f\x16\x35\x6f\x52\x21\x26\xab\x3d\xbe\x57\x21\xde\xfc\xc7\x0a\xa1\x71\x9e\x80\xe3\x7a\x1c\x1f\xfd\xec\x01\xe8\xeb\x5e\xf2\x00\x8f\x29\xa1\x4e\xd5\xff\x79\xac\x0d\xa3\x7f\x0c\x31\xfd\x4c\x4a\x10\x95\x56\xdd\x33\xb6\xcc\x2a\x44\xc9\x23\xe7\x14\xb4\xc9\xb4\x6d\xeb\xca\x83\x3b\xf7\xfa\x6f\xd8\x37\xe7\xed\x7e\x7a\x07\x86\xbf\x60\xea\x3f\x38\x5f\xbd\xc4\xb6\x8f\x7e\x47\xc4\xcf\xb2\x1f\x1d\x85\x58\x49\x0f\x18\x60\x38\x8a\x4a\xd5\x3e\x5d\x87\x1d\xd3\x40\x7a\x77\xd8\xfc\xfa\x42\xb5\x5b\x47\xe0\xd8\x15\xc5\x48\xc9\x5b\xa8\x13\x2e\xa7\xfe\x01\x07\x96\xe0\x51\x4f\x95\x29\x0b\xff\x4d\x96\x0d\xa0\x99\x11\x57\x0d\x52\x6d\xd5\x3b\x03\x9a\xd9\xc7\x2a\xcc\x28\x62\x4e\x61\x0a\xeb\xc1\x38\x28\x4e\x54\x53\x68\xf2\x87\x94\xfc\x58\xaa\xcb\x17\x90\xaa\x17\x02\x05\xdf\x1a\xbb\xda\x7c\x5a\xd4\x74\xd5\x9a\x12\x53\xc1\xb7\x63\x72\x3a\x0e\xb7\x6f\xf8\xa4\x9e\x90\xa7\x4e\x52\xc2\x68\xc4\x3c\x19\xfc\x96\xa5\x84\xef\x7f\x4b\x28\x3a\x26\xce\xc7\xc4\xa1\x59\x40\x77\x90\x98\x13\x98\xa2\x26\xc8\x6f\x6c\x3f\x5c\x66\xc8\xf8\xfb\xc5\x85\x2d\xf0\xf9\xe7\xf6\x93\xcd\xcd\x13\x09\xb1\x3d\x8c\xd2\x96\x75\xc0\x8e\x89\x9c\x7f\x59\x43\x0e\x7e\xe7\xd7\x33\x90\xc4\x55\x99\xd7\x74\x71\x60\xc5\x20\xb0\x0a\x07\x7d\xed\x5b\xea\x79\x08\x1f\xe8\x9f\x41\x5f\x89\xf9\xa4\x0c\xfa\x86\x48\x8e\x3d\x87\x08\x61\xb0\x21\x1f\x00\xfc\xeb\x61\x5e\x41\x16\x02\xd2\x3b\x8e\xe8\x1f\x3a\x5e\x41\x0e\x47\x1b\x3e\x9f\x07\x29\x42\xb5\xe4\x80\xa4\x20\xa7\xe0\x87\x9c\x4e\xa4\x33\x84\x8f\x73\xdc\xe9\xf4\xb5\xcf\x71\x07\x7b\x9b\xaa\x99\x75\x67\x70\x13\x27\x98\xe1\x63\xc4\x64\xb7\x17\xfa\x37\xaf\x1c\x5c\x63\x9f\x22\x10\x77\xe6\x25\x5f\x37\xea\x08\x66\x85\x50\x8e\xa1\xe1\xdc\x56\xf6\x5a\xbf\xe0\xc7\x34\x2e\x42\xd9\xa4\x02\x46\xf3\xba\x35\x04\x07\x4f\x4f\x4f\xff\x75\x90\x7d\x4c\xf5\x55\x79\x43\xd5\x72\x5a\xb0\xaa\x8e\x0c\xdc\x87\x74\x7e\x5f\xd8\x03\x1a\xf4\xf1\x49\xa6\x2a\xde\x52\xce\xf5\x1c\x06\xfe\xf6\x7e\x64\xf4\x79\xe7\x59\x64\xd5\x80\x66\x1f\xf3\x0a\xf9\xcd\x92\x95\xeb\x9a\xdd\xec\x9a\x22\x66\x38\xef\x7b\x94\x5d\x86\xfd\xfd\xec\x05\x17\x9a\xcb\xeb\x71\xdf\x7a\xa2\x55\x63\xf3\x69\x1c\xd8\x01\xbf\x67\xc6\x59\xd6\x6d\x01\x4b\xce\xaf\xbf\x6b\xe0\xc0\xe2\x2f\x2d\xad\x07\xac\xbe\xad\x73\xdc\x9a\x9b\xd2\x5f\xf8\x31\xef\x5b\xbf\xec\x2d\x31\x76\x75\x3f\x66\xed\x5e\x30\x0b\xca\xe5\xde\x3f\x61\x7e\x96\x23\xce\x24\xa2\x8a\xba\xc4\x4f\xf8\x45\x4e\x0f\x2e\xac\xaf\x72\xc4\xc2\x86\xd3\xd0\x73\xbc\x83\x79\xc8\x1e\xf4\x38\xf5\xbc\x9f\xbf\x00\x98\xd3\xb4\x02\x67\x29\x3a\x2d\x3e\x13\xb1\x1b\x42\x86\x9c\x39\x41\x1d\x7a\xb8\x25\xdf\x0f\x83\x75\x32\x89\x34\x58\x53\x82\x45\x3e\x9e\x7b\xc5\x49\x5b\xaf\x17\x55\x13\xc0\x51\x47\xa0\xb8\xb2\x7b\x9a\x03\xda\xfb\x57\x17\xb9\x4c\xb2\xbc\x19\xcb\xcd\x76\x49\x11\x35\xdc\x82\x09\x97\xbc\x61\x19\x20\xe1\x88\x1e\x64\xdb\x5e\x2b\xb4\xe4\xae\x9b\x12\xbc\xa9\xa7\x84\xbc\x52\x2e\xcf\x3b\x20\xe3\x05\x8e\x55\xfa\x64\xbb\x34\x36\xc3\x91\x05\xcd\x83\x71\x43\x72\x32\x5e\xc6\x79\xc7\xc5\xba\x21\x11\x8a\x1d\x64\x70\xc7\xf4\x98\xad\xe0\x0b\x41\x57\x2b\xaa\xaa\xc2\xc1\xe6\xf2\x79\x68\x32\xc6\x0e\xdb\x81\xbf\x63\xf5\x4e\x73\x26\xa3\x0b\xb0\x32\x3f\x5c\xeb\x4d\x49\xd6\x80\x65\x04\xa0\x79\x51\x62\x7e\xb2\x62\xb4\x91\x2e\x23\x3a\x57\x64\x06\x76\x69\x63\x1f\x2d\xb8\x10\xfa\xf9\x8a\xbe\xa6\x3b\xa6\xfc\xbc\x35\xfa\x31\x96\x22\xab\x2f\x2b\xf5\xf3\x4e\xda\xe1\x93\x83\x7b\xfa\x41\x37\xe3\x57\xce\x2e\xa6\x96\x5a\x14\xd6\x1b\xf5\x0a\xa3\xb9\x9f\x29\xc5\x56\xad\x32\x89\x23\x34\x7d\x32\xa3\x25\x4e\x2d\xc6\xe6\x74\x0e\x8f\x16\x86\x4b\x56\x2b\x7a\x89\xdd\x26\x17\xd1\xd0\x26\xb1\xfc\xb6\x30\x57\xf9\x30\x36\xb9\xc5\xe2\x71\x44\x21\x2b\x27\xfb\xcf\xf9\xd3\x1c\x75\xe8\x37\xe4\xd4\x5e\x04\x0e\xbb\x37\x49\x11\x33\x8a\xb8\x7a\x17\x97\xbc\x4f\x8c\x0f\xdb\x41\x55\x60\xa8\x47\x77\x88\x49\x95\xcb\xba\x6d\x33\xe9\x4c\x6b\xd6\x2c\xf0\x25\x70\x4e\x2a\xf2\x9b\x0b\x72\x7a\x4e\xaa\xc9\x24\x8e\xee\x8c\xeb\x7c\x5f\xfd\x40\xbe\x8a\x16\xc0\xa9\x7a\x20\x56\xc4\xc3\xa4\xc6\x4d\x05\x3e\x37\x1f\xa2\xdb\xad\x67\x46\xf3\xdc\xf4\x10\xff\x31\x37\xde\xa7\x63\x40\x31\xc1\xff\x0e\x1c\x08\x7b\xfc\xdf\x87\x05\xfd\xec\x6b\xdb\x5c\x80\x47\x0a\x65\x0f\xe7\x3b\x38\xa1\xc8\x78\xe2\x4b\xd6\x71\x9d\x77\x7c\xab\x59\x8e\x6b\xa4\xcb\x6f\xb0\x93\x3d\x0c\xc7\x49\x82\x96\x80\xa3\x5e\x58\x35\x02\x56\x71\x0a\xc7\x61\xc2\x65\xa0\x03\x5f\x79\x16\xa3\xaf\x7f\x74\xc9\x5a\x70\x45\xe4\x8a\xd6\x26\x37\x06\x09\x3a\xfc\xc5\x05\x99\x98\xcc\xe3\xdb\x65\x55\xb3\x80\x56\x8c\x49\x5c\x53\xa9\xde\xe1\xfb\x5b\x77\x03\x33\x8d\xe3\x31\x1d\x01\xf3\x08\xb8\x85\x2d\x3b\x09\x85\x53\x97\xe9\xcb\x72\x9c\x8b\x0b\xe2\xb5\x1d\x7d\x1c\xc4\x31\x1f\x6c\x10\x42\xfd\x0c\xf9\xd1\x5e\xae\x63\xe7\xbd\xe5\xed\x3b\xbe\xf5\x8e\x77\x6e\x78\x93\x89\xe5\x44\x8f\x48\x84\xbb\x1c\x73\xa4\x65\x35\x87\x9c\xea\xc1\xbc\x9c\x3f\x4a\xe4\x6e\x3f\xb4\x76\x2d\x97\x53\xda\xb6\xd6\x2e\x9e\x7c\x1f\xeb\x26\x6c\xa8\xd9\xc9\x09\xf9\x8e\x91\xbf\xac\xa5\x72\x48\xf7\x90\x5c\xcd\xc1\xdd\x2b\xde\xc6\xf9\x12\xc7\xfa\x30\x5a\x1e\xb1\x6e\x4b\xaa\x98\xa5\x14\x3c\xcd\x83\xc7\x8f\x57\xc3\xa0\xa6\x09\x1e\x8c\x2b\x7a\x1f\xa8\x99\xec\xdd\xa1\xfb\x87\x19\x09\x23\x88\x47\xbf\x53\x7e\xd3\xb7\xb3\x6a\x2a\x20\xe5\x92\xbb\xd7\x82\xdd\x78\xb1\x6f\x07\xc4\x1b\xcc\x97\x31\x2f\x27\xd3\xdb\xaa\x19\x06\x1d\xdc\x47\xee\x3c\xa0\x26\xf0\x34\x66\x8b\xcb\xb6\xae\x0a\x36\x7c\x94\xd8\x45\x7a\xb6\xe9\x24\xed\xd9\x38\xfd\xc1\xa3\xd9\x85\x3b\x67\xdd\xf8\xbd\x23\xfc\xb6\x09\x0f\xdf\xe4\x22\x25\x75\x1e\x2b\xcf\xf4\xfa\x3c\xe9\x29\xf4\x21\x33\xe1\x91\xf4\x00\x97\x51\x09\x63\x49\x36\xef\x87\x30\xb7\xc9\xb7\xb7\xf8\xc4\x7f\x07\xc9\x6e\x0d\x96\xbf\x71\xec\x0b\xf4\x42\x4e\x9f\x69\x95\x98\xf1\x03\xbd\x9b\x85\xc6\xa9\xc4\xa3\x5d\x6c\xc6\x41\x30\xdf\xec\xa1\xc7\x36\x94\xff\x3d\x5f\xf5\x1a\xc0\x42\xaf\x14\x1c\x05\xdf\xde\xf2\x5b\xde\x0e\x4f\x8f\xee\x20\x3b\xe8\xb4\x8d\xa4\xaf\x9a\x3e\xff\xc8\x9e\x6e\x60\x0e\xbd\x61\x97\x5f\x1e\xee\x9a\x16\x44\x5a\xba\x60\x64\xdd\x92\x21\x40\xf7\xc1\x4f\x75\xd5\xb0\x11\x11\xac\xa6\x90\xab\xd4\x7a\x9e\xa3\xa6\x06\x3c\xff\x8f\xb4\x5a\x61\x87\xe9\x82\x7d\xd3\xe6\xdd\x13\xaa\x9c\xe1\x7d\xc1\xd4\x2d\xb0\xd3\x57\x4d\xc9\xee\x87\x3d\x21\x12\xf1\x3a\x54\xf1\x45\x18\x3b\x86\x3d\x7d\xc0\x4c\x94\x7c\xdb\xfc\xb2\x73\xf1\x42\xb7\xf0\x4b\xcf\xc6\x93\xfd\x3a\xfd\x23\x66\x43\x0f\x5c\xef\x8b\x9e\xa1\x3f\x6c\xdc\xaf\xab\xe6\xef\xb3\x07\x1e\x32\x38\x58\xea\x4f\x36\xbc\xbf\xd3\xb2\x26\x03\x44\x83\x44\xea\x72\x2f\x59\xc1\x9b\x32\xfc\x85\x36\xe5\x47\xf1\xc6\x6d\xd5\xb2\x4b\xde\x28\xc8\xd0\xb4\x8f\x2d\x75\xe5\x2e\x72\x9a\x1d\x13\x42\xac\xd2\x62\x69\xb3\xc5\x7c\x9f\xf1\x24\x19\xe7\x1d\x44\x7e\x98\xce\xb9\xb8\xa2\xc5\xd2\xc7\xdb\xe3\x00\xed\x1d\x8f\x3e\x3d\x90\xd0\xf4\xc2\x66\x49\x8e\x44\x62\x7b\x97\x99\x42\x81\xb4\xe1\x2e\x21\x7c\x18\xe0\x85\x76\x3a\x36\xe4\xe2\xcb\x17\xec\x38\xfa\xc2\xb0\xcd\x07\xaf\xcd\x38\x5e\x3f\x74\x29\xcc\x28\x30\x33\xf3\x53\x21\x66\x48\xd7\xeb\xf0\xe5\x3a\xcc\x4b\x68\x33\xc0\x1e\x30\x10\x32\xd5\xb3\x6a\x30\x84\x67\x75\x1d\xa6\x22\x3b\x2a\x4f\x99\x1f\x7b\x66\xdd\x8e\x0d\xcf\x73\xb8\xe9\x3d\x54\xd3\x85\x3f\x3e\x1e\xaf\x43\xb9\x83\x97\xde\xf1\xc5\x89\xd0\xd7\xc3\x45\xdb\xa8\x0c\x39\x3e\x57\xef\xec\x8f\x21\xa7\xe1\x73\x95\x59\x1d\xc8\xb0\xc6\xc4\x9c\x8b\x15\xa1\x44\x57\xce\xfb\xa0\x83\xb7\xbb\xc4\x44\x17\x25\xa9\x20\x10\x6d\xa9\x54\x7b\x76\x72\xb2\xdd\x6e\xa7\x1b\xf5\xf4\xf4\x74\xda\x30\x75\x52\xf2\x42\x9e\x6c\xd4\xaf\x9e\x9e\x4e\xc4\xea\xe4\xc5\xd5\xe5\xcd\xed\xbb\xff\x71\xfb\xab\xc9\xbf\x1f\xe0\x53\xb6\xdb\xdd\xed\x70\x72\x42\xf0\x8b\xe7\x90\x88\x7a\x60\xfa\x58\x89\xa4\x97\x0f\xcc\xe1\xf8\x1d\xe4\x1b\xdd\x86\x6f\x07\xde\x84\x53\x31\x5b\x2b\x9b\xe0\x02\x56\x17\xd5\x07\xe0\xab\x05\xaf\xfe\x4e\x7b\x21\xf4\x3a\x00\x91\xa2\x02\xc8\xe6\x80\x0c\x3f\xdb\x4e\xfc\x11\x22\x3d\x20\xe7\x3b\x34\x2a\x03\xa8\x06\x03\xad\x1d\xf7\x6a\x8c\x49\xb0\xd5\x12\x02\x69\x2b\x05\xba\x9c\x66\xa0\x4c\x4e\x4f\xc6\x56\x4e\x9b\x83\xde\x02\xac\x24\xb4\xd9\x6d\x97\x4c\xb0\x9e\x94\xf9\x47\x82\x4d\x1f\xbf\xcd\xd3\xba\x3e\x57\x25\x24\x8c\x23\x2b\xda\xa0\x50\xc3\xee\xf5\x5b\xa4\x52\xe0\xa4\xb0\x33\x29\xc8\x21\x7c\x09\x75\x49\xf1\xd0\xa7\x47\x8a\xed\x9d\x99\xd5\xcb\x2c\x7b\xd7\x79\x6c\x16\x9a\xc9\xdc\x52\x9b\x79\x8d\xd6\xdb\x1d\x5d\x8b\x47\xa5\x44\x1a\x12\xf2\x86\x6f\x58\xd8\xe2\xdc\x24\x7d\x33\xc7\x0b\x54\x44\x36\xc5\x36\x60\xb1\x99\x0f\xfa\x71\x6f\x54\x8b\xa0\x6c\x9a\x93\x86\x93\x15\x17\x2c\x48\xe4\x4d\x05\x3b\xc2\x28\x6e\x5a\x34\xac\x32\x2f\x01\x38\xe7\x89\xbd\x4e\x5a\x50\x08\xa6\x35\x52\xa4\x9e\x9e\x03\x74\x7c\x56\x9f\x7a\x4e\xaa\x27\x4f\x3a\xca\xde\x48\x83\x6a\x5d\x26\x92\x7b\x2e\x44\xf8\x58\xaf\x9a\x6e\x45\x77\xe3\x85\x68\xab\x4e\x9f\x7a\x72\x62\xf6\x98\x5b\xcf\xc2\xb9\x46\x44\x1e\x11\x7a\x0f\xfc\xfe\x56\xcf\xfc\xe5\xef\x6f\xa7\x66\x3e\x42\x37\x8b\x23\xbc\x1d\xce\x3b\x1b\x22\xec\xf4\x71\xde\x26\xfd\x8e\x14\xbe\x95\x3d\xfb\x4a\x8b\x37\xe1\xc6\xb2\x6e\x3f\xd9\xcd\x35\xaf\x44\x66\x77\x75\xaa\x1c\xbb\xc3\x6c\xdb\xbf\xdc\x16\x7b\x98\xae\x7e\xbf\xa6\xfe\xd3\xee\xb3\x2c\x8d\x54\xc8\x87\x68\x40\x3b\xab\x84\xaa\x20\x4d\x25\xf6\x29\x55\x08\x57\x8d\x62\x0b\x6f\x94\x22\xff\xc1\x04\x37\xce\xb4\xbe\xc2\x01\xff\xc0\xee\x62\x84\xe3\xff\xe4\xd3\xeb\x3c\x9b\x46\xc9\x74\x3d\x7c\x49\x7c\x4f\x8c\x8a\x0a\xde\x15\xe0\xbe\x15\x38\x5f\xed\x5f\x92\x0e\x8d\xd3\xb8\x7e\xd6\x67\x2a\x5d\xa2\x03\xde\xb5\x5f\x73\xc2\xe6\x73\x56\x28\x13\x6f\x2c\x18\x02\x68\x3e\x84\xce\x21\x67\x2c\xb3\x8c\xcf\x54\x9f\x77\xed\xc7\x9c\xad\x9e\x75\xaf\xf4\x4b\xef\x7a\x3e\x4c\x3c\xdc\x2a\xbd\xb6\x93\xa7\xa3\x47\xc9\xaa\xf6\xac\xd5\x38\xff\x04\x84\x68\x5d\xcb\x58\x8e\x19\x79\x20\xfb\xf7\x3c\x11\x3a\x3b\x36\x7c\xd2\x25\x06\xc5\x3e\x87\x34\xb2\x6e\x23\x39\xd7\x75\x71\xac\xef\x7a\xcc\x33\x0f\x9a\x68\x9a\x3d\xb0\xb7\x06\xe8\x44\xe2\x01\x87\x45\x67\x1b\x26\x76\xd6\xc2\x4b\xfe\xd5\xf5\x15\xec\xac\x23\x62\x9d\x11\x2d\x79\x4d\xc6\xe9\xba\x65\xcb\x0a\xcc\x24\x6c\x8b\x71\x41\x4e\x0d\x83\x36\x14\x2b\x49\x5a\xc1\x37\x55\xc9\x4a\xb4\xb7\x81\x6c\xa3\xef\x32\xb0\xa2\xcd\xd7\x6a\x2d\x98\x31\x61\x59\x7f\x62\x4d\x7c\x45\xd6\x6d\xd4\xef\xcc\xd5\xc8\xee\x2b\x89\x3e\xe0\xee\x0e\x80\xcb\x62\x0c\x58\x1c\xe9\xba\x3c\x32\x39\x8d\xd5\x92\xaa\x5e\x16\xc6\x5b\xf5\x1e\xc6\xea\xf3\xd1\xba\x99\xfd\xd1\xf3\x35\xf7\x9b\x1d\xf8\x5a\xb2\xf9\xba\xb6\x79\x69\x75\x33\xf3\xaa\xae\xc1\x80\xb7\x56\x04\xb2\xc8\x45\xfd\xec\x49\xbd\xac\x67\xe1\xa0\x62\xb3\xf3\xa0\x0c\x77\x9c\x1b\x80\x3f\x70\x38\x9e\x8b\x60\x6c\x3f\xfd\x84\x7b\x4f\x7f\xdd\x06\x47\x0b\x16\xfd\xdc\xbc\x62\x00\xee\x04\xcb\xeb\x6d\xc7\x09\xed\xec\x3b\x2d\x81\x58\xea\xf8\xdf\x09\x79\x4a\x26\x64\x38\x74\x7f\x8d\xc8\xbf\x92\xed\x88\x3c\x21\x20\x77\x44\x8c\x1c\xca\x04\xe2\x58\x2a\x7a\xe8\x4f\x4f\x2e\x48\xe2\x6a\xea\x2e\x8b\x61\x95\xe8\xc5\xbb\x87\x08\xbd\x4e\x23\x7c\x02\x93\xac\x5e\x3f\x1f\xad\x91\x93\xcf\x83\x10\x21\x0f\xed\x62\xd3\x09\xa7\x46\x51\x14\x34\x50\xdf\xc3\x4a\xb2\x6e\x54\x55\x7b\xf1\xb8\xa0\x75\x07\x65\xcc\xb9\x89\x2a\x41\x6e\xb2\xad\x62\xae\x63\xdb\x37\x78\x45\x49\x69\x81\x87\x0e\xc2\x19\xd8\x7a\x11\xf6\x58\x88\x0b\xb4\x51\xbe\x14\x7c\xfa\x08\x97\xb0\x5b\x7a\x87\xc2\x68\x20\x0f\xbc\x78\xf5\xad\x83\xbe\xa1\x32\xde\xcf\x26\x5d\x62\x3a\x17\xbf\xbf\x7d\xf3\xfa\x45\xb5\x31\x81\xec\x1f\x48\x59\x6d\x30\xa0\xbb\xda\xd8\x6c\xf3\x7b\x28\xed\x99\x86\x92\x15\x5c\x24\xf1\x45\x65\xb5\x09\xc3\xe9\xab\x8d\x7e\x5c\x97\xd5\x26\x1f\xb0\x6d\x29\x40\xb5\xc3\x58\x5c\x98\xf7\xb0\xa3\xff\xe8\xe4\x55\x1c\x1d\x41\x0b\xa2\xe1\xf6\x91\xc2\x40\xf3\x23\x28\x39\xf7\xef\x50\x46\xe9\x21\xea\x32\x27\xf6\x13\x0e\x50\x60\x3b\x94\x1c\xb0\xec\xc1\xea\x60\x01\xee\xad\x8f\x28\xb2\xa1\xaa\x08\x1c\x27\xe7\xbc\x58\x3b\x73\x20\xfc\x11\x28\x03\x23\x8d\x94\x8b\x08\xef\x34\x11\x04\xe9\xc7\x01\xc9\x71\x88\x76\x40\xab\x83\xda\xdc\xa1\xd9\xc5\x82\x1e\x45\xda\xbe\x5e\xb8\xe4\xbe\x15\xd9\x0b\xcf\x1c\x4d\x8b\xc5\x83\xe8\x51\x81\x7b\x14\x92\x4c\x1d\x00\x26\x99\xf2\xa6\xe0\x8d\x9e\xef\x15\x6b\xd6\x69\x0a\x7d\xe3\xc5\x8d\xa2\x07\xf1\xd8\x41\xbc\x81\xa8\x36\xdb\xaa\xf9\xf3\x7d\xb4\x1c\xce\x1e\xcc\x58\xf3\x35\x26\xad\xce\x75\xf1\xc6\x15\x40\xf5\x8c\xaf\x30\xa5\x65\x79\xb5\x61\x8d\x7a\x6d\xd2\xd3\x9a\xf8\xb8\x92\x6f\x9b\xc1\xd8\xf6\xe1\xc8\x4a\xeb\xf6\xc1\x55\xf4\xc4\x27\x95\x3a\x03\xe0\x4d\xb0\xb8\xfa\x46\xc5\xc2\x30\x51\xfb\x5a\x30\x2b\x3f\x80\x5d\x6c\x61\x1e\x78\xf3\x52\xff\x89\x21\x3c\xc1\x64\x8e\xe1\xda\xc2\x3d\x75\x72\x42\x90\x08\xb0\x59\x37\x1f\xe8\xeb\x23\xad\x73\x50\x30\xeb\x14\xd0\x58\x5e\xbe\x34\xb8\x1a\xc5\x5a\x22\x15\x53\x01\x71\xc8\x66\xeb\x19\x22\xa6\x1c\x3f\xfd\x1d\x44\x5e\x7d\x0f\xa3\x8a\x70\x78\xf4\x68\xba\xda\xfc\x63\x26\x6d\x56\xaf\xc5\xe1\x39\x83\x4d\x3b\xf2\xee\x3d\xd2\x84\x60\x26\x87\xa0\x00\x54\x33\x73\xfb\x0c\x07\x18\x74\x89\x3b\x04\xfc\xb4\xf5\xd1\x30\x16\x1a\xe7\xac\x3d\x1c\x98\xd7\xc9\xa4\xe1\x25\xfb\x1e\x66\xf5\xe2\x31\x34\xf8\xf8\x07\xf2\xb7\x20\xf2\x77\x40\xc8\x8c\xdf\x4f\xd0\xaf\xfd\x8c\x20\xd8\xea\x64\xc6\xef\xcf\x93\x42\x49\x3e\xdf\x33\xa2\x04\x6d\x64\x4b\xe1\xe1\xf5\x59\xb5\x6a\xb9\x50\xb4\x51\x69\x35\xa4\x67\xfc\x29\xbf\x6c\x3b\x64\xf1\x3b\x8c\xe4\x8c\x48\x5e\x57\x65\x54\xe2\x43\xf8\xc7\x74\x5b\xc0\x78\xd2\x01\x98\xdb\xf6\x8c\x54\x4d\x5d\x35\x6c\x32\xab\x79\x71\x97\x34\xa4\x67\x69\x42\xeb\x6a\xd1\x9c\x91\x82\x69\xc9\x22\x29\x60\xba\x58\xd0\xba\x18\x86\xa1\xa3\x31\xe0\xc9\x88\x7c\x41\xbe\x1c\x25\x55\xa1\x51\xeb\xba\x95\xad\x6b\x43\x12\x7a\x87\x76\x26\x38\x57\xe9\xb8\xf2\x5d\x40\xef\xb0\xce\x41\xef\x85\x5d\x39\x3f\x40\x34\xf4\x39\x3b\x40\x35\x44\x5a\xe9\x23\x8b\xdb\x8e\xcf\xe7\x92\x29\xbd\x55\xce\xc8\xe9\x51\x45\x05\xdf\xf6\x17\xc5\x54\xb6\x51\x94\xf5\x19\x39\x9d\xfe\x6f\xd9\x53\xbe\x13\x27\x7c\x06\x1b\xe0\x98\xd2\x26\x3a\xf8\xcc\xbe\x1c\x8e\xa9\x63\xb6\xef\xfe\x48\xe5\xfe\xc5\xff\x7f\xee\xd8\x6e\x2e\xe8\x8a\x49\x63\xf5\x48\xf6\x01\xbc\x5e\xff\x46\x78\x4b\x8b\x4a\xed\xce\xc8\xd3\xe9\xe9\x39\xf9\x90\xec\x6f\x1e\x96\x38\xed\x94\x88\x0f\x92\x9f\xcf\xb4\x2d\xda\x54\x2b\x4c\x43\xde\xd0\x15\x3b\xc3\x0e\x9d\xf7\x95\xf1\x8b\x11\x8e\x3d\xb3\x5a\xe9\x91\xf1\x24\x2a\xc5\xb0\xc8\xa4\xe0\xeb\x46\xe9\x43\x3c\xaf\x9a\x4a\xb1\xde\x1a\xaa\x5a\x55\xcd\x62\x62\xf9\xfb\x19\x61\x54\xb2\x49\x05\xa9\x33\xfa\x7b\x5a\x09\x66\x8a\x3b\xd3\x4a\xb2\x22\xfe\x02\xf5\xcc\x77\xc9\x68\x69\x3c\x9c\x2e\x97\x55\x5d\x0e\x61\xa9\x43\xbb\xa5\xc7\xab\x3e\xc8\xba\xcb\x6a\x13\x34\x12\x22\x5d\x57\x25\xb9\x20\x03\x98\xbd\x33\x97\x4d\xc1\x44\x18\x66\x2b\x00\x58\xe7\xd7\x14\x3c\x96\x06\x01\xab\xcf\x97\xc6\x8b\xa2\x40\xa9\x36\xb8\x24\xac\x34\x7d\x46\xe8\x4c\xf2\x7a\x9d\x4c\x49\xcd\xe6\xea\x28\x8e\x18\x7d\x4d\x19\xc0\x28\x5e\x7b\xc5\xdb\x7d\x34\x0d\xa7\xdc\x4b\x54\xf0\x6d\x42\xd4\xdd\x00\x5d\xd6\x6f\x78\xe6\x9e\x01\x44\xc5\x1f\xcc\xc6\x27\x5b\x36\xbb\xab\xd4\x04\xae\x43\x33\x9b\xe6\x1c\x8e\x3b\xb7\x26\x79\x7a\x7a\xba\x92\x70\x61\xd0\xf8\x02\x9a\xac\xf8\x8f\x1f\x45\x23\x67\xe9\x46\xc4\xd8\x3e\x3b\x37\x66\x2f\x8c\x5f\x00\x0f\xb5\x90\xf7\x46\x72\xf6\x08\xf1\xe1\x11\x4a\xb7\xa7\x37\x14\x2f\x59\x63\x73\x52\x26\x98\xe3\x03\x52\x49\xc2\xe7\x73\xb2\x65\x44\x30\x1f\x2a\xbd\xac\x24\x61\x78\xbe\x08\x1e\xf1\x7a\x87\xc4\xd0\x65\xbe\x83\x9b\x01\xf9\x6f\x09\x25\x90\x64\x6e\x4a\x50\x51\xb7\xa2\x77\x4c\x92\xcb\xa5\xe0\x2b\x2d\x8f\x4a\x5e\x54\xe8\xf3\x7a\x72\x42\xe4\x7a\x86\x6a\x14\x83\x00\xa4\x85\x6e\x2b\x9b\x1a\x1c\x65\xeb\x55\x83\x82\x07\x13\x53\x42\x6e\xaa\xa6\x60\x08\xf2\x08\x44\xa2\xef\x7a\x2c\x94\xb4\x8c\x09\x32\x04\x4b\x28\x29\xf4\xc4\x8c\x62\xff\x45\x2d\x50\x8d\xfd\x00\x74\xbb\x89\x60\x8c\xba\x45\xe3\xe2\x1f\x56\x03\xa5\x24\xfc\x35\x85\x2a\x58\xef\x95\x1a\xe8\x76\x97\xb4\xb8\x43\x53\x6c\xa5\x7f\x00\xfd\x79\xcd\x68\xc3\xa4\x22\x5b\xba\x23\xaf\x48\xc1\xd7\x75\x49\xe6\x15\x38\x2c\x86\x32\xc1\x73\xec\xff\xc7\x70\xbb\x2e\x81\x88\xe9\xe1\x75\x59\x0a\xba\x98\xc4\x73\x35\xd8\x47\xe1\x23\xf9\x1a\xb0\xa0\xc9\xbf\xff\x7b\x22\xc4\x1c\x66\x22\x4f\x4f\x93\x2a\x96\x5b\xe0\x87\xdc\x05\x92\xdf\xfd\xdd\xb1\xf4\x20\xf2\xf5\x3e\xdf\x08\xf9\x3e\x7a\xed\x04\x8f\xc8\xe8\x71\x38\x80\x8d\xae\xff\x51\xce\x6a\xf3\x6f\xdd\xfd\x8c\x27\x15\xec\xab\x00\xc5\xb6\x6f\xd6\x3b\xcf\x1e\xa8\x18\xbf\x43\x3d\x81\xf0\x1e\x7a\x58\x4d\x3f\x89\x47\xd6\xeb\x71\xbd\xda\xdb\x83\xfd\x4f\xc6\xee\xa3\x31\xd5\xea\x58\xcf\xaf\x1e\xaf\x2f\xa6\xde\xb1\x0d\x13\x92\x7d\x5b\x95\x8c\x0f\xf1\xc9\x97\x5f\x6a\xa0\xdc\xeb\x07\x88\x3a\xcf\x77\xac\x14\x74\xdb\x0f\xe4\xf2\xfb\xdb\x37\xaf\x9d\x43\x0a\x98\x0d\x20\x63\x1d\xad\x9a\x44\x41\xf9\xe2\xfa\x0d\xd1\xf2\x42\x17\xe3\x05\xb4\x9d\x86\xc2\xe1\x10\x7b\x5b\x72\x7f\x7c\xbd\x5b\xc9\xd8\x9f\x0d\xb4\x65\x29\x9c\xc9\x5e\x4f\x0b\x54\xaf\x1d\xf2\x8d\x76\x33\xb9\x67\x92\x0c\x9b\x32\x30\xdd\xa8\x1b\x16\x7c\x4b\xc0\x46\x17\x59\x71\x80\x59\x23\x4e\xbe\xb7\x23\xbd\xe3\xdb\xb7\x68\x23\x12\xa8\x05\x9f\xd3\x82\xc1\x75\xc2\x8c\xcf\xa9\xee\x0a\x59\x4b\x0c\xe4\xaa\x80\x25\xcf\x99\x2a\x96\x18\x32\xc0\x1b\x52\x32\x04\x22\x87\x29\xd8\xa1\x2b\x00\xd4\x04\xff\x2f\xc5\xc9\xa6\x62\x0e\x03\xe5\xf6\xfa\xc5\xf5\x50\x2c\xaa\xa6\xa4\xa3\x33\x72\xc9\x1b\x09\x4d\x4b\xba\xa9\x9a\x45\xe8\xd4\x09\xd4\xa9\x24\x43\x18\xa5\xe4\x6b\x51\xb0\x31\x22\xe7\x14\xa8\x24\x18\x81\xd3\x32\xad\x50\x85\x5f\xf0\x46\x32\xb1\x61\x64\xc5\x56\x5c\x74\x74\xdf\xce\xca\x04\xf3\x02\xc3\x83\xdc\xee\x68\x53\x72\x13\x36\x26\x06\x2c\xad\x4c\xfd\x69\xad\x7d\x09\xad\x2b\xbd\x0e\xfa\x84\x5c\x37\x13\x03\x23\x0d\x43\x00\xe7\x24\x5a\x6f\xe9\x4e\x1a\x10\x7a\x4f\x0b\x22\x41\xa4\xd2\x4d\x57\x05\x93\xd3\xce\xfe\x75\xaa\x7a\xdd\xdf\xc1\xbd\x16\x18\x07\x4e\x4c\x30\x07\x02\x0c\x8f\x26\x47\x8f\xd0\x17\x3c\x38\xde\x09\x84\x9d\xd9\xbf\xe9\xdf\xf1\xad\xd1\x17\xba\x9d\x08\xb3\xe0\x43\xc0\x70\xb6\xbe\xda\x1b\x46\x12\x98\x7b\xb3\xe5\xbe\x07\x22\x3f\x78\xf5\x10\xcc\x0e\x78\x0b\x93\x0b\xb3\x1e\x7b\x23\x9f\xce\x7b\x90\x96\xf4\xfc\x3e\x13\x82\xee\xbe\x0f\x48\xfe\xd0\x77\x5a\xc2\xad\x13\x9f\x16\xc0\xf1\x09\xc2\xe7\x7e\xb1\x13\x13\x75\xc1\x9f\x1c\x67\x90\x5c\x4b\x2d\xd2\x61\x44\x9d\xd9\xd4\xed\x0e\x3d\x17\x35\x29\x9f\x5a\xc7\xba\x78\xdb\xc4\xe8\xbd\xbb\x1d\x77\x6b\xdf\x6e\x07\xf1\x0a\x4a\xe8\xd1\xf9\xbd\x6f\xf7\x67\xea\x52\xfe\x31\x7b\xdf\xd2\x4a\x8e\x40\x7e\xef\xa7\xdd\x67\x4d\xb9\xb7\xf3\xfa\x3b\x6f\x7e\x76\xc7\x73\xa0\x2c\xe4\x19\x91\x55\xb3\xa8\x99\x4d\x5f\x10\x1c\x37\xb7\x9d\x10\x18\xdb\xd0\xb5\xfb\xc8\x75\x42\x6f\x27\x42\x5e\x57\x0d\x33\x6c\x60\xc6\x48\xc3\xb6\xe8\xb2\xcf\xea\x6a\x55\x29\x56\x8e\x51\xf8\x6e\x38\x51\x82\x56\x60\xb6\x36\x65\x8e\x3a\xbf\x46\x62\x8c\x32\x1f\x69\x71\x9b\x35\xa5\xb7\x42\x63\x9c\xde\xf7\x3f\xec\x33\x03\xb3\xa6\x8c\x7c\xf0\x10\x90\xd2\x1b\x13\x3c\xbb\x30\xc6\x5f\xa2\xc9\x62\xce\x01\x5d\x2e\x54\xdf\x06\xee\xe9\x86\x34\x18\xa7\x3f\xff\x9c\x7c\x06\x45\x17\xcc\x7b\x80\x0e\x07\xa0\x75\xb4\xbe\x6b\x3e\x1f\x80\xa3\x3e\xf8\x93\x41\x75\x05\x73\xb3\x59\x26\xfd\xf5\x2f\xbc\x6a\x86\x83\x3c\xfa\xdd\xfe\x13\xef\x31\xb9\xfe\x49\xce\xf9\xfe\x5b\x0d\xa3\x73\xf5\xbc\xfc\x03\x9c\xf1\xcc\x39\x3b\xf2\x80\xe1\xbc\x3c\xe0\x72\x4b\xcf\x46\x70\xb9\xed\xdb\xde\x50\x2a\xb8\x74\xd2\xed\xdd\xbb\xdf\xb8\xa2\x75\x12\x8e\x6d\xa3\xbf\x69\x59\x0a\x26\x11\xd7\xd3\x4c\x9f\xde\x12\xf8\x15\x16\x3d\x9d\xea\x0e\x9e\xdc\x2f\xb4\x65\x0b\xbe\x6a\xd7\xca\xbc\xbc\x0d\x32\x6b\xb8\xf6\xa2\x23\x59\xbb\x5d\xd7\x8d\x3e\xc7\x01\x1d\x8f\xa5\x1d\x84\xf9\x1d\x03\xcf\xd7\x89\xcd\x79\xd2\x23\x11\x38\xc9\xa1\x9b\x55\xc7\xbd\x18\x80\x25\x34\x6c\x6b\x44\x4d\x2d\xc2\xc2\xf3\x16\x5d\xa0\x7c\xb0\x63\x0a\x9f\x94\xae\x03\x78\x0a\x37\xf5\xce\x45\xf8\x6f\x29\xe0\x0f\xd0\xb2\x34\x29\x7c\x6c\x93\x86\x09\xe9\xed\x4b\xc8\xd7\x5c\x55\xa0\x5a\xa1\x10\x7d\x87\x5e\x2c\x5b\x3c\xb4\xd2\x74\xc5\x03\x25\x9a\x30\x1f\xd3\x95\xba\x92\xca\x4e\x39\x86\x44\x59\x17\x2d\x4d\x4a\x4b\x81\x15\x78\x76\xe1\xe2\xe8\x13\x35\xb4\x97\x94\x89\xd3\x22\xad\xc9\x5e\x00\xca\x1a\xe7\xd1\x1b\x8a\x40\x26\x4f\x97\x5a\x56\xcd\x9d\xcf\xd8\x85\x23\x9a\xd5\xb4\x01\x19\x9d\x48\xbe\x62\x5b\x74\x69\x34\x60\xe1\x88\x53\x8d\xed\x85\x28\x0b\x63\x52\x73\x7e\x87\x4f\x02\xfd\xa8\xc7\xc0\xa4\x51\x34\x9d\x66\x47\x3b\x87\xb3\x96\xee\x80\x51\x36\x96\x1d\x6e\x8c\x8d\xff\x96\xb7\x27\x18\x2f\x3a\xd6\xf7\x74\xc1\xa0\x87\x72\xc9\xd7\x35\xb0\xb6\x99\xe6\xb2\x7a\xe0\xb6\xa5\xe1\x48\x77\xb0\xa0\x12\x80\x2c\x74\x7f\xe1\xb5\xb2\x05\x15\xd1\x4a\xb7\x21\x7c\x4f\x9c\x96\xcd\x5e\xdb\x56\x11\xc3\x4a\x42\xad\x43\x34\x39\xb5\xcb\x81\x6e\xd2\x98\x95\x98\x95\xc4\x5e\xde\x79\xf0\x98\x3c\x6c\x03\x9c\x44\xd8\xa0\x87\x7c\xd0\x82\x30\xe5\xd8\x67\xd7\x61\x37\x78\x10\x84\x77\x5d\xcf\xf4\xee\x11\x31\x8e\x06\xa0\x92\xee\x0b\x01\x77\xc7\xcd\xd1\xed\xc8\x12\xc6\xbb\x1f\xfa\xd1\x91\x24\x84\xef\x48\xaf\x9e\x0d\x9f\x37\x46\x76\xd0\x67\xa4\xa3\x6d\x4a\xab\x6a\xfe\x0e\x2c\x7b\x30\x18\x05\xf5\xdc\x1e\xbf\xb0\xa3\x7a\x42\xaa\x18\x84\x00\xa1\x0e\xd6\x72\xf9\x8e\x6f\x87\x82\x6f\x47\x11\x10\x37\xbb\x57\xc2\xe2\x53\xec\x9d\xbc\xde\x58\x5d\x07\x41\xee\x28\x05\x01\x7a\x07\xa1\x13\x5c\x2d\x33\x28\x6c\xd2\x6f\x81\x23\x51\x13\x48\xe8\x4f\x1d\x45\xe6\xc9\x1b\xf3\x40\xbf\x6a\xca\x18\x41\xc7\xfa\xa4\xc1\xf7\x17\x7c\x6b\xa3\xfb\x3e\x3c\x8a\x60\x2c\xf5\xc6\xfa\xcd\x81\xc9\x19\x05\x78\x0a\x47\x6c\x44\x04\xc5\x08\x14\x4e\xcf\x8c\xca\x33\xc1\xd6\x74\x04\x11\x7d\x21\xba\x8a\x6b\x5e\x68\x16\xef\x61\x21\x30\x1a\xda\x0b\x34\x99\x6b\x58\x73\xea\x06\x92\x3a\xa5\x8c\xdd\x66\xdc\x11\xac\xd8\x15\xb5\x21\x5b\x62\xf6\xe1\x6f\x6f\xcd\x05\x29\xf5\xfc\x72\xc9\xc8\x76\x59\x15\x4b\xd0\x7e\x94\xc2\x66\x60\x9b\xed\x74\x41\x93\x8b\x4a\x46\xe9\x0b\xf5\x37\x27\x0b\xae\x68\x53\xb5\x6b\x2d\x88\x19\xe1\xc7\x5f\xbe\x23\xe7\x14\x89\x17\xab\xe6\x60\x63\x13\x6d\xa4\x79\x70\x0d\xcf\x8b\x58\xe1\xe2\x29\x10\x01\xe1\x4e\xd0\xad\x15\x2d\xed\xf3\x04\x2e\x1b\xb8\x03\xb7\x81\xb2\x86\xcf\xe7\x28\x2c\x48\xe6\x64\xb8\x4a\x74\xae\x8c\x8a\xe9\x5e\x08\x36\x5f\xd7\xf5\x0e\xef\x1b\xe4\x65\xac\x24\x92\x13\x8a\x9c\x1b\x55\x32\x73\xab\xd3\xf7\xe2\x47\x1f\x67\xd4\xeb\xf5\xca\x89\xb1\x28\x86\x3a\x25\xd6\x83\xf8\xa8\x66\xf9\xd9\x4a\x8a\xfb\x06\x4a\x26\x55\xd5\x50\x93\xa9\xd6\x34\xb3\x87\xed\xba\x1b\x2b\x64\xba\xae\xcf\x63\xec\xd0\xd8\x36\x91\xbe\xbd\xe2\x9d\xcf\xdc\xa5\x94\x12\xe8\x86\xfb\xe0\xad\x02\x85\x0d\xed\x00\x14\xc5\xb9\x18\xc3\x83\xcf\x32\x1d\x3f\x93\x5f\xc5\xfd\xf1\x1e\xc3\xae\x08\x72\x09\x06\x50\x0d\x76\x7a\x9e\x18\x26\x9e\xa2\x62\xd9\xca\xa6\x5c\x58\xd5\x37\x19\x56\x7e\xf4\x28\x1b\x8b\x1c\x3c\x51\xf7\x2a\x89\x5f\xf5\x05\x10\xbf\x33\xe4\xf2\x12\x8d\x3d\xeb\x7b\xb5\x3b\x76\x87\x69\xd9\x89\x81\x20\x0e\x4f\x14\x38\x28\x9d\x27\x91\x09\x3d\x87\x6d\x1d\xbd\x8a\x60\x97\xbd\x0b\xc4\xfc\xae\x14\x5f\xd0\x06\xa1\xa0\x82\x63\x12\xda\xd5\x50\x61\x6a\x24\xb7\x90\x3d\x0d\xb5\x40\x53\xd0\x66\xa0\x48\xc9\xc0\x19\x5a\xcb\xa5\x16\x4c\xc5\xfc\xc1\x54\x31\x1a\x07\xa2\x0f\x9c\x5b\x4d\xa9\xe1\x1e\x1c\xcb\xce\x56\xa2\x5d\xed\x3b\x88\x5e\x67\x74\xe8\x10\x5a\xf5\x8c\x99\xc0\xa4\x14\x1e\x25\xf4\x3a\x34\xde\xfd\xc8\x71\x6f\x97\x21\xf3\xb5\xdd\x3b\x18\x02\x1e\x6c\xa1\xbc\xc2\x63\x1c\x34\x12\xb8\xe0\xdb\x34\x7b\x41\x0f\x7e\xfa\x29\x3a\x64\xde\xdb\xf2\x08\x21\xe8\x21\x4a\x14\x13\xb8\xef\x15\x95\xd5\x0f\xfd\xd2\x49\x84\xcf\xfc\x56\x54\x20\x6c\xfb\xdc\x99\xbd\x4f\x10\xc1\x64\xcb\x0a\x8f\x98\x0c\x8e\x6c\xc8\x36\x60\x7b\x6f\x05\x6d\x29\x66\x50\x5d\x81\xa5\x04\x62\x41\x50\x2f\x5d\x22\xda\x25\x5c\x22\x70\x31\xf4\xbe\x7a\xec\xc6\x83\xb8\x8a\xf9\xdc\x41\xd5\x24\x17\x4e\xb0\xf5\x6d\xc0\x60\x98\x07\xc6\x1f\x3e\x18\x56\x25\xc9\x17\x0d\x57\x5f\xe8\x3b\xda\xe6\xf8\x37\x2e\xff\x85\xe9\xea\x37\xe6\x02\xf1\x4e\xf4\x23\xfb\x4a\xa8\xcc\x5d\x46\xd5\xc0\x80\xd3\xed\xf8\x7a\x20\x18\xda\xc6\xe3\xed\x1d\x05\x02\x04\x3d\x50\x9c\xb4\x7a\xaa\x0f\xec\x3e\x28\x93\x75\xf2\x77\x2c\xf8\xda\xee\x9d\xd3\x80\x35\x0b\x0b\x7f\x5c\x57\xb3\xe9\xb6\x98\xda\x5f\x4c\x24\xc0\x23\x87\x22\x16\x92\xf8\xca\x55\xec\x44\xd2\xb9\xc0\xf1\x60\x51\x3f\xff\xfc\xa8\x00\xd1\x34\x9c\xd1\x96\xe6\xab\x55\xa5\x5e\x57\x0d\xb3\x40\xde\xc3\x18\x22\xa2\x61\x5b\xfd\xd5\x03\x11\x3a\x19\xb6\x30\xcf\x76\x37\xcc\x49\x38\x13\xe7\xae\x5c\x59\x95\xd7\x1d\xb8\x6f\xfb\x51\xae\x67\x52\x89\x34\xfa\x6f\x6f\x68\x9a\xbd\x63\x12\x09\x34\x80\x3c\x74\x43\x8d\x9b\xb6\x48\xe8\x20\x97\x9a\xce\x67\x09\xa4\x60\x74\x3d\x11\x72\x24\x81\x95\x0a\x1a\xfb\xfc\x73\xf2\x59\xdf\x8a\xf9\xee\x9d\x9c\xe8\x57\xb6\xf2\xdb\xd1\x2e\x16\x2b\xcd\x3b\xbf\x81\x4c\x4d\xe1\x19\x46\xff\x11\x10\x01\x8d\xf2\xc8\x92\x82\x50\x70\xd8\xa9\x2c\xc8\xbc\x63\x6f\x86\x19\xf3\xf1\xe2\x3c\x6c\x74\xea\x29\xdc\x5e\xbf\xb8\x3e\x0b\x72\x82\x6a\xfe\xa0\x38\xe1\x6b\xa1\x6f\xd7\x59\xcd\x56\xc6\x57\x04\xbc\xe4\x67\x3b\xc5\xc8\x37\xb7\x2f\x27\x4f\xff\x57\x1c\xc5\x83\x86\x32\x58\xd8\x60\xeb\xc3\xdf\x7a\xe3\x8f\xc3\x6d\x62\x04\x1f\x8c\x57\x0a\xf3\xf8\x64\xab\xb9\x8d\xf6\x74\x94\x2e\xa4\xfd\x68\x96\x25\x14\x5c\x1e\xda\x99\xee\x56\x57\xfc\x8e\x01\x42\xaa\xe5\x10\x71\xea\xec\xb6\xae\xd4\x77\x55\xc9\xf4\x2c\x60\x9e\xde\x21\xb6\x60\x28\x65\xc3\xe0\x81\x64\x2e\xfc\x7d\x6f\x16\x8e\xe9\xb6\xb0\x3e\xfe\x40\x40\x5f\x29\xf8\x53\x16\x55\x2d\xa9\x4c\x65\x51\x55\x9d\xfa\xee\xd7\x2e\x8c\xa0\xdb\xbe\x78\xa1\xbc\xe9\xe4\x07\xce\x08\xab\x66\x06\x3c\x7d\x3f\x11\x9d\x85\x49\x08\xe8\xfd\xbf\x15\x95\x62\xfb\x69\x3c\x64\x9a\x02\x7e\xf3\x80\xb9\x71\x9c\xc2\x6c\x82\xa8\xe2\x8a\xee\x66\xec\xb2\xae\xda\x4b\xbc\x6d\x03\xc0\xc4\x90\x8f\x3f\xb9\xc8\xc9\xc2\x07\xc2\xbe\x1e\x75\xde\xec\xd7\xcd\xf5\x5a\xb5\x6b\xf5\x7e\x14\xf5\xe4\xe7\x20\xa8\x19\x78\x78\xf7\x88\x35\xcf\xc4\x48\xac\xe8\x40\x8c\xc4\x31\xc9\x56\x54\xb0\x8e\x49\x04\x02\xa7\x47\xee\xbb\x51\xcb\xa5\x37\x34\x62\x2d\xd0\xb6\x65\x14\xed\xf6\x25\xb7\xad\xde\x30\x95\xbc\x7f\xed\xeb\xd5\xa2\x11\xac\xeb\xba\x07\xd2\x1e\xd9\x15\x84\x9d\xda\xf7\x6d\x3c\x32\xe2\x5e\xf5\x5f\x7c\x7d\x7d\xfb\x05\x76\x66\xc5\xa5\x07\x8b\x91\xba\x2b\x84\x7c\xc7\xb4\x04\xe1\x71\x46\x34\xb9\x05\xd7\xfd\x7a\xcc\xe7\xf3\x89\x16\xb5\x1e\x23\x60\xad\x45\xa5\xad\x94\xf1\xbb\xfb\x33\xee\x8f\x3f\x83\xd4\xf5\x67\xb5\x5a\xdf\xff\xd9\x03\x44\x58\x39\x49\xd3\xab\x79\x41\xeb\xae\xc0\x34\x36\x3a\x04\xc4\x91\x8d\xd4\x00\xa8\x9f\x06\x0d\xd1\xa4\x5d\xac\xdb\x93\x76\x51\x36\x08\x85\xdb\xa8\xaa\xc1\xec\xbc\x5b\x2e\xee\xf4\xf3\x1b\x86\xb5\x96\x4c\x48\xa3\xde\x64\xf7\x6d\x98\xd8\xbe\x63\x24\xb6\x1a\xd5\xd4\x80\xd4\x81\x22\x0c\xf6\x49\x1f\x19\xdc\x82\x29\xa5\x58\x7d\x1d\x11\x1b\x5b\xeb\x51\xd5\x14\xf5\x5a\x56\x9b\x23\x52\x01\xc7\x60\x2e\x91\x5c\x66\xc7\x32\x8e\xfa\xe3\x3d\x1a\xfc\x60\x2f\x2e\xc8\xa9\xbe\xa7\xa3\x7e\x5f\xf4\x81\xc8\xe3\x05\x15\x44\xc3\x06\x9a\x68\xc0\x0d\x5a\xd7\xf5\x79\xf7\x2b\x92\x0d\x0b\x74\x13\x36\x26\x94\x5c\x0f\xf7\x92\x0b\x7b\xdd\x79\x3d\x44\x46\xa9\x36\x30\x04\xd2\xa2\xe0\xa2\x0c\x5e\x14\xdf\xde\x76\x33\x81\x1b\xbb\xcb\x29\x59\x37\x35\x93\x89\xc3\xd5\x92\x4a\x32\xc3\xa7\x5b\x5d\xda\x14\x3f\xa2\x2a\x94\x7f\x1f\x98\x87\x84\xe4\x2b\x46\xb4\x2c\x23\x8c\xc5\xe3\x95\x72\x5a\x35\x7d\x21\xc2\xf7\x6f\x6f\x53\xc6\x82\xb9\xc6\xcb\x98\x9c\x55\xa1\xed\xb7\x45\x29\xde\xc2\xde\xc7\xf1\x46\xfd\x1e\xc8\xee\x16\xde\x6f\x97\xb2\x7b\xec\x36\x07\x54\xe2\x58\x74\xb4\x76\x9f\x99\xe4\x15\x1d\x8f\x98\xb0\xd4\x79\x60\xc5\x3e\xed\x33\x25\x9a\xf3\xf2\x71\x0b\xa7\x7a\x33\x7f\x84\x2b\x5a\xa9\xce\x5a\xa2\x32\x2f\x5d\x4e\xb7\x96\xcb\x6a\xb1\x3c\x6e\x31\x43\x38\xc9\xce\x7a\x1e\xb9\x98\x66\x0a\x3e\xfd\x82\xda\x93\x7e\x70\x4d\xed\x61\x3b\xb8\xac\xa6\x60\xb8\xb2\xfd\x4c\x24\xcc\xcb\xf3\x56\x70\xfd\x38\x26\x94\x0c\xfe\xd4\x0c\xbc\x10\x1d\x98\xe0\x82\xab\xb7\x72\x51\x87\x73\xc4\x66\xe3\xdb\xce\x02\x2b\x2f\xbb\xa3\x31\x13\xec\x75\xa0\x8b\x76\x26\xbb\x48\xad\x15\xac\x8d\xe5\x17\xc1\x94\x77\xde\xf6\x40\xc9\x79\xcd\xe8\xbf\xae\xd5\x92\x89\x6d\x85\x5a\xe9\x4a\x82\xf6\x35\x92\x18\x94\x03\xa4\x00\x14\x07\xd3\x63\x88\xd8\x3f\x6c\xc8\x37\xaf\xcf\x1e\x38\x13\x68\xe0\x99\xba\x6a\xca\xeb\xf9\x8d\xd5\xf3\xec\x7d\x41\x82\x21\xea\x22\x90\x5f\x33\xff\x3b\x68\xa6\x48\xc4\xb4\xbe\xfd\xe2\xd1\x9f\x9f\xe9\xa3\x71\x13\xc9\x34\x5a\xc2\x2a\x54\xb5\x61\x06\xa4\x7a\xc3\x84\x5d\x32\x6b\x93\x9e\x1e\xf5\x26\xc6\x11\x65\x37\x64\xf4\xd0\x44\xc1\xc6\x00\xcd\x04\x0a\x1e\xdf\x33\xbc\x4d\xc7\xa4\x75\x30\x7f\x4e\x40\x9c\x86\xf2\xb3\x6d\xe5\x9b\x76\xf8\x34\xc1\x72\xee\xb5\xda\x1c\x18\x81\x45\xd2\x8e\xb0\xb4\x33\xcb\x7b\xd4\x88\xac\xbe\xd6\x19\xe6\x21\x2f\x36\x0a\x9b\x00\x8a\xb2\x56\xf1\xc3\xb9\xb3\x51\x4f\xa7\xbf\xcc\xa8\x82\xce\x3f\x33\x10\x7b\xf0\x61\x4c\x68\xb9\xa1\x46\x23\x6c\xbb\x03\x04\xf4\xe9\x34\x38\x8b\x08\xf3\x87\x98\x32\x9f\xa0\x73\x06\x2a\x29\x44\xfc\x3c\x6a\xea\x0f\x4e\xfc\x94\x90\x67\x01\xef\x09\x59\x8e\x53\x26\x5a\x4a\x20\xd1\x3a\x8f\x1f\x27\xaa\x74\xd8\xce\xd4\x8b\x42\x21\x4c\xf7\xd3\x6e\xea\x8e\x74\x6a\x03\xcd\xbc\x66\x0f\x00\x1f\x9f\xb2\xa8\x80\xfa\x27\x99\xce\x48\x16\x7b\x5d\xdd\x81\x67\x07\x2a\xd1\xc6\x84\xdd\x17\xac\xd5\x4f\x86\x0a\xdc\x9d\xc2\x15\x3f\x0a\xb2\xab\xae\x1a\xf6\x92\xb1\x0c\xb6\xf6\x83\x11\x9e\x72\x1a\xbe\x4e\x00\xd6\x7a\xd5\x0c\x73\x68\x58\xaf\xe6\x90\xf6\xfb\x92\x0a\x51\xd1\x05\x33\xc2\x0b\xa2\x1c\xa1\x72\x2a\x1c\xb4\x5e\x09\xdb\x73\xf4\xf9\xd8\x8f\x44\xb8\xca\x0f\xb1\xab\x97\xe8\xf6\x21\x92\xd2\xa3\xb1\x75\x45\x6f\xdf\xa5\xce\xba\xa5\xc0\x79\xeb\x16\xac\xc9\x70\x2a\x5b\x2e\x65\x35\xab\x77\x46\xcd\x0e\x22\x4e\x60\x8f\xcd\x38\x92\x78\x48\x26\x88\x75\x82\x20\xfa\x43\x9e\x1e\x02\x23\x2e\x5e\xef\x5d\xf0\xe0\x3d\xe3\x3c\xd9\x02\xd1\xd5\x67\x08\x2f\x9c\xae\xe2\xc0\xee\x10\x7c\x7b\x1e\x58\xfb\x5d\xa5\xe0\x65\x12\x4d\x31\xce\x01\xb8\xb9\xe6\x0e\x64\xfe\x58\xbd\xe3\xdb\x90\xb8\x55\xe8\x25\xaf\x98\xb6\xa6\x05\x03\x44\xb0\x18\xaf\x07\x14\x99\x6c\xae\x7a\xb2\x1b\xfb\x70\xb6\x96\xa2\x0a\xa2\x23\x59\xc5\x71\x08\x88\xce\x85\x7a\xd2\x56\xf0\x19\xd5\x6b\xfb\x05\xda\x69\x51\x9b\x10\xb4\x0f\xa1\x6e\x26\x0d\x05\x74\x50\xd3\x83\x26\x29\x36\x38\xf2\x30\x6f\x68\xdb\x0b\x6b\x53\xc0\x18\x9a\xb1\x1d\x37\x40\xd6\x71\xdf\x1f\x1d\x0f\xc4\xce\x04\x95\xec\x96\xbf\xd6\xf3\xb0\x47\x3c\xca\x27\x42\xe9\x39\xe8\xa7\x5d\x03\x74\xaa\x92\xc3\xb4\xa9\x0b\xa6\xbe\x5b\x56\x8a\xc1\x80\x93\xdc\xa6\x4f\xc8\xd3\xd1\x43\x92\x21\x5c\xe9\x81\x38\xe7\xdc\x20\x9d\x56\x67\xcd\x45\xf8\xa8\x71\xbc\x3b\x3d\x6b\x4e\x45\xa5\x1f\x28\x4d\x70\xd6\x62\x91\x1a\x73\x0a\xbb\xa0\x54\x83\xa1\x6b\x4e\xa8\x0a\xa0\xde\x3a\x65\x94\xc9\x43\x04\x72\xb6\xb1\xb4\xc1\x44\xc8\xc8\xc3\x03\xcd\xb6\x81\xea\x69\xdd\xcc\xb9\x50\xeb\x86\x2a\x16\xe4\x34\x42\x1d\x99\x75\xfe\x06\x3a\x46\x82\x47\xcc\x40\x70\x84\x75\x3e\xc1\x41\xc4\x63\x59\xcd\xe7\x55\x01\xa0\x60\xe0\xc6\xc9\xc8\xba\x0d\xf6\xa2\x71\x43\x44\x34\x0e\xb6\x6a\xd5\xce\x10\x87\x70\x2a\xd0\x0c\x35\x03\x45\x94\xa8\x5a\x0b\x6e\x17\x9a\x6c\x1f\x99\x44\x4b\x76\xe2\xcc\x76\x7b\x87\xc9\x1f\x25\xa9\x16\x0d\x17\xcc\xba\xb0\x12\x4c\x0b\x8e\xe0\x5a\xd4\xc1\xe6\x1a\xed\x97\x9d\x83\x92\x6d\x2a\xaa\xd0\xd4\x08\xfe\x39\xa0\x0e\xc4\x21\xd1\x85\x60\xcc\x98\x17\x16\x0d\x5f\xb1\x89\x7b\xd4\x68\x21\xe8\x8e\x37\x92\xd7\x6c\x4c\xee\xe7\x05\xfb\x9f\xee\xdb\x94\x90\x1b\x86\x47\x5c\xcc\xd6\x8b\x69\xc1\x57\x27\x5f\xfe\xdb\x97\xff\xf6\xef\xa7\xf0\x2c\x2d\x99\xa2\x55\xdd\x6b\xea\xe6\xad\x7a\x9f\xf3\x24\x89\x77\x1e\x8c\xfc\xb8\xc3\xf8\x2e\x4d\x75\xe9\x5a\x48\xee\xaf\x43\xc6\xba\xe0\xad\xe9\xcc\x89\x2b\x7a\x7f\xf9\x49\xac\x56\xa1\xf1\xce\x4f\xc1\x6f\x7d\x02\x19\xf7\xe3\xd8\x35\x3a\x22\x67\xee\xdf\x1d\x2d\x75\x4e\x9d\x1e\x9c\x9a\x8b\x8b\x34\xf9\x66\xae\xc2\x8b\xab\x97\xcf\xbe\x79\x7d\xfb\xfe\xf2\xfa\xf5\xf5\xbb\xd0\x57\xee\xb0\x0b\xd9\xf7\x07\xee\xb3\x1f\xbc\x33\x5c\xd6\x80\xd3\xf0\x12\xf3\xf1\x79\xef\xb2\x11\xf9\xea\x22\x6f\xa3\xd8\x6b\x93\xec\xb1\xe1\x20\x2b\xb8\x5c\x52\x21\x87\x45\x37\x07\x4e\x26\x9d\xf2\x70\x3f\x76\xe9\xb1\xfc\xfd\x21\x4c\x1c\xfa\x75\x90\x71\xef\xef\x72\x87\xad\x87\xcc\xb6\x47\x36\xea\xe5\xd7\x87\xce\xdb\x21\xcd\xc0\x51\x53\x13\x0c\xc4\xd9\x71\x3e\xe1\xf8\x13\xe1\xc5\x03\x78\x26\x71\x16\xc6\x1b\x66\xbf\x44\x30\x26\x82\x2d\xa8\x28\x41\x89\xc7\xe7\x7d\xd6\x9b\x9f\x3f\xb3\xcf\x66\x5a\xfa\x7d\xf0\xd4\xda\xc9\x09\x44\x13\xf3\x73\xd6\x55\xd8\x25\x6d\x8a\xcc\x9f\x07\xde\x61\x95\x7f\xb4\x1e\x5c\xc7\xd0\x03\xed\x97\x5c\xcc\x1e\xdc\xde\xae\x3b\x8d\x89\xf4\x00\xf5\xc4\xdf\x69\x29\x9f\xb3\x6c\x72\xf6\x07\x2e\xe5\xbb\x20\x15\x5f\x94\x9b\x64\x9f\xa2\x33\x59\xf6\x30\x49\x17\x42\x46\x7f\x75\x61\x08\xfd\xe3\x6f\x80\x97\x55\x9a\x7e\xc7\x88\x59\x06\xed\xb7\xf3\xc0\xf0\xe1\x0c\x01\x80\xae\xf1\xd5\xda\x6b\x7d\x4d\xa1\x4b\x8b\x25\xee\x03\xe7\xd0\x61\xb0\x3a\x6d\xd0\xef\xbc\xaa\x0f\x06\x9c\xeb\xce\x87\xc1\x02\xcb\x87\x6d\x82\xfe\xc5\x38\xb5\x8b\xe1\x56\x1a\x5d\xfd\x4f\xcf\xe1\x1f\x5d\x78\x59\xe3\x1f\xaf\xbf\xfa\x15\x77\x95\x0b\x5e\x63\x65\xfd\x8f\x5e\x6c\xda\x82\xd7\x5d\x6f\x89\xde\x2e\xc2\x8b\xbd\xe0\x75\x3e\xed\x5c\x7a\x33\x16\xcb\x6c\xc6\xd5\x63\x5f\x31\x78\xdc\x55\x25\x98\x45\x73\x03\xe9\xb5\x66\x34\xd6\x26\x50\x65\x0c\xe6\x79\xa0\xe5\x70\x9f\xec\xdd\x24\xbd\x4e\x96\x1e\x43\xd9\xdd\x2d\xbc\x65\x80\xd2\x0a\xe6\x70\x83\x63\x2c\xad\xf5\x35\xb9\x7b\x8c\x2a\xef\x08\xf8\xed\x34\xdd\xdc\x47\xfb\x60\x1e\x91\xf4\xe8\x51\x94\xf3\xe8\xe2\x22\x4a\xb1\x78\x85\x4f\x1c\xef\xac\xeb\xb5\xbe\xd3\x47\xa4\x9b\x27\x3e\x77\x25\x65\xb8\x91\xe9\x87\x7b\x29\xe7\xf8\x90\x29\xd3\xcb\x81\x7a\x69\x9c\x76\x82\x18\x7a\xb7\x91\x66\x37\x7c\x6d\x74\x47\x56\x65\xda\x03\x38\x7f\xf0\xde\x20\x07\xf7\x1b\xda\x02\xff\x31\xb7\xdc\x27\xdc\x6e\x8e\xfb\xd9\x25\x4c\x84\xfb\x9a\x47\x8a\xd1\x6c\xbe\xac\xde\xd5\xf5\x17\xde\x98\x44\x2a\x92\x78\xc9\x7d\x88\x08\x62\x51\x83\x3e\x01\xe3\x3a\xf2\x79\x01\xd2\xf8\xe5\xac\x07\x70\xea\xff\x02\x6e\xea\xed\x5a\x2e\x31\xd2\x23\x34\x33\x53\x61\xdc\x52\xa4\xd2\x6f\x3a\x08\x8b\x6b\x06\x0a\xb3\x1d\xad\xdb\x5e\xe7\xf6\xd1\x9e\x74\x14\xdd\x47\x35\x8e\xc8\x8d\xf0\x20\xb4\xb6\xd3\x2a\x7e\x4c\x98\x5b\x8f\x4e\xb3\x2b\xba\x74\x0c\xc3\xb8\xda\x45\x9a\x53\xd5\x3c\x87\x4d\xe5\x89\x6f\x39\x4a\x57\xb4\xe2\x1b\x86\x6f\x74\x13\x18\x9a\x44\xa7\x04\xf9\x68\x85\x8d\x56\x82\xfc\xb3\x77\x8c\x08\xce\x57\x9a\x29\x3d\x72\x09\x6a\x8d\xf5\x64\x28\x47\x26\x88\xb7\x08\x49\x97\x95\x54\x68\x33\xc2\x90\x17\x08\x09\xb0\x89\x69\x7c\x47\x2e\x32\x7d\xd6\xff\x86\x8f\x4f\x50\x4c\xd3\x4c\xd5\xd5\x08\xdc\xcc\x7c\x98\x66\x10\x75\xe5\x0a\x8e\x03\x82\x4f\x9c\xe7\x64\x47\xea\xb3\xee\x9d\xd9\x1c\x21\xc7\x06\x7b\x91\x27\xe4\x61\x72\x5f\xef\xf9\x32\xc1\x14\x47\x9e\xaf\xaf\x5d\x7c\xb0\x80\xe8\xb1\x5c\x44\x6e\xd7\x59\x4d\x2f\x27\x06\x4f\x81\x82\x78\x4a\x34\x1d\xe0\xa8\x96\x14\x3a\x59\x80\x6d\x12\x62\x51\x4d\xa5\x75\x6b\x74\x74\xba\xb3\x10\x83\x05\xe9\x1c\x0c\x92\x80\x81\xd6\x7d\x48\x6c\xa9\x3b\x74\x46\x19\x79\x08\xc8\x5d\x17\x3a\xee\xd0\xf5\x4a\x8c\xe8\x2f\xdb\x46\x02\x7f\xe7\x76\xef\x3f\x7b\x5d\x65\x97\xdb\xbf\x9a\xaa\xd9\xb1\x7d\xe7\xd3\xa9\xab\x3c\x21\xbe\x61\x37\x26\x72\xc9\x9f\x84\x74\xf7\xe3\x0f\x9f\x5d\x78\x02\xb9\x53\x00\xe9\x91\x6c\x4b\x96\xee\x9e\x07\x6e\x27\x16\xf6\xc0\x76\xf7\x7d\x7d\xe8\x76\xff\x54\xcf\x9c\x57\xc0\x76\x65\x10\x40\xe5\xf7\x92\x51\x71\x1f\x97\xf3\xa6\x47\x04\x49\xac\x5f\xc7\x6e\x63\xd3\xf4\xc3\x2e\x8f\x1b\x38\x49\x3f\x6b\x1f\x43\x08\x70\xaf\xb2\x4c\x0b\x15\x99\x0c\x5d\x91\x17\xb4\x09\xe2\x3d\xc6\x7f\xf8\x93\x3d\x55\x31\x91\xdb\xc4\x87\x8d\x05\xe9\x62\xb2\x4a\x6e\x97\x53\xc5\xaf\x6d\xc6\x16\x75\xf4\x4d\x1f\xab\xcf\x1f\xc0\x79\x40\x41\xba\x67\xc5\xb0\x54\x99\x5e\xf6\x79\xed\xaa\xc9\xf4\x0d\x15\x5c\x38\x46\x8f\xee\xf9\xff\x63\xef\xed\xfb\xdb\xb6\xb1\x7c\xf1\xff\xf3\x2a\x90\xee\x6e\x29\xc5\xb2\x2c\x39\x4d\x9b\xda\x75\x7b\x6d\xd9\x69\x3d\xb5\xe3\x5c\xcb\x69\xbb\x9b\x64\x32\x10\x09\x49\xac\x29\x42\x43\x52\x96\xd5\x49\xf6\xb5\xff\x3e\x38\x07\xcf\x04\x25\x39\x6d\x77\xee\xee\x6f\xe7\x73\xef\x36\x16\xf1\x8c\x03\xe0\x3c\x7e\x4f\x5a\x4a\xe6\xb4\xd5\xae\x6b\x9e\x9b\xd4\x88\x0f\xcc\xe5\x26\xc7\x12\x3a\xd3\x0e\xc5\x84\xc8\x4d\xd5\xb5\x2b\x37\x92\xc9\xc7\x47\xdb\xd3\xca\x70\x9a\x8e\x2b\x07\xa9\xc4\x7d\xcd\x16\x73\x41\x4a\x25\x19\xad\x02\x06\x3a\x78\x5c\x82\x2f\xa5\xc6\x42\x90\x04\xb5\xc6\xff\x17\x60\x73\xa4\x72\xe5\x11\xc0\xe5\x0a\xae\x28\x51\xf0\x49\x37\x86\x0f\xc2\xdb\x43\x94\x15\x2c\xec\xa2\x32\x76\x5e\x75\x17\x81\xa9\x8c\x9a\x6d\xb5\x99\x64\x45\x53\x56\xe2\x46\x69\x5f\x73\x59\x5b\x9c\x43\x45\x68\x96\x29\xae\x19\xbc\x54\x10\x32\xc7\x0e\x7d\x13\x13\x15\x3c\xf3\x16\x57\x1e\x40\x35\xd7\xaf\xbc\xb5\xa7\x48\x85\x33\x6b\x0f\xac\x75\xe7\xc7\xf8\x64\x7d\xfa\x85\xd7\x6c\xa9\x0f\x3a\x16\x58\x28\xa1\x86\x6d\x68\x59\x6c\xe0\x96\x8a\x13\x8b\x04\x47\xa0\xab\xb4\x04\x5b\xc8\xb8\xb0\x99\xf6\xdc\x0d\xde\x42\x1c\xda\x86\x66\x9b\xbc\xdf\xff\x7b\x12\xac\x11\xf5\x1c\x9a\xfd\xf3\x28\xd1\x4f\x23\xee\x59\x42\x7f\xbf\xea\x31\x48\x94\x8a\x69\xaa\x79\xa6\x98\xee\xb7\xa2\x4d\x3f\x54\x66\x33\x97\x23\x81\x7b\x02\xc1\xe3\xb6\xd7\xe7\xb8\xe6\x4d\x2f\x9a\x89\x78\x91\x4e\xd2\x1c\xe2\x73\x23\x82\xc0\xd1\x09\xa4\x74\xf3\x9b\x0b\x00\x58\x70\xe5\x80\xdb\xb8\xa7\x62\x68\x8a\x2c\xad\xa0\x0c\x57\xda\x79\x68\xb5\x6d\xf3\x4b\xba\xbb\x66\x53\x84\x52\xcc\xea\xc4\x8e\x75\xef\x2e\x5c\x17\x3b\xea\x4c\x11\xc5\xb5\x5c\x98\x06\x65\xaf\xca\x4b\xb8\x85\x2b\x52\x73\xdd\x75\xee\x60\xf6\xc6\xa4\x55\x19\x4c\xb7\x1f\xe2\x6e\x0b\xbe\x0c\x33\xbd\x32\xc7\xea\xfa\xc5\x0c\xcf\x7a\xed\xa2\x6e\xed\x24\x86\x8a\x7b\xe4\x3e\xe2\x8c\xce\xe6\x2d\xb4\xd4\xd4\x42\x6a\xe0\x9f\x4d\x02\x9c\xd4\x9e\x48\x2f\x44\xbb\x35\x95\xaf\xaf\xd7\x69\x74\x5f\x08\x30\xd3\x75\xad\x9a\xbb\x4d\x6b\xb6\x48\x9d\x40\xcd\xfb\xfe\xb9\x7b\x13\xa6\xaa\xb5\x7b\x13\x5c\xf2\xe0\x0a\x59\x41\x48\xff\xbc\x05\xf6\x2e\xc3\xed\x52\xd2\xfe\x51\x37\xc8\x40\x4d\x39\x98\xa6\xf6\xf7\x3a\x6a\x87\xa6\x6b\xc5\xe3\x84\x67\x1c\x8c\x5b\xf9\xc4\x79\x4e\x9a\xe7\x19\x44\xc3\x5b\xe7\xe1\xd3\xbc\x65\x8e\xe6\xf8\xbf\xdb\xd3\xe5\xce\xe1\x21\x87\xf1\xda\xb5\x80\x17\x0a\x0d\x61\x9b\x07\x61\xf3\x82\x6f\xa2\x1a\x6b\xd1\xb7\x25\x99\xad\x10\x2e\x83\x73\xdb\x9a\x58\x0a\x2f\x51\xf8\x35\x62\x47\xa3\x77\x60\xe5\x22\x46\x16\x00\xd7\x2e\xde\x39\x96\x8d\x49\xc9\x5d\x06\x48\x7e\xb5\xd3\xf0\xd3\x72\x95\xc7\xd3\x82\xe7\x7c\x51\x66\xab\x0e\x54\x91\x29\x2b\x60\x61\x68\x06\xc9\x5d\xe3\x5b\xb2\x4c\x73\x30\x90\x2f\x31\xaa\x54\xa5\xec\x83\x22\x06\x36\x37\xe6\x34\x63\x65\xac\x00\xae\xa8\xc2\xe6\xc5\xae\x37\x91\x83\x03\x3a\xff\x7e\x8d\x57\x79\x85\x08\xf9\xe5\xfb\x2e\x36\x1c\x74\xc3\x83\x35\xc0\x77\x54\x5f\xa6\x7e\x45\x72\x64\x03\xee\x07\xe0\xf8\xa5\x6e\x46\xb4\x55\xab\x7c\xa8\x21\xfb\xb3\xb1\x13\xe9\x8d\x9f\xdf\x6b\x28\x8e\x00\x02\x5a\xf3\x1e\x8e\x2c\xa4\x2f\x47\x85\xed\xe0\xb2\xe0\x91\xff\x67\x6c\xa5\x11\x2e\x4c\x08\x3a\xc8\x3b\x5e\x28\xb4\x91\xad\xa5\x70\x66\xe6\xd8\x91\x6a\xf3\xd2\xb2\xfe\x8a\xc6\x12\x6e\x24\x2f\xe3\x75\x61\x87\x21\x6e\x41\x3d\x16\x24\xde\x56\x14\x54\xea\xf2\x9f\x40\x45\xa5\x2d\x42\x7d\x0a\x25\x99\x06\x1a\xa9\xa9\x8e\x1b\x00\x45\x7c\xdc\x00\x49\x69\xfd\xde\x7a\x66\x6b\x31\x07\xf7\xf7\xba\x9a\x31\x04\x35\xb5\x95\xb4\x39\x73\x7b\xd8\x64\x18\x86\x42\x8d\xea\x0f\xfb\x42\xc4\xa2\x62\x6d\x5a\xbb\xb6\x22\x77\xfd\x04\x41\x15\xf1\xff\xc0\x14\x7d\xb9\xda\x9a\xa4\x32\x8a\x98\x39\x29\xbb\xcb\x2c\xcd\xd1\x8b\x42\xc7\x47\x06\x44\x2c\xf2\x5d\x58\x38\x20\x07\x52\xa8\x96\x76\x99\x4f\x6a\x49\xc9\x07\xe4\x20\x14\x7c\xb9\x96\xdd\x7d\x64\x63\x88\xda\x0c\xef\xe6\x90\x2c\xb4\xd5\x34\x86\x7b\xea\x65\xe9\x98\x79\x39\xc1\x11\x75\x55\x18\x82\x85\xae\xa1\x13\x88\x4b\x09\xd3\x09\xb2\x0b\x36\xc0\xae\x0c\xf1\xf1\x31\xba\x04\x37\x26\x59\x29\xb8\xd2\xa4\x83\xbd\xc6\xe8\x85\xf2\x73\x79\x85\x2a\xc0\x0b\x25\x81\x16\xa8\x42\xcb\xc9\x92\x41\xe8\x02\x3a\xf7\x43\x3a\x6b\x28\x67\xf5\x45\x4b\xb2\x64\xf5\xa4\xd9\xeb\x95\xfb\x38\x89\x4f\x25\x5f\x3f\x5c\x65\x03\xf9\x3a\xe6\xb9\x6f\x48\x3f\x78\x97\xca\x99\x0f\x1e\x16\xfb\x56\xd7\x36\xc8\xdd\xf8\xb9\x86\xd4\xb4\xb5\xdb\x7e\x0d\xd9\x29\x2d\xad\xe8\x6d\xa9\x61\xc7\x28\x96\x19\x2d\x26\x69\xde\x81\xc4\x25\x8b\x19\x83\xe0\x32\x9c\x66\xc5\xc9\x84\x55\x24\xad\x4c\x5b\xb0\x8f\x2a\xf0\x89\x96\x0a\x82\x58\xf9\xf1\x40\x94\x2b\x9d\xcf\xb3\x94\xc9\xfc\xf6\x4b\x08\xd1\x4c\x73\x45\x61\xa6\x29\x8f\xd4\xba\x36\x8c\xd2\xee\xee\x36\x6e\xe9\x16\x46\xd0\xe3\xd8\xd8\x4a\xeb\xbe\xea\xda\x8e\x92\xb3\xe5\x96\x3e\x1a\x56\x0d\xbd\x9d\xee\xf6\xee\x1a\x50\x1d\x1c\x83\x29\xfa\x8d\xf1\x07\x23\xa6\x4f\xf9\x8f\x5d\xb4\x15\x8f\x33\xce\x0b\x49\x4f\x7b\x61\x39\xb9\xad\xbc\x57\xad\x1e\xae\xc1\x99\xb1\x67\x63\x1f\xed\xed\x29\x34\x9b\xac\xe4\xb0\xac\xd2\x23\x58\x1c\xc0\x9e\xb3\x5b\xc8\xce\x13\x6f\x60\x0d\x97\xde\x8e\x2a\xf1\x6f\x4d\xce\x93\x1e\x0c\x92\xbd\x56\x61\xc1\x7f\xc7\x2a\x53\x6f\x75\x69\xc1\x66\x3d\x0a\xd8\xb5\xb4\x3c\x84\xc6\x76\x7a\x2f\x17\x44\xb0\x9f\x1d\xd3\x32\x52\x86\xa3\x70\xf3\x77\x52\x37\x10\xdc\x52\xdf\xe0\xed\xd9\xd5\xec\x8e\x36\x29\xe7\x60\x21\xb7\xba\x84\xff\x2b\xee\xbc\x5a\x54\xd0\x1f\x72\xe9\x85\x54\x40\xdb\x07\xaa\x34\x3f\x8a\x84\x6c\xab\x41\xda\x22\x4a\x58\x66\x0d\x43\x47\x65\x5e\x30\x19\x11\x24\x1e\x35\x3f\xac\xae\x5c\x0b\xb4\x8f\x57\x9c\x12\x08\xd8\xbd\x14\x72\x96\xb4\x24\x42\x28\xca\x75\x1a\x95\x80\x35\xc5\x8d\xf5\x14\x02\x12\x1e\xdc\x8a\x93\x92\x41\xc0\xbb\x7a\x87\x8d\x33\x9d\xc4\x35\x31\x3d\x49\x7d\x07\xe0\xa5\x58\x3d\x9a\xee\x54\x31\x90\x9a\x20\x22\x2f\xcd\xe3\x34\x61\x46\xf6\x90\x01\x85\xa0\x36\xc9\xf9\xae\xae\x1a\xc9\x05\xe8\x12\x72\xb9\x22\x93\x05\x2b\x21\x5c\x50\x47\xa2\xe6\xbc\x66\xaf\x19\x71\x9e\x31\x9a\x03\x5a\x6b\xc5\x14\x5a\x2b\x7a\x93\x95\x6c\x93\x7f\x84\x97\xce\xcd\x83\x53\xad\x98\xa5\x1d\xf1\x1f\x47\x55\x01\xca\xa9\x67\xd4\xaa\x14\x02\x28\x63\xd5\x0b\xbd\xf5\x0d\x29\x3d\xfd\xe4\xa0\x51\xdb\xb3\x93\xdb\xad\x9d\xe8\xc2\x0d\xad\x19\x4a\x73\x5a\x0b\x18\x03\x1e\x38\xcc\x86\x86\x3f\x71\x98\x0d\x93\x76\x83\xa0\x4d\x3e\x14\xa9\x78\x1b\x31\x4f\x4c\x06\xc9\x1a\xb2\x25\x64\x14\x41\xc5\x45\x11\x42\x17\x49\x2a\xee\x2b\x48\x75\x40\x73\xc2\xf3\x98\x91\x39\x13\xa2\x67\xcc\xf3\x8d\xc1\xe7\x69\x3e\x39\x61\x6e\xd8\x80\x45\x16\x78\xb7\xd8\xd9\x2b\x47\xee\x6c\x89\x1f\xf2\xa7\x57\x66\x52\x5f\xe7\x76\x93\x58\xbc\x5e\xf4\x05\x79\x75\x8b\x91\x60\xc1\xe6\x0c\xb2\x5a\xc8\xdd\xef\xf5\xb4\x3b\xa7\x58\xc3\xe1\xdf\x17\x2c\x8b\xa7\x72\x08\xef\xf5\xfd\x33\xe2\xe2\xe4\xc3\xfa\x8a\x9b\x2c\xe7\x55\x3a\x4e\x63\x04\x13\x17\xf5\x00\xba\x45\x33\x8d\x81\x96\x6a\x37\xba\x53\xf8\x58\xb4\xfc\xde\x4b\x93\x54\x16\x71\xd4\x76\xce\x98\x55\x54\xec\xbc\xe3\x94\x02\x7d\x32\x6f\xf8\x9b\x54\x09\xc4\x20\x4d\x87\x87\xad\x39\x0f\x2b\x4b\x64\x87\x3c\xeb\xf5\xea\xc7\x6b\x8b\x96\x3e\x3a\x13\x4f\x58\x79\x5b\xf1\xf9\x4b\x6b\x2d\x05\xfd\xbd\x37\xbe\x3b\x56\x36\x6b\x5a\xbe\xc0\xdc\x88\x4e\xba\x2a\x8d\xcf\x09\x1b\x52\x5f\x10\xbb\xed\x8b\xb4\xac\xde\xcb\xf4\x55\xb2\x9c\x06\x40\x1d\x22\x12\xc0\x92\x91\xaa\x80\x18\xea\x82\xa6\xf2\x0d\x5b\xa6\x79\xc2\x97\x00\x00\xf8\x1d\x54\xca\xbb\x3c\x87\x74\xa4\xde\x41\x91\xc4\x99\x71\x88\xc0\x72\xba\x2e\xdf\xb7\xda\x87\xe4\x63\xed\xa8\x2b\x5d\xbd\xa5\x51\x27\xa3\xb4\xb2\xc4\x45\xfb\x0b\xbc\x89\x1d\x12\xb3\x02\x60\x44\x0c\x90\x5a\x18\x6c\x4b\x25\x7e\x22\x3a\xcd\x94\x60\x53\xe1\x35\x61\x15\xab\x6b\xeb\x6b\xd1\x49\xc4\x46\x7a\x42\x16\x17\x12\xde\x94\x73\x9e\x27\x36\x78\xb4\xe5\x37\x51\x57\xf9\xab\xc9\xa8\x58\x00\x08\x12\x18\x8f\x37\x3d\x6f\xc5\x42\xbd\x6c\xf6\x1a\x74\x10\xdc\x13\x02\xa2\xf2\xad\x5e\xbd\x2b\xa3\xa2\xd8\xe6\xcd\xe3\x76\x71\xfd\xe2\x35\x70\xc7\xf5\x58\x0e\xb5\xa1\xd2\xa5\x3f\xb0\xa1\xf6\x17\xb9\xa1\xec\x3e\x2d\x11\x12\x47\xb0\x1e\x2e\x50\x84\xe3\x5a\x24\x15\xaa\x10\x52\x88\xfe\x1e\x92\xef\xf5\x1d\xca\xc1\x78\x22\x5a\x73\xf7\x50\xfd\x4a\x74\x08\x14\xec\x22\xcd\x57\xee\x18\x7e\xff\x96\x59\xb3\x7c\xf8\x96\x9d\x6b\xe0\xd9\xad\xb6\x2c\xb5\x8b\xcb\x2d\x0b\x6c\x09\x5d\x08\x0e\x4d\xe2\xc6\x28\xed\xa0\xbb\x37\xc1\x22\x1a\x83\x2d\x27\x54\xac\xed\x6c\xcc\x1c\xb0\x65\x90\xf2\x25\x52\x39\x3a\xe0\xd0\x12\x71\x90\xb2\x34\x67\x1d\x63\xf1\x32\x49\xab\x4b\x0a\xc9\xba\x09\x05\x9f\x26\xd1\x9e\xf4\x22\x4a\xd2\xf1\x98\x15\x00\xaa\x30\xe2\x69\x56\xa2\x2a\x7b\x09\xcc\xe5\x72\xca\x00\x68\x42\xec\x2e\x0f\x58\x65\x25\x27\xcb\xfe\x78\xc6\xf1\xb8\x0e\xfa\xb3\xcd\xbe\x04\xb0\x82\xd6\xed\x8f\xaf\x10\x73\xb7\x26\xa0\x2e\xf3\xef\x42\x75\xed\xc9\xfc\xab\x9e\x5f\x59\x85\x02\xbb\x75\x6b\x39\xf1\xd8\x63\x2e\x2a\x88\x03\x80\x60\x87\x0e\xc6\x9d\x8d\xc7\x07\x52\x97\x36\xa8\x00\x4c\x86\x0f\x87\x85\x99\xc5\xac\x64\x7f\x70\xd4\xc8\x9c\x96\x15\x49\x2b\xf4\x3c\x43\x28\x8d\xe0\x41\xab\xd9\xd7\xd7\x9c\x33\x6f\x59\x1e\x7e\xd6\x8c\xe6\x6b\xab\x3d\x5d\xda\xc5\x9b\xf7\x52\x4a\x0e\xbb\x0f\xdf\xd3\xf1\xf8\xf7\x6d\xaa\xb5\x19\xb6\xfa\x74\xcb\x1d\xd5\x7e\x1f\x80\x07\xf7\x3b\xef\xc0\x86\x45\x78\xf8\x1e\x5d\xfb\x4a\xca\x87\x48\x6f\x3f\x6f\xda\xb1\x0c\xf9\x5b\x56\x2d\x19\x53\xc0\x2e\xe9\x8c\x16\x18\xc6\x0a\x6e\xac\x00\x5f\x83\xb4\x6d\xab\xb2\xcd\x37\xfb\x48\xc2\x5d\xeb\xd5\x32\xd8\x87\xf6\x46\xa8\x03\xa4\xfa\xab\x95\x55\x30\xd1\x4b\x3a\x9f\xcb\x64\xd1\x62\x08\xd2\xde\x47\x18\x3a\x47\xf2\x86\x58\x35\x55\xfd\x8c\xc6\x53\xd5\xb6\xc2\x60\x2b\xc1\x83\x4b\xdc\xac\x0d\x6e\x7e\x9f\xbe\xed\xee\xaa\x3c\x7c\xb7\x8f\x55\xfd\x35\x0f\xe0\xc3\x00\x2f\xd4\xc6\x2b\x1b\x8d\x1e\xe1\x50\x7e\x3f\x20\x52\x50\x85\x7d\x18\x5a\x29\x52\x6a\x6a\xf0\x1a\x38\xe6\xe7\x9f\x87\x62\xac\x0d\x4e\x4b\xcf\xca\x7f\xf2\x78\x6d\x9a\x15\x2b\xb0\xf7\xdc\xb9\x4e\x65\xf4\x08\xe4\xaa\x2c\x65\xfa\x8c\xa5\xf8\x7f\x05\x23\x74\x49\x57\x1d\x48\x57\xa0\x7a\x61\x25\x99\xd1\x95\x6a\x69\x24\x78\x31\x99\xa6\xb1\xab\xe5\x86\x6d\xb3\xbe\x34\x27\x74\x52\xf3\x6b\x46\xfb\xa7\xc5\x2a\x0c\xf5\x4f\x8b\xf5\x59\x61\xea\x81\xe8\x34\x4b\x7f\x43\xb4\x9a\xf7\xe1\x58\x03\x1b\xc2\x04\x0a\xa3\x61\xab\x5e\x7a\xea\x1b\xbc\x6c\xfd\xc5\x2a\x8f\xd1\x72\x67\xc2\xaf\x03\xc5\x52\x27\x47\xd3\x76\x11\x2c\xae\x4b\x83\xd8\x47\x3f\x28\xc1\x71\x5a\xda\x1d\x65\x69\x7e\x1b\x7a\x32\x9c\xef\xd6\x85\xa3\x61\xe0\x04\x83\x0c\x1f\xc1\x26\x92\x42\xe8\xe4\x5d\x5a\xa6\xa3\xcc\xb9\x7a\x80\x4d\x53\x1f\x8c\xbd\x57\x7a\x5d\x43\x0b\xaa\xd7\x7f\x37\xa9\x96\x80\xc7\x46\x91\x8a\x13\xe4\x1f\x45\x49\x95\x20\x27\x1d\xab\x74\x34\x08\x1f\x5f\x71\x08\xe5\xe6\x25\x42\x64\x3d\x72\x32\x63\x1a\xb6\x50\xd4\xc9\x32\x92\x31\x7a\x4b\x28\x91\x06\xfd\xdf\xcd\x19\xd4\x56\xf2\xe1\x37\x11\x6e\xe6\x09\xb4\xb0\xcd\x8b\x13\x3b\xe5\xe5\x5b\x23\x2f\x91\xc7\x38\x42\x95\xb9\xc6\xb8\x2d\x58\x95\xd4\x11\x01\x23\x94\x52\x5a\xac\x29\x7e\x58\x53\x3b\x04\xcb\xd5\x15\x0f\xde\x88\x7f\x42\x32\x68\x07\x0c\x11\xf2\x53\xab\x2a\x16\x6c\x2d\xc5\x2a\x52\x6a\xa6\x59\x55\xa2\x89\x6a\x59\x88\x4e\x05\x05\x2b\x65\xdf\x1f\x45\x12\xf6\x50\x3f\x95\x28\xe4\xba\x3c\x80\x2c\x4c\x8d\x10\x61\xd4\xcc\xae\x6b\x09\xe4\xa1\x24\xb2\x25\x91\x28\xfb\x5a\x83\xba\x93\xcf\x69\x9c\x56\xe2\x29\x88\x7a\xd1\x61\x08\x5f\x02\x69\xa7\x31\xcb\xc7\xe6\x76\xfb\xd1\xe1\x3a\x42\x75\x16\x61\xc3\x52\x79\x50\x62\x66\x62\x3c\xb7\xce\xf5\xfb\x00\x4c\xea\xff\x03\x7b\xe0\x2a\xc9\xa4\x37\x1a\xbc\xfe\xe2\xd8\x78\xd7\x36\x26\x43\x46\x45\xa1\x95\x49\xdd\x8f\xbc\x11\x4d\x69\x81\x19\x90\xf5\xa9\xb4\x18\xad\x23\xf8\xfa\x66\x86\x81\x95\x2a\x3e\xbf\x36\x0f\x7a\x48\x03\x7e\x63\x4a\x18\x88\x56\xf4\xc7\xdb\x50\xf3\xc4\x29\xd4\xb2\xba\x6a\x1f\xfa\xa8\x08\x81\x76\xea\x39\x7d\x43\x1c\x5b\x03\x7c\x82\x93\x00\x16\x1b\xff\xd6\x1b\xb5\xc5\xb7\x0d\xb4\x50\x65\xa7\x18\xd5\x08\x2d\x60\x49\x4d\x2b\x22\x76\x3e\x4d\x74\xde\x71\xb5\x9f\xb4\x60\xd4\x05\x66\x1e\x94\xe5\x4f\xb4\xd0\xca\x7b\xe4\x93\x20\x69\x70\x87\x44\xbb\x7d\x9d\x3a\xd8\x3d\x86\x1b\xee\x79\x8f\x65\xad\x1f\x48\x85\xbf\x72\x74\x44\xa2\x9c\xe7\x2c\xb2\x66\x78\xcd\x76\xd5\x67\xc7\x44\xa3\xc4\xc9\x31\xdc\xd8\xb4\x24\xd3\x34\x49\x98\xce\xf9\x3a\xe3\x8b\x32\x80\x3d\xbd\xa6\x6f\x12\x45\x7a\x42\x7b\x7b\x44\x07\x17\xd8\x0e\x78\x90\xee\x7a\x30\x1c\x0a\x12\x48\x41\xe5\x3a\xa3\xd5\xb4\x4b\x40\xb8\x66\x24\x41\x91\x58\xfc\x46\xd2\x9c\xfc\x65\xd8\x31\x40\x13\xe3\x8c\xd3\x0a\x3f\xc1\xfb\x22\xe4\xe6\xc5\x9c\x8c\x18\x66\xd0\x2e\x40\x7c\x8e\x51\x48\xa3\xd8\xab\xe8\x08\xd3\xd5\x88\x1a\xd8\x94\x46\x34\xd5\x12\x79\x41\xe3\x5b\xc9\xfc\x8c\x98\x14\x9d\xfc\xfd\x94\xcb\x1f\xda\x56\xf9\xe9\x6f\xff\xfa\x0f\x8f\xea\x76\xed\x23\xf6\x91\xec\x90\xbf\x69\x3a\xfe\xdb\xbf\xfe\xa3\x76\x6c\x24\x4d\x81\xaf\xe3\xfc\x12\x1c\x6f\x3e\xce\xef\xff\xe6\x9a\xb2\x83\xd4\x15\xf3\x2c\xda\xd2\x07\x3c\x78\xa7\x3b\x26\x9c\x2a\xad\x32\x16\xad\xb5\xbc\xe3\x52\xb4\x22\x3f\xb3\x7d\x83\x2d\x7f\x73\x53\x1d\xb2\xa9\x2d\xf0\x94\xdb\xdc\x50\x3b\xd2\xa6\xb1\xd7\xf3\x84\xca\xc0\xf2\x98\x16\xac\xc2\xbc\xf6\xfd\xfe\x8a\xcc\x17\x85\xe0\x70\xcb\xae\x31\xe7\xc9\x0b\xb8\x96\xfd\x7b\xc2\xaa\xa1\xfa\xda\xd2\x01\xdb\xa6\xc2\xe7\x9f\x9b\xda\xdd\xb4\x1c\xf0\x2c\xa3\xf3\x92\x25\xed\x7a\xf8\x34\xc8\x2a\xaa\xec\x40\x8c\xc8\xb4\xe3\xf2\x69\xc7\xc9\xaf\x8b\x52\x79\x14\x03\x30\x2e\x1f\xd7\x76\xad\x9e\x6c\xc5\xc3\x3a\x28\xa7\x74\x8e\x42\x43\x6e\xeb\x7e\x63\x96\x65\x24\x49\x67\x2c\x2f\xc5\x45\xb3\x11\xdd\x1b\x06\x80\x97\x64\xc3\x3b\x02\x1d\xa9\xa5\xc3\xce\x87\xe2\x27\x4f\x1c\xb7\x29\xce\x35\x1a\x8e\x79\xbc\x28\xa3\x36\x5c\x5e\xc0\xdb\xd9\xb7\xd7\x71\xb6\xa4\xab\x12\x51\x7e\x28\x19\x65\x3c\xbe\xd5\x4c\xa8\x90\x97\x16\x39\x54\x07\xc5\x24\x21\x7a\x30\xde\x8c\xac\x61\x75\x4f\x2e\xae\x06\x3f\x1e\xda\x18\xa5\xb8\xc8\x47\x0d\x17\x1c\x4c\xa3\x5c\xa6\x55\x3c\x25\x2d\x68\x5f\x73\xfd\xb4\x64\x6b\x7b\x3a\x3b\xbe\x54\x9e\xa4\x78\x57\x4e\x95\x57\x6a\x74\x47\x8b\xd6\xee\x2e\x54\xde\x15\xbb\x23\x24\xcc\x5d\x29\xeb\x46\x87\x4e\xa5\xba\xa9\x38\xaa\x0a\x9a\x97\x73\x2a\xf6\xdb\x2f\xcc\x8b\x84\x15\xf8\xfe\x0e\xe5\xbc\x4c\xda\x27\xb7\xd4\x05\x1b\x57\xaa\x4c\x54\xf2\x2c\x4d\x74\x63\xa3\x82\xd1\x5b\xc9\x83\x6d\x9a\xe6\xeb\x97\xa7\x67\xd7\x17\xe7\x2f\xcf\x1a\xe6\x5a\xbb\xe9\x34\x35\x82\x80\x3f\xa2\x25\x83\x1c\x92\x3b\x24\x9a\xdf\xff\xd1\x73\xf7\xe6\x25\x1e\x00\x54\xad\xe0\xf1\x4a\x7f\x03\x49\x62\x0e\x70\xd5\x84\xdd\x53\xc0\xbb\x51\x80\x00\x72\x64\x1b\x96\xce\x5e\x5e\x7b\xdd\xa4\x27\xcd\x9f\x42\x01\x16\xa9\xc2\x4f\xef\xff\x18\x2a\x08\x4c\xe5\x81\xac\x6d\x2d\x7a\x3c\xcc\xc0\xea\x58\x8e\x55\x1e\xff\x73\x22\x39\x56\x79\xbc\x6d\x50\xc5\x36\x1c\x75\x28\xb8\x42\xd7\xfb\x94\xe0\x0a\x5d\x79\xa3\x47\x04\x06\x4d\x84\x65\x38\x2c\xd1\x10\x7e\xa1\xab\x34\x85\xea\x0c\xc5\xad\xcb\x0b\xc1\x19\xe2\x4b\xfa\x1b\xe7\x33\xb2\xa4\x45\x8e\x29\x59\xf5\x36\xda\xbf\x83\x36\x9c\xcc\x58\x59\xd2\x09\xd3\x3f\x8a\xda\x8b\x12\x51\xe7\x2b\x89\x3b\x35\x2a\xf8\x52\xfc\x04\xb5\x67\x8b\xb2\x42\xdf\x35\x4c\xce\xc1\x49\xbf\xd7\xfb\x37\xc1\x05\x02\x95\xc2\xf3\x3d\x55\x1e\x71\x1a\x76\x00\xf3\xa9\x67\xab\x6d\x75\x0a\x53\x69\x8d\x91\xc3\xb3\x94\x09\x30\xc7\x74\xa3\x3a\x61\xca\x97\xff\xc1\xf9\xec\x67\x9c\x96\x9f\xe4\x5b\xa9\x05\x40\x4d\x00\x3b\xfa\x9b\x29\x0c\x6f\x8a\x2d\x0b\x4b\x45\x42\xa3\xdc\xeb\xd7\xad\xf3\x27\x71\xc1\x68\xc5\xce\x32\x26\xfe\x6c\x45\x49\x7a\x17\xd9\xfe\x24\x7e\x03\xdd\x34\x11\x37\x0f\xcc\xee\x40\x7c\xdc\x95\xdb\x13\xad\xab\x84\x97\x45\x5c\x96\x37\xec\x1e\x22\x2a\x34\x1f\x16\x81\x6f\xd2\x01\x19\x65\x34\xbe\x3d\x8c\x2c\x0e\xad\xe6\x36\x76\x40\xfe\x65\x3c\xde\xdf\xdf\xdf\x77\x8b\x8d\x79\x5e\xed\x8a\x9b\xef\x80\x64\xb4\x98\x30\xaf\x11\xd8\xfa\xdd\x82\x26\xe9\xa2\x3c\x20\xcf\xe7\xf7\xee\x77\xa9\x87\x38\x20\xbd\xee\x57\xcf\xdc\x4f\x73\x9a\x08\xe6\x48\x7c\xda\x67\x33\xd2\xeb\x3e\x83\xff\xab\xff\xed\x96\xae\xf8\xfc\x20\xf4\x3b\xf8\x2a\x1c\x90\xbe\xa8\xe7\xb5\x2f\x4f\xd9\x81\x4e\x2e\xea\x7e\xdf\x5d\xb2\xd1\x6d\x5a\xed\x56\xec\x1e\x27\xb8\x4b\x81\xad\x3b\x20\x42\x3e\x0b\x97\x15\xe7\x63\x17\x99\xc2\x60\xb1\x19\xff\x6d\xbb\xf6\x44\xc1\x40\x63\xed\x75\xc4\xd5\xa5\x49\x72\x76\xc7\xf2\xea\x22\x2d\x2b\x96\x33\x21\x65\x64\x69\x7c\x1b\x75\x0c\x85\x33\x0f\xcf\x16\x5f\x61\x51\xbd\x8b\x79\x48\x06\xd3\x34\x93\x2e\x57\xf2\x4e\xf1\xc0\x7e\x6a\xbd\x8a\xf9\x0c\x24\x76\x1c\xba\x09\x5f\xe2\xd1\xbc\xa4\x39\x9d\xb0\xa2\x2b\xf3\x97\x5c\x33\xe9\x66\x50\x2a\xf2\xc3\x33\x6a\x35\x28\x2b\x2a\xd1\xe5\x0d\xe4\x6b\x3f\xcf\xab\xd6\x06\x06\x44\x34\xf1\x82\xc6\x15\x2f\xc8\x13\x71\xe9\xb4\xdf\x59\x82\x52\xc3\x69\x10\x74\xfb\x82\xce\xd2\x4c\xdb\x59\x5c\x0f\xcc\xbc\xda\x1d\xc3\xe7\xc8\x20\xc2\xd6\xd4\x86\xe1\x1b\xc2\x5a\xd5\xb6\xbd\xd8\x49\x7a\x67\x7f\x93\x39\xa6\xcc\x8a\xd7\xaf\x9a\x43\x37\x5f\xd6\xc6\xde\x6c\xbf\xbd\x35\xe5\x6a\x7b\xdd\xd0\x73\xed\x25\x71\xd4\x0f\xfc\x8e\x15\x19\x5d\xa1\x58\x26\x91\x73\xe8\x0c\xbc\xc9\x85\xb8\x93\xce\x1c\x14\xfe\x5a\x35\x95\x9d\x37\xcd\x49\x9a\xa3\x5f\xf4\x1d\x78\xfd\xa6\x39\xa1\x78\x97\x10\xb1\x0d\x1d\x12\xb3\x1c\x70\x8d\x00\x68\xe6\x4e\xf2\x11\x56\x6a\x0e\xcb\x5a\xa2\x9d\x99\x6f\x19\xc3\x64\x23\xaa\x3b\xf5\x9c\x8d\x8a\x94\x8d\x21\x1b\x2c\x64\x0e\x46\x07\x19\xaf\x4b\x90\xb8\x56\x7c\x61\x9a\x13\x4b\x17\x55\xc6\xc6\x12\x4f\x59\x7c\xab\x19\x50\x44\xc0\x71\x57\x67\x9c\x16\x75\xfc\x1b\x05\xb6\x3d\x2b\x27\x72\x51\xee\x2b\xcc\xf4\xf3\xc3\xcd\xe5\x45\x5b\x0f\x52\x5a\x71\xc4\xb8\x65\x34\x8f\x9c\x46\x37\x84\x1c\xc1\xe7\xd5\x7b\xc9\x14\x40\xab\xee\x26\x80\xc3\x02\x4d\x2b\x32\x62\x63\x5e\x30\x32\xa6\x20\x73\xf2\x05\x3c\xd6\x48\x2e\xa6\x7d\xe2\xa8\xfa\xfb\xdd\x67\xd2\x8f\xb7\xec\x12\xf2\x8a\x96\x25\x30\x98\xf0\xda\x2a\xa8\x69\x59\x53\x35\x56\x56\x74\x45\x16\x73\x70\xc3\x17\x7b\xd5\xe2\x05\x59\xe4\x55\x8a\xb0\xe6\xb9\xf2\x04\xcb\xe8\x6a\x53\x7e\x2e\xf1\x52\x5f\xc9\xdd\xb3\x1e\xe9\x59\x39\xe9\xd8\x53\xf6\xdf\x6b\xd9\x7a\xfd\xad\xd6\x67\x70\x8d\x9e\xda\xaa\xfb\xe0\xb7\xda\xae\xbc\xee\xc9\xf5\xde\xc4\xfe\x33\xff\x51\xb4\x9e\xd4\xfb\xfb\xdd\xc0\xab\xfa\x87\xbd\x9a\xdb\xbe\x81\x9b\xde\x35\xf5\x54\x0a\xc1\x4e\x36\xa8\x2c\x0c\xfd\xe7\xbd\x59\x49\x18\x2d\xd9\x6e\x9a\x6f\xf7\xca\xd5\x9f\xcc\xcd\xed\xb6\x9b\xb6\x31\xf0\x2a\x82\x62\x54\x88\x1d\x0d\x2f\x23\x13\x4f\x81\xa8\xa2\xd1\xfa\x0e\xf5\x97\xb2\xe2\xf3\x57\x05\x9f\xd3\x09\x35\x2a\x25\xe0\xbc\xa5\xb9\xce\x7e\x2b\x43\x14\x61\x8b\x7f\xeb\xbd\xf4\x0f\xd7\x34\xd3\x20\x4f\xae\x0f\x22\x58\xd7\xe0\x43\x9f\xc3\x7a\x3b\x2e\x1f\x30\x2b\x27\xeb\xba\xb3\xed\x5a\xdd\xaf\x9e\x19\x13\x54\xfd\x0c\xd7\x5e\x53\xf3\x96\xd6\x1e\x50\xe7\xec\x6b\x39\x2d\x49\xef\x04\x9b\xa0\x95\x4a\x13\x56\x0d\xb2\x94\xe5\x95\xf8\xb5\x65\xae\x05\x65\xd8\x90\xad\x6c\xaa\x53\xef\xac\x69\xb6\x80\x53\x2b\x49\xa8\x25\x47\x63\x82\x8f\xad\xee\x94\xaf\x04\xd9\x23\xfb\x96\x36\xa5\xa9\xdd\x0c\xa3\x5c\x75\x93\x2a\x7a\xca\x6e\x51\xfe\xd6\x14\x26\x21\x85\xfc\xa1\xc2\x3d\x00\x8f\x8f\x57\xf7\xee\x08\x42\xf2\xae\x63\xf3\xc0\xfe\xdc\xb0\x83\xba\xa9\xce\x2f\xa6\x1b\xb1\x1f\xb0\xa3\xa3\x7a\x1e\xe4\xda\xe2\x6e\x1d\x6b\x00\x02\xf3\x06\xfa\x8b\x0e\x03\x85\x1f\x10\xcd\xa0\x55\xca\xe3\xf5\x74\xab\xfe\xb7\xae\xa4\xc3\x99\xd5\x0a\xea\x7b\x68\xcd\x68\x6d\x05\xd0\xb6\x2b\x80\x27\x50\xd5\xd0\x11\x2a\xf2\x0f\x7b\x77\x3e\x7c\x20\x7d\x0c\xc4\xb0\x58\xc3\x57\xb4\xac\x98\x95\x73\x68\x55\x56\x6c\x46\xe2\x2c\x9d\x8f\x38\x2d\x12\x3f\x2d\xeb\x86\x67\x7f\x0e\xad\x35\x61\xcd\x60\x35\x28\xf3\xa2\xe0\xb3\x81\xea\xa4\xe5\xbe\xd5\xee\x00\x07\x7c\xbe\x22\x94\x20\xf7\xa5\x5d\x71\xbd\x61\x6a\xb4\x46\x5e\xb1\x03\xe9\x0d\x56\x30\xd4\x85\xe0\xfb\xc4\x12\x52\xd0\x7c\xc2\xfc\x24\xe1\x1d\xc1\x44\x4a\x65\x95\x20\xfa\x3a\x02\xa7\xe2\xfb\xca\xaa\x90\xbe\xd0\x6a\x24\x31\x9f\xaf\x36\x45\x77\xf2\xf9\x0a\x41\x5b\x6f\xb8\x9e\xaf\xab\xb6\x28\x3c\x15\x96\x7d\x77\x63\x84\xff\xae\x9e\xe7\x6e\xce\xab\x34\x66\x51\x1b\xa9\xd2\xa2\x6e\xbc\x1c\x0c\xd7\x65\xc2\x6f\x3a\x4e\xc4\x8b\x58\x4e\x25\xaa\x41\x58\x8e\x15\xd2\x84\x31\xa3\xf3\xd5\x90\x2f\x8a\x98\x6d\xe4\xa1\xe6\x05\x8b\x24\xd4\x98\xaa\xe3\xa8\x38\xc4\xcf\xbb\x15\xb7\x46\x5f\x42\xa1\xc8\xab\xe3\x3e\x3e\x65\x55\x78\xdf\x9b\xd8\xb1\x30\x87\x23\x5a\xb3\xd8\x90\x00\xa3\xe2\x97\x58\xcb\x48\xa1\x72\x62\xf7\xeb\xaf\xe7\xf7\xf6\xeb\x69\x16\x65\xc4\x93\x95\xf3\x98\x99\x91\x3b\x31\x6b\xdb\x1b\xb9\xc0\x85\x30\x8f\xa7\x68\x07\xc1\xd8\x34\x69\xe4\x32\x3f\xbb\x05\xaf\x94\x7f\xa2\x5f\x14\x3f\xa8\xc2\x60\xac\xa9\x35\xaa\x7f\x75\x8a\x05\x9a\xb4\x7e\x47\xb3\x8c\xfe\x82\xff\x3a\xce\x32\x58\x82\x82\xe5\xb5\x55\x40\x1a\x84\x5f\x55\x2d\xeb\x44\xd4\x6f\x00\x34\x23\x9e\x9f\x81\x93\x1d\x64\x9a\x58\xcc\xe7\xbc\xb0\x1c\x36\xba\xec\xbe\x62\x79\xd2\x55\x79\x94\x68\x5e\x1a\x54\x23\x5d\x0a\xdb\xc1\x64\x15\xf2\x1a\xe2\x39\x39\x3f\xeb\xfa\xd6\x44\xd9\x9c\xce\xe9\xa2\x7f\x8f\xa5\x59\xb1\x65\x16\xbf\xe3\x2c\xbb\xca\xf0\xe2\xb5\xd4\xd2\xeb\xda\xb1\x57\xd4\xb0\x99\x16\x89\x37\x3c\x22\xce\x22\xd6\x00\xc4\x4a\x6b\xa6\x2c\x01\xb2\x06\x54\x35\x90\xf2\xd2\x31\xc9\x39\xca\xa8\x90\x70\x19\x0b\xd5\x40\xc6\xf0\x32\xfb\x20\xaa\x7c\xdc\x88\x26\x66\x76\x0e\x0f\x62\xc8\x1c\xe9\x13\xba\x1b\xf0\x2a\x3f\x1e\xba\xc4\xb3\xca\x63\x2b\x75\xcf\x1a\x93\xae\x1c\x35\x3e\x93\x92\x44\x86\x32\x2a\x03\xa8\x55\x46\xb0\x59\x79\xd7\x46\x6c\x92\xe6\x39\x7a\x5c\x22\xda\x02\x66\x18\x94\xa6\x47\x5a\x54\x01\x42\xb7\x7e\x57\x67\x22\xf7\x4f\x0d\x94\xc1\x53\x23\x07\x2e\x8a\x40\x9e\xc8\x97\x74\xc6\xc8\xe3\x23\x12\xfd\xb2\x7b\x7d\xf5\x73\x14\xf0\x53\xd6\xab\xa4\xa9\x1b\x67\x91\x13\x9a\x93\xfb\xdd\x82\x2f\xa1\xc3\x0e\x86\x11\xa5\x15\xe8\xe7\x21\x92\x4b\x26\x45\xe7\x33\x86\x09\xcc\xd3\xbc\x54\xe6\x01\xa8\xd7\x25\xe4\x38\x49\x20\x44\xcb\x4f\x43\xa7\xe3\x1b\xca\x74\x94\xa5\xf9\xa4\x54\xad\x99\x6c\xea\xd6\x5a\x76\x1f\x69\xe9\xdb\x9d\xd8\xd1\x11\x89\xfe\x45\x10\x56\x44\x3e\xff\x1c\x86\x69\x93\xaf\x53\x6c\xf8\xea\xf8\x65\xe4\x23\x9e\xe4\xd2\xf7\xbf\x52\x3a\x14\xfc\x01\x90\x93\xc4\x4d\x9f\x90\x72\x4e\x95\xf3\xcf\x62\x6e\x30\x3a\x69\x8e\xbd\xc9\xd6\xe4\x8e\x78\x03\x70\x40\x2a\xd0\xf5\x1b\xc7\xaf\x66\x3f\xc4\xc9\x5b\x28\x20\x76\x3b\x6e\x21\x63\xb0\x33\x74\xb2\x63\xcc\xdb\x0d\x09\x42\xc5\xbf\xfc\x0c\x61\x7b\x7b\xe4\x0c\x22\x4d\x1a\xc8\xd4\x0a\x43\xb1\x09\x94\xe5\x89\x26\xcf\x4d\x79\x49\xad\xfb\x27\x4f\x50\xa3\xb8\x1b\xf2\xd9\x70\xca\x59\x77\x52\x8d\xc2\x65\x33\x7f\x08\x7d\xc3\xfc\xfe\x54\xea\x36\x01\x59\x8d\xe4\xcd\xf4\x0e\xfc\x4f\x23\xee\x9c\xdd\x57\x6b\x09\xdb\x2a\xa0\xf5\x21\x9a\xb6\x3e\x8d\xa4\x01\x70\xeb\xce\x82\x0b\xbe\xe6\x4b\x60\xd1\x5a\xde\x25\x79\xcd\x97\x3a\x78\x61\xbd\x67\x93\x43\x7b\x76\x35\x48\x18\x7e\x68\x24\x89\x2c\x1d\x75\x97\x71\xb7\x5c\x8c\xf0\x01\x6b\x15\x77\x1d\xfb\x94\x76\x74\x89\x0a\xa5\xe2\x56\x71\xd7\x26\xbb\xc4\xa6\x78\x5f\xc6\x70\xa0\xe0\x35\x01\x37\x08\x1c\x92\x76\x31\xd7\x58\x5a\x49\x1b\x39\xc5\x48\x5b\xc1\xa6\x24\x4c\x6a\x7c\x37\x09\x07\x01\x6e\xa8\xc1\x63\x14\x1f\x5d\xb5\xda\xce\x63\x6c\xbc\xa3\xa0\xd4\x63\x5b\x0c\x47\x67\x85\x90\x1c\x02\x85\xe5\x4a\x34\x0e\xd2\x55\xa8\x84\x80\x1e\x2c\xa9\xa3\x21\xb3\xc5\x0e\x89\xee\x3d\x1f\x33\x37\xba\xc4\x49\x2f\x73\xc7\x6f\x59\x42\x46\x2b\xdf\xeb\xe5\x47\xb6\xc2\xe5\x59\x62\x6c\xed\x4f\x37\xe4\x96\xad\xca\xaa\xe0\xb7\x70\xe6\x12\x56\xb9\x4c\x4e\x5d\x80\x13\xd7\xc3\x8d\x0c\x5d\xc7\xbf\x0a\x86\x69\xc9\x2b\x65\x26\xd7\x4d\x76\xc4\xb1\x7d\x7d\xf3\x62\xb7\xff\xe5\x86\x7d\xe4\xf9\x4f\x37\x3f\xea\x91\xb8\xc2\x9d\x3e\x91\x76\x64\x14\xcf\xb2\xab\x5c\xd7\x78\xef\xfa\xab\xad\x41\x5f\xb4\x4e\x9a\x41\x5f\xd4\x50\xf6\xdc\x1d\x08\x96\xbe\x95\x8b\xd6\x65\x79\xcc\x13\xa6\x86\xe4\xae\xf9\x05\x5d\xe4\xf1\x94\x95\x64\x51\x64\x78\x59\x41\xe4\x37\x1d\x35\x2d\xa5\x28\xf7\xfa\xfa\x42\x9c\x8e\x0c\xea\xd6\x6a\xad\x5b\xae\x39\xcb\x5f\x17\x0e\x6c\xc8\xa2\xc8\xcc\x2a\x21\x80\x42\x37\x9e\x16\x7c\x06\x11\x20\xce\x0f\x5d\xe9\xb7\x60\xbd\x3a\x2f\x78\x41\x06\x58\xfa\x6e\x9f\xd0\xf9\xbc\xec\xd8\x69\xd4\xd0\xe3\x34\x2d\xc9\xf1\xab\x73\x70\x37\x92\x5e\x0b\x44\x0c\x44\x36\x5e\xe2\xc5\xeb\x76\x01\x23\xbd\xa1\xa3\xd6\x3f\xa2\x45\x91\x45\x07\x62\xda\x1f\xeb\xfe\xef\x90\x05\x28\x15\x1c\xaf\x1c\xa8\xa8\x26\xa6\xd4\x21\xd1\xfb\x51\x46\xf3\x5b\x65\x6a\x58\xa6\x52\x88\xd2\x29\xc8\xf4\x16\x5c\xcd\x65\x30\xa5\xe6\xe7\x17\xc5\x26\x6d\x8b\xe8\x67\x28\x8b\xbf\x2e\xb2\x26\x0f\xc1\xaa\x58\x77\x6d\x3c\xb2\x1e\x6e\x54\x99\xe4\xdc\xdc\x7f\x1d\xc0\xb7\xa0\x79\x42\xd8\xfd\x5c\xfc\x07\xde\x65\x69\xc7\x5b\x11\xb0\x51\xa3\xf7\x1f\xda\x58\x0b\xa2\x54\x80\x1e\x86\x0e\x78\x61\x62\x1b\x46\xdc\x5d\x2b\x0a\x2b\xb1\x6a\xe3\xf0\xd5\x04\x60\x30\xe0\x02\x93\x13\x86\x99\x3e\xe7\x34\x66\x1d\xf9\x68\x74\xf5\x93\x6f\x0f\xd3\x33\x27\x19\x76\xed\x52\xc7\x6e\x09\x42\x4f\x4b\x02\x51\x6c\xca\x10\x27\x96\x1e\xbd\x70\x54\x8b\xca\x59\xfe\x5b\xb2\xdf\xfb\xe2\x39\xf9\xf0\x41\x8c\xbc\x5b\x32\x5a\xc4\xd3\xd6\xde\x9b\xb7\xe5\xdb\x37\x6f\xdf\xb5\xda\xff\xf8\xf8\xcd\xb7\x9f\x45\x6f\xdf\xfe\xf5\x6f\xef\xf6\xda\x90\xec\xae\xa6\x2c\x35\x7c\xd4\xeb\xeb\x73\x92\x02\xff\x84\xf2\x26\x4b\x94\xba\x0a\x48\xd7\x07\xe4\x00\xb9\xb3\xc4\xa0\x54\xd1\xca\xcf\x4c\x27\x88\x5b\xd2\x95\xe0\x2f\x6f\x73\x64\x91\xe0\xad\x93\x9e\x78\x65\x3c\x65\x33\xda\x21\x25\x27\xb4\x04\x9c\xc1\x69\x55\xcd\xed\x99\xc9\x49\x44\x7f\x7d\x43\x77\x7f\x3b\xde\xfd\x8f\x77\xf2\xbf\xbd\xdd\xaf\x77\xba\xbb\xef\x9e\x1c\xec\xed\x45\x6d\x1b\xfb\xce\xea\x1b\x80\x08\xd2\x8a\x65\x69\x59\x11\x4a\xc6\x6c\x49\x80\x80\x63\x9e\x49\x71\x3d\xa3\xf1\x2d\xa1\x8b\x6a\xca\x8b\xb4\x4a\x59\x29\xe1\x2c\x17\x9a\x7f\xcb\x81\xde\x94\xdf\xf8\xde\x5e\x97\x90\x8b\xf4\x96\x91\x19\x4d\xb3\x4a\x26\x6e\xd5\x1e\xa2\x62\xb8\xf3\x2c\xad\x5a\xd1\x41\xd4\x21\xfd\xf6\x9b\xde\x3b\x2b\x02\x85\x96\x8c\x44\x58\x2f\x32\x28\xa3\xda\xd7\x8e\xd4\xfd\x06\x15\x01\x46\x62\x51\xc4\x44\xc9\x8e\x52\x51\xd5\x2a\xbb\x61\x98\xf2\x9a\x03\x0d\xdf\xa1\x38\xe9\xc6\xc3\x38\x71\x54\x90\xd7\x7c\x89\x73\x96\x7f\x4b\xc8\x3b\xbc\xa6\x60\x45\x00\x54\x4e\x2c\x00\x58\xb6\x60\x85\x24\xa4\x67\x4e\xc6\x98\xca\x8b\x20\xaf\xc2\xf3\x4b\x51\xb0\xd5\x0e\x99\xef\x37\x77\x14\x73\x88\x76\x86\xe1\x39\x20\xff\x10\x0c\x63\x9c\x08\x75\x66\x69\x6b\x58\xfe\x5b\x01\x86\xbb\x8f\x84\xc9\xac\x97\xba\x1c\x1a\xa0\xf3\x24\xdb\x94\xf0\x4b\xce\xc5\xb9\xd6\x2c\x0f\x2f\x21\xad\xf1\x98\x95\x25\x4b\x4e\x56\xaa\xfa\x0f\xd0\x70\xf1\xde\xa5\xc4\x82\x4d\xd2\x52\x30\x68\x7c\x51\xc8\x41\xe0\x08\x0a\x85\xd5\xa1\x03\x82\x3a\x0a\xf1\x54\xfc\xb7\xb2\x12\x9d\x61\x63\x0a\x6a\x55\x02\xdf\x80\x47\x34\x2b\xba\x84\x5c\xda\xfb\x03\x74\xcd\xe3\x78\x51\x10\x37\x02\xc3\x34\xe4\x36\xa0\xe0\x0a\xc4\x19\x04\xd7\x8a\xfa\xb0\x46\x8b\x0a\x63\x34\xc4\x75\xb0\xa4\xb0\x8e\xaa\x31\xb9\x10\xa2\xc6\x8c\x54\xcb\x34\x96\x72\xc4\xde\x9e\xb5\x08\x31\x15\x35\x7f\x15\xa2\x96\x34\x91\x92\xd1\x62\x04\x22\x01\x19\x31\x15\x98\x81\x30\x76\x18\x6d\x4a\x40\xf8\xc2\xa8\xf9\x52\x5c\x10\xaa\x35\x31\x0e\x16\xf3\x42\xb9\xf8\x63\x6b\x7c\xf4\xab\xb8\x4f\xa4\x0f\x2a\xa2\xd3\x09\xc2\x5a\x09\x31\xae\x62\x34\x09\xe6\x58\x06\x31\x82\xcd\x79\x51\xc1\x12\x9e\xe1\x0a\x1e\x69\x9b\x3f\x1b\x33\x8a\x9f\xae\xa1\x54\xf9\xde\x8b\xc7\xb9\xab\xba\x33\xf3\x59\xc7\x8c\xdf\x55\xdd\xcb\xab\xd7\xc3\xb3\xf7\xd7\x67\xaf\xae\xae\x6f\xde\x9f\x9e\x0f\x8f\x4f\x2e\xce\x4e\xf1\xcd\x58\x4b\x3c\xe2\xbd\x29\x16\x4c\x5d\xc6\x57\x39\x3a\x23\x43\xfe\xa6\x3d\x19\x57\x01\xd1\xcb\x89\xda\x26\xf7\x18\x10\xd6\xb5\x8f\xdc\x11\xd1\xbe\x50\x2d\xd6\x8d\xc1\x12\xf9\xef\x64\xb7\xce\xf0\x05\x62\x50\xda\x64\x6f\x9d\xc4\xb4\xc1\xb7\x4a\x59\x24\x65\x16\x4b\x33\x2c\x0d\xb7\xa9\x47\xa6\x06\xf6\xcb\xfa\x0e\x37\xf7\x29\xf1\x51\x77\x2c\x94\x4a\xd6\x15\xe7\x19\x84\x66\x63\xbe\x17\x8c\x5d\x6d\x40\xdf\x36\xc1\xad\xea\xd3\x7c\xa9\x1a\xf0\x53\x0e\x17\x56\x38\xd8\x83\xe3\xbb\xc8\xe3\x1a\x09\xd6\xb5\x1a\x06\x01\x44\x07\xa0\x09\x86\x08\x60\x74\x73\x2e\x84\xc6\x3c\xc1\x68\x28\xfb\x2a\x90\xb0\x2f\xd8\xd2\x94\x8b\x57\x70\x3e\xef\x68\xf8\x65\x79\x92\x8d\x93\xaf\x1f\x21\x06\xc2\x8e\xa6\x31\xd5\x90\x19\x0b\x3a\x55\xf1\xb9\x02\xfa\xbd\x65\x6c\x5e\x06\x5b\x02\x35\x09\x40\x0f\x8d\x99\x60\xe3\xf5\x69\x16\x07\x36\xe3\x31\xcd\x50\xc6\x34\x52\xb8\xe6\x98\x5c\x82\xde\x25\x7d\xb1\x99\x9b\x22\x86\xf4\x31\x0d\x50\xde\x16\x4d\xd8\xb9\x5b\xc8\x56\x01\x70\x10\x7b\x27\x9f\x62\xcf\xf1\xee\x01\x41\x7b\x5b\x87\xda\x59\x0f\x7e\x23\x95\xdb\x4e\x4c\xac\x4b\xb3\xea\x47\xb6\x12\xbc\x61\x33\xbd\x29\x8a\xfb\xe9\x46\x12\x12\x96\x94\xae\xdd\x49\x5a\x9a\xf4\x29\xe2\xa2\x46\xb0\x51\xb8\x24\x59\x02\x5b\x69\x5a\xa1\x59\xb5\xab\x87\x22\x49\xce\xdc\x56\xf8\xe4\x18\x3c\x14\xa4\x00\x6f\xf3\x75\xfa\xbe\xfa\x2d\xac\x2e\x49\xfb\x56\xb0\x18\xf4\x33\x04\x27\x6f\x69\xd7\x1a\x4f\x6a\xc2\xab\x55\xc7\xad\xc3\x93\x32\x16\x4f\xf4\x32\x67\x45\x39\x4d\x35\x42\x1c\x8e\x56\x63\xce\x6d\x31\x2e\xf0\x2a\x77\x06\xd6\x24\x63\x68\xe3\xce\x0d\x3f\xcb\x13\xe3\x2b\xd4\x38\x1b\x68\xda\x72\x29\x0a\x3b\x1b\x39\x74\xd1\xbc\xd5\x1e\xd5\x24\xa3\x0c\x7d\x7e\x35\xea\x41\xcc\xe7\xab\x2b\x29\xe2\x79\xe4\xf9\x7b\x44\x2a\x5b\x27\xb4\x95\x31\x8e\x18\xad\xa3\x37\x66\x33\xe0\xc7\xac\x0b\x18\x73\x82\xc0\x3f\xff\x5c\x14\x8a\xab\x22\x93\xe4\xce\xba\x33\x56\xd1\x1f\xd9\xaa\xed\x90\xf9\x29\x1b\xf1\x05\xe4\x27\x17\x37\x17\x72\x11\x06\x0a\x57\x2e\x87\x7c\x56\x21\x48\x75\xc5\x17\x0a\x70\x31\xe1\x8b\x51\xc6\xa0\x84\x45\xf1\x4a\x2b\x01\xf2\x51\x5a\x75\x94\x5e\x00\x88\x7d\x9c\x16\x0c\xa5\x44\x3c\x0b\xaa\x07\xcd\x5c\x81\x99\xd0\xb4\x06\x02\x0c\x2e\x30\x4b\x3c\xc5\xb6\x4c\xcb\x88\xb1\xb1\x69\x51\x56\xc4\x1e\xac\x92\x37\xd6\x44\xbc\x4b\xf1\xc0\xdd\x92\xda\x67\xd7\x85\x45\xcb\x15\xb6\xd4\x6f\x03\x6d\x6e\x78\xba\xed\xff\x3d\xd3\x6e\x22\x41\x4c\xf6\x8d\x37\x1a\x16\xc1\x21\x21\xff\x25\x78\x8d\x81\x58\x04\xf4\x29\x81\xf7\x7d\xb4\xa8\x2a\x9e\x8b\x26\xf6\xc9\xde\x13\x89\x3e\x28\x7f\x7c\xb2\xd7\x26\x1f\x3e\x58\x43\xb6\x8b\x9b\x76\xa1\xb5\x13\xf8\x60\x7b\xee\x18\x87\x33\x70\x28\x69\xb5\x6d\x47\x9d\x98\xe7\x25\xcf\x58\x57\x06\x58\xb4\xa2\x01\x78\x18\x03\x02\x2e\x0c\x6e\x46\xf3\x05\xcd\xb2\x15\x49\x30\x34\x65\xc9\x46\xa4\x60\x98\x72\x5d\xb0\x08\x51\xfb\xd0\xc5\x50\x5f\xb3\x2c\x8b\x79\xe4\x4f\xb6\x17\x3c\xc2\xf6\x8b\xe8\xe3\x95\x7a\xf7\x92\x6d\xfa\xf4\xde\xa5\x4f\x3d\xb5\xb5\x71\xcf\xf8\x1d\x8b\xf0\x74\xd6\x26\xd4\xb6\xc7\x6a\x71\x7c\x27\x28\xaf\xe0\xb3\xc8\xf2\x09\x9d\xd8\x03\x14\x47\x3a\x2d\xf1\x67\x8b\x39\xdb\x55\x52\x0e\x6a\xc9\x79\xae\x22\xf9\x35\x9b\xd4\xad\xbb\xb8\x85\x7a\x0a\xde\xed\x81\xe2\x96\xe7\x1e\x89\xd0\x77\xc3\x59\x8e\xbd\x3d\x72\x36\x5b\x64\x42\x7c\xa1\x85\x60\x55\x6e\xd9\x4a\x08\x45\x65\xc9\x04\x73\x47\x75\x92\xa3\x29\x63\x99\x33\x44\x4f\x8b\xfb\xb3\x28\x70\x2c\x9a\xf8\x91\xad\xca\xf7\xf5\x7b\xd0\x5d\x43\xad\x8c\x85\x44\x0c\x08\xf5\x2a\xc3\xcc\x34\x84\x6d\x5a\xbe\xb2\x61\xb5\x5a\x6d\xf7\xc0\x59\x7b\x05\xa3\x8b\xec\x33\x21\x13\x60\x57\x34\x68\x7d\x37\x23\x3e\x15\x65\x5a\xcc\x72\x49\x13\x35\x33\x99\xd4\x1f\xd1\xe2\xcb\x19\x2d\xaa\x17\x19\xe7\xc5\x69\x7a\x97\x26\xac\xe5\xdc\x2d\x00\xd3\x4f\x47\x65\x0b\xba\x6b\x77\xb6\x94\x44\x74\x66\x08\x39\x56\x0a\x43\x8d\xde\xde\xf7\x47\x57\x11\xd9\x21\xd8\x1c\xf9\x86\xf4\xc8\x77\x24\x3a\x89\xc8\x01\x89\x8e\x23\x6b\x9c\x4a\xd3\x2d\x78\x6d\x99\x0c\x5b\x34\xd2\x2d\xd8\x9c\xd1\xaa\x05\x53\x68\xdb\xdd\x34\xfb\x03\x7f\x34\x4f\x35\xf2\x25\x7b\x4f\xcc\xf6\x06\xde\xec\x27\x7b\x35\x87\xf4\x6d\xce\xc4\x16\x17\xa9\x14\x6c\xee\x82\x67\x06\xac\x97\x10\x84\x23\x9a\xb2\x24\x06\x1d\x25\x81\x15\xc4\x78\xed\xf6\x80\xdb\xd7\x20\xbf\xdd\x6d\x0f\xb3\xc7\xd6\x6d\x77\xc6\x1c\xb1\xf6\x59\xdb\x8b\x25\xde\xd4\x86\xf2\x84\x35\x22\x68\xa0\x11\x8b\xa1\x0f\xde\x63\xde\x6a\x5e\x4d\x95\x3c\x64\x39\x06\x25\x05\x9d\xec\xaa\xa3\x4d\x0d\x33\x4d\x8e\x5f\xdc\x9c\x5d\x5b\xcc\x26\xf0\xcb\x76\x73\x69\x2e\x91\x2c\x40\x83\x88\xb8\xac\x9c\x93\x4c\xa2\xa2\x36\xde\x78\xde\xb2\x3f\x94\x0d\xdd\x86\x7c\x8d\x96\x5d\xe9\xfe\x2c\x4f\xf6\x35\xcf\xd5\x83\xdf\x1f\x00\x33\x01\xb5\x07\xb2\x6b\x3c\x27\xb2\x3d\xb1\x3c\x72\x61\x60\x5d\x2b\x36\x9b\xf3\x82\x16\xa9\x78\x5f\x6d\xd1\x84\x50\xad\x47\xb3\x45\x93\x2e\x21\x57\xb9\x28\xcb\xb1\x65\x2d\xf2\x1a\x76\x4b\xb0\x87\xa8\xd2\xe7\xb0\x97\xb6\x26\x0a\x34\x62\xe9\x6c\xc6\x92\x94\x56\x2c\x5b\x91\x5b\x99\x7a\x1b\x42\x5e\x4b\x5f\xa4\xd9\x46\x70\x70\xa2\xa7\xd0\x77\xbc\x54\x61\x4a\x42\xe0\x2e\x50\x5a\x4f\x4b\x99\xf3\x72\x05\x28\x17\x70\x2a\x73\xbe\x24\x74\xc4\x17\x95\xa3\x07\xb0\xd5\xb1\xc8\xe7\x1a\x5c\x6d\x15\x2c\x4d\x49\xce\x8b\x19\xcd\xc8\xe9\xd5\xa5\x02\x80\x31\x3c\xa5\x5c\xc0\x24\x01\xe9\x98\x66\x90\x22\xc2\x92\xca\x23\xd0\x46\x44\xae\x9c\x1d\x59\xca\xdd\x3f\x4b\x3f\xeb\xab\x67\x89\xe3\xa8\x26\x04\xcc\x25\xea\xa9\xe3\x45\x29\xa1\x19\x6b\x63\xd1\x01\xc3\x12\x4e\x02\x43\x86\xd3\xb1\xfa\x5b\x45\x0a\x3b\xd9\x40\xd7\x0e\x0d\xc0\xdf\x07\xd0\x9b\xa3\x40\x96\x0d\x36\xe5\x29\x08\x40\x63\x74\xd4\x20\x6c\xd0\x44\x1b\x98\xc3\x18\xdf\xd5\xe8\x8f\x8e\xf0\x16\xb5\x0d\xf0\x8d\x30\xef\x8f\xc2\xeb\x55\xb9\xb9\x19\x2d\x88\xa4\x8d\x73\xc7\x6a\x01\x73\xa0\xbc\x87\x1b\x03\xeb\xd7\x8c\x46\x3a\x12\x02\xf7\x9c\x58\x1e\x63\x7a\x84\x6b\xc9\x4b\x50\x34\x32\xde\x0f\x25\x31\xe0\xfe\x43\x26\x00\x8b\x7f\x40\x17\x62\x15\xab\xda\xda\x7b\x9b\xef\xcd\x26\x1d\x12\xbd\x95\x71\x33\xb2\x58\xd0\x1e\x2e\xbe\x19\xe7\x09\x47\x49\x38\x2a\x68\x7c\xcb\x2a\x96\xc0\x18\x70\x2f\x6d\x8e\xe5\xcd\x7e\xaf\xf7\x9f\x82\x6b\x81\x1f\x77\xf4\x8f\xfd\xff\x8c\x1c\xab\xbc\xc7\xab\xac\xdd\x71\x0c\xd2\x2f\xa4\xd1\x47\xf0\xfa\x96\x6f\xfe\xf6\x6b\x0d\x15\xb5\x55\x66\xed\x02\x0f\xf8\x7c\xd5\x64\x62\x41\x2e\x67\x51\x32\xf9\xfa\xfc\x0c\xf6\x6d\x51\x43\x3d\x0a\x4d\xef\x93\x2f\xb4\x36\x49\x2d\x4e\x96\x88\x5e\x20\xb7\xc9\xba\x03\x81\xc8\xa0\x9e\xf3\x3f\x3c\xfa\x1a\xa1\x40\xde\xd9\x42\xf0\x4b\xd2\x82\x01\xbe\x88\x32\x72\x89\xfd\x47\xc6\x00\x00\x6e\x51\x69\x0a\xfa\x51\x79\xbd\x22\x7a\x81\x9f\x72\x48\xf0\x15\xb4\x22\xb7\x29\xba\xec\x41\x2b\x23\x96\xf1\x7c\x52\x62\x36\x35\x83\xbe\x0a\xf6\x9e\x27\xc4\xc1\x58\xed\xa8\x27\x4c\xbc\x96\x31\xcd\xc5\xcd\xcf\xee\x59\xbc\x10\xe7\xca\x81\xdf\x50\x1a\x6e\x78\x5a\x15\x20\xe8\xbc\xe0\x93\x82\xce\x66\xb4\x4a\x63\x82\xde\x35\x78\xa7\x6e\xdc\xe8\x6b\x58\xad\x06\x27\x01\x54\xb6\x0e\x64\xa6\x29\x2b\x0d\x5a\x8d\xaf\x17\x8c\x02\x48\x26\xe8\x57\xb5\xc1\x40\x41\xb6\x36\x18\x7c\xf8\x40\x7a\x87\x26\x8f\xa3\x1a\x4a\x83\x30\xd2\x3c\x2c\x85\x45\xbb\x5e\x17\xb2\xa5\xe1\x04\x07\xa5\x93\x6d\x99\x35\xfa\x46\xc8\xf8\x1f\x3e\x98\x91\x8a\x1f\x5c\xa3\x23\xbd\xe3\x69\x22\xa5\xdc\x32\xad\x16\x78\xe3\xcb\xc8\x65\xe0\x19\x24\xe8\x4a\xc9\x67\xac\x4a\x67\xcc\x62\x7c\x14\xb1\xa9\xe6\x26\xac\x12\xe4\x2e\x38\xdd\xc4\x5c\x08\x1a\xc4\x90\x17\x24\x59\x14\xca\xb0\x9f\xe6\x69\x95\xd2\x8c\x64\x9c\x26\x1d\x69\xa3\x40\xeb\x9f\x6a\x2e\x61\x34\x53\x8a\x36\x5a\x29\x5b\x21\x1e\x1d\x41\x92\x60\x88\x94\xa3\x4b\xc7\x80\xe9\xc2\xb4\xeb\x83\x7b\x15\x89\x8f\x31\x88\xd2\xa5\x6d\xe8\x30\x90\x57\x82\xe8\x3a\xc0\x85\x8b\xf1\x09\x7e\x2d\xbd\x43\xf7\xae\x9e\xe0\x93\xee\xd0\x8a\x22\xad\xee\xe2\xd2\xeb\x91\x3b\x9a\x2d\x58\xd9\x68\x2d\x4c\xcb\x97\x6c\x29\xfd\xd1\x9c\x4d\x79\xdc\x94\xdc\xce\xd1\x32\xe9\xff\xe9\xbd\x0b\xd4\xb3\xe5\x55\xdc\x4e\xc5\x9c\x8a\xdb\x4e\x65\x3a\x07\x00\xa3\x24\x4d\x04\x03\x8a\xa7\xb0\x83\x06\x56\x04\xb3\x03\xef\x11\x76\xc7\x8a\x15\xa6\x1a\x4e\xcb\x47\x4a\x9a\x90\x00\x38\x8a\x9d\x80\xfb\x41\x74\xfc\xde\x9e\x50\x47\x0f\xd1\x82\xa1\xf3\x20\x50\x1e\x00\xaf\xf0\xf8\x48\xe5\x4a\x15\xd4\xac\x57\xd1\x62\x52\x2c\x5f\x3f\x1f\xab\xd9\x67\x77\x1e\xc8\x4a\x0c\x59\x71\x97\xc6\x0e\xf2\x1f\x22\x0d\x5b\xf0\xc5\xeb\x9f\x29\x0b\x83\x34\x8c\xff\xf3\x38\x64\xe2\x73\x20\x48\xb7\x04\x14\x6d\xb2\x1e\x3e\x04\x43\xcd\x90\x5c\x83\x31\x49\x87\xf0\x41\x14\xa3\xe3\x2d\xb5\x11\xf1\x95\xd4\xd5\xc5\x1e\x94\xb2\xf7\xfa\xce\x56\x57\xce\x02\x3e\x44\x4f\xec\x0c\x0a\xaa\x0f\x56\x71\xc6\xde\xbf\xe9\xbd\x6b\xc8\x98\xb6\x15\x12\xee\x3f\x7f\xfc\xfd\x77\x01\xa0\x0c\x09\xd2\xac\x8d\xca\xeb\x70\x9a\xeb\x85\x2c\xa8\xe6\x3b\x21\x74\x81\x41\x4d\xdb\xa7\x7d\xd8\x66\x70\xfb\xfb\x53\x80\x9b\xc3\xc3\x7f\x38\x76\xb3\x8e\x2c\xde\x02\xbe\xd9\xcb\x6c\xe7\x57\x95\xe5\x83\x90\xd8\x8e\xb6\x15\x3c\xe3\x67\x08\x27\x96\x82\x6b\x8d\xc9\x60\x87\xc9\xd5\xc8\x94\x2f\xc9\x98\x96\x58\x79\x4e\x27\x98\xe0\x08\x1a\x01\xb5\x84\xa7\xb6\xad\xad\x65\xdf\x5f\x4a\x05\xc6\x61\xba\x45\xa1\xd8\xfc\xb9\x6d\xea\x9b\xa1\x51\xb2\x5e\xf2\x3b\xa6\x60\xd1\x0a\x07\x04\x43\x37\xbb\x69\xf9\xea\xed\xd8\x95\x5d\x17\x76\x21\x5f\x12\x2a\x96\x91\x8d\x9c\x74\x73\x25\xc1\xb8\x4d\x78\x73\x9d\x14\x81\x9b\xf0\x27\x1b\x64\xd6\x06\xb9\x32\x9c\x3e\x6d\xcc\x8b\x33\x1a\x4f\x4d\xf4\xb5\x65\xc4\xc9\xb1\x87\x96\x83\x56\xb4\xa6\x2d\xe9\x61\x79\x24\x78\xb2\x8f\x87\x8f\xf6\xf6\xc8\xf0\xea\xf5\xf5\xe0\x8c\xbc\x38\xbf\x38\x3b\x40\x77\xf1\xbd\x5f\xcb\x3d\xf8\xc7\x7b\x35\xd5\xf7\x29\xef\xfe\x5a\x8a\xd2\x42\x70\x41\x0b\x54\x2b\x6e\x93\xfd\x5e\x7f\x1f\xb6\x19\x4c\x84\xe9\x62\x46\xae\x86\xe4\x18\xfc\x10\xcb\x2e\x39\xce\x32\xb4\x56\x61\x92\xa4\xe2\x4e\xc8\x19\x7b\x7b\xe4\x75\xa9\x01\x41\x09\x86\xb3\xa2\x04\x90\x96\x64\x22\x9e\xcf\x1c\xd7\x99\x92\x93\xe1\xe9\x2e\x42\x5b\x66\x69\xcc\x72\xe5\x5c\x85\x1c\xbf\x68\x69\x0c\x39\x56\x24\x8f\x7f\x71\x3e\x38\x7b\x39\x3c\x23\xe3\x54\x5c\x0c\x8f\xa2\x45\x89\x81\xc6\x71\x25\x64\x49\xc1\x04\x17\x55\xc2\xe6\xad\x48\xfc\x13\x45\xd7\xd7\x37\x2f\x9e\x43\x48\xaa\x76\x9c\x9f\x2f\xaa\xbd\xab\x45\x05\x70\x8a\xe0\xe6\x41\x63\x90\x28\x61\x44\x3a\x33\x0e\xc8\x95\xb3\xd9\x22\x17\x6b\x6b\xa5\x1e\xf5\x73\xaa\x0e\x54\x85\x2c\xbd\x65\xe4\x6f\x39\x2d\xcb\xe9\xdf\x80\x59\xfb\x5b\x5c\x70\xf1\xef\x82\xc5\x2c\x05\x06\x0e\x3c\xbc\xa8\x60\x6c\xd5\xda\xc4\x19\x2d\x4b\x82\x09\x51\xe7\x26\x6f\x52\x5a\x10\x5a\x4c\xee\xa4\xaf\x98\x3a\xdc\x90\xa7\x47\xb9\xaf\xa9\xf4\x47\x15\x66\x4e\x2c\x18\x35\x2c\xaf\x9d\x12\x01\x46\xce\x17\x15\x61\xf7\x73\x5e\x4a\xe6\x77\x86\xd5\x08\xcb\xab\xb4\xf0\x71\x33\xf5\x28\x6d\x6d\x1c\xa6\x8e\x51\xcb\x83\xa1\x48\x96\x8a\x8f\x11\xd7\xa9\xbe\x8d\xc9\xf3\x8c\x48\xdf\x26\x33\x56\x4d\x39\xe6\xb7\x73\x67\xaf\xd1\xf3\x2a\xae\xd7\x4a\x87\x17\x94\xba\x21\xc2\x71\xcf\x14\x92\x2c\xfa\xe5\x42\x2a\x2f\x56\x56\x69\x4e\x2b\x2b\xcf\xcc\x79\xc9\x33\x5a\x39\x69\xfb\xb4\x3c\xa0\x57\x66\x5e\x70\x21\x25\xa1\x44\x6b\x02\xa3\x46\x2c\x67\xe3\xb4\x2a\x0f\x44\x43\xbb\xe4\x95\x2a\x45\xc9\x8c\x09\xf6\x35\x2d\x31\xe1\x2d\x95\x4c\xb9\xcc\xd1\xe1\xae\x80\x37\x7f\x84\x0e\xd2\xde\x94\x98\x45\x23\xbf\xe3\xe0\x88\x5d\x2e\x46\x7a\x94\xad\x92\xe1\x7a\x42\x42\x45\x5c\xc6\x39\x9f\x9b\xf5\x03\x97\x55\xb2\x0b\x9b\x92\xe2\x2c\x79\x0e\x29\x34\x4a\x40\x07\xa5\xa5\xbc\x88\x21\xab\x86\x54\x24\x8a\x35\xd6\xdb\x0b\x23\xc3\x30\x61\x3d\x32\xd8\x09\x21\x5a\x49\x62\xc1\x27\xc4\x5e\x3f\xd9\xed\x79\x0e\x3d\xbf\x58\x54\x82\x6b\x37\x39\x11\xe9\x8a\x14\x0b\xf0\x36\x13\x17\xeb\x92\x17\xb7\x72\x9e\x85\x94\xe2\x96\xa8\x15\xce\xb3\x15\x28\x71\x47\x19\xc3\x9e\xc5\x76\xd2\x0c\x72\xb2\x53\x52\x23\x41\x9d\x6f\x9f\xe6\xe4\xfc\xd5\xc0\xec\x80\xff\x36\xb9\x24\x1c\x0c\xd2\x3d\xbf\xb2\xaf\x64\x45\x05\xd6\xd5\xac\xaf\x42\x72\xa4\x89\x44\x89\x36\x62\xd2\xe7\x57\xca\x79\x13\x28\x55\xed\x3a\x39\xbf\xea\xc2\x16\x69\x49\x45\xc5\x47\x9e\x5f\x19\xb8\x8a\xff\xc5\x19\xfb\x5f\x9c\xb1\xff\x62\x9c\x31\x41\x97\x1b\xa1\xc6\x14\xc8\x45\x0d\x6e\xcc\x3d\x12\x4e\xf8\x5a\xb0\x92\x43\xe2\x10\xa7\x43\x73\x32\x2e\xe8\x4c\x83\x89\xa8\xb0\x41\xeb\x69\xca\x13\xbe\xec\x90\x39\x17\x0f\x71\x62\xc2\x3c\x65\xb2\x79\xd1\x92\x8c\xef\x81\x8c\x63\x82\x55\x45\x7f\x94\x25\x8b\xb2\xcc\xca\xeb\xcd\x64\x1e\xab\x3d\x85\x52\xb1\x27\x3d\xaf\xc5\xe5\x28\x85\xdd\xae\x3a\x3f\xa0\x3d\x96\x54\x0e\x3a\x1c\x79\x21\xa9\xac\xf4\x7b\xa8\x31\xc5\x67\x41\x4c\x60\x5d\x7c\xd7\xcd\x94\xe9\x18\x2f\x4e\x35\xa7\xa2\xeb\xe9\x4a\x57\x70\x75\x20\x89\xc9\x11\x91\xab\x39\x5a\xa9\xe4\x3a\xa9\x81\x12\xf2\x92\x57\x24\x9d\xcd\x11\x43\xa4\xc1\x96\xe1\x6c\x2f\x32\xaf\x2f\xa0\x19\x37\x62\xac\x63\xf7\xe8\x00\xcd\xe4\x6c\x29\x9f\x7e\xa8\xd7\x72\x77\xbc\x43\x6a\x95\x5d\x56\x1a\x9e\x16\x7c\xab\x0a\x05\x7c\x29\xb6\x44\x30\x67\x3a\xf2\xc1\x67\x97\xe4\x6a\xc8\x62\x10\x25\xac\x97\x53\x2c\x65\x0e\xeb\x30\x6e\x6a\x56\xbc\x12\x82\x13\xa1\x55\x58\x93\xeb\x92\x3c\xab\xd4\x87\x57\xb2\xbe\xb5\x34\xd6\x10\xc2\x04\xcf\x2a\x59\xcb\x29\xea\xae\x01\xac\xba\x0c\xe9\xab\x3f\x37\xfa\x15\x03\x96\x49\xbc\xc7\x69\xa5\x38\x29\xe9\x4e\x7a\xa3\x55\x98\x4f\xd4\xe3\x42\xcb\x92\xc7\xa9\xb1\x06\xa3\x01\xb5\xc6\x93\xa5\x90\xda\x1e\xf8\xd6\x8a\x93\xb9\xb8\x50\x62\x9e\x57\x05\xcf\x6a\x17\xa8\x78\xb8\xc6\x63\x7c\x62\x0d\xb3\x81\xc9\x51\x81\x5b\x92\x0f\x98\xe4\x31\x94\xbe\x5d\xb5\xad\x9e\x3a\xd5\xbc\x31\x3c\xeb\xb6\x04\x27\x30\xcf\x58\x53\xe6\x17\x67\x5b\x04\x67\x13\x56\xaf\xa7\x5c\x3c\x97\xa1\xa5\xf4\x68\x13\x4d\x51\x5c\x9b\xa9\x06\x74\x2e\xf8\x91\xe4\xbd\x6f\xbf\xd2\x1f\x50\xa1\xc7\xbb\xae\x06\x5f\x1a\x5d\xf4\x4f\xb2\x59\x4b\xb1\x8e\x9a\x3d\xf9\xb7\x6a\xc4\x7d\xdf\x3d\xba\x49\xf9\x61\x9d\x98\x60\x66\xe2\x8b\x39\x7d\xe2\x2f\xc7\x84\xa3\x9c\x06\x0c\x51\x44\xa5\x41\xa3\xd0\xcc\xc7\x16\x0b\x0c\xde\x26\x21\xe1\xd3\x1b\x90\xcf\xac\xb8\xb4\x8d\xea\x6c\xd8\x6c\x30\xdd\x89\x4b\xb6\x54\x3a\x5b\x69\x9e\x74\x40\xd4\x25\x59\x29\xc1\x68\x9d\x3f\x80\xc5\xea\x3b\x39\xdf\xf9\x98\xcc\x65\x7c\x00\x38\x2c\x6d\x8e\x51\x86\xa1\x81\xde\xa1\x21\x13\xbf\x77\x25\x28\x8e\xbc\x29\x00\x79\x6f\x8f\x5c\xd9\x43\xed\x3e\x32\x7e\x92\x19\x9f\xb4\xa2\xd7\x39\xb2\xf1\x36\x7b\x7f\x40\x64\xc0\x9b\x68\xa6\x71\x15\xa9\x39\x91\x6b\x23\xb2\x3f\x75\xe5\x8c\xd0\x64\x73\x8b\xa6\x2b\x58\x2a\xa5\x5e\x43\xe9\x38\xa9\xa7\xe8\x88\xc4\xb4\x76\xe1\x73\x9a\x4f\x22\xb4\xa6\xa9\x8b\x78\xbb\xa0\xf1\x5b\xb6\x22\x25\xfb\xfb\x42\xd5\x58\xbf\x27\x5b\xc5\x85\x6f\xb1\x2d\x7c\x04\x0a\x88\x22\x71\x42\xde\x71\x6b\xfe\x32\xbc\x7a\xd9\xc5\xf6\xd2\xf1\xca\x0b\xef\x5e\x3f\x38\xf5\x7b\xc0\x30\x08\x66\x93\x0e\x51\x66\x30\x75\x8d\xf1\xd1\xaf\x16\x66\xbe\x04\xa0\xe0\xa3\x5f\x95\x4a\x87\x8f\x7e\xf5\xee\x21\x68\xe8\x50\x7f\xb4\xee\x1f\x6c\x5b\x7f\x22\x47\x50\xc0\x39\xb3\x4e\x34\xa5\x37\x5c\x6f\x88\x8d\xa4\xa9\x09\x13\x18\x9f\x54\x79\xa0\xfc\x6e\x92\x44\x4e\x2a\x4c\x35\x1f\x04\xd3\x37\x11\x5c\xb7\xc5\x10\x26\xd5\xb4\xbb\x55\x51\x9c\xd1\x36\xd4\xe5\xae\xc8\x86\xfd\xab\xd3\x99\xb5\x62\x3f\x83\xc6\x85\x02\xdc\xc1\x73\x7d\x82\x46\xab\x8a\x79\xc0\x7b\x0d\x5c\x4f\xe8\xb8\xb8\x6d\x99\x66\xe6\x45\xda\xe0\x96\xe0\x4c\x0f\x94\x40\xaf\x6f\x5e\x3c\xdf\x08\xa8\xe0\xdc\xfd\xd2\x96\xa7\x8c\x5a\x05\x5f\x92\xe8\x18\x53\x6b\xeb\xce\x55\x24\x94\x64\x58\xcc\x03\x64\xf9\x6d\x58\x8d\xaa\x64\xed\xad\xd0\x35\xf8\xe0\x95\x93\xfa\x18\xa9\x94\x2b\xb2\x5a\xaa\xe0\x3f\x69\x29\xb3\xfc\xff\xc5\xc5\x04\xb7\x99\xe2\x6d\x1e\x35\xaf\x6a\xff\x4b\xf2\x17\x7a\x47\x87\x71\x91\xce\xab\x4f\x27\xc7\x07\xaf\x1a\xce\xee\x68\x2b\x22\xed\x7f\xd9\xb4\xb0\x30\x7f\x4d\xcb\x2d\x57\x7d\x1b\x46\xe3\x78\x05\x1d\x6f\x3f\x79\x87\xa2\x80\x63\x97\x10\x52\x7f\xce\x92\x64\xf9\x36\x8b\x02\xe4\xb6\xcd\xb2\x20\x5d\xae\x5d\x98\x8d\x8a\xfe\xfb\xea\x3d\x35\xb0\x45\xff\xb3\x94\xfd\x80\xff\x5c\xda\x8a\xfe\x01\xcf\xcb\xaa\x58\x80\x4d\x5f\x48\xa3\x0e\x6a\x93\x3c\x7d\x36\xa3\x54\xea\x1f\xc9\x0c\xd2\x3a\x00\x28\x2a\xea\x7e\x30\x8a\x49\x2d\x1d\x29\x17\xf1\x94\x50\x08\xef\x97\xf8\xd3\x7b\x90\x15\x46\x23\x56\x13\x18\x4e\x87\x8c\x78\x06\x4e\x99\x69\x5e\x75\x48\x5a\xd1\x2c\x8d\x3b\x68\xd1\xef\x90\x45\x9e\xb0\x42\x90\x20\x3a\x9f\x88\x99\xdd\x32\xa9\xee\xd4\xc3\x72\xc6\xac\x64\xc0\xd2\x17\xd0\x62\x35\x55\x42\xa5\x5f\x1b\xb8\x6e\xb1\xc2\xe8\x10\xa4\xa6\xd7\xe6\xd7\xcd\x84\x20\x4c\x52\x1c\x17\x56\x56\x60\x16\xb8\x4f\x4b\x50\xfe\xba\x8d\x8d\xd1\x4f\x4b\x88\x7a\xb4\x4a\x47\x69\x96\x56\xab\x7a\x2e\x25\x8b\xc4\xd4\xd9\x8a\xcd\x56\xd8\x67\xed\x87\x9b\xcb\x8b\x53\xe9\x9c\xf3\xd1\xb8\xe9\xdc\x80\xb9\x12\xda\xd2\xbf\x49\x7c\x1a\xe0\x55\x40\xd5\xa1\x35\xd7\x04\x04\x46\x67\xa0\x9e\x0c\x6a\x83\x75\xd9\x07\x4d\x35\x6e\x1d\x35\xed\xe8\x4d\x8e\x74\xdf\x87\x5a\x01\x5c\x32\x9d\x11\xd2\xc5\x80\x90\x44\x2f\xc5\x6e\xc4\x3f\xa7\x25\x61\x69\x35\x65\xc5\x81\x04\x60\xbc\x1e\xbc\x3f\x3d\x7b\x71\xfc\xfa\xe2\x86\x90\x16\x78\x2d\xf3\x1c\x08\x4b\x3a\xf5\xb4\x4d\xb9\xeb\xef\x4f\xd0\xf4\xd7\xd2\xaa\x30\x71\x28\xa2\x62\x32\x6a\x91\xa2\x43\x26\x1d\x32\x6a\x47\x62\x3f\x66\xb2\x16\xea\x2f\xa5\x25\xbf\x55\x43\x6b\x4a\x01\x1d\x0c\x9e\x20\x1c\xdd\x9c\x66\xac\x42\xeb\xd1\xa2\x04\xdf\x16\x98\xbf\x21\x68\x17\xdc\xd6\x1a\xbc\x31\x3e\x6a\x6a\x5f\x53\xd6\x5e\x3b\x1b\x40\x83\xc6\x53\x14\x75\xc1\x89\x49\x2b\x08\x61\x6c\x95\x58\x60\x0c\x36\xf4\xc7\xf3\x48\xa3\x4b\xd4\x7a\xb7\xf7\x23\xa6\x39\xcf\xc1\xad\xc0\xf8\x48\x79\xf3\x53\xa3\x95\x23\x7d\x3f\xb8\xba\xb8\xba\x0e\xcc\xad\xa1\xdc\x23\xe3\x20\x2f\xf6\xee\x85\xdd\x2e\x6c\xd3\xfe\xb3\x67\x1d\xa2\xfe\x4f\xdb\x40\x9c\xcb\x0a\x27\x76\x07\x50\xa1\xd7\x21\xe2\xff\xb5\x2d\x7e\x40\xdc\x1e\xb6\xbb\x3d\x4e\x81\xc2\x7b\xeb\xfd\x8a\x77\x4b\xed\xe7\x91\x4a\x32\xee\xfc\xaa\x6f\x9e\xda\x17\xe7\x12\xaa\x77\x22\x6d\x0b\x81\xdf\x8d\xe3\x83\xf3\x65\x19\x4b\x18\x5d\xf7\x67\x5a\xc6\x69\x2a\xbf\xa8\x30\x1a\xe9\xe9\x92\xb1\x53\xf4\x1d\x96\xe8\xa5\x3a\x9c\x2f\xe3\xc5\x2b\x49\xb4\x06\x01\x5c\xf9\x5d\xb1\x6a\x60\x15\xf0\x9c\xaa\xce\xc7\xd8\x3d\xa0\x5d\xa5\x93\x5c\x69\x59\x60\x79\xf5\x6d\x15\x54\xac\x8d\xe1\xed\xd0\x58\x25\xa0\xa8\xa7\x58\x51\x2c\x05\x26\x8e\xa5\x15\x22\x68\x27\xe9\x18\xa4\xe4\x4a\x1b\x32\x74\x8e\x57\x19\xb1\xb0\x44\x3c\x7c\x59\xb5\xf9\x96\xb2\xb8\x04\x84\xb6\x3e\x41\x4a\x90\x70\x1b\x66\x5e\xe2\x87\x0e\xdc\x8c\x23\x7c\xc4\xf1\x19\x24\xad\x74\x4c\xe8\x1d\x4d\x33\x51\xb9\x0d\xd3\x80\x41\x83\x03\xb8\x3d\xd1\x92\x55\x2a\x66\x5e\xdc\x11\x73\x96\x27\x2c\x57\x56\x68\x62\x75\x2e\x0b\x3e\x70\xcc\xc7\xe5\x49\xa1\x12\x2c\x3a\x63\x3f\x26\x78\x3d\xb1\x0c\x1f\x2f\x9a\x57\xda\xf9\xf1\xb3\xe5\x94\x56\x0a\x3c\x4b\xbb\x3c\xe2\xdd\x00\xe3\x94\xc6\x63\xbc\x3e\x3f\xdb\x6a\x48\xce\xf1\xd5\xfe\xb2\x12\xa9\x3b\x5f\xcc\x5a\x91\xcd\x3a\x1c\x9b\x41\x49\xe6\x4f\xbd\xb4\x78\x1f\xaf\x70\xd7\x35\xaf\x23\x47\xe6\x5d\xe8\x5b\x0d\xcc\x7e\x16\x8e\x48\x24\xab\x8a\x4b\xe0\x81\x83\x71\xdf\x21\x6a\x46\x45\x11\x92\x0b\x3c\xac\xed\xf7\x43\x9b\x59\x8a\xad\x07\x2a\xde\x25\xbc\xae\x22\xb3\x58\x37\x8e\x8b\xad\x04\xb7\x81\x28\x30\xa5\x2c\x58\xe2\x21\x10\x6f\x74\xce\x13\xe6\x7a\xda\x84\x94\xdb\x0f\x67\x10\xb6\x9a\x42\xc9\x2a\xd5\xda\x27\xf1\x01\x21\xc5\x7f\xc2\xd8\x1c\xe3\x08\x14\x07\x6c\xb4\xb4\x0e\x84\x74\x68\x6c\x1f\xc9\xf1\xda\x06\x36\xce\x28\xce\x78\x1e\xc0\x9b\xd4\x98\xa3\xb6\x2e\xdd\x6e\xa2\x05\xa0\x6e\x70\xbd\x8a\xbb\xa1\x25\x2a\xdc\xb2\x95\x3a\x5b\x4a\x51\x55\xdc\xbd\xb9\x65\xab\x77\xf2\x0d\x84\x7f\x6b\x75\x53\x71\xe7\x5f\xca\xb5\x8b\xba\x1b\xf3\x3c\xa6\x32\xd8\x41\xae\x43\x71\xe7\x6b\xbd\xa5\x77\x9b\xc1\x14\x85\xeb\xa7\xce\x45\xc2\x7d\x95\x70\x56\x42\x98\x82\xf4\x71\x43\xd7\x36\xec\x8d\x80\x20\x12\x78\x0d\xa4\x31\x0a\x5c\xb8\x9f\x90\xf3\x0a\x8d\x7e\x0a\x73\xd7\x6a\x49\x3c\x3f\xa0\x25\xed\xa0\x2d\x5b\x74\x24\x6e\x25\xc1\x7f\x6e\xb5\x1f\xd0\x79\x83\xee\xfd\x0f\xe7\xad\xfe\x68\x9e\xe6\xff\x7f\x5c\x47\x98\x10\x7d\x06\xd9\x7e\x85\xc0\x3d\x73\x7b\x52\x18\xb8\x27\x24\x44\x16\xde\x21\x32\xb2\x6c\xf3\x51\xc2\x45\x5b\xe5\x31\x34\x5f\x7a\xec\xce\x8d\x10\xe2\xd2\x71\x83\x4c\x46\x12\x56\xc6\x45\x2a\x84\xc7\x5c\x42\x2d\xdb\x4c\x81\xbe\xae\xb4\xdb\xac\x0a\x31\x7c\x70\x73\x1b\x57\x28\x2d\xa5\x7f\x44\x63\x26\x94\x56\xc3\xc1\xa9\x9f\x06\x1b\x43\xa0\xf1\x0c\x6d\xaa\xf6\xd8\xd0\x7f\xe0\x77\x3c\x02\x81\x0f\xf2\x14\x84\x9a\x82\x83\x10\xf8\x60\xce\x42\xe0\xa3\x7b\x1c\x42\x1d\xca\x13\x11\xfe\xa4\xd1\xba\x6a\x1f\xe5\xb9\xa8\x2f\x95\x39\x19\xf5\x6f\x86\x25\x97\x50\xa0\xe1\x77\xd0\xd5\x14\xb4\x28\x62\x75\x83\x3b\x93\x06\xf8\x6e\xcb\xe0\x5c\x99\xcb\x1c\x7c\xd4\xaa\x78\xaa\x3c\x16\xb7\x7b\x01\xa4\x89\x1a\xcc\x58\xb1\xea\x7d\x9e\x81\xe8\x67\x90\xc4\x95\x01\x1c\xc3\x31\x15\x6d\x76\x64\xa4\x19\xcd\xc1\x49\x08\xc7\xe8\x95\xc5\x92\x5d\x42\x4e\xd1\x51\x1c\x70\x37\xf9\x98\xcc\x78\xce\x01\x28\x95\x2c\xd3\x84\x99\xc8\x1d\xd1\x1e\x8a\x08\x3c\x27\x31\x2b\x40\x08\x45\x1c\xec\x92\xb4\x58\x77\xd2\x55\xe0\x3a\x57\xc3\xb6\x03\xb8\x3b\x5f\x54\x84\xd1\x78\x1a\x68\x10\x91\xd0\x61\x05\xc7\x64\x30\x1c\x4a\x4f\xc9\xa8\xbb\x8c\x77\xc5\x04\x23\xc9\x61\x4d\x69\x29\x11\x7e\x64\x68\x9a\x65\x41\x39\x13\x4d\xdf\x55\xef\xc5\x06\xa2\x91\x34\x45\xdf\x7b\x78\xfd\xb4\x8a\x40\xe9\xe6\xa0\x37\xb5\x3f\x90\x7e\x1a\xf6\x44\x8d\xaa\x83\xdf\xf4\x58\x98\x18\x8d\x68\x51\x06\x54\xc3\xbf\xdf\x7f\x33\xc9\x56\xf3\xa9\xd4\x46\x7c\x1b\x35\x29\x57\xc1\x6d\xc8\x4a\x67\xa3\xdd\x60\x60\x13\x62\xf9\xab\x72\x21\x11\x4c\x8c\x26\xad\xae\x73\x4b\x89\x5d\x14\x74\xfb\x91\x1c\xdb\x5b\xca\x0b\x43\x0b\x6a\x47\x1d\x72\x53\xb4\xa6\x54\x48\x2e\xad\x6d\x66\xbb\x80\xee\x06\x9a\xdc\xad\xfb\xcb\x9b\x9a\x67\x36\xd0\x57\x9e\xc2\xe1\x91\x13\x71\x99\x4e\xd9\xbe\xe8\x5e\x4c\xae\xd6\xa6\xc9\x97\x23\x26\xbb\x29\xff\x90\x28\x14\xe9\x8c\x39\xa5\x4c\xa2\x2e\x7e\xc5\xb0\x13\xf5\x45\x6d\xeb\x11\x79\xf3\xce\xcd\x7d\x66\x71\x18\x8f\x43\xac\x83\xcc\xb2\x54\x4f\xfe\x67\x2a\xba\x0d\x5a\xac\xc8\xc6\x06\x1b\xd2\x00\x9a\x9f\xdd\xa6\x2d\x91\x55\xa1\x37\x88\x0b\xdd\x6e\x51\x9c\xd6\x9f\x75\x86\x7b\xf1\x35\xf2\xe6\x2b\x6e\x7a\x59\x43\x2c\x93\x62\x7e\x34\xda\xa5\xd9\x4f\xb8\xfa\xfd\xc6\x75\x5a\x7f\xfc\xec\xb5\x3e\xb2\x63\xad\xe4\xa2\x83\x4f\x4c\x2b\x82\x4f\x78\xc0\x55\x80\xb0\xe8\x1f\x7e\xf6\xd4\x25\x3a\xcc\x4f\x10\xc6\xa9\xf1\x75\x53\xa8\x7b\xba\x3b\xfd\xd4\xe8\xe0\x29\xb7\xc2\xce\x11\x89\x8c\x2e\x3a\xb2\xba\xb5\x19\x36\xd3\xad\x0d\xee\x63\x3f\x54\xeb\x9a\x17\x8d\xec\xca\x72\x76\x0f\x3e\xe3\x57\xeb\xc5\x69\x4b\xe7\x1c\x42\x48\x15\x7f\xde\xee\x0f\xf5\xb8\x34\x7c\xfd\xc2\x0b\xaf\xae\x55\x7b\xd5\x35\x17\x69\x80\x5e\xe0\x77\x9b\x8d\xb4\x90\x30\xdc\xf4\xfa\xf2\xcd\x7c\xec\xa2\x7c\xbb\x9d\xc2\xed\x29\x7b\xac\x7f\x79\xaf\x33\x01\xa8\xd6\xec\xc1\x89\xdf\x42\x14\xa1\x53\x0d\x5a\xd7\x85\x55\xcb\x49\x21\xe6\x95\x33\x01\xbc\x72\x2c\x18\x47\x62\x55\x87\x0f\x98\xd8\x43\x0f\xf8\x57\x9e\xe6\xad\x88\xc8\xa4\x5f\xf2\x3a\x13\xa5\x6b\x3c\xa9\x02\x01\x51\x6e\xf7\x89\x52\x16\x48\x2b\x56\xa7\x7e\x77\xb7\xe1\x81\x03\xcd\x06\x9d\x61\xf8\x12\x1c\x2d\xf8\x31\x2d\x89\xa7\xdb\x0f\xfb\xc8\xe5\x09\x44\x70\xa8\xac\x57\xa2\x6d\x65\xb3\x28\x99\xcd\xca\xc6\xa0\xad\x18\x81\x9d\x85\x15\xe2\x61\x54\xb1\xf0\xf8\x24\x2b\x7b\x22\x2d\x26\xac\xd2\xda\x0c\xd5\xd9\x0b\xf9\x5a\xcd\x17\xc5\x9c\x8b\x7b\x54\x89\xf3\xc8\xb0\x74\x4c\x72\x3e\xd4\x14\x95\x69\xc2\x0a\x96\xd8\xfc\x51\x83\x9b\x84\x79\xe4\xf8\xe8\x57\x50\x7e\x18\x2f\xf4\x8a\xa1\x67\xf4\x06\xc6\x5d\x2f\xb9\x61\xd1\xec\x95\xd5\xcb\x6a\xdc\x98\x05\x9f\x10\x5e\xd9\x8d\xaf\x23\xbc\xb2\xac\x0c\x3f\x8f\xca\x0b\x06\xce\xca\x6a\xce\xf8\x18\xdd\x5a\x8e\x48\x84\xd3\x05\xa8\x35\x3e\xfa\x15\xd2\xaa\xdc\x48\x48\x9e\xa7\xf5\xd7\xd2\x7a\x4a\xcd\x7b\x28\x2f\x5e\x51\x5d\xbe\x6d\x56\x60\xb2\x85\x08\x0d\xbc\x97\x8c\x11\x63\x76\x8e\x1c\x60\xbc\xe4\xc9\x47\xe6\x15\x8c\x8f\x68\x99\x91\x91\x19\x31\x9f\xcd\xc0\x19\x26\x95\xb6\x28\xc3\x09\x74\x2d\xd9\xe5\xb1\x7d\xed\xa8\x49\xa9\x4b\x68\x1d\x0f\xae\xe4\x94\x06\xae\xfc\x71\xf8\x8e\x51\x3d\xa8\x9b\x21\xd4\x87\xad\x2a\x38\x72\x1e\xec\x75\xe2\x93\x29\xeb\xbf\xc5\x4e\xad\xf5\xef\xaf\x68\xe4\xf1\xe3\xda\x03\x1c\xe8\x17\x95\x07\xb8\x89\xe6\xe5\xab\x17\x54\xca\x07\xb7\x5d\x7c\x7b\xdd\x05\xf3\x65\x2e\xa8\x22\x9a\x6f\x12\xc3\x42\x72\x98\xae\xe4\xbe\x7a\xae\x07\xd9\x1a\xc5\xa3\x0a\x05\x70\x40\x76\xd4\x76\x74\x2c\x7b\x96\xad\x86\x0c\x58\x97\x6c\x9e\x6a\x8d\x4d\xc9\xe3\x8f\xd6\xab\x0c\x5e\xcf\x13\x05\x57\xaf\x3a\x72\x6d\x6c\xb6\xed\x0e\x31\xbe\x85\xb0\x23\xe5\x35\xb8\x61\x99\x86\xdb\x97\x98\xe8\x4a\x51\x12\xe2\xff\x95\x4b\x86\x35\xb1\x1b\xd7\x53\x43\xff\x8e\xe4\x29\x44\x81\x45\x69\xdf\x50\x4a\x06\x86\xcb\xd3\x0c\x34\xe0\x3b\x66\xba\xb3\x16\xc8\xe9\xce\xb7\xdb\x6f\xea\xce\x0c\x4f\x4e\x70\xb3\xe6\x59\xaf\x7c\x5d\xd7\xa1\x41\x58\x26\xac\x42\x6b\x09\xe4\x72\x6a\xa5\x36\xfe\x6d\x4a\xbe\x21\xcf\x7d\xec\x63\xa3\xad\x4a\xad\xf0\xb6\x8c\x2f\xe1\x7a\xcf\xc6\xca\x8c\x73\xfc\x72\x78\x4e\xfa\x5f\x76\x08\x4d\x12\xf2\xbc\xeb\xa0\x99\x92\x94\xec\x90\xe7\x3e\xec\xe3\xf9\xd8\x28\x40\x75\xc3\xfd\x2f\x5d\xdd\x58\x47\x19\xd3\x40\x63\x52\xb0\xbf\x2f\xc4\x2b\x2f\x83\x15\x55\x4b\xf2\x31\x40\x83\x1b\x9b\xd2\xbb\x94\x17\x62\x5c\x93\x9c\xcf\xd8\xae\xe5\x98\x64\x8d\xc8\xe1\x6f\x9b\xd4\xa6\xfe\xef\x4a\x8c\x69\x52\x9d\xfa\xbf\xab\xf2\xa1\x33\x16\xd6\x8e\x5a\xa5\x4f\xb6\xb0\x0f\x1b\x21\x01\x69\x47\xed\x5e\xd3\x84\x42\x03\x24\x8d\xd3\x09\x4d\xdf\x4d\x61\x90\xe6\x53\x56\xa4\x4a\xa7\x29\x1f\xa8\xa8\x54\xee\x09\xf9\x6a\xc6\x0b\x99\x00\xa1\x71\x0d\x6a\xd3\x3d\xb4\xcb\xd7\x57\xa1\xd6\x50\x9d\x37\x0e\x18\x07\xdd\x87\xc2\x10\x7d\x6d\xa5\x1e\xaf\xd7\xe0\xad\x2d\x7f\xfd\xfd\x89\x39\x3f\x81\x3d\xf0\x4e\x9f\x5f\x22\x04\x59\xed\x6a\xdc\xd6\xec\x6f\x78\x6b\x1f\xb6\xea\x2a\xe1\xce\x90\xe1\x05\xb4\xe7\xdf\x5a\x25\x59\xe4\x19\x2b\x4b\x42\xb3\x82\xd1\x64\x45\x1c\xdf\x91\x62\x32\x6a\x69\xcb\xdf\x98\x17\xb3\xee\xa3\x2d\x16\xd9\x5a\xb4\xba\xad\xa1\x55\xaf\x1b\x50\xb1\xb6\xc9\x77\x4d\x30\x14\xf5\x05\x38\xa8\xeb\xc4\xdf\xf8\x9d\xbc\x6b\xd7\x89\x4a\xe9\x66\x7d\x2d\x68\xdb\xca\x3d\x05\x8d\xde\xf0\x4b\x7a\xcb\x5e\x48\x81\xbe\x55\xd3\x6f\x1c\x05\xd5\x11\xcd\x53\x30\xec\x48\xe3\x64\x4c\xeb\xed\xc3\x86\x95\xb4\x94\xfe\xb3\xf4\xbe\xe5\x8f\xb4\xe3\x79\x88\x74\x48\xaf\xfb\xf4\xe9\xd3\xa7\xee\x42\xd4\x6e\x8a\x75\x1b\xe9\x18\x83\x5a\xf5\xba\x9f\xb4\x91\xd6\x7d\x10\xda\x48\xbf\x93\x10\xb0\x48\x05\x80\x5d\x52\xc7\xab\xec\xdc\x95\x65\xd1\xf0\x84\xc7\x52\x49\x8f\x25\x8a\x8f\xa5\xd4\xf0\x1a\xf5\x5f\xdb\x84\x57\x1a\x51\xe7\xbf\x58\x68\xeb\x93\xe3\x3c\x28\xb4\xad\xa9\xb3\x4f\x8e\x73\x64\xa5\x1e\x2c\xed\x19\x47\xb8\xa6\xb9\x37\x30\x2c\xa6\xe2\x25\x68\x4a\x5d\xc1\xad\xdf\x81\x71\x85\xe4\xb7\xbe\x2d\xc0\x39\xb2\xda\xfa\x7e\xce\xb5\x10\x07\x2d\xeb\x77\x53\x34\x69\x04\xc0\xc7\x20\x0c\xec\xeb\x1f\x9c\x0e\xa4\x0a\x26\x58\xb1\x2e\x39\x2a\x0d\x9e\x96\x16\xfb\x28\x2e\xf6\x5d\x5d\x28\xfc\xb1\x4f\x64\xbf\x46\x94\x54\xb2\x1d\x56\x55\xca\x4e\x29\x1e\xed\x87\x64\x29\x59\xb2\xa6\xc5\xd4\x75\xd6\xca\x54\xb2\xb6\xad\xb1\xd4\x15\x9b\xa4\x28\xab\x8e\x54\x44\x3a\x55\x02\x02\x92\xac\xe1\x6b\xd4\x74\x35\x4f\x0d\x77\xd8\x7c\x62\xad\xc3\xaa\xc2\xd8\x5d\xc3\x90\x36\x3b\x94\x61\xfb\xe3\x3f\xfb\x40\xae\x3d\x57\xb2\x82\x65\x50\xda\xe6\x2c\x9d\x87\xcc\x9c\x5a\x0f\xa2\x08\x33\xac\x0a\x09\xea\x42\xd6\xaf\xff\xc4\x98\xb1\xb5\x3d\x08\x3d\x82\x40\xc3\x59\x12\x4b\xe5\x17\xf2\xb7\x91\x76\x83\x8f\x68\x48\x13\x72\x12\xd8\x55\x18\xfe\x6c\xf7\xa0\x9b\xb6\x5a\x54\xf2\x92\x10\x1a\xdc\x15\xd5\x11\x3c\x37\x81\xc1\xa1\x8f\x5c\x68\x78\x0d\xab\xab\x73\xee\xda\x8b\x9a\x6b\xfd\x2e\x00\x9d\x01\x31\x68\x25\x8a\xf6\x69\x71\x53\xe3\xaa\xc4\xb7\x50\xd8\x35\xb2\x78\xa0\x5d\x2a\x68\xda\x2b\x28\xd5\xa4\x7e\xa2\xca\xc6\x7d\xc1\x64\xbc\x8d\x3b\x42\x64\xc8\x01\x2d\x2a\xf4\xda\x45\x7b\x65\xa2\xea\xe1\x92\x51\xc4\xde\x98\x2f\x10\x65\xb6\x66\xfc\xfb\xf4\x4d\x35\xc3\x5b\xbb\xab\xb2\x6d\xbd\xa9\x38\x60\x3d\x74\x4c\x24\x0f\x59\x93\x03\xa3\xab\x57\xc7\x59\xdd\x68\xa2\xaa\x38\x89\x31\x72\x37\x5c\x3f\x48\x54\xec\xbe\x02\x35\x5e\x62\x4f\xe2\x53\x08\x6b\x88\xd5\x3d\xca\x92\x99\x93\x3b\xc4\xca\xb5\xb5\x3d\x9d\x41\x93\x35\x2a\xf3\xda\xdc\x9a\xe6\x64\x73\xf5\xca\xdb\x53\x20\x20\xdd\xa0\x2a\x67\x1d\x29\xa2\xd2\x5d\x53\xa3\x28\xcc\x20\x44\x43\xfc\xf1\x3f\x8d\x0c\x99\xd4\x0c\xc9\x08\xe4\x75\x55\xb7\xa2\x40\x6c\xe4\xf7\x10\xa1\x17\xa8\xec\xd0\x21\x53\xba\xc2\x07\x52\x61\x9a\x4f\x9a\x09\x91\x49\x31\xe5\x01\x64\x28\xda\xf3\x6b\xaf\x7d\xa2\x20\xf3\xa8\xf5\x92\xe7\x18\xc2\x52\xa5\x93\x05\x5f\x94\xa4\x58\xe4\xf0\xee\xa3\x17\xc2\x2e\x2c\xba\xe3\x8b\x80\x98\x50\xaa\x18\xfa\x3f\xec\x6a\x90\x5f\x59\x66\x4d\x60\x97\x17\xd5\x05\xc3\x71\x77\xf5\xb8\x28\xe8\x0a\x9c\x0a\xa8\xf8\x17\xc1\xa7\x19\xe4\x0d\x8c\x58\x92\xc1\x06\x7a\x01\x70\xc0\x55\xd1\x41\xc8\x23\x45\xa9\xe0\xde\x61\x68\x21\x55\x31\x21\xe0\x9f\xbb\x76\xc2\xd6\x4c\x54\x63\x60\x8f\x08\xcf\xb6\x4b\x80\x73\x0a\x8e\xd1\xad\xa3\x1a\xb3\x1c\x3b\xd2\xaa\x54\x26\x0f\x93\x8a\x12\x5c\xc3\x81\x37\x2a\x16\x6c\x4d\xf3\x7a\x70\x79\xb6\x22\xc7\xc3\xc1\xf9\xb9\xf2\xdf\xc0\x86\x8d\x11\xa3\xa9\xed\xe6\x63\x00\x1b\xf3\x73\x9a\x30\x31\xd8\x60\xd4\xbe\xe7\xee\xfa\xe6\x9d\xd1\x02\x82\xc7\x60\xaf\x43\x6c\x34\x3c\xfc\x56\xf7\x03\xb4\xdd\x60\x53\x28\x4a\x52\xf2\x0d\x31\xe9\x8a\x0f\x1d\x45\x02\x39\x82\x4f\x31\x4f\xd8\x2b\x9e\xe6\xd5\x71\xd5\x4a\xa5\x6c\x0f\x2d\xe4\x71\xc1\xa4\x93\x71\x2b\x06\xc8\xe3\xfb\xf1\x78\x3c\x6e\x93\xef\x48\x9f\x1c\x90\xfd\x43\xad\xe1\x8a\xc9\x37\xa4\xbf\x6f\x29\x76\xe5\x68\x77\x8e\x4c\x2b\xb5\x4c\x7d\xf2\x30\x8b\x45\x41\xde\x25\x6e\x8b\x4e\xfa\x5b\xb4\x42\x48\xd0\x7a\x5d\xcb\x39\x07\xdd\xa0\xf9\xd7\x4a\x18\x52\xdc\xa1\x7d\xfa\x1f\x8e\xec\x50\x1c\x60\x0a\x67\x7c\x92\xc4\xc2\xab\x45\x77\xc0\xa5\x75\xc7\x07\xe6\x9f\xe6\xfb\x47\x2b\x99\x47\x28\x3a\x84\xe8\x54\x1e\xa1\x61\xf8\x83\x48\x3b\x66\xe2\xd6\x20\x90\xc8\x0f\x30\x6a\xa2\xde\xdd\x81\x0c\x13\x79\xe4\x0f\x49\x12\x53\x4a\x76\xea\xeb\xe9\x92\x97\x1a\x64\x5a\x5b\x7b\xad\xa6\x71\x97\xd5\x9f\xcb\x56\xcb\xd9\xbc\x94\x1f\x8d\x4a\xc8\xf5\xb7\xde\x10\x1b\x7a\x57\xfd\xcf\x0c\x07\xed\x10\xf8\x6b\xac\xfe\xf1\xfa\xe6\xc5\x73\x21\xc9\x26\xac\x88\x6c\xe2\x8c\xf0\xfe\xf9\xe9\xa6\x3b\x50\xf7\xe2\x25\x9d\xaf\x8b\x26\xc5\x2c\x8b\x84\x95\x31\x9d\x33\x0d\x76\x41\x74\xe0\x36\x7a\xaa\xa9\xf8\x08\xeb\x67\x22\x6e\x41\xb0\xb6\x71\x07\x11\x44\x0a\x97\x31\x9d\x03\x14\x15\x00\xa1\x14\x63\x2e\xbe\x4e\x74\x76\xe5\x27\x88\xfb\x8a\x4d\xa4\x3c\x2f\x3b\x64\x4e\x53\x8c\xf3\x33\x0f\x46\x87\xb0\x2a\xf6\x9c\x20\x4c\xff\xf2\x4f\x4c\xd6\x07\x60\x2e\x2a\xa0\x33\x93\x30\x97\xf7\x62\x50\x1d\x52\x4d\xc1\xf0\x99\x02\xdf\x85\xa6\x9e\x12\x50\xd8\x4d\xca\xc9\x82\x11\x56\xf2\x8a\x15\x69\xec\x2f\x45\x69\x00\x32\x11\x35\x48\x7f\x00\xb6\x51\xb9\xab\x21\xe3\x88\xe4\x98\xf0\x78\x4f\x96\x1e\xea\x56\x66\xc9\x06\xa8\x3f\xb3\x84\x1a\x3d\x50\x45\x8b\xaa\xd0\x54\x6f\x57\xd4\x73\xf3\xd3\x4d\x33\x20\x20\x6c\x3b\x51\xe1\x2d\x12\x40\xce\xdf\xac\x20\x52\xd3\x5d\x5a\x54\x0b\xf0\x65\xb4\x6c\x5b\x4f\xf6\xfc\x20\x7f\x1f\x63\x50\x17\x37\xf9\x62\xa0\xbc\xc1\xaf\xc0\x34\xdf\x56\x2a\x08\x6d\x00\xb6\x13\x3b\xcb\x6a\xc1\xa4\xce\xca\x1d\xe2\x15\x2d\xe0\xf0\xd0\x8a\x11\x48\x2b\x05\x50\x80\xc6\x82\x48\xcb\x0a\x53\x1e\xbb\x88\x80\x2a\xb7\x3c\x7c\x12\x5c\x1d\x53\x40\xed\x12\xe6\x6a\x4e\xcb\x52\xa5\x3d\x59\xf1\x45\x81\x25\x49\xc1\x17\x15\xc4\x39\x17\x14\x98\x1f\x08\x8b\x2b\x18\x80\xe7\x61\x0b\x30\x64\xd3\xec\x7b\xed\x79\x63\x20\x15\xad\x8f\x76\x5c\xcb\x4f\x37\xdd\x57\xfa\x53\xcb\x14\x7d\x9d\xdf\xe6\x7c\x99\xbf\xd7\xd8\xf4\xc7\xf9\x8a\x7c\x96\x61\xa7\x64\xc6\x13\x88\x7c\x2a\x3f\xd3\x87\xd9\x23\xdf\x8e\x0e\xf2\x8e\xbe\x13\xb7\x07\x89\x30\x48\x7a\x2a\xe7\x8c\xaa\x59\xdd\x0e\x51\x98\x40\x32\x82\x06\x07\x31\x18\x9e\xbf\xd7\x33\x90\x7d\x5f\xca\x2a\xef\xa5\xab\x9e\x35\xba\xaa\xa0\x69\xe6\x0e\xaf\x4b\xc8\x90\xce\x98\x9d\x28\x80\x09\xba\x23\x94\xf8\x73\xe9\x60\x4b\xec\x3e\x66\xf3\x4a\x79\x37\x15\x4c\x5e\xa2\x98\x53\x10\x24\x91\xc5\x0c\xce\x2b\x2d\x26\x70\x02\x4d\x74\xac\xea\x3f\x3c\xc4\x9f\xa7\x0c\xd5\xd1\x05\x98\x85\x11\x17\x6c\xae\x42\x67\xe4\xf2\xc5\xe0\x71\x2b\xd6\x54\x45\x16\xd6\xb0\x5d\xa4\x73\x4b\x96\xf1\x25\x66\x5f\x02\x26\x06\xd1\xe4\xec\xf4\x52\x06\x77\xd3\x03\x61\xc4\x54\xd2\xcb\x14\x32\xb6\x69\x48\x46\xbd\x8f\x98\x6f\x84\xe6\xe4\x6a\x38\xb0\x51\x88\xe4\x71\x2a\xe3\x9b\x74\xc6\x2e\xd2\x59\x0a\xd1\x5d\xfb\xbd\x5e\xaf\xa7\x3a\x93\x4f\x03\xba\x0a\xa7\xc8\x3e\x23\xa8\x48\x02\x5f\xb4\x57\x83\x8c\x68\xa9\xc6\xea\x35\x51\x44\xe9\x3d\x32\xd2\x37\x49\x5f\x26\x6a\x0d\x01\xc6\x4e\xed\x13\x79\xbe\x3b\x4a\x2b\x8d\xae\xe6\x88\x30\x84\xc8\x9a\xc7\x79\x53\x31\x84\x53\xb7\x6e\x3b\xd0\x09\x4f\x89\x28\x5c\x32\x29\xc6\x63\x4a\xec\x27\x2a\x0b\xc3\x92\x17\xb7\xe2\xfd\xf9\x0a\x9a\x54\x5b\x54\x62\xce\x15\xb6\x02\x80\x6c\x34\x1d\x2c\x39\xa2\xb4\xb0\xbf\x2f\xd2\x3b\x9a\xe9\x14\x8f\x4f\xc8\x25\x2f\x2b\xc8\xd4\x5d\x92\xb2\x4a\xb3\x0c\x45\x00\x75\x47\x54\x4b\xbe\x0b\x15\x65\xb0\xab\x33\x99\x9f\x75\x1c\xae\x37\x27\xa0\x9e\xd1\x4a\x47\x50\x12\x1d\x8e\x6b\x83\x04\x43\xca\x10\x6c\x29\x2d\xcb\x85\x84\xad\x25\x9f\xd1\x38\x4e\x13\x96\x57\x34\xfb\x8c\x2c\x00\xfc\x53\x26\x9e\x91\x22\x8b\x72\xbc\x1f\x69\xdf\x0f\x04\xdd\x52\xd7\xbc\x6e\x40\x54\x47\x9c\xc9\x34\xbf\xe3\xd9\x1d\x44\xac\x57\x11\xa8\x4c\xd2\x9c\x16\x2b\x05\x4e\x66\x5f\xec\x68\xd8\x7e\x7e\x92\x56\xea\xc5\x73\x48\x39\x44\x02\xe2\x0c\xc0\x6a\x09\x52\x7d\xb6\x6f\xd8\x08\x1b\xdd\x19\xd4\x21\x10\x4f\x40\x62\x9d\x0f\x28\xd4\xb5\xce\x16\x84\xb0\x30\x76\x76\x7e\xd5\xf9\xb5\x75\x62\xc5\xd6\x45\xe0\xe5\xa7\x80\x6a\x62\x83\xe8\xe8\x24\x9f\x10\x54\xbf\x28\xc9\xa2\x94\xd9\xd0\x11\x46\xe2\xf4\x6c\x40\x5e\x15\x00\xc5\x88\xb0\xff\xfd\xfd\xe0\xb0\x4e\x59\xdc\xdf\x0f\xaf\x05\xea\x4c\xe6\x00\x7e\x46\x14\xe2\x98\x52\x14\x88\x03\x0d\x71\x0b\x12\x5b\xca\xca\xe8\x22\x86\xee\xf5\xa5\x8f\xc3\x99\x6a\xe6\x88\x44\x8b\x6a\xbc\xfb\x3c\x72\xfb\xbc\xa4\xf7\x8a\x69\xc7\x6b\x62\x91\x1b\x62\x20\xa7\x83\x61\x47\xec\x46\x87\xbc\xba\x14\x37\xdd\xf1\x2b\x73\x87\x28\xd4\xd7\x25\x03\xd3\x06\x36\xb7\x98\x83\x32\xc2\x0a\x2b\x8f\xd1\x06\xa1\x89\x1d\xc1\x0f\xc4\x89\x12\x57\x93\x8c\xb0\x90\xd2\xac\x7c\xda\x05\x53\xd9\x1a\xde\x74\x48\xf4\xf6\xfe\xeb\x38\xea\x90\xb3\xe1\x80\x44\x6f\xdf\x46\x6d\x30\x67\x8a\x56\x5a\x27\x67\x17\xf0\xbd\xf7\x55\xd4\xb6\xa5\xf7\x29\x93\x89\x72\xc8\x67\x52\xcb\xa0\xc6\xfb\x19\x99\xf1\x3c\x55\xe9\x15\xcd\x52\xcd\xe8\x3d\x76\xaf\x98\x2c\x72\x44\xfa\xbd\xfd\x2f\xdc\x75\xd2\xd1\xe5\x6c\x06\xf9\x0a\x21\x8f\x8a\x44\xae\x5e\x22\x7c\x1c\xac\x9c\x54\x65\xb8\x57\x12\x2f\xe4\x83\x80\x6d\x19\xba\x16\xc7\x50\x27\x23\x2c\x58\xcc\x27\x79\xfa\x1b\xb8\x5a\xb2\xfb\x79\x96\xc6\x69\x25\x0e\x1d\x2c\xa6\x37\x6a\x31\x82\xd7\xb9\x85\x89\x1a\x24\x70\xd0\xec\xc8\xf8\x21\x15\xff\x6e\x8d\x6b\x46\xe7\x25\x80\x6f\x80\x04\xf2\x7d\xaf\xdb\xed\x7e\xff\x14\xd2\x52\x2d\xdb\x4d\x04\x75\x29\xea\x78\x2c\x87\x2d\x25\x94\xfe\x25\x7f\x63\xc5\x0b\xaa\x2e\xdc\x21\x74\xf5\x35\x68\x25\xf4\x11\x5b\xf8\x7a\xb8\x87\x3a\x94\x19\x9d\x63\x4a\x1c\x44\xd0\xa6\xa5\xca\xc0\x95\x4e\x72\x79\xdd\x01\x07\x22\x8f\xa3\xba\xc0\x11\x4a\x26\xad\x0c\x1e\xf8\x94\xea\x5b\x53\xdf\x8e\xd9\x8a\x94\xcb\x14\x42\x61\xb0\xdb\x49\x41\xe7\xd3\x34\x2e\xb1\x35\x67\xac\xa4\x35\xa8\x8a\x6c\xf7\x65\xbb\x4b\x80\x49\x91\x89\xb5\xe4\x4e\xd2\x1c\xc1\x8d\xd5\xad\xaf\x1a\x12\x35\xb1\x31\x88\xd3\x52\xb7\x29\xa6\x98\x04\x10\xd4\x7c\xb5\xa4\x2b\x2b\xcd\x53\xc1\xc0\xdd\x8c\x4c\x16\xb4\xa0\x79\xc5\x18\x59\x42\x88\x3d\xf0\xa8\x34\x5f\x61\x6b\x4a\xf0\x10\x5b\x42\xd1\x38\x40\xa1\x31\x00\xcf\x4f\xe3\x45\x46\x0b\x05\x97\x6d\x6f\xe6\xf7\x3d\xc5\x17\x7f\xdf\xd7\xff\xda\xd7\xff\x7a\x4a\x8e\xa4\x30\x58\xdf\xfa\xee\x84\x55\x97\x74\xde\x8a\x4e\xa2\xc0\x3e\xe3\x03\xaa\x62\xee\x1c\x2e\xcd\xbd\x03\xf0\x15\xa3\x62\xe8\x73\x71\x48\x25\x1c\xd8\x08\x98\x33\x85\x61\xa9\xe4\x0c\x88\xa2\x92\xa6\xa0\xef\x2f\x44\x63\x72\x67\x50\xe7\x86\xde\x74\x5f\x7f\x01\x2f\xb3\xf4\xfc\xeb\xdd\xef\xf7\x21\x2d\xd4\xfd\x57\xfe\xed\x63\x88\x11\x9a\x12\xe3\x88\x4e\xa2\x0e\x79\x3d\x44\x85\x9d\xbf\x56\x17\xe2\xea\xfc\xbe\x17\xd5\x67\xfb\xfc\xcf\x9f\xed\xf5\x96\xb3\xa5\x72\xb6\xe3\xda\x56\x5f\x37\x0e\x5f\x39\xac\xea\x97\xc6\xcf\x59\xe7\xb2\x28\xc0\xcf\x48\xa0\x7c\x72\x36\xb8\x3c\xde\x7d\xfa\x0c\xce\x17\xb0\x84\x90\xa0\x6e\xc2\xd5\x85\x2e\x0d\xc6\x44\x50\xb2\xc5\x52\xe8\xae\x24\x62\x13\xe4\xbb\x15\x4c\x08\xf7\xaf\x1b\x28\x36\x84\x77\xfe\x75\x35\x7e\xfe\xbe\x16\xbe\x6c\x97\xb8\x80\x66\x6a\xcc\xf2\xc0\xc2\x81\x2a\xd8\x04\x4e\x03\xbb\x87\x8c\xdd\x00\x55\x62\x47\xc0\x81\x78\x24\x18\x47\x64\xd3\xec\x3b\xbc\xec\x3e\x32\x89\xce\x14\x14\x4a\x9a\x13\x47\xb0\x12\xad\xfd\x7d\x91\xc6\xb7\x62\x91\x20\x1b\x9a\x52\xa9\x9b\xb8\xbd\xfb\x0a\x1b\xaa\x3d\x10\x9a\x85\x8e\xe3\xfe\x2b\xc1\x81\x14\xf9\x7b\x1f\xd6\x65\x01\x4e\xc9\xea\x39\x47\xd1\xaf\xa5\xc5\xb9\x21\xbd\x03\x8c\x3f\x71\x3d\xa8\xf1\x9d\x9e\x0d\x86\x03\x1c\xbb\x3b\x01\x2a\x33\x43\x57\x9c\x20\xc8\x2e\x45\xc4\x85\x9f\x6e\xb0\x85\x8e\xb8\x92\xd2\x92\x3c\xc9\x79\x85\xcc\x8d\x84\xe9\x73\xf9\xfd\x52\xf4\x19\x96\x41\x31\xed\x92\x11\x42\x5d\x27\x89\x97\xbc\x96\xe5\xd6\xe8\x20\x2c\x37\xe1\xa0\xd0\x8e\xba\x45\xd5\x94\x98\xe3\xd9\x8d\x64\xb8\x7a\xbd\x9e\x52\x8e\x48\xe9\xdf\x24\x66\xde\x5b\xcc\x65\x77\x40\xc8\xdb\xf5\x39\xb8\x38\x1f\xfc\x28\xd8\x81\xc6\x0e\xf7\xd7\x76\x08\x38\xd7\xfc\x0e\xb5\xdf\x08\x7c\x4a\x89\xcc\xf7\x0f\xe8\x0d\xcb\x7c\xcb\xc9\x5f\x1f\x7f\x4f\xc0\xd7\x41\xc3\xfd\x69\x29\x9f\x58\x70\x62\x8e\x96\x4b\x39\x74\x14\x34\xbe\x2d\x5d\x50\x09\x3b\x45\xa5\xd2\x6c\x9c\x57\x10\x04\x33\x4e\x59\x96\x94\x8a\x6a\xed\x40\xe4\xd1\x62\x3c\x16\x2c\x96\xc2\x94\x57\x9a\x48\xf5\xbb\x98\xad\x6e\x50\x2b\x92\x7c\x75\x95\xfa\xfd\xa3\xf6\x77\x5c\xe4\xb1\x73\x2f\x43\xfd\xc2\x69\x20\x18\x32\x3b\x5a\x8c\x4d\xa8\xac\xb1\x5f\xa1\xa7\xba\x33\x5f\x1c\xa1\xb7\xd4\xd6\x0a\xda\xe8\x27\x66\x50\xe2\xef\x8e\xea\x29\x10\x86\xa0\x1c\xd5\x8f\x88\xf7\x8b\x41\x7e\x58\x8c\x65\x60\x99\xf8\xd7\x87\x0f\xee\x89\x9e\xf3\x52\x29\xca\xd1\x07\x52\x2c\x44\x73\x63\xb4\x98\xa8\x68\xd4\x20\x50\x83\xb7\x6c\x1d\x67\x5f\xd4\x9e\x35\xae\xc1\x3a\xd4\x8e\xfa\x12\x40\x11\xa8\xfc\x42\x7b\xef\xbb\x00\x54\x27\x8b\x71\xcb\x9a\x78\x14\x79\xdf\x8f\x95\xba\xa5\x96\x3d\xb8\x61\x3e\xa1\x63\xdb\x3c\x7c\x67\x6c\x4d\x08\x24\xb8\xde\xa1\x3d\x6d\x18\x12\xae\xa8\xb3\xa0\x7a\x58\x21\x2a\x75\x28\x54\x5c\x90\x08\xef\x06\xf8\x53\x8b\x71\x47\x6d\x35\xf0\x8c\x82\x34\xb6\x9e\xde\x09\x10\xd6\x9a\x0d\x42\xca\xd3\x2e\x89\x72\x23\x6c\xaf\x44\xf2\x9d\xfe\xf9\xa0\x81\x2e\x83\x6b\xa0\xf5\x64\x24\x4b\xcb\x6a\xed\xf4\x45\xfb\xb4\x98\xbc\xff\x8d\x15\xdc\xac\x83\x4a\x34\x6a\xd6\x42\x50\xf6\x9b\xde\xbb\xad\x67\xaf\x69\xc7\x5f\x03\xd5\x99\xb5\x10\xa2\xed\xae\x6b\x95\xb2\x7d\x35\xed\x11\x3e\x16\x22\x72\x9e\xb0\x71\x9a\xb3\x24\xb2\x12\x5c\xca\xf1\xc9\xa3\xac\xca\x3b\xeb\xf3\x3d\x03\xa4\x48\xb5\x38\xa0\x92\xcc\x89\xf4\x86\x68\x4a\x1c\x47\x8b\x49\xbe\x98\xa1\x4e\x4f\x55\x94\xc8\x85\xa0\x4e\xac\x8a\x94\xdd\xb1\x6d\x96\x25\xa5\x85\x63\x0b\xc6\x96\x35\x81\xfd\x24\x96\xda\x18\x87\xd1\x9b\xc7\x4c\x0d\x4b\xbf\x53\x6b\xa3\x0d\xc9\xd2\x94\x0c\x97\x01\x9c\xc6\xf3\x1c\x10\x78\x3b\xa4\xdf\x6b\xeb\x08\x8b\x63\x6b\xda\x7c\x4c\x60\x29\xd3\x92\x54\x12\xd4\x4a\x5e\xc5\xea\x72\x87\x5d\xef\x6a\x8b\x2f\x34\x7e\x44\x7a\x6d\x13\x85\x63\xae\x40\x18\xb6\x9d\x5d\x53\xfc\x47\x05\x44\xcb\x5f\xdc\xa2\xd6\x8e\x1c\x27\x77\x54\xa9\x02\xf0\x45\xb2\xef\xc0\xa0\xbf\x0b\x88\xf0\x98\x76\x03\x77\x81\x8f\x25\x97\x2d\xe4\x45\x6c\x6f\x9b\xdd\x90\x45\xed\x0d\x81\xa6\x2d\xb2\x14\x67\x6c\xe7\x08\x7b\xf4\x0e\x9a\x8c\xe9\x64\xa4\x60\x33\x9a\x02\x04\x1c\xe4\xa6\x42\x04\x71\xeb\x1a\xaa\x27\xa7\xd2\x73\x15\x2d\xd5\xa6\xab\xbc\x39\xec\xfc\x22\x1b\xfa\xd8\x66\xb6\x73\xc6\x6e\xaf\x55\x33\xde\xc5\xe4\x3a\x75\xca\x8b\x49\x19\x73\xd5\x42\xf8\x0f\x80\x5e\x00\x48\xe9\x83\x5e\x20\xb6\x7e\x37\xff\xa3\x17\x01\xfa\x69\xe8\x60\xdb\x15\x18\x4c\x69\xf1\xe0\x99\x77\x20\xb5\xee\xa7\x4f\x5e\x3c\x44\xd4\xa7\x73\x7b\xda\xa0\x09\x17\x24\xfc\xa7\xce\x5f\x30\xa0\x8b\x19\xfb\xa4\x25\xd8\xd9\x69\x5c\x04\xcb\xd5\x58\xce\x37\x2d\x09\x9b\xcd\xab\x95\xb2\x3d\x59\xac\x68\x49\xe6\x2a\xb7\xa7\x97\xf9\xa2\xf1\xce\x2c\x07\x32\x49\xcb\xc6\x41\x2b\xb0\x1f\xc1\xc9\xe8\x89\xc8\x47\xe5\x9b\x23\x7d\xa2\xed\xe0\x57\x57\x08\xb2\x7b\xb8\xb3\xef\x81\x3b\xb0\xba\xdc\x55\x87\xb6\x50\xd5\x6a\x37\xb7\x64\x47\x51\xd2\xbb\x46\x14\x2d\xd4\x57\x1f\xe9\x4e\xb4\x9d\x15\x6a\x61\x7b\x76\xb2\xe6\xca\x87\x05\xae\x57\x9c\xb0\xca\x43\xcd\x6b\x23\xe0\x9e\xdd\x0e\x68\x4b\x74\xdd\xef\x2f\x0e\x1d\x3d\x84\xf9\x60\x61\xc6\x1a\x65\x14\x7c\x31\xfc\xb0\xd1\x4d\xc1\x87\xbe\xf9\xb0\xef\x7c\xd8\x37\x1f\x9e\x3a\x1f\x9e\x6e\xb5\x8c\x2a\x9d\x4f\x78\x25\x9d\x25\x90\x45\xe5\xf2\x59\x2b\x6d\xad\x80\xbb\xd8\xb5\x35\x0b\xac\xb6\x5a\x45\xaf\x11\xb3\x94\xd6\x32\xe2\xe2\xe9\x0f\xd7\x5e\x15\xa3\xd7\xeb\xb9\x55\x8c\x9a\xaf\xef\x7e\x30\x5a\xbf\x7d\xf7\xc3\x53\xa3\x0e\xf4\x96\x71\x3b\x7c\x3f\x33\x96\x35\xfa\xc3\xda\x4e\x87\xcb\xf6\xec\xb2\xfb\x0f\x68\xf7\xe9\x16\x65\x03\x8a\xbe\xa0\xee\xec\x13\x74\x1e\x0f\x77\x48\xb0\xae\xc1\x1f\xc0\x84\x6e\x0c\xc6\xbe\xca\x04\x7c\x49\x25\x06\xc3\x67\xe8\x23\x71\x23\x44\xfd\x34\x9f\x7c\x46\x4a\x16\xab\xd7\xfc\x0d\xf8\xaf\xf8\xdc\x75\x28\x23\x08\x7a\x54\xd8\xfb\xc9\x3c\xc0\x26\x67\x22\xeb\x66\x62\x87\x19\x69\xdb\x35\x9b\xcd\x79\x41\x8b\x15\x68\x9d\xe8\x04\x99\x7f\xbe\x28\xc0\x72\xce\xf3\x12\xf8\x42\x64\x39\xf1\x6f\x55\x53\x59\xe0\x31\x93\x8e\x52\x42\x89\x92\x33\x9e\xd8\x6c\x3d\xeb\x96\xd3\x74\x5c\xfd\xc8\x56\x38\x00\xf1\xf9\xc3\x11\xf9\xc2\x7c\x9f\xb1\x8a\xfe\xc8\x56\xe2\x26\x77\x53\x57\xe8\x1c\x59\x5d\x9a\x55\xe7\xe5\x25\xab\x28\xf9\xfc\x73\xc2\xc4\x9f\xa2\x3d\xa7\xc1\xe7\xa6\xc1\xb8\x2a\x32\xbf\xbf\xfe\x97\x7a\xce\x57\xa7\x57\xad\x62\x92\xe6\x09\x6d\x1f\x90\x9f\x99\x93\x67\x4f\x29\x53\x95\x32\x09\xd4\xa9\x7b\xbc\x10\xff\xfe\x52\xf0\x9c\xec\xbe\x62\xa8\x54\x51\x8a\x43\xc8\x4d\x24\x1e\x14\xc0\x5e\x03\x2d\x31\x5f\x4c\xa6\x1d\xe9\xd0\x30\xc7\x0c\xaa\x14\xa3\x0e\x7f\x5d\x94\x15\xa1\x24\x4b\xab\x2a\x63\x1d\x72\x4e\x96\xb4\xcc\x23\xa9\x84\x54\x19\xfe\x26\xac\x22\x77\x29\x98\x9c\x66\x34\xd6\xe6\x0b\xe9\x98\x8b\xdc\x60\x89\x26\xcd\x52\xad\xfa\x3d\x39\x92\x26\xbb\xee\xb8\xe0\x33\xf1\xf0\x0f\x78\xc2\x5a\x12\x46\x38\xa3\xb3\x79\x8b\xe9\x95\x45\xb7\x06\xb2\x43\x9e\xee\x77\xe0\xff\xef\x3f\x7b\xd6\xd6\x08\x5c\xab\x07\xb5\x75\xcd\x97\xf5\x86\x1e\x11\x65\xc0\x11\x25\x57\x73\x83\x6a\x44\x4b\x46\x22\x48\xec\x1d\x1d\x48\x09\x03\xc8\x49\x82\xe7\xb3\xcc\x93\x54\xa4\x6e\xae\x2f\x96\x63\x9f\xcc\xb3\x05\x88\x71\x34\x49\x52\x29\xbc\x7e\xf9\x85\xc2\x0b\x18\x41\xa4\x68\x8b\x75\x13\x96\x55\xf4\xdf\xc9\x13\xb2\xdb\x6f\x93\x6f\x49\x4f\x48\xd6\x3d\x72\x40\xfa\x6d\xb2\x43\xbe\xfe\x52\x7b\x4d\x0a\xc2\x98\xf1\xe4\x50\x4b\x3a\x48\xe3\xe2\x8a\x79\x7b\xdf\x1f\xbd\xb9\x8c\xc8\x4e\x70\x25\x46\xa2\xa1\x7b\xb2\x43\x56\x87\x8f\xcc\x24\x7e\x54\x69\x48\x0d\x4c\x44\xc1\x67\x32\xa1\x39\x42\x53\xc3\xff\x18\x64\x47\x62\x79\x65\xe1\xc3\xc8\x11\x15\x8c\xde\xca\x26\x71\xa5\xe0\x78\x27\x7c\x99\xdb\xab\x75\x02\x6b\x82\x06\x26\x9d\x25\x4b\x2f\x95\x94\x94\x60\xa9\x9e\xee\xab\x4e\xc1\xe7\x98\x1c\x91\x4b\x5a\x4d\xbb\xb3\x34\x6f\xb1\x2e\x96\xef\x90\xfd\x36\x6c\xa0\x3d\x95\xe3\x3c\x21\xb3\xf4\x5e\x31\x9e\x33\xeb\xb4\x97\xdd\xda\xf2\xfd\xae\xf5\x5b\x3b\xf3\xc5\xbc\x4e\x25\x8b\x39\x68\x45\x73\xae\x90\x93\xe4\xad\x8a\x80\x83\x72\x11\x96\xb4\x24\x05\xcb\x18\x2d\xa5\x03\x45\x70\x7c\x6f\xef\xf7\x9f\x46\x5b\x0e\x65\xc6\xef\x98\x1e\xcc\x03\xae\xdf\xeb\xe3\xef\xf1\xd6\xc2\x91\x95\xb6\xbf\xf2\xde\x1e\x19\x56\x34\x4f\x68\x91\xa8\x81\x8f\x52\x89\x50\xc1\xc8\x2f\xe2\x15\x20\xf0\x2c\xc4\x5c\x7a\xaf\x14\xd0\x95\x4c\x08\x9d\x16\x65\x65\xb7\x25\x9b\x00\x73\x8a\x44\x76\x4c\xc7\xe8\x3f\xf7\x39\x3a\xc2\x02\xc9\xc0\x77\x96\x74\xe4\x4f\x69\x29\xed\xd9\x89\xe5\x89\x2c\x93\x18\xa4\x95\x63\x64\xb2\xfa\x25\xd5\xb4\x60\x4c\x76\x29\x46\x7c\x3e\x26\xb9\x90\x6d\xf0\x7e\x9a\x89\x9e\xec\xd6\x74\xa7\xd5\x94\xe5\x72\x6a\xe3\x8c\x4e\xc0\x06\x0c\xee\x62\x72\xbb\xba\x84\xfc\x0c\xb9\x53\x13\xae\xe3\x82\xbb\xba\x25\x41\xc2\x16\xa9\xa2\xb3\x60\x91\xf2\x22\xad\x56\x60\xda\xd2\x78\x1e\xd0\xc5\x01\xcc\xbe\x43\x66\x69\x92\x88\x0b\xb7\x90\x29\xb9\x88\xd9\x46\xbd\x31\xe4\x73\xd2\xbb\xef\xdb\xdb\x03\xad\xcb\xcd\x85\x55\xc4\x92\x5d\xab\xc0\x88\xec\x68\xcf\x6a\xe2\x7a\xc1\xbb\x0d\x7f\xd1\xd4\x30\x0e\xad\xa9\xe9\xfe\x16\x4d\xef\x37\x35\x8d\xfb\xdb\xd0\xf2\x7e\xad\xe5\x5a\x23\xb0\x1f\x64\x9a\x4e\xc4\xbb\xa3\x76\xda\x6f\xe7\xa9\xd5\x8e\xb3\x2d\xc7\x49\x42\x9e\xee\x8b\xd7\x4b\x21\x9c\x49\x86\x69\xc6\xa5\xfc\xef\x34\xe3\x6d\xea\x36\x37\x50\xe0\x0e\xfa\x7d\xb7\x90\x9e\x40\xfd\x0e\x88\xb3\x34\xbe\x95\xe7\x1f\x7f\x49\x46\x99\xfd\xa3\x5b\x49\x2a\xc1\xd4\x27\x95\x08\x90\x15\x05\x2f\x5a\x91\x34\x51\xda\x0c\x24\x66\x01\xc4\xc7\xb2\x43\x98\xff\x24\x58\xfe\xf9\x6a\x82\x96\x3a\x54\x73\x4c\x29\xb7\x12\x48\x9a\x92\x6e\xb6\x09\xe5\x6b\x6c\x0c\xa2\x7c\xec\x38\x67\x4b\xbb\xb7\x52\xdd\x14\xac\x04\x95\xb8\x4c\x08\x6b\x7c\x8a\x1f\xd9\x59\xfc\x5d\x54\xf9\x1b\x5b\x1f\x84\xf9\x1c\xd1\x43\x31\x94\xcf\x51\xfa\x4f\x99\x94\x8e\x5e\x3e\xc7\x20\x93\xac\x5d\xa6\x6d\xee\xd8\x55\xb9\x5b\x2e\xb9\xc6\x04\x22\x8d\x0b\x31\x50\xc0\x62\x2c\xb9\x15\x99\x03\xf1\x71\xad\x9e\xd1\x49\xb4\xda\xb6\x0e\xd6\x36\x55\xd8\xe5\xc5\xef\x26\xd2\x06\x15\xf7\xb5\x42\xa0\x99\x50\x65\xd0\x30\x50\x2b\x33\x5a\x8c\x25\x2d\x05\xfb\xe8\xc6\x34\xcb\x60\x32\x9d\x5a\x81\xb6\xac\xa8\x5f\x29\xbf\xb2\x78\xaa\xe0\xbf\x0a\xd8\xc6\x1b\x9c\xf8\x2e\xfe\x63\x05\xe1\x87\xc6\x27\x8a\xe9\x15\x27\x26\xb5\xdc\x2b\xb4\x13\x25\x69\x82\x48\xf8\x99\xf2\xec\x05\x41\xe1\x71\x64\x23\xd5\x58\x84\x89\x2e\xa9\x86\x2a\xff\x20\x42\x91\x9e\xb1\xa1\xb8\x2c\xbd\x40\x01\xe7\x3c\xed\x9d\x17\xc0\xc1\x65\x76\x7e\x33\x17\x58\xb2\x2a\x9c\xc3\x06\xed\x59\x19\xf0\xd4\xd4\x4a\xf4\xd1\xb0\xa5\x46\x21\x80\x1c\x90\x69\x55\xcd\xcb\x83\xbd\x3d\x96\x77\x97\xe9\x6d\x3a\x67\x49\x4a\xbb\xbc\x98\xec\x89\xbf\xf6\xb0\x95\xa6\x99\x9a\xbc\x6b\xc1\xd9\x5a\xa1\x96\x6e\x86\x36\xf7\x7e\xd0\xdb\x80\x8e\xc5\x76\x0c\x24\x76\xbf\x61\xa5\x37\xf5\x5f\xf3\x4c\x56\xa7\xb1\x36\x92\x21\x53\xea\xc3\x46\x77\x98\xa0\x95\x4b\x97\xf7\xf3\x75\xeb\x0f\x90\x8e\xb7\x6a\x9c\x48\xc9\x2a\xcb\x4b\xd3\xc8\xde\xf2\x37\x9c\x8e\x16\x70\x9c\x5f\x1b\xaf\xfe\x25\x2d\xf2\x56\x74\x9e\x43\xae\x13\xcb\xd4\xf6\x99\x9a\x8d\xa6\xea\xcf\xe4\x5b\xa0\xda\x3d\x34\x1c\xf0\x0b\x9a\x65\xc4\xa4\x60\xd3\x6f\x51\x5a\xf2\xdd\xfd\xde\xfe\xbe\x7e\x8b\x36\xbb\xec\x04\x4b\xd5\xdc\x76\xbc\x47\x48\xf5\x07\x27\x63\x17\x7d\x85\x36\xf7\x69\xc7\xc8\xad\xe9\xd2\x2e\x16\xee\xf1\x0f\xeb\x2a\x3c\x3b\x93\xa5\xb6\xc9\xb5\xc7\xd1\x89\x8f\x0b\x56\x4e\x31\x74\x07\xfd\x1d\x04\x8b\xa3\x53\x8f\x1b\xc7\x2a\x0c\x1c\x68\x24\xb6\x50\x5f\x75\x0d\x1e\x62\xde\x61\x64\x01\x3a\xfd\x3f\x07\x0d\x40\x47\xba\xaa\x96\x0b\x60\xf9\xd0\x01\xce\x8f\x74\x12\xf7\xcd\x12\x98\xea\x9c\xdd\x81\x4f\xe6\xde\x1e\x29\x41\x53\xc5\x4b\x46\x76\x77\xd1\x95\xb3\x9a\x82\x77\xee\x54\xc1\xcc\x8a\x4e\x1e\x2b\xf0\xed\xb8\x4f\x8e\xc8\x15\x3e\xf2\x82\x09\x6b\x19\x35\xdb\xa0\xaf\x8c\x85\xdd\x71\x2a\x2e\xfb\x56\x8b\xb5\xc9\xd1\xb7\x12\xec\xaa\xbe\x4f\x1f\x3e\x10\x06\x77\xae\xe0\xc3\x8e\xab\x56\x9b\x7c\x43\x7a\xf7\xcf\xb5\xcd\xb1\x3b\xa3\x73\xd5\x46\xf4\xf6\xed\xbd\x38\x0e\xa8\x7d\xf8\x6d\x4e\x93\x96\x5b\xb7\x5b\x71\xc9\xef\xf4\xbf\x6c\x0b\x69\x56\xb7\x82\xd0\xbf\x96\xf6\xd1\x73\xe6\x62\x4b\x72\xcd\x26\x67\xf7\xf3\xd6\xdf\xde\xfc\xeb\x3f\xe2\xb8\xff\xf1\xdd\xdf\xbc\x54\x15\xbe\x13\x4c\xcd\x89\x06\xfc\x7a\x80\xc5\x01\x1f\xb3\xca\x04\x6e\x2b\x2f\x33\x14\x97\xfa\x75\x2f\x36\xb4\xed\xb4\x06\xbd\xbd\x41\xdf\x0b\x1f\x07\xc5\xc1\x9b\xc1\xcd\xf5\xc5\x3b\xed\xd7\x6a\x32\x08\xc4\x1c\x62\xee\xa4\xb7\xb7\x72\xe9\x56\x8c\x16\x58\x9b\x8a\x14\x3c\x90\xbd\x0c\xa3\x52\xfa\x52\x10\x4c\xee\x40\x34\x9f\x96\x96\x73\x90\xa1\x7c\x9b\x8d\x65\x5e\x73\xfc\xec\x2c\x5a\x35\x0c\x82\x65\xdb\x66\xd9\x58\x67\x9b\xb6\xe1\x24\x61\x90\xb6\x6d\x1b\x60\x02\x44\xf1\x00\xc9\x7c\xfe\x39\x34\xf4\x06\x3e\x7f\x7f\xf1\xae\xfb\xfd\x85\xda\x67\x34\x9e\xfb\x5f\xcd\xd3\x4c\xe0\x9b\x61\x92\x4d\xbf\x70\xe8\xb5\xc3\x1e\xa3\x45\x3c\x75\x9c\x03\xed\x18\xf8\x91\xb8\xed\x20\xea\x51\x6f\x84\x52\xbe\x21\x07\x37\xb7\x4c\x5a\x9e\x01\xb6\xa5\x75\x6b\xb9\x04\x27\xc0\xe8\x0b\xb0\xbe\x41\xb7\x2d\x9f\x3e\x0d\xd4\x94\x53\xe5\x88\xf4\xd4\x6a\x01\x94\x62\x04\x3e\x80\x8b\xd9\x28\x63\x89\x92\xe7\xc5\x4b\x1d\xf0\x79\xef\x1a\x66\x52\x6d\x71\x2b\x1a\x0c\xfa\x51\x87\x58\x56\xc0\x5e\x87\xf4\xdb\x1d\x6b\x32\xf2\xf9\xb1\x66\x27\xed\x9b\xad\x7e\xfb\xd0\xd1\x29\x5b\x32\x8a\x37\xe6\xdd\xbe\x35\xe8\x1b\x74\x18\x2f\x18\xc9\x79\x20\xa6\x48\xa7\x4f\xc3\x63\x84\xa3\xc6\x2d\x13\xbc\x66\x6d\x34\xc0\xd8\xb7\xc2\x43\xd1\xd5\xac\xd9\x59\x43\x6b\x9b\x9b\x61\xcd\x8a\x58\x15\x82\x6b\x13\x58\x19\x7b\xfa\x3b\xbe\x31\x15\x63\x1b\xa9\x0e\x3b\xd5\x41\x0e\xe7\xe2\xef\x64\x11\xb3\x02\xcf\x33\xcd\x13\x7d\x18\x49\x5a\xd9\xbc\xe2\x9b\xc1\xf0\xfc\x1d\x46\xb1\xf1\x19\xf8\x97\x8e\x17\x19\x49\xf3\x31\x2f\x66\xa8\x10\xa3\x23\xbe\x50\x41\x76\xb1\xd4\x14\xaf\x39\xcc\x83\xe1\xf9\xc6\x83\x0c\x78\x6b\x1e\x95\x0b\x61\xda\x50\xb7\x74\x88\xb3\x57\xa4\x98\x94\x06\xb7\x7d\x4a\xbe\x3d\x22\xd1\xff\x89\xc4\x69\x8e\xc1\x50\x1b\xfd\x67\xe4\x90\x06\xba\xc3\xe2\xb5\x29\x1e\xd5\x0d\xd4\x3b\x3c\x8f\x3a\x0d\xc1\x8b\x3b\x4d\x21\x83\x3b\x24\x9e\xda\xa1\xd5\xea\x7f\xeb\x48\x3e\xec\x5d\xf7\xc8\x51\xca\xc4\x00\xc1\x1c\x1d\xda\x13\x7a\x25\x18\x53\x08\x6a\x4e\x58\x96\xce\x52\x3d\x11\x83\xc4\xef\x8f\xcf\xc1\xd0\x0d\xd4\xb7\x02\x25\x6b\xe1\x98\xa0\x38\xa4\x10\x34\x45\xe6\x34\x49\xb2\x34\x8f\x94\xb2\x64\x9b\xd9\x04\x61\x16\x1e\x5b\x0e\x5b\x9e\xf2\xf2\x66\xca\x56\x84\xcf\xd2\x0a\xde\x1a\xfd\xd6\x01\x3b\xee\x64\x92\x29\x17\xf3\x79\xb6\x42\x22\x96\xff\x83\x56\x31\x9b\x40\xd4\xae\x29\x60\x02\x5f\x3f\xd6\xd7\x5b\x50\x53\xcf\xa6\xa6\xaf\xed\xc5\x7f\x09\xc8\xcb\xab\xca\x64\x6f\x95\xce\xa7\x73\xb5\xaa\xdd\x47\x0f\xd9\x8c\x97\x32\x2e\x55\x57\xff\xd3\xb6\xe2\x81\x3b\x61\xbc\xe1\xe2\xa9\x5e\x49\x5f\xa7\xa7\xfc\xca\xb4\xef\xdd\x2e\xe9\xbf\x03\x8f\xa7\xa9\x8b\x5f\xd1\xb0\xce\xc4\x5e\xe7\xef\xd4\x1f\x8f\x8f\x48\x74\x60\x2f\xba\x36\x0c\x7a\x27\xb7\x79\xfc\x0d\xc7\xd7\x0c\xcc\x9b\x4a\xd3\xb1\xb6\x2a\x78\x33\xf0\xdf\xd6\x6e\xc5\xca\xaa\x15\x4f\xdb\xd6\xb8\x07\x0f\x78\x2e\xe3\xa9\xf7\x08\xf8\x70\x44\x7b\x7b\xe4\x75\xae\xe3\x06\x1d\x3f\x1e\x13\xbe\x3d\xa2\x69\x46\xf8\x42\x1e\x89\x2d\x68\x02\x9f\xb4\xf0\x3b\x6c\x4b\xcd\xb7\xe9\x1c\xe3\xe5\x2d\x66\x74\x91\x57\x69\x66\xf8\x9a\xa6\xe8\xbe\xb3\xe1\x80\xa8\xa0\xbe\x27\xe4\x84\x65\x99\x1b\xd7\x67\xab\xf7\x0c\x64\x10\x8d\xe3\xc5\x6c\x91\xd1\xca\x8a\xc2\x30\xd7\xff\x9b\xde\xbb\x2e\x21\x97\xf4\x96\x91\x72\x51\x30\x19\x97\x8d\xa2\x3d\x60\xc7\x69\xdf\xd1\x16\x84\xaa\xf8\x2b\xa1\x7d\x4b\xdb\x8a\xe3\xd5\xd0\x59\xc6\x59\x5e\x8e\xeb\xdf\xf9\x02\x02\x59\x12\x56\x61\x14\x29\x45\xbe\x1d\x35\x18\x80\x23\x01\xee\x45\xa3\x15\x89\xa7\x0c\x2c\xf3\x26\x39\xa9\xf6\xd5\xd2\x1c\xea\x94\x96\x52\x7c\x43\xac\x79\x3f\xd9\x5e\x58\x24\x00\x39\xcd\x8a\x3f\x9c\x21\x97\x4e\x73\x52\x0f\x6c\xb4\xd5\xae\x4b\x21\xb1\x49\x54\xfb\x47\x32\x86\xd5\x89\xfd\xb4\xa3\x6f\x47\x8c\x14\x6c\x17\x06\x90\x98\xc8\xea\x35\x0e\xfb\x61\xf4\x48\x1d\x44\xa9\x57\xa9\x24\x3c\x9f\x70\xd0\xb6\x14\x7a\xc1\xd0\xbe\xa3\x93\x14\x47\x77\x06\x40\xea\x3e\x66\x2c\x91\xd7\xff\x8c\xde\x13\x2f\xc6\x73\x93\x0c\x51\xa5\x19\x2e\x89\xa1\xc5\x8d\x8c\xc8\x03\xf9\x6d\x8b\xca\x1d\x96\x7b\xaf\xf5\xf6\xbe\x3f\x7a\xfb\xf6\x83\xa0\xed\xf6\xde\xb6\x5c\x4c\xe8\x16\x33\x37\x70\x24\xb5\x9b\xf0\x4b\xff\x9d\x14\x33\x4f\x29\x26\x7d\xf6\x58\x64\x7b\x64\x1e\x97\xfc\x92\xeb\x10\x70\x5e\x80\x65\xab\x23\x03\xde\x3d\x38\x01\xf4\x4a\x94\xbc\xb2\x33\x98\x1d\x98\xad\x7c\xd8\x61\x62\x23\x5e\x54\xd7\x8c\x96\x3c\xb7\x34\xc4\xea\x8c\xca\x67\xe1\xdb\x86\x18\x5c\x25\x6d\x59\x8d\x88\xe9\x56\x9c\x93\x8c\xe7\x13\xd4\x59\xb9\x6d\x05\x3a\x01\x58\xbe\xab\x71\x0b\x4c\x33\x51\x5b\xbc\x1f\xbb\xfd\x86\xa6\xd9\x6c\xc4\x12\x41\x5a\xa8\xce\x70\x7b\xf0\x1a\xb2\xba\x32\xeb\x4d\x76\xf5\x36\x7c\x1b\x00\x57\x68\x9a\x51\x3a\x63\x82\x77\x66\xf7\xf3\xb4\x60\x09\x76\x1b\x6a\xd4\x9e\x9e\x69\xc2\x3c\x6c\x4a\xf3\x97\xf1\x49\x2b\x5a\x43\xee\x07\x38\x82\x54\x2f\xa2\x69\x2c\xc4\xa7\xca\x15\xd0\x3c\x53\x4d\x16\xf2\x0b\xb8\x38\xc4\x16\x9b\x15\x78\x4b\x8c\x1b\xa5\x23\x51\xd5\x73\x38\x79\x54\xb3\xe3\x9f\xb4\x46\x32\xb2\xa5\x57\x09\xfd\x61\xa1\x62\xc0\x93\x65\x9e\xc8\x05\x04\x63\x23\x7a\x43\x35\x4d\xf3\x5b\xcc\xfa\xa0\x88\x2e\xfc\x74\xb6\xf4\x01\x20\x46\x62\xf4\x17\x01\x26\xe2\x9e\x14\x4f\x48\x34\x93\x41\xea\xda\xe2\x85\x6e\x10\x05\xad\x65\xd9\x09\x6c\x28\x21\xa4\xe5\xc9\x9b\xa6\x86\x10\x39\x41\xae\x00\x3a\x27\xdf\x91\x7d\x70\x64\x71\x8c\x0e\xb5\x5c\xb1\xa7\x4a\x6a\x94\xef\x95\x7e\xd0\x64\x92\xf8\x3c\xc9\x58\xa9\x01\x90\x07\x83\x3e\x04\xf4\x83\x0f\xef\x60\x78\x2e\xfe\xf3\xd3\xcd\xb3\x7d\x05\x14\xd0\xa0\xec\x57\x7d\xd8\x08\x45\x60\xbc\x8c\x41\x2d\x19\xba\xb8\xb1\x67\x71\x0d\xab\x06\xdf\x88\x2a\xef\xde\x88\x2a\x3a\xda\xe1\xb1\x2c\x66\xab\x85\x80\x98\x6a\x11\xf6\xed\xa0\x8e\x5d\x59\x57\x21\x3f\xd9\x6a\xce\xc8\x0e\x89\x60\x50\x78\xbc\xfe\x32\xbc\x7a\xd9\xc5\x0b\x33\x1d\xaf\x5a\xe2\x43\xbb\x59\x93\xa1\x87\x6c\xc6\xdc\x45\x77\x89\x4f\x1d\xde\x39\x3a\x5b\xfc\x31\xc3\xab\x24\xe6\x32\x70\xa6\xc0\x93\xf3\x84\x91\x6f\x05\xb9\x7c\x35\x8e\x4c\xc2\x81\x1a\xf6\x87\x75\x0e\xcf\xc5\x91\xba\x4d\x25\x2c\x0d\x99\x4a\x46\x67\x0e\xfa\x83\xb4\x94\x8f\xcf\x68\x51\x75\xbb\x5d\x59\x47\x57\x55\x2a\x69\x45\x0d\x60\xdc\x92\xa3\x41\x3a\x40\x37\x92\xa8\x24\x13\x5e\x05\xd0\x5f\x3a\xaa\x29\x3c\xeb\x11\xa8\x85\x2a\x74\x38\x91\xe8\xfa\xb8\x05\x1a\x89\x25\x61\xe5\x77\x84\xfc\x65\x51\x56\x0a\xd4\x42\x89\x95\x66\x5c\xa0\x48\x90\x5e\x56\xe0\x30\xc6\x8a\x82\xe6\x15\x69\x01\x7c\x46\xf4\xf6\xfe\xeb\x5e\xd4\xee\x90\x16\x00\x69\x88\x3f\x13\xf8\xf3\xd5\x25\xfe\xc5\x34\xae\x85\x68\xac\x75\xfc\x4a\x96\x1a\x47\x6d\x54\xcd\x66\x1c\x79\xc7\x85\xe7\xf0\x25\x5e\x66\xa5\xfb\x4d\xab\x52\x63\x87\xe8\xa6\x0c\x86\x86\xe8\xa1\xc6\x5c\x87\x89\x45\xb4\x58\xc7\xa1\x39\x20\xbd\xfb\x28\x74\xa1\xc0\xb1\xb5\x34\xe4\x3d\x57\x45\x1e\x26\x26\x49\xe7\x5d\x2a\x04\x75\x69\x57\x7e\x63\xce\x30\x9e\xea\x77\x75\xfb\x9c\x71\xf9\xc1\x2c\x3e\x32\x58\xcb\x76\x92\x4d\x18\x7a\x35\x29\xf6\x38\xbf\xe3\xb7\x32\xe7\x87\xf2\xd5\xa8\x38\x19\x5e\xee\x5d\x5f\xaa\x32\x96\xf4\x24\xe8\x67\xe1\xc0\x6a\x80\xed\x0c\xbd\xdf\xca\x34\x63\xb9\x41\xe4\x68\xd6\x58\x0b\x39\xe2\xe5\xf0\xfc\xd2\xb3\x04\xc7\x0a\xae\xb6\xb2\xfc\x6a\x63\x99\xe3\xec\x8b\x36\xf9\x07\x52\x39\xa4\xdb\x23\x50\xb9\x75\x7e\x7d\x19\xf2\xbc\x28\x59\x85\xc5\x2e\xd1\x94\xa9\xd4\x48\xb6\x20\x2d\xdb\xdd\xef\xa9\x86\x8f\x17\x15\x9f\x01\xf6\xec\x4b\xb6\x84\x34\x5f\xad\x8b\x97\x4d\xcd\x8b\xc2\x03\x5a\x14\x29\x9d\x30\x0c\xc8\x08\x77\xd3\x70\x17\x29\x07\x4c\xef\xaa\xb4\x17\x16\x36\xf0\x52\xdf\x44\x70\xf5\xd4\xc1\x72\xc5\xa6\x17\x52\x84\xb3\x76\xdf\x47\xdb\xd9\xb4\xdf\x18\xb6\xbd\x77\x7a\x36\xb8\x1e\xde\xac\xdb\xb7\xd3\xb3\xc1\xc6\x6d\x53\xb6\x58\x1d\x13\x87\x25\xfa\xbd\xb6\xe3\x78\xda\x3f\x40\x14\xad\xb3\xc1\xe0\xc7\x4b\x47\x9d\x50\x77\x39\x9e\xcf\x33\xe9\x5c\x38\x50\xa1\x1b\xd0\x61\xa3\x9b\xe0\x53\xd3\xf8\xd5\xc5\xa5\xa5\xb6\xc1\xb0\xbe\x06\x38\x31\x5b\x8f\x53\xdb\x72\x44\x4f\x45\xc3\xe2\x77\xa4\xff\x54\xbc\xfd\xcf\x7b\x6d\xcb\xdb\xc9\xad\x12\x67\x8c\x16\x3f\xf0\x19\x6b\x59\x68\xa5\xb5\x56\x7f\xba\x19\x82\x4b\xea\x35\x9b\x00\x64\xf3\x22\xcb\x3a\x2a\x73\x36\x56\xf9\xd8\x34\xc7\x67\x7a\x8e\xc3\xc1\xcb\xf0\x0a\x96\xac\xba\x66\x90\x4f\xea\xa7\x34\x61\xdc\xa2\xd1\x60\x8b\x5f\xea\x16\xaf\x1a\xdb\xbb\x2a\xd2\x49\x9a\x7b\x07\x2b\xd8\xda\x57\xba\xb5\xe3\x9f\x1b\x9b\xfb\xb9\xa0\x73\xf4\xc7\xde\xd4\x5c\x7f\xff\x40\x39\x69\x16\x15\x62\x4d\xd9\x60\x97\xee\x0e\x5b\x60\x52\xed\xe6\xc5\x47\x62\x3a\x11\x4d\x6d\xea\x7d\xdf\xac\xf6\xcd\xe0\xac\x71\x3a\xd8\xe2\x4f\x88\x79\xb2\xa9\xcd\xa7\x3d\x39\xa3\x29\x5f\x4a\xcf\xe4\x11\x2d\x9a\x9a\x1e\xaa\x02\x5b\xb6\xfe\x85\x6c\xfd\x18\x70\xc3\x9e\xf7\xc8\x2e\x10\x6d\x4b\x9e\x89\x36\x5c\x2e\xc1\xce\xd6\xa0\xed\xad\x3f\x75\x5f\xc8\x45\x92\x34\xb7\xbb\xd4\x9b\xdb\xdc\x99\x21\xd1\xed\x49\xe1\x4b\x49\x5a\x27\x34\xbe\xa5\x45\xc1\x97\x18\xf9\xc0\xf2\xa4\x04\x85\x0d\x66\x5e\x17\x33\x3d\xf9\xf1\xb2\xbd\xfe\x6e\xd1\xe5\x87\xa2\xfa\x89\xae\xbd\x69\xae\xfd\x5e\xaf\x77\x60\x3b\x78\x72\xe5\x42\x08\x8e\x88\x1a\x47\xc3\xf4\xed\x86\xb9\xb4\x2c\x5e\x41\x5d\x2a\x75\x8f\x65\x84\xd8\x38\x58\x17\x4a\x72\x18\x5e\xd6\x55\x1e\x83\x8b\x36\x64\x70\x59\xe3\xd5\xde\xef\xf5\xf6\xd7\xce\x03\x2c\x5f\x05\x9d\x94\xbf\x77\x2e\xe0\x7d\xfd\xe7\x4e\xa5\xaf\x4e\x14\x9c\x15\x50\xcd\xf1\xaa\xe2\x33\x70\x97\xac\x56\x84\x2f\xaa\xf9\xa2\x0a\xf7\x02\x55\xae\xf2\x2b\x28\xb2\xc5\xf6\xf7\xfb\xcd\x7d\x09\x72\x04\x27\xeb\xb5\x5d\xfd\xc8\x56\x65\x55\xf0\xdb\x6d\x88\xed\xa9\xbc\x9b\x05\x95\x02\xe0\x1b\xf8\xb6\x40\x18\x8e\xb4\x72\x08\x19\xf2\x96\xad\xd6\x53\xfb\x8c\x55\x14\x08\xfd\x0c\xbd\x52\xb6\xe8\xf8\xeb\x50\xc7\xc7\x59\x15\xee\x17\x23\xe4\x35\x2f\x60\x7e\x7c\xdc\x30\x22\x21\x18\xa4\x7c\x51\x1e\x67\x15\x0c\xec\xe7\x29\xad\xde\xbb\x4e\xd4\x0f\xa9\xa9\xb1\xb9\x36\x54\xa6\x56\xa5\xc3\xcd\x7d\xd9\xc5\x41\x1d\x06\xcb\x17\xd9\xee\xd6\xf2\xbf\x1e\xef\xf7\x09\x13\xde\x6a\x08\x8f\xb6\x98\x63\xb0\xa7\x26\x5e\x64\xd3\xb2\x6a\x10\x0c\xb2\x8e\x27\xf9\x42\xde\xcc\xaf\x4b\x26\x68\x84\x15\x10\x8d\x35\x8c\x0b\xc6\x72\x72\x02\x3e\xc8\x36\x71\x7d\xf1\xd5\x41\xd3\xa3\xa0\x6b\x6f\xc3\x6a\xf4\x7b\x5f\x3c\x3f\xd0\x48\x4f\x0a\x8f\x92\x96\x0e\xce\x93\xee\xc6\x8a\x52\xd4\x01\xc5\x4e\x5b\x92\xe4\xc5\xf8\xc8\x0e\x34\x2e\x38\x70\xc1\xcf\x75\xd7\x91\x79\x63\xe3\xe1\x15\xdf\x30\xc9\x20\x3f\x69\x5a\xab\xd9\x14\x3f\xa5\x71\x7b\xb0\x32\x7a\xb7\x55\xb7\xff\xd6\x99\xa1\x5e\xef\x0b\xf9\x02\x17\x34\xbe\x65\x42\x5e\x99\xd3\x52\x0a\x1b\xdd\xa6\x2d\xd5\x85\x5f\x89\xb2\x6b\xf6\xd4\xf3\xda\xdc\xac\xd4\x59\x2f\x4a\xd9\xd2\x50\x40\xa2\x22\xae\xdb\xa1\x25\x5e\x69\x84\x9c\x72\x4a\x0b\x44\x81\x0c\xf8\xc8\x88\x07\xb2\xe6\xe4\x87\x00\x8c\x98\xdb\x23\x2c\x0f\x4b\x7d\x89\xeb\x5c\xf8\xd1\xc6\x90\xcf\x32\x13\xa6\x1a\xe8\x57\x62\xb5\xa1\x34\x47\x15\x18\x82\x0d\x67\x20\xd1\xdc\xe3\x6c\x91\xc8\xa4\xba\xbe\x5b\x9b\xf8\x6d\xd0\x83\x29\x0c\xfa\xa4\x64\x90\x22\x11\x7c\x5a\xc0\xdd\x4d\x41\x70\x82\x47\x9c\x90\xf1\xc1\x93\xa5\x4b\xc8\x8d\x42\xfa\x55\x80\xbd\x4a\xf2\x1c\xf4\x25\x86\x2e\xc0\xb6\x4b\xfd\x03\x9a\xfc\x45\x23\x7a\xf6\xe2\x25\x89\xf5\x0c\x6d\x53\x26\xea\xab\x66\x39\x9b\xf1\x3c\x8d\x31\x8e\x08\x1c\xcb\x4b\xad\x41\xa5\xca\x9c\x68\x70\xab\x35\x34\x9d\x54\xa9\xe1\x0a\x0a\xc9\x97\xa0\x4e\x4d\xe1\x0d\x27\xc6\xa7\x09\xb3\x0d\x8c\x01\x77\x2c\x47\xf7\x78\x6b\xc4\x34\x5f\xc9\x49\x89\xb6\xb4\x6b\x7b\xa2\xc1\xe8\x7d\x2f\x9e\xc1\xa0\x4f\x8e\xd6\x6c\xa1\x06\x39\x46\x24\xb0\x82\xc9\x11\x1b\xa2\xd1\xb6\x54\xb0\x21\x9e\xc1\xb5\x65\xf7\x20\x16\x6d\x5d\x0f\x83\xe1\x39\x69\xad\x71\x65\x6a\xd7\xf1\xf6\x11\x6f\xd6\x0c\x61\xc4\x26\x69\x8e\xfd\x83\x01\xfa\x4d\x84\x5a\xc3\x19\x5d\x91\x8a\xde\x32\x04\xb0\xe1\xd2\x90\x6a\xa3\x82\x3b\x4b\x31\x3c\x5f\x3b\xd0\xab\xe1\x80\xb4\xae\x30\x2f\x41\x3e\x21\xe8\x5b\x48\xb4\x36\xf4\xc1\xa3\x7c\x17\x75\xc8\x98\x0b\xb1\x45\x65\x8b\xd0\x5a\x76\x19\x81\x09\x58\x20\x98\x9e\xaa\xb0\x80\xc6\x2b\x2c\x2f\xc3\x79\x87\x37\x62\x66\x27\x67\x17\xde\x74\xae\x36\xac\x3b\x28\xe8\x6b\x83\xfe\x59\x30\x4a\x69\x8e\x5f\xd1\x3d\x58\x66\x3b\x77\x73\x1b\xa4\xa5\x90\x55\xfd\xeb\x01\x6a\xb9\x9d\xbe\x5c\x64\x19\x69\xbd\x7c\x7d\xa1\x4d\xff\xc3\xf5\x2a\xb7\xc1\xa0\xff\x26\x7a\x7b\xdf\xeb\x45\xef\x48\x4d\x65\x6e\xc7\x45\xfc\x7d\x91\x16\x2b\xd2\x3a\x7b\xf9\x7f\x8d\x57\x41\x41\xf3\x72\x06\xe0\xab\xe5\x92\x15\x60\x71\x9f\xb1\xb2\xa4\x13\x66\x9f\x56\x65\xe4\xae\x97\x12\x53\x87\xd8\x7a\xf0\x4a\xc8\x11\x9a\x44\x2e\x3f\xc0\x61\x2e\x19\x84\x60\x9b\x1b\x12\x5f\x8c\xf0\x14\x9e\xad\x9f\xc2\xb5\xd8\x53\xed\x22\xd1\x6e\x68\xe4\x2b\x68\x24\x04\xc7\x60\x30\x2c\xd2\x7c\x22\xda\xf1\x1c\xcc\x8d\x5c\xd8\x3a\x19\xea\x35\xba\xe4\x77\x0e\x00\xb6\xbc\x9f\x30\x49\x42\x6e\x03\xd3\x28\x24\x96\x8e\x4a\xbb\x8c\x10\x92\x54\x3b\x5e\x40\x9d\x19\x2d\x26\x69\xde\x11\x2b\x87\x01\xb4\xf0\xda\xe6\x1c\x00\x26\x05\xa9\xc5\xa2\xa3\x86\xc9\x3d\xdf\x3c\x39\x1c\xe6\x05\x1b\x57\xbe\x9f\xca\x0f\xbc\x48\x7f\xe3\x79\x45\x33\x72\x43\x47\xa4\xf5\xc3\xcd\xa6\x49\x82\xa9\xbb\xa2\x23\x52\x56\x7c\x8e\x88\x33\xf8\x01\x1d\x5f\x71\x2a\xe2\xe9\xce\x39\x19\x2f\x0a\x84\x1f\x7e\xa2\x6b\x94\x3a\xfa\x15\x80\xb1\xd0\x27\x2c\x4b\x73\xdf\xc6\xa5\x66\xf7\xf5\xe6\xd9\x8d\x79\xb1\xa4\x45\x72\x43\x47\xc3\x8a\xcf\xbd\x0d\xbc\x48\x73\x46\x5e\x30\x96\x90\xd6\xc5\x8b\xb6\xf3\x40\x82\x2a\x38\xa6\x8b\x12\x44\x19\xd0\xfc\x8e\x45\x41\xc8\xa0\x85\x30\xfd\xb9\x95\x45\xa5\x4b\xc0\xeb\x53\xab\x8b\xe1\x64\xda\x1a\xe3\x86\x19\xd0\xad\x66\x30\x13\x63\xf4\xc6\xfe\x13\x2b\xaa\x34\x56\x5b\xf3\x93\xd9\x1a\x1d\x3d\x88\x31\xe7\x17\x2f\x1a\xba\x1e\xb9\x87\xc7\x1a\x91\xc5\xeb\xf0\x62\x26\x17\xe8\xc5\x8b\x07\xf7\x10\x6f\xd1\x83\xd2\x97\x2b\x04\xa3\xd6\xe0\xda\x25\xb2\xc0\x29\x92\x64\xc4\x5d\x9f\xc1\x35\x74\x92\x6c\x5e\x65\xad\xa6\x43\x15\x57\xab\xe7\x19\x52\xa6\xe9\xb8\x22\x57\x8b\x8a\xb4\x86\x57\xed\x0e\xa1\xb7\x94\x5c\xf0\xf8\x56\x7e\xe8\x91\xd6\xc5\xb0\xdf\x76\x15\xea\xe4\xfb\xbe\x97\x74\x23\xcd\xc9\xf7\xfe\x33\xa2\xc6\xc8\x1a\xc7\x28\x41\x56\xfa\x51\x60\x44\xe7\x39\x69\x0d\xcf\x1b\x06\xd4\xab\x0d\xa8\xf7\x80\x01\x8d\x37\x0d\xa8\xe7\x0e\x48\xbf\x0d\x57\x39\x69\xfd\x72\xf5\x52\x77\xfe\x92\x57\x6a\x93\xc4\xa3\x64\x78\x70\x7d\xe0\x1c\xc0\x8f\x73\x55\xe0\xbb\xe0\xb8\xfa\xfd\xf5\x97\xbe\x19\xc6\x78\x2c\xc6\x61\xd1\xed\x1f\x3c\x90\xa7\xeb\x07\x32\xa0\x79\xcc\x32\xd2\x1a\x1c\x9b\xa5\x38\x1f\x13\xb8\xda\x92\x05\x06\x19\x6a\x0e\xde\x78\x54\xd8\xfe\x15\x10\xf9\x3f\x9b\xb1\x24\xa5\x15\xcb\x56\x16\x7f\xf2\x48\xa6\x74\x15\xec\x29\xbb\x67\xf1\xc2\x9a\xc5\x79\x85\x50\x29\xf2\xf6\x02\x8b\x6e\x51\x70\xcb\xe1\x53\xba\xa7\xc9\x28\xe2\x26\x0e\xa1\xef\x3d\x1e\xbe\xbf\x80\xb6\x2e\xdf\x31\x02\x10\x32\x9a\xa9\xaf\x51\x7e\x07\x0b\x88\x07\x0e\xb8\x01\xf0\x7c\xe7\x2a\x71\x8f\x61\x18\x6a\x78\xe0\x5a\xca\x13\x34\x87\xa7\xc0\x49\x42\xef\x00\x10\x7d\xdc\xce\x07\xc4\x3d\xf8\x18\x81\x10\x7d\x17\x79\x07\x7e\x31\x2a\xab\xb4\x5a\x54\x8c\xb4\x86\xaf\x4f\x9a\xee\xbe\xc1\xf1\xcb\x86\xc5\xa3\xc1\xcb\x4f\xac\xa9\xc5\x63\xa1\x80\xd8\x3a\x1b\x0e\x1a\x1e\x88\xfe\x68\xfd\x1e\x98\x50\x1d\xf1\xe1\x6c\x38\xa8\x95\x08\x47\x06\x58\xf0\x73\x2d\xdb\x35\x4b\xba\xc8\xa3\xcb\x96\xe3\x9d\x64\x87\x3a\x1b\x77\xdb\xb3\xe1\xa0\xc1\xdd\x16\xdb\xb3\xba\x54\x61\xcd\x6a\xa4\xed\x06\xef\xa8\x90\x5f\xad\xef\xde\x23\x63\xbb\x55\x53\x5e\x74\x2c\x38\x90\xb6\x4e\x1b\x59\xbe\xaf\xc6\x4d\x27\x77\x8f\x3c\x27\xe1\x44\x3a\x0a\xa9\x39\x2d\x82\x09\x6d\x3a\x98\x01\xa2\xdb\xed\x5a\x51\xfc\x09\xbb\x27\xad\xf3\x97\xa7\x9a\x78\x2e\xd2\x5b\xc1\x23\x01\x5b\xd0\x41\xe1\xf3\x56\x41\xd2\xfc\xa2\xd9\xc1\xe0\x98\x9f\x7f\x21\xc6\xec\x48\x7d\x6f\xa2\xd3\xcd\xef\x9a\xe8\x2a\xc0\x3d\x80\xe7\x3d\xb0\x3f\xad\x97\x67\x17\x0d\x03\x1c\x2d\x2a\x92\x70\x56\xe6\x51\x45\x68\x92\xc0\x0b\xdb\xc0\x68\x3e\x7f\x16\x18\xde\xd9\xa7\x3d\xbb\x61\x06\xf5\x94\x2f\xf3\xf5\x0c\xea\x22\xc3\xc0\x9a\x21\xab\x04\xaf\x3a\x6c\xd8\xfd\xe7\xcf\x03\x43\xfd\x61\xab\xa1\x2a\x2e\xd2\xfd\x30\xf1\xe6\xd0\xf6\xc3\x50\xc1\x90\xa5\xe8\xe1\xfa\xdc\xe5\x6f\x16\x73\x90\x0a\x9a\xb9\x97\xe7\x49\x60\xbc\x97\x5b\x08\x2d\xd8\xef\x45\x98\x00\x86\xa8\x18\x42\x6e\x61\x9f\xb4\x86\xc3\x7d\x23\x40\x62\x8e\x0d\x3e\x26\xdf\xef\x13\x9d\xa7\x04\xd6\xd5\x8d\xbd\x33\xc9\x5a\x2c\x44\xe3\xb5\xaf\x6c\x60\x7a\x2c\x30\xbd\x97\xeb\x9f\x56\x67\xf0\x4f\xc5\xe0\x9f\x86\x06\xff\xf4\xcf\x1f\xfc\x38\x30\xf8\xab\xf5\x83\x3f\x65\x77\x69\xcc\x4c\x70\x19\xaa\x1e\x5a\xa7\x83\xa1\xf5\xc8\x48\x38\x16\x4a\x4e\x07\x43\xe3\xa9\x8d\x42\x06\x36\xb0\xab\x1a\x50\x44\x00\x7a\xed\x37\xbf\xdc\x9c\x5d\x5f\x02\x70\xdd\x43\xd9\x9d\x01\xcf\xcb\x34\x61\x85\x29\x29\xc6\x75\x7a\x36\xb8\xfe\xbf\xc3\x61\x47\xe1\x8c\x54\x2a\x9a\x99\xb1\x19\x91\x2e\x18\xa3\xac\x81\x74\xbf\xee\x05\x96\xe7\xd5\xfa\x17\xad\x31\xb8\xa0\xe6\xc0\x59\x03\xf8\x08\x3b\xef\x1e\x7a\x89\xa4\x0b\x24\x8e\x05\x2d\x12\x96\x90\xe3\x82\x51\xd2\x1a\xbe\x3a\xd6\x8b\xff\x73\x9a\x65\xc0\x57\xe9\x75\x68\x98\xdc\x97\x81\xc9\xfd\xb4\x49\xa9\x92\xd4\x3b\x3f\xfb\x94\xce\xbf\x0a\x74\xfe\xf3\x86\x53\xa3\xe6\xae\x48\x6e\x78\x35\x7c\x78\xc7\xa1\xdb\xf3\x97\xad\x8e\xab\x39\x8c\x56\x1c\x65\x6b\x38\x38\xef\x20\xbf\x7a\x7a\x36\x38\x37\x6f\xa5\x94\x07\x75\x42\xce\xf3\xd3\x2e\x21\x57\xa3\x92\xc3\xeb\x2e\x84\x62\x31\x15\x54\x47\x92\x38\x22\xad\xd3\xe3\x86\x0b\xff\x6b\x1a\x18\xf2\x7f\x6c\xbe\x40\x5d\xa8\x1e\x84\x2a\xfa\xae\x7f\xb8\x1f\x7b\xac\xe2\xba\x30\xd1\xd6\x60\x78\xee\xc4\xe4\x64\x8c\xca\xec\x96\x33\x5e\xd6\x71\x00\xe4\x11\x87\xe8\xd1\x86\xd9\x8c\x02\xb3\x79\xf3\xbb\xce\x54\x38\xbe\x4b\x45\x4a\x34\x44\x73\xa9\xcf\xeb\x0e\xe4\x60\x78\xee\x1f\xbf\x40\x54\x93\x5e\x9f\xd7\xd2\x9d\x54\x8b\x39\xe2\xf6\xdb\xbb\x1a\x0e\xf6\x5e\x5d\xee\x1d\xbf\x1a\x90\x98\xcf\x66\x34\x4f\x4a\xa9\x08\xd3\xea\x67\x85\xd9\x62\x2b\x9e\x1f\xc9\xec\x58\x70\x5b\xa9\x5c\xa0\xca\x53\x35\xad\xa4\xcf\x2c\x2d\xd1\xf5\xd5\x18\x02\x9c\xfe\xb9\xd2\x50\xf9\x1b\x04\x60\x37\x6b\x2e\x9d\x48\xa6\xa0\x6b\xd8\xc3\x38\xb0\x87\x6f\xdf\xae\x3f\x45\x01\xcd\x38\xac\x06\xf8\xc8\xb6\x4d\xaa\x5c\xb9\x44\x05\xcb\xb0\xb4\xd4\x9c\x70\x5d\x1d\x33\x01\x36\x8c\x2c\xc4\x6c\xbc\xfb\x1d\xd4\x55\x93\x51\xae\x82\x32\x8a\x71\x06\x58\xb3\xa8\x76\x3d\x27\xee\xd3\x0a\x76\xd3\xa2\xf3\x92\xfa\x51\x08\xb6\x47\xad\x36\x64\xae\x13\x52\xc4\xba\xda\xdd\xfc\xac\x9d\x9f\x13\xc1\xb2\xa9\x80\x2c\x2b\x88\x6f\xc5\xaa\x35\x7d\xe9\x26\x44\xf5\xae\x96\xcd\x68\xb1\xaa\x07\x33\xbd\xe9\xbd\xeb\x02\x50\x5e\x6b\xef\xaf\xad\xb7\xc9\x4e\xfb\xb0\xd5\x7d\xd2\xfe\xd7\x3d\x69\x9c\xc4\x00\x8f\x95\x19\x5e\xbd\x3a\x39\x12\x2d\xbf\xd9\x7f\xe7\x38\xd0\x18\xd1\xed\x0a\x44\x37\x51\xa4\xff\x2e\x00\x27\xe0\x99\x92\xc3\x20\x39\x57\xc3\x41\xd0\x27\xbe\x3e\x9a\x76\xdb\xc2\x94\x5a\x27\xce\x5d\x79\xe2\x1c\xd8\x68\xe3\x15\xb9\x94\x06\x84\xd6\xab\xcb\x87\x3f\x5a\x21\x1e\xf3\xaf\xff\x4c\x3e\xe4\xd8\x38\xaf\x92\x57\x32\x1f\x9e\x7a\x47\x5a\xc7\xaf\x06\x0f\x9f\x62\x88\x13\x7d\xff\xcf\x9c\x22\x44\xaa\xde\xef\xf7\xc8\x2e\x79\x9d\x83\x9f\x02\x64\x0f\x03\x00\x1e\x04\x45\x29\x19\xe1\xe0\x38\x4a\x2b\x96\x40\x8e\xa4\x32\x1d\x41\xc6\x54\xb4\x11\x6d\x64\xca\x0f\x30\xc6\x51\xf7\xf4\x82\xec\x2a\xfe\xff\x2b\x62\xc1\xec\xa0\xf1\xd9\x72\x6f\x2e\x49\x6b\xf8\xd5\xa0\x8f\x4f\x8f\xdd\xc2\xf7\xa6\x85\xe7\x1b\x5b\x78\x6e\xb5\xe0\xfc\xef\xe5\x09\xe0\x16\x9b\x31\xd3\xb2\x5c\xcc\x18\x81\x3e\x09\xcd\x96\x74\x55\x36\x6f\xb0\x3f\xab\x0b\x18\x53\x85\xce\xdf\x31\x47\x08\x09\x71\xc5\x65\xec\x8e\x65\xa4\xef\xcf\xe1\x72\x7d\xf9\x7d\xbf\xfc\xcb\xf5\xe5\x9f\xd6\xed\xcd\x82\xe0\xf6\x7b\x5b\x13\x97\xa4\x9e\xc6\xa2\x5b\xa9\xa8\xb6\xf3\xf9\x58\xe7\xf1\xa1\x9e\x86\x03\x98\x7a\x4f\x4c\x1d\x5c\x3e\xa6\xdb\xa2\x49\xc0\xcd\xf5\xd1\xc9\x6b\x86\x0c\xe8\xbf\x44\xae\xa1\xd7\x5f\xad\x7f\xf9\xe7\x2c\x95\x54\xe6\x3d\x8f\xda\xca\x4b\x59\x39\x5d\x1d\x67\xe9\x24\x87\xec\x33\x37\x42\xa4\x6b\x9d\x9e\x0d\x8e\x2f\x5e\x86\x9d\x62\xc7\x69\x96\xb5\xa2\x33\x1d\xc1\xf9\xf0\x65\x62\x65\x3a\x01\x76\xea\x0a\x2c\xdd\x03\x44\xdd\x92\x5c\x4c\xeb\xf4\x6a\x50\x53\xd5\xc0\xaa\xfd\xdb\x7f\xed\xaa\xa9\x27\x5a\xeb\xb4\x55\xa2\x45\x0b\x2a\x4c\xc2\x33\x01\x48\x38\x93\x41\xe9\x98\xed\x46\x30\x62\xf8\xe4\x7b\xf0\x21\x01\x78\xb3\xb6\x83\x19\x21\x77\x69\x2f\x32\x7e\x4b\xeb\xb7\x76\x4b\x78\x8a\x26\x16\xe4\x55\xc1\x63\x56\x96\x2e\x04\x5a\x21\xc8\xb7\x94\x89\xb9\x75\xb0\x46\x6c\x81\x40\x20\xc8\xdb\xff\xd1\x00\x6f\xe8\x58\xa7\x73\xc0\x9e\x0d\x2e\x8f\xc9\xd3\x67\x5d\xcf\x95\xcc\xc0\xf4\xb5\x0c\x04\x9e\xe5\x70\x66\x3b\x78\xa9\x3e\xbe\x6f\xea\x43\x01\x32\x36\xf6\x20\xe1\x20\xd7\x37\xbf\xe7\x36\x7f\x95\x0b\x5e\x71\x45\xaa\x82\xe6\x32\x31\x4a\xc5\x01\xb4\x07\xc1\xd6\x04\x17\x64\xfa\xdc\xe2\xe4\x35\x2d\xa0\x33\x41\xf4\x87\x04\xf8\xc6\x0b\x7d\x8b\x7b\xc5\x7e\x08\x14\xdb\xaf\x17\x3b\x0f\x14\x7b\xda\x75\x5c\x41\x31\x94\x17\x30\xdb\x21\x8b\x34\x16\x85\xeb\xbd\x0c\x40\x38\xaf\x59\x5c\x85\x28\xd8\x3e\x74\x4a\xbb\xeb\x4c\xea\xde\x7a\xf8\xbf\x6d\x7c\xf6\xe4\xd4\x82\xf1\xa2\xe2\xae\xfd\x37\xb2\xa7\x05\xbd\x70\x3c\xe6\xb4\x1d\x1e\x9d\xfa\xf3\x63\x03\x79\xd4\x86\xbc\xdd\x70\xd7\x0d\xf5\x01\x03\xb5\x06\x59\x0f\xfe\xde\xee\xa2\x75\xb5\x9d\xc8\xc6\x08\x7a\x6e\x0d\x2d\xdd\x22\x3e\xfc\x2d\xf2\xaa\x94\xcf\x7e\xcd\x28\xdc\xfa\xe9\xa6\xdf\xeb\xd9\xac\x51\xdb\x2a\xed\xdb\xb4\x5b\x3f\xdd\xec\xef\x3b\xa5\x9f\x58\xa5\xf7\x37\x96\xde\xb1\x4a\x3f\xdd\x58\x7a\x77\xfd\x48\x9e\xba\xe3\xee\xae\x1f\x89\x57\x7a\x6f\xfd\x48\x54\x69\x60\xdf\xb3\x2c\xe8\xb6\xc5\xe2\x29\xaf\x83\xfa\x85\x1e\xb7\x56\x80\x5d\x6f\x07\x7e\x7b\x12\xf8\x6d\x27\xf0\xdb\x6e\xe0\xb7\x6e\xe0\xb7\xbd\xa6\x47\x15\xe3\x47\xff\x4b\x18\x12\x89\x2c\x11\x10\x5d\xd7\xbd\x66\xde\xa0\xd6\x3e\x73\x90\xe6\x84\xce\xd7\x66\xb2\xd1\x7c\x9f\x18\x99\x28\xfc\xf8\xe8\x88\xe8\x5c\x86\xde\x1b\x2d\x03\x43\xa3\x56\x54\xf3\xed\x86\xa4\x3d\x33\x3a\x3f\xac\x3b\xfb\xeb\x6a\xed\x88\x7c\xf8\x40\xf4\x9f\xbb\x81\x56\xfa\x9b\x5b\x79\xe2\xb6\xd2\x0d\xb4\xb2\xbf\xb9\x95\x1d\xb7\x95\xbd\x40\x2b\x4f\xbd\x56\x1e\x91\x40\x10\x43\x63\x00\xab\x87\xab\xa1\x74\x05\xee\x81\x02\x60\x5d\xe5\x71\x4d\x76\x48\x24\x31\x75\xf5\xae\x7c\xea\x25\x78\x42\xe3\x5b\x65\x6b\x3b\x3d\x1b\x9c\x18\xf5\xeb\x4f\x37\x5f\xec\xa3\x57\xf3\x62\xde\x25\x5b\x9b\x7a\xe0\xd8\x7c\xb9\x41\xc3\x4d\xef\x18\x91\x51\xa8\x2d\x88\x2d\x08\x72\xb4\xcd\xae\x86\xa1\x00\x01\x37\x95\x28\xe4\xdb\xb2\xba\xb8\x0e\x77\xd1\xec\xf0\xd7\xe0\xd6\xff\xd1\xf1\xf6\x5a\xd2\x22\xb1\x56\xef\x85\xbd\x7a\xfb\xfd\x4f\x5d\xbd\xaf\xd7\xaf\x9e\xad\x0c\xb9\x65\xab\x39\x4d\xa0\xf3\x1f\x5f\x1d\xd7\xfc\xe6\xa0\xb9\xa3\xcd\xba\xfb\x50\x94\xf0\x8f\xd8\xf4\x51\x1d\x8d\xe3\xa5\x90\x78\x33\xb7\xef\xba\xcf\x1e\xf4\xfd\xed\xef\xec\x5b\xc2\x9b\xd8\xaf\xb6\x76\x70\xcb\xf8\x92\x15\xe8\xe2\x16\xf3\x22\xc7\x54\x42\x25\x48\x6c\xeb\xd5\x41\x8f\xac\x8c\xf9\x32\x09\x49\xcc\x27\x79\xfa\x1b\x3a\x32\xa3\xc3\xad\xc6\x3d\x9e\xce\x2f\x44\x47\xa2\x9f\x93\xc5\x64\xc0\x67\x73\x5a\x91\x82\x49\xcf\xf7\xb4\x44\x7d\xb7\xaf\x67\x82\xd9\xbf\x58\xbf\x91\x2f\x16\x59\x26\xd3\xde\xb6\xae\xcf\xc3\x52\x5d\xdc\xb8\x80\x16\x4e\xa8\x6f\xc9\x96\x1f\xac\x55\xbb\x64\x33\x5e\xac\x40\x46\xdb\x5b\xe4\xe2\x3f\x5b\x6b\xcc\x60\x18\x59\xe0\x6d\x9c\xad\x9f\x9d\xe5\x5e\xb7\x4f\x5a\x17\xc3\xfd\xb6\xeb\x5d\x07\x8e\x4f\xbe\xc1\x9c\x96\x75\x0f\x3b\xe8\x2c\xdf\xe4\x5e\xb7\xef\xba\xd7\x59\xbd\x3f\x15\xbd\x3f\x0d\xf5\xee\x5b\xbc\x1b\x7b\xe7\x9b\x7a\x7f\xda\xd8\xfb\x7e\x87\x5c\x83\x37\xaf\x18\xc4\xf5\xb6\xa3\xb8\x0e\x8d\xe2\x43\xf3\x28\xae\x1f\x30\x8a\xfd\xe0\x28\x42\x3b\x11\x1c\xc5\xc7\x4d\xa3\x68\xde\x89\xbe\x35\x8a\x7e\x70\x14\xfd\x6d\x47\xf1\x9f\x9b\x46\xe1\xf9\x7f\x62\xfc\x35\x49\x63\x9e\x23\x82\xbe\xb8\x9a\x97\x69\x9e\xf0\x25\xa9\xd2\x2a\x63\x96\x11\x0c\xee\x04\x84\xc9\x83\x51\xf9\xc5\xdc\xa8\x86\x37\xd1\x06\xd5\x5e\x00\x05\x41\xb4\x77\x23\x9a\x0b\xa9\xfe\x43\xe3\xde\x34\x84\x7d\xf7\x2c\xaa\x61\x39\x28\x17\x7b\x05\xa3\x09\x89\x79\xc6\x0b\x32\xa7\x19\xab\xaa\x60\x53\x5f\x6c\x74\x63\x3c\x2e\x26\x25\x89\xf9\x0c\xc2\x13\x20\xd5\x91\x8c\x9b\x8a\x00\xc4\xac\x7f\x58\x4c\x46\x7d\xd2\xed\x76\xc9\x21\xfc\xf0\x52\xfc\xf0\x32\xb2\x00\x90\x51\xc2\x2e\xe7\x59\xaa\xfd\xd6\x4b\x36\x4b\xc5\xd8\x72\x09\xb0\xc3\x0a\x5a\x31\x95\x1a\x40\xc2\x19\xa6\x85\xce\x0f\x17\xc6\xb4\x7b\xd3\x7b\xd7\x85\x56\x5b\xd1\xa1\xd4\xc0\x41\xd6\x12\x9a\x16\x03\xc8\xbc\x6c\x65\x99\xb6\xa1\x43\xf7\xc8\xbe\x46\xcb\x83\x05\x7a\x85\xeb\xa3\x38\xe2\x6a\x6d\x86\x52\xab\xc2\xa1\x97\x5e\xf0\xb8\x28\xe8\x4a\xa6\xd4\x7f\x44\x80\x8d\x6b\xa9\x11\xbd\xc4\xa8\x9a\x23\xd2\x3b\xb4\xff\xfe\xc6\x0c\xf7\x90\xec\xec\x98\x2f\x8e\x04\x21\xfa\x44\xc6\xc3\x9b\xd2\x1b\xab\xa9\x27\x64\x5f\xa1\xa6\xe9\x4a\x90\xc6\x1a\x8c\x5d\xb5\xb2\x64\x87\x38\x20\x70\x56\x27\xdf\x1e\x39\xeb\xa2\x20\xd5\x0c\x03\x5b\xa5\xf9\x82\xf9\x75\x65\x5f\x80\xaf\xea\x98\x06\xa3\xef\x22\x32\x63\x34\x2f\x01\x0d\x0d\xf1\xf9\x31\x13\x98\x84\xa5\xb4\x1c\xd5\x91\x60\xad\xa4\xde\xc4\x9d\x48\x96\x8e\x70\x0b\xca\x6e\x31\x19\xdd\xf0\x5f\xfa\xfd\x96\x3d\xd6\x37\x66\x1a\x06\x42\xce\x1d\xa2\xd1\x4f\x38\xfb\x86\x78\xbd\xd6\x2a\xec\x90\xe8\x10\x99\x70\x5d\xd3\x68\xcb\xf4\x1a\x58\xec\x78\xd3\x40\xef\xfb\xfd\x1b\x3e\x18\x0e\x5b\x4e\x4b\xcd\x03\x6b\x9a\x0f\x39\xb2\xba\x38\x0c\x25\x55\xc2\x89\xd8\xdb\xb5\xd1\x6b\xe3\xdd\x17\x30\x49\xb7\x05\x4c\x3d\x70\x18\xb5\xc5\x22\x20\xbc\x93\x73\x4f\xa5\x37\xac\x98\xed\x93\x49\xc1\x97\xc0\x4e\xa4\x63\xc9\xca\xf9\x1a\xfe\x2b\xc3\xe1\xae\xbb\x63\x80\x3f\x03\xc5\x71\xb2\x98\xcd\x95\xfa\xb5\x4a\x0b\x66\xa5\x9c\x01\x88\x4e\x1d\x4f\x25\xaf\x3f\xe8\x7c\xd5\xfa\x47\x34\xe2\xc9\x2a\x3a\x08\x5c\x11\x1f\x83\x57\x2c\xa8\x71\x30\x1f\xc1\x98\x17\x6c\x82\x98\x1b\xb0\xbc\xa1\x29\xf4\x37\xdc\xfa\xeb\xee\x49\x15\xc0\x35\x02\x54\xc6\xaa\xa0\x78\x9d\x41\xc2\x82\x78\x0a\x68\xfc\x32\x4a\x13\xe2\xf1\xd2\x7c\x82\x0d\x5e\x0d\x07\x8e\xe5\xe4\x01\x37\xa1\x05\xf5\x59\x4b\x9c\xaa\xef\x86\xe3\x62\xe2\xdc\x82\xbf\xf4\xfb\x0d\x74\x0b\x97\x27\x38\xa9\xb7\xda\xba\x75\x55\xa7\x01\xef\xe9\x85\x5e\xd5\x81\x28\x68\x8a\x1f\xda\x18\x8c\x06\xb6\x53\x27\x06\x68\x30\xd6\x4f\x4a\x43\x95\x78\x78\xbc\x1d\xea\x47\xef\x9a\xe0\xbf\xde\xd5\x71\xa0\xea\x64\x20\xae\xa2\x8d\x64\xd0\xff\x5f\x32\x78\x18\x19\x9c\xe8\x55\x0d\x91\xc1\x1e\xd8\xaf\xd9\x81\x04\x1d\x56\xf9\x6b\xc5\x94\xfb\xfb\x3b\x80\xd5\x9b\xc8\xc5\x91\x5e\x49\xdd\x3f\x87\x78\xf6\x37\x13\x0f\x11\xe4\x10\x48\xef\x24\x63\xb0\xca\x29\x9d\x6b\xb6\xd2\x00\xdf\xa7\x06\x45\x4f\x06\x96\xc8\x28\x10\x70\xd2\xfb\x4c\xe6\x78\x16\x75\x8f\x30\xee\xf6\xb3\x8e\xf4\x01\x90\x61\xb8\x28\x72\x22\x52\xd9\x81\x56\x53\xf7\xc8\x2e\x39\x11\x82\x1d\xfe\xd9\x27\xbb\xe4\x7c\xf7\x84\xd1\x19\xfe\xbd\x0f\x7e\x05\x09\x2b\xb2\x34\x67\x9e\x0c\x4c\xc1\x74\x0f\x58\x89\x09\xdb\x1d\xd3\xb8\xe2\xa4\x54\x69\x3c\xe5\x0e\xa0\x68\x0c\xb7\x3c\xd9\x07\x16\xed\x47\xa9\xb5\x02\x0f\x2f\x08\xb0\x81\x7c\x5f\xa0\xce\x79\x3d\xbc\xb6\x62\xa9\x40\x9f\x85\x83\x97\xd4\xad\x12\xa2\xd7\x43\x22\x31\x2b\x89\x5e\x3a\xff\xb8\x3d\xdb\x70\xeb\xae\x3f\x09\xd2\x43\xc8\x5e\xe2\x56\xb7\xbd\x97\x7a\x07\x23\x88\x2c\x37\x00\x26\x45\x08\xca\x08\x92\x2d\x28\xf2\x59\x0f\x3a\x43\x55\x5c\x90\x93\x27\x75\x60\x42\x65\xec\x92\xa0\xbb\x6e\x22\xe1\xbe\xb4\x4e\xd9\x43\xec\x1f\xc8\x9d\x6c\x04\x85\xb0\x4a\xcb\x2c\x46\x37\x6e\x34\x00\x7c\xea\x9e\x9c\x1d\x5f\xae\x49\xcd\xbb\x1f\xe8\x7b\xff\xc0\x50\xcd\xef\xed\xfe\xf5\xcb\xd3\xb3\xeb\x8b\xf3\x97\x67\x6b\xf1\x2a\x6a\x43\xe8\x1d\x20\x5d\xff\xee\xd9\x5f\x5c\x0d\x7e\x0c\xc2\xff\xa1\x60\x84\x7e\x7e\x24\xce\xd2\x39\xea\xa3\xb4\x67\x2d\x4d\xc4\x29\x71\x74\x24\x2c\x21\xc9\x82\x61\xda\xb5\x78\x01\xc9\x5a\x63\xe9\x10\x2e\xb9\x1e\x42\x8e\x49\xc1\x66\xbc\x62\x84\xce\xe7\x10\xb6\x3b\xa5\x18\xb0\x2c\xd3\x62\x8f\x78\x35\x25\xcb\x22\x95\x68\x06\x30\x08\x79\x0a\xf4\x20\x48\x0c\x64\xc7\xca\x52\x30\x3f\x34\xcb\x56\xd0\x12\xbd\x65\x88\x88\xbf\xe2\x8b\x82\x94\xac\x2c\x3d\x00\x08\xd3\x40\x42\x2b\xfa\x29\x29\x2b\x1f\x41\xd6\xa5\x86\x64\x84\x78\x16\xf7\x7f\x87\xa4\xa8\x07\x78\x38\xfa\xf2\x8b\x5d\x31\x48\x2d\x1f\x12\x77\x06\xd8\xd2\xdc\xbe\x3f\x95\xe7\x69\x89\xae\x47\xe8\xde\x2a\xc1\x33\x7e\x31\x35\x01\xec\x82\x26\x49\xc1\x4a\x70\x44\x4d\xf3\x58\x66\x39\x37\xb8\xac\x69\x5e\xb1\x89\xf4\xf4\x04\x2c\x84\x5f\x00\xb7\x1e\x8d\xbf\x98\xf7\x37\xcb\x1c\xa3\xef\x56\x57\xcc\x5f\xdf\xc4\xf3\xb2\xd7\xdf\x7f\xfa\xc5\xb3\x2f\xbf\x7a\xf7\x04\xbc\x11\xf7\xb6\x78\x7f\x61\xb7\x8e\xa4\xb8\xdf\xa5\x15\x1f\xe9\x7b\x42\x55\x16\x45\x42\x4f\x6b\xcc\xe7\x2b\xe9\x62\xc6\x07\x6a\x09\x9c\xec\xa0\x50\xd3\xe5\x7d\x5f\x5f\xdf\xdf\x55\x64\xce\x0a\xc0\x35\x5d\x64\x36\x5c\x84\x49\x5d\xa3\xdc\xae\xf1\x84\xc0\xea\x8f\x56\xa4\xb8\xbf\xab\x76\x17\x79\xaa\x73\xfb\xa4\x55\x59\x6b\x8a\x5c\x8d\x00\x09\x29\x5b\x89\x65\xd5\xa9\xdd\xe0\x51\x87\xb2\xbc\x20\xf1\xa2\xac\xf8\x4c\xd5\x52\xb8\x06\x59\x0a\xa9\xe5\xc7\x6c\x09\x8e\xcc\x10\xe8\x25\x5e\xbd\x52\x01\xaa\x90\x71\x9a\x27\x32\x55\x90\x1e\x35\x8b\xa7\x79\x1a\x8b\x83\x22\x46\x5e\x30\x3c\xb9\x04\xf3\x08\x19\xe4\x5f\x74\x27\x97\x3d\x12\x3e\x62\x2b\x70\x23\xfb\x06\x7f\x01\x0d\xd1\xb7\x87\xea\x2f\xb1\x03\x1d\xb2\x28\x17\xd0\xec\xa1\x4e\x5d\x93\x7c\x1b\x38\x15\x5f\x7d\xf5\xd5\x36\x4f\xd4\x4a\x71\x58\x0b\xb1\x8c\x97\x3c\xd9\xc0\xbb\x75\x48\xbf\xfd\xa6\xf7\xce\xc9\x44\xaf\xaa\xba\x4f\x08\xca\x3f\x76\x9a\xf1\x17\x30\x79\xeb\x07\x2c\x72\x08\xda\xa4\x43\x29\x40\xc9\xaf\x62\x48\xf0\x7b\x47\x49\x56\xea\xb2\xde\xe8\x77\xfb\xe6\xaf\x87\xef\x76\x0e\x5b\xe2\x3f\x4f\xda\xad\xc3\xd6\x9b\xb7\xe5\xdb\xe1\xbb\x27\xed\xf6\x77\xda\x0f\x37\xe0\x89\x4b\xb0\x3b\xe9\x7e\xdb\x7f\x67\x4c\xfc\x0a\x03\x03\xbf\x3c\x7d\xe7\x03\x67\x79\xe2\x1e\x34\x13\x1d\xa8\xd1\x2b\xf1\x4f\xb6\xf2\x71\x1b\x90\xa4\xb0\x6f\x02\x2c\xb3\xa4\x95\x0d\x4f\x7d\x13\x08\x92\x04\xdc\x6d\x8d\x32\x9a\xdf\xb6\xed\x38\xc9\xd6\xf9\xe0\x87\x5a\x20\xc6\xf0\xfc\x4d\xf4\x7f\x1e\xa2\x54\x4c\xa1\xfd\xe1\x9c\xc6\x8e\x46\x31\xa5\xc5\x04\x13\xa0\xb5\x43\x36\x94\xd7\x73\xd2\x1a\xbc\x7e\x1d\xec\xfe\xf8\x21\xdd\xe3\x33\xfb\x7a\xfe\x80\xbe\x4f\xc5\xca\xb6\x06\xaf\x4f\x83\xbd\x9f\x3c\xbc\x77\x08\x78\xdc\xbe\x7f\x65\xbc\x6b\x0d\x5e\xbf\x08\x0e\x61\xf0\xf0\x21\x80\x6e\xfb\x01\x63\x10\x92\x90\x1a\xc4\x49\x70\x10\xa7\x0f\x1f\x04\x20\x93\x6c\x3f\x06\x2b\xb2\x75\xf0\xf2\xa2\xed\xdf\xfe\x59\x7a\xcb\xec\x2d\xeb\x40\x7e\x94\xb9\x23\xe7\xcc\xf8\x1d\xd3\xb8\x52\x80\x2a\x94\x9b\xdc\xb6\xa2\x31\x80\xf5\x80\x8c\x9d\x99\xef\xdc\x01\xb3\x3c\xfb\x83\x77\xfb\x81\x60\x15\x72\x7a\xaf\x04\x0b\x04\x3c\x91\x5c\x8e\x57\xeb\x97\xe3\xf5\xfc\x4f\x59\x8c\x17\x7f\xe8\xc1\xfb\xb4\xa5\x30\x36\x98\xe3\x51\xc9\x33\x88\xea\x1f\xfc\x50\x0f\x18\x13\xe3\xfd\xfe\x81\xc6\x0f\xa7\xfb\xe0\xb0\xc9\xae\x9f\x61\x50\xed\x90\x8c\xf8\x16\xe7\xe5\x55\x70\x30\x3f\x7c\xd2\x60\x54\xbb\xcd\xc3\x09\xa5\x2d\xf1\xff\xe7\x57\xee\xaf\x9d\x8b\xba\x7f\xac\x40\xec\xd6\x40\x22\x06\xf9\xb3\x3a\xdf\xcc\x50\xc4\xb6\x75\xc3\x9f\x81\x20\x03\x55\x00\xb3\xce\xc6\x19\x9d\xcd\x5b\xf0\x5b\x87\xf4\x3b\x75\x6c\x55\xc6\xf2\x61\xfa\x1b\xeb\x2e\xd3\x44\x66\x4e\xd1\xa6\x8b\x14\x2d\x16\x29\xf9\x06\x1b\x3d\x24\xe9\xce\x8e\x83\x32\x51\x35\xa3\x09\x79\xef\xe2\x59\x21\x58\x96\x34\x87\x04\x1f\x19\x5d\x91\xd6\xd9\x69\x07\x91\xd4\xc3\x0f\xc3\x5f\x5c\x3b\x34\xfc\xf6\xdd\x5f\xb6\x71\xd2\x92\x6c\x7b\x90\x85\x71\x52\x21\x91\x0f\x1f\xb0\xa0\x95\x9a\xd4\x9d\x16\x13\xa3\x3e\x61\x19\x5f\xb6\x7c\xac\x7a\x59\xb1\xbf\xa6\xe2\xf1\x88\x2b\x44\xcb\x7a\xc5\xfd\x70\x45\x0b\xb7\xb2\x5e\xe7\xa9\x9b\x8b\x54\xfa\x2f\x24\x3c\x2e\x49\x49\x57\x88\xd3\x87\xc6\x96\xcf\x70\xbd\xc1\xb5\x05\xe1\x09\x3e\x53\x39\x69\xa2\x2c\x43\x75\x3b\x74\xa5\x9a\x03\xb0\x11\xb9\x35\xa5\x10\x9f\xc8\x6d\x9a\x65\x3a\x8a\x4b\xa2\x69\xc7\xb7\x10\xdf\x5c\x92\x62\xa1\x90\x2b\x9b\x87\x1f\xdc\x7e\x04\x7e\x3a\xbb\x90\x7b\x5f\x47\xa2\x10\xfb\xfc\x63\x68\xef\x7f\xfc\x67\xec\xfd\x0d\xc7\xa7\xfe\x13\x76\xff\x86\xc3\x03\xfd\xb0\xed\x87\x9a\xe2\x55\x0a\xac\xa1\x64\x2d\xc5\x57\xc1\x4d\x86\x97\xee\xe2\xe1\xcc\x24\x34\xb8\x0d\x23\x21\x01\x44\xe4\x00\x4e\xc3\x03\xb8\x7c\xc8\x00\x12\x68\xf1\xa1\x03\x18\x58\x4c\xf5\xa9\x64\xaa\x1f\x19\x7c\x32\x0c\xfe\x04\x5d\x75\xa9\x81\xd2\xc0\x6a\x07\x29\x55\x32\x36\xae\x3a\x06\x3c\x92\x3a\x8f\xba\x82\x1a\x09\xcd\x6c\x43\x7c\x7e\x68\x66\x62\xa4\x5b\xcd\x4c\xc2\x62\x0b\x3e\x7d\x18\x66\xd3\x87\x0f\xe9\xfd\x4e\xe2\xdf\x6f\xc7\xa8\xcb\xce\x91\x51\x1f\xe2\x75\x4c\x8e\xb3\x92\x93\xe8\x3c\x4f\xab\x94\x56\x8c\x4c\xd3\xc9\x34\x43\xac\x3a\x80\x3b\xaf\x0a\x0a\x79\x64\xa2\x2e\x09\x38\x16\xe1\x55\x34\xa7\x45\x2d\x28\x4f\x4c\xe5\x66\xfd\x54\xbc\xc8\x53\x5b\xdb\xff\x8d\x38\x72\x81\x63\xa3\xe6\xbb\xad\x68\x70\x6d\x52\x80\x48\x6c\xce\x31\xa3\xd5\xa2\x60\x1a\x99\x15\x45\x55\xc8\x06\xe2\xa7\x4e\x54\x06\x6a\xcb\x6b\xfc\x0d\xf9\x96\xbc\x2a\xc9\x8d\x8e\xcb\x2b\x66\x34\xcb\x56\x1d\xf2\x19\xb8\x68\x7d\xa6\x60\x2b\x65\x7e\x60\xec\xab\x4b\xce\x41\x4b\x28\xc3\xfb\x40\x53\x28\xcb\xe9\x04\x93\xa3\x34\x4b\xab\x95\x49\x3c\xa9\x87\x09\xe0\xba\xb3\x39\x66\x6e\xa5\x24\x49\xc7\xa0\xbf\xab\xf4\x28\x15\xa6\x07\x4c\x44\xb4\x35\x93\x91\x7a\x15\x77\x83\x08\x5f\x95\x32\x2d\xcd\x81\x31\x2f\x9c\x72\x4c\x65\xc4\x2a\xa9\xa0\xda\x03\x77\x9a\x8c\x8e\x58\x56\x92\x05\x44\xf7\x4e\xd9\x3d\x4d\x58\x9c\xce\xd0\x8f\x5b\x5a\x22\x64\xcd\xbf\x2f\x58\xb1\x7a\x48\xdd\xfd\x2d\x7b\x55\xa1\x2e\xa2\xce\xd3\xad\xfb\xd3\xb5\xb6\x8b\x1c\x15\x44\xfa\xed\xcd\x06\xc4\x0a\x78\xd1\xec\xab\xe8\xac\x41\xbe\xff\xe5\x21\x27\xd7\x79\x75\x3e\x41\xc0\x74\xb8\xcc\x93\x30\x97\xf9\x1f\xff\x5d\xb9\xcc\x91\x9c\x65\x33\x9b\x69\xe4\x19\x2d\x42\x18\xc1\xe6\x07\x0b\x4f\x64\x08\x9e\x61\xe5\xa7\xc8\x41\x7f\xf3\x00\xcc\xa4\x6c\xb4\x76\x10\xd7\x00\x3a\x70\x07\x83\xb8\x0e\xb6\x4a\x7f\x8f\x74\xb5\x01\x77\xa9\x29\x77\xdf\x1a\x99\x26\x78\x69\xce\x55\x68\xdf\x5c\x4b\xd0\x93\x82\xce\xa7\x69\xec\x24\x1f\x7e\x18\x60\x90\x98\xfc\x68\x83\x17\x39\xcb\x13\x05\x0f\x64\x1c\xb2\x48\xeb\x55\x91\xce\x68\xb1\x22\xa7\x66\x5f\x5d\xe8\x1e\x25\xcd\x4f\x69\x91\xa0\x3d\x04\x6c\x09\x32\x53\x2d\x89\xd0\x05\x00\xac\x01\xc7\x98\xf5\x30\x21\x90\xfb\x07\x71\x25\xc4\x4e\x44\xc8\x37\xa7\x15\xa0\x6a\x8c\x18\x3e\x17\x31\x2f\x0a\x48\xd3\x2b\x9b\xa3\x04\x22\x72\x4c\x9a\x28\x0e\x16\x88\x27\xa8\xbc\xce\x32\x22\x53\xda\x93\xa8\x71\x5d\x22\x78\x2f\x03\xd8\xd0\x35\xd7\xe0\xd0\x83\xf9\xff\xb1\xf7\xe7\x5f\x8e\x22\x49\xbe\x28\xfe\x7b\xfd\x15\xea\xef\xbd\x67\x22\xeb\x2a\xab\x04\x02\xb4\x74\x4d\x75\x8f\xb3\x49\x80\x24\x04\x08\x24\xe8\xee\x5b\x5f\x36\x01\x62\xdf\x04\xa2\xa7\xef\xdf\xfe\x0e\x20\x45\x28\xb6\xcc\xc8\xac\xee\x37\xf3\xde\x79\x71\x8e\x4e\x2a\x91\x61\xee\x6e\xfe\x31\x73\xf3\xcd\xec\x0f\x6f\xec\x7e\xff\xe7\x7f\xbe\xb9\x27\xfe\xae\xc7\xfb\xc5\xb8\x2e\xaf\x36\xd3\xde\xee\x12\xc9\x36\xe3\xc8\xfa\xfd\x9d\xf2\xf0\x86\xd4\x5b\x56\x1f\x12\xfc\x33\xa9\x77\xfd\xf5\x5c\xec\xdd\x31\xa6\x0f\x49\xfe\x4f\x5f\x11\xfd\xd7\x05\xf8\x27\xe8\x97\x31\x36\xf9\x05\x7a\x19\x1c\xa7\x5b\x7a\x7a\xc3\x48\x29\xdb\xb7\xad\x8e\xf5\x8d\xf6\xe1\xc6\xb1\xb7\x04\x62\x5c\x7d\x74\x09\xe6\x2e\x76\x5c\xeb\x47\x3f\x86\xd3\x7d\x5a\x93\x59\x2a\xdb\xf7\xec\xe8\xd7\x17\x6e\x8e\x6f\x58\xcf\xe5\xbd\xf5\xdc\xe9\xc6\x80\xe8\xa2\x22\x7c\xda\xe1\xaf\xc3\x3f\xb6\xf4\xce\xbf\x4a\x1f\x46\xa3\x6b\xd1\xb7\xc0\xcb\xed\xf4\xa0\x9f\x1a\xbc\x3b\xdb\xbd\x0e\x46\xe0\x6a\x73\x3f\x75\x17\x19\x5e\xce\xfa\xde\x2e\x17\x79\x55\x6e\xb7\x05\x79\x0b\xfa\xfc\x6e\x91\x20\x08\xae\xa5\xe6\x6f\x8c\x81\x92\x7d\x4b\xf8\x27\xbd\x0e\xaf\xdc\x8a\xcf\xfd\x4a\xe8\xcc\x37\x46\xe6\xb7\xfd\xf1\xd7\x43\xf5\x5d\xb2\xc2\x57\x6d\xf6\xfe\xf6\xb9\xbb\x61\xf2\xba\xc6\x2f\x53\x4e\xf4\x91\x0a\xfb\x34\x7b\x6f\xb6\xe0\xcf\xff\xda\x26\x5c\xf3\xf6\x7d\x43\x0b\xd6\xb6\xe5\xe9\x03\x22\x4e\x2e\x83\x4f\xeb\x1e\xb4\x2f\x9e\x7d\xee\xc3\x0c\x24\xb6\xe9\x1d\x3d\xf3\x3e\xf4\x55\x6e\x3f\xc5\x6f\xba\xc5\xd7\xec\x07\x59\x2f\x6a\x07\xd4\xb7\x26\x58\x6f\x09\xc5\x7b\x6b\xd5\xc4\xfb\x4a\x24\xf8\x6e\x56\xd1\xa3\x45\x7c\x1b\x2d\xc1\x7f\x1d\x5a\xee\x54\xe9\x8b\x70\xb9\xde\xac\xe9\x13\x32\xbe\x0d\x98\x7f\x6d\x2b\xbe\x04\x98\x77\x1a\x71\xe7\x71\xde\x0f\x9f\x8b\xa7\x28\xdf\xcc\x1b\x27\xe3\xbb\xad\xf2\xf8\xf8\x14\xd1\xeb\x73\x17\x6b\xf0\x72\x5b\xa8\xd3\x6f\xbc\xae\xb7\x1a\xf2\x81\xa1\xe7\x7d\x54\xe4\xeb\xe9\xfb\xdb\x9b\xd7\x69\xec\xcf\x6f\x49\x2b\xfc\x60\x6c\x5d\xc7\x2e\xc6\xd8\xe4\x93\x77\x1f\xac\xea\xbd\x99\xfb\xc0\x1b\x0c\x07\xe3\xb7\x6c\xb0\xd7\x9d\x46\x1f\xfc\xe1\xd7\x01\xf6\x3c\xb2\xee\x35\x89\xd2\xdd\xe9\x89\x57\x6e\x6a\xc7\xf4\xf3\x00\x7a\x4a\x50\x7f\x5f\xb9\x5d\x56\xda\xfd\xd1\xc3\x8f\x57\x11\xfb\x72\x15\xc7\x6f\x56\xf1\xb6\x9f\x9e\xbd\x31\x65\x7a\x56\xc5\x9e\xcc\x79\x87\x0c\x79\x4e\x66\xbc\x43\x86\xf6\x64\xf7\x72\x79\xc8\x1c\xe3\x53\x77\x96\xbb\xcb\xc9\xfc\xb9\xfd\xea\x3c\x7d\x35\xda\xaf\x3f\x3e\x3c\x0a\xa9\x5b\x26\x2d\x8a\x2c\xff\xc8\xb5\x87\xa7\x75\xd3\xb7\x05\x77\x13\x6d\xc7\xf0\xfe\xb2\xda\xab\x03\x71\xdf\xa9\x65\x6f\x2e\xea\xf6\xd2\xb8\x93\xc4\x6d\x71\xf5\xdf\x07\x08\xf4\xfc\x92\xf2\xdd\x3a\x6f\x37\xd4\x5e\x6f\x35\x7e\xba\x2e\x95\xfc\xf8\x14\xe0\xe1\x8d\x26\xbc\xb7\xec\xdb\x27\x74\x8a\x03\xeb\xe5\xdb\x46\x1c\x3c\xdd\xa5\x7c\x8f\xc3\xf8\xc6\x81\xd6\xbd\xa8\x78\xc9\xe2\xd8\x3e\xfc\x2a\x0f\xe4\x31\xc9\x6f\xa1\x07\x9e\xf9\x92\x89\xd7\x3d\xfd\x2a\x97\xc7\x54\xc1\xaf\x4e\xff\xdd\x18\x95\xb7\x1f\xbe\xca\x0b\x7b\x94\x4b\xe0\x45\xfe\x2b\xc1\xb4\x0f\xbf\xca\x63\xfa\x94\xba\xb8\x0b\xd3\xfb\xaa\x59\xfd\xe3\xaf\xf2\x99\xdd\xf1\xe9\x53\x80\xbe\xc1\xa9\xff\xe1\xab\xbc\xe6\x37\x5e\x44\x16\x77\x29\xa4\xe2\xf2\x55\x9f\xe5\x45\xe6\xf9\xf6\xcd\x56\x7f\xb5\xff\xc7\x4f\x60\x2c\x06\x1d\x64\xfe\xad\x1b\xe1\x8f\x6f\xe1\xe1\x0a\xa9\xeb\x15\xd9\xb7\xb1\xf2\xec\xc7\x37\x0a\x44\xee\x0b\xf4\xbe\x8c\x98\xaf\xf1\x42\xef\x79\x3d\xc2\xe3\x95\x26\xdc\x03\xe7\x6b\x2c\xb1\x67\xf2\xf8\x12\x7c\xbe\xc6\xe9\x11\x40\x52\x61\xeb\xd6\xe5\x7d\xfc\x7c\x8d\xd1\x23\x82\x94\xaf\xe3\xe7\x6b\xbc\xe6\xf7\xcd\x33\x3f\x8e\xa2\xe7\x7c\x7f\x78\x19\x6f\xa0\xb7\x77\x18\xf4\xec\xca\xd5\x35\x4c\xdb\x31\xce\xec\xd1\xcb\x8b\x0d\x7d\x1e\xb3\x6b\xea\x4d\x57\x0f\x8e\xad\x33\x01\x4f\x9e\xdf\x15\x7c\x62\x75\x7b\xa1\x75\x1c\xc6\xd8\x0b\xb2\x2e\xe5\xcb\x35\x6b\x9e\x77\xb6\x07\x79\xe7\xdb\x5e\xae\x44\x5e\x34\x38\x96\xdd\x29\xd6\x1b\xb3\xb4\xd4\x03\xef\xe8\xd9\xd6\xa0\x1d\xac\xb2\xcf\x03\xe7\xf3\xc0\xf8\xb1\x3b\xb0\xf7\xf3\x0b\x6b\xfd\xef\x03\x64\x76\x7f\x70\xec\x0a\xf5\xc7\x6b\x25\x52\x7f\x25\xbb\x3b\xde\x3f\xf8\x69\x80\x40\x8f\x97\xb3\xde\x30\x93\xcf\x38\xb5\x26\xd7\xcb\xf2\x62\x60\xba\xb6\xe9\xf7\xab\xe4\x59\x69\x5f\x2b\xdd\xc5\xb8\xb8\xc6\x9a\xbf\xfe\x75\xc7\xe4\x6e\x7e\xc4\xe0\xd7\x97\x6e\xc5\x93\x3a\x76\xf1\x1f\x1e\x09\xff\xd0\xa7\x80\x7c\x1e\xe5\xe8\xfd\x66\x74\x3f\x48\x22\xf1\x9b\xb8\xc0\x7f\xf9\xc2\x1b\x57\xc3\xd2\x95\xf1\x2c\xac\x90\x37\x18\xfe\x3a\xc0\xee\x62\xf9\xbc\x4c\x78\xd8\xdb\xaf\xc7\x46\x3f\xf6\xe6\x1d\x41\xb7\xf0\xdb\x37\xb1\x77\xeb\xee\x6b\xd2\xdd\xf7\x68\xe5\xd9\x35\xeb\xd9\x7a\xe2\xeb\x20\x47\x5d\x6d\xc6\xcf\x1f\x75\xef\xff\xe9\xd6\xd6\x2f\xdc\x31\xec\xff\x5e\xdc\x34\xfc\x8a\x00\xcd\xfb\x28\x46\xef\x43\x61\xfe\x31\x50\x3d\xf6\x06\x49\xd1\x40\x5e\xed\xde\x43\xd7\xbf\x0f\xd0\x37\x60\xfa\xa4\x73\x2f\x60\x8a\x7e\x09\xa6\xe8\x7f\x37\x98\xbe\xd5\x8c\x2f\xc3\xf4\xce\xd8\xfc\x7f\x30\x7d\x53\x80\xe6\xeb\x60\x5b\xaf\x24\xf0\x01\xe9\x3f\xc2\xf2\xc6\xea\xad\x71\xe1\x4f\xbf\x0e\xe6\xd0\xe0\xdf\xfe\xad\x03\xdf\xbf\xff\x3a\x98\x4f\x9f\x7a\xf9\x2b\xf6\x74\x0e\x0d\x86\x83\xd9\x2f\xef\xb1\x85\xa1\x7b\xbe\x30\xf4\x8a\xf1\xbb\x1a\xd0\xbe\xd9\x71\xbe\x49\xa0\xab\xfa\x75\xe8\xb3\x0b\xb2\x77\xc8\xf3\xd7\xfb\x19\x2f\x6f\x14\xfe\xf8\xf6\x39\xad\x57\xef\xbd\xbc\x82\xf6\x72\xe7\xdb\x2e\xfa\xcd\xd0\x9f\xf2\xeb\xc2\xcc\xe0\x16\xa4\xa4\xdf\x2f\xfd\xc6\x3d\xc3\xaf\x04\xca\xb8\xae\x97\xb7\x13\x98\x32\xbf\x65\x10\xff\x44\x4a\xe2\x3b\x8b\x43\xd8\xe0\xa7\xe7\xc4\x3f\x0f\x44\x3b\x2f\x83\x62\xf0\x89\xe7\x7e\x1c\x78\x79\x97\xc3\x12\x1a\x74\x07\xe6\x27\x83\x9f\x6e\x2c\x5f\x2f\xc6\x6e\xc5\x1f\x07\x7f\xc9\xe2\xea\x17\xb3\xdb\x12\xfa\xdb\x23\xa3\x2b\x8f\x6c\xf0\xcb\xc0\x1c\x88\x6f\xb4\x29\xfa\xe6\xcd\xfa\xeb\xe2\x26\xf6\xe1\x4d\x06\x28\x7a\xf8\xd8\x7a\xe9\xe4\x7e\x46\x98\xc5\xd5\x5b\xb3\xd7\xa7\xf5\xee\x1f\xdb\x49\xfb\xb3\x3b\xf1\xef\xd3\x3f\xed\x94\xdd\x5e\xf9\xfa\xca\x7e\x37\xdd\x8e\xab\xfb\xbb\xe2\xed\x77\xf1\x8d\xdd\x12\xf2\xba\xad\x7f\x4d\x02\x9e\xdd\x07\x6a\x37\xec\x81\x1d\x75\x39\x2d\x07\x67\x4f\x1f\x3c\x02\xe9\x1b\xa1\x17\xfd\x73\xa1\x37\x19\x7c\x0b\x9c\xba\x1d\x00\x89\x19\xfc\xf9\x0e\x48\x03\x18\x7b\x62\xb1\xed\xd7\x32\xbb\xfc\xe9\x65\xfe\x44\x0e\xb7\xe8\x1d\x7c\xca\x5a\x4f\xfd\xc7\x41\x9c\xfd\x70\x8b\x19\x7c\xfb\x19\x6e\x7f\x6e\x5b\xdf\x93\x74\x0b\xab\xe3\x3b\xc6\x32\xc9\xbd\x62\x3a\xee\x99\xf6\xd1\x6f\x6c\xab\xe5\xfb\xf8\x4b\xc7\xef\xfa\xbc\x67\x76\xa7\x37\xdc\x4d\xf7\x5f\x73\x9c\x0e\x7e\x19\xc0\x83\x5f\x06\x50\xf7\x89\x06\x9f\x36\x71\x56\xb8\x03\x10\xda\x99\x67\xea\xd1\x5d\xb4\xe3\x2e\x99\x81\x9e\x17\x5d\x3a\xa4\xc7\xcb\x4c\x79\xbf\x4e\x37\x28\xe2\x81\xb2\x43\x5b\x03\x3a\x28\x93\x3e\x59\xac\x65\x47\x71\x61\x3f\x19\x9e\xae\xa5\x8f\xec\x5a\x8a\x15\x07\xc1\xdd\x0e\x97\x6d\xb6\x9e\x76\x9f\x95\x65\x80\x21\x4f\x35\x5f\xc5\x66\x97\x35\xe0\x65\xc5\xb1\x01\x32\x88\x1e\x7f\xd5\xcf\xba\x17\xb4\x50\xfb\xdc\x2a\x59\x7f\x7e\xc4\xb6\x7e\xf2\xa2\xcf\x8f\xc5\x3d\x8a\x0a\xeb\x9a\xb9\x89\x6f\x2f\x7f\xee\xb3\x53\xbe\x09\xbe\x3f\x7f\xb7\x91\xf8\x7f\x94\x46\x7f\xcd\x3c\xc1\x1f\x37\x79\x7f\xf9\x33\x0c\x7f\xd4\xea\x8d\xbf\x85\xed\xf8\xe3\x6c\x27\xdf\x52\xdb\xf1\x2f\xf0\x2f\xd0\x2f\x1f\xb6\xd4\x18\xf2\x0d\xcc\xb1\x47\xb6\xcf\xd2\x26\x5e\xb7\x89\x6f\x97\xd0\xfa\xc3\xae\x45\x3c\xb0\x6c\xd3\xb3\xba\x68\xe9\x5d\xa0\xc9\x22\x1e\xb8\xed\xff\xbb\x2d\x93\xb8\x37\x33\x4f\x29\xed\xaf\x07\xa9\xca\xbc\xa5\xbc\x24\x4f\x23\xba\xd2\xdd\x55\xee\x4f\x3e\x3d\x1e\x96\x7a\x54\xd7\xbb\xb3\x50\x1b\xfb\x6c\x67\xaf\x8a\xb8\x3b\xf2\xb4\x6c\x7f\xf2\xfa\x63\x63\xcf\x0f\xc7\x75\x3e\xc4\xed\x46\xe9\xd5\xc8\xdf\x9d\x77\x02\x5d\xbc\xf3\x37\x59\xff\xd0\xe7\x44\x8c\xe2\xe7\xd7\x21\x1d\xef\x6c\x47\x9f\xaf\xa2\x78\x4c\x62\x78\x5d\xc7\xfc\x7c\x1d\x54\xbc\xbc\x0f\x7d\xfe\xcd\xa7\x30\xfe\x94\x7c\xe5\x18\x46\x7c\x2c\x1e\x63\x77\x5e\x0f\xa4\x75\xbb\x74\xbb\xb7\x8f\xb4\xfc\x21\xf9\xf6\x90\x66\x79\x7c\x2c\xc4\x37\xc2\x9a\x89\x7d\x1c\xe6\x3e\x16\x7b\xbf\x5f\xd5\x65\x60\x5a\x7f\x2c\x89\xe5\xcb\xaa\xfd\xcf\x77\x9a\xfa\xc2\xae\xbd\x47\x76\xef\x3f\xbe\x0e\x0c\xdf\x07\x3a\x5c\x7d\x5f\xcd\xfe\x7f\x5f\x29\x72\x15\xeb\xd6\x60\x45\x91\x79\x57\xcc\xea\x23\xa5\x0c\x06\xfd\x95\x76\xc3\x7e\x76\xad\x59\xcf\x07\x67\x2f\x2b\x4a\x3d\xe8\xf9\xc5\x67\x3b\x0b\xf4\x4b\x17\x7c\xe2\x7f\x3d\x8b\xd3\xda\xa2\x5b\x8f\x2e\x5d\x92\x66\x3d\x7b\x9d\xea\xae\xad\x77\xfa\x01\x49\x5d\xa3\x25\x14\x97\xc0\xbe\x0a\x49\x6e\x1d\x10\x65\x87\x5d\x83\xd9\xbe\x64\x3a\x48\x3f\x14\x04\xe0\xcb\xc7\xbd\x6f\xcb\xff\x77\x47\xbe\xdf\x39\xb7\xfd\x3d\x57\xcc\xdf\xe5\xd1\xad\x81\x7f\x7a\xda\x2e\xfe\xe8\x11\xf0\x7f\x41\x25\xde\x3c\x92\xf0\xf2\x4e\xc1\x3f\xeb\xb2\xff\xf7\x8a\x03\xfd\xbf\xb5\x22\x5f\x12\xc9\x3b\xe3\xed\x77\x85\x5f\xf8\x5e\x69\xbc\x33\x38\xff\xf3\xeb\xf0\x4a\x10\x6f\x85\xc4\xb8\x5d\x90\xbd\xd7\xe0\xfe\x82\xac\x9e\x39\x6f\x9d\x40\xe9\x56\xa0\xef\x12\xba\x67\x71\x71\x8d\xb9\xfd\xb4\x43\xdd\x5b\x80\x6f\x49\xf1\xd6\xd9\xc7\x0f\x18\x9a\xfe\x30\x78\x3b\x00\x8b\xb6\xd3\xcd\x58\xba\x51\x0a\x7f\xfb\x80\x43\xf6\xbd\x81\x46\x6e\x17\xbb\xfb\xdb\x31\xbb\x38\xb9\x05\x5b\x83\xfe\x36\xf8\xf3\x8b\x58\x6d\xd0\xdf\x3e\x0f\x60\xe8\xc7\xc1\x4f\xf0\xe0\x8f\x8f\x9b\xc6\x4f\x2f\xe3\xfd\x8a\xfc\xf5\x7d\xf8\xf5\xfb\xf0\xed\xfd\xc1\x3d\x83\x57\x3d\xab\xec\xfa\xb6\xf7\xed\xfe\xf4\x58\xb3\xcf\xcf\xca\xf9\xd2\x75\xc1\xc7\x2b\x72\x50\xbf\xb7\xfa\x46\xb0\xdd\x57\xe7\x2f\xba\xa0\x64\xdf\xb8\x56\xf2\xe7\xec\x2b\x59\xa2\xfb\x20\x4d\x77\x87\x23\xbc\x68\x20\xda\x66\xa1\x47\x4e\x19\xe8\xd9\x35\x47\x20\x49\x11\x04\x10\xc1\x8f\xdf\x54\xf6\xff\xfc\x4a\xd9\x5d\xd4\xe2\x2b\xd6\x3f\xb5\x1e\xc7\xcf\x92\x2a\xfd\xf8\x06\xa3\xfc\x7b\xe3\x16\x77\x25\xfc\x73\xe4\x98\x7f\xb9\x2d\x7d\x08\xca\x41\xa8\x47\x5e\xf2\x78\x32\xbc\xdb\xd4\xb1\x8a\xf6\x9d\xcf\xb7\x2b\xaa\xed\xbf\x76\x5d\xd8\x51\xee\xc5\x51\xfe\x8d\x5a\x59\x7c\xed\x98\x51\xbf\xe9\xf6\x81\xde\x14\xdb\xde\xfc\xb6\xc2\xff\xe7\x57\x4a\x97\x3e\x7e\xd7\xe3\x1b\x17\x5d\x3e\x50\x70\x6b\x40\xbd\xc8\xf9\xc9\x68\x45\x7c\x6e\x27\xa5\x57\xcb\xb7\xc7\x95\x7b\xd7\xe7\xe3\xa5\x0e\xbe\x2a\xec\x5e\x4d\x5f\x01\xf8\x2d\x66\xe5\xef\x08\x8b\xdd\x36\x2f\xd4\x33\xc7\x8b\x5e\xb7\x6e\xfd\xdd\xad\x2b\xbf\x62\x17\xe2\xe4\xf2\x8e\x1d\x10\xc1\xe7\xeb\xe2\x4a\x1f\x8d\xfb\x5b\x61\x74\xfe\x5a\x8e\xd2\x6e\x0d\x8f\xf6\x82\x76\x48\xbb\x56\xe1\xea\xc9\x52\xb4\xf8\x8d\xa5\xfd\xf5\xa1\xfa\x5a\x37\xf6\x33\x9e\xc7\x44\x9f\xdb\xa7\xb5\xa4\x4e\x51\x28\x61\xb7\x05\xe2\x77\x4e\x80\xea\xaf\x21\xb7\x1b\xc1\x1f\xf5\xf5\x66\x8e\xa9\xd6\x40\x5c\x67\x7d\x80\xa0\xbe\xb1\xcd\xff\xeb\x2b\xa5\xd2\x5e\x17\x26\xfb\x8d\xbe\xa5\x45\xf0\xe3\xe7\xe7\x81\xea\xbf\xad\x6f\xbf\x52\xf2\xb9\xf8\xad\xf0\x02\xbb\x0b\xca\xf3\x49\x7f\x5a\x74\xd8\x00\xde\xd5\x4d\xbf\x2b\x53\x8e\x36\x76\xb1\xd4\x4d\xbf\x1d\x09\x06\x9f\x72\xdb\x1e\xb8\x45\x91\xe4\x7f\x1c\x8d\x22\xbb\x68\xc9\x2a\xcf\xf7\x7e\x36\xe3\x70\xd4\x7e\x19\x29\x77\x3c\x8f\x37\xdb\xe3\x45\xc7\xf8\x31\x1c\xf2\xf3\xc9\xd8\x51\xcf\x7a\x5b\xdc\x4d\xb2\x06\x9f\xba\x2b\x8a\x03\x7d\xe0\x04\x97\xc4\xed\x6a\xd0\x1f\x78\xef\xfe\xff\xa6\x32\x37\xdf\x7f\xb1\xee\x76\xaf\xee\xe9\xc4\xd6\x97\xe7\x56\xaf\x4e\x56\x75\x6f\x77\xa7\x2e\xee\x6b\xfd\xe9\x9a\x0f\xb2\x07\x6e\x9f\x2c\xb9\xff\xa5\x8f\x12\xf7\xe3\xcf\x5f\x3f\x95\x37\x7e\x99\x6f\xff\xcd\x9d\x9e\x57\xc1\x7a\x5b\xd9\x93\x7d\x90\xa5\x97\x0d\xe8\x63\xcf\x7c\xe1\x3a\xef\x68\xd4\x65\x24\xbe\xb6\xe2\xad\x73\xd8\x5f\x29\xf1\xe6\xa0\x3d\xbf\x04\xdd\x1b\x90\xdb\x6a\x6c\xbf\x74\xdb\xe7\xb8\xa6\x08\x6a\x25\x7e\x9f\x26\xff\xf5\xda\xed\x5f\xb9\xa9\xf6\xa6\x5a\x51\x37\xb5\x82\xbe\x53\xad\xbe\x52\xf4\xd5\x8c\xdc\x5a\x4c\x9d\xbb\x1b\xb8\x9d\xf5\x58\x51\xdf\xdb\xdc\xbf\x7f\xcc\x6e\xde\x0a\x7d\xda\xb6\xe8\x16\x8c\x56\xdb\xef\x2d\xf7\x3f\xbf\x5c\xee\xf5\x7a\x76\xbf\xee\xdc\x37\x92\x21\x7e\x97\xd1\xfa\xeb\x35\x02\xfb\x17\x36\x75\xba\xfb\xd0\xdb\x41\xfe\xac\x58\xf2\xf7\x16\xfb\x7f\xde\x2e\xb6\xd5\x6e\x5e\x16\x09\x6a\x40\x33\x2b\xea\x8f\x3d\xc1\xe8\x94\x8f\xba\x2f\xbf\x9d\x8b\xdf\x1e\x67\x7c\xbf\x85\x7a\xf2\xf3\x29\x6f\x5f\x69\x07\xec\xac\x8f\x05\x6f\xfe\x38\x18\x43\xf0\xb8\xdb\x22\x21\xdc\x2c\x0e\xbd\x32\x1c\xf0\xd2\x00\x94\x85\x1b\x67\xf9\xcf\x5d\xfa\xa0\x8e\x36\xef\x96\x17\xb3\x73\xdb\x17\xa3\xd1\x40\xce\xed\xde\x59\xf3\xf2\xc1\x35\x1d\x83\x79\x5d\x5a\x75\xe2\xb3\x9d\x45\xbd\xb5\xd6\x07\xb8\x44\xfe\xd4\xaf\x2f\x05\x9e\x69\x47\xb9\xdd\x87\x10\x33\xf5\x68\x60\xd8\x2d\xa7\x63\x77\x3c\xe1\x1a\x87\x73\xc5\x10\xd4\x46\xa2\x06\x47\x2f\xb0\x7f\xfe\xe1\x87\x87\x32\xef\x43\xb5\x9a\xc5\xc3\x2f\x3f\xfc\x10\x78\xc6\xcf\x59\x61\xd9\xc9\xa7\x87\xee\x96\x63\x17\x66\xfc\xd5\xe9\xed\x50\x4f\x06\xb1\x71\xb2\xcd\xc7\x84\x13\x6b\x3d\x49\x5a\xad\xee\x9c\xec\x6b\xb4\x3d\xeb\x7a\xb9\xb7\x8b\xaf\xf0\x28\xa5\xcf\xfd\x38\x63\xd9\x89\x1d\x75\xb7\xe9\x6e\x67\xb4\xbb\x6d\x9e\x6e\x95\x7a\xf7\x3c\x3d\xcc\xad\x8c\x85\xd8\x16\xdc\xe7\x56\x8a\x9e\xc1\xf8\x31\x8a\xe7\x8d\xf4\x3f\x3a\xf3\x3b\xf8\x7b\x1f\x73\xef\x1f\x03\xcb\xce\xcd\xcc\x4b\xfa\x6b\x47\x03\xb7\x0c\xf5\xa8\xdb\x72\xea\x6c\xd3\xfd\x8f\x37\x81\xb7\x5d\x79\xcf\x88\xef\x5a\xfb\x8f\x81\x13\xb4\x6d\x6f\xfb\x72\xb1\x6a\x89\x9e\x1a\xed\x45\x49\xd9\x5d\xd1\x8a\xcb\xa2\xfd\xf6\x14\x05\xeb\x25\xde\xee\xf2\x0f\xdd\x8f\x5c\x77\xd5\xf8\xdc\x97\x73\x0d\x34\xd8\x4a\x7f\xd0\x1a\x16\x37\xce\x8a\x67\xb5\xed\x97\xf0\xbd\xfc\xb9\xbc\x3e\x5f\xa3\xc6\x75\x3f\x5b\xb6\x51\x3a\xce\x35\x30\x7d\x5b\x8f\x5b\xea\xdf\x3b\x36\xbf\xde\x33\xbd\xc6\xa9\xbd\x96\xd9\xb6\xf4\xf1\x74\x79\x11\x0f\xcc\xee\xb2\x4e\x7c\xcb\x1f\xd2\x4b\xaa\x85\xa4\x17\xe5\x85\x1e\x04\x76\x87\xb3\x2e\xcd\xc4\x7d\x69\x5d\x1e\x89\xc7\x93\xed\xa3\xd1\x6d\x1b\xc0\xb7\xed\x64\xa0\x47\x83\x32\xba\xee\x12\x5b\x83\xc7\xa0\x8c\xb7\x2b\xe8\x7d\x57\x3c\x46\xcd\xd6\x83\x20\xae\x5a\x67\xa5\xbb\x0e\xa7\x47\x76\x97\xe1\x24\xb7\x6f\xb1\xd5\xaf\x09\xae\xfb\x54\xb2\x41\xb7\x39\xd8\x9d\x62\xec\xea\xd1\x89\x15\xd7\x73\xfb\xb7\xc1\xaf\xbd\x8c\x6f\x15\xda\xc4\xd5\x20\xbf\x44\x66\xf7\x76\xb7\x25\xf1\xf8\x76\xeb\xa0\x44\xb6\x6d\xf5\x87\x3d\xfb\x79\xc2\x25\x32\x7f\x7b\x31\x33\x60\x6e\x2f\xb9\x76\x90\xd8\x59\x27\xfd\xcc\x6e\x29\x5b\x8c\x3c\x67\xf9\xf3\x7d\x92\xf3\xc7\x5c\x2c\x57\x3c\xe5\xd7\x7b\x0c\x2f\xc1\xdc\x63\xf0\xcf\xff\x18\xc4\x49\xf1\x5b\x0f\x44\x60\x59\x9d\x9d\xd7\x83\xa7\x97\x5b\x08\xf6\xab\xda\x9d\x6a\xc5\xc9\x5d\x78\xa6\xee\x48\x50\x3b\x32\x5e\xa9\xbf\x00\xcd\x9f\x93\x2c\x2e\xe2\xe2\x92\xd8\x7d\x6b\xef\xa1\xfa\x58\x81\xc7\x50\x98\xcc\xf1\x1a\x90\xb0\x57\xce\x4e\x51\xaf\xf9\x31\xfb\xce\xe9\xf3\x62\xb7\xd2\x6c\xbb\xe9\x16\xd5\xf8\x0f\x2f\x7b\xe5\xdf\xfe\x6d\xf0\x87\x17\xdc\x5f\x43\x68\xd0\xc5\xb6\xeb\x86\x81\xa7\xf7\x7f\x7b\xeb\x79\x66\xff\xf6\xe6\xa1\xfc\xee\xc4\x68\x5f\xa9\xe2\x99\x2e\xff\x3c\xb8\xa6\xfc\xcc\xec\x7e\xe3\x69\xa0\x3f\x06\x70\xec\x29\xae\xad\x32\x33\xbb\x83\x46\xcf\x2c\xb2\xab\xab\x41\xec\xb6\xe6\xe2\xc0\xba\x46\x6f\xcf\x1c\xdb\xea\x10\x3c\xe8\xd1\x5b\xe9\x97\xde\xd9\x8d\xba\x50\x34\xd1\x33\xf0\xde\xa4\xf2\x24\x80\xa7\xe6\xf7\x6d\x1c\xfc\x3a\xe8\x51\xf0\xb3\x9e\xe7\x9e\x13\x7d\xfa\xfb\x3f\x3e\xbf\x44\xf6\xe7\x27\x7c\x74\x6b\x5e\xad\xc3\xf7\x06\x9f\x17\x6f\x3d\xc6\xe8\x74\x82\xd6\x98\xe4\x4f\x25\xf9\xf6\xe5\x7a\x38\xa9\x7f\xf7\xc7\x9f\x43\x3d\xf9\xf4\xc9\xb7\x2f\x3f\x0e\x7e\xfd\xd3\xd5\x4d\x7d\xf8\xeb\x5f\xeb\x87\xc1\xf0\x7a\x35\xbe\x49\x74\xab\x25\xe8\x72\xad\x11\xb1\x65\x83\xe2\x13\xf4\xe3\xcf\x45\x7c\xdd\x03\x85\x27\x3f\xde\x85\xef\xea\xba\xa9\xed\x5c\xbb\x1a\x88\xb6\x43\xd5\xc9\xa7\x87\x6e\x5b\xfa\x5a\x95\x6b\x28\xeb\x3e\x38\xff\xdf\x1e\x3e\x0f\x1e\x9c\x6b\xf6\x8b\x27\x60\x7c\xca\x8b\xac\xad\x4e\x3b\x94\xfd\x9c\xd9\x49\xa0\x9b\xf6\xa7\x27\xee\x9f\xfb\xec\x9b\xbf\xfe\xe9\x5e\x08\x7f\x31\xdd\xbf\xbd\x15\x22\xa3\x55\xac\x9b\x2d\x79\xb4\x23\x8f\xea\xf5\xc9\xf2\x72\x53\xef\xc3\xcb\x66\x65\x54\x78\xa1\x3d\x28\x13\x4b\x2f\xec\xa7\xf5\xa3\xdb\xc9\x92\x3e\x1e\x86\x1e\x5d\x3a\xbb\xd9\x5b\x2c\xbb\xe0\xcf\x76\x96\x79\x96\x9d\x3f\x05\xae\xed\x59\xbe\x76\xc2\xde\xd6\xc7\x1e\x31\xaf\x56\x30\x6e\xe9\x6a\x07\xae\x7e\xb6\xa3\x87\x62\x60\xd8\x76\xf4\x65\x14\x77\x3a\xfb\xd0\xed\xd5\xba\xd7\x78\xb9\x1d\xf3\x1b\x12\xef\x21\xf3\x87\x5f\x5f\x81\xe6\x0e\x9f\x6f\x59\xc4\x75\x0b\xff\x5b\xc1\xb7\xbb\x59\x9d\x81\x7e\x1a\x61\xaf\xf7\x01\xaf\xc3\x67\x2b\xfa\xd6\xd4\xf6\x79\xf5\xcb\x3e\x63\x56\xaf\xa3\x76\xed\xe5\xdd\xc4\xe1\xb1\x27\xf4\x7c\xe0\x75\x87\xb9\xae\x6a\x56\x79\x85\x7b\xdb\xc5\x7b\xa4\xbe\x59\xbb\xc1\xa7\xaa\x8b\xab\xaa\xe7\x57\xd5\xed\xe9\x7f\xfc\x79\x30\x90\x4a\xa3\x8f\x37\x5f\x3c\x75\x53\x5b\xc5\xee\x2a\xbb\xd7\xc5\xc7\xcd\xe2\x6a\xa0\xb7\xba\x9b\x64\x76\x17\xf0\xb5\x33\xb1\x6d\x27\xb6\x1d\xda\x16\x94\xbf\x6d\xad\xef\x3d\x86\xa7\x1e\xb8\xd9\xe8\x8e\xc1\xab\x86\x7d\xd0\x28\xdf\x03\xe9\x0e\x0b\x77\x96\xf3\xae\x63\x6e\xe6\xe0\x19\xd8\xbb\x5b\x54\xfa\xc0\x8c\x93\xcb\xbd\xe3\x73\x1b\x18\xba\xd6\x5c\xef\x5a\xfd\xfd\xcd\xea\xfc\x63\x00\x3a\xad\x7d\xdb\xb7\xe9\x5c\x82\xd7\xd1\x95\xdf\x69\x8f\x19\xc4\xfd\xa5\x89\xe7\xa0\x7e\x4a\xde\xf8\x6e\x41\x9f\x5e\x3a\x34\xaf\x4c\xe2\x63\x74\xe1\x0f\xe1\xb9\x45\xe6\xbd\x74\x9f\x19\xbf\x96\xd3\x55\x26\x9d\xf7\xf0\x8f\x67\x97\xb8\x83\xce\x65\x37\xef\x1d\xe5\x2f\x75\x67\xfe\xce\x32\x64\xfb\xda\x6f\xcf\x6e\x8c\x3f\xcb\x59\x79\x3d\x32\xda\x7e\xff\x2f\xf6\xa7\xda\x8a\xde\xdc\xa9\xa7\x9a\xbf\x48\x90\x15\xfb\x83\x32\x19\xe8\x8f\xba\xd3\x15\xe0\x78\x79\x61\x67\xd7\xc1\xf1\x85\xea\x48\x57\xaf\xbd\xcb\x64\xd5\x6a\x4e\xf7\xe5\xba\x70\x7d\x55\x9f\x20\x8e\xfd\xf2\xea\xa3\x7f\x05\xa3\xbb\xfe\xad\xee\x30\x97\x57\x3c\xe4\xbd\x5d\x7c\xaa\xc2\x97\x3a\xe8\x0e\xa0\x7d\xa6\xd0\xfb\x1e\x6b\xab\xf5\xb4\xca\xf4\xd4\xfe\x9f\x5d\x3d\xe7\xab\x68\x9b\xc5\x89\x9d\x15\x97\x9e\xee\x7e\xa9\xe9\x4e\x56\x7f\x69\x7f\xfc\xdb\xb3\x71\xfa\x4a\xf3\x98\x7d\xf4\x85\xd6\xf6\xd5\x1e\xe8\x9d\x42\xdc\x49\x0f\x44\x97\xf7\x45\xdc\x05\x4f\xea\x14\xbc\x93\xe5\x9b\x03\xcf\xb7\x74\xc1\xb3\xc9\xd1\x3b\x72\xbf\xd9\xbd\x6b\x8f\xdd\x2a\xf4\x41\x71\xeb\x96\xf5\x86\xb8\x3f\x0f\x1e\xad\xdb\x73\x99\x0f\x7e\xfd\xf5\xd7\x17\x98\xbc\x1b\x9d\x6e\x0a\xf5\x8e\xf3\xf4\xf4\xca\x2f\xcf\x54\xb0\xef\x9c\x5b\xfe\xd3\x57\x8e\x42\xe7\x3e\x76\x4a\xaf\x47\x56\x17\xc6\xc0\x2b\xf2\xab\xb4\x5f\xfa\x0f\x8f\x6e\xff\x07\x9a\xfe\xce\xf8\xfe\xa2\xc1\xad\xfd\xfa\xba\x81\x78\x43\x08\x1f\xb1\x2a\x1f\x1d\xc5\xbb\xe6\xbf\x37\xf4\x75\x92\x00\x5d\x6c\xab\xf8\xf8\xce\x20\xd1\x7b\xcd\x5f\x34\x92\x1f\x18\xf4\xda\x92\xfe\xa5\xa8\xb8\xbf\xc8\xdb\xa9\x82\xd7\xd9\xff\xfc\xfe\x28\xe7\x5d\x8e\xe1\x6b\x56\xe1\x4e\xf1\x7f\x79\x5c\xed\xfd\x42\x5e\xe1\xb7\x31\xd7\x0f\x8a\x4f\xb7\x72\x5f\x52\x3d\x1f\xa6\xda\x1f\xfa\xe7\xb7\xac\xb9\x4f\x36\xe5\xfa\x6e\xaf\x54\x57\x4d\x7a\x7f\x40\x7d\xe8\x8e\x0e\xb6\x2e\xf8\xa3\xce\xdd\x38\xbf\x75\x66\xf1\x29\x4c\xdc\xb5\xab\x9f\xb2\xaa\x7c\x7c\x28\xbc\xc7\xdf\xe0\xd7\xc1\xdf\xef\x4a\xe8\x23\x16\x2d\x5e\x46\x5d\x7a\xb4\x43\x6e\x51\x24\x7f\x1c\x8d\xce\x05\x0c\x41\x3f\x47\x76\x31\xb2\x62\x33\x1f\x9d\x8b\xf1\x18\xfa\x29\x0b\x47\x1d\x46\xc7\x3f\xa1\x3f\xbb\x45\x18\x7c\xb0\x06\xb7\xb4\x87\xef\xcb\xa8\x13\xeb\xc3\x35\x14\xd4\xc3\xe7\xc7\x9e\x7c\xf8\x6b\x3d\x81\x1e\xfe\xf8\xf0\xd7\x72\x8c\x99\x93\x87\xcf\xdd\x48\xfb\xff\x1f\xfc\xf4\xa7\x81\xe5\xe9\x61\x1c\x59\x77\x74\xf0\x95\x6e\x3e\xbe\xd2\xe9\x2d\x9d\x93\xd9\x97\x9f\x8c\xb8\xbe\x23\x1c\xf7\x84\x28\x34\xbf\x12\x1a\x2d\xa1\x3b\x2a\xee\x68\x90\x1b\x8d\x79\xa5\x31\x5b\x9a\xe3\xe8\x78\x47\x83\xde\x68\xac\x2b\x8d\xd5\xd2\x98\xa3\xec\x8e\x06\xbb\xd1\xe8\x57\x1a\xbb\xa5\x09\x9e\xf1\x99\x74\x34\x10\x64\x40\x57\x9a\x63\xd7\x40\xdb\xc9\x6c\xfb\x8e\x6c\x7a\x23\x83\xaf\x64\x4e\x4b\x36\x1c\xfd\x74\x47\x33\xbb\x16\x37\x46\xaf\x34\x6e\x4b\x13\x8d\x82\x3b\x9a\xf9\xad\x4a\xc6\x95\xc6\x6b\x69\xce\xcf\x9a\xaf\x5f\x65\x09\xcf\xae\x34\xa7\x96\xa6\xbf\xf5\xf9\x53\xb7\xbe\x7a\x47\x6c\xdc\x88\x6f\xf5\xf7\x5b\xe2\x22\x4e\x5e\x51\x9a\x57\xca\x47\xa9\x06\x37\xca\xc0\x3e\xde\x13\x5a\x37\x96\xb7\x76\x84\x77\xe5\xbf\xa0\xb5\xaf\xb4\xc8\x8d\x69\xd4\x89\xd8\x8b\xec\x9f\xba\x7b\xb2\x77\xa4\xc7\x9e\x14\x31\x6e\xbd\x11\xb7\xa4\xb9\xa9\x47\xf0\x13\xd5\x14\xba\x51\xdd\x04\x94\xdc\xa8\x90\x3b\xaa\x1b\xdc\xa0\x5b\xab\xd3\x1b\x15\x76\x47\x35\xbe\xf1\xba\x55\x2e\xbb\x51\x4d\xef\xa8\x90\x1b\xd5\x0d\x49\xf9\x8d\x6a\x7e\x47\x85\xde\x84\x72\xe3\x55\x74\x0d\xb5\x8f\xc5\x4f\xc5\x3d\x52\xa6\x57\xd0\x61\x8f\x28\x28\x5b\xc2\xae\x33\x5e\x50\x4e\x6e\xb2\xbb\x51\x9e\xef\xe4\xfc\x9c\x74\x7a\x63\x7a\x2b\xbd\xba\xf5\xdd\x73\xba\xd9\x4d\x2e\x37\x35\xac\x3b\x78\x5d\x83\x40\xfd\xd4\xe7\x94\x7a\xa4\xbe\x82\x71\x3c\xb9\x55\xe0\xd2\xb7\x29\xcf\x7f\xb2\xd3\x52\xbf\xc3\xed\x54\xbf\x91\x62\x57\xd2\xe6\xaa\xdf\x7a\x61\x67\xaf\xa8\x7b\x50\x42\x88\x79\xeb\x9e\xbf\xb7\xd4\x89\x77\x47\x62\xde\x18\xde\x48\xfe\xb3\x53\x96\xb8\x78\xc5\xcc\xba\xaa\x9e\x8e\x5c\x29\xff\xd1\x89\x29\xf3\x0a\x2f\x77\x7f\x4a\xe2\xf2\xde\x10\x4d\xed\x9b\xa2\x4e\xaf\xd4\xff\xa7\xd3\xe7\xb8\x07\xed\x3f\xee\x36\x01\xf0\x9e\xc3\x77\x5b\x61\xec\xdb\xac\x30\xf8\x90\x15\xbe\x36\xeb\xb9\x15\x1e\x23\x0f\x7f\x1c\x3c\x97\xc1\xff\x78\x5b\x06\xf7\xed\x93\xa5\x01\x90\x08\x86\xe9\x67\x0c\x51\x7c\xf3\x78\x3e\x3a\x74\xdd\xb2\x3b\x7c\xad\xca\x65\xfe\xf0\xb9\xbf\xaf\x79\xb7\xb5\x55\x16\xe6\xf7\x4b\x76\xf2\x6d\x92\x45\x3f\x54\x4d\xab\xad\xd2\xf7\xc8\xf5\x89\x1e\x85\x6e\xf4\x86\x7d\xa5\xff\x8f\x96\x1e\x19\xa1\x77\x54\x98\x71\xa5\x82\x91\x9b\x16\xfe\xa5\xa5\x7a\xf0\x4e\x0f\x83\xc0\x73\xba\xd3\x4b\x83\x4f\xfd\x2d\x00\x27\xee\x16\xcf\x0a\x77\xd0\xb2\x3d\x1e\xff\xfc\xe3\x1d\x23\xf3\xb1\xb8\x9b\x69\xfa\x6b\xcb\x08\x1e\x8d\xef\x88\xac\x1b\xd1\xf4\x66\x1b\xfe\x76\xaf\xf3\x03\x43\xcf\x7e\x78\xae\x9a\xd7\x26\xcf\xee\x75\xb3\xa8\xe2\x56\x49\xf2\xe7\x1a\xda\x53\x4e\x26\xf7\x2a\x7a\x7c\xae\x9a\xd7\x0a\x9a\xf7\xba\x09\x8f\xd0\xe7\x1a\x79\x25\x42\xef\x55\x52\x37\xcb\x6b\xac\x82\x7b\xd0\xd2\x5e\x14\xfd\x1e\xa5\x9c\x7e\x1b\x74\x88\x17\x41\xb7\xde\xa7\xc4\x3e\x04\xb2\x63\x5f\xfd\xe7\x30\x7b\x04\x04\x64\xa2\xcf\x00\x01\x1e\x06\x65\x18\xe8\x65\xf1\x56\x9f\x5b\x93\xfb\x3e\x7f\xe0\xdf\xa0\x7d\x14\xbf\x89\xdd\x77\x7d\xcb\x37\xeb\x93\x50\xde\x28\x1f\xfb\xc0\x32\xef\xfb\xe0\xa1\x7c\xe4\xfa\xdc\xe7\xeb\x89\xed\xf9\xbd\xd3\xf7\x60\x3f\x5c\x3b\xed\x2d\x38\xd9\xe8\x3d\x9c\x1e\xf4\xd7\xd5\x7d\x02\xd4\xf1\x19\xa0\x1e\xe2\x37\x68\x1f\x9b\x66\x63\xf7\xc8\x6a\xf9\x3e\x6f\xda\x13\xbc\x8e\xef\x35\xed\x15\xc6\x32\x3b\xfa\x1d\xd6\x69\xf6\x6d\x10\x13\x3f\x06\x9c\xae\x4e\xff\x2c\xf3\x64\x43\xf7\xe6\xa9\x15\x9a\x93\xe9\x67\xfb\x2d\x23\xf5\xe4\xf8\xfe\xa5\xf7\x53\x9e\xe1\xe6\xb1\xcb\xec\xe9\x33\x34\x9a\x0f\x03\xd3\xb6\xbc\x20\xd0\xdf\x82\xa3\x3e\xbd\x87\x63\x7e\x3d\x3a\x9e\x5f\x42\x23\x0e\x06\x9f\xac\xb8\x34\x02\x7b\x90\xff\xf8\x36\x8e\xe6\xcf\x70\xf4\x88\xb9\xb7\x60\x34\x7f\x06\xa3\xf2\xd6\xca\xb7\x50\x34\x7b\x86\x22\xfb\x35\xa9\xfd\xca\x2e\x76\x30\xfa\x32\x84\x08\x3d\xd2\x2d\x4f\x8f\xbe\x1b\x4b\xf3\x6f\xc3\x92\xf0\x0d\x58\x1a\x98\xd7\xca\x3d\x07\xd5\xf7\x81\xc4\x7e\x3e\x92\xe9\x0f\x03\xd3\xcb\xcc\x32\x3c\x06\x76\xfd\xbb\xe1\x62\xeb\xcf\xac\x97\xfd\x0e\xf3\xc7\x1e\xb2\x6f\x83\xef\xff\xee\x87\xd5\x67\xf4\x6f\xd9\xb1\x23\xfa\xcc\x8e\xc5\xef\xbc\xf0\xdf\x08\x84\x47\xe3\xa5\x2d\x7b\x21\x92\x7b\x30\x2e\xec\x2c\xfc\x1d\x18\x84\xa1\x6f\x03\x21\xf7\xb1\xe5\x84\xae\x52\xef\x61\xef\xd1\x42\xfc\xc7\x47\x2d\xc4\xbf\x7e\x10\xb5\x9e\xf9\x4f\x0f\xf2\x1b\x43\xe3\xbf\x7e\xb8\x3b\x3e\x73\xa4\x5e\x0c\x62\x2f\x40\x62\x1d\xef\x41\x62\xe7\x8d\x5d\xbc\xb6\x54\x5d\x74\xb9\xdf\x83\x0e\xf8\xdb\xd0\xa1\x7e\x08\x1d\x5e\x5f\xab\x7f\xd6\x78\xf7\x7b\xe0\xf4\x2f\x18\xff\x1e\xcd\xc7\xdf\xde\xf3\x9b\xee\x6c\xd3\x73\x1f\xab\x7c\x6d\x85\xef\x40\x07\xbd\x04\xdd\x4b\x03\xf2\x84\xb9\xf1\x4b\xcc\xfd\x33\xcc\x92\xfd\xdc\xc5\xf2\xee\x49\xef\x41\xb7\x89\xb3\xca\x76\x3c\x3d\x1a\x91\xfa\xef\x72\xe7\xe1\xf1\xb7\xa1\x8f\xfa\xb0\x3f\x3f\xf9\x10\x4e\xa3\xc7\x86\x58\xfa\x6b\xc7\xfe\x09\x80\x8f\x36\xe9\x3f\x5e\xd8\xa4\x37\x0d\xd8\xe4\xb9\x01\xa3\x9e\xa6\x85\x6f\xda\xb0\xd9\x4b\x1b\x96\x17\x59\xec\xdb\xff\xa4\x89\xc0\xff\x7e\xd7\xda\xdd\x4d\x04\x9e\x0f\xa0\xfa\x97\x4d\xe3\xe4\x39\x4a\xed\xb7\x9a\x77\x87\xd4\xd9\x4b\xa4\xbe\x6c\xde\xbf\x74\x32\x20\x25\xbf\x13\xa1\xc8\xb7\x21\x54\xfb\x10\xee\xf2\xe4\x0d\xb8\xfd\xd7\xd8\x47\x1d\x7e\x86\xd6\x3f\x3c\x0c\xba\x18\x8c\x85\x6d\xbd\x09\x56\xf8\x19\x58\x37\x0f\x83\xc2\x0b\xac\x37\xb1\x6a\x1c\x9f\x61\xf5\xcf\x77\x8c\xdf\x82\x95\xf1\xcc\xf8\xbd\xe8\xf7\x27\x34\xc1\xcf\xd0\x14\xbd\x2a\xff\x0e\x4c\xd3\x67\x60\x7a\x61\xd2\x9f\x61\xa4\xb2\xad\xdf\x85\x91\x6f\xdc\xb0\x99\x7e\xd8\x8a\x2d\x3f\x86\xa6\xbe\xfe\xef\x1a\xaf\xf9\x33\xe3\x45\xbd\x1e\xae\xfe\x5b\xae\x60\x7c\xc8\x70\xfd\xbf\x73\x05\x43\xaa\xbc\x3c\xff\x7e\x38\x7e\xe3\xca\xf5\xaf\x1f\x04\x99\x97\xe7\xef\x19\xac\x47\x2f\xe7\x7f\xbc\xe7\xe5\x7c\xe7\xbc\x74\xfe\x0c\x8e\xaf\x27\x6a\xff\x1d\xa6\xa4\x4f\xf4\xc7\x57\x3e\xd7\x6f\xcf\x7d\xae\x7f\xce\xec\xf5\xbf\xc1\xdc\xe4\x43\x13\xd8\xee\x8a\x86\xdd\xdf\x08\xf9\x59\xb7\xac\x4f\x0f\xfd\x9d\x14\xbd\xb4\xbc\x78\x64\xd8\x41\xf0\xf0\x79\xf0\xd0\xff\x2f\x76\x9c\x5f\x0c\x3d\xb7\x27\xe8\xc3\xe7\x1f\x1e\x76\x63\x2b\x92\x2b\x40\x80\xc7\x3f\xd2\x4d\xf7\x18\xd7\x7d\x5d\xd3\x67\xea\xa4\xe2\x4b\x87\x1e\x1b\x08\xeb\xe9\x87\x75\x4f\xa2\x12\xd3\x47\xf2\xa5\x89\xf7\x5f\x08\xf4\x61\x30\xfc\xe1\x01\xc8\xf3\x48\x83\xd7\xe0\xfe\x0f\xd5\x83\x52\x72\xa8\xee\xbb\x9d\x33\x08\x45\x20\xa3\x57\x7f\x33\x9f\xb4\xc2\xf9\x45\x0d\x83\x66\x29\x00\x00\x68\x37\xe9\x18\x9a\x0b\xa7\xdc\x21\x6c\xc4\x2c\xea\x44\x0d\xb4\xb3\x19\xb2\x89\x79\xc1\x59\x86\x64\xaa\x35\xe9\x57\x9b\x06\x60\x7d\x31\x14\x7d\x63\xc0\xc9\x2c\xa9\x38\x54\xdf\x2c\x92\x5e\x33\xeb\x3d\x80\x58\x5c\xe9\x6b\x08\x80\x00\x00\xee\xb0\x84\xcf\xfb\x63\x8d\xe5\xf4\xbd\x1c\x4b\x2e\x16\xb2\x22\x23\x49\x61\x10\xac\xe5\xca\xd3\x3c\xd9\x33\x65\x55\x45\xab\xba\x76\xdd\xd3\x89\x5c\x2e\x16\x0b\x7e\xcd\x90\xa2\x4f\xb7\x6f\x03\x02\x70\x20\xe4\x3b\x86\xf1\x50\x63\xf5\x1c\xc5\xb4\xda\x89\x4e\x11\xe7\xf0\xfb\x80\xe7\x39\xd3\xc1\xd1\x44\x44\x49\x9f\xad\xce\x72\xa8\x8e\x27\x61\xc1\x69\x99\x91\xa3\x09\x2b\x38\x9b\xbd\x20\x03\x00\x18\x20\x50\x8e\xeb\x8a\xa2\x24\x11\x0b\x9a\x5e\x70\x4c\xc7\x90\x51\x55\x55\x8d\x1d\xd7\xad\xeb\xcb\x85\x58\x44\xd1\x92\xe1\xb8\xd4\x73\x1c\x27\xbe\x5c\x08\x82\xdc\x91\xab\x24\x61\x37\x3c\x5f\x86\x71\x8c\xa2\x93\x89\xe7\x41\x10\xc5\xac\x56\xc6\x4e\x92\xfc\xaa\x86\x15\xed\x94\x65\xd0\xe2\x70\xa8\x9b\x8e\x61\x73\x8a\xa2\x68\xb9\xe5\x79\xdb\x36\xcd\x19\xca\x0a\xfe\x66\x0f\x04\xe0\xb4\x42\x13\x1c\x55\xd3\x70\x9c\x20\xda\x1a\xd0\x1c\xc3\xe9\xba\x6a\xb6\x05\x31\xa4\xe0\xd3\x32\x68\x85\xe8\x74\xf2\xc5\x97\xbe\x28\xb2\x1d\xc3\x5c\xdc\xad\x72\xb1\xd9\x40\x92\xb8\x9d\x79\xb5\x48\x35\x07\x71\x0d\x29\x3b\x85\x82\x95\xf6\xcf\x52\xe0\x83\x15\x1e\x0e\x56\xd4\x7e\x60\x2d\x64\x14\xa3\x5c\xc2\x5a\xc9\x28\xc6\x98\x51\xac\x39\xaa\xb8\x0b\x46\xeb\x3e\x1d\xc3\xf6\xcb\x70\x89\x1c\xe7\x48\xfb\x81\x9c\xcd\x42\x50\x00\x01\x70\xc0\x81\x13\xaf\x19\x27\x4e\x67\xbc\x45\xba\xf2\x78\x9d\x21\x5d\x46\xcf\x81\x83\xfb\x6d\xed\x01\x01\x58\xdf\x63\x12\x3f\xdd\xb0\x49\xa8\xa5\x59\x18\x1a\x1d\xc3\x22\xf4\xb2\x22\x44\x56\xb9\xd7\xac\x72\xe7\x42\xb9\x69\xd5\xa2\x01\xef\x3a\xbf\xfd\xe3\xf0\x24\x4c\xb5\xb7\x3f\xa1\xa6\x05\xa1\xf2\xf8\xe9\x18\xde\x3f\x78\xef\x23\x2c\x4e\x0c\xe7\xe0\x00\x38\x38\xa8\x11\xca\xac\x11\xca\x17\x15\xc6\xaf\x11\x26\xc7\xab\xbe\xd7\x2f\x00\x80\x8e\x61\xdb\x3a\xd9\x6b\x68\xf3\x24\x2e\xcd\x66\xb7\x34\x9b\x66\x69\x36\xf5\xd2\xa2\x76\x6c\x40\x35\x9b\x39\x55\x6d\x09\x00\x6b\x78\x5b\x61\x07\x30\x7d\xb5\x71\xb0\x16\x1b\xda\x14\x1b\xb6\x95\xbd\xec\x21\x3b\xf3\xa4\x1c\x7a\x4d\x69\x90\x83\x09\x21\x87\x56\xf8\xca\xb7\xfc\xa9\xcb\xbe\xa7\x5b\xd1\x10\x0b\x4b\x4b\xb4\xb4\x63\xe8\x00\xa7\xf1\x17\x54\xdf\x19\x7d\xf9\x6a\x2c\xb8\x24\x09\x6e\x00\x16\x00\x60\x3c\x17\x23\x08\x1d\x62\xb3\xa6\xd9\xf9\x7c\x58\xee\x9d\x54\x94\x0c\x68\xb6\x60\x15\x36\x8f\x4a\x3d\x54\x43\x64\xdb\x6b\x4a\x8b\x3f\x63\x8d\x6a\x28\x56\x37\x8d\x17\x71\xa1\xb9\x77\x42\x8b\xd0\xcd\x19\xc6\x92\x6c\x1a\xc4\x6c\x24\x84\xd1\x96\xb7\x45\xce\xc0\x27\xe3\x04\x4a\x92\xa6\x71\xa3\x28\x02\xd3\xc5\x62\xbf\x30\xcd\x19\x96\x40\x49\xbc\x4c\xad\x40\xed\x18\xb6\x9c\xf7\x16\xa1\x63\xa9\x87\xd1\x6c\xd1\x34\x71\x28\x87\x17\x1b\x2e\x15\xc9\x30\x67\x28\x86\xb5\x05\x5d\xc1\x9f\x2a\x13\xb3\xc9\x29\x0c\xd5\xea\xa6\x89\x23\x3d\x1c\x97\x18\xa1\x8c\x4d\x73\x36\xc5\x34\xb6\x29\x7b\x4d\x11\x22\xf7\x4e\x53\x7a\x06\x4e\x40\x08\xb0\x8a\x83\xce\x82\x89\xee\x18\x3f\x2d\x22\x95\x71\x8e\x2a\xba\x50\x5d\xc1\x4d\xbc\xc5\x6e\x19\x49\x5b\x32\xe1\x9d\xb5\xe9\x24\x09\x3e\xd9\x9c\x7c\x8d\xeb\x18\xa6\xea\x46\x90\x5d\x3f\x4a\x0e\x12\xd1\x9a\xa0\xae\x2f\x01\x41\x51\x34\xcb\x30\xaa\x2c\xcb\xfe\xa3\x01\x58\x2c\x16\x1c\xc3\xe8\xb6\x69\x3a\x71\x9a\x72\x92\xe4\x79\x19\xc7\xad\xb6\xeb\x75\x9e\xe7\xf9\xac\xba\x74\x0c\x2f\x93\x86\x6c\x4e\x59\x96\xaf\xd7\x82\x50\x55\x75\xb1\x61\xb9\x15\x79\x50\x94\x90\xdf\x14\xb6\x6e\x9b\x13\x14\x93\x16\x65\x50\x58\x9a\xce\x4d\xf6\xb2\xec\xc7\x49\x22\x01\x48\xc3\xaf\x16\x87\xc0\x7d\x9f\xa2\x16\x0b\x55\x96\x3b\x86\x5d\x0d\x12\xf7\x72\xf1\xc2\x28\x66\x18\xee\x25\xe6\x66\xc4\x6e\x4b\x89\x88\xf8\xe2\xb3\x9d\x89\xb5\x48\x79\x8a\x48\x79\x07\x71\xed\xc1\xbb\x75\x03\xf7\x06\x56\xa1\x95\x83\x15\xc2\x5a\x80\x1c\x8c\x02\x55\xac\xf1\xf2\x70\x84\x11\xe4\x08\xa3\xf0\x91\x46\xb5\x60\xaf\xbd\xfe\x10\x57\x8b\xdd\x95\x48\x31\x0c\xa3\x0a\x9d\x68\x3a\x86\xae\x26\x7a\x27\x72\xb9\x8c\x98\x0d\x2f\x38\x21\xfe\x28\xc7\xab\x4e\x88\x08\x25\xd7\x18\x65\x5e\x34\xca\x97\xa6\x8c\xbf\xb3\x98\xbc\x39\x32\xd0\x6e\xb4\x86\x20\x71\x43\xcb\x3b\x71\x23\xd7\x8a\x05\x89\x0a\xdc\x31\x84\x6a\x2d\x90\x1b\xcd\x82\x1a\x25\x80\x60\x25\x80\x0f\x5a\x30\x36\xb4\x60\x3f\xb5\xe6\x7b\x43\x9b\x23\x23\xeb\xf9\x67\x6e\xc1\x57\xd3\xef\x00\x81\x70\x98\x26\x94\x18\x2f\x94\x98\xd3\x75\x08\x40\x21\x4f\xc2\x19\x69\x91\x01\x06\x68\x9d\x96\x12\x0e\xc7\x4c\x3d\x9e\x41\x4f\x92\xc6\xf8\x7b\x8d\x09\x6d\x4d\x8b\x3c\x2d\x4d\x42\x6d\x9a\xa4\x3a\xc3\xf5\x66\xac\x53\x22\xea\x3a\x84\x3a\x3a\x93\x46\x3d\xb0\x99\x34\xf2\x98\x2c\xf2\x18\x34\xf6\x34\x2d\xf1\xb4\x34\x2d\x75\x36\xbf\xa4\xd3\xac\xfc\x96\x8f\x8f\xc7\x3d\x6c\x88\x18\x08\xdd\x80\x63\x5d\xd8\xee\xa3\x48\x2c\xa5\x5c\x58\x60\x32\xa4\xe2\xd3\x60\xed\x74\x22\xad\x48\xca\x14\x60\xc6\xaf\xa7\x4c\xbe\x3b\xae\xaf\x32\x5c\xcf\xa1\xdd\x7a\xae\x1c\x44\x9a\xae\x9c\x4d\xc7\xf0\x36\x82\xdd\x5c\x87\x8a\x05\x6b\x69\x4a\x99\x8d\x45\xf9\xb2\xc2\x14\xb0\xc2\xc0\xb0\xc2\x14\x8a\x22\xcc\xbf\x66\x80\x7a\xd8\xdc\xfd\xc1\x3b\x71\x03\x35\x12\x0e\xb1\x44\xdb\xd3\xad\x48\x4f\x82\xa0\x6a\x2e\x4e\x70\x66\x82\x13\xc6\x09\x56\x09\x72\x19\xb2\x60\xef\xf2\x82\xee\xd6\xb8\x47\x25\x35\x68\x48\xd2\xdf\x30\x91\x24\x74\x0c\x05\xc9\x9c\x97\x2c\x83\x55\x55\xd3\xa0\x34\x13\xd3\xb2\xb8\x76\x50\x28\xd8\xa0\xa8\x43\x9a\x5c\x78\xa0\xa2\x80\x07\x6e\xab\xdb\x14\xa0\xa9\xb6\x31\xf5\x85\x5c\x52\x8b\xe5\x8a\x97\xcc\xd0\x11\xd7\x68\x4d\x68\x63\xf9\x42\xfa\x7d\xa7\x24\xda\x56\x92\x24\xbf\x08\x5c\xa7\xe1\xa4\x7d\x48\x85\xdb\x53\xc4\x6d\x25\xc9\x0c\xfd\x00\x77\x57\x5e\x32\xf6\xa9\x90\x67\x33\xa1\x53\xf2\x65\x8b\x4f\x62\xb2\x14\x7c\x5c\xc6\x85\x56\xa5\x16\xcc\x5a\x76\xe2\xc4\xd5\x44\xa9\xb7\x36\x5e\x14\xfa\xf4\x8a\x5b\xdb\xb2\x29\xfb\x31\x96\x60\xf5\xae\x39\xf9\xcc\x52\xdd\x71\x6b\x41\xb7\x9c\x1a\x24\x89\x58\xef\x1a\x2f\x5a\x2e\x99\xdd\x5a\xb0\xf7\xa6\x33\xc7\xf1\xd6\x3d\x63\xd6\x2d\xca\x48\x20\x78\x0e\xa4\x51\x72\x3f\xa6\x50\x84\x09\xd0\x25\xf0\x1b\x6c\x0d\x49\xb5\x10\x48\xf5\x86\x6e\x6a\x31\x80\xeb\xcd\x06\xc6\x64\xa8\xd9\x09\xb0\xac\x88\xca\xa5\xde\x28\xb0\x22\x2a\xe3\x5a\xdb\x28\x86\x1a\xec\xc4\xcd\x66\x77\x14\x65\x45\xdc\xd0\x8a\xa8\x28\x10\xa6\xf5\xbd\xac\x18\x4a\xd1\x34\x62\x30\x56\x44\x05\x11\x35\x05\x36\xb4\x60\x5c\x6b\x43\x05\xd3\x60\xa4\xd9\x6c\xf6\xed\x33\xab\x65\xa2\xc0\x30\xa6\xcd\x0f\x73\xad\x38\x68\xce\x63\x41\x3b\x51\xec\x0b\x6a\xb4\xbe\x97\xe1\xa9\x0a\xcb\x07\x51\x91\x15\x25\xd8\x2b\xa2\xb2\x3f\x68\xc1\xfe\x68\x29\xca\x5c\x9b\x4b\x75\x4b\xbc\xd9\x8c\x45\x45\x51\x0c\x4d\x19\x1f\x95\x42\xd1\xb4\x39\x7a\x10\x95\x83\x62\x05\xe3\xa3\xa5\xec\x45\x6d\xb8\x9f\xdb\x34\x7a\xd4\xe6\xbd\xea\x89\x6e\x57\x03\x78\xae\xc0\x2d\xb1\x6a\x69\x81\x6a\x58\x30\x72\x71\x93\x30\x0c\xd2\x38\xf5\xd2\xd0\xf3\xd2\x34\x0d\xd3\x22\x1c\xa7\x59\x0a\x1b\x71\xe9\xa5\x71\x9a\x71\x79\x68\xa7\x59\xda\x70\x79\x3a\xcc\xb2\xb0\xc9\x7a\xd5\xf3\xbc\x34\x4b\xbd\x34\xf7\x2e\x69\xea\x5d\xb2\x3c\x6d\xa6\xa9\xd7\x64\x45\xea\xa5\x65\x8a\x70\x79\x46\x18\x59\x7a\xce\x8a\x72\xb6\xaa\x2e\x4d\x56\x46\x44\x9a\xa5\x93\x2c\x2f\x7b\xba\x32\x45\xb2\x3a\x5a\x66\xe5\x09\x9f\xf5\xb0\xf1\xa2\x55\x92\x9e\xd3\x32\x0d\x27\x65\x38\xcd\xca\x68\xb9\x2e\x42\xc8\x8c\x27\x59\x7a\xf6\xb2\x55\x95\x91\x5c\x5e\x8e\xb2\xd2\x1b\x42\x96\x44\x8b\xca\xe1\x60\x05\x34\x72\x52\xc6\x8a\x36\x1f\xc3\x47\x0b\xc3\x8c\x39\xba\xbf\x18\xbb\x72\xd4\x31\xcc\x8e\x67\xce\xb4\xcb\x09\x74\x76\xb0\x66\x3c\x33\x4b\x43\x2b\x96\xab\x4d\xb9\x98\x0e\x8b\xe1\xcc\x68\xb8\x66\xee\xf2\xcc\x24\xd0\xb0\x74\x6c\xe8\x69\x9a\x69\x65\x9a\x0e\xcb\x8b\xe1\x9d\xc9\x8c\x2f\x08\x59\x51\xe6\x07\x4d\x09\x90\xc6\xb2\x7a\x5d\x16\xad\x12\x69\x6c\x7e\x3f\xb7\x37\x71\x9a\xa5\xa5\x97\xad\xce\x6d\xad\x4e\x4b\xb3\x0e\x67\x66\xd9\x00\xf3\x60\xe5\xe3\x53\x70\x3e\x44\x06\x57\x10\x08\x7c\xba\x6c\x4d\xb6\x19\x9f\x8d\x3a\x5a\x4e\xf9\x72\x3b\xb6\x74\xfe\x4c\x82\x68\xd9\x31\x3c\x55\xad\x06\x50\x9d\x06\x50\xb3\x04\xc4\x12\x95\x81\x18\xa0\x40\x00\x0b\xc6\x36\x65\xb9\x06\x69\x2d\xe1\x10\x45\xaf\x52\x86\x13\xe5\xb5\xa0\xba\x26\x84\x71\xb5\x78\x91\x65\x2a\x49\x19\x6d\x27\x73\xb9\xea\x28\x0c\xd6\x3b\x9c\x17\xf6\xb2\xa3\xfc\x24\xe6\xb4\x9d\x24\x3b\xb6\x9b\x28\x38\xa7\x4f\x16\x32\x1c\xb0\x59\xae\x1b\xb2\x5a\x42\x4e\x82\x6b\x9c\x2e\x8d\x65\x28\x48\xd2\xd4\x34\xe4\x7d\x5c\x89\x6a\x0d\x2e\xd8\x44\xf4\x1b\xdf\x67\x13\x43\xd8\x4b\xa1\x5f\xf4\xce\x12\x84\x71\xd8\x84\xf0\x49\x9f\xe5\x12\x5d\x90\x25\x28\x2e\x94\xbc\x66\x2f\x3a\x71\x82\x7c\x9a\x49\x75\x41\x92\xa1\x30\x29\xba\x82\xf6\x3e\xed\x17\xdc\xda\x50\xe5\xfd\x18\xad\x61\xb7\x6e\x0b\xf2\xa9\xa0\x60\x39\x53\xbd\x0e\xa3\x63\xa8\xa8\x93\xf8\x54\x7b\xb8\xdf\xf8\x11\x1b\xb1\x6b\xa9\x2d\x2d\xd8\xb0\x3a\xa6\x79\x72\x5b\x50\xa8\xf2\x92\xe4\xa7\x45\xa0\xb1\x52\xc3\x5e\x76\x5d\x41\x2a\xcf\x4b\xbe\x9f\x14\x09\xcb\xed\xb8\x85\x0c\xfb\x49\xef\x39\xe4\xaa\x22\xed\xc3\xaa\x86\x93\x5a\x32\xc8\x7d\xdb\x2c\x96\x33\x75\x49\x0a\xab\xa2\x0e\x12\x63\xb7\x52\x60\x8a\x8e\x57\x7d\xb3\xc2\xa2\x50\xb4\x4c\x4f\x91\x85\x4c\x25\x19\xab\xcb\xaa\x04\xa5\x75\x21\x6a\x99\x71\x5a\x86\xbd\x8f\xed\x27\x49\xa6\x0b\xd2\x1e\x0a\x93\x5a\xd4\x8c\x93\x87\x2c\xc2\x60\x93\x6d\x74\x63\xaf\x87\x68\x8d\xb9\x89\x61\xec\x90\x7d\x18\x6d\xb8\xcc\x32\x64\x39\x6e\x5b\x94\x9c\x0c\x03\x51\xc2\xe8\x7c\x66\xb8\x5e\x7e\xc1\x86\xf5\x3a\x86\xba\x87\x2c\xe0\x90\x2b\x62\x6d\xb7\x97\xbc\xb4\x0e\x34\x56\x37\xc8\x65\x38\x0e\xd2\x35\xaf\xed\x24\xd5\x0f\x93\x5a\x63\xa5\x13\xd1\x16\x54\xe4\xa5\xae\xef\xf5\xb0\xaa\xb1\x24\x91\xbc\xe9\x21\x1c\x47\x9b\x7c\x73\x34\xe4\x7d\x5a\xf5\x9d\x52\x27\xc9\x4e\x9a\x1e\xf6\xfb\x88\xdf\x96\x47\x65\x0f\x00\x09\x1c\xb0\x06\x02\x03\x58\x4d\x27\x05\x9f\x95\x41\x67\x48\xa9\x05\x23\xe7\x18\xab\x8b\xf8\xa5\x21\xfd\x94\x90\x57\x6b\x5e\xb2\x13\xd3\xaf\x09\x4e\x0a\x94\x86\xa2\xfa\x99\x14\x6b\x1c\x5a\xe9\x26\xb5\xa5\x62\x04\xb1\x0f\x68\x3f\x4f\x57\xa6\xb2\xd7\x2f\x7e\xd2\xca\x66\x25\x00\x10\x5f\x0d\x29\xee\x8f\xd9\x5a\xa0\x38\x52\xf1\x59\x40\x09\xed\xb3\x05\xd3\x02\x13\xa8\x5a\x22\x7a\x64\xef\x39\xe0\x9e\x4f\x2f\xd6\x02\x93\xca\x6a\x0b\xa1\x44\x14\x4f\x6d\x6f\x2f\x96\x6b\x5e\xf0\x62\x4d\x9d\x61\x38\x47\x84\x94\x4c\xc5\x29\xa7\xca\x82\xe4\xfb\x41\x22\xb4\x7e\x4a\x6c\xb6\x23\xbc\xb1\x21\xe4\x3d\x7e\x71\x20\x16\x5c\x67\xa3\x32\x90\xdb\xd9\x68\x5b\xd6\x5a\x55\x1d\x8b\x16\x2e\x9c\xbb\xa0\x76\x54\x1c\xa5\x2a\x25\xec\x9d\xb2\xb0\x2c\x4d\xd2\x27\x07\xba\xa1\x93\x34\x33\x76\xaa\x00\xbc\xc2\xb5\xd4\x8b\x74\x39\x2c\x60\x3a\x09\x33\x53\x52\xf7\x5e\xde\x0f\x01\x80\x6f\x00\x10\xc8\xbc\xa2\x98\x78\xb3\x10\x02\xc0\x82\x25\xa0\x80\x1a\xd7\xe2\xa9\x39\x05\x11\xb5\x58\xad\x79\xdb\x31\x37\xc0\xa9\x31\xf7\x42\x91\x5e\xb6\x88\x98\x35\x2f\x38\x8e\xd2\xd6\x9e\x20\x16\x54\x43\xfa\xad\x07\x76\x1d\x46\x4b\xd5\x74\xdb\x09\x22\xb7\x20\x29\x8a\x61\x12\x6d\x27\x09\x82\xe3\xba\x34\xcb\x4d\x24\x82\xa2\x28\x26\x49\x0e\x82\x20\x38\x9e\x1b\xd0\x4c\x3b\x36\xa5\x5d\x5b\x57\xb8\xa8\x2d\x79\xc2\xd7\xf1\x76\x88\x25\xc0\xd2\xbf\xd6\x90\x01\xb5\x74\xf2\x97\xb1\x26\x2e\x38\x53\x75\x02\x96\x95\xda\xda\x51\x54\xc2\xa6\x07\x66\x2d\x78\x7e\x52\x2b\x2a\x86\x4f\x16\x72\x40\x67\x39\xc3\xee\x5a\x45\x80\x2d\x17\xe7\x74\x09\x59\xec\xfd\x0d\x97\x99\x8a\xaa\x4f\xd0\xde\x3f\x4c\x2c\xcd\xcb\xc8\xc3\x01\xa6\xd3\x75\x61\xeb\xba\x0e\xc5\xad\x86\x64\x8d\xe1\x03\xb0\xa9\x68\xbc\x22\x2a\x50\x17\xf4\xc6\x33\x55\x42\x8a\x21\x8d\x90\x81\x0f\x4c\xe0\x10\x84\x4f\x2f\xf8\x56\xee\xb2\x1a\xc7\x35\x86\xd5\x7d\x2f\x13\x44\x44\x87\xcb\x2d\xcf\xe9\xaa\xda\xcf\x02\x5a\x07\xb4\x9d\x46\xf0\xeb\xf5\x75\x66\x50\x27\x6e\x37\xb5\x58\xde\x66\x0b\xe8\xf3\xe9\xc6\x6d\x06\xd1\x31\xec\xa7\x11\x3e\x00\x44\x52\xb5\x63\x77\x4e\xd3\xbe\x89\x72\x62\x4c\xb5\x6e\x2f\x03\xd2\xd6\xdf\xc6\xe9\xbd\x1a\x57\x75\xed\x3a\x06\x71\x5d\x6f\x58\xcb\xaa\xd4\x3f\x73\x4f\xc6\xf5\x59\xc7\x70\x6d\xea\xea\xed\x87\xdb\xe2\xc4\xda\x54\x5f\x2d\x58\x7c\xe4\x59\x6f\x1c\xe8\x22\xcb\x8c\xc3\x7e\x1f\x96\x45\x3b\x75\xd0\x27\x63\x18\x0e\x92\x2c\x13\x70\x70\xae\xe2\x25\xd8\xce\x96\x0b\xb8\xef\x4f\xe2\x52\x75\x32\xa4\x00\x0a\x00\x7e\x22\xc3\x25\xcf\xf3\x82\x6a\xb9\x8c\x9a\x4c\x38\x89\xea\x18\xb6\x10\x8a\xe5\x0d\xc7\x4b\x4e\xe0\xd2\x38\xc7\x49\x41\xb3\xf3\x13\x2e\xd1\x25\x79\xef\xa7\x9a\x09\xb3\x12\xe7\xed\x83\x20\x68\x87\x80\x9d\xbc\xf7\xe3\xae\x60\xfc\xb2\x0f\xe0\x80\x4d\xdb\xca\xf0\x8e\x17\x14\x1b\x51\xef\xad\xcd\x64\x0c\x8f\x29\x9a\xe1\xf4\xc3\x7e\x1f\xe7\x45\x1d\xe0\x9c\x94\x8e\xe1\xf1\x82\x5b\x6f\x54\x4d\x92\xc3\xb4\xa8\x2d\xd7\xcb\xc8\x85\x0f\x05\x6c\xbe\x6a\x9b\x39\xb9\xb8\xc1\x46\xd3\xf5\xa6\x6d\x7a\x5e\x70\xc6\x61\xaf\xc6\x97\x7e\x16\xd0\x42\x44\xd2\x43\x18\x0e\xb9\xd5\xc6\xd2\x74\xa2\x22\x1d\x23\x02\xc0\xa1\xbc\xca\x54\x75\x25\x59\x6d\x09\xc8\xbe\x82\x97\xa0\x70\x00\x44\xa2\x47\xc1\x5a\x10\x1c\xc7\x95\x5b\xc8\x4c\x88\x4e\x29\xfa\x75\x1b\x59\xe4\xd6\xb6\x6a\x5a\xfd\x72\x0a\x75\x22\x97\x51\xcc\xf4\xc4\x2e\x0b\x6a\xcc\xad\x21\xaa\x9f\xdc\x08\x7c\x69\xde\xb4\x8a\x92\xfd\x2c\x5a\x2e\x85\x8e\x2e\xa0\x71\xa2\xd5\xaa\xde\x9d\xa3\x18\x26\x56\x45\x49\xf2\x7c\xab\x25\xe6\x3a\xe2\x38\x61\xd5\x96\x38\x0c\x02\x9a\xe5\x38\x7d\x4f\xf5\x74\x82\x24\x79\x61\x10\x74\x4c\xaf\xf3\x3e\x4d\x90\x7a\xa6\x6c\x3f\xa6\x70\x7a\xfb\x03\xc3\xc4\x9a\x28\x74\xc4\x34\xcb\xb5\x35\xed\x89\x45\x49\x72\x7c\xb7\xeb\x2c\xbd\x67\xc0\xdc\x98\x76\x05\xc9\xad\x8b\x4c\xe2\x15\x01\x00\xb1\xed\xa7\x15\x2c\xb7\xe5\x98\xb0\x82\x50\x93\x21\xe5\xc5\x89\x91\x1c\x02\x90\x00\x00\xd3\x72\xd3\xc9\x25\xda\x5f\x08\x92\x8e\x18\x69\x2f\xa1\x92\x60\xba\xb8\xb7\x72\x69\xc9\x3b\x05\xcb\x7c\xaf\x30\x0b\x53\x56\x61\x4d\xa8\x13\x51\xdc\xc9\xe1\xb9\x67\x18\x2d\xb8\xb5\x2c\x0f\x2d\x15\x8a\xeb\x6a\x72\x91\x15\x3f\x8e\x7d\x75\x25\x99\xe9\x05\xb6\xf2\x0a\x6f\x27\x29\x04\x00\x15\x45\x50\x8d\x23\x03\x9c\xc6\x4f\x4c\x5b\x2b\x17\x08\x09\xe0\x88\xaa\xda\x80\xfa\x00\x04\x0a\xc3\x99\x7e\xbe\x4c\x38\x15\x57\xa3\x62\x03\x85\x3e\x09\x70\x82\xba\x80\x8b\xe8\xd1\xce\x9a\x72\xf9\xd4\xd1\x59\x8f\x77\x70\xf5\xb0\x20\x19\x1c\x05\xeb\x93\x3a\x86\xbc\xea\x1c\xaf\x73\x40\x1f\xac\x1a\x66\x18\xc1\xc1\x89\x05\x53\x0b\x94\xec\x33\x44\x6f\x1c\xa8\x31\x86\xa2\x0e\xbc\x2d\xd7\x14\xcb\xfb\xfb\x80\x74\xfa\x69\x28\x0a\x00\x58\x3a\x00\xf8\x0e\xe4\x30\x1e\xa7\xf3\x2a\xca\x9f\xaa\xa1\x40\xb1\x94\xe8\xbb\xdc\x8e\xc2\xae\x2b\x4f\x2b\x80\x3b\x60\x06\x1c\x42\xa0\x3b\x86\x1e\xe3\x31\x5a\x3c\x39\x55\xc3\x35\xf9\x48\x0b\x84\xe0\x7e\x09\x95\x00\xd7\x52\x40\x3f\x59\x24\x80\xbb\xd5\xc6\xd6\x0e\x00\x41\xe5\xab\xeb\x2f\xfc\xa2\x5f\x32\x35\xfc\xb8\x9b\x95\x85\xe6\x14\x25\x45\xe7\xb2\x39\xad\x27\xf3\x1d\x68\xf8\x9d\x3f\x45\xad\x68\x55\x1a\x76\x95\x1b\xba\x13\x6a\xde\x26\x41\x2d\x88\x33\x72\xaa\x96\xd4\x11\x83\x1c\xe4\x5d\xc5\x3a\xbe\xad\x59\x11\xbc\x54\xd1\x26\x3e\x75\x0c\x11\x64\x94\xce\x49\xba\x38\x23\xb2\x07\x8f\x4e\x61\x3d\x0d\x08\xb9\xd8\x16\xf0\x6c\x94\xab\xc7\xf9\xda\x77\x40\x0e\x16\x22\x6e\x21\xce\x7a\xb1\x45\x73\x79\x98\x12\x5b\x15\xbf\xcc\x95\x0c\x20\x6a\xca\xc6\xf9\x1e\xd9\x8f\x47\xf6\x11\xf6\xfa\xf9\xf2\xa8\x44\x4c\x67\xa6\x2d\x46\xd8\xf4\x24\x0f\x93\x6d\x68\x2c\x28\x56\x76\xfc\x63\xa4\x33\xc8\x9c\x34\xb6\x69\x6d\x59\x5a\xe2\x1a\x6b\x31\x24\x4c\x2c\xe3\x02\x5f\x5e\xfb\x97\x7a\xe6\x31\x71\xe9\x60\x16\x7b\x86\x79\x75\x39\xd7\xb1\xb9\x39\xec\x6b\xb8\xb0\xcf\xa9\x39\xd5\xc6\x07\xda\x22\x4f\xab\x51\xba\x6c\x0a\xf1\x78\xda\x53\xfb\x9a\x1d\xe9\xde\xc2\x6e\x4e\xb1\x5b\xce\x97\x39\xa1\x59\x02\xce\x19\xde\x12\x52\x0a\x79\x84\x84\x33\x2c\x20\x17\xe3\xdd\x68\x58\xfb\x9a\xa9\x46\x87\x21\xd5\x33\xd4\xd3\xe6\x3c\xaa\x77\x0e\x1f\xef\xe8\xc5\xb0\x9e\x4a\x9b\x54\x40\x37\xc3\x18\x00\x5c\xaa\x4b\xe5\x50\x4d\xa7\xac\x85\x19\x61\xb8\x0b\x4b\x56\xf7\x0f\x53\x0c\x9a\x2f\x97\x90\xbf\x50\xb9\x33\x10\xb7\x49\x75\xe4\x25\xb0\xbd\x48\x5b\x60\x8e\x7b\xd8\xf8\x91\x4d\x56\xf8\x78\x59\x01\xc0\x06\x02\xa9\x72\x18\x36\x9b\x6c\xa6\xf3\x05\x4b\x9c\x6a\x74\x98\x4c\x74\x52\xb6\xc6\xd3\x83\x74\x16\x2f\x87\x15\xeb\x33\x04\xa6\x6a\xf0\x69\x75\xc6\x82\x84\x77\xb5\x5d\x03\xe5\x43\x32\x8c\x68\xd8\xea\xbd\xaf\xa4\xc8\xa2\xf5\x44\x26\x1d\x66\x0f\xc3\x07\x77\x66\x2e\x77\x16\x34\x92\x42\xc3\xe1\x81\x55\x9b\x97\x7d\xb5\x6e\x67\x9c\x99\x86\x1c\x37\xd2\x51\x33\x1a\xce\x53\x33\x0e\x1d\x16\xdb\xb4\x88\xd6\xca\x8a\xb7\xf7\xfc\x62\xec\x2b\x67\x59\xed\x9b\x9c\x8c\xb7\xec\xc8\xf5\x89\x00\xd3\x69\x91\x47\x77\xab\x85\xba\xd5\x4c\x46\x46\xce\xea\x1a\x76\x63\x57\x42\x4f\x4b\x3a\x88\x2e\xfb\xd1\x78\x87\xb1\x53\x7f\x91\x4b\xee\x61\xbf\x9b\x6d\x20\x4c\x19\x22\xc4\x68\xb1\x4d\x59\x58\xb0\xf6\x5e\xbe\xd8\xf6\x06\x96\x6a\x96\xe9\x81\x91\xf0\x2d\xe3\x45\x7b\x52\x2e\xa6\x8c\xcd\x9e\x47\x47\x8c\x2f\x1a\xbc\x4e\x76\x8d\xa6\x09\x43\x42\xa5\xdc\xe5\xe1\x98\x2e\x50\x1d\xe0\x42\xe0\x4d\xc7\x0b\xd6\xdd\xa0\x31\x7b\x1e\xba\x07\x13\x24\x80\x6d\xe7\x0e\xfb\x8e\xe1\x6c\x31\xce\x74\x70\x40\x37\xb2\x09\xf0\x48\x29\xa6\x53\xa2\xd1\x00\x3e\x5c\xe5\x4b\x53\xb1\x87\x02\xea\x0e\x05\x1c\xae\xdc\x91\x96\xb1\xbb\x6d\x2d\xe1\x16\x33\x0b\x9d\x9d\x0d\xac\x5d\x2e\xf0\x31\x2d\x53\x91\x33\xc7\x97\xa6\xb2\x75\xeb\x8e\xa1\x24\x8a\xaa\xcf\xed\x35\xf6\xc0\xd3\xea\x76\xa2\xa0\x80\xca\xbc\x84\x8d\xa9\xd3\xc1\x01\xe3\x8a\x15\xb5\xa5\x44\xd5\x21\x4b\x86\x33\x1a\x02\x13\x87\x3a\xe4\x0e\xa6\xa3\x5a\x0e\x56\x4c\x91\xad\xf1\xe9\xf0\xe8\x4e\x65\x6e\x75\x56\xf7\xfd\x8c\xde\x2a\x72\xb2\xa2\x8f\x70\xd8\xa8\x8d\x04\xd3\xb3\xf1\x06\x76\xc7\xfc\xa5\x18\xdb\xd3\x09\x0e\x0b\x96\x04\x49\x20\x17\x3c\x67\xb5\x5d\xf3\x0e\x2b\xcd\x59\x91\x98\xba\xf4\x01\x4c\x7c\x39\x5f\xd1\x1b\x8e\xc4\x4c\x80\x99\x3b\xf1\xec\x48\xfd\x1a\xec\xd6\x44\xe8\x60\x3e\xaf\xf7\x88\xb0\xf3\x46\xeb\xa5\x38\x23\xa9\x70\xb2\x8f\xce\xba\x22\x80\x5d\x25\xa6\x22\x77\xba\x54\xc2\x1c\xcf\x32\xb7\x74\xc4\x31\xe0\x76\xf9\x56\xb0\x05\xd3\xcf\x00\xef\x90\xbc\x6b\xec\x28\xe9\x92\x1d\x04\x0c\x22\x3a\x86\xfe\x26\x39\x58\xc5\xfe\xb4\x9f\xee\xc7\x23\x44\x3e\xd9\x07\x44\x9e\x63\x0e\x63\xe9\xc1\x51\x04\x31\x08\x53\x99\xf2\xaa\x04\x43\x5c\xc2\x32\x89\x2a\x70\xd0\xe9\xd1\x34\x8e\x4d\x10\x0a\x6b\xe0\xe8\xb8\xef\x4e\xcd\xe1\xd1\x24\x1d\x7a\xd8\xe3\xf0\x58\x91\x87\x63\x63\x3b\xab\xad\xb9\x52\xd9\x1c\x00\x56\x00\xd9\xee\x70\x8a\xdc\x51\x79\x58\x5c\x90\x33\xbc\xf4\x91\x44\x99\x8c\x90\x02\xcb\xca\xfd\x0c\x3e\x4e\x92\xec\x68\xac\xc7\x02\xb2\xdf\x28\x97\xf9\x0c\xaf\xe4\xc2\x20\x2a\x97\x76\x7b\xff\x70\x5f\x6e\xed\xf3\x84\xb7\x47\xa8\xa6\xd3\x82\x6c\x3a\x5c\xa6\xe4\xa8\x65\x1f\x1b\x17\xde\x01\x12\xc0\x24\xe5\x62\x06\xa2\x04\xa4\x4e\x11\x15\x66\x0c\x8d\xed\xd1\xe7\xe2\x1c\x29\x18\x50\xda\xc8\x99\xd5\x78\xcf\x45\x1c\x1d\x09\x26\xbd\xb5\x41\xb6\xd2\x91\xf1\xb3\xd5\x19\xda\x02\x69\x36\xd9\x6e\xad\xd5\xd4\x99\xc5\xe6\x98\x2b\xec\x0d\xcd\x71\x0d\x27\xda\x2e\x7f\x1e\x3b\x6c\x4c\xaf\xf0\xed\x21\xd4\x0f\xe7\x2d\x2e\x30\x2b\x87\x8d\x23\xc8\x30\xf6\x78\xde\x64\xaa\xa6\xaa\x15\x35\xed\xa7\xb7\xc1\xf8\x34\x3c\xef\x2c\x79\xaa\x24\xfe\x18\x5e\x79\x32\x24\xe8\xa7\xad\x7f\xa9\x00\x58\xa6\x86\x4c\x40\x23\x35\x57\x79\xcb\x40\xed\x09\xce\x27\x53\x0a\x32\x09\x0f\x42\x41\x3c\xda\x39\xe4\x4c\x53\xc0\xda\xb3\x26\xee\x08\xcc\x18\x1b\xef\x18\x6e\xfc\x64\x32\xaa\x73\x00\x08\x8d\x5a\x51\x2a\xe3\x0f\x2f\x67\x66\x22\x34\xf0\x66\x33\x09\x98\x63\x81\x8f\x26\xcc\x7a\x7f\xda\xb3\x1b\x3e\xdd\xee\xd6\xb6\x05\xc2\x8b\x7e\x9a\x50\x39\x24\xe0\x7e\xc0\x26\x9e\xb4\xdf\x2f\x23\x61\x4c\xc4\x6a\xbf\xfd\xb1\xd8\x83\xb0\x18\x42\xce\x4a\xc0\x69\x8e\xc0\xa3\x64\x2c\xc8\xb2\xa0\x8d\xe0\xc2\x2d\x34\x12\x67\xe5\x84\xde\xab\xb3\x71\x83\xa0\xb1\x19\x67\xf8\x64\x1c\x1f\xa6\x29\x8e\x5d\xa0\x78\x0b\xce\xa3\x63\x5c\x2f\xc7\x58\xa5\x84\x0e\xb3\x3c\xf6\xe6\xab\xa6\xf9\x6c\x16\xd8\x9a\x89\xa7\x30\x57\x23\xda\x99\x48\xe7\xb8\xa3\x4f\x90\x39\xa8\xcb\x65\xb9\xdd\xac\x46\x53\x58\x25\x68\x94\xba\x54\x6c\x92\x2e\x69\x70\x98\x1c\x68\x28\x3f\x29\x46\x09\x36\xd1\xf9\x6c\xad\xcc\xac\x3c\xaa\x15\xbf\xee\x17\x31\x3c\x52\x9f\x78\x00\x9d\xcc\x80\x0a\x00\x3e\x09\x37\xf8\xfa\x60\x3a\x3b\x72\xb6\x94\xc4\x94\x45\xcf\xd5\x8c\x38\x81\x80\xa0\xb6\x80\x00\x52\x70\x18\x81\x6d\xb5\xe5\x59\x2e\x98\xd7\xed\x30\xba\x0d\x23\xfb\x3c\xb6\xf7\x09\x82\x1c\x9c\x7e\xa0\xaf\x10\xf2\x7c\x6c\x26\xe1\x65\xe1\x23\xf1\x65\x3b\x53\x77\x5c\x4e\xf0\xe7\x06\x38\x60\x25\x78\x50\x0c\x9b\x93\x4d\x93\x8f\xf9\xf1\xd6\x19\xbb\x28\x20\x18\x16\x38\x60\xb1\x85\xf4\x4d\x84\xd5\x10\x4e\x3a\xca\x71\x39\x2d\xc7\xbb\xe2\x72\xec\x07\x7a\x53\x64\x4a\x15\x5c\x04\x17\xa7\x47\xc1\x59\x12\x41\x51\x38\x60\xb2\xdb\x1a\x7b\x0d\xcc\x1d\x5d\xce\xb4\x3d\x90\x29\x00\x86\x64\x8d\x4e\x05\x64\x94\xcd\xa6\xcb\x5a\x96\x53\x2d\xc4\x21\x3c\x94\xcb\x75\x10\x9f\xe8\xd3\xb2\x80\x1d\xb2\xdf\x5c\x88\xa2\x73\x79\x98\xad\x99\x30\x3f\x49\x29\xb6\xf7\x1b\xa9\x59\x48\x93\x31\x4f\x31\x01\x5f\x1e\xf7\x7b\xbb\xa9\xf7\xc9\x79\x42\xe3\x0e\xe9\xb0\x4a\x50\x1c\x0f\xb4\x5a\x6c\x00\x88\x52\x19\xaa\x85\x98\x84\xd4\x95\x77\x88\x31\x93\xc6\x84\x7e\xf2\x88\x12\x91\x0a\x17\xf8\x0a\xf8\x1a\xc1\x03\x1c\xb8\x86\x3f\x02\xeb\xe1\x08\x54\x12\x41\x58\xc1\x1e\x00\xb0\x36\xe9\x93\x34\x8d\x2b\x63\xb6\x50\xc8\xe6\x6c\x93\x9e\x76\x6e\x22\xa3\x18\x17\x34\x6a\xac\xb0\xd8\xda\xc0\x2a\x17\xcc\x66\xbb\x7e\x6a\x46\x01\x9c\xd0\xce\xe5\x31\x9d\xab\xc4\x0e\x2f\xd6\x95\x02\x04\x99\x02\xd5\xa2\xd8\x04\x45\x23\xe9\xcb\x33\x20\x55\x02\xd9\xd5\x2b\xe5\x94\x7a\x22\x18\xf2\x1a\x58\xbb\x8d\x99\x52\x8e\x68\x02\xbe\x8a\x09\xe7\x6c\xed\xea\x7c\xb7\x5c\xf5\x93\x47\x8a\x9e\x0c\x63\xde\x18\x0f\xb7\x80\x99\x99\xde\x56\x30\x0f\xce\x34\xe1\xd5\xe1\xea\x54\x0b\xd2\x79\x7c\x3c\x85\x74\x79\x42\x50\x67\x51\x35\x08\x0c\x8d\x8c\x05\x37\x69\x90\xda\xd9\xcd\x66\x53\x3b\x0e\xf7\xf2\x8a\xd2\x49\x0b\x42\xab\xa5\xdd\xef\xeb\xa9\xb5\x75\x32\x1d\x65\x2c\xd5\x67\xa9\x8a\x20\x25\xd6\x0e\xac\x98\xfa\x22\x81\x01\x49\x18\x85\xa5\x12\x03\x39\x3f\x4c\x81\x03\x84\x35\xbe\xd1\x95\x0a\x80\x00\xe0\x62\xbd\x1b\xc1\xdb\xf0\x98\xae\x52\x49\xdc\x90\x86\x7b\x30\xa0\x5e\x97\x0d\x3b\x4b\x70\xc4\x98\xa3\xa7\xa4\xdc\x53\xda\x09\x27\xc8\x31\x6f\x5a\x07\x3a\x21\x38\xca\x21\xc8\xa3\x49\x6f\xd7\xd5\x0c\x00\x40\xca\xd5\x0e\x0d\x22\x39\xc4\xa0\x20\xac\xb2\x64\xbd\x76\xb7\x02\xc3\x9d\x26\x25\x44\xcd\x8e\xd9\xf8\xdc\xcf\xa4\xf0\xc8\x59\x6f\x2c\x26\xc8\xb4\xdc\x73\x4e\xba\x1b\x9c\x4a\x6b\x02\x68\xc5\x19\x16\xcd\xa1\x92\xa3\xc3\x0a\xd9\xb1\xab\x44\x3f\xe9\x7b\x0e\xa0\x4a\xb7\xd1\xee\xd1\xc7\x94\x75\x38\xa0\x41\xb3\x43\x56\x48\x88\x55\x17\xc2\x46\x35\x7b\x77\x6e\x7b\x56\xa9\xc5\x8c\x08\xce\x99\x20\xb2\x0e\x6e\x27\x6e\x15\x6d\xf6\xec\xa9\x58\xa4\x61\x32\x51\xa8\xad\x74\xc6\xed\x29\x85\x7b\x32\x92\x3a\xac\x21\x80\x8a\x44\x57\xf6\x6c\x05\xd6\xe4\xda\x5d\x1a\x1b\x00\x40\xe0\x70\xc3\x82\xce\xb1\xde\x1e\x0e\xd5\x0b\x6b\xce\x2f\x44\xc4\xea\x48\x56\xaf\xb6\x65\xb0\x88\xea\x2a\x3f\x28\x73\x3a\xf7\xc7\x3e\xba\xf5\x72\x02\x2c\x89\x19\xed\x57\xc6\x82\x9a\x3b\x6c\xb7\x4a\x12\x5d\xfc\xfc\x04\x11\x16\xbd\xd6\x56\x2b\x27\x6e\x66\xeb\x21\x7d\xdd\x5f\xf6\x2a\x15\x77\x98\x7a\xd8\x2c\x3d\x02\x07\x1c\x08\x70\x6e\x93\xd0\x70\xce\xcf\xd9\x44\x31\x2f\x94\x37\xd7\x33\x18\x53\x83\xa5\x93\x95\x05\x76\xdc\xb2\x91\x6f\xb1\x93\x33\x55\x69\xdb\x0b\x58\x0a\x38\x43\x91\x72\x16\xac\x4d\x1c\x80\x7e\x41\x72\xcc\x01\x09\x12\xd2\x21\x5b\x89\x39\x85\x02\x56\x2b\xd6\x11\x20\x27\x8b\x88\x57\x2b\x35\xe0\x19\xed\x5c\x34\xf2\xc6\x3a\x65\x36\x3e\x3d\x7a\x6b\x7f\xcf\x40\x44\x88\xe3\x13\xc0\x00\xce\x44\x66\x60\x1e\xe7\x14\x1d\xec\xa4\x05\x45\xf4\x06\x76\x68\x1a\xb6\x48\x12\x90\x2e\x26\xab\x65\xba\xd9\x26\x81\xc9\x8d\xa6\x93\x55\x1d\x8d\xb3\x24\x4c\x2f\x87\x5c\x65\xf7\xa2\x37\xa2\x85\x6e\x6b\x58\xf0\xe7\x6b\x02\xf0\x9e\x91\x09\xb8\x00\x48\x82\xcc\xd3\x24\x8e\xb7\x65\x61\x0d\xa1\x7e\x46\x4f\xd8\x73\x67\xe2\x51\x96\xa7\x1e\x1c\x25\x14\x00\x83\x0e\xd1\x2a\xf7\x29\x9c\xf2\xf0\x20\xde\x08\x13\xce\x83\x46\xdc\x4e\x80\x84\xd3\xfe\x78\xaa\x1b\x6f\x08\xec\xf2\xc0\xc5\xeb\x13\xa5\x1c\x05\x5e\x6b\x32\xe8\x32\x47\xe1\x74\xe5\xac\xc7\x57\xd5\xab\xcf\x86\xc6\xa7\x66\xad\x4d\xd8\x89\x9f\x05\xd9\x09\xbd\x8c\x4f\x73\x60\x39\x1c\x59\x4f\x16\x11\x9b\x2b\x2b\xd7\x30\xd1\x71\x99\x62\x33\x74\x18\x97\x92\xb5\xc1\x93\x98\xf0\x08\x65\x99\x35\xc3\x7d\x23\x83\x11\x49\x16\xe4\x0c\xec\xae\xbb\xb7\x88\x0b\x05\x6b\x02\x80\xc6\xa4\xcf\x43\x69\x78\x94\xa4\x8d\x6f\xab\xfb\x60\x97\x18\x08\x1a\x1e\xc7\xe2\x31\x4c\x53\xd6\x5e\xdb\x7e\xe0\x2e\xc1\xb1\x9c\x2a\x31\xa0\x00\xe1\x00\x90\x70\xa2\x5f\xac\x86\x9c\x2f\x90\xfb\x75\xa5\xf6\x9e\x83\xdc\x9d\xf7\x20\xb8\x3c\x99\x41\xb5\x9b\xcc\x61\xf9\x94\x0a\x78\x85\xd4\x28\x66\xda\x45\xea\x9f\x04\xea\x52\x22\x8b\x39\x3e\xd9\x0c\xc5\x09\x06\xc9\xe9\x8c\x57\x3c\x67\x5a\xf1\xe1\x64\x5f\x46\x90\xad\xa3\x01\x47\x6e\x63\xdd\x60\xf3\x8e\xe1\x44\x5f\xa5\x8e\xe1\x6e\x9b\xe4\x8c\x72\x22\xea\xf1\xa4\x17\x54\xb3\x99\x96\xa8\xd3\x14\x66\xf8\xb5\x69\x00\x09\xf0\x40\x29\x42\x93\x88\x62\xc3\xcc\xfc\x05\xca\x2d\xa4\xe9\x48\x8b\x72\x5f\xd9\x8b\x1b\x7a\xce\x42\xa2\xbc\xe4\xf8\xa8\xef\xe5\xcb\x65\xbe\x07\x33\xf2\x3c\x59\xb5\x93\x31\x71\x4d\x08\x32\x40\x17\x99\x57\x1c\x95\xf5\x38\x30\xb5\xe3\x12\x11\x90\xdd\xe8\xac\xa1\x53\x76\xac\x2e\x5d\x33\xc4\xf5\xe6\x74\xb4\x2e\xa5\x32\xc6\x9c\x15\x68\x32\x13\x32\xfb\xd9\x54\xbf\xbf\x4c\xb8\x93\xad\xd5\x3e\x58\x5c\xf6\x27\x7a\x8f\x5e\x24\xf3\xa4\xef\xf5\x71\xb8\x30\xe3\xe3\xb2\xde\xd7\x76\xc5\x81\x95\x13\xec\xf1\x64\x25\x9f\xab\xca\x1f\xca\xbc\x8b\xd9\x9b\xc5\x45\xe6\x73\x78\x44\xd1\xc3\x44\xcb\x86\xa5\x85\xf1\x4d\x3f\xbd\x5d\x54\xaa\x05\x00\xee\x8c\x13\x6c\xbc\xf2\x24\x07\xa8\x23\x4d\x09\xf8\xd0\x0b\x28\x67\x19\x4d\x16\x08\x6f\x56\xea\xa9\x61\xa6\x67\xfe\x04\x17\x93\x3a\xaf\x51\x09\x09\x70\x75\x3e\xa1\x64\x01\xa7\x27\x80\xc1\x41\xb8\x55\x97\xe8\x36\xee\xad\x8d\x4a\xc4\x2c\x00\xe4\xde\x1e\xf2\x1a\xab\x79\xd3\x51\x3d\x9d\x8c\x2e\xcb\xe9\xaa\x39\xce\xd7\xd8\xa1\x11\xb9\x88\xde\x86\x67\x7b\x9d\x7b\x81\xb0\xac\x94\xeb\xd9\x07\x64\x25\x90\xb3\x2d\xd1\xce\x29\x49\x47\x87\x84\xf2\x84\xaf\xae\xc3\x68\x63\xb3\xa8\x3e\xd1\x46\x94\xa8\xe0\x40\x0e\x00\x45\xa6\xe7\x78\x3d\xc5\x05\x1c\x94\xc0\x29\x1b\x3a\x65\x56\x45\x78\x5a\x22\x9c\x85\x56\x47\x2e\x36\x22\xde\x05\x48\x33\xc3\xd2\x7d\x2c\x6e\xc3\xb9\x5b\xc5\xfc\x32\x26\x01\x08\x7a\xd8\x18\x15\x09\x00\x36\xa1\x97\xa0\x3c\x1c\x83\x65\x8c\x1c\xed\x71\x51\x2c\xe6\x07\x99\xb4\xc1\x5c\x0d\x55\x02\x17\xa0\x78\x9b\x8d\x60\x81\x98\x31\xe7\x92\x68\xe5\x9d\x18\x32\x10\x08\x6e\x3c\x5e\x87\x14\xc2\x4f\x67\x0a\x30\x96\xc2\xae\xdf\xf1\xd9\x32\xdb\x4d\xbc\x9b\x37\x1b\x13\x09\xc6\xbc\x3d\xdd\x01\x65\x05\x36\x78\x79\xdc\xcd\xd6\xdd\xe9\x8e\x45\xb3\x43\xb7\xd2\xac\xfd\x1e\x53\xab\xc5\xd2\x18\x97\x3a\x51\x55\xd4\x19\xa6\xf6\x2e\x9d\x79\xb2\x6f\x00\x1d\x68\xe3\xe9\xe8\xd8\x6f\x72\x69\xd1\x4e\x3b\x18\xfb\x06\xc1\xab\x7d\x72\x92\xf5\xb5\xc6\x89\xa7\xa9\xa5\x41\xec\x68\xe4\xc8\xf6\xce\x4a\x14\xaa\x02\x40\xe3\xe9\x7c\x53\x73\xe0\x24\x48\x0e\x18\x02\x7c\x1b\xab\x33\xf6\x84\x5d\xc6\xd5\xc9\x9e\xc1\xa7\xfc\x60\x8e\xfa\x95\xa5\x1d\x2f\xec\x77\xa4\xaa\xe1\x21\xf0\x37\xa4\x97\x2a\x55\x09\xc6\x1b\x76\xde\xd6\x88\xc2\x39\x50\xcc\x95\x2c\x3f\xe6\xa3\xf1\x06\x9e\xaf\xf9\x39\x2c\xcd\x33\x6b\x46\x2d\x77\xda\x32\x6a\x08\x6c\xad\x86\x47\x81\x02\xc4\x65\x44\xe3\xe6\x75\xc9\x14\x90\x00\x33\x51\xc7\x43\x9b\x99\x08\x36\xf9\x28\x9c\xd0\x9b\x83\x12\xcf\x49\x05\x9d\xb0\x0b\x18\xc7\xc9\xd2\x4f\x83\x6a\xa4\xe8\xd8\x62\x2a\x18\xe5\x42\x91\x98\xe1\x58\xd7\xf4\x78\x75\x60\x33\x4b\x39\x8d\x9b\x80\x98\x6b\x98\x40\x5d\x37\x0a\xe9\x66\x84\x09\x8d\xa3\x68\x3d\xdc\x47\xf1\xc1\xac\x2f\xc4\x64\x7f\xdc\x95\x43\x68\xae\xd8\x23\x73\x3a\x99\xb0\xa8\xb2\x03\x0b\x99\x0e\x01\x06\x0f\x15\xb0\xe1\xbc\x91\xb0\x8d\xb7\x95\xea\xa8\xc0\x07\x53\x18\xe3\x97\xa8\x04\xf5\xbb\x15\x18\x47\x2e\xcf\xa7\xf9\x7c\xbd\x4e\x67\xbb\x2d\x6d\x22\x59\xcc\x69\xd1\x82\x8f\x77\xb0\x11\x32\xae\xe2\x98\xd3\x03\x58\xf7\x87\xc5\xd6\x60\x0f\x2b\x86\x50\x21\x8e\x9e\x34\x7c\xc2\x5a\x43\xce\x1a\x1f\x4d\xd4\x93\xf8\xc9\xf8\xd8\xef\xf8\x9c\xe7\xc3\x30\x3e\x97\x1e\x5c\xc9\x9b\x2d\x38\x41\xd8\x7c\x83\xf0\x4a\xdd\xf8\xa8\xa3\x4c\x91\x6d\x48\xcd\x68\x06\x8c\x69\x2c\x14\x53\x64\x4a\x9d\xcd\xe9\xe4\xbc\x3a\x1c\x69\x34\x23\x31\x99\x65\x41\x85\x4e\xdc\xfd\x64\xa5\x11\x06\x96\xf7\x5b\x99\x2b\xab\x1e\xfa\x4d\x6b\x0f\xf1\xa1\x7b\xbc\xcc\xb1\xe1\x7c\x82\x69\xc4\x6a\x3b\xc5\x91\x91\x12\xec\x96\xc4\x99\xa4\xb8\x42\x70\x77\x21\xca\x79\x84\x03\x28\x60\x64\x47\x63\xbf\xdb\xe6\x79\x5b\xe9\x43\x62\xdb\x70\xa1\x64\x71\xa3\xf6\xc6\x21\x42\xe1\x8a\x84\x75\x5b\x2d\x7c\xee\x98\x57\x1b\x6c\x24\x1d\xb6\x3c\xc4\x92\x91\xcb\x8f\xd0\x40\x97\xe3\xac\x38\x8f\x72\x14\x1e\x1f\x2f\x86\x3d\x8a\xf8\x8d\x15\x99\x31\xb1\x8c\x70\x25\xf0\x4a\x88\x10\x16\xf8\x3e\xd8\xaa\x23\x8c\xab\x7a\xe3\x10\x8e\x57\x23\x3f\x2b\xb7\xeb\x89\x30\x8d\x1b\xb4\x38\x93\xc2\x65\x68\x68\xc8\xb2\xe1\xbd\xa1\xb3\x59\x02\x94\xd4\x28\x07\xfc\xda\x11\x3f\xfc\xf0\xe3\x2d\x38\xf3\x1b\x27\xff\xbc\x50\x77\xec\x7c\xe4\x99\x71\xf4\xd3\x7c\xf2\xf0\x79\xf0\xd0\x3d\x19\x25\xd1\xfd\xe9\x3f\x4f\xc1\x79\xb1\x82\xb8\x85\x13\xb7\x2d\xdc\x48\xb2\x4b\xc9\x4e\xab\x41\xdd\x51\x23\x87\x68\x7d\x73\x40\x7a\xe1\xd2\x44\xbb\x27\x0b\x0b\xdf\xb5\x2e\xef\x6a\xb1\x25\x46\xb5\xdb\x1d\x13\x01\x74\x23\xfb\x56\xaf\xeb\x80\x9b\xf2\x4b\xde\x6f\x9f\x3a\x2a\xe4\x4a\x3b\x01\x00\xdb\x53\x01\x60\x08\x0a\x00\x72\xd2\xfd\xc0\x3b\x00\x2c\xe5\x0a\x00\x32\x6d\xd9\xf3\x89\x03\x00\x6e\x55\xd1\x2a\x11\xb7\x1d\x3c\x34\x4f\x82\xac\x7e\x05\x14\x6c\x67\x60\x54\x91\xa3\x78\x35\x8e\xfc\x0e\xaa\x41\x25\xd1\x41\x03\x00\x28\x99\x0a\x80\x95\xb7\xc6\x6d\x4e\x1e\x59\x0e\x00\x34\xe7\xb2\x22\x45\xcb\xf6\x26\x2b\x0e\x87\x20\x3f\xac\x2d\x6c\x84\x40\xcd\x6c\x82\xce\x4b\xb2\xe9\x19\x86\xb5\x48\x7b\x06\x93\xf3\x07\x6d\xa6\x30\xd1\x8e\xa5\x55\x69\x8f\xe8\x66\x41\xc1\x66\xb1\xf7\xcd\x82\xa2\x27\x0c\xa4\x88\x34\xb5\x07\xb1\xe7\x0a\x31\x38\x09\x74\xe8\xe1\xb1\xb3\xd7\x19\x0a\x90\x34\x11\x0a\x07\x3f\x28\x62\x08\xed\x87\x59\x1e\x8a\xac\x3d\x83\x1a\xb5\xa6\x07\xfb\x25\xeb\x45\x3b\xb5\xf0\x45\x96\xf6\xcd\xa2\x09\xe6\x8d\x35\x9f\x4e\x87\x33\x13\x9d\x0f\xe5\x53\xe9\x25\x06\x41\xc2\x97\xe1\x7c\xa8\xdb\x53\xec\x7c\x0e\xd9\xe0\x8c\x38\xfc\x58\x15\xcb\xee\xd3\x5b\xf4\xf6\x3f\x72\x09\x8a\x2c\xc6\x37\x48\x74\xb4\xb9\x5c\x97\x0e\xfb\x32\xd3\xb3\xb3\x78\x96\xb3\x5d\x14\x98\xa6\x32\xc2\x74\x24\x20\x45\x5b\xe4\x68\xcb\x44\x35\x7d\x12\x35\xe7\xfd\xd8\x98\xf2\x4c\x52\x69\xee\x74\x83\x4c\xbd\xa5\xda\x4f\xd0\xb7\x4d\x71\x39\x5f\x50\x2f\x05\x10\xb4\x8b\x9c\xd1\xfe\xb0\x84\x8f\xc8\x42\xc8\x69\xdf\x83\x04\xa3\x19\x9a\x40\x81\xc7\x27\x5b\xf4\x77\x55\x25\x5b\xe3\xcb\x31\x57\x98\xd9\x9c\x3f\x19\xab\xac\x8a\x62\x96\x59\x55\x33\x2a\x06\x3c\x03\x68\xa7\xd7\xa4\x8a\xdc\x11\xb5\x09\x58\x9c\x62\x19\x8f\x01\x4e\xec\x31\x04\x60\x1c\xc6\x61\x70\x76\x91\x58\x5b\x91\x10\x53\x24\xdf\x12\x38\x60\x81\xe7\xcd\x04\x07\xf8\xa3\x2d\x43\xfb\x12\x8e\x0b\x67\x17\x11\x44\x5f\x38\x14\x14\x81\x73\x49\xbf\x0c\xb3\x9c\x1b\x19\xe6\xae\x3d\xdf\x35\x1d\x54\x50\x50\x4b\xf5\x1d\x20\xd2\xb8\xe4\x87\x81\x1c\x46\xc9\x74\x15\xae\x0e\xb3\x2c\x98\xa5\x73\x8c\xdf\x72\x2c\x44\x0a\x84\xbf\xb5\x77\x94\x29\x64\x80\x84\xa7\xf3\xe1\x74\x38\x5d\xe5\x5b\xe4\x5c\xf4\xc6\xa3\x9a\x03\x58\x3b\x1b\x15\x7d\x14\xd6\xa3\x0c\x1e\x81\x0b\x39\x41\xb9\x15\x7e\xc6\xd8\x25\xa3\x33\x15\x93\x30\xd8\x82\x31\xec\xb3\x35\x1b\x67\x10\x83\xf0\xeb\xd3\x99\x3d\xf2\x31\x76\x3c\x12\x69\x05\x53\x2e\x23\x06\x82\xe0\x21\x3a\x32\xed\x7d\x70\x48\x2f\x8e\x3b\x05\x1f\x8f\xb7\x2e\x53\x2e\x8b\x39\x56\x44\x11\x9e\x4d\xb1\x66\xb9\x19\x81\x05\x90\x62\xf5\x74\xa9\x15\x65\x47\xf0\xc4\xf6\xc8\xef\x37\xf3\x7c\x71\x2c\xed\xa1\x75\x1c\xad\xd0\x0c\x69\x66\x6b\x69\x21\xf3\x67\x44\xdf\xab\x64\xbf\x57\x90\xa2\x08\x4e\x1d\x0e\x94\x20\x6e\x09\x81\xc3\x52\x3a\xb0\xe9\xb5\x65\x95\x7c\xb5\x56\x90\x3d\x27\xe3\x07\x5a\xb9\x28\x07\xb7\x08\x91\x53\x76\x2a\xce\x15\x8c\x9c\xcb\x15\x5c\x6e\x0f\x0b\x00\x64\xc7\xf5\x17\xc1\x6a\x7b\x60\xe7\xda\x59\xeb\x7d\xf0\xd5\x14\x99\xc5\xcd\x6c\x99\xf3\x2e\x4d\x8f\x4b\x44\x5f\x42\xd4\x8c\xa5\xce\x60\xef\xda\xc3\x68\xbc\x5d\x92\x53\x48\x9b\x8e\xea\xd0\x34\x8f\x2b\x5c\xe2\xe6\x6b\x38\x3a\x40\x20\x8d\x54\x5a\xe2\x3c\x7c\x7a\x64\x3c\xbe\x71\x10\x7f\x0c\xe3\xfd\x4c\x4b\x5d\xee\x61\x67\xed\x67\xf0\x88\xc4\xf1\xe1\x64\xe9\x2f\x56\xbb\x3a\x14\x8f\x46\x7d\x9c\x0f\x53\x73\x34\xdb\xe7\xcd\x7a\x1e\x34\xf4\x7c\x8e\x4e\x66\x45\x55\x6b\x04\x48\xb1\xca\x10\xbc\x35\x21\x52\xfb\x2d\xee\x93\x07\xcb\x46\x6c\x06\x9d\xf5\xe3\xf6\xd0\xb5\x47\x43\xb8\x1c\xd9\xc5\xc8\x44\x00\x37\x1c\x95\x52\x73\x59\xed\xce\x0e\x37\xcd\xc2\x61\x81\x53\x28\xa1\x01\x78\x29\xea\xf4\x6e\x1a\xa7\x1b\x81\x23\x08\x2b\x4f\xf1\x64\x02\x2f\xc8\xb9\xbd\xc4\xc9\xe9\xf4\x50\x46\x2c\x3c\x89\x47\xfd\x82\xe5\x24\x1d\x8e\xcc\x15\xab\xae\xb6\xe3\xa3\xdb\x1c\x17\x0b\x5f\x54\xbd\x0a\x17\xb9\xf1\x31\x5a\x8d\x10\x4f\x6c\xa6\xa3\x72\x37\x9a\x45\xc7\xb2\x6c\xc6\xbb\x3a\xd0\x67\x43\xf7\x20\x1a\xec\x44\x90\x39\x5c\x5f\x95\x6c\xe8\x28\x2b\x56\xe4\x4a\xa9\xdf\x48\x0c\x18\x3c\xd1\x0b\x8f\xa2\x41\x02\x08\x86\x5e\x2e\x47\x01\x18\x8d\x36\xcb\x13\x82\xa4\x36\x64\x6f\xcf\x02\x7b\xa0\xf4\x11\x1b\x2d\x29\x26\x06\xb8\x6a\xcd\xc7\xd8\xa8\xe1\xb7\xc7\x21\x7b\xc2\xeb\x35\x4b\x8c\x46\x97\xfa\x30\x5c\xa8\xba\xd6\x6b\xca\x02\x68\xb9\x0d\x41\xa5\x0d\x97\xf8\xe5\xb2\x5f\x0b\xd9\x82\x0a\x2c\x45\xe1\x88\xbd\x21\x38\x00\x4c\xf8\xc8\x76\x84\xed\x74\x3e\x9f\x36\x67\x7d\xbb\x1c\x3b\x8b\x9c\x49\x04\xcf\xda\x97\xb1\x58\x81\x51\x3c\x1e\x19\x64\x33\x85\xe2\xe3\xb1\x6f\x72\x44\x33\xfa\xe8\x68\x36\xcd\x78\x9b\x8e\xdd\x46\x32\x44\x3f\x5f\x11\x75\xbe\xd9\xa1\x08\xce\x4c\x4f\x2a\xb1\x1f\x79\xae\x35\x32\x71\x6e\xaf\xed\x34\x57\x30\x69\x65\x9e\xae\x4f\x02\xe4\x84\x54\x15\xa2\xae\x9f\xe6\xbc\x42\x9d\xc8\xd8\xe9\xd7\x17\x91\xa9\xc1\x9f\xce\x3a\x15\xe0\xdc\xca\x6b\x42\x55\x71\xb8\xbd\xb6\x87\xe0\xe5\xc9\xe6\x57\x0b\x1d\x18\xb2\x97\xc4\xec\x6e\xbf\x04\x5c\xa5\xa3\x9c\x9a\x84\x4b\x82\x95\x71\x28\x10\x88\x58\x86\x72\x93\x83\x1c\x62\xcd\x8a\x52\x9a\xf2\xfd\x5e\xc1\xd2\x0e\x20\x2a\xd5\x12\x26\xa1\x19\x83\x94\xed\x4d\x55\xf1\xeb\xf1\x65\xea\xf0\xa8\x15\xed\xdd\x4c\x6a\x14\x1a\x27\xa9\x66\x9d\xf8\xf2\x6a\xb3\x86\x50\x9c\x71\xe8\x5c\x82\x1d\xa7\xde\xc8\x0d\xa7\x48\x1e\x21\xe6\x14\x4e\xc9\x54\x7c\xdd\x1e\x11\xd3\xf1\x19\x5b\x6e\x0e\xa7\xb5\x05\xcf\x12\x69\xa9\xd8\x5a\x54\x96\x91\xa7\xe9\x71\xc2\x30\x02\x0e\x18\x37\x92\x53\xe7\x6c\xc0\x85\x8c\xf0\x38\x47\x7b\x7b\xc2\x5a\x5f\x2c\x80\xef\xf1\xe5\xd0\x60\x62\xe2\x0c\x10\x71\x23\xcf\xb9\xde\xc3\x25\x79\x4f\x77\x17\xe3\x03\x00\xa0\xc9\x1b\x1e\xdd\x2c\x7d\x8d\xd9\x98\x1c\x58\x95\x96\x25\x2e\x3d\x44\xd9\xd3\xa2\xbd\x32\xf7\x97\x99\xe5\xd6\x3c\xa6\xd3\xc9\xd9\x77\xf5\x90\xc4\x96\x74\x25\x08\xa5\x54\x38\xd5\x6a\x9b\xe4\x7c\xa3\xf7\x67\xde\xb1\x05\x39\xba\x90\xe8\x9a\xac\xc6\x27\x85\xc8\x88\xf5\x52\xf2\xe5\x2a\xac\x72\xc4\x27\xd6\x80\x24\xa1\x05\xa1\x25\x9e\x1e\xac\x17\x88\xe1\xe9\x68\x91\x29\x39\x3b\xac\x7d\x16\x70\x92\x2c\x15\x6b\x28\xde\xe7\x92\x90\x39\xbb\x85\x75\x1d\x02\xd6\x87\x20\xa0\x42\xbb\xa1\x47\x4b\xd1\x6d\x86\x04\x6a\x4c\xdc\x0b\xe5\x64\xd1\xe5\xa4\xac\x56\x8d\x6b\xba\x31\xec\xd1\x39\xe9\x2d\xe2\x90\x6f\x8a\x21\x99\x8f\x66\xcd\x74\xcb\x34\xe1\x51\x44\xe6\xf6\x16\xb6\x14\x45\xe2\x29\xef\x24\x42\xfd\xc9\x35\x31\xa7\x33\x07\x66\xa4\x24\xf4\x63\x61\x6e\xee\xca\x63\xcd\x65\xb8\xb1\x0c\x63\x39\x66\xb5\x7d\x18\x6c\xc9\x83\xa8\x39\xd6\x9a\xdc\xe4\xf5\x6c\x59\x1e\x8c\xa2\x46\x9a\xf3\xd9\x15\x05\x6e\x67\xd1\xe1\x4a\x00\x44\xbc\x1b\x5b\x95\x3a\xef\x8d\xc3\x51\xdc\x07\x67\x00\x87\x70\xcd\x5e\xc6\x0c\xe5\x38\xfe\x36\x8b\xe4\xf3\x01\x9f\xaf\xa1\x60\xe1\xeb\x9e\x52\x0f\x6b\x71\x04\x48\xa1\xdc\x8a\x02\x48\x12\x5d\x85\xd8\x63\xc3\xe3\x38\x74\x8a\x69\x90\xa3\xfc\xc5\xc0\xe6\x14\xa4\x4e\x93\xbe\x97\x51\x92\x24\xad\xb0\x42\xa7\x2b\xe7\xe2\x08\x4b\xc3\xc8\xa7\xcc\x09\x65\x93\xc5\x9a\xa9\x4e\x0b\x91\x36\x69\xa8\xa6\x59\x93\xb4\x28\x28\x91\x0d\x44\x15\x60\x57\xdd\xe7\x24\x2d\xd5\xc7\xe3\xf4\xec\x2c\xd7\x17\x1e\xf1\xfd\xf5\xc2\xd3\x41\xbf\xf9\xd0\x48\x26\xa8\x1a\x1c\x52\x95\x20\x04\xe5\x32\x46\x1a\x61\xe9\x73\xba\x9c\x24\xbb\x25\x90\x05\x7c\x25\x44\x40\x0d\x51\x16\x85\x8f\x36\x11\x58\x60\x61\x2f\xed\x31\xad\x13\xe9\xfc\x68\x1d\x84\xf5\x76\x96\x16\x58\x8e\x4f\xf8\x60\x61\xf4\x0c\xd1\xc4\xc7\xab\x06\x77\x16\xcb\x98\x5b\x5b\x26\xb3\x98\x8d\xa9\x0a\x12\xb9\x89\x9c\xee\xea\x25\x60\xa9\xa5\x84\x13\xab\x50\x59\x12\xfa\xf9\x50\xc9\x66\xb5\x48\x0e\x6b\x96\x91\xc6\x6a\xa4\xb8\x59\x0a\xc1\x26\xe0\x85\xda\x27\xa6\xea\xba\x9f\xba\x61\xde\xe4\x5c\x79\x13\x6c\xa5\xa0\x45\xc6\x70\x30\xb4\x60\x2f\xcb\xd5\x39\xd9\xed\x44\x88\xd4\xb4\x80\x2d\x28\x6a\x5d\x8b\x43\x46\x61\xd9\x9d\x14\xd0\x80\xb6\xb4\x15\x3a\x3d\xc5\xb4\x93\x57\x19\xa5\x21\x07\x68\x42\x9e\x11\x1b\x2c\xa7\xfd\x41\xb3\xa9\x12\xce\x46\x05\x94\xcf\xa2\x75\x60\xcd\xb7\x27\xdc\x5d\x12\x1b\x78\x31\xb5\x82\x10\x9d\x43\x0e\x92\x31\x0d\x51\x8c\xb0\xcb\x92\xd9\x7b\x00\xb3\xea\x85\x80\x2d\x79\xb3\x35\x79\xa5\xba\xd0\xd2\xb2\xda\x49\x9b\xdd\x61\x0d\x62\x47\xe9\x1d\x52\xa9\xf4\x4b\x70\xa8\x82\x86\x96\x13\x49\x24\x2e\x01\x6c\xd6\x43\x25\xe6\xf1\x66\xa4\x79\x73\xe4\x7c\xb1\x49\x0a\x9e\x18\x35\xec\x95\xab\x9c\xc9\x79\x69\x25\xed\x89\xb2\xaa\x28\x17\xd2\xe7\xee\xa8\xac\xc9\x7c\x38\x76\xf6\x51\x4d\x9e\x7a\xf3\x35\x9d\x5b\x02\x77\x72\x03\x07\x35\xb4\x60\x74\xf6\x3d\x9d\x0c\x0b\xff\x7c\xd8\xd0\x5e\x18\xca\xe2\x9a\x45\x15\x95\xf7\xf1\x44\x0a\x2c\xa9\x74\xe6\xf0\x8e\x54\x3d\x86\xb4\x0e\x55\x41\x9d\x77\x36\xb9\x09\x6a\xad\x42\x2e\x23\x04\xdd\x92\x3d\xb0\xad\x72\x45\x78\xa3\x35\x3a\xb4\x05\x48\x2b\x30\x93\xb0\x18\x78\x31\xa2\x39\xba\x76\xb0\x70\x4d\xcd\xc5\x69\x26\xae\xf7\x3b\x6f\x04\x8a\x86\xdf\x46\xd4\x66\xc5\x1d\x94\x71\x71\xc9\xc0\x30\xa0\xd3\xc6\xe7\x7c\x04\xdf\x30\x90\x8f\xe0\xfb\xde\x3f\xc4\xf2\x8a\x3c\x80\x69\x15\x84\x90\x41\x53\x3e\xc5\x93\xc6\xa9\xd9\x6f\x9b\x90\x4c\x77\x15\xba\x24\x23\xe3\xd4\x60\xd3\xbc\xb2\x96\x26\x97\x60\x93\xe1\xa9\xb0\x47\x3e\xa4\x94\x59\x21\xca\x4c\x24\x6d\xd9\x03\x89\xa8\x73\x48\x3d\x1e\xcc\x7e\x25\x5e\x2b\xa6\x0c\x3a\x2f\x46\x6b\x14\x5b\xb1\x98\xe6\xd0\xd3\x60\x0d\x8c\x7c\x33\xc7\x8f\xde\x81\xc2\xca\xc2\x3d\x50\x0d\x8d\x73\xc3\x5d\x02\xdc\x4c\x29\x23\x00\x28\x9b\x4a\x50\x52\x40\xe3\xcb\x45\x60\x86\x47\x5f\x3a\x45\xa3\x62\x91\x6b\xfd\x6c\x75\x6f\x82\xf9\x09\x39\x9c\xce\xfe\x08\x52\x0b\x7b\x3a\x3e\x93\x33\xfa\xa2\x55\x23\x75\xac\xe8\xa5\x98\x03\x80\xce\x10\x26\x24\xa3\x61\x4c\x8f\x67\xe4\x6a\xd4\xa4\x74\x84\x54\x91\x37\xaa\x4d\x4a\x92\xe2\xdd\xd9\xa7\xea\xda\xc2\xf1\x8d\x17\x74\x0c\xe9\x88\x00\xc1\x0a\x5f\xaf\x87\x4b\xd7\xf2\x91\x65\xb1\x73\x63\x86\x82\x77\x65\xb0\x2b\xc9\x20\x37\x81\x03\xca\x4d\x4d\x80\xc9\x61\x83\x2d\xb7\xc3\xad\x3e\x73\xed\x7d\xbe\x04\x8e\x24\x5c\x00\xa4\x35\x74\x36\x63\x16\x4b\x77\x49\x94\xbe\x7d\x1d\x02\xac\x63\xb8\xe6\x13\x63\x56\x39\xc1\x05\x1a\xc3\xa7\x83\xbf\xcb\x4f\x6a\x38\x27\x20\xf5\xb4\x61\x25\x87\x3e\x2f\x4b\xb0\x9d\xa6\xc6\x1a\x20\xbb\xc4\xac\x40\x0c\xc7\x31\xc9\x57\xd5\x89\xdb\x2d\xc7\x02\x79\x2e\x47\x81\x83\x04\x44\x54\xf5\x4b\x59\x93\xb9\x59\x9b\x52\xc2\x9a\x33\x4b\x63\xb7\x0e\x20\x6c\xbb\x04\xaa\xeb\x1c\xa1\xad\x35\x61\x4f\x97\x35\xc8\x0e\xd8\x68\x11\x68\xb3\xdc\x19\x23\x32\xb6\x23\x8e\x43\x4a\x2a\x20\x81\x26\x08\xda\xdb\xab\x26\x0d\x23\xb0\xbf\x43\x03\xb7\x5f\x28\x4a\x48\xe9\x00\xd6\x97\x21\x95\xc2\x5b\x70\x50\x01\xa3\x2e\xf1\x72\xce\x77\x5a\x62\x9f\xcd\x60\x7d\x9c\x5e\x80\x3f\x9d\x61\x8d\x54\x1e\x66\xde\x54\x9d\xcc\x34\x3e\x26\xc0\xa4\xb6\xf6\xb3\xcd\x78\x54\xa2\x3b\xd1\x1a\x5b\xd5\x14\xa3\xfb\xa5\xfd\xed\x36\x8d\x4a\x84\x0c\xcb\xe9\x06\x9d\x8b\x79\xb3\x5f\x79\x97\xc5\xd9\x59\x88\xc7\x35\x3a\x5d\x9e\x36\x56\x13\x3a\x13\x79\xe2\x8b\x2b\x90\x43\xe3\x6a\x01\x0e\x95\x67\xe3\x95\xe3\x38\xb1\xbe\x96\xc9\x69\xcc\x4c\xa6\xc7\x90\x5a\x1a\xa7\x73\x7f\x9c\xd0\x39\x86\x19\xbe\x6b\x90\x39\x76\xac\x30\x3f\x5f\x71\xdc\x78\x92\x84\x4e\xc3\x43\x15\x91\xd3\xa6\x86\x4d\x27\x87\xda\xde\x25\x9a\xd5\xd4\x3a\x71\x2c\x87\x4b\x70\x10\x9d\xc9\x18\xb5\xa5\x1d\xd4\xb8\x23\x0b\x9f\xd0\x07\xf2\xc4\x21\x3b\xb9\x77\x45\x94\x4a\x10\x29\x39\x2e\x20\x40\x13\x14\x55\x23\xf2\x4c\x8b\x71\x87\x02\x4a\x65\xc5\x72\xe4\xda\x74\xb4\x5f\xac\x9a\x02\xc0\x17\x74\x77\x1a\x35\x35\xc1\x5c\xe4\x8a\x19\xda\x61\xae\x6f\x23\x2c\xa2\x67\xe9\xe5\x4c\xd3\x39\x44\x8e\x88\xde\xda\x40\x98\x16\x79\xc8\x29\x49\xe1\xb5\x3a\x1a\x52\xc4\xf4\x14\x49\xce\xe8\x38\xc4\x1c\x7c\x32\xbf\x1c\xaa\x11\x6e\x46\x2a\x7e\x24\x19\x7b\x9d\xa9\xfa\x6a\x3f\x01\x04\x50\xe9\x30\x3c\x25\xde\x54\x4d\x93\x90\x10\xf7\xeb\x74\x1c\xea\x2b\x87\xe9\x97\xa5\x53\xda\x94\x85\xe9\x9a\xca\x12\x4c\xab\xd3\x30\xd2\x20\xb6\x86\x86\x0c\xbb\xdf\xe0\x4c\x86\xa5\x49\xde\x04\x33\x6c\x3c\x3a\x56\xc9\x14\xd1\x36\x04\xb2\xad\x42\x97\x23\x04\x20\xef\x89\x05\x28\xb1\x75\xb9\x09\x32\x8f\x12\xa8\xcb\xa4\xe9\x4f\x0c\xd1\x7a\xb9\x72\x97\xce\x44\x20\x82\x8d\x7d\x2a\xec\xb9\x2a\x30\x84\xb9\x82\x3d\xc4\x9f\x8d\x50\x99\xb5\x46\x86\xa6\x2d\xa9\xdd\xa2\x5a\x10\x2a\x37\xbb\x34\xa7\x0a\x71\xd1\xf3\x92\x0e\xc1\xe1\x12\xc2\x73\xab\x3e\x6e\x28\x88\x2a\xcc\xd4\xef\xe7\x29\x3b\x65\xbb\xb3\x2c\x28\xa5\x41\x22\x6e\x37\x3a\x55\x98\xb5\x00\x3c\x00\xed\xec\x80\xb0\xb9\xb3\x48\xee\xa4\xf8\xb0\xdf\xa9\xac\x81\xb9\xf1\x14\x13\x53\xc8\x07\x89\x51\x91\x59\xe2\x66\xbc\x48\x59\x10\x93\x60\x80\xc7\xcb\x8b\xeb\xf5\x43\xc0\x32\x2f\x8a\x04\x47\xf1\xd8\xf5\xe4\x30\xd5\x12\xc7\x0e\xd0\x75\x0d\xa7\x71\x99\x45\x2a\x61\x98\xb2\x83\x56\xc9\xca\x34\x65\x3d\x57\x34\x85\x58\x01\x56\xd6\x5c\x4e\x97\x77\x09\xe6\x9e\x77\x7b\x22\x39\x44\xc0\xa4\x18\x3e\x5f\x40\xfd\x32\xcc\xb1\x2e\x15\x55\x4c\x27\x6b\x80\x58\x07\x8c\x2d\x89\x45\x81\xd5\x2e\x05\xd2\xbd\x9f\xa2\x0c\x81\xae\x87\x0b\xd5\x50\xa0\x91\xb1\x62\x27\xee\x7c\x6c\x85\x81\xce\x32\x8b\xf9\xce\xf5\x2f\x8d\x41\xcd\x1d\x01\xca\x54\x7c\x12\x24\x92\x23\x9b\x7d\x2f\x13\xbb\x19\x01\x45\x42\xb3\x95\xcf\x04\xe9\x8f\xe3\xa9\x77\xc9\x65\x19\x72\xc2\x9c\x36\x25\x82\x88\x58\x2d\x4f\xec\x74\x82\x17\x5b\xd9\x47\x96\x52\x9d\x2d\x08\x97\xd3\x92\xb0\x1c\xc9\x63\xa7\xe2\xf2\xf5\x36\x1e\x6b\x23\x6a\x88\xcc\xa7\xd7\x75\xee\x15\xbd\x42\x67\xd4\x7a\x49\xa7\x0b\x6b\x34\xaa\x21\x1f\x9d\x3b\x6a\x25\x0e\x95\xbd\xbc\x38\x87\x40\xa8\x49\x78\xbc\xd0\x34\x27\xae\xe1\x22\xf1\x4a\x49\x9f\x2c\x79\x82\x65\xd8\x59\x19\xd6\x31\xe6\x52\x2b\xbe\x3e\x4b\xf4\x96\xf2\x7a\xd5\x63\x6a\x53\xc4\x3c\xeb\xb0\x69\x94\x34\xad\x22\xe1\x80\x6b\x8e\x9b\xcd\x32\x2c\x1c\x71\xc6\xd2\xa9\x9b\x7c\x18\x6f\x28\x78\x37\xca\xf1\xb3\xeb\x38\x1e\x30\x2f\x7c\x36\xc4\x47\xa3\x21\x7d\x91\x9b\xfc\x48\x42\x94\xb8\x9e\x8a\x34\xe3\x9f\xae\x0b\xe7\xa7\x31\xbe\xd9\x85\x4e\xe4\xca\xf2\xc1\xb4\xc6\x1b\x54\x4a\x70\x39\x41\x89\x09\xa9\x2c\x01\x1e\xea\x54\x86\x0d\x67\xab\x61\x56\x78\x8b\x60\x07\x48\x99\x43\x99\x99\xcf\xce\x0e\x36\x49\xda\xf9\x88\x03\x15\x32\x6d\xb6\xb2\x94\xa9\x72\x3f\x48\x61\x45\xc2\xf2\x6c\x4a\xa1\x3b\x97\x97\x00\x11\x0d\xc5\x06\xb4\xbe\xdf\x28\x99\x82\xd0\x61\xc6\x89\xbb\xf7\x2f\x36\x8e\x6a\xa9\xe0\x81\x9c\xd6\x0a\x9f\xe6\x35\x66\x08\xe2\xa9\xe4\x5c\x0a\xc5\xb1\xd9\x58\x50\x70\xff\x38\x5c\x8a\x3d\x6c\xb2\x5a\x71\x15\x9c\x5e\xa4\xcb\xd3\x18\xf5\x42\x69\x8b\x24\x39\x2d\x83\x4b\xa0\x12\x12\x95\xef\x25\xd2\x2a\xc7\x97\xd9\x64\xbf\x11\x4a\xbf\xbc\x14\x21\x63\x55\xca\xff\x45\xd9\x95\x2b\x3d\x8b\x2c\x59\xff\x3e\xc5\xe7\xb5\x41\xf7\x50\x02\xb1\x5d\xaf\xd8\x77\xc4\x2a\xc0\x63\x13\x02\xb1\xef\xf0\xf4\x13\xfd\xeb\x8f\x18\xe3\x4e\xc4\xf4\x18\x58\x10\x87\x82\xca\xac\x3a\x79\xea\x44\xe4\x88\x2f\xae\xda\x13\xd7\xb4\x28\x40\xf5\x8d\xba\x82\xea\x95\x4e\x2c\xfa\x5b\x5f\xa4\x23\xa7\xe3\x9e\x66\xa7\x5b\x26\xae\xae\xe2\x29\x54\x4a\x4d\xc3\xb8\xe8\x98\x20\x03\xbb\x0e\xd4\x8f\xb3\x18\xa5\xd4\xbc\x6a\x5e\x66\x77\xde\xd5\xb5\x6b\x1f\xa8\xdc\x89\x75\x24\x89\xaa\x2d\xde\x21\x1c\xe2\xe6\xd9\xfd\x66\x5f\x0b\xf0\x8e\xd5\x8d\x58\xad\xcf\x38\x78\x63\x35\xff\x50\x4a\x83\x3d\xc1\x92\xf8\xd0\xe2\xaa\xa0\xfa\x54\x8d\xff\xa9\x3a\x80\x8a\xa9\xd8\x09\x17\x7e\x1c\xb6\x2e\x19\x25\x39\x0d\x45\x1b\x32\x43\x62\xb7\x38\x75\x60\x7c\xa3\xeb\x5f\xc3\xa3\x4f\x2a\xb1\xa2\x78\xbb\xe5\x73\x53\x22\xc0\x40\x70\xfa\xc5\xb9\x67\x59\xcf\xdb\x2a\x54\x28\x5e\x62\xa7\xf9\xa0\x8d\x07\xde\x23\xdd\x86\x06\x4c\x2e\xbf\x70\x16\x66\x37\xa5\x2e\x57\x0b\x80\x1c\xb1\x06\xf9\xf5\x8a\xa6\x9d\xa8\xbe\x36\x7f\xc0\x3c\x8d\x8a\xd8\xf3\xfb\x83\xa3\x6d\x9d\x97\x43\x59\x6a\x15\x79\xba\x49\x74\x5e\xce\x96\x55\xf6\xa7\xa5\xb2\x0c\x85\xeb\xb5\x83\x6a\xae\x1e\x89\xd1\xb2\x9e\xed\x11\x71\xb1\xe5\xfb\x8b\x41\x5f\x58\x85\xee\x77\x3a\x7b\x94\xde\x37\x6c\x8c\x07\xcf\xdf\xc9\xc2\x0e\x6f\xad\x44\x91\xb4\xdb\x8e\x23\x32\x42\x51\x70\xac\x5d\xb1\x5d\xe8\xc6\x41\xce\xc2\xca\x56\xec\xb2\x54\xe8\x91\x42\x32\x14\xd6\x2e\x27\x94\x31\x5b\xb6\xa8\x57\xc6\xf8\xbc\xf4\x9b\x76\xde\x9d\x79\xfc\x5d\xd1\xb3\x46\x6d\xed\x85\xe3\x56\xe1\xdb\xb4\xc4\xdd\xa9\x00\xd7\xaa\xe9\x5b\xc0\x58\xaf\x45\xb5\x79\x30\x6d\x30\x64\x93\x11\x24\xfe\x87\xaf\x51\xf0\xea\xae\x12\x3c\x40\xdf\x7c\xc6\xf7\x8c\xdc\x13\xea\x76\xf4\x05\x04\xba\xc6\xad\xdf\x4f\x56\xa6\x77\xfb\xc2\x26\xf5\xca\x12\x26\x6b\x80\xdf\xe2\x3e\x18\xe3\x1e\x8e\xe6\x1e\x60\x04\x74\x99\x41\xc8\x3b\x88\x29\xe5\x6a\xdc\x3f\xa2\xce\x31\x44\x1a\xe9\x8f\xaa\x52\x23\xa5\x5e\x04\x85\xc6\xd9\xb2\x7c\x6a\xc9\xf0\x77\x90\x7d\x4d\x01\xb8\x80\x2d\x47\xd5\x35\x0f\xd5\x3a\x98\x8b\xfe\x50\x30\x65\x7d\x8f\x75\x9d\xcf\xd4\xd0\xcb\x86\x48\x7e\xce\x2b\x5c\xf3\x99\x87\xb7\x38\x6f\x3a\x12\x27\x99\xa6\x77\xb7\x52\xc7\x03\xc0\x2b\xdc\x64\xad\x76\xb8\xb9\xfd\xdb\x37\xbf\xec\x0b\x9b\xba\xeb\x7e\xb3\xc7\x2c\x7f\x98\x4b\x30\x3b\x92\xc0\xa6\x56\xd9\xa5\xf9\xa7\xf6\x02\xcd\x8f\x9f\xe5\x73\x74\xba\xfb\x4b\x86\xac\xd5\x07\x6c\x66\x0a\xd8\xb5\xc8\x8f\xae\xd7\x29\x13\xbe\x64\x68\xca\x2e\x9d\x3f\x2e\x01\xcc\xc7\x37\x6c\xf2\x59\xd1\xc7\x6d\x96\xa6\xb0\xcf\x04\xc9\x89\x42\xf1\x20\xa9\x97\x7f\x11\x27\x85\x31\x05\x15\xed\x77\xc8\xd7\x6b\x9b\x62\x50\xed\x9f\x23\x76\x70\xcb\xb4\xe7\x6f\xe0\xd9\xce\x45\xdd\xa3\x56\x1f\x62\x85\x91\xab\x45\xae\x3d\xee\xab\x70\x26\x40\x8b\xa1\xa9\x49\x7d\x48\xd3\x8d\xdf\x23\x03\xd7\x36\x6f\x16\xba\x91\xd1\xc2\x5a\xa0\x48\x21\xb9\x73\xbd\x79\x16\x13\x1f\xad\x7e\x2c\x3b\xe1\x5e\x8d\xd8\x23\xe9\xe8\x09\x3d\xcd\x4f\x66\xc0\x6a\xdc\x36\x64\xd8\x45\xf1\xf9\x75\xe5\x0f\xf6\x98\x36\x64\x35\x27\x63\x1f\x04\x4b\x52\xcf\xea\x8b\x05\x43\x15\xee\x9c\x50\xe5\xef\x53\x1e\x48\xf4\x21\x0f\x6b\xde\xbd\x66\xba\xe4\xdb\x7b\x0a\xa8\x23\x44\x8e\x90\xed\x84\xe7\x1d\xaf\x37\xcc\xaa\x7b\x0a\x47\x31\x70\x20\x5f\xf6\x75\x65\x77\x4a\x3c\x49\xc3\x44\x15\x2b\x8c\x91\xf8\x60\x37\x45\x20\x8b\x82\xeb\xb7\xb4\x03\x62\x78\xd5\xe1\xb8\xdc\xd7\x49\x98\x83\x46\x9a\x1f\x36\x6d\x8a\xf2\x03\x38\x0f\x34\x2f\xae\xfb\xbc\xa1\x8c\x44\xc7\xab\x46\xef\x23\xb6\x7e\x4d\xa3\xc7\xf2\x71\x66\xe4\x7e\xcf\xcc\x99\x2a\xf0\x85\xbc\x99\x42\x18\xee\x81\x12\xf8\x67\x71\xeb\x91\x17\xd2\x75\xe1\xec\xdd\xe2\x66\xda\x2b\x99\xc9\xb5\x5a\x1f\x10\x2f\x0e\xde\xbd\x63\x9e\xa8\x9a\x12\x8f\xe9\x51\x37\xe7\x0b\x5e\x7c\xf5\xa5\x73\x2f\x8c\xde\x4a\xfe\x0e\x03\x04\xae\x2e\x91\x8f\x44\xb2\xe2\xe2\xea\xa2\x0a\x50\x58\x92\xc5\x53\x83\xd2\xa9\x7d\x7e\xe2\x8a\xea\xb2\xf5\x96\x62\xcd\x0c\xca\x14\x8f\x4a\xa5\x3a\x5b\xf0\xae\x50\x53\x69\x59\x74\x20\x8c\xa1\x02\x5f\x65\xc9\x9a\x90\xbd\x60\xc7\x15\xe1\x9a\x4a\x8e\x96\x03\x9d\x56\x6e\x90\x9e\xf1\x8a\x67\x16\x8f\xba\x59\xb1\x02\xba\xea\xfd\x4a\x7c\x67\xe1\x0d\x9b\x64\xef\x04\xb6\x10\x7a\xf9\xae\x05\x7a\x40\xb1\x28\x8e\x91\xcb\x82\xbf\xe4\x6e\x6b\xbf\xd5\xa8\x63\x1b\x2b\xbd\x01\x3c\x81\x82\xa3\xd4\xde\xc9\x11\x0a\x5c\x54\x29\x2f\xd1\x99\xb2\x6a\xbd\x4d\xe5\x88\x0d\x03\x8c\xf1\x82\x85\x5c\xc5\x80\xbd\xe1\x81\x11\xc6\x8b\xb8\x4f\xca\x6e\x98\x10\xcf\xb7\x34\x93\x8e\x04\x8a\x91\xfd\xad\x02\x18\x5d\x20\x6c\x28\x2a\x94\xf9\x61\xb2\x32\x87\xa7\x55\xe8\x18\x27\x36\x2e\x1d\x3e\xa6\x94\xf7\xfb\xd8\xe3\xee\x8d\x52\x1c\x81\xa2\xee\xe0\xc1\x28\x3b\xef\x66\x6c\x70\x5c\x81\xe5\x31\x76\x59\x6e\x69\xb5\x6e\x4f\xab\x8e\x98\xee\x9b\x7a\x0f\xf6\x68\x75\x0e\x2c\x69\x86\x48\xb7\x1d\x0e\xea\xf3\x94\x0d\xcf\x4a\x8f\xac\xde\x23\x16\x81\x7a\xc9\x7a\x9c\x49\x23\x4f\x2f\x1a\x12\x60\x43\xdb\xf7\xf8\x15\x14\x32\x72\x66\xed\x40\xb0\xd6\x72\x4a\x81\xdb\x82\xe9\xce\x56\x5f\x7e\x48\xee\x51\xab\x8e\xd1\x6e\x9a\xde\x4b\x49\xc2\x79\xc6\x70\x8a\x17\x14\x27\x30\x22\xd1\xb7\x15\xa1\xeb\xf8\xdd\x92\xd8\xbd\x97\x98\xd7\xeb\xc6\x3c\x90\x25\xf4\x08\x8c\x8d\xab\x60\xe1\x1c\xdd\x25\x79\x7a\x37\xc0\xe5\x1c\xe4\x4b\xfd\x9a\x53\x50\xeb\x62\x98\x5b\x9d\x5b\xd7\x80\x87\x03\x96\x30\x55\xa0\x35\x5e\x93\x9c\xb6\xe8\xd0\xcc\x23\x7a\x78\x03\xbd\xeb\xaa\x71\xce\xf7\x45\x59\xcc\x35\x92\x09\xe4\x35\x6e\x07\x43\x45\xb2\x62\xdb\x20\xcc\x5e\xfe\xe2\xb4\x1f\xbf\xec\xbe\x52\x15\x85\xd0\xf9\xea\xf5\xb7\x29\x91\xac\xfa\x06\x1b\x16\x78\x1d\xb4\x5a\x26\x22\x2d\x9c\x08\x55\xc2\x80\xf3\xe7\x43\x37\x0b\x9d\x1a\x56\x6b\x5c\xd6\x2e\x0b\xd1\xaf\x7f\x79\xe6\x56\x57\x47\x0e\xd9\x73\x24\x0b\x79\x8d\xd8\xf9\x6f\xd8\x14\x74\x8e\xf1\x01\x49\x58\x25\x9e\x1b\x9a\xe4\xaf\xab\xef\x67\xdc\x26\x7e\xb2\x07\x44\x1f\x3b\xe7\x74\x91\xc5\x43\xb5\x87\x38\xcc\x4d\xe7\xbc\x25\x9d\x04\x59\x0e\x52\x16\xb3\xc9\x7f\xdf\xcb\xa7\x83\xbe\xcf\x79\xc9\xae\xe9\x37\x97\x89\x29\x22\x14\x2e\xb9\xb7\x28\xed\x7e\x6e\x45\x67\x78\x36\x00\x10\x2b\x25\x9a\x4d\x35\x2b\xe3\xd8\x76\xb8\x4a\xe8\x96\xf5\xfd\x6e\x50\x08\xda\x27\xea\x2b\x1c\xda\x97\x83\x2f\xc4\x71\x02\x0a\x3e\x67\x5f\x7c\xfb\x8a\xd3\x9c\xc5\x17\x30\xb3\xb2\xbc\x60\xac\x21\x90\xd5\x32\x79\x76\x84\x98\xec\xef\x72\xd4\x5f\xef\x4f\x6b\xd5\x05\x46\x76\x71\xeb\x9c\x47\x68\x2f\xc5\xa3\x7d\xf9\xf8\x11\xf4\xe2\xd0\xa6\x25\xf6\x88\x16\xe3\x79\x9b\x26\x12\xc1\x8b\x22\x24\x06\x2b\x19\xbf\x0b\x6c\x79\x3e\x55\xf7\x2d\x7f\x54\x66\x38\x30\x86\x72\xc2\x3c\xef\xe6\xaa\x7a\xa6\xdc\xbe\xea\x1b\xe1\x57\x2a\x93\x84\x68\x1a\xb9\x6c\x23\x50\x5d\x40\x58\x51\x81\xe5\x70\xe4\x21\x85\x51\x57\xc3\xdc\x67\x42\x81\xb1\xab\xf4\xda\xc6\x7c\x33\x45\x69\xe5\x05\x9b\x4c\x6a\xe0\x67\xca\xbc\xa3\x0d\xf1\x0c\x14\xab\x98\x9d\x5d\xa6\xbd\x74\xc6\xc6\x72\xdf\xc2\x8a\x5c\xb5\x89\x79\xb0\xc8\x4a\xaf\x75\xdf\xba\x85\xd6\xf4\x5d\x2c\x01\xa7\x75\x1a\x12\x66\x0f\x39\xf3\xa0\xcd\xd1\xbf\xed\x33\xe8\x2a\x09\x29\xe1\x3c\xbc\xfe\x7d\x27\x6b\x3c\x7d\x73\x47\x86\xbf\x4b\x9c\x61\xcb\x8e\xe9\xd2\x79\x7f\x0c\x01\xab\x11\xb8\x30\xc5\x0e\xb6\x8c\x56\x80\x13\x74\x11\x1c\xf7\x10\xdb\x2f\xc7\x39\x30\xed\x06\xf0\xf1\x86\x9d\x42\xf8\x15\x31\x08\x76\xcb\xa6\x93\x61\x94\x7b\xb1\xaf\x0a\xf1\x89\xf2\xb9\x26\x5d\xc5\x3a\x02\xa2\x6f\x43\x6b\x1f\xde\x2e\xb9\xd6\x7d\xf9\x36\xf8\x1d\x08\x70\x0b\x85\xad\x77\x4b\xef\x05\xb5\xe9\x95\xf8\x06\x64\x44\x50\xdb\x54\x8e\xe7\x78\xf6\x55\x89\x3f\xa0\xab\x7b\x1b\x61\x52\x1a\x37\x2b\x0d\x04\x5e\x27\x17\x5d\x6e\x8d\x79\xa7\xe7\x8a\x12\x51\x1a\x1e\xa9\xc0\xa4\x87\xa1\xa8\x8e\xb4\xc8\x8c\xa8\x3a\xc4\x41\x4e\x4c\x5e\x41\x5a\x1f\x74\xf8\x90\x37\x74\xc2\x74\x88\x79\xa8\xbf\x75\x9b\xb5\xde\x28\x80\x83\xdc\xa2\xa3\x4d\xd6\x6f\xed\x44\x5f\xcf\x39\x62\x9b\x78\x8a\xcf\xd6\x73\xb5\xc4\x6f\x6c\x53\x87\x41\x8f\x6e\xed\x31\x2b\x07\x17\x80\x45\x2f\xd4\x6b\xa6\xb0\xb4\xa7\x61\xda\xbb\x32\x75\x1b\xa7\xde\x5d\xbe\xae\x2b\x97\x5e\x09\x92\x7a\x5c\xa7\x46\x93\x12\xd3\x1f\x38\x76\xd6\xcf\x5b\xe3\x93\xe8\xec\x4d\x91\xf8\x6e\xed\xf1\x19\xbb\x52\xee\xb6\xf1\x38\x04\x71\x33\x06\xb8\x72\x65\xc7\x27\x26\x8b\xcd\x7b\x8a\x43\x91\x3e\x5b\x0f\x43\x96\x9a\x34\xbe\xb3\x4c\x91\xd6\x92\xa7\xae\x4e\xde\xca\xf3\xe2\x43\xaf\x89\xc1\x5b\x13\x18\x9b\x99\x04\x69\x9a\x34\x7a\x15\xf4\x22\xbb\x05\x19\x92\x66\xaa\xb2\xbd\x9c\xfd\x34\x6e\xfb\x50\x4d\x27\x36\xfb\x44\x3f\x6c\xce\x18\x2d\x5c\xb6\xfa\x1a\xeb\x7e\xf7\x14\x35\xb2\x5f\xa8\x7d\x65\x62\x08\x38\xc7\x04\x4e\x46\xe7\x8f\x8e\x27\x46\x35\xa6\xfa\x4f\xa0\x71\x72\x94\xd3\x01\x46\xa1\x8e\x93\x19\x4c\x09\x61\xb1\x67\x28\x96\xce\xba\x8c\x48\x1d\xf7\x42\xc2\x01\x7d\xb4\xe2\x2c\x2e\x02\xbb\x7e\x33\x45\x1f\xe7\x99\xee\x3d\x25\x64\x9a\xcb\x17\x39\x5b\x65\x26\x58\xd5\x4e\xc0\x60\xc1\x52\x7b\x87\x7c\x8e\xeb\x38\x68\x97\x5e\x77\x88\xb8\x22\xc7\xac\x9d\xbe\x7e\xe9\xd7\x79\xbc\xd7\xb0\xfb\xb8\xa6\x4e\x92\xcf\x2e\x72\x58\x44\xeb\xbe\x1b\x3d\x6f\x9e\xb9\xfc\x40\xf3\xf8\x1a\x38\x9f\x7a\x3e\xfd\x15\x4a\xd7\xb1\xd7\x5b\x13\xc5\x4c\xa6\x3f\xdb\x7b\x96\x1e\x86\x3f\xf0\xd8\xf6\x19\xed\xeb\xfa\x04\xbb\xe0\x2b\x1c\x25\xa5\x68\x15\xda\x5b\x71\xe1\x2f\x37\x6a\x9e\x0e\x88\xe2\xef\xa4\xac\xbe\xbf\x7d\x22\x79\xbf\x13\x38\xa2\x4a\x1a\x23\x68\xb9\x37\xe5\x1e\xe0\x53\xcc\x7b\x32\x9c\x45\xf2\x85\xe4\x9e\x6f\xb9\x58\x9e\x61\x30\x5a\xaf\x2d\x84\x23\xd5\x82\x2d\x62\x8e\x8d\x7d\x22\x18\xed\x6c\x2a\x7e\x96\x8f\x7b\x96\xe0\xbf\x00\xb5\x6c\x50\x7d\x9f\xda\x05\x07\x0d\xa0\xcd\x8e\x1a\x26\xa3\xbc\x13\x23\xef\x79\xe0\x0b\xfa\x26\x44\xda\x6c\xcf\x71\x70\x0b\x4a\xaa\xd7\x4c\xad\x3e\xa5\xa2\x9c\x43\x73\x15\x2d\x01\x07\x58\xb4\x4f\xa8\x44\x8b\x05\x36\x8c\xf7\xd7\x77\x81\x55\x5e\x71\x6b\x6f\x75\x2a\xa7\x31\x09\xa5\x8b\x37\xdb\xef\x85\x1d\x1e\x22\x23\x84\xef\x51\xde\x79\x64\x98\x0c\x21\x84\x6a\xe8\x88\x4f\xd9\xf9\x44\xa1\xd3\x58\xad\x79\xc6\x4f\x11\xc4\x36\x3c\x0d\x5e\xc0\x74\x0f\x7e\x75\x6c\xdd\x33\xf6\x80\x17\x0e\xab\xf6\x77\xab\x86\xa7\xee\x41\x60\xd5\x70\xb7\x12\xf7\xc3\x95\x10\x42\x2e\x00\x4e\xf0\x06\xb1\x24\x82\xd8\x1b\x96\x14\x73\x86\xb8\xfb\x40\xa3\x86\x87\x71\x82\xc3\x70\xc1\x6e\x04\xf6\x61\xf0\xfd\x97\x12\x5b\x7c\x7f\x9a\x1c\xd8\x4d\xbe\xdf\x0d\x33\x4d\x68\xf6\xd7\xd1\x3c\x74\xfd\xc0\x72\x34\x82\x8b\x14\xe5\x9f\x9c\x8e\x67\x7d\x97\x25\x0b\x9a\x27\x4b\xf1\xc7\x9f\x3f\x7f\x2c\xc5\xb1\xa0\x43\x93\x54\xdd\x1f\x7f\xfe\xeb\x0f\xa3\xef\xfe\xfc\xc1\x6e\x3f\x70\x2d\x7f\x30\x70\xa3\x7e\x00\xf9\xef\xdb\xfd\xdf\x77\xf2\x07\x01\xe0\x77\x99\xfd\x7f\xc0\xff\xea\x0f\xd0\xf4\x25\xba\x15\xd3\x5c\xf5\xdd\x7f\xbe\xe4\xf6\x5f\xd4\xff\x0f\xe9\x7f\x1f\xeb\xdf\xe3\xfb\x0b\xd0\x7f\xdd\xc8\x7f\x00\x56\x56\x0b\x2a\x0b\x90\xff\x4f\x98\xb2\x5a\x7e\xa6\x62\xfb\xeb\x57\x83\xf8\x9f\x5f\xcf\xfc\x0f\xdc\xbf\xfe\x3b\x00\x00\xff\xff\x0b\x77\xc8\x76\xcb\x85\x08\x00") - -func staticJsHtermJsBytes() ([]byte, error) { - return bindataRead( - _staticJsHtermJs, - "static/js/hterm.js", - ) -} - -func staticJsHtermJs() (*asset, error) { - bytes, err := staticJsHtermJsBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "static/js/hterm.js", size: 558539, mode: os.FileMode(292), modTime: time.Unix(1503296087, 0)} + info := bindataFileInfo{name: "static/js/bundle.js", size: 773429, mode: os.FileMode(436), modTime: time.Unix(1503385077, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -272,7 +251,6 @@ var _bindata = map[string]func() (*asset, error){ "static/favicon.png": staticFaviconPng, "static/index.html": staticIndexHtml, "static/js/bundle.js": staticJsBundleJs, - "static/js/hterm.js": staticJsHtermJs, } // AssetDir returns the file names below a certain @@ -326,7 +304,6 @@ var _bintree = &bintree{nil, map[string]*bintree{ "index.html": &bintree{staticIndexHtml, map[string]*bintree{}}, "js": &bintree{nil, map[string]*bintree{ "bundle.js": &bintree{staticJsBundleJs, map[string]*bintree{}}, - "hterm.js": &bintree{staticJsHtermJs, map[string]*bintree{}}, }}, }}, }}