diff --git a/CHANGELOG.md b/CHANGELOG.md index d482a005..36c5eed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,30 @@ ### Builds after release 0.12.0 +#### Build 2104141 + +- Reduced memory usage by 540b by switching to a different trigonometric approximation + +#### Build 2104140 + +- Added dynamic location-based Sunrise/Sunset macros (PR #1889) +- Improved seasonal background handling (PR #1890) +- Fixed instance discovery not working if MQTT not compiled in +- Fixed Button, IR, Relay pin not assigned by default (resolves #1891) + +#### Build 2104120 + +- Added switch support (button macro is switch closing action, long press macro switch opening) +- Replaced Circus effect with new Running Dual effect (Circus is Tricolor Chase with Red/White/Black) +- Fixed ledmap with multiple segments (PR #1864) + #### Build 2104030 - Fixed ESP32 crash on Drip effect with reversed segment (#1854) - Added flag `WLED_DISABLE_BROWNOUT_DET` to disable ESP32 brownout detector (off by default) +### WLED release 0.12.0 + #### Build 2104020 - Allow clearing button/IR/relay pin on platforms that don't support negative numbers diff --git a/platformio.ini b/platformio.ini index 4f121bb6..95643ab5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -178,7 +178,7 @@ upload_speed = 115200 lib_compat_mode = strict lib_deps = fastled/FastLED @ 3.3.2 - NeoPixelBus @ 2.6.0 + NeoPixelBus @ ^2.6.0 ESPAsyncTCP @ 1.2.0 ESPAsyncUDP AsyncTCP @ 1.0.3 @@ -188,10 +188,10 @@ lib_deps = #For use of the TTGO T-Display ESP32 Module with integrated TFT display uncomment the following line #TFT_eSPI #For use SSD1306 OLED display uncomment following - #U8g2@~2.27.2 + U8g2@~2.27.2 #For Dallas sensor uncomment following 2 lines - #OneWire@~2.3.5 - #milesburton/DallasTemperature@^3.9.0 + OneWire@~2.3.5 + milesburton/DallasTemperature@^3.9.0 #For BME280 sensor uncomment following #BME280@~3.0.0 ; adafruit/Adafruit BMP280 Library @ 2.1.0 @@ -400,31 +400,7 @@ build_flags = ${common.build_flags_esp32} ${common.debug_flags} ${common.build_f # codm pixel controller board configurations # ------------------------------------------------------------------------------ -[env:codm-controller-0.4] -board = esp_wroom_02 -platform = ${common.platform_wled_default} -platform_packages = ${common.platform_packages} -board_build.ldscript = ${common.ldscript_2m512k} -build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp8266} -D LEDPIN=3 - -[env:codm-controller-0.4-WS2801] -board = esp_wroom_02 -platform = ${common.platform_wled_default} -platform_packages = ${common.platform_packages} -board_build.ldscript = ${common.ldscript_2m512k} -build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp8266} -D USE_WS2801 -D CLKPIN=13 -D DATAPIN=3 - -[env:codm-controller-0.4-APA102] -board = esp_wroom_02 -platform = ${common.platform_wled_default} -platform_packages = ${common.platform_packages} -board_build.ldscript = ${common.ldscript_2m512k} -build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp8266} -D USE_APA102 -D CLKPIN=13 -D DATAPIN=3 - -[env:codm-controller-0.5] +[env:codm-controller-0.6] board = esp_wroom_02 platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} @@ -432,18 +408,10 @@ board_build.ldscript = ${common.ldscript_2m512k} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp8266} -[env:codm-controller-0.5-WS2801] +[env:codm-controller-0.6-rev2] board = esp_wroom_02 platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} -board_build.ldscript = ${common.ldscript_2m512k} +board_build.ldscript = ${common.ldscript_4m1m} build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp8266} -D USE_WS2801 #-D CLKPIN=0 -D DATAPIN=2 - -[env:codm-controller-0.5-APA102] -board = esp_wroom_02 -platform = ${common.platform_wled_default} -platform_packages = ${common.platform_packages} -board_build.ldscript = ${common.ldscript_2m512k} -build_unflags = ${common.build_unflags} -build_flags = ${common.build_flags_esp8266} -D USE_APA102 #-D CLKPIN=0 -D DATAPIN=2 +build_flags = ${common.build_flags_esp8266} diff --git a/tools/WLED_ESP32_8MB.csv b/tools/WLED_ESP32_8MB.csv new file mode 100644 index 00000000..5e930b89 --- /dev/null +++ b/tools/WLED_ESP32_8MB.csv @@ -0,0 +1,6 @@ +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x5000, +otadata, data, ota, 0xe000, 0x2000, +app0, app, ota_0, 0x10000, 0x200000, +app1, app, ota_1, 0x210000,0x200000, +spiffs, data, spiffs, 0x410000,0x3F0000, \ No newline at end of file diff --git a/usermods/Animated_Staircase/README.md b/usermods/Animated_Staircase/README.md index 6e84b544..1ee6c28c 100644 --- a/usermods/Animated_Staircase/README.md +++ b/usermods/Animated_Staircase/README.md @@ -93,8 +93,8 @@ or remove them and put everything on one line. | segment-delay-ms | Delay (milliseconds) between switching on/off each step | 150 | | on-time-s | Time (seconds) the stairs stay lit after last detection | 5 | | bottom-echo-us | Detection range of ultrasonic sensor | 1749 | -| bottomsensor | Manually trigger a down to up animation via API | false | -| topsensor | Manually trigger an up to down animation via API | false | +| bottom-sensor | Manually trigger a down to up animation via API | false | +| top-sensor | Manually trigger an up to down animation via API | false | To read the current settings, open a browser to `http://xxx.xxx.xxx.xxx/json/state` (use your WLED @@ -108,8 +108,8 @@ The staircase settings and sensor states are inside the WLED status element: "enabled": true, "segment-delay-ms": 150, "on-time-s": 5, - "bottomsensor": false, - "topsensor": false + "bottom-sensor": false, + "tops-ensor": false }, } ``` @@ -187,7 +187,7 @@ the API. To simulate triggering the bottom sensor, use: ```bash curl -X POST -H "Content-Type: application/json" \ - -d '{"staircase":{"bottomsensor":true}}' \ + -d '{"staircase":{"bottom-sensor":true}}' \ xxx.xxx.xxx.xxx/json/state ``` @@ -195,7 +195,7 @@ Likewise, to trigger the top sensor, use: ```bash curl -X POST -H "Content-Type: application/json" \ - -d '{"staircase":{"topsensor":true}}' \ + -d '{"staircase":{"top-sensor":true}}' \ xxx.xxx.xxx.xxx/json/state ``` diff --git a/usermods/BME280_v2/usermod_bme280.h b/usermods/BME280_v2/usermod_bme280.h index 80a31a4f..82eb0887 100644 --- a/usermods/BME280_v2/usermod_bme280.h +++ b/usermods/BME280_v2/usermod_bme280.h @@ -12,10 +12,11 @@ private: // User-defined configuration #define Celsius // Show temperature mesaurement in Celcius. Comment out for Fahrenheit #define TemperatureDecimals 1 // Number of decimal places in published temperaure values -#define HumidityDecimals 0 // Number of decimal places in published humidity values +#define HumidityDecimals 2 // Number of decimal places in published humidity values #define PressureDecimals 2 // Number of decimal places in published pressure values #define TemperatureInterval 5 // Interval to measure temperature (and humidity, dew point if available) in seconds #define PressureInterval 300 // Interval to measure pressure in seconds +#define PublishAlways 0 // Publish values even when they have not changed // Sanity checks #if !defined(TemperatureDecimals) || TemperatureDecimals < 0 @@ -33,6 +34,9 @@ private: #if !defined(PressureInterval) || PressureInterval < 0 #define PressureInterval TemperatureInterval #endif +#if !defined(PublishAlways) + #define PublishAlways 0 +#endif #ifdef ARDUINO_ARCH_ESP32 // ESP32 boards uint8_t SCL_PIN = 22; @@ -58,7 +62,7 @@ private: BME280I2C bme{settings}; - uint8_t SensorType; + uint8_t sensorType; // Measurement timers long timer; @@ -66,11 +70,11 @@ private: long lastPressureMeasure = 0; // Current sensor values - float SensorTemperature; - float SensorHumidity; - float SensorHeatIndex; - float SensorDewPoint; - float SensorPressure; + float sensorTemperature; + float sensorHumidity; + float sensorHeatIndex; + float sensorDewPoint; + float sensorPressure; // Track previous sensor values float lastTemperature; float lastHumidity; @@ -96,13 +100,13 @@ private: bme.read(_pressure, _temperature, _humidity, tempUnit, presUnit); - SensorTemperature = _temperature; - SensorHumidity = _humidity; - SensorPressure = _pressure; - if (SensorType == 1) + sensorTemperature = _temperature; + sensorHumidity = _humidity; + sensorPressure = _pressure; + if (sensorType == 1) { - SensorHeatIndex = EnvironmentCalculations::HeatIndex(_temperature, _humidity, envTempUnit); - SensorDewPoint = EnvironmentCalculations::DewPoint(_temperature, _humidity, envTempUnit); + sensorHeatIndex = EnvironmentCalculations::HeatIndex(_temperature, _humidity, envTempUnit); + sensorDewPoint = EnvironmentCalculations::DewPoint(_temperature, _humidity, envTempUnit); } } @@ -113,7 +117,7 @@ public: if (!bme.begin()) { - SensorType = 0; + sensorType = 0; Serial.println("Could not find BME280I2C sensor!"); } else @@ -121,15 +125,15 @@ public: switch (bme.chipModel()) { case BME280::ChipModel_BME280: - SensorType = 1; + sensorType = 1; Serial.println("Found BME280 sensor! Success."); break; case BME280::ChipModel_BMP280: - SensorType = 2; + sensorType = 2; Serial.println("Found BMP280 sensor! No Humidity available."); break; default: - SensorType = 0; + sensorType = 0; Serial.println("Found UNKNOWN sensor! Error!"); } } @@ -139,7 +143,7 @@ public: { // BME280 sensor MQTT publishing // Check if sensor present and MQTT Connected, otherwise it will crash the MCU - if (SensorType != 0 && mqtt != nullptr) + if (sensorType != 0 && mqtt != nullptr) { // Timer to fetch new temperature, humidity and pressure data at intervals timer = millis(); @@ -148,48 +152,48 @@ public: { lastTemperatureMeasure = timer; - UpdateBME280Data(SensorType); + UpdateBME280Data(sensorType); - float Temperature = roundf(SensorTemperature * pow(10, TemperatureDecimals)) / pow(10, TemperatureDecimals); - float Humidity, HeatIndex, DewPoint; + float temperature = roundf(sensorTemperature * pow(10, TemperatureDecimals)) / pow(10, TemperatureDecimals); + float humidity, heatIndex, dewPoint; // If temperature has changed since last measure, create string populated with device topic // from the UI and values read from sensor, then publish to broker - if (Temperature != lastTemperature) + if (temperature != lastTemperature || PublishAlways) { String topic = String(mqttDeviceTopic) + "/temperature"; - mqttTemperaturePub = mqtt->publish(topic.c_str(), 0, false, String(Temperature, TemperatureDecimals).c_str()); + mqttTemperaturePub = mqtt->publish(topic.c_str(), 0, false, String(temperature, TemperatureDecimals).c_str()); } - lastTemperature = Temperature; // Update last sensor temperature for next loop + lastTemperature = temperature; // Update last sensor temperature for next loop - if (SensorType == 1) // Only if sensor is a BME280 + if (sensorType == 1) // Only if sensor is a BME280 { - Humidity = roundf(SensorHumidity * pow(10, HumidityDecimals)) / pow(10, HumidityDecimals); - HeatIndex = roundf(SensorHeatIndex * pow(10, TemperatureDecimals)) / pow(10, TemperatureDecimals); - DewPoint = roundf(SensorDewPoint * pow(10, TemperatureDecimals)) / pow(10, TemperatureDecimals); + humidity = roundf(sensorHumidity * pow(10, HumidityDecimals)) / pow(10, HumidityDecimals); + heatIndex = roundf(sensorHeatIndex * pow(10, TemperatureDecimals)) / pow(10, TemperatureDecimals); + dewPoint = roundf(sensorDewPoint * pow(10, TemperatureDecimals)) / pow(10, TemperatureDecimals); - if (Humidity != lastHumidity) + if (humidity != lastHumidity || PublishAlways) { String topic = String(mqttDeviceTopic) + "/humidity"; - mqtt->publish(topic.c_str(), 0, false, String(Humidity, HumidityDecimals).c_str()); + mqtt->publish(topic.c_str(), 0, false, String(humidity, HumidityDecimals).c_str()); } - if (HeatIndex != lastHeatIndex) + if (heatIndex != lastHeatIndex || PublishAlways) { String topic = String(mqttDeviceTopic) + "/heat_index"; - mqtt->publish(topic.c_str(), 0, false, String(HeatIndex, TemperatureDecimals).c_str()); + mqtt->publish(topic.c_str(), 0, false, String(heatIndex, TemperatureDecimals).c_str()); } - if (DewPoint != lastDewPoint) + if (dewPoint != lastDewPoint || PublishAlways) { String topic = String(mqttDeviceTopic) + "/dew_point"; - mqtt->publish(topic.c_str(), 0, false, String(DewPoint, TemperatureDecimals).c_str()); + mqtt->publish(topic.c_str(), 0, false, String(dewPoint, TemperatureDecimals).c_str()); } - lastHumidity = Humidity; - lastHeatIndex = HeatIndex; - lastDewPoint = DewPoint; + lastHumidity = humidity; + lastHeatIndex = heatIndex; + lastDewPoint = dewPoint; } } @@ -197,15 +201,15 @@ public: { lastPressureMeasure = timer; - float Pressure = roundf(SensorPressure * pow(10, PressureDecimals)) / pow(10, PressureDecimals); + float pressure = roundf(sensorPressure * pow(10, PressureDecimals)) / pow(10, PressureDecimals); - if (Pressure != lastPressure) + if (pressure != lastPressure || PublishAlways) { String topic = String(mqttDeviceTopic) + "/pressure"; - mqttPressurePub = mqtt->publish(topic.c_str(), 0, true, String(Pressure, PressureDecimals).c_str()); + mqttPressurePub = mqtt->publish(topic.c_str(), 0, true, String(pressure, PressureDecimals).c_str()); } - lastPressure = Pressure; + lastPressure = pressure; } } } diff --git a/usermods/Temperature/readme.md b/usermods/Temperature/readme.md index 5e26ba69..5b7f5b95 100644 --- a/usermods/Temperature/readme.md +++ b/usermods/Temperature/readme.md @@ -39,7 +39,7 @@ default_envs = d1_mini ... [common] ... -lib_deps_external = +lib_deps = ... #For use SSD1306 OLED display uncomment following U8g2@~2.27.3 @@ -55,4 +55,4 @@ lib_deps_external = * Changed to use async, non-blocking implementation * Do not report low temperatures that indicate an error to mqtt * Disable plugin if temperature sensor not detected -* Report the number of seconds until the first read in the info screen instead of sensor error \ No newline at end of file +* Report the number of seconds until the first read in the info screen instead of sensor error diff --git a/usermods/VL53L0X_gestures/readme.md b/usermods/VL53L0X_gestures/readme.md new file mode 100644 index 00000000..dec84130 --- /dev/null +++ b/usermods/VL53L0X_gestures/readme.md @@ -0,0 +1,35 @@ +# Description + +That usermod implements support of simple hand gestures with VL53L0X sensor: on/off and brightness correction. +It can be useful for kitchen strips to avoid any touches. + - on/off - just swipe a hand below your sensor ("shortPressAction" is called and can be customized through WLED macros) + - brightness correction - keep your hand below sensor for 1 second to switch to "brightness" mode. + Configure brightness by changing distance to the sensor (see parameters below for customization). + "macroLongPress" is also called here. + +## Installation + +1. Attach VL53L0X sensor to i2c pins according to default pins for your board. +2. Add `-D USERMOD_VL53L0X_GESTURES` to your build flags at platformio.ini (plaformio_override.ini) for needed environment. +In my case, for example: `build_flags = ${common.build_flags_esp8266} -D RLYPIN=12 -D USERMOD_VL53L0X_GESTURES` +3. Add "pololu/VL53L0X" dependency below to `lib_deps` like this: +```ini +lib_deps = ${env.lib_deps} + pololu/VL53L0X @ ^1.3.0 +``` + +My entire `platformio_override.ini` for example (for nodemcu board): +```ini +[platformio] +default_envs = nodemcu + +[env:nodemcu] +board = nodemcu +platform = ${common.platform_wled_default} +platform_packages = ${common.platform_packages} +board_build.ldscript = ${common.ldscript_4m1m} +build_unflags = ${common.build_unflags} +build_flags = ${common.build_flags_esp8266} -D RLYPIN=12 -D USERMOD_VL53L0X_GESTURES +lib_deps = ${env.lib_deps} + pololu/VL53L0X @ ^1.3.0 +``` \ No newline at end of file diff --git a/usermods/VL53L0X_gestures/usermod_vl53l0x_gestures.h b/usermods/VL53L0X_gestures/usermod_vl53l0x_gestures.h new file mode 100644 index 00000000..83f26e08 --- /dev/null +++ b/usermods/VL53L0X_gestures/usermod_vl53l0x_gestures.h @@ -0,0 +1,121 @@ +/* + * That usermod implements support of simple hand gestures with VL53L0X sensor: on/off and brightness correction. + * It can be useful for kitchen strips to avoid any touches. + * - on/off - just swipe a hand below your sensor ("shortPressAction" is called and can be customized through WLED macros) + * - brightness correction - keep your hand below sensor for 1 second to switch to "brightness" mode. + * Configure brightness by changing distance to the sensor (see parameters below for customization). + * "macroLongPress" is also called here. + * + * Enabling this mod usermod: + * 1. Attach VL53L0X sensor to i2c pins according to default pins for your board. + * 2. Add "-D USERMOD_VL53L0X_GESTURES" to your build flags at platformio.ini (plaformio_override.ini) for needed environment. + * In my case, for example: build_flags = ${common.build_flags_esp8266} -D RLYPIN=12 -D USERMOD_VL53L0X_GESTURES + * 3. Add "pololu/VL53L0X" dependency to lib_deps like this: + * lib_deps = ${env.lib_deps} + * pololu/VL53L0X @ ^1.3.0 + */ +#pragma once + +#include "wled.h" + +#include +#include + +#ifndef VL53L0X_MAX_RANGE_MM +#define VL53L0X_MAX_RANGE_MM 230 // max height in millimiters to react for motions +#endif + +#ifndef VL53L0X_MIN_RANGE_OFFSET +#define VL53L0X_MIN_RANGE_OFFSET 60 // minimal range in millimiters that sensor can detect. Used in long motions to correct brightnes calculation. +#endif + +#ifndef VL53L0X_DELAY_MS +#define VL53L0X_DELAY_MS 100 // how often to get data from sensor +#endif + +#ifndef VL53L0X_LONG_MOTION_DELAY_MS +#define VL53L0X_LONG_MOTION_DELAY_MS 1000 // how often to get data from sensor +#endif + +class UsermodVL53L0XGestures : public Usermod { + private: + //Private class members. You can declare variables and functions only accessible to your usermod here + unsigned long lastTime = 0; + VL53L0X sensor; + + bool wasMotionBefore = false; + bool isLongMotion = false; + unsigned long motionStartTime = 0; + + public: + + void setup() { + Wire.begin(); + + sensor.setTimeout(150); + if (!sensor.init()) + { + DEBUG_PRINTLN(F("Failed to detect and initialize VL53L0X sensor!")); + } else { + sensor.setMeasurementTimingBudget(20000); // set high speed mode + } + } + + + void loop() { + if (millis() - lastTime > VL53L0X_DELAY_MS) + { + lastTime = millis(); + + int range = sensor.readRangeSingleMillimeters(); + DEBUG_PRINTF(F("range: %d, brightness: %d"), range, bri); + + if (range < VL53L0X_MAX_RANGE_MM) + { + if (!wasMotionBefore) + { + motionStartTime = millis(); + DEBUG_PRINTF(F("motionStartTime: %d"), motionStartTime); + } + wasMotionBefore = true; + + if (millis() - motionStartTime > VL53L0X_LONG_MOTION_DELAY_MS) //long motion + { + DEBUG_PRINTF(F("long motion: %d"), motionStartTime); + if (!isLongMotion) + { + if (macroLongPress) + { + applyMacro(macroLongPress); + } + isLongMotion = true; + } + + // set brightness according to range + bri = (VL53L0X_MAX_RANGE_MM - max(range, VL53L0X_MIN_RANGE_OFFSET)) * 255 / (VL53L0X_MAX_RANGE_MM - VL53L0X_MIN_RANGE_OFFSET); + DEBUG_PRINTF(F("new brightness: %d"), bri); + colorUpdated(1); + } + } else if (wasMotionBefore) { //released + long dur = millis() - motionStartTime; + + if (!isLongMotion) + { //short press + DEBUG_PRINTF(F("shortPressAction...")); + shortPressAction(); + } + wasMotionBefore = false; + isLongMotion = false; + } + } + } + + /* + * getId() allows you to optionally give your V2 usermod an unique ID (please define it in const.h!). + * This could be used in the future for the system to determine whether your usermod is installed. + */ + uint16_t getId() + { + return USERMOD_ID_VL53L0X; + } +}; \ No newline at end of file diff --git a/usermods/usermod_v2_rotary_encoder_ui/platformio_override.ini.sample b/usermods/usermod_v2_rotary_encoder_ui/platformio_override.ini.sample index c30099ca..4b537a8f 100644 --- a/usermods/usermod_v2_rotary_encoder_ui/platformio_override.ini.sample +++ b/usermods/usermod_v2_rotary_encoder_ui/platformio_override.ini.sample @@ -4,7 +4,7 @@ default_envs = d1_mini [env:esp32dev] board = esp32dev -platform = espressif32@3.1.1 +platform = espressif32@3.2 build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp32} diff --git a/wled00/FX.cpp b/wled00/FX.cpp index 54698ed5..2de4fac0 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -418,28 +418,45 @@ uint16_t WS2812FX::mode_theater_chase_rainbow(void) { /* * Running lights effect with smooth sine transition base. */ -uint16_t WS2812FX::running_base(bool saw) { +uint16_t WS2812FX::running_base(bool saw, bool dual=false) { uint8_t x_scale = SEGMENT.intensity >> 2; uint32_t counter = (now * SEGMENT.speed) >> 9; for(uint16_t i = 0; i < SEGLEN; i++) { - uint8_t s = 0; - uint8_t a = i*x_scale - counter; + uint16_t a = i*x_scale - counter; if (saw) { + a &= 0xFF; if (a < 16) { a = 192 + a*8; } else { a = map(a,16,255,64,192); } + a = 255 - a; } - s = sin8(a); - setPixelColor(i, color_blend(color_from_palette(i, true, PALETTE_SOLID_WRAP, 0), SEGCOLOR(1), s)); + uint8_t s = dual ? sin_gap(a) : sin8(a); + uint32_t ca = color_blend(SEGCOLOR(1), color_from_palette(i, true, PALETTE_SOLID_WRAP, 0), s); + if (dual) { + uint16_t b = (SEGLEN-1-i)*x_scale - counter; + uint8_t t = sin_gap(b); + uint32_t cb = color_blend(SEGCOLOR(1), color_from_palette(i, true, PALETTE_SOLID_WRAP, 2), t); + ca = color_blend(ca, cb, 127); + } + setPixelColor(i, ca); } return FRAMETIME; } +/* + * Running lights in opposite directions. + * Idea: Make the gap width controllable with a third slider in the future + */ +uint16_t WS2812FX::mode_running_dual(void) { + return running_base(false, true); +} + + /* * Running lights effect with smooth sine transition. */ @@ -1306,14 +1323,6 @@ uint16_t WS2812FX::tricolor_chase(uint32_t color1, uint32_t color2) { } -/* - * Alternating white/red/black pixels running. PLACEHOLDER - */ -uint16_t WS2812FX::mode_circus_combustus(void) { - return tricolor_chase(RED, WHITE); -} - - /* * Tricolor chase mode */ @@ -3060,7 +3069,7 @@ uint16_t WS2812FX::mode_drip(void) if (drops[j].colIndex==1) { if (drops[j].col>255) drops[j].col=255; setPixelColor(uint16_t(drops[j].pos),color_blend(BLACK,SEGCOLOR(0),drops[j].col)); - + drops[j].col += map(SEGMENT.speed, 0, 255, 1, 6); // swelling if (random8() < drops[j].col/10) { // random drop @@ -3074,8 +3083,9 @@ uint16_t WS2812FX::mode_drip(void) if (drops[j].pos < 0) drops[j].pos = 0; drops[j].vel += gravity; // gravity is negative - for (uint8_t i=1;i<7-drops[j].colIndex;i++) { // some minor math so we don't expand bouncing droplets - setPixelColor(constrain(uint16_t(drops[j].pos)+i,0,SEGLEN-1),color_blend(BLACK,SEGCOLOR(0),drops[j].col/i)); //spread pixel with fade while falling + for (uint16_t i=1;i<7-drops[j].colIndex;i++) { // some minor math so we don't expand bouncing droplets + uint16_t pos = constrain(uint16_t(drops[j].pos) +i, 0, SEGLEN-1); //this is BAD, returns a pos >= SEGLEN occasionally + setPixelColor(pos,color_blend(BLACK,SEGCOLOR(0),drops[j].col/i)); //spread pixel with fade while falling } if (drops[j].colIndex > 2) { // during bounce, some water is on the floor diff --git a/wled00/FX.h b/wled00/FX.h index 8d094bc3..69b15ac2 100644 --- a/wled00/FX.h +++ b/wled00/FX.h @@ -166,7 +166,7 @@ #define FX_MODE_POLICE_ALL 49 #define FX_MODE_TWO_DOTS 50 #define FX_MODE_TWO_AREAS 51 -#define FX_MODE_CIRCUS_COMBUSTUS 52 +#define FX_MODE_RUNNING_DUAL 52 #define FX_MODE_HALLOWEEN 53 #define FX_MODE_TRICOLOR_CHASE 54 #define FX_MODE_TRICOLOR_WIPE 55 @@ -504,7 +504,7 @@ class WS2812FX { _mode[FX_MODE_POLICE_ALL] = &WS2812FX::mode_police_all; _mode[FX_MODE_TWO_DOTS] = &WS2812FX::mode_two_dots; _mode[FX_MODE_TWO_AREAS] = &WS2812FX::mode_two_areas; - _mode[FX_MODE_CIRCUS_COMBUSTUS] = &WS2812FX::mode_circus_combustus; + _mode[FX_MODE_RUNNING_DUAL] = &WS2812FX::mode_running_dual; _mode[FX_MODE_HALLOWEEN] = &WS2812FX::mode_halloween; _mode[FX_MODE_TRICOLOR_CHASE] = &WS2812FX::mode_tricolor_chase; _mode[FX_MODE_TRICOLOR_WIPE] = &WS2812FX::mode_tricolor_wipe; @@ -633,6 +633,7 @@ class WS2812FX { getMainSegmentId(void), gamma8(uint8_t), gamma8_cal(uint8_t, float), + sin_gap(uint16_t), get_random_wheel_index(uint8_t); int8_t @@ -720,7 +721,7 @@ class WS2812FX { mode_police_all(void), mode_two_dots(void), mode_two_areas(void), - mode_circus_combustus(void), + mode_running_dual(void), mode_bicolor_chase(void), mode_tricolor_chase(void), mode_tricolor_wipe(void), @@ -818,7 +819,7 @@ class WS2812FX { color_wipe(bool, bool), dynamic(bool), scan(bool), - running_base(bool), + running_base(bool,bool), larson_scanner(bool), sinelon_base(bool,bool), dissolve(uint32_t), @@ -872,7 +873,7 @@ const char JSON_mode_names[] PROGMEM = R"=====([ "Sparkle","Sparkle Dark","Sparkle+","Strobe","Strobe Rainbow","Strobe Mega","Blink Rainbow","Android","Chase","Chase Random", "Chase Rainbow","Chase Flash","Chase Flash Rnd","Rainbow Runner","Colorful","Traffic Light","Sweep Random","Running 2","Aurora","Stream", "Scanner","Lighthouse","Fireworks","Rain","Tetrix","Fire Flicker","Gradient","Loading","Police","Police All", -"Two Dots","Two Areas","Circus","Halloween","Tri Chase","Tri Wipe","Tri Fade","Lightning","ICU","Multi Comet", +"Two Dots","Two Areas","Running Dual","Halloween","Tri Chase","Tri Wipe","Tri Fade","Lightning","ICU","Multi Comet", "Scanner Dual","Stream 2","Oscillate","Pride 2015","Juggle","Palette","Fire 2012","Colorwaves","Bpm","Fill Noise", "Noise 1","Noise 2","Noise 3","Noise 4","Colortwinkles","Lake","Meteor","Meteor Smooth","Railway","Ripple", "Twinklefox","Twinklecat","Halloween Eyes","Solid Pattern","Solid Pattern Tri","Spots","Spots Fade","Glitter","Candle","Fireworks Starburst", diff --git a/wled00/FX_fcn.cpp b/wled00/FX_fcn.cpp index 3c0e4247..26619f64 100644 --- a/wled00/FX_fcn.cpp +++ b/wled00/FX_fcn.cpp @@ -207,7 +207,7 @@ void WS2812FX::setPixelColor(uint16_t i, byte r, byte g, byte b, byte w) for (uint16_t j = 0; j < SEGMENT.grouping; j++) { uint16_t indexSet = realIndex + (IS_REVERSE ? -j : j); - if (indexSet >= SEGMENT.start && indexSet < SEGMENT.stop) { // watch for group out of bounds condition + if (indexSet >= SEGMENT.start && indexSet < SEGMENT.stop) { if (IS_MIRROR) { //set the corresponding mirrored pixel uint16_t indexMir = SEGMENT.stop + SEGMENT.start - indexSet - 1; if (indexMir < customMappingSize) indexMir = customMappingTable[indexMir]; @@ -765,6 +765,12 @@ uint16_t WS2812FX::triwave16(uint16_t in) return 0xFFFF - (in - 0x8000)*2; } +uint8_t WS2812FX::sin_gap(uint16_t in) { + if (in & 0x100) return 0; + //if (in > 255) return 0; + return sin8(in + 192); //correct phase shift of sine so that it starts and stops at 0 +} + /* * Generates a tristate square wave w/ attac & decay * @param x input value 0-255 diff --git a/wled00/button.cpp b/wled00/button.cpp index 371b75b9..bf07335e 100644 --- a/wled00/button.cpp +++ b/wled00/button.cpp @@ -4,6 +4,8 @@ * Physical IO */ +#define WLED_DEBOUNCE_THRESHOLD 50 //only consider button input of at least 50ms as valid (debouncing) + void shortPressAction() { if (!macroButton) @@ -25,10 +27,42 @@ bool isButtonPressed() } +void handleSwitch() +{ + if (buttonPressedBefore != isButtonPressed()) { + buttonPressedTime = millis(); + buttonPressedBefore = !buttonPressedBefore; + } + + if (buttonLongPressed == buttonPressedBefore) return; + + if (millis() - buttonPressedTime > WLED_DEBOUNCE_THRESHOLD) { //fire edge event only after 50ms without change (debounce) + if (buttonPressedBefore) { //LOW, falling edge, switch closed + if (macroButton) applyPreset(macroButton); + else { //turn on + if (!bri) {toggleOnOff(); colorUpdated(NOTIFIER_CALL_MODE_BUTTON);} + } + } else { //HIGH, rising edge, switch opened + if (macroLongPress) applyPreset(macroLongPress); + else { //turn off + if (bri) {toggleOnOff(); colorUpdated(NOTIFIER_CALL_MODE_BUTTON);} + } + } + buttonLongPressed = buttonPressedBefore; //save the last "long term" switch state + } +} + + void handleButton() { - if (btnPin<0 || !buttonEnabled) return; + if (btnPin<0 || buttonType < BTN_TYPE_PUSH) return; + + if (buttonType == BTN_TYPE_SWITCH) { //button is not momentary, but switch. This is only suitable on pins whose on-boot state does not matter (NO gpio0) + handleSwitch(); return; + } + + //momentary button logic if (isButtonPressed()) //pressed { if (!buttonPressedBefore) buttonPressedTime = millis(); @@ -48,7 +82,7 @@ void handleButton() else if (!isButtonPressed() && buttonPressedBefore) //released { long dur = millis() - buttonPressedTime; - if (dur < 50) {buttonPressedBefore = false; return;} //too short "press", debounce + if (dur < WLED_DEBOUNCE_THRESHOLD) {buttonPressedBefore = false; return;} //too short "press", debounce bool doublePress = buttonWaitTime; buttonWaitTime = 0; diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp index 88af25a5..3c5e821c 100644 --- a/wled00/cfg.cpp +++ b/wled00/cfg.cpp @@ -141,9 +141,9 @@ void deserializeConfig() { if (hw_led["rev"]) busses.getBus(0)->reversed = true; //set 0.11 global reversed setting for first bus JsonObject hw_btn_ins_0 = hw[F("btn")][F("ins")][0]; - CJSON(buttonEnabled, hw_btn_ins_0["type"]); + CJSON(buttonType, hw_btn_ins_0["type"]); int hw_btn_pin = hw_btn_ins_0["pin"][0]; - if (hw_btn_pin>=0 && pinManager.allocatePin(hw_btn_pin,false)) { + if (pinManager.allocatePin(hw_btn_pin,false)) { btnPin = hw_btn_pin; pinMode(btnPin, INPUT_PULLUP); } else { @@ -159,7 +159,7 @@ void deserializeConfig() { #ifndef WLED_DISABLE_INFRARED int hw_ir_pin = hw["ir"]["pin"] | -1; // 4 - if (hw_ir_pin >=0 && pinManager.allocatePin(hw_ir_pin,false)) { + if (pinManager.allocatePin(hw_ir_pin,false)) { irPin = hw_ir_pin; } else { irPin = -1; @@ -484,7 +484,7 @@ void serializeConfig() { // button BTNPIN JsonObject hw_btn_ins_0 = hw_btn_ins.createNestedObject(); - hw_btn_ins_0["type"] = (buttonEnabled) ? BTN_TYPE_PUSH : BTN_TYPE_NONE; + hw_btn_ins_0["type"] = buttonType; JsonArray hw_btn_ins_0_pin = hw_btn_ins_0.createNestedArray("pin"); hw_btn_ins_0_pin.add(btnPin); diff --git a/wled00/const.h b/wled00/const.h index eed2ee2e..ae42d429 100644 --- a/wled00/const.h +++ b/wled00/const.h @@ -34,6 +34,7 @@ #define USERMOD_ID_AUTO_SAVE 9 //Usermod "usermod_v2_auto_save.h" #define USERMOD_ID_DHT 10 //Usermod "usermod_dht.h" #define USERMOD_ID_MODE_SORT 11 //Usermod "usermod_v2_mode_sort.h" +#define USERMOD_ID_VL53L0X 12 //Usermod "usermod_vl53l0x_gestures.h" //Access point behavior #define AP_BEHAVIOR_BOOT_NO_CONN 0 //Open AP when no connection after boot @@ -136,7 +137,7 @@ #define BTN_TYPE_RESERVED 1 #define BTN_TYPE_PUSH 2 #define BTN_TYPE_PUSH_ACT_HIGH 3 //not implemented -#define BTN_TYPE_SWITCH 4 //not implemented +#define BTN_TYPE_SWITCH 4 #define BTN_TYPE_SWITCH_ACT_HIGH 5 //not implemented //Ethernet board types diff --git a/wled00/data/index.js b/wled00/data/index.js index 665e4b05..7df1a511 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -150,12 +150,12 @@ function loadBg(iUrl) if (iUrl == "") { var today = new Date(); var hol = [ - [0,11,24,5,"https://aircoookie.github.io/xmas.png"], // christmas + [0,11,24,4,"https://aircoookie.github.io/xmas.png"], // christmas [0,2,17,1,"https://images.alphacoders.com/491/491123.jpg"], // st. Patrick's day - [2022,3,16,3,"https://aircoookie.github.io/easter.png"], - [2023,3,8,3,"https://aircoookie.github.io/easter.png"], - [2024,2,30,3,"https://aircoookie.github.io/easter.png"] - ] + [2022,3,17,2,"https://aircoookie.github.io/easter.png"], + [2023,3,9,2,"https://aircoookie.github.io/easter.png"], + [2024,2,31,2,"https://aircoookie.github.io/easter.png"] + ]; for (var i=0; i

Sync setup

Button setup

-On/Off button enabled:
+Button type: +
Infrared remote:
Infrared remote:
Infrared remote:
diff --git a/wled00/html_ui.h b/wled00/html_ui.h index 4f2a025d..ab7265e8 100644 --- a/wled00/html_ui.h +++ b/wled00/html_ui.h @@ -7,7 +7,7 @@ */ // Autogenerated from wled00/data/index.htm, do not edit!! -const uint16_t PAGE_index_L = 33895; +const uint16_t PAGE_index_L = 33892; const uint8_t PAGE_index[] PROGMEM = { 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xcc, 0x7d, 0x7b, 0x5f, 0xe2, 0xc8, 0xb6, 0xe8, 0xff, 0x7e, 0x0a, 0x9a, 0x9e, 0xe9, 0x81, 0x26, 0xbc, 0x1f, 0xad, 0xd8, 0x19, 0x4f, @@ -1467,665 +1467,665 @@ const uint8_t PAGE_index[] PROGMEM = { 0x4c, 0x9c, 0xb6, 0xa7, 0xc0, 0x19, 0xe5, 0xdb, 0x0b, 0xec, 0x29, 0x44, 0x18, 0x5b, 0x9a, 0xc4, 0xb7, 0x46, 0x52, 0xd8, 0xd3, 0x0b, 0xf4, 0x63, 0xa3, 0x53, 0x4f, 0x6a, 0xcd, 0xe6, 0x1b, 0xb4, 0xbc, 0x97, 0xaf, 0x66, 0x7e, 0xe8, 0xda, 0xb4, 0x49, 0x86, 0x4e, 0x75, 0x0b, 0xa9, 0xa8, 0x25, - 0x3a, 0x1e, 0xa1, 0xb8, 0xd3, 0xef, 0xbb, 0x83, 0x7d, 0xf7, 0x3b, 0x97, 0xe3, 0xdf, 0xe6, 0xc3, - 0xbd, 0xbd, 0x20, 0x5a, 0xcd, 0xd2, 0x34, 0xbd, 0x8a, 0xc2, 0xde, 0x45, 0x44, 0xbc, 0xfd, 0xb4, - 0x17, 0xa5, 0x7b, 0x77, 0xcb, 0x20, 0xef, 0x65, 0xc9, 0x05, 0x14, 0x7b, 0x3c, 0x77, 0xe0, 0xf6, - 0xbf, 0x73, 0xfb, 0x55, 0x91, 0x68, 0x49, 0x87, 0x84, 0x34, 0x68, 0x9f, 0x11, 0xc3, 0xb0, 0x82, - 0x6c, 0x60, 0xb9, 0x77, 0xf0, 0xba, 0x8f, 0x7f, 0xfd, 0xc1, 0x7e, 0xef, 0x5f, 0x19, 0x17, 0x1d, - 0x78, 0x83, 0x81, 0xbb, 0xef, 0xf6, 0x5f, 0xba, 0x07, 0x4f, 0x34, 0x18, 0x12, 0x29, 0x17, 0xae, - 0x54, 0x93, 0x54, 0x6e, 0x9f, 0xca, 0xbd, 0xfa, 0xfc, 0x62, 0x07, 0xd4, 0xd9, 0x7d, 0xef, 0xb3, - 0xca, 0x9d, 0xc1, 0xa9, 0xd4, 0x28, 0xae, 0xc2, 0x1a, 0xc7, 0xea, 0xa2, 0x2e, 0x80, 0x93, 0xa9, - 0xf4, 0x34, 0x3e, 0x3b, 0xf5, 0xce, 0x26, 0x09, 0x66, 0xe6, 0xc7, 0xeb, 0x38, 0xfe, 0x67, 0x18, - 0xc0, 0x55, 0xa8, 0x4c, 0x87, 0xba, 0x92, 0x84, 0x70, 0x27, 0x70, 0x39, 0x91, 0xf8, 0x3d, 0xfe, - 0x2b, 0x4c, 0x98, 0xcb, 0xaf, 0x2b, 0x9a, 0x26, 0x9c, 0xac, 0xfc, 0x12, 0xb1, 0x83, 0x46, 0x3c, - 0x39, 0x5d, 0xce, 0x0c, 0x2b, 0xe7, 0x64, 0x0c, 0x15, 0x9f, 0xe4, 0x10, 0xc1, 0xb1, 0xe5, 0x7c, - 0xf2, 0xb7, 0x83, 0x33, 0x67, 0x9d, 0xb7, 0xb8, 0x24, 0x05, 0x0e, 0x11, 0x4d, 0xe8, 0x8f, 0x25, - 0x7f, 0xae, 0x49, 0x1c, 0xea, 0x47, 0xfd, 0xf4, 0x82, 0x5a, 0xcf, 0x3f, 0x04, 0x1f, 0x58, 0x7c, - 0x0c, 0x37, 0x3c, 0x2f, 0xa1, 0x6b, 0x24, 0x90, 0x54, 0xfa, 0x1e, 0xf6, 0x93, 0x32, 0x65, 0x1a, - 0xcc, 0xae, 0x2e, 0x58, 0x36, 0x71, 0x84, 0xb9, 0xf6, 0xcf, 0xa1, 0x32, 0xf1, 0xf5, 0x03, 0xf7, - 0x69, 0xed, 0x9c, 0x4b, 0xd3, 0xcb, 0xb5, 0x86, 0xcf, 0x69, 0x02, 0xb7, 0xa8, 0xb8, 0x1c, 0x27, - 0x94, 0x27, 0x2e, 0xc0, 0xaf, 0x87, 0x5f, 0x2b, 0x63, 0xac, 0x41, 0x89, 0x09, 0x0c, 0xb9, 0xe7, - 0x76, 0x98, 0x51, 0xf7, 0x0d, 0xd2, 0xe3, 0x42, 0x91, 0x1e, 0x94, 0x7a, 0x24, 0x24, 0x55, 0x32, - 0x1b, 0x95, 0x5f, 0x66, 0x84, 0xf1, 0x3f, 0x52, 0xfd, 0x16, 0xf8, 0xd4, 0x9e, 0x75, 0x1c, 0x87, - 0xec, 0xde, 0x2b, 0xa1, 0xc9, 0xb4, 0x7e, 0x7f, 0xff, 0xc3, 0xf7, 0xd6, 0xd1, 0xf1, 0x96, 0xbd, - 0x89, 0x98, 0x11, 0x35, 0xba, 0x5c, 0x9b, 0xe3, 0x28, 0xaa, 0xbb, 0xbd, 0xf5, 0x8a, 0xf0, 0x71, - 0x40, 0x84, 0x03, 0x9e, 0xfe, 0x32, 0x5c, 0x5d, 0x84, 0xdf, 0x87, 0x61, 0x86, 0x37, 0x41, 0x0f, - 0x31, 0xc4, 0x21, 0xf6, 0x73, 0x5c, 0x66, 0xc8, 0x8f, 0x7f, 0x2b, 0xa2, 0x18, 0xe2, 0xb3, 0x92, - 0x8a, 0x70, 0xe5, 0x42, 0xd7, 0xc8, 0x96, 0x0b, 0x44, 0x68, 0x73, 0x4a, 0x5a, 0xb7, 0xf0, 0x79, - 0xdb, 0x98, 0xe5, 0x44, 0xc3, 0x56, 0xe1, 0x89, 0x45, 0x2c, 0xd7, 0x42, 0x8f, 0xe5, 0x5a, 0x9c, - 0xe6, 0x67, 0x8d, 0xf9, 0x11, 0x5a, 0x8d, 0x32, 0x68, 0x93, 0x85, 0xff, 0x1d, 0x7b, 0x24, 0x24, - 0x07, 0x27, 0x71, 0x5a, 0xc0, 0xd6, 0xe4, 0x9a, 0x59, 0xa4, 0x8f, 0xc1, 0x14, 0xd1, 0xd6, 0x72, - 0xa4, 0x30, 0x0b, 0xda, 0x23, 0x2e, 0x49, 0xd7, 0x5a, 0xd6, 0x35, 0x1c, 0x94, 0x29, 0x4d, 0x87, - 0x05, 0xa1, 0x92, 0xef, 0xde, 0x0c, 0xa9, 0x63, 0xa2, 0x3c, 0xc5, 0x48, 0x8f, 0x25, 0x9f, 0xdf, - 0xd1, 0x6b, 0xd3, 0x3f, 0x40, 0x00, 0x20, 0xa1, 0xf2, 0xe3, 0x3f, 0x9a, 0xb9, 0x18, 0x8a, 0xcd, - 0xd2, 0x10, 0xca, 0x18, 0x89, 0x8f, 0xb0, 0x7a, 0xb8, 0x2a, 0x2f, 0x6f, 0x43, 0xd6, 0x6a, 0x66, - 0xe4, 0xc4, 0x08, 0x58, 0xfc, 0x76, 0xc4, 0x92, 0xfa, 0x79, 0xcb, 0x9a, 0xba, 0x29, 0x59, 0x4f, - 0xa5, 0x70, 0xde, 0xce, 0x92, 0x82, 0xa7, 0x54, 0xb4, 0xb3, 0x98, 0xbf, 0x9b, 0x72, 0xd3, 0x57, - 0xeb, 0xc9, 0x73, 0xed, 0x62, 0xc5, 0x01, 0xac, 0xdb, 0x41, 0x97, 0xcd, 0x96, 0x36, 0xdc, 0x28, - 0xa5, 0x17, 0xc4, 0xcb, 0x1f, 0xb3, 0xec, 0x05, 0xfd, 0x92, 0x56, 0x74, 0x2d, 0xfc, 0x4e, 0xfb, - 0xbd, 0x57, 0x89, 0x49, 0xa9, 0x95, 0x2e, 0x10, 0x78, 0xbb, 0x65, 0x58, 0xba, 0xe0, 0x5c, 0xb4, - 0xf7, 0x96, 0xe5, 0x77, 0xb8, 0xfd, 0xd9, 0x90, 0x5b, 0xa8, 0xb2, 0xeb, 0x79, 0x47, 0x1d, 0x48, - 0x6e, 0x78, 0x47, 0xfb, 0x3d, 0x9c, 0x9e, 0x10, 0x13, 0x12, 0xd2, 0x7a, 0xbc, 0xc5, 0x2e, 0x6b, - 0x77, 0xb1, 0x4a, 0x27, 0xbc, 0xb6, 0x86, 0xf5, 0x95, 0x8f, 0x68, 0x8a, 0x08, 0xa3, 0xe8, 0x74, - 0xed, 0xbd, 0xdb, 0x1c, 0x8c, 0x55, 0x9a, 0x10, 0x7b, 0x9d, 0xe8, 0x46, 0x12, 0xa8, 0x99, 0x96, - 0x6a, 0x42, 0x90, 0x7c, 0xd8, 0xb9, 0xd9, 0x19, 0x02, 0x70, 0xee, 0x0e, 0x4d, 0xea, 0x0e, 0xcd, - 0xaa, 0x8d, 0x5b, 0x65, 0x64, 0x48, 0x93, 0x65, 0x98, 0xe7, 0x81, 0x6e, 0x95, 0x40, 0x27, 0xa8, - 0x98, 0x21, 0xc6, 0x05, 0x7d, 0x55, 0x72, 0x64, 0x75, 0x47, 0x3a, 0x3a, 0xde, 0xde, 0xd6, 0xa7, - 0x5e, 0x53, 0x88, 0xa9, 0xad, 0x8e, 0x52, 0x76, 0x3c, 0x37, 0x03, 0x59, 0xbe, 0x53, 0xba, 0x6d, - 0x04, 0x1d, 0x99, 0xd7, 0xae, 0x20, 0x9f, 0x5b, 0x7c, 0x45, 0x4c, 0xe7, 0xa0, 0xca, 0xe6, 0x6b, - 0xcf, 0xbd, 0x55, 0x48, 0x0c, 0xe4, 0x8c, 0x8a, 0x5a, 0x81, 0x34, 0x62, 0xb3, 0xa9, 0xb0, 0x90, - 0xb6, 0xc1, 0x37, 0xf3, 0x69, 0x78, 0x56, 0xe5, 0xee, 0xfa, 0x65, 0x36, 0x7d, 0x7f, 0x25, 0x78, - 0x51, 0x27, 0x21, 0x8f, 0x80, 0xf5, 0xce, 0x83, 0x28, 0xbc, 0xbd, 0xbd, 0x55, 0xc0, 0x20, 0x80, - 0xe5, 0x31, 0x74, 0xf8, 0xff, 0xd7, 0x3b, 0x51, 0x0f, 0xa6, 0xb2, 0x27, 0xe6, 0xae, 0x63, 0xe7, - 0xcb, 0x34, 0x45, 0x38, 0x00, 0x60, 0x2c, 0x65, 0x68, 0xca, 0x38, 0x88, 0xc0, 0x89, 0x6c, 0x57, - 0x54, 0xd2, 0xd8, 0x2e, 0x42, 0x9d, 0xcd, 0xcb, 0x2f, 0xd3, 0xdb, 0x8f, 0x69, 0x90, 0x17, 0x65, - 0x3f, 0xa0, 0x74, 0x23, 0xf0, 0x3f, 0x4d, 0x12, 0x9a, 0xf7, 0x72, 0x11, 0x34, 0xb6, 0x28, 0x41, - 0x07, 0x8e, 0x04, 0x7b, 0xcf, 0x45, 0x0a, 0xd4, 0x44, 0x49, 0xb9, 0x16, 0x67, 0x3e, 0x74, 0x75, - 0x20, 0x16, 0x13, 0x3b, 0xc4, 0x3d, 0x3b, 0x31, 0x78, 0x68, 0x9a, 0x58, 0x58, 0xda, 0xf1, 0x57, - 0xd2, 0x17, 0x73, 0x47, 0x8a, 0x10, 0xa1, 0xba, 0x27, 0xda, 0x0c, 0x12, 0x22, 0x4d, 0xc4, 0xe5, - 0x95, 0xbc, 0xcd, 0x13, 0x39, 0xfc, 0xca, 0x81, 0xb3, 0xb1, 0x8b, 0x3c, 0x39, 0x5f, 0xa2, 0x51, - 0x1b, 0x77, 0xf8, 0xee, 0xe0, 0x35, 0xfc, 0x17, 0x1a, 0xa0, 0x60, 0x1d, 0x00, 0x01, 0x0f, 0xaa, - 0xac, 0x84, 0x8d, 0xfd, 0x8e, 0x60, 0x11, 0x4a, 0xe6, 0x33, 0xb5, 0x98, 0x35, 0xb5, 0x16, 0x01, - 0x9d, 0x5b, 0xf3, 0x2d, 0x9b, 0xb7, 0xa7, 0x8a, 0xb5, 0xc4, 0x78, 0x8c, 0x6a, 0x74, 0xc8, 0x68, - 0xdd, 0x6b, 0x4f, 0xae, 0x7a, 0x2a, 0xc0, 0xc4, 0x5d, 0xad, 0xa4, 0x55, 0x61, 0xf1, 0xeb, 0x75, - 0x02, 0x18, 0x9c, 0x14, 0xab, 0x0a, 0xb3, 0xcb, 0xf0, 0xd2, 0xec, 0xde, 0xbd, 0x72, 0xd9, 0xdb, - 0x29, 0xf6, 0x5e, 0xc1, 0x03, 0x22, 0x7c, 0x2b, 0x69, 0xa9, 0x9d, 0x62, 0x97, 0x93, 0xbf, 0xcd, - 0x9d, 0xbd, 0xfd, 0x97, 0xc2, 0x8b, 0x47, 0xeb, 0xe7, 0x5d, 0x7c, 0xfd, 0x36, 0x71, 0xf6, 0xe0, - 0x05, 0x24, 0xf6, 0xf3, 0x49, 0x2e, 0x22, 0x3a, 0xf4, 0x7d, 0x88, 0x4e, 0xe6, 0x01, 0x42, 0x5f, - 0xd0, 0x2f, 0xad, 0x1b, 0x76, 0xb9, 0x31, 0xb4, 0xed, 0x32, 0xd4, 0x61, 0xd7, 0x4f, 0x3e, 0x7d, - 0xca, 0x27, 0x49, 0x59, 0x20, 0x99, 0xd8, 0x97, 0xe9, 0x35, 0xe6, 0x1d, 0x7f, 0xa8, 0x08, 0xe5, - 0x76, 0xb7, 0x10, 0x6b, 0x01, 0xe4, 0x03, 0x2d, 0x11, 0xaa, 0x80, 0x08, 0x98, 0xf1, 0x8b, 0xd7, - 0xb4, 0x04, 0x72, 0x91, 0x86, 0xc0, 0x12, 0x7c, 0x5d, 0xe6, 0x16, 0x87, 0xe8, 0x0a, 0xed, 0xac, - 0xfc, 0x5d, 0xcb, 0x2f, 0xd3, 0x91, 0x52, 0xec, 0xbe, 0xf4, 0xbe, 0x45, 0x91, 0x3c, 0x04, 0x77, - 0xa3, 0x85, 0x54, 0x85, 0x3c, 0x79, 0x95, 0xde, 0xb2, 0xca, 0x52, 0x8e, 0x6b, 0x50, 0x29, 0xef, - 0x3b, 0x3f, 0x2c, 0x56, 0xe3, 0xc3, 0x62, 0x2e, 0xb4, 0x3c, 0x7c, 0xfb, 0x2a, 0xbc, 0x2f, 0xe6, - 0xf6, 0xf8, 0xeb, 0x87, 0x70, 0x7d, 0xb8, 0x57, 0xcc, 0xf5, 0x4f, 0x37, 0x41, 0x2c, 0x3e, 0x15, - 0x6b, 0xa2, 0x9a, 0xe4, 0xe7, 0x3d, 0x2a, 0x7e, 0x6e, 0xcc, 0xce, 0x7b, 0x4d, 0x30, 0x7f, 0x5c, - 0x3a, 0xbb, 0xea, 0x57, 0xa4, 0x01, 0x94, 0xf3, 0x58, 0x40, 0xee, 0x14, 0x22, 0xc2, 0x68, 0xb7, - 0x5b, 0x7a, 0x34, 0x1e, 0x0f, 0x5e, 0x78, 0x6c, 0x88, 0x4d, 0x7f, 0x1d, 0x5d, 0xd5, 0x8e, 0xb6, - 0xee, 0xd9, 0xd5, 0x6f, 0x54, 0x65, 0x35, 0xe5, 0xc0, 0x9e, 0xf3, 0x0c, 0x3d, 0x8d, 0xe6, 0xe7, - 0x8e, 0xb8, 0xf7, 0x19, 0x6d, 0x71, 0xcd, 0x6c, 0x60, 0xe7, 0x09, 0x77, 0xee, 0xd4, 0xc6, 0xa4, - 0xca, 0x7a, 0x1b, 0xd0, 0x98, 0x1d, 0x6d, 0x6d, 0xda, 0xf6, 0xf0, 0x91, 0xaf, 0xe7, 0xdb, 0x5f, - 0xbd, 0x26, 0x9e, 0x72, 0x64, 0xfd, 0x42, 0x8c, 0x30, 0xd4, 0x01, 0xa3, 0xe4, 0xc2, 0xfa, 0xfa, - 0x21, 0xe3, 0x4d, 0xb3, 0x70, 0xd6, 0x5b, 0xda, 0xd8, 0x45, 0x62, 0x75, 0x4f, 0x27, 0xce, 0x7d, - 0x9a, 0xfb, 0xd2, 0x61, 0x33, 0xf7, 0x6d, 0x7b, 0x5b, 0x74, 0x31, 0x3c, 0xab, 0x9e, 0x7a, 0xc0, - 0x00, 0x42, 0xe2, 0xf2, 0x15, 0x9e, 0x57, 0xaa, 0x8a, 0x83, 0x2c, 0xfa, 0xcf, 0x20, 0x56, 0xd7, - 0xb3, 0x9c, 0xeb, 0xd3, 0xa7, 0x2d, 0x95, 0x5b, 0x5e, 0xcf, 0x12, 0xe6, 0x89, 0x86, 0x1b, 0x7a, - 0xef, 0x65, 0xc6, 0xf2, 0x12, 0xb0, 0x77, 0xcb, 0x8e, 0x45, 0xe8, 0x77, 0xd8, 0x99, 0xd3, 0x59, - 0x5c, 0x84, 0x94, 0x96, 0xb8, 0xe5, 0x63, 0x56, 0x3d, 0xfe, 0x11, 0xd7, 0xa5, 0x64, 0x85, 0xbe, - 0x79, 0xfe, 0x11, 0xab, 0x51, 0x3f, 0x39, 0xc6, 0x3f, 0xe2, 0x89, 0xf6, 0x8c, 0x6b, 0x89, 0x6a, - 0x76, 0xb3, 0xb7, 0xb3, 0xab, 0x12, 0x57, 0x78, 0x5b, 0x98, 0xce, 0xae, 0x40, 0xa6, 0xf6, 0x04, - 0xd9, 0xc7, 0x17, 0x7c, 0xb0, 0xd0, 0xe3, 0x37, 0x2a, 0xc2, 0x57, 0x35, 0x44, 0x1d, 0xbe, 0xe6, - 0xff, 0x40, 0xf6, 0xc0, 0x77, 0xcf, 0xbb, 0x74, 0xb9, 0x0c, 0x12, 0xde, 0xb8, 0xb3, 0x7b, 0xb0, - 0x98, 0xfa, 0xf6, 0x95, 0x45, 0xe1, 0x1c, 0x5b, 0xd7, 0x2c, 0x8e, 0xb2, 0x69, 0x1a, 0xac, 0x68, - 0xdf, 0xd2, 0x06, 0x92, 0xf1, 0x6c, 0x09, 0x05, 0xa8, 0x72, 0x0e, 0x71, 0x7b, 0x45, 0x18, 0x32, - 0x82, 0x53, 0xfb, 0x4e, 0xfe, 0x18, 0xb1, 0x08, 0x02, 0x40, 0x90, 0xb5, 0xe3, 0xbe, 0xc7, 0x93, - 0x89, 0x2d, 0xb1, 0xf4, 0x20, 0xbf, 0x16, 0xe4, 0xcf, 0xce, 0xe1, 0x3c, 0xba, 0x51, 0xeb, 0x29, - 0x0f, 0x2f, 0xac, 0x99, 0x3d, 0xde, 0x19, 0x25, 0x5d, 0x28, 0x0c, 0xfc, 0x33, 0xbd, 0xb6, 0x2e, - 0x83, 0x9b, 0xd0, 0x4a, 0x52, 0xd9, 0x99, 0xdc, 0xba, 0x0f, 0x8b, 0x2d, 0xda, 0x2e, 0x4e, 0xd2, - 0xd5, 0xea, 0xde, 0xb5, 0x88, 0xd4, 0x5e, 0x85, 0xd6, 0x2d, 0x34, 0xb1, 0x68, 0x41, 0xe7, 0xf9, - 0x75, 0x68, 0xc9, 0xf0, 0x0f, 0xd6, 0x3d, 0x6d, 0x28, 0xaa, 0x14, 0x6d, 0xc7, 0x85, 0xb8, 0x66, - 0xb6, 0x0f, 0xa7, 0xb4, 0xb8, 0xe9, 0x9f, 0xed, 0x8a, 0x36, 0x7e, 0xa2, 0xb5, 0x49, 0x88, 0xac, - 0xaa, 0x8a, 0x72, 0x0b, 0x27, 0xda, 0x75, 0x26, 0x8b, 0x5a, 0x20, 0x2e, 0x70, 0xea, 0x07, 0x48, - 0xb8, 0x89, 0xd2, 0xeb, 0x5c, 0xa8, 0x8b, 0xc5, 0x42, 0x37, 0xc4, 0x0a, 0x6e, 0x68, 0xc3, 0xc7, - 0x25, 0x6c, 0x0f, 0xb5, 0xfe, 0x9f, 0xc4, 0xb2, 0xac, 0xce, 0x49, 0x70, 0x83, 0x1e, 0x04, 0xaa, - 0x8e, 0xdb, 0x28, 0x8e, 0xad, 0x4b, 0x3a, 0x75, 0xd9, 0x8d, 0x20, 0x75, 0x75, 0x6e, 0xa5, 0x72, - 0xf1, 0x20, 0x29, 0x94, 0x4d, 0x3a, 0x34, 0xae, 0x9f, 0x64, 0x27, 0x02, 0xd5, 0x0d, 0x10, 0x1c, - 0x94, 0x03, 0x77, 0x20, 0xd6, 0x55, 0x92, 0xde, 0xd2, 0x86, 0x92, 0xa6, 0x73, 0x8b, 0xa9, 0x9d, - 0x21, 0x0f, 0x62, 0xe7, 0xb0, 0x08, 0xef, 0x88, 0xe4, 0x0b, 0x03, 0x2b, 0x9a, 0xfb, 0x8c, 0x25, - 0xd8, 0x84, 0x64, 0xda, 0xb8, 0xec, 0xd6, 0xe1, 0xf4, 0xba, 0x28, 0xf8, 0x2c, 0x62, 0x58, 0x4f, - 0x8b, 0xc4, 0xa2, 0x7f, 0xbb, 0x99, 0x4d, 0x4c, 0x1d, 0x21, 0xc0, 0xec, 0xca, 0xb7, 0x25, 0xd2, - 0xd9, 0x63, 0x42, 0x8d, 0x7b, 0x03, 0x31, 0x0e, 0xf7, 0x44, 0xe9, 0xf1, 0x8e, 0xe3, 0x32, 0x18, - 0xf7, 0x68, 0xda, 0xc6, 0xea, 0x86, 0x01, 0x61, 0x04, 0x6c, 0x7d, 0x93, 0x48, 0xdc, 0x92, 0x60, - 0x60, 0xac, 0x95, 0x57, 0xd0, 0x79, 0x4d, 0x32, 0xa2, 0xf8, 0x80, 0x50, 0xa8, 0x95, 0x3c, 0x2c, - 0x42, 0x20, 0x07, 0x93, 0x98, 0xcc, 0xd8, 0x33, 0xc5, 0x29, 0x88, 0x4d, 0x1b, 0xc7, 0xc9, 0x9e, - 0x9c, 0xcf, 0xde, 0xbf, 0x72, 0xf8, 0xf1, 0x7c, 0x58, 0x86, 0xc5, 0x65, 0x3a, 0x17, 0x9a, 0x1b, - 0x6b, 0x87, 0x83, 0x3b, 0x50, 0x5d, 0x63, 0xa2, 0x09, 0xd3, 0x2b, 0x3a, 0x68, 0x6a, 0x47, 0x37, - 0xad, 0x17, 0x94, 0xeb, 0x10, 0x1b, 0x27, 0xb2, 0x16, 0xc4, 0x52, 0x8b, 0x7b, 0xc9, 0xc2, 0xcd, - 0x52, 0x56, 0xf7, 0x09, 0x55, 0x97, 0x28, 0x37, 0x6e, 0xa4, 0x89, 0x22, 0xe8, 0x09, 0x94, 0x35, - 0x94, 0x5f, 0xab, 0x55, 0x54, 0xe0, 0xa0, 0x87, 0x9a, 0x74, 0x9e, 0x12, 0x0e, 0xc4, 0xe9, 0x05, - 0x6c, 0x9b, 0xf4, 0x95, 0x03, 0x72, 0x4c, 0x55, 0x55, 0x1f, 0xbe, 0xe2, 0xa2, 0x9e, 0x3d, 0x7e, - 0xf4, 0x7f, 0x4f, 0x5d, 0xb2, 0xfe, 0x35, 0x00, 0x10, 0xd7, 0xb0, 0x72, 0x87, 0x24, 0x22, 0x78, - 0x05, 0x2d, 0x61, 0x8c, 0x41, 0x01, 0x44, 0x75, 0xf2, 0x7f, 0x02, 0x22, 0xc4, 0x2b, 0x7e, 0x1e, - 0x2c, 0xc2, 0xc5, 0x82, 0xfa, 0xfd, 0x17, 0x81, 0x22, 0x7c, 0x02, 0x14, 0x3f, 0x88, 0xc6, 0xfe, - 0x5d, 0x90, 0xc0, 0x86, 0x88, 0x4e, 0xa9, 0x18, 0x24, 0xab, 0x70, 0x41, 0x79, 0x2f, 0xf1, 0xba, - 0x72, 0xb3, 0xbf, 0xbf, 0xf7, 0x4f, 0xcf, 0xaa, 0x1b, 0x54, 0xd5, 0xa7, 0xbf, 0xbf, 0x2f, 0x0f, - 0x09, 0xda, 0x95, 0xe9, 0x30, 0xa4, 0x8c, 0x6a, 0xdb, 0xf5, 0x9c, 0x87, 0x10, 0xfb, 0x43, 0xa6, - 0xd6, 0xbc, 0xb8, 0xfc, 0xb0, 0xc7, 0x7f, 0xc7, 0xa5, 0x1c, 0x03, 0xfc, 0x70, 0x2f, 0xa3, 0xed, - 0x56, 0x6c, 0xed, 0x9e, 0xc9, 0xe7, 0x50, 0x45, 0xec, 0x76, 0x80, 0xaa, 0x38, 0xaf, 0xed, 0x1d, - 0x77, 0x77, 0x39, 0xf6, 0x0e, 0x2b, 0xcb, 0x09, 0xf4, 0xbc, 0xeb, 0x10, 0xad, 0x00, 0x25, 0xa7, - 0xf5, 0x1f, 0xf1, 0x54, 0xdb, 0x4f, 0x98, 0xfb, 0x60, 0x63, 0x77, 0xf9, 0xd9, 0x19, 0x81, 0x5a, - 0x82, 0x8a, 0xe8, 0xba, 0xdc, 0x51, 0xce, 0xdd, 0x6e, 0xb7, 0x18, 0x1f, 0xf0, 0x09, 0xe1, 0xb9, - 0xa1, 0xdc, 0xa3, 0xe9, 0xa4, 0x23, 0x6a, 0x85, 0x7d, 0xdf, 0x94, 0x29, 0x6e, 0xfb, 0x68, 0x88, - 0x65, 0x56, 0x1b, 0x3d, 0x0f, 0x67, 0x2d, 0x36, 0xa5, 0x3f, 0x62, 0x63, 0x4b, 0xd2, 0x28, 0xa7, - 0xfa, 0x5a, 0x0f, 0x95, 0x0a, 0x4c, 0x47, 0xec, 0x06, 0x1a, 0x77, 0xf9, 0xf8, 0xf9, 0xe6, 0x08, - 0x42, 0xc2, 0x79, 0x90, 0xb4, 0x81, 0x38, 0xcc, 0xbd, 0xb3, 0x91, 0xd2, 0x4b, 0x72, 0xf3, 0x3a, - 0x3a, 0x89, 0x02, 0xc4, 0x0b, 0xe5, 0xe9, 0xaa, 0xe8, 0xcc, 0x96, 0xd9, 0xb1, 0x12, 0x04, 0x6c, - 0xf5, 0x47, 0x72, 0x92, 0x85, 0xf1, 0x34, 0x66, 0x5b, 0xce, 0x47, 0x8c, 0xf9, 0xc8, 0x79, 0x36, - 0x98, 0xde, 0x89, 0x72, 0xa9, 0x9d, 0x1f, 0xc3, 0x95, 0x62, 0x15, 0xc5, 0x05, 0x32, 0xe6, 0xb0, - 0x22, 0xfc, 0x63, 0xea, 0x8a, 0xa8, 0x3d, 0xf0, 0x91, 0x93, 0x68, 0x8c, 0x51, 0x40, 0xe4, 0x07, - 0x61, 0x88, 0x88, 0x1a, 0x1d, 0xba, 0x01, 0xbc, 0x2e, 0x96, 0x9e, 0x40, 0x0a, 0x4c, 0x75, 0xed, - 0x3c, 0x06, 0x64, 0xcb, 0x39, 0x0e, 0xd7, 0xa9, 0x4d, 0x13, 0x56, 0xde, 0xa6, 0x65, 0x11, 0xab, - 0x2f, 0xd6, 0x8a, 0x51, 0xaa, 0xa2, 0x97, 0x71, 0x4a, 0x9c, 0xb7, 0x56, 0x0c, 0x49, 0x81, 0x95, - 0xe1, 0x77, 0x03, 0xc2, 0x84, 0x6b, 0x07, 0xb5, 0x28, 0x1a, 0x52, 0x56, 0x26, 0x8e, 0xb2, 0x48, - 0x55, 0x14, 0x61, 0x75, 0x59, 0xe1, 0x2e, 0xfe, 0x5a, 0x8b, 0x78, 0x45, 0x94, 0xa8, 0x52, 0xc9, - 0x39, 0x0d, 0xbb, 0x7d, 0xcf, 0x3b, 0x23, 0xd6, 0xf2, 0x2e, 0x03, 0x17, 0xb2, 0x16, 0xa3, 0xa0, - 0xa6, 0x43, 0xca, 0x84, 0x6f, 0x6b, 0xad, 0x65, 0x51, 0xaa, 0xa3, 0xbe, 0x50, 0xd3, 0xdb, 0x5f, - 0xdd, 0x85, 0xfb, 0xaf, 0x5f, 0x8c, 0x0e, 0xf7, 0x22, 0xd9, 0xaa, 0x39, 0x00, 0x62, 0x41, 0x54, - 0x85, 0x65, 0x7d, 0xe3, 0xaa, 0x93, 0xe2, 0x09, 0x88, 0x7b, 0x4e, 0x8c, 0xd6, 0x96, 0xb7, 0xa6, - 0x89, 0xdb, 0x70, 0x5a, 0xb2, 0xa1, 0x0e, 0x0b, 0xdf, 0xb6, 0x7c, 0xfa, 0xb3, 0xbd, 0xed, 0xc9, - 0xbf, 0x9d, 0xcd, 0xd7, 0xb5, 0x90, 0xc5, 0x41, 0x60, 0x27, 0x51, 0x90, 0x66, 0x9a, 0x75, 0x6a, - 0x36, 0xe7, 0x6f, 0x5c, 0xed, 0x0a, 0x4c, 0x2c, 0xc5, 0x7e, 0xf4, 0x5b, 0xf9, 0x09, 0xa7, 0xbd, - 0x60, 0x55, 0x49, 0xca, 0xd9, 0xa4, 0x45, 0xe0, 0x56, 0x0a, 0x7f, 0xe1, 0x35, 0x08, 0xd3, 0x06, - 0x26, 0x80, 0xc7, 0xaf, 0xcc, 0xf8, 0x0a, 0x63, 0x56, 0x63, 0xab, 0xf3, 0x9c, 0x91, 0x10, 0x39, - 0x1c, 0xbf, 0x61, 0xa9, 0x9c, 0xbe, 0x81, 0xc9, 0xec, 0x52, 0x21, 0xc8, 0x3c, 0x12, 0x58, 0x26, - 0xf8, 0x79, 0x87, 0x02, 0x38, 0xbb, 0x67, 0x9d, 0x08, 0x25, 0x21, 0x7c, 0x1d, 0xcf, 0x2d, 0xe8, - 0xf7, 0xa3, 0x41, 0x0b, 0x2d, 0x0a, 0x06, 0xbe, 0xfd, 0xc0, 0x54, 0xba, 0x48, 0x85, 0x14, 0x72, - 0x10, 0x9f, 0x40, 0x28, 0x2a, 0x74, 0x33, 0xf0, 0x24, 0x15, 0x15, 0xb4, 0x09, 0xce, 0x5d, 0xfb, - 0x7b, 0x7e, 0x9b, 0x42, 0x5c, 0xe1, 0x13, 0xa3, 0x4c, 0x73, 0xbb, 0x49, 0x2d, 0x85, 0x9d, 0x3a, - 0xd0, 0x4c, 0x2c, 0x7d, 0x7b, 0x95, 0xb2, 0xfb, 0x8d, 0xfe, 0x2b, 0x6f, 0x1e, 0x5e, 0xe0, 0xe6, - 0xa9, 0xe8, 0xc5, 0xc2, 0xd5, 0x06, 0xa1, 0x60, 0xe7, 0x3d, 0x3d, 0x3a, 0xc4, 0x4c, 0xe5, 0x2c, - 0x09, 0x57, 0x89, 0x32, 0x65, 0xde, 0x2b, 0xa2, 0x22, 0x26, 0x92, 0x4b, 0xe9, 0xae, 0x41, 0xc6, - 0x3c, 0xcf, 0x7b, 0xb7, 0x37, 0x95, 0xca, 0x98, 0x4c, 0x9a, 0xe1, 0xc5, 0xd0, 0x78, 0x43, 0x57, - 0x56, 0x4a, 0x81, 0x4c, 0xe6, 0xa2, 0x37, 0xc2, 0x74, 0xd6, 0xd0, 0x2a, 0x7a, 0x8b, 0xbc, 0x47, - 0x0f, 0x82, 0xfa, 0x13, 0xdb, 0x38, 0x6b, 0xd1, 0xb5, 0xe8, 0x7f, 0x24, 0xf3, 0xd9, 0x98, 0xa8, - 0x7f, 0x29, 0x2b, 0x64, 0x20, 0xb0, 0x52, 0xe9, 0xf8, 0xbb, 0xef, 0xbc, 0xba, 0xa2, 0x85, 0x42, - 0x09, 0x9e, 0xf2, 0xe2, 0x4f, 0x9d, 0xb2, 0x2d, 0xf4, 0x85, 0x51, 0xbb, 0xa6, 0x3b, 0xca, 0x96, - 0xe6, 0x74, 0xd2, 0x86, 0x97, 0x61, 0x90, 0xed, 0xf5, 0xc3, 0xfd, 0x51, 0xee, 0xe7, 0xa5, 0x26, - 0x67, 0x5f, 0x6d, 0xcf, 0xa1, 0x00, 0x43, 0x76, 0x8b, 0x18, 0x1d, 0xf6, 0x07, 0x61, 0x0c, 0x32, - 0xe3, 0x1a, 0xe7, 0xf6, 0x28, 0x19, 0x53, 0xc1, 0x49, 0xea, 0x77, 0x12, 0xfa, 0x7f, 0xcf, 0xa7, - 0x17, 0xa7, 0x52, 0x06, 0x25, 0xfe, 0x07, 0x81, 0x37, 0x45, 0xa0, 0x4c, 0x7b, 0x98, 0x00, 0x20, - 0x1d, 0xce, 0xfb, 0xc2, 0xfb, 0x56, 0xd3, 0x0f, 0x4d, 0xf6, 0x88, 0xc5, 0x47, 0xa6, 0xe5, 0x1b, - 0x5b, 0x05, 0x4a, 0x17, 0x87, 0x7a, 0xd8, 0xbb, 0xe6, 0xbb, 0x3e, 0xd6, 0xcd, 0x3b, 0xa5, 0xc9, - 0x3a, 0xa3, 0x03, 0xa1, 0x76, 0xb2, 0x20, 0x8f, 0xc3, 0xa6, 0x18, 0x71, 0xd7, 0x57, 0xc2, 0x0d, - 0xca, 0x8a, 0xdb, 0x2b, 0x24, 0x3b, 0x43, 0x33, 0x5d, 0x9d, 0x0c, 0xf6, 0xff, 0xbe, 0xbe, 0xbe, - 0x0c, 0xae, 0xae, 0x6d, 0x62, 0x2d, 0x89, 0x2b, 0xe9, 0xb1, 0xf8, 0x38, 0xff, 0x3d, 0x2a, 0x2e, - 0x3b, 0xb6, 0xd7, 0xeb, 0x0f, 0x7a, 0x10, 0x5e, 0x77, 0x28, 0xdf, 0x4f, 0xd1, 0x55, 0xb0, 0x8a, - 0x70, 0x0c, 0xf7, 0x66, 0x09, 0x27, 0xe1, 0x41, 0x6c, 0xee, 0x37, 0xb4, 0x05, 0xa2, 0xf4, 0xda, - 0xb2, 0xbf, 0x7e, 0x08, 0xd6, 0x25, 0x9b, 0x75, 0xc8, 0xd6, 0x82, 0xe5, 0x6e, 0x4d, 0xad, 0x17, - 0x36, 0x6d, 0x8f, 0x5f, 0x3f, 0xc4, 0x6b, 0xfc, 0xaa, 0xee, 0xd8, 0x6f, 0xaf, 0xa3, 0x18, 0x97, - 0x5c, 0xbd, 0x1b, 0x98, 0xb2, 0x1b, 0x9f, 0x4e, 0x88, 0x67, 0x0f, 0xd8, 0x4d, 0x2c, 0xef, 0x46, - 0xc8, 0x74, 0x1b, 0x2d, 0xa2, 0x5e, 0xce, 0xe9, 0x5d, 0xfb, 0x1b, 0x8b, 0x3d, 0x18, 0x70, 0xda, - 0x8a, 0x38, 0x7c, 0xd7, 0xb6, 0xe6, 0x6f, 0x97, 0xb4, 0x5a, 0xcc, 0x6a, 0x7e, 0xcb, 0x20, 0x21, - 0x63, 0x6b, 0x06, 0x5d, 0x5a, 0xd6, 0xbb, 0xe6, 0x74, 0xa7, 0x96, 0xfb, 0x47, 0xc2, 0x07, 0x0b, - 0x08, 0x41, 0xe8, 0x41, 0x15, 0x5e, 0xbd, 0xad, 0x57, 0xf7, 0x03, 0x6d, 0x02, 0x4b, 0xcc, 0xbd, - 0x25, 0x55, 0x35, 0x6d, 0x37, 0xad, 0x65, 0x79, 0x43, 0xf0, 0xa0, 0x7d, 0xd8, 0xfa, 0xf1, 0xf8, - 0x04, 0x9d, 0x66, 0xf4, 0x59, 0x64, 0x79, 0x2d, 0xd7, 0xcf, 0x6f, 0xde, 0x59, 0xc1, 0x7c, 0xbe, - 0xe2, 0xc0, 0xa1, 0x21, 0x2d, 0xb3, 0x59, 0xbd, 0x2b, 0x51, 0x1c, 0xe6, 0xf7, 0x39, 0xed, 0xe4, - 0xf8, 0x4e, 0x2b, 0xef, 0x9a, 0xf6, 0x39, 0x8c, 0x98, 0x1e, 0x8b, 0x2e, 0xfa, 0x06, 0x00, 0x68, - 0x68, 0x04, 0xe5, 0x62, 0x91, 0x71, 0x4f, 0x64, 0x72, 0xd8, 0x5b, 0x70, 0x7d, 0x00, 0xc9, 0x4d, - 0xb4, 0x82, 0xa0, 0x1d, 0x5d, 0x0f, 0x7b, 0xc1, 0x6a, 0x76, 0xc9, 0x62, 0x39, 0xa8, 0xa5, 0xad, - 0x42, 0x7a, 0x64, 0xa8, 0xc6, 0xb7, 0x51, 0x06, 0xc3, 0x69, 0x14, 0x26, 0xa6, 0x12, 0x93, 0x49, - 0xe7, 0x19, 0xaf, 0xfb, 0xab, 0x1b, 0xf3, 0x10, 0x6b, 0xae, 0x34, 0xda, 0x3d, 0x58, 0xac, 0xae, - 0xaf, 0xb6, 0x91, 0xae, 0xbb, 0x6a, 0x2a, 0xac, 0x0a, 0x3d, 0x55, 0x4d, 0x39, 0x0c, 0x57, 0x63, - 0x1d, 0x9c, 0x63, 0x17, 0xc2, 0xff, 0x95, 0x76, 0x49, 0xf6, 0xa0, 0xaa, 0xe9, 0x76, 0xcb, 0xf5, - 0x49, 0x49, 0xa7, 0xf9, 0x19, 0x13, 0x41, 0x69, 0x45, 0x04, 0x25, 0x70, 0x8e, 0x30, 0x92, 0x9a, - 0xb9, 0xa7, 0xe9, 0x99, 0x9f, 0xf4, 0xd2, 0x84, 0x96, 0xb0, 0xaf, 0xb7, 0xce, 0x47, 0xad, 0xd6, - 0x99, 0xb4, 0x4b, 0x94, 0x79, 0x3a, 0x46, 0x8f, 0xf0, 0x09, 0x1d, 0x4b, 0x5b, 0xa9, 0x18, 0x20, - 0xb3, 0x75, 0xc8, 0x3b, 0xbe, 0x4a, 0x65, 0xb9, 0x9c, 0x95, 0xcf, 0x2e, 0xaf, 0x62, 0xdb, 0xe2, - 0xed, 0x90, 0x28, 0xa2, 0x34, 0x8f, 0xd8, 0x2f, 0x4b, 0x30, 0xa5, 0x5d, 0xea, 0xba, 0x08, 0xb9, - 0x9c, 0xb5, 0x9d, 0x4c, 0xf3, 0x6c, 0xc4, 0xd4, 0x02, 0x5f, 0xf9, 0x58, 0xe2, 0xca, 0x87, 0x6b, - 0x98, 0xa6, 0x77, 0x1a, 0x7d, 0x91, 0xae, 0x73, 0x3a, 0x53, 0x40, 0xae, 0x08, 0x6f, 0x4d, 0x94, - 0x8a, 0x5e, 0x75, 0xf0, 0xc5, 0xb1, 0x89, 0xea, 0x49, 0x20, 0x16, 0x9a, 0x88, 0xa2, 0xb4, 0x21, - 0x81, 0xde, 0x11, 0x64, 0x48, 0x4e, 0x47, 0xb3, 0xd1, 0xb5, 0x65, 0xb0, 0x12, 0xdd, 0x03, 0xb5, - 0x82, 0xaf, 0x3c, 0x84, 0x3d, 0x1e, 0x03, 0x3f, 0x36, 0xe9, 0x34, 0x83, 0x42, 0x43, 0xbb, 0x3f, - 0xdc, 0xc9, 0x96, 0xb9, 0x0d, 0xb4, 0x9e, 0x4c, 0xe8, 0xdf, 0xd0, 0x96, 0x53, 0x8e, 0xf8, 0xbf, - 0x6b, 0xae, 0x56, 0x92, 0x43, 0xcf, 0xa3, 0xd8, 0xd2, 0x0d, 0xd4, 0x5a, 0xda, 0x4a, 0xa9, 0xa5, - 0x2d, 0x54, 0x5a, 0x83, 0x46, 0x6b, 0xa9, 0x9e, 0x5f, 0xcc, 0x36, 0xb8, 0x89, 0x71, 0x63, 0x22, - 0x20, 0x44, 0xb1, 0x4b, 0xaa, 0xb6, 0xb8, 0x2b, 0x88, 0x48, 0x60, 0x1d, 0x58, 0xa3, 0x20, 0x65, - 0x09, 0xae, 0x71, 0xe7, 0xbd, 0xcc, 0xc0, 0x05, 0xf8, 0x76, 0xba, 0x58, 0xd0, 0x1e, 0x1e, 0xdc, - 0x09, 0x7c, 0xf5, 0xf7, 0x07, 0x22, 0x6c, 0x9b, 0x6f, 0x6b, 0x80, 0x42, 0xe3, 0x2c, 0xd3, 0xbf, - 0x4c, 0x63, 0xb8, 0x95, 0xa1, 0xf5, 0x88, 0xdb, 0x6d, 0x40, 0xbb, 0xd7, 0xeb, 0xd9, 0x7b, 0xa5, - 0xdc, 0xc6, 0xdc, 0x41, 0xa9, 0xc9, 0xc2, 0x96, 0xe4, 0x68, 0x21, 0x05, 0x3b, 0x16, 0x24, 0xd2, - 0xac, 0x49, 0xec, 0xdb, 0xfb, 0xaf, 0xbe, 0xb1, 0xc7, 0x27, 0xd8, 0xc1, 0xad, 0xf7, 0x3f, 0x7c, - 0xcf, 0x02, 0xe9, 0xf6, 0x3c, 0x5f, 0x57, 0x3a, 0x72, 0x42, 0x7b, 0x79, 0x62, 0xe3, 0x62, 0x9d, - 0x69, 0x01, 0xc8, 0xd7, 0x8a, 0x34, 0x43, 0x0d, 0xf6, 0xba, 0xaa, 0x83, 0x25, 0xdb, 0xcd, 0xa6, - 0xc7, 0x12, 0x64, 0xb2, 0x87, 0x12, 0x42, 0x16, 0x50, 0xc7, 0x44, 0x60, 0x5b, 0x42, 0x35, 0xb9, - 0x5e, 0x4e, 0xc3, 0x15, 0x0b, 0xf1, 0x7d, 0xdb, 0x63, 0x48, 0x01, 0x34, 0x8a, 0x2c, 0xd9, 0xed, - 0x13, 0x68, 0x34, 0x80, 0xf1, 0x79, 0xc4, 0x08, 0xc0, 0xed, 0xf8, 0xb6, 0x20, 0x23, 0xdf, 0x13, - 0x39, 0x26, 0x71, 0xc0, 0x1c, 0xe6, 0x73, 0xfb, 0x13, 0x3e, 0xb7, 0x3f, 0x9d, 0x3a, 0xa4, 0x64, - 0x9f, 0x86, 0x44, 0xe8, 0xd6, 0x7a, 0x9a, 0x66, 0x4f, 0xe4, 0x7e, 0xee, 0x20, 0x2c, 0xda, 0xa3, - 0xb1, 0x36, 0x69, 0xb6, 0xe8, 0x53, 0xfb, 0xe2, 0x99, 0x25, 0x8b, 0x72, 0x40, 0xb3, 0xda, 0x22, - 0x61, 0xc1, 0xf0, 0x85, 0xb9, 0x48, 0x3c, 0x5e, 0x24, 0x4f, 0xcf, 0xe7, 0xdf, 0xe8, 0x18, 0xc9, - 0x88, 0x49, 0xa8, 0x81, 0xf5, 0x04, 0xd7, 0xdd, 0x7a, 0xea, 0x9f, 0xc4, 0x87, 0x8b, 0x55, 0xd6, - 0x3a, 0x03, 0x7d, 0x39, 0x03, 0x83, 0x17, 0x2f, 0x0c, 0xe8, 0x52, 0xfe, 0x7f, 0x03, 0x16, 0xe4, - 0xd9, 0xec, 0x51, 0x3c, 0xa8, 0xf7, 0x82, 0xf2, 0x3f, 0xb3, 0x17, 0x25, 0x78, 0xd4, 0xb9, 0xc9, - 0xcf, 0xda, 0xfe, 0x74, 0x69, 0x4d, 0x33, 0xa3, 0x2f, 0x84, 0x2d, 0x06, 0x07, 0xd9, 0x3e, 0xed, - 0x44, 0x81, 0xe2, 0xbe, 0xa5, 0x3c, 0xd0, 0x26, 0x76, 0x30, 0x2b, 0x9a, 0xdb, 0x19, 0x65, 0x6b, - 0xe0, 0xc3, 0xf1, 0xed, 0x4a, 0x47, 0x09, 0xef, 0xd5, 0xa2, 0xe4, 0x6e, 0x8d, 0x8d, 0x93, 0xd5, - 0xfc, 0xa1, 0x00, 0x6e, 0x45, 0x44, 0x78, 0xdd, 0xe6, 0x6a, 0xc7, 0x11, 0x20, 0xd5, 0x1a, 0x99, - 0x12, 0x3d, 0xd8, 0x00, 0x71, 0x94, 0x9b, 0x07, 0x15, 0x5a, 0x7e, 0xbb, 0x8a, 0xd4, 0x59, 0x55, - 0x83, 0xdd, 0xc7, 0x55, 0x10, 0x09, 0xf7, 0xd0, 0x8e, 0x0e, 0x72, 0x85, 0x0a, 0xba, 0x12, 0x84, - 0x3e, 0x0f, 0xd4, 0x32, 0x8d, 0x77, 0xaf, 0x85, 0x33, 0xe7, 0xce, 0x4b, 0x06, 0xa4, 0xc9, 0x90, - 0x3f, 0x02, 0xd8, 0x39, 0x4e, 0x58, 0x39, 0xb8, 0x79, 0x6d, 0x3d, 0xcd, 0xf5, 0xe3, 0x56, 0x00, - 0x6f, 0xff, 0xbb, 0x0a, 0x78, 0x2d, 0x04, 0xc0, 0x2a, 0xbc, 0x61, 0x12, 0x40, 0xf4, 0xf0, 0x57, - 0x5c, 0x32, 0x10, 0x8f, 0x3b, 0x57, 0x1e, 0xda, 0x74, 0x80, 0x3e, 0x72, 0xea, 0x53, 0x2d, 0x35, - 0x60, 0x52, 0x4d, 0xfa, 0xa9, 0x4f, 0x19, 0x5a, 0x4e, 0xfd, 0xe7, 0x1e, 0xfb, 0xfa, 0xb9, 0xff, - 0x8c, 0x51, 0xfc, 0x1c, 0x81, 0x97, 0xb7, 0x84, 0xd0, 0xf5, 0x99, 0x23, 0x58, 0x46, 0xb5, 0x01, - 0xfc, 0x1c, 0xe9, 0xfd, 0x5f, 0x46, 0x7f, 0x51, 0xf7, 0xd5, 0xf4, 0x6a, 0x72, 0x17, 0x21, 0x08, - 0xc4, 0xee, 0xd8, 0x94, 0xb8, 0xe8, 0xe4, 0xde, 0xd8, 0x17, 0xac, 0xee, 0xa4, 0xa3, 0x0a, 0x5c, - 0x17, 0x91, 0xc9, 0xc1, 0xef, 0x18, 0x3d, 0xba, 0xb4, 0xc7, 0x3f, 0x07, 0x77, 0xd1, 0xf2, 0x7a, - 0x69, 0x89, 0x4d, 0x83, 0xe5, 0x73, 0x92, 0xda, 0x25, 0x98, 0x05, 0xd4, 0xe5, 0x79, 0x4f, 0xf6, - 0x73, 0x47, 0xb7, 0x48, 0xf3, 0x9c, 0x61, 0xf9, 0x06, 0x3f, 0x26, 0x9a, 0xce, 0x92, 0x6e, 0xb7, - 0xa6, 0x29, 0xfb, 0xb0, 0xb5, 0x83, 0x0f, 0xec, 0x63, 0x53, 0x87, 0x6a, 0xc3, 0x49, 0x4b, 0x1d, - 0x0e, 0x5e, 0x41, 0x7c, 0x65, 0x5b, 0x2d, 0xcb, 0x73, 0x44, 0x43, 0x97, 0x34, 0xf2, 0xe1, 0x40, - 0x5d, 0xc6, 0x00, 0xb3, 0xed, 0x2e, 0x2a, 0xab, 0x73, 0xea, 0xd2, 0xca, 0x40, 0x48, 0x31, 0x56, - 0xf9, 0xb4, 0x48, 0x1a, 0xcc, 0xbc, 0xaa, 0x6e, 0xdc, 0x57, 0x91, 0x14, 0x14, 0xe7, 0x5e, 0x91, - 0xfe, 0x53, 0x60, 0x02, 0xe8, 0x7d, 0x19, 0x35, 0x40, 0x06, 0x0c, 0xb0, 0x06, 0xec, 0x83, 0xdf, - 0xda, 0x1f, 0x0c, 0xe5, 0xd5, 0xec, 0x0f, 0x27, 0xc7, 0xfb, 0x03, 0x5b, 0x44, 0xdf, 0xec, 0x8b, - 0x8f, 0xaf, 0xf4, 0x8f, 0xaf, 0x06, 0x2f, 0x5f, 0xda, 0xd2, 0x86, 0xd2, 0x9e, 0xe8, 0x2d, 0x24, - 0xc6, 0xed, 0xaa, 0x0d, 0x7d, 0x40, 0xe8, 0xc2, 0xb2, 0x10, 0x66, 0x12, 0xf6, 0xa2, 0x6c, 0x28, - 0x9e, 0x9b, 0xfc, 0x08, 0xcb, 0x28, 0x2a, 0x07, 0x35, 0xb8, 0xc7, 0x74, 0x61, 0x00, 0xcd, 0x26, - 0x25, 0x88, 0xae, 0xd7, 0x4b, 0xd8, 0x24, 0xff, 0x41, 0x3e, 0x08, 0x19, 0x2d, 0x17, 0xf0, 0xc7, - 0xa2, 0x52, 0xd6, 0x76, 0x8a, 0x43, 0xf8, 0x0a, 0x0c, 0x56, 0x61, 0x47, 0x88, 0x7e, 0x9c, 0x6a, - 0xba, 0x84, 0x8e, 0xa9, 0x2a, 0xdf, 0xd4, 0x34, 0x95, 0x5f, 0x4e, 0xe3, 0x33, 0x34, 0x18, 0x88, - 0xe2, 0x49, 0xc5, 0x97, 0x9f, 0xb7, 0xdf, 0xd2, 0x05, 0x62, 0x87, 0xa2, 0x73, 0x44, 0xdb, 0x93, - 0x4a, 0xc5, 0x2b, 0x79, 0xaf, 0xbd, 0x23, 0x25, 0x62, 0xc4, 0x80, 0x13, 0x14, 0xd6, 0x3b, 0x42, - 0xd8, 0x2e, 0xe0, 0x15, 0x38, 0xba, 0xc0, 0xfd, 0x9c, 0x92, 0x79, 0xa2, 0x02, 0x11, 0xd4, 0x61, - 0xcd, 0xac, 0x7a, 0x44, 0xb9, 0x3d, 0xdf, 0x0f, 0xc0, 0x83, 0x4f, 0xec, 0x0f, 0x7b, 0x6f, 0xec, - 0x21, 0x3f, 0xaf, 0xb1, 0xcd, 0x9d, 0x13, 0x3f, 0xd4, 0xed, 0xae, 0xd7, 0x21, 0x24, 0x3a, 0x87, - 0xde, 0x24, 0xef, 0xfa, 0xf6, 0x91, 0xf4, 0x9b, 0x61, 0x41, 0x0f, 0x09, 0xb7, 0x96, 0xca, 0x1e, - 0xb5, 0x67, 0x0f, 0xa1, 0x52, 0x0b, 0x91, 0x54, 0x17, 0xb2, 0x12, 0x2b, 0xc5, 0xed, 0x6a, 0xe9, - 0x67, 0x23, 0xb7, 0x16, 0x60, 0x54, 0x7b, 0xb8, 0x8e, 0x06, 0x4b, 0xd5, 0x2e, 0x23, 0x60, 0xbe, - 0x62, 0x2d, 0xfe, 0x96, 0x5c, 0xeb, 0x3b, 0xc1, 0x6c, 0x97, 0x55, 0x0d, 0xc1, 0xbb, 0x32, 0x10, - 0x05, 0xbb, 0x61, 0x72, 0xa8, 0x89, 0x29, 0x85, 0x33, 0x05, 0x8b, 0x02, 0x1b, 0x9e, 0x2b, 0x53, - 0xe4, 0x69, 0xfb, 0x13, 0x42, 0x45, 0xb4, 0x66, 0xc1, 0x5c, 0x7e, 0x83, 0x64, 0x11, 0xea, 0xbd, - 0x26, 0x9e, 0x2a, 0x39, 0x23, 0xbb, 0x30, 0x6c, 0x88, 0xc0, 0x42, 0x5d, 0x04, 0x16, 0x36, 0x44, - 0x60, 0x61, 0xbb, 0xec, 0xab, 0xbc, 0xc1, 0x92, 0x57, 0x46, 0x7c, 0xe3, 0xe5, 0x32, 0x5f, 0x4e, - 0xfc, 0xf3, 0x65, 0xb4, 0x40, 0xec, 0x10, 0xe0, 0xb2, 0xd0, 0x56, 0xf7, 0x46, 0x45, 0x15, 0x70, - 0x93, 0x58, 0x6d, 0x87, 0x1d, 0x3e, 0xc1, 0x97, 0x1d, 0x1e, 0x20, 0x58, 0x02, 0xe8, 0xc5, 0x4b, - 0xff, 0x6c, 0x8d, 0x3a, 0x9e, 0xbb, 0x62, 0x38, 0xa4, 0xb2, 0x68, 0x11, 0xf5, 0x79, 0xa2, 0x26, - 0xfb, 0x24, 0xa5, 0xe3, 0xdb, 0x5e, 0x57, 0x9d, 0x10, 0x52, 0x80, 0xd0, 0x50, 0x90, 0xed, 0xfa, - 0x17, 0x50, 0x60, 0xc4, 0x3e, 0x48, 0x00, 0x85, 0x8c, 0xfb, 0xa7, 0x62, 0x19, 0x77, 0xec, 0xc5, - 0x1d, 0x61, 0x03, 0xb4, 0x67, 0xa3, 0xb9, 0xf8, 0x8b, 0x3a, 0x5d, 0x9c, 0x39, 0xff, 0x50, 0x3b, - 0xdb, 0xe2, 0x0e, 0x73, 0xf0, 0x94, 0xe0, 0xa2, 0xba, 0xf3, 0x94, 0x70, 0xe2, 0x4b, 0xd2, 0xff, - 0x47, 0x40, 0x24, 0x0d, 0xbc, 0xed, 0xb5, 0x53, 0x5e, 0x33, 0x3d, 0x06, 0x2d, 0x16, 0xdc, 0x27, - 0x80, 0x18, 0x8d, 0xea, 0x98, 0xce, 0xf3, 0x77, 0x39, 0xed, 0x81, 0x02, 0x4a, 0xce, 0x68, 0x23, - 0x2c, 0xe5, 0x25, 0xf3, 0x26, 0x80, 0x1e, 0xab, 0xcf, 0x86, 0x40, 0x24, 0xa6, 0x1a, 0x32, 0x26, - 0x59, 0xa4, 0xdc, 0x03, 0x2b, 0x58, 0xd1, 0x60, 0xe7, 0x8e, 0x3a, 0x8f, 0xa1, 0xb0, 0xa2, 0x2a, - 0xd8, 0x30, 0x13, 0x44, 0xda, 0xae, 0x82, 0x5b, 0xd9, 0xe3, 0x8e, 0xba, 0x7d, 0x68, 0xb3, 0x0d, - 0xfc, 0xca, 0xa8, 0xcf, 0xea, 0xa1, 0x0f, 0xf6, 0xa3, 0x33, 0xf4, 0x20, 0x20, 0x85, 0x29, 0x61, - 0xdd, 0x51, 0x1a, 0x0e, 0x06, 0x98, 0x88, 0x94, 0xba, 0x89, 0x60, 0x39, 0x26, 0x67, 0xc4, 0xae, - 0x0a, 0xc4, 0xa1, 0x58, 0x83, 0x67, 0xee, 0xe8, 0xba, 0xa6, 0x35, 0x58, 0xf3, 0x9d, 0x9d, 0x6e, - 0x19, 0x5d, 0x69, 0xe8, 0x55, 0x69, 0xa7, 0x21, 0x9f, 0x08, 0x5b, 0x85, 0xd2, 0x5d, 0x52, 0x6e, - 0x77, 0x2d, 0x61, 0xbe, 0xd8, 0xe7, 0xd0, 0x48, 0xd2, 0x03, 0x0f, 0x7b, 0x29, 0xf0, 0xe1, 0x80, - 0xd2, 0xad, 0x39, 0xc9, 0x87, 0x9c, 0x57, 0x7e, 0xc7, 0x95, 0x10, 0x07, 0xee, 0x93, 0xd7, 0x14, - 0xf2, 0x3e, 0x51, 0x40, 0xd2, 0x1b, 0x85, 0x95, 0xd6, 0x79, 0x08, 0xa0, 0x08, 0xb3, 0xef, 0xc4, - 0x87, 0x96, 0xaa, 0x90, 0xa1, 0xc1, 0x85, 0xa8, 0xbb, 0xc2, 0xbd, 0x24, 0x75, 0xcc, 0x6c, 0x27, - 0x71, 0x9c, 0x95, 0x8f, 0x4b, 0x27, 0x04, 0x59, 0xfb, 0x16, 0xb7, 0x3e, 0x29, 0xbd, 0xf6, 0x61, - 0x63, 0x91, 0x20, 0x26, 0x58, 0x40, 0x7f, 0xf6, 0xcf, 0x38, 0xce, 0xbd, 0x85, 0x38, 0xf7, 0x2b, - 0x3a, 0xa1, 0x13, 0x87, 0x43, 0xd8, 0x7d, 0x6b, 0xc4, 0xb4, 0xa2, 0x02, 0xcd, 0xb4, 0xa0, 0x99, - 0x56, 0x56, 0x55, 0x9a, 0xfb, 0x2b, 0x9c, 0x40, 0xb3, 0xbb, 0xfd, 0x91, 0xd9, 0xbf, 0x32, 0x17, - 0x74, 0xbc, 0x26, 0x9d, 0xd4, 0xd7, 0x13, 0x00, 0xb6, 0xd8, 0x4c, 0xe9, 0xa3, 0xcb, 0x46, 0xca, - 0xe0, 0xcc, 0x19, 0xd6, 0xca, 0x8d, 0xc7, 0xfd, 0x97, 0xdb, 0x88, 0x4c, 0x1d, 0xd7, 0x92, 0x5f, - 0x71, 0x2a, 0xf7, 0x7a, 0xdb, 0x68, 0x79, 0xbd, 0xa5, 0xfc, 0xb9, 0xae, 0xfc, 0x70, 0x4f, 0xc1, - 0xfb, 0x5b, 0x76, 0x87, 0x91, 0x8b, 0x5b, 0xd7, 0x73, 0xa8, 0xf4, 0x83, 0x66, 0x73, 0x21, 0x13, - 0x77, 0x21, 0x3c, 0x77, 0xe8, 0xc0, 0x5b, 0xad, 0xbf, 0x39, 0x57, 0x2e, 0x24, 0xce, 0x2b, 0x1d, - 0xdb, 0xa1, 0x25, 0x1c, 0x9c, 0xee, 0x5e, 0x48, 0x0f, 0xa7, 0x9d, 0x22, 0xb5, 0x56, 0xec, 0x3a, - 0x17, 0x66, 0x1b, 0xff, 0x4a, 0xa3, 0x04, 0xb7, 0x1e, 0xa3, 0x73, 0x13, 0x1b, 0x9b, 0xeb, 0x9b, - 0x95, 0x1e, 0x5d, 0xc8, 0x41, 0x75, 0xc5, 0xc7, 0xda, 0x52, 0x66, 0x72, 0xa0, 0x98, 0x60, 0x35, - 0x13, 0xc1, 0x71, 0x2f, 0x79, 0x4c, 0x2c, 0x99, 0x5d, 0x10, 0xf8, 0x50, 0x7b, 0x6c, 0x91, 0x7f, - 0xa2, 0x67, 0xa9, 0x94, 0x7f, 0x3e, 0x26, 0xe5, 0xe4, 0x7c, 0x1a, 0x4f, 0x07, 0x19, 0x0f, 0xf6, - 0x17, 0x3c, 0x87, 0xcc, 0x7b, 0x49, 0xcf, 0xf4, 0xbc, 0x8b, 0x74, 0xa4, 0xac, 0xd1, 0xa0, 0xc3, - 0xb9, 0x8a, 0xcf, 0x91, 0x67, 0x62, 0x54, 0x60, 0x06, 0x20, 0xf4, 0x46, 0x03, 0x82, 0x90, 0xe2, - 0xfa, 0xd1, 0x81, 0xb6, 0x36, 0x50, 0x84, 0x65, 0xa0, 0x82, 0x33, 0x81, 0x9e, 0xa7, 0xe0, 0x3c, - 0x4a, 0x26, 0x04, 0xb3, 0xd7, 0x60, 0x40, 0xce, 0x1b, 0xaa, 0xe7, 0x4c, 0xa5, 0x2b, 0x7f, 0x1b, - 0xd2, 0x8f, 0x9c, 0x24, 0x44, 0x45, 0x94, 0xd3, 0x20, 0xaf, 0x7b, 0x7a, 0x21, 0x72, 0x36, 0x50, - 0x49, 0x7c, 0x03, 0x27, 0xf4, 0xa8, 0x86, 0x40, 0xb7, 0xd4, 0x17, 0x72, 0x7e, 0x4e, 0xd9, 0x4b, - 0x54, 0x98, 0x2e, 0x4d, 0xf2, 0x0d, 0x89, 0xb5, 0x24, 0xbf, 0xfb, 0x43, 0x1a, 0xc9, 0x57, 0x0b, - 0xcf, 0xb3, 0xf5, 0xa8, 0xf7, 0x03, 0x4e, 0xf5, 0x16, 0x66, 0xea, 0xbe, 0x48, 0xf5, 0x16, 0x2a, - 0x55, 0x3a, 0xf8, 0x1e, 0xb2, 0xc2, 0x2b, 0xec, 0xe0, 0x66, 0xbb, 0x0b, 0xc7, 0x5e, 0x0b, 0x72, - 0xf7, 0xbc, 0x8e, 0x90, 0xaf, 0x71, 0x57, 0xe9, 0x32, 0x9c, 0x18, 0x32, 0xdf, 0x28, 0xeb, 0xb9, - 0xd9, 0xee, 0x81, 0x23, 0x52, 0x9c, 0x73, 0x3a, 0x06, 0x85, 0xb7, 0x6b, 0x90, 0x3a, 0x1b, 0x35, - 0xf0, 0x4d, 0x56, 0x1e, 0x21, 0x76, 0x1a, 0x4a, 0xe7, 0x7e, 0x2c, 0x6f, 0xb1, 0x8c, 0x0a, 0x37, - 0xd5, 0xfd, 0x31, 0xb8, 0x10, 0x35, 0xa7, 0xd7, 0x05, 0x7b, 0x23, 0x81, 0xae, 0x46, 0x80, 0xab, - 0x2c, 0x5d, 0x51, 0x44, 0x80, 0xd4, 0xf0, 0xa6, 0xa9, 0x99, 0x47, 0xb0, 0x7d, 0xb0, 0xf2, 0xac, - 0xf2, 0x85, 0x6d, 0xb6, 0x69, 0xef, 0xf3, 0x58, 0xa5, 0xb7, 0x15, 0xa8, 0xa3, 0x3b, 0x75, 0x04, - 0x02, 0xcf, 0x27, 0xce, 0x92, 0x8a, 0xd5, 0x0b, 0xd7, 0x39, 0x31, 0x7a, 0x75, 0x85, 0xef, 0xda, - 0x77, 0x39, 0x1e, 0x37, 0x6f, 0xcf, 0x11, 0x96, 0x39, 0x9a, 0xb2, 0x4b, 0x6f, 0x58, 0x40, 0x4d, - 0xdc, 0x96, 0x2a, 0xb1, 0x0e, 0x5f, 0x46, 0xe6, 0xc4, 0x00, 0x26, 0x3e, 0xb4, 0xbe, 0x89, 0xf5, - 0xca, 0x6d, 0xc4, 0x53, 0xc8, 0xd9, 0xd8, 0xcc, 0xee, 0xb3, 0xc8, 0xd8, 0x71, 0x05, 0x76, 0xeb, - 0x8d, 0x5c, 0xac, 0x32, 0xd5, 0xd1, 0xb4, 0xbd, 0x1b, 0x9c, 0x43, 0x75, 0x35, 0xde, 0x30, 0x98, - 0x6c, 0x56, 0xe6, 0x19, 0x49, 0x0e, 0x83, 0xd6, 0x81, 0xba, 0xc9, 0xe4, 0x13, 0x63, 0x16, 0xd2, - 0x32, 0xcb, 0xf7, 0x3a, 0x69, 0x37, 0xa6, 0xa3, 0x6f, 0x4b, 0x58, 0xc3, 0x05, 0xec, 0x0f, 0x6e, - 0xdc, 0xff, 0xf4, 0x29, 0x1e, 0x7b, 0x8e, 0x50, 0x05, 0x3d, 0xb7, 0x3a, 0xd8, 0x6d, 0xad, 0x9b, - 0x68, 0x55, 0x5c, 0x07, 0xb1, 0x23, 0xe9, 0x13, 0xd5, 0x16, 0x0d, 0xdf, 0xd0, 0x7b, 0x4e, 0x1a, - 0xc6, 0x24, 0xc7, 0x6f, 0x3a, 0x21, 0x1b, 0x47, 0x3c, 0x65, 0x49, 0x82, 0x7b, 0x22, 0xe7, 0xb1, - 0xc3, 0x97, 0x2d, 0x43, 0x36, 0xd8, 0x53, 0xa8, 0xc5, 0x33, 0x20, 0xe0, 0x3f, 0xd6, 0x08, 0xeb, - 0x62, 0xfd, 0x25, 0xad, 0xd0, 0x14, 0x1b, 0xee, 0x67, 0xa0, 0x47, 0x56, 0x99, 0x73, 0x40, 0x2d, - 0xdc, 0xf8, 0xbc, 0x4e, 0xcf, 0x9d, 0x51, 0x0e, 0xb7, 0x44, 0xea, 0x9e, 0xc5, 0xf8, 0x2c, 0x55, - 0x44, 0x3a, 0x79, 0x73, 0xed, 0x96, 0xad, 0xbe, 0x74, 0x6c, 0xdc, 0xd8, 0x53, 0x96, 0xd9, 0x2a, - 0x8d, 0x63, 0x9a, 0xf6, 0xf4, 0x3f, 0xa3, 0xf0, 0xb6, 0xf3, 0x30, 0x0d, 0x2f, 0x83, 0x9b, 0x08, - 0x61, 0x14, 0x94, 0x75, 0x0b, 0x6b, 0x0c, 0x0c, 0xed, 0x19, 0x1b, 0x03, 0xc2, 0x33, 0xb5, 0xdb, - 0xd9, 0xd4, 0xaf, 0x3f, 0xe2, 0xe9, 0x39, 0x07, 0x2e, 0x7d, 0xa2, 0xe9, 0xa6, 0x99, 0xd0, 0x6f, - 0x47, 0x72, 0x66, 0x85, 0x33, 0x17, 0xd8, 0x24, 0x7d, 0xfa, 0xc4, 0x96, 0x49, 0xb4, 0x21, 0xce, - 0xef, 0x39, 0x28, 0x0a, 0x1d, 0xec, 0xa5, 0x75, 0x54, 0xef, 0xdd, 0xfb, 0x5f, 0x4e, 0x7e, 0xf8, - 0x5e, 0xd7, 0x87, 0x38, 0x86, 0x7c, 0xd6, 0x30, 0xed, 0x80, 0x2b, 0x22, 0x96, 0xd5, 0xc2, 0xe4, - 0x07, 0x76, 0x0e, 0xba, 0xf6, 0x44, 0x6c, 0x64, 0x4d, 0xe2, 0x37, 0x9b, 0x72, 0x9e, 0xdc, 0x27, - 0x33, 0x23, 0xaf, 0xf2, 0x5a, 0xb4, 0xb1, 0xea, 0x56, 0xc5, 0x0c, 0xc5, 0x5c, 0x7e, 0x96, 0x7e, - 0x86, 0x00, 0xce, 0x49, 0xe5, 0xaf, 0x08, 0xd4, 0x6b, 0xa7, 0xb4, 0x25, 0x3a, 0x29, 0xbd, 0x1a, - 0x55, 0x69, 0x95, 0x6c, 0x4a, 0xee, 0x70, 0x6f, 0xa1, 0x41, 0xb0, 0xf1, 0xeb, 0x49, 0x16, 0x86, - 0xf3, 0x47, 0xbe, 0x1f, 0xe1, 0xe8, 0xce, 0xa3, 0xe2, 0xfe, 0x91, 0x3c, 0xbf, 0xe3, 0x9b, 0x50, - 0x7a, 0x51, 0x62, 0xaf, 0xdb, 0x56, 0x67, 0x26, 0x72, 0x74, 0xaa, 0x22, 0x2c, 0x67, 0xf5, 0xcc, - 0x4e, 0x2e, 0xe4, 0x33, 0xe2, 0xb2, 0x37, 0x36, 0xe3, 0x06, 0x10, 0xb4, 0x8d, 0xa0, 0x8d, 0xcb, - 0xe1, 0x58, 0x0f, 0x26, 0x6b, 0x71, 0x2e, 0xac, 0xfc, 0x04, 0xc9, 0xa3, 0xd8, 0xad, 0xb3, 0xd3, - 0x92, 0x1e, 0xd2, 0xfc, 0x42, 0xad, 0xed, 0x33, 0xb1, 0xc6, 0x08, 0x95, 0xa5, 0xb0, 0xd4, 0xaf, - 0x2c, 0x08, 0x8b, 0x06, 0xcf, 0xa2, 0x8a, 0x0a, 0x9e, 0x25, 0xd1, 0x8e, 0x1b, 0xe1, 0x70, 0x4f, - 0x75, 0x0f, 0x39, 0xdc, 0x46, 0xbf, 0x98, 0xe5, 0x39, 0xd5, 0xc8, 0xbc, 0x7a, 0x4f, 0x10, 0x61, - 0xf0, 0x73, 0xcb, 0x68, 0x7d, 0x08, 0xe6, 0x73, 0xbd, 0x03, 0x9b, 0x40, 0x0b, 0x34, 0xaa, 0x43, - 0x55, 0xb1, 0xef, 0x4f, 0x81, 0x73, 0x71, 0xd7, 0x06, 0xc9, 0x1f, 0xef, 0xfe, 0x9d, 0x80, 0x1c, - 0xa9, 0x98, 0x37, 0xcf, 0x05, 0x8d, 0xea, 0x0e, 0x9d, 0x62, 0xe9, 0x73, 0xc0, 0x23, 0xf1, 0xf6, - 0x57, 0xd8, 0x0e, 0x08, 0x42, 0x52, 0x08, 0x6b, 0xf1, 0x5e, 0x22, 0x77, 0xa5, 0x3d, 0x16, 0x4a, - 0x5d, 0x31, 0x8f, 0x39, 0xc7, 0x74, 0x35, 0xb1, 0xf9, 0x1b, 0xe4, 0x1b, 0xff, 0xec, 0x78, 0xd9, - 0x1d, 0xcc, 0x0d, 0xb4, 0x14, 0xc4, 0x00, 0x70, 0x6c, 0xc9, 0x2b, 0xa2, 0x6c, 0x36, 0xe1, 0x5f, - 0xd8, 0x6f, 0x29, 0x49, 0xe6, 0x78, 0x20, 0xb4, 0xcc, 0x2c, 0xb8, 0x31, 0x15, 0x7a, 0x66, 0xdc, - 0x85, 0xd8, 0x54, 0x05, 0x39, 0x67, 0x1b, 0xed, 0x08, 0x92, 0x70, 0x3a, 0x8d, 0xd9, 0x16, 0x02, - 0x5d, 0xc1, 0x55, 0x7c, 0x2f, 0x5e, 0xae, 0x99, 0x83, 0x00, 0x7d, 0x28, 0xc5, 0x74, 0x3c, 0x00, - 0xdc, 0x91, 0x36, 0x56, 0xa8, 0x1a, 0x82, 0xec, 0xbf, 0xb1, 0x1b, 0x69, 0xa6, 0x32, 0xcb, 0xec, - 0xd8, 0xf0, 0x1b, 0x8d, 0x20, 0xd5, 0xbd, 0x64, 0x22, 0xfe, 0xd4, 0x85, 0x2b, 0x9c, 0xe8, 0xca, - 0xe0, 0x42, 0x0f, 0xec, 0x03, 0x3c, 0x9a, 0x29, 0x77, 0xe6, 0xde, 0xd9, 0x18, 0x5c, 0xf5, 0xba, - 0xe6, 0xa8, 0x8a, 0x6d, 0x4e, 0xa5, 0xad, 0x51, 0x28, 0x19, 0x74, 0xb0, 0xc5, 0x70, 0x2e, 0x87, - 0x38, 0x5a, 0x6e, 0x7d, 0x83, 0x93, 0xf6, 0x0e, 0x21, 0xae, 0xa9, 0xd8, 0xf7, 0x5c, 0xd8, 0x4b, - 0x62, 0x64, 0x14, 0x4e, 0xe1, 0xf8, 0x6d, 0x7e, 0xbd, 0x92, 0xae, 0xe1, 0xf8, 0xb5, 0x10, 0x59, - 0xd9, 0x45, 0x1c, 0x27, 0x2c, 0xe8, 0xa9, 0xf2, 0x49, 0x17, 0xf6, 0xae, 0xe7, 0x59, 0xc2, 0xa6, - 0xb3, 0x35, 0xe7, 0x70, 0x44, 0x7a, 0xe6, 0xd2, 0x36, 0xf9, 0xfe, 0x23, 0x53, 0x93, 0x6c, 0x60, - 0x2e, 0x90, 0x9b, 0x3e, 0xc6, 0x63, 0xdf, 0x53, 0xdf, 0x67, 0xb9, 0xd6, 0xb7, 0xd9, 0x2c, 0x59, - 0xf4, 0x96, 0x51, 0x52, 0x7e, 0x0c, 0x1b, 0x1f, 0x83, 0xbb, 0xf2, 0x63, 0x51, 0xff, 0x08, 0xb5, - 0xa9, 0xbd, 0x7e, 0x55, 0x75, 0xa1, 0xe7, 0x60, 0xc4, 0x62, 0x95, 0x17, 0xca, 0xa2, 0xf4, 0xcb, - 0xd9, 0xda, 0xbd, 0x45, 0x39, 0xa8, 0x24, 0x5a, 0x84, 0x33, 0xfd, 0x16, 0x95, 0x1f, 0x76, 0xab, - 0xcf, 0x7a, 0x70, 0x50, 0xf2, 0x49, 0xce, 0xb0, 0x30, 0x9d, 0x87, 0xc2, 0xcf, 0x05, 0x8b, 0xb2, - 0xce, 0xbb, 0xdd, 0xb5, 0xae, 0x06, 0x54, 0x08, 0x61, 0x4a, 0x52, 0xcd, 0x55, 0xc9, 0x97, 0xfb, - 0x09, 0xdc, 0x13, 0xc9, 0xc5, 0xda, 0x62, 0x92, 0xaf, 0x51, 0x50, 0x69, 0x15, 0xfb, 0x2e, 0x1c, - 0x83, 0x9e, 0xda, 0xdd, 0x15, 0xbb, 0x11, 0x0b, 0x46, 0xdc, 0xa8, 0x26, 0x74, 0xe0, 0x8a, 0x85, - 0xc0, 0x21, 0xf6, 0xd5, 0x0b, 0x84, 0x0d, 0x41, 0xf5, 0xd6, 0x67, 0x4f, 0x12, 0xea, 0x6d, 0x70, - 0x56, 0x1d, 0x54, 0x51, 0x95, 0xbc, 0x7f, 0x86, 0xe8, 0xeb, 0x55, 0x1d, 0xa5, 0xe0, 0x21, 0xd0, - 0x92, 0x84, 0xd0, 0x61, 0xc5, 0x42, 0x07, 0x95, 0xda, 0x56, 0xdb, 0x78, 0x3c, 0x38, 0xd8, 0x66, - 0x39, 0x90, 0x9b, 0x3e, 0x42, 0x00, 0x42, 0x0c, 0x61, 0x77, 0xe3, 0xae, 0xed, 0xda, 0xdd, 0x80, - 0x7f, 0x57, 0xd0, 0xfb, 0xaa, 0x6a, 0x14, 0x8e, 0x0f, 0xa9, 0x86, 0x8a, 0x34, 0x8f, 0xf8, 0x8e, - 0xa9, 0xf4, 0x41, 0x00, 0xd7, 0x85, 0xa5, 0xdb, 0xcb, 0xe6, 0xa1, 0x2e, 0x71, 0x43, 0xd6, 0x83, - 0xcc, 0x67, 0xee, 0xc6, 0x5c, 0x84, 0xe9, 0x77, 0x6e, 0xfb, 0xc1, 0x5f, 0xe6, 0x88, 0xee, 0x0c, - 0xdf, 0x89, 0x09, 0xb1, 0x60, 0xb1, 0xee, 0x5a, 0x31, 0xe9, 0x2d, 0xee, 0x5c, 0x63, 0xd3, 0xd4, - 0x44, 0xea, 0x6e, 0xc3, 0x24, 0xd7, 0xa5, 0x3d, 0x40, 0x93, 0x3f, 0x56, 0x8e, 0x07, 0xd8, 0x06, - 0x1a, 0xc8, 0x4b, 0x3f, 0x89, 0x54, 0x44, 0x7e, 0xa6, 0x2d, 0x74, 0xf0, 0xda, 0xb3, 0x75, 0xd7, - 0x8d, 0xa5, 0x97, 0x16, 0xcd, 0xce, 0xe3, 0xd3, 0xa7, 0x8e, 0xf6, 0xa6, 0xdb, 0x30, 0x9b, 0x46, - 0x2b, 0xee, 0x7e, 0xb8, 0xef, 0xa8, 0x53, 0x46, 0x44, 0xe0, 0xf2, 0x3b, 0xe6, 0xa9, 0xd8, 0x4a, - 0x79, 0x6c, 0xbc, 0xd9, 0xe8, 0x14, 0x13, 0x79, 0xb9, 0x91, 0x47, 0xf6, 0x30, 0x2c, 0x5f, 0x40, - 0xdd, 0xd2, 0x2e, 0x5b, 0x7e, 0x72, 0x20, 0x91, 0xa3, 0xcf, 0x59, 0x9a, 0x43, 0xcf, 0x00, 0x37, - 0x1f, 0xec, 0x2c, 0x83, 0x18, 0x65, 0x3f, 0x77, 0x61, 0x9c, 0x7c, 0xe3, 0x0f, 0xe0, 0x6d, 0x94, - 0xba, 0xad, 0x9b, 0x0c, 0x63, 0xa0, 0xbd, 0x24, 0xbd, 0xed, 0x38, 0xd0, 0xaa, 0x85, 0x3d, 0x71, - 0x4d, 0x03, 0x1d, 0x32, 0x6e, 0x71, 0xfb, 0x12, 0x97, 0x17, 0x2b, 0x81, 0x7b, 0x49, 0x24, 0x76, - 0x08, 0x97, 0x8c, 0xb0, 0xaf, 0x86, 0xa4, 0x66, 0x17, 0xf2, 0x22, 0x6a, 0x18, 0xde, 0x36, 0x22, - 0x71, 0xe5, 0xc5, 0x7d, 0x1b, 0x59, 0xb3, 0x4b, 0xa0, 0x62, 0xe1, 0xff, 0xf6, 0xf1, 0xc7, 0xdd, - 0x57, 0xf6, 0xda, 0x85, 0x0b, 0xec, 0x61, 0xfa, 0x05, 0xd6, 0x3f, 0xb9, 0x3f, 0xc6, 0xf6, 0x62, - 0x98, 0x9d, 0x6b, 0x93, 0xe2, 0xe8, 0xf3, 0x25, 0x60, 0xdf, 0x44, 0x9f, 0x67, 0xa2, 0x84, 0xf7, - 0x1d, 0xa1, 0x44, 0xee, 0xb0, 0x2b, 0x1f, 0xb6, 0xe6, 0x66, 0x75, 0x7f, 0xf9, 0xec, 0x68, 0x17, - 0x48, 0xbf, 0x5c, 0x17, 0xb8, 0x56, 0x5e, 0x12, 0xa1, 0xb1, 0xba, 0x17, 0xb7, 0x46, 0x95, 0x14, - 0xb4, 0x97, 0x5f, 0xcf, 0x66, 0x61, 0x9e, 0x3b, 0x20, 0x4b, 0xa4, 0x78, 0x54, 0x72, 0xd7, 0x32, - 0xd8, 0xe5, 0x44, 0xfe, 0x1d, 0xe6, 0xbc, 0x15, 0x86, 0x9f, 0x3e, 0x21, 0x52, 0x24, 0x21, 0x1b, - 0x34, 0xb8, 0x61, 0x8a, 0x4f, 0xc4, 0xbf, 0x54, 0xe3, 0xae, 0xdb, 0xc3, 0xb0, 0x7a, 0xbe, 0xf4, - 0xbd, 0x09, 0x13, 0x03, 0xa9, 0x8a, 0x2c, 0x0a, 0x8d, 0x50, 0x3e, 0x56, 0x45, 0xa9, 0x5a, 0xbc, - 0xfb, 0x32, 0x3b, 0x62, 0xab, 0x94, 0xe8, 0xab, 0x59, 0xf8, 0xb9, 0x30, 0x48, 0xd5, 0xaa, 0xac, - 0x1c, 0x7a, 0xc6, 0xd2, 0x17, 0xeb, 0xf6, 0xb6, 0xa1, 0x9f, 0x1d, 0x13, 0x5d, 0x4a, 0xcc, 0x7a, - 0xc3, 0xa3, 0x08, 0xac, 0x28, 0xb6, 0xb4, 0x43, 0xb9, 0x72, 0xe9, 0xae, 0x41, 0xee, 0x43, 0x6a, - 0xa9, 0xd3, 0x45, 0xde, 0xb6, 0x55, 0x4e, 0x21, 0xfa, 0x0e, 0x9f, 0xfd, 0x1d, 0x01, 0x37, 0x76, - 0xa9, 0x94, 0x6a, 0xf3, 0x20, 0x9f, 0xd5, 0x75, 0x2d, 0x68, 0x1f, 0x29, 0x57, 0x53, 0x1f, 0x84, - 0x3c, 0xcd, 0x1b, 0xd2, 0xc7, 0xea, 0x8a, 0x8f, 0x83, 0x6c, 0x5a, 0x8b, 0x52, 0x53, 0x77, 0xcb, - 0x90, 0xa8, 0xf5, 0xfb, 0xc8, 0x0d, 0x95, 0xf1, 0x30, 0x49, 0xaf, 0x2f, 0x2e, 0xad, 0x3c, 0x0b, - 0x66, 0x21, 0xec, 0x2b, 0x73, 0x58, 0xb7, 0x0a, 0x33, 0x89, 0x5a, 0x91, 0x01, 0x8a, 0x7c, 0xbc, - 0x0c, 0xd5, 0x4e, 0x14, 0xce, 0x4b, 0x8b, 0xd4, 0x34, 0xcc, 0xb9, 0xd1, 0xf0, 0x0e, 0xe4, 0xa2, - 0x59, 0xec, 0x35, 0x8a, 0xbd, 0xd1, 0x7a, 0x62, 0x71, 0xb7, 0x89, 0x8e, 0xc9, 0xad, 0x74, 0x46, - 0x84, 0x03, 0x2e, 0x67, 0xd7, 0x1a, 0xac, 0x18, 0x85, 0xa1, 0xae, 0x29, 0xc6, 0xd7, 0xb5, 0x87, - 0xf4, 0x12, 0xb0, 0x11, 0x87, 0xe1, 0x44, 0x45, 0xc0, 0x4b, 0x18, 0x6a, 0xe8, 0xc5, 0x97, 0x59, - 0x71, 0x4f, 0x7d, 0xcc, 0xb3, 0x34, 0x41, 0x9c, 0x41, 0x76, 0xca, 0xf2, 0xf9, 0x97, 0x95, 0xaa, - 0x7a, 0xc3, 0xd7, 0xa0, 0xf0, 0x97, 0x02, 0x3e, 0xba, 0xbc, 0x87, 0x7b, 0x48, 0x93, 0xa1, 0x70, - 0xe9, 0x8b, 0x5f, 0xdc, 0xa6, 0x55, 0x84, 0x46, 0x75, 0x2e, 0xf5, 0xbd, 0x6f, 0x9b, 0x44, 0x09, - 0x1c, 0xc4, 0xe8, 0x7b, 0x3a, 0x7b, 0x0a, 0xfe, 0xfd, 0xa4, 0xd1, 0xe0, 0x87, 0xd8, 0x70, 0xf2, - 0xd0, 0x61, 0xcf, 0xc1, 0xf4, 0xe3, 0x4c, 0xce, 0xd9, 0x12, 0x4f, 0x3a, 0xed, 0xe8, 0x59, 0xff, - 0x84, 0x81, 0xb1, 0x70, 0xfa, 0xc0, 0x06, 0xbe, 0x8c, 0x85, 0x5f, 0x3f, 0x30, 0x49, 0x37, 0x26, - 0xde, 0x39, 0x4d, 0x68, 0xcf, 0x82, 0x2a, 0xe8, 0x9a, 0x53, 0x41, 0xd8, 0x51, 0xe2, 0x0d, 0xfb, - 0x3d, 0x0f, 0x16, 0x2c, 0xbd, 0xe0, 0x0f, 0x44, 0x10, 0xae, 0xa1, 0xee, 0xc4, 0x32, 0xde, 0xf3, - 0xa1, 0x2d, 0x5a, 0x99, 0x87, 0xdc, 0x0e, 0x34, 0xcc, 0x71, 0x4f, 0x6e, 0x38, 0xc2, 0x49, 0xe2, - 0x21, 0x00, 0x41, 0x9d, 0x5a, 0xd7, 0x9c, 0x9e, 0x8a, 0x21, 0x40, 0x46, 0x60, 0x0e, 0xa2, 0x72, - 0x6d, 0xac, 0x9e, 0x9c, 0x89, 0xfd, 0x0b, 0x5f, 0xca, 0xf3, 0x08, 0x60, 0xd4, 0xcc, 0x76, 0xc6, - 0x49, 0x58, 0xdc, 0xa6, 0xab, 0x2b, 0x31, 0x22, 0xda, 0xbb, 0x2d, 0xe4, 0x07, 0xa6, 0xb2, 0xe5, - 0x32, 0xd1, 0xdd, 0x3d, 0xea, 0xfd, 0x47, 0x3c, 0x8b, 0x91, 0xb3, 0x2d, 0xf3, 0xd3, 0xf5, 0x58, - 0x71, 0x9a, 0x5c, 0x50, 0x26, 0xd4, 0xd6, 0xb3, 0x95, 0x4f, 0xa6, 0x07, 0x90, 0xb4, 0xc3, 0x07, - 0xd0, 0xb4, 0x43, 0xd5, 0xaf, 0xf5, 0x7a, 0xa4, 0x59, 0xa2, 0xf0, 0x29, 0xc3, 0x84, 0xef, 0x0a, - 0x76, 0x29, 0x65, 0xe7, 0x1b, 0x73, 0xd9, 0x80, 0x01, 0x8c, 0x63, 0x6e, 0x20, 0x43, 0x22, 0xba, - 0x91, 0x9d, 0x3e, 0xe3, 0x57, 0x72, 0x2b, 0xf2, 0x53, 0x83, 0xdd, 0x40, 0x96, 0xba, 0xdb, 0x50, - 0xd1, 0xd3, 0x47, 0xb4, 0x03, 0xca, 0xda, 0x46, 0x8d, 0xca, 0x57, 0x33, 0x51, 0x25, 0x42, 0xae, - 0x4e, 0xe1, 0xbd, 0x77, 0x1a, 0x07, 0xc9, 0x95, 0x29, 0xce, 0xa9, 0xcb, 0x88, 0xd0, 0x03, 0x4d, - 0x90, 0x23, 0x5c, 0x0f, 0xd5, 0x07, 0xc7, 0x5b, 0x24, 0x06, 0xc6, 0xc2, 0x1d, 0xe5, 0x5a, 0x48, - 0x2a, 0x34, 0xb8, 0x1d, 0xe5, 0xdd, 0x5a, 0xfc, 0x25, 0x76, 0xbd, 0xb4, 0xa3, 0x52, 0xbe, 0xeb, - 0x60, 0x20, 0xd5, 0xe4, 0x18, 0x45, 0xfe, 0x67, 0xf1, 0x89, 0xfa, 0x18, 0x8e, 0x6a, 0x43, 0x10, - 0x95, 0x54, 0x83, 0x68, 0xac, 0x30, 0xa9, 0x78, 0xa1, 0x36, 0x7e, 0x7d, 0x4c, 0xe8, 0xbc, 0x74, - 0xc8, 0x2d, 0x1f, 0x64, 0xf7, 0xd5, 0xe0, 0x84, 0x95, 0x95, 0x21, 0xd3, 0xd2, 0x07, 0xc0, 0xd9, - 0x3e, 0x7b, 0x04, 0x4a, 0x46, 0xa6, 0x8f, 0x42, 0xd6, 0xd4, 0x36, 0x8c, 0x65, 0x70, 0x05, 0xf6, - 0xa5, 0xdc, 0x95, 0x58, 0x79, 0xc8, 0x50, 0x28, 0xf3, 0x1e, 0x91, 0xc9, 0xeb, 0x19, 0x77, 0xfb, - 0x95, 0xf8, 0xdd, 0xed, 0x7b, 0x44, 0x93, 0xd5, 0x25, 0xf0, 0x4f, 0x57, 0x90, 0xeb, 0x15, 0x0c, - 0x89, 0x48, 0x28, 0x0e, 0x95, 0xea, 0x32, 0xfb, 0x0d, 0x91, 0x31, 0x8f, 0xf2, 0x0d, 0xb6, 0x0b, - 0x2d, 0x56, 0x99, 0x44, 0xa5, 0xaa, 0xcf, 0xd6, 0x07, 0xa2, 0x58, 0xa5, 0x66, 0x9b, 0x65, 0x36, - 0x6d, 0xea, 0xf7, 0x37, 0xf4, 0xee, 0x4b, 0x45, 0xfb, 0x2f, 0x53, 0xab, 0x37, 0x5a, 0x7a, 0xbe, - 0x86, 0xfd, 0xff, 0x5f, 0x4a, 0xf5, 0x06, 0x90, 0xbe, 0x4c, 0xbf, 0x3e, 0xdc, 0xa4, 0xcd, 0x6c, - 0xd4, 0xfd, 0x85, 0xea, 0xd5, 0x46, 0x1d, 0x5f, 0xae, 0x6f, 0x1f, 0xd6, 0x34, 0xed, 0x9f, 0xcc, - 0xf9, 0x65, 0x03, 0xda, 0xa4, 0x64, 0x8f, 0x7f, 0xbb, 0xb9, 0xae, 0x6a, 0x6f, 0x54, 0xd5, 0xa6, - 0x75, 0x6f, 0xb6, 0x35, 0xd2, 0xd4, 0x3c, 0x47, 0x4f, 0x6a, 0xe3, 0x6f, 0x54, 0x17, 0xdf, 0x04, - 0x58, 0x56, 0x1b, 0xd7, 0xa0, 0x12, 0xae, 0xf9, 0x62, 0x4e, 0xd3, 0x77, 0xd6, 0x6a, 0x99, 0xd1, - 0xc0, 0x9f, 0x76, 0x04, 0xa2, 0x75, 0xd8, 0x1e, 0xbf, 0x83, 0xa2, 0x5d, 0x5c, 0xaa, 0x0f, 0x56, - 0x6b, 0xde, 0xbc, 0xf0, 0x1e, 0x6d, 0x54, 0x9e, 0xcd, 0x75, 0xbe, 0xba, 0xac, 0xf8, 0xe1, 0x11, - 0x65, 0xdb, 0xf6, 0x1e, 0xb2, 0xd3, 0x81, 0xdd, 0x48, 0xeb, 0x67, 0xb9, 0x13, 0x37, 0x8d, 0x24, - 0x38, 0x2b, 0x3d, 0x09, 0x78, 0xf7, 0x5f, 0x05, 0x0c, 0xef, 0x37, 0xf3, 0xb9, 0xda, 0xce, 0xaa, - 0x01, 0xd1, 0xa6, 0xb0, 0x63, 0xee, 0xee, 0xc7, 0x95, 0x82, 0xe9, 0xf9, 0xe7, 0x6c, 0x5d, 0x6c, - 0x22, 0x5f, 0xdc, 0x7d, 0x8e, 0x45, 0x50, 0x48, 0xb4, 0xa2, 0xb2, 0x71, 0x7f, 0xb6, 0x59, 0x50, - 0x6d, 0x46, 0x2b, 0x7f, 0x0e, 0x16, 0xab, 0x3d, 0x0c, 0x1f, 0xd9, 0x6f, 0x73, 0xa3, 0xd3, 0x55, - 0x9f, 0xb4, 0x2e, 0x95, 0x1e, 0x8c, 0xd6, 0xda, 0xa8, 0xfe, 0x88, 0xdb, 0x06, 0xb5, 0x57, 0xa2, - 0x83, 0x89, 0xaa, 0xe3, 0x0e, 0xf1, 0xc7, 0xc4, 0xdb, 0x84, 0xcc, 0x1f, 0xd0, 0xe1, 0x0c, 0x22, - 0x50, 0xeb, 0xa6, 0x00, 0xbd, 0x53, 0x16, 0x7e, 0x42, 0xf5, 0x5c, 0x80, 0xc9, 0xfe, 0xa5, 0xf4, - 0x9a, 0x43, 0x4c, 0xd9, 0xa5, 0xa5, 0x24, 0x15, 0xbf, 0x11, 0x4f, 0x22, 0x65, 0xa2, 0x32, 0x8d, - 0xcf, 0xa6, 0xcd, 0xaa, 0xe9, 0x3c, 0xa0, 0x59, 0x5e, 0x5c, 0x18, 0x26, 0x75, 0xf4, 0xfa, 0x2e, - 0x97, 0x8e, 0x07, 0x54, 0x8b, 0x54, 0xbb, 0xd2, 0x4e, 0x67, 0xd5, 0xf4, 0xe7, 0x29, 0xa6, 0x2b, - 0xed, 0x93, 0xe6, 0x64, 0x65, 0xe9, 0x40, 0x77, 0xa6, 0x30, 0xe0, 0xd1, 0xbd, 0x39, 0x3e, 0xa2, - 0x33, 0x82, 0xfd, 0x34, 0xc9, 0x03, 0xaa, 0x72, 0xe9, 0x63, 0x6e, 0xb0, 0x5a, 0xd9, 0x20, 0x8b, - 0x0c, 0x3f, 0x3f, 0x6a, 0x1d, 0xd6, 0xdb, 0xeb, 0xeb, 0xed, 0xf5, 0x37, 0xda, 0x2b, 0x1a, 0x8a, - 0xfe, 0x47, 0x22, 0x7a, 0xa2, 0x35, 0x5d, 0xa9, 0x80, 0x14, 0x4f, 0xd8, 0x28, 0x0a, 0x9f, 0x63, - 0x53, 0x06, 0xa8, 0x84, 0xd7, 0x97, 0x5a, 0x1f, 0x3e, 0xd5, 0xb7, 0x13, 0xa0, 0x95, 0xa2, 0x48, - 0xa6, 0x90, 0xac, 0x3c, 0xab, 0x73, 0xf9, 0x5f, 0xd0, 0xb9, 0x36, 0x00, 0xd3, 0xea, 0xe3, 0x1e, - 0x11, 0x8b, 0x74, 0xf4, 0xbd, 0xd5, 0x7a, 0x2a, 0xea, 0x20, 0x9a, 0xd7, 0x0f, 0xc1, 0xf2, 0xa8, - 0xaa, 0xdc, 0xb9, 0x49, 0x0c, 0xc4, 0xb1, 0x38, 0x78, 0xe1, 0xf1, 0x31, 0xd9, 0x97, 0x8b, 0x53, - 0x60, 0x65, 0x38, 0x6c, 0x3a, 0x95, 0x5b, 0x8f, 0x37, 0xf4, 0x0e, 0x23, 0x78, 0x7a, 0xc3, 0x87, - 0x20, 0xe2, 0x58, 0x39, 0xdd, 0x78, 0x7c, 0x2b, 0x55, 0x47, 0x97, 0x5c, 0x21, 0x3c, 0x7a, 0xb1, - 0x84, 0x72, 0xd0, 0x38, 0x95, 0x44, 0xc3, 0xae, 0x54, 0xce, 0xcb, 0x25, 0xbc, 0xf3, 0x8c, 0xbe, - 0xcc, 0xc3, 0xf8, 0xb8, 0xb3, 0xd3, 0x0d, 0xbb, 0x3b, 0x4f, 0xf6, 0x45, 0x19, 0xe1, 0x7c, 0x2f, - 0xfd, 0xaf, 0x70, 0xbb, 0x95, 0xaf, 0xaa, 0xe1, 0xce, 0x73, 0xcf, 0xba, 0xe3, 0x0d, 0x87, 0xdd, - 0xce, 0x7a, 0xc3, 0xba, 0x82, 0x5f, 0x3c, 0xb5, 0x49, 0x4c, 0x85, 0xc5, 0xaa, 0x35, 0xd3, 0x66, - 0x1a, 0xdf, 0x6d, 0x0d, 0x67, 0xd4, 0xf0, 0xcd, 0x5d, 0x92, 0x50, 0x06, 0x03, 0x55, 0xee, 0xb4, - 0x50, 0xcb, 0x79, 0xed, 0x24, 0xd2, 0x0f, 0xcb, 0xac, 0x71, 0x54, 0xb6, 0xbb, 0x6b, 0xa9, 0x75, - 0xb6, 0x85, 0xae, 0x07, 0x59, 0xaf, 0xa0, 0xd5, 0x1c, 0x5d, 0x93, 0x82, 0xff, 0xfa, 0x41, 0x1c, - 0x8b, 0x9e, 0xf2, 0xc3, 0x22, 0x0f, 0xfd, 0xe6, 0x25, 0x7c, 0xe6, 0xc1, 0x9d, 0x73, 0x69, 0x10, - 0x21, 0xf4, 0x50, 0x54, 0x55, 0xba, 0x3a, 0x4a, 0xe5, 0x45, 0x44, 0xf3, 0x20, 0xe2, 0xd4, 0x48, - 0x85, 0x27, 0x86, 0xff, 0x79, 0x94, 0x42, 0x39, 0xc9, 0xcf, 0xa3, 0x15, 0xde, 0xb1, 0x0b, 0xf6, - 0x3a, 0x52, 0xd5, 0xa8, 0x05, 0x71, 0x68, 0xb4, 0x78, 0x60, 0xe4, 0xe3, 0xe5, 0xbc, 0xbc, 0x89, - 0x1b, 0x55, 0x5f, 0xd2, 0xfe, 0x79, 0xc3, 0x4f, 0x46, 0x5b, 0x4c, 0x15, 0x99, 0x7b, 0xd0, 0x96, - 0x9b, 0x73, 0x0d, 0x65, 0x21, 0xcd, 0x5b, 0xa9, 0xb2, 0xce, 0x2e, 0x3b, 0x04, 0x43, 0xf9, 0xe1, - 0xe9, 0xd9, 0xba, 0xa6, 0x22, 0x2e, 0x0c, 0x8a, 0x58, 0x9b, 0x1e, 0xb4, 0xb3, 0xd0, 0x45, 0xc5, - 0xcd, 0xf4, 0x30, 0x47, 0xac, 0x56, 0x90, 0xac, 0x95, 0x80, 0xa5, 0xa8, 0x45, 0xd6, 0x11, 0xb6, - 0x70, 0x61, 0xcd, 0x3d, 0x33, 0x1a, 0x62, 0xbd, 0x77, 0xdc, 0xc1, 0x0c, 0x0d, 0xb5, 0xad, 0x50, - 0x03, 0x44, 0x5d, 0x64, 0x25, 0x69, 0x66, 0x13, 0x82, 0xb2, 0x60, 0x51, 0xb2, 0xb6, 0xf9, 0x93, - 0xda, 0x6d, 0xc9, 0x53, 0xda, 0x6d, 0x60, 0xd2, 0xbd, 0x2d, 0x3f, 0x51, 0x5a, 0x68, 0x5a, 0x87, - 0x93, 0x61, 0xe1, 0x0a, 0x23, 0xdd, 0xdc, 0x85, 0x11, 0xef, 0xb0, 0xc1, 0x58, 0xe4, 0xc4, 0x58, - 0x74, 0x93, 0xf5, 0x7a, 0x54, 0x53, 0xbf, 0xd3, 0xf4, 0xda, 0xe2, 0x67, 0xe8, 0xb5, 0x05, 0xcf, - 0xd0, 0x6b, 0x4b, 0x79, 0x42, 0xa8, 0x98, 0x1f, 0xbb, 0xe2, 0x99, 0x3e, 0xfb, 0xc1, 0x5a, 0x07, - 0x76, 0xca, 0x30, 0x64, 0x61, 0xec, 0x5c, 0xcd, 0x86, 0xa6, 0x28, 0x50, 0x4e, 0x50, 0x65, 0x01, - 0x36, 0xd1, 0x84, 0xb6, 0xf0, 0xab, 0x98, 0x84, 0xc2, 0xf5, 0x23, 0xfb, 0x57, 0x5c, 0x5e, 0xc7, - 0x45, 0x44, 0x54, 0x5d, 0x65, 0xc3, 0x46, 0x5f, 0xa4, 0x4f, 0x2b, 0x42, 0xb4, 0x2d, 0x44, 0xba, - 0xd0, 0x96, 0xab, 0x08, 0x61, 0x26, 0x6a, 0xde, 0xdd, 0x75, 0x37, 0x61, 0x01, 0x00, 0xe9, 0x89, - 0xe9, 0x36, 0xe7, 0x1b, 0x26, 0x8c, 0x9b, 0xb1, 0x07, 0x1e, 0xbe, 0x75, 0xe0, 0xd0, 0xfb, 0xa3, - 0xd8, 0xf3, 0x73, 0xf4, 0x48, 0x65, 0xcb, 0xc8, 0xa8, 0x6b, 0x19, 0x3d, 0x85, 0x88, 0x30, 0x91, - 0xdd, 0x5c, 0x5d, 0x9a, 0x0c, 0xb7, 0x94, 0xe5, 0x6d, 0x78, 0xd6, 0x5e, 0x03, 0x4c, 0x5d, 0x37, - 0xd7, 0x40, 0x24, 0xd5, 0xb0, 0x15, 0x07, 0xd8, 0x66, 0xaf, 0x54, 0x3d, 0x6d, 0x54, 0x5c, 0x39, - 0xc6, 0x13, 0xf1, 0x94, 0x11, 0x83, 0xba, 0x42, 0xa6, 0x7a, 0x64, 0xa3, 0x9d, 0xaf, 0xc4, 0x9d, - 0xa0, 0x55, 0x57, 0x8a, 0x19, 0xca, 0xc1, 0xef, 0xa8, 0xa6, 0x86, 0xf5, 0xa2, 0xe7, 0x9b, 0x8a, - 0x9e, 0xea, 0x32, 0x83, 0xb3, 0x0a, 0x8e, 0xfe, 0x96, 0xba, 0xe0, 0x6f, 0xc4, 0x57, 0x52, 0x55, - 0xe9, 0x7a, 0x34, 0x05, 0xd4, 0x39, 0x1e, 0x55, 0x48, 0xda, 0xd8, 0xa3, 0x86, 0x26, 0x4d, 0xf8, - 0x84, 0x6a, 0x51, 0x0b, 0x6a, 0x2e, 0xee, 0x86, 0x9a, 0x63, 0x64, 0x06, 0x74, 0xfd, 0x1e, 0xa0, - 0x32, 0x6f, 0xf9, 0x4c, 0x98, 0x9b, 0x96, 0x28, 0xad, 0xea, 0x5d, 0x4f, 0xc3, 0xff, 0x59, 0xd5, - 0xa8, 0xb9, 0x20, 0xe2, 0xe1, 0x59, 0xf3, 0x50, 0xb3, 0x91, 0xf9, 0x93, 0xd3, 0xd1, 0x62, 0x71, - 0xf3, 0x27, 0x67, 0x85, 0x06, 0x36, 0x0c, 0x37, 0x4d, 0x06, 0x16, 0x54, 0x79, 0x01, 0xd4, 0x58, - 0x3f, 0x4d, 0xb5, 0x1b, 0xe7, 0x2f, 0xbe, 0x17, 0xc2, 0xb2, 0x86, 0x72, 0x42, 0xa7, 0x6d, 0x51, - 0xe7, 0x77, 0xad, 0xdd, 0x31, 0xb4, 0x19, 0x36, 0xa2, 0x59, 0xa9, 0xd5, 0xd0, 0x5a, 0x75, 0xd4, - 0x5e, 0x75, 0x43, 0x15, 0x62, 0x63, 0xf5, 0xef, 0xd3, 0xe6, 0x5e, 0x86, 0x10, 0x88, 0xe1, 0x7a, - 0xe3, 0xed, 0xd7, 0xbb, 0x7f, 0x56, 0xa0, 0xce, 0xe2, 0xe1, 0x6e, 0x7f, 0x3d, 0xda, 0xa0, 0x5a, - 0xb4, 0xbd, 0xdd, 0xe9, 0x88, 0x4c, 0x9e, 0x0b, 0x7d, 0xa0, 0xe1, 0x03, 0x31, 0x2a, 0xb5, 0x0e, - 0xeb, 0x0a, 0x47, 0x0e, 0xfc, 0x89, 0x35, 0xbf, 0x87, 0xd5, 0x77, 0xe8, 0x0f, 0x0c, 0x5b, 0x27, - 0x4b, 0x1b, 0xa9, 0xf3, 0x19, 0x33, 0xfb, 0xac, 0xa9, 0x95, 0xfe, 0x06, 0x2b, 0x82, 0x29, 0xcb, - 0x09, 0x40, 0x23, 0xed, 0xb8, 0x7c, 0x2f, 0x3d, 0x0a, 0x67, 0xca, 0x7b, 0xb5, 0x12, 0xd7, 0x48, - 0x27, 0x49, 0xec, 0x1f, 0xc9, 0xad, 0x13, 0x4c, 0x8d, 0xa6, 0x98, 0xc3, 0xa2, 0x66, 0x3a, 0x5b, - 0x9d, 0xec, 0xa8, 0x46, 0x07, 0xd4, 0x7c, 0x76, 0x23, 0x1c, 0x4a, 0x76, 0x74, 0xd8, 0x87, 0xf2, - 0x32, 0xe5, 0xdd, 0xc4, 0xf3, 0x39, 0x1c, 0x05, 0xa8, 0x93, 0x7d, 0xd0, 0xc8, 0xce, 0xe2, 0xae, - 0x24, 0x9a, 0xb8, 0xf4, 0x07, 0xcd, 0xeb, 0x76, 0x76, 0xa4, 0x4c, 0x06, 0x1f, 0x2a, 0x42, 0xa6, - 0x8d, 0x58, 0x25, 0xa2, 0x30, 0x9a, 0xea, 0xde, 0xc4, 0xa7, 0xc6, 0x67, 0xc4, 0x8f, 0xd1, 0x3f, - 0xe7, 0xe6, 0xe7, 0x4a, 0x19, 0x21, 0xd7, 0x32, 0x05, 0x59, 0x79, 0xbe, 0xb1, 0xf3, 0xe8, 0x42, - 0x77, 0xb3, 0x99, 0x2b, 0xc7, 0xd0, 0x09, 0xab, 0x79, 0xb1, 0x1f, 0x6e, 0x9f, 0x68, 0x31, 0xc9, - 0x2f, 0x1c, 0x0e, 0xd4, 0x2d, 0x3f, 0xdf, 0xdd, 0x3f, 0xe6, 0xbb, 0x5c, 0x79, 0x27, 0x37, 0x62, - 0xc6, 0xb0, 0x2f, 0x68, 0x4d, 0xca, 0x62, 0x2d, 0xa2, 0x15, 0x87, 0x24, 0x60, 0x55, 0x8a, 0x88, - 0xc8, 0x9a, 0xbb, 0x5f, 0x16, 0x1d, 0xfb, 0xc1, 0x76, 0xc6, 0xbb, 0xfd, 0xcf, 0x6e, 0xea, 0xe4, - 0x3e, 0x29, 0x82, 0x3b, 0x79, 0xd1, 0x4e, 0x7c, 0xd3, 0xec, 0x9a, 0x48, 0x9f, 0xa5, 0x85, 0xe1, - 0xe9, 0x8d, 0x8a, 0xe6, 0x3c, 0xdf, 0xd7, 0x5a, 0x14, 0xbd, 0xb4, 0x9d, 0x2f, 0x1d, 0x9e, 0x74, - 0x11, 0xcb, 0x57, 0xae, 0x19, 0x7c, 0x8d, 0x4d, 0x43, 0xa2, 0xf3, 0x89, 0xa0, 0x4b, 0xe7, 0xd1, - 0xe2, 0x1e, 0x48, 0xcb, 0xf7, 0xb6, 0x92, 0x1f, 0x77, 0xd6, 0x45, 0x2f, 0x85, 0x2b, 0xca, 0xa2, - 0x97, 0x01, 0x1d, 0xfd, 0xec, 0x88, 0xa6, 0x92, 0x96, 0xd1, 0x07, 0xa9, 0x00, 0x5b, 0xb5, 0xfc, - 0x47, 0x5c, 0x4e, 0x56, 0x52, 0xba, 0x93, 0x85, 0x61, 0x61, 0xef, 0x8f, 0x98, 0x48, 0x68, 0xdd, - 0x8d, 0xb8, 0xf4, 0x76, 0x8d, 0x65, 0x21, 0x16, 0x44, 0x76, 0xf4, 0xd8, 0x8a, 0xa0, 0x16, 0xd3, - 0x89, 0x70, 0x3e, 0x79, 0x9a, 0x1d, 0x9d, 0xf9, 0x85, 0x6b, 0x38, 0x4f, 0xa5, 0x24, 0xd1, 0xb9, - 0x66, 0x72, 0xda, 0x4c, 0xba, 0x69, 0x26, 0xb1, 0x37, 0xb7, 0xa1, 0xd6, 0xc0, 0x03, 0xed, 0x4a, - 0x1f, 0x5c, 0x38, 0x76, 0xb7, 0x37, 0x41, 0x0d, 0x9a, 0x18, 0xa1, 0xf4, 0xce, 0x4d, 0x4c, 0x72, - 0x7c, 0xcf, 0xab, 0x75, 0xae, 0x66, 0xae, 0x67, 0xaf, 0x5d, 0x46, 0x49, 0xe5, 0x21, 0x96, 0x1b, - 0x02, 0x8a, 0x72, 0x2a, 0xab, 0x50, 0xc7, 0xc6, 0x37, 0x02, 0x12, 0xd2, 0x1c, 0xa7, 0xc5, 0xaf, - 0xb4, 0xce, 0xd7, 0x1a, 0x34, 0xfb, 0x71, 0x63, 0xb3, 0xce, 0x28, 0x55, 0xdf, 0xad, 0xcd, 0xd1, - 0x86, 0x67, 0xcd, 0xda, 0x0d, 0x2e, 0x4d, 0x29, 0xe6, 0xc1, 0x09, 0x03, 0xc2, 0x0a, 0x87, 0xa3, - 0x8d, 0x81, 0x88, 0x9e, 0x6b, 0x37, 0x92, 0xae, 0x58, 0x2a, 0x8d, 0x30, 0x97, 0x39, 0x4c, 0xb5, - 0x4b, 0xdb, 0xae, 0xd0, 0xb1, 0x5d, 0x2d, 0xe3, 0x32, 0x58, 0x5d, 0xe0, 0x7a, 0x07, 0xe1, 0x29, - 0xf5, 0x74, 0x79, 0x5b, 0x76, 0x80, 0xf0, 0x98, 0xa3, 0x42, 0x68, 0x01, 0xd6, 0xea, 0x7e, 0xb1, - 0xa1, 0x6e, 0x3d, 0xaf, 0xaa, 0x7e, 0x20, 0xaa, 0xd7, 0x3f, 0xc9, 0x16, 0x5e, 0x20, 0x3c, 0xa6, - 0x8c, 0x80, 0x24, 0xe2, 0xac, 0x62, 0x97, 0xaf, 0xb5, 0x68, 0x2a, 0x67, 0x39, 0xae, 0x69, 0x45, - 0xd0, 0xa6, 0xb0, 0xf8, 0x98, 0xcd, 0xc1, 0x06, 0xd3, 0x01, 0xb7, 0x66, 0xcb, 0x2c, 0x0c, 0xe7, - 0x68, 0xe9, 0x5c, 0xc2, 0xd9, 0x5d, 0x69, 0x7a, 0xfe, 0x4e, 0x2a, 0x18, 0xdb, 0x2b, 0x0e, 0xa0, - 0x8d, 0x83, 0x82, 0x8e, 0xd7, 0x4b, 0x3a, 0x5d, 0x89, 0xf7, 0x74, 0x6f, 0x86, 0xec, 0x95, 0xb6, - 0x67, 0x04, 0xf2, 0x28, 0xbd, 0x47, 0x4a, 0x23, 0xd9, 0xee, 0x0b, 0xcf, 0x19, 0xcd, 0xd3, 0x87, - 0xb0, 0x77, 0xa9, 0x67, 0xdb, 0x7f, 0x59, 0xcb, 0xe7, 0xac, 0x69, 0x4c, 0x71, 0xd8, 0xe1, 0xc4, - 0x60, 0x0a, 0xd7, 0x91, 0x97, 0x1c, 0x65, 0xf7, 0xd2, 0x39, 0x44, 0x15, 0xa2, 0x73, 0x94, 0xb8, - 0xae, 0xc3, 0x0f, 0x56, 0x64, 0x2a, 0x66, 0x94, 0xd7, 0xd0, 0xdc, 0xe7, 0xe1, 0x4a, 0xea, 0x41, - 0x2f, 0xb9, 0xba, 0x98, 0xba, 0xca, 0x2c, 0x82, 0xc1, 0xf5, 0x2b, 0x08, 0xcf, 0x52, 0x57, 0x78, - 0x65, 0x40, 0xb5, 0x70, 0xfb, 0x8e, 0xdb, 0x31, 0xb2, 0xff, 0x0d, 0xa1, 0x04, 0x54, 0xee, 0x8b, - 0x5a, 0xee, 0x41, 0x3d, 0xf7, 0x5b, 0x3d, 0xf7, 0xb4, 0x96, 0x7b, 0xbf, 0xd1, 0x69, 0x11, 0xcf, - 0xb4, 0xd9, 0xe9, 0xcb, 0xf0, 0xee, 0x84, 0x35, 0x15, 0x47, 0xa8, 0x27, 0xbf, 0x9e, 0x0a, 0xbd, - 0x45, 0xe5, 0x10, 0xb4, 0x30, 0xf0, 0x62, 0x54, 0xf0, 0xee, 0x18, 0x76, 0x7d, 0x58, 0xf4, 0x9d, - 0xc8, 0x9c, 0x2f, 0x1d, 0x89, 0x52, 0x54, 0xd7, 0xac, 0x52, 0x8e, 0xae, 0xd2, 0x92, 0xc5, 0x66, - 0x45, 0x41, 0x85, 0xfc, 0xfb, 0x8e, 0x26, 0xdf, 0xa1, 0x42, 0x7c, 0x21, 0xa4, 0x24, 0x62, 0xcf, - 0xad, 0x04, 0x06, 0x56, 0xfd, 0x7d, 0xc2, 0x2a, 0x04, 0x80, 0xea, 0x5d, 0x85, 0xf7, 0xef, 0x38, - 0xaa, 0x10, 0xd4, 0xf8, 0x79, 0xfc, 0x55, 0x0b, 0x65, 0x92, 0x1e, 0x79, 0x42, 0xef, 0xff, 0x48, - 0x1f, 0xb7, 0x16, 0x64, 0x46, 0x03, 0xd1, 0x4b, 0xc7, 0xa5, 0xb1, 0xf3, 0x29, 0x5f, 0x47, 0x20, - 0xfb, 0x2b, 0x78, 0x95, 0xac, 0xb2, 0x7a, 0x2e, 0x01, 0xa9, 0x0a, 0x0a, 0xd1, 0xcc, 0xbe, 0x58, - 0x04, 0x01, 0xc2, 0xac, 0xae, 0x85, 0x21, 0x9f, 0xde, 0xb8, 0x53, 0x69, 0x25, 0x8b, 0xce, 0x78, - 0x1a, 0x76, 0x0e, 0x6a, 0x63, 0xd2, 0x71, 0xd3, 0xc4, 0x44, 0x29, 0x61, 0xaa, 0x63, 0x5c, 0x29, - 0x78, 0x32, 0x51, 0x4b, 0x02, 0xa1, 0xde, 0x51, 0x69, 0xc6, 0x1d, 0xc2, 0x82, 0xbb, 0xc0, 0x4f, - 0xbe, 0x76, 0xce, 0x37, 0x2c, 0x96, 0x32, 0xd1, 0x90, 0x79, 0xd5, 0x37, 0xe4, 0x3e, 0x47, 0x82, - 0x31, 0x23, 0xbe, 0xf9, 0xfe, 0xa3, 0x1b, 0xd8, 0xf6, 0x76, 0xad, 0x5b, 0x30, 0xa0, 0x4e, 0xc2, - 0x98, 0x26, 0x30, 0xbf, 0xb1, 0x5d, 0x9b, 0xfe, 0xb1, 0xe9, 0xf9, 0xa3, 0x95, 0xd4, 0x57, 0xae, - 0x40, 0x66, 0x77, 0xc0, 0xa1, 0x63, 0x4c, 0x78, 0xb7, 0x6d, 0x97, 0xca, 0xdb, 0x40, 0x7d, 0xfd, - 0x27, 0x52, 0xde, 0x46, 0x29, 0xc3, 0xd3, 0xd3, 0x9c, 0x16, 0x7d, 0x4e, 0x4b, 0x39, 0xa7, 0x05, - 0xaa, 0x57, 0x79, 0xe6, 0x9e, 0xe2, 0xff, 0xb3, 0xf5, 0x1a, 0xe3, 0x47, 0xd2, 0xc4, 0x2c, 0x48, - 0x5f, 0x1f, 0x2b, 0x4b, 0x05, 0x87, 0x03, 0x51, 0x90, 0x2d, 0x52, 0x6b, 0x45, 0x1f, 0x2b, 0x4d, - 0x45, 0x37, 0x6f, 0xe1, 0xc9, 0x97, 0xf2, 0x93, 0x49, 0xc5, 0x09, 0x00, 0x2e, 0x97, 0x33, 0x7d, - 0xcf, 0x47, 0xb0, 0xaf, 0xbf, 0xfd, 0x44, 0x68, 0x29, 0xad, 0xef, 0xf0, 0xde, 0x29, 0x23, 0x5a, - 0xca, 0x30, 0x96, 0x08, 0xb9, 0xf9, 0xa6, 0x0c, 0x6e, 0xb9, 0x07, 0xd3, 0x9a, 0xbd, 0xdb, 0xe8, - 0x8a, 0xb8, 0xdd, 0xb5, 0xe4, 0x20, 0x57, 0xd4, 0xae, 0x11, 0xef, 0x4a, 0x29, 0x56, 0x75, 0x3a, - 0x97, 0xb3, 0xae, 0xdf, 0x7f, 0xe5, 0x8c, 0xf7, 0x39, 0x1c, 0x12, 0x5a, 0x77, 0xdc, 0xcb, 0xd9, - 0x78, 0xa0, 0x5e, 0xf7, 0x3d, 0xac, 0xd5, 0x83, 0x03, 0xdf, 0xbf, 0x9c, 0x71, 0x4a, 0xd7, 0xdf, - 0x47, 0x8a, 0xf7, 0x4a, 0x4b, 0xa1, 0x0a, 0xd4, 0x96, 0x85, 0xc0, 0x72, 0x6a, 0xb3, 0xe1, 0xb9, - 0xf5, 0xcf, 0x2f, 0x73, 0x84, 0x8c, 0xbc, 0x9c, 0xad, 0x11, 0x59, 0xd5, 0xfb, 0xc6, 0xb5, 0x5e, - 0x78, 0xdf, 0xc0, 0x96, 0xd6, 0x71, 0x5f, 0xf7, 0xa5, 0x65, 0x15, 0x6d, 0x51, 0xec, 0x46, 0xa2, - 0xb2, 0xd8, 0x49, 0x16, 0xbf, 0x32, 0xd7, 0x25, 0x4c, 0x6a, 0xf0, 0xdd, 0x58, 0x9b, 0x4c, 0xcd, - 0xb0, 0x0b, 0xaa, 0x32, 0x0c, 0x92, 0xd1, 0xa8, 0x30, 0x65, 0x77, 0x43, 0x9d, 0x32, 0x7e, 0x97, - 0x26, 0x44, 0xd5, 0x2f, 0xad, 0x5f, 0xc3, 0x69, 0x9a, 0x16, 0xb6, 0xd0, 0xf2, 0x15, 0x2d, 0xd3, - 0xe2, 0x6b, 0xc4, 0xaa, 0x23, 0x1a, 0xd0, 0xb7, 0xf7, 0xe4, 0x3d, 0x95, 0xea, 0xe4, 0x89, 0xd1, - 0xcb, 0x15, 0x9c, 0x71, 0x99, 0x9b, 0x86, 0x74, 0x8c, 0x35, 0x52, 0xbd, 0x3e, 0x71, 0x3e, 0xbb, - 0x7f, 0xa2, 0xc9, 0xaa, 0x7b, 0x27, 0x6c, 0x80, 0xa6, 0x5a, 0x77, 0x1b, 0x15, 0x2d, 0x16, 0xb5, - 0x8a, 0x18, 0x72, 0xa5, 0xa4, 0x56, 0x85, 0x38, 0x12, 0x72, 0xfe, 0x07, 0xe9, 0x6a, 0x52, 0x08, - 0x5f, 0x95, 0x46, 0x08, 0x0b, 0xe4, 0x89, 0xec, 0xd7, 0x6e, 0x01, 0x10, 0x7e, 0x2a, 0x94, 0xb7, - 0x00, 0x61, 0xfd, 0x16, 0x40, 0x08, 0x6e, 0x1f, 0xbd, 0x03, 0x68, 0x6a, 0x66, 0x37, 0x9c, 0x9c, - 0x08, 0xc8, 0x3c, 0x19, 0x7e, 0x93, 0x6a, 0xb9, 0x13, 0x10, 0x0d, 0x1d, 0x9c, 0x18, 0xf4, 0x40, - 0x84, 0x8f, 0x19, 0x76, 0x73, 0x7b, 0x9b, 0x1d, 0x43, 0xfb, 0x95, 0xd9, 0x2a, 0xdc, 0x44, 0xeb, - 0x3c, 0x93, 0xde, 0x32, 0x8c, 0x9e, 0xf4, 0x40, 0x43, 0xc6, 0xb7, 0x87, 0x35, 0x3c, 0x40, 0x1b, - 0x5d, 0xf7, 0x5c, 0x33, 0x0e, 0xe5, 0x46, 0x17, 0xfa, 0xe8, 0x69, 0xdd, 0x8b, 0xfe, 0x43, 0x36, - 0xd4, 0xeb, 0x77, 0xa9, 0x63, 0x43, 0xbd, 0x97, 0x22, 0x32, 0xa5, 0x49, 0x00, 0x3a, 0x66, 0xf0, - 0x36, 0xa3, 0x33, 0x6c, 0xc7, 0xf6, 0xec, 0x38, 0x30, 0x77, 0x13, 0xf0, 0x2f, 0x3e, 0x9d, 0xa9, - 0xa6, 0x67, 0xaa, 0x3f, 0x61, 0x44, 0xf1, 0x85, 0xd6, 0x13, 0x06, 0x90, 0x9b, 0xf1, 0xb6, 0x74, - 0x10, 0xe5, 0x34, 0x3d, 0x6e, 0x78, 0x98, 0xf7, 0x96, 0x93, 0x0d, 0x01, 0xfb, 0x1a, 0x40, 0xe9, - 0xf6, 0x09, 0x2c, 0xb4, 0xa5, 0x10, 0x75, 0x3a, 0x2c, 0x3a, 0x5f, 0xa6, 0x62, 0x5e, 0x0b, 0xbc, - 0xb2, 0x36, 0x2f, 0x25, 0xe0, 0xff, 0x9a, 0x2d, 0x7d, 0x84, 0xc0, 0x97, 0x6d, 0xcd, 0x92, 0xf0, - 0x4e, 0xd9, 0xda, 0x9f, 0x44, 0x88, 0x93, 0x78, 0x51, 0xb7, 0x20, 0xb6, 0xb7, 0x7c, 0xe5, 0x2f, - 0xa2, 0x7e, 0x83, 0x57, 0xe8, 0x46, 0xf3, 0x85, 0xd3, 0xe2, 0xb9, 0x48, 0x77, 0x55, 0x14, 0x41, - 0x89, 0xf4, 0xb0, 0xf4, 0x18, 0x17, 0x29, 0x8f, 0x71, 0x89, 0x9f, 0x9f, 0x46, 0x67, 0xf0, 0xae, - 0xd3, 0xea, 0x98, 0x88, 0x1d, 0x93, 0x48, 0x01, 0xc1, 0x47, 0xea, 0x2d, 0x11, 0x9f, 0xbf, 0x65, - 0x59, 0xb8, 0x7a, 0x47, 0x6c, 0x6e, 0xc7, 0x19, 0x25, 0xb5, 0xfe, 0xa6, 0xa5, 0xe4, 0x41, 0x76, - 0xda, 0xcc, 0x0f, 0xe9, 0x07, 0xab, 0xbc, 0x08, 0x03, 0xcb, 0xb5, 0x19, 0xbf, 0x30, 0x11, 0x9e, - 0x2f, 0xda, 0xdc, 0x06, 0xca, 0x3d, 0x88, 0xd6, 0x9d, 0x8c, 0x91, 0x65, 0x42, 0xad, 0xa4, 0xf5, - 0x6d, 0x02, 0x4b, 0x6f, 0x91, 0xce, 0xae, 0xc1, 0x07, 0x17, 0x5c, 0x09, 0xa6, 0x91, 0xc3, 0x92, - 0x76, 0x60, 0x1b, 0x25, 0x9e, 0x44, 0xb8, 0x5a, 0x5b, 0x9f, 0x20, 0x75, 0x3f, 0x6c, 0x82, 0x95, - 0xb5, 0x58, 0xbb, 0xe2, 0x6a, 0x0f, 0xa6, 0x2d, 0xc6, 0x1d, 0x95, 0xf6, 0x52, 0x85, 0x8e, 0x2c, - 0x2d, 0x4b, 0xab, 0x8f, 0x6d, 0x57, 0xaf, 0xec, 0x77, 0x1a, 0x35, 0x37, 0xad, 0x6a, 0xf5, 0x82, - 0xb5, 0xf8, 0x0c, 0x43, 0x95, 0x20, 0x5e, 0xdd, 0x70, 0x0c, 0x72, 0x4b, 0xce, 0x63, 0xb8, 0x4b, - 0x2f, 0xba, 0xd4, 0x2d, 0x81, 0xe3, 0x84, 0xa6, 0x67, 0x02, 0xad, 0x81, 0x4f, 0x9f, 0x92, 0x2d, - 0xdf, 0x30, 0xf6, 0x9c, 0xe8, 0x8e, 0x1a, 0x86, 0x06, 0x79, 0x0f, 0x51, 0xa0, 0x16, 0x61, 0x13, - 0x51, 0x2f, 0xab, 0x43, 0x43, 0x5c, 0xde, 0x27, 0xca, 0x7a, 0x4c, 0x85, 0xcf, 0x4b, 0x9c, 0x51, - 0xd5, 0x1b, 0x4d, 0x40, 0xe7, 0xa7, 0x2e, 0xbc, 0x6b, 0x34, 0xe5, 0x54, 0xd2, 0xa0, 0x5e, 0x14, - 0xa8, 0x09, 0x0d, 0x71, 0x8e, 0xb9, 0xe2, 0x3a, 0x3c, 0x21, 0xda, 0x84, 0x3a, 0x23, 0x5c, 0xa2, - 0x48, 0x5c, 0x58, 0x1b, 0xf7, 0xfd, 0x5f, 0xe2, 0xea, 0x41, 0xe3, 0xdc, 0x12, 0x46, 0x22, 0x8e, - 0x64, 0xba, 0xca, 0x4b, 0x55, 0x42, 0xed, 0x22, 0x60, 0x1a, 0x5f, 0xaf, 0x3a, 0x4e, 0x9b, 0x7d, - 0x61, 0xf3, 0x8b, 0x2e, 0x50, 0x17, 0x5f, 0xd7, 0xc2, 0x19, 0xd6, 0x7f, 0xbd, 0x6b, 0x5e, 0xa5, - 0xf4, 0xe0, 0x3e, 0x28, 0x88, 0x12, 0x98, 0x5c, 0xbb, 0x1f, 0xfc, 0x03, 0x76, 0x95, 0x75, 0x2b, - 0xa3, 0xaa, 0xfa, 0x9e, 0x7b, 0xe7, 0x09, 0xfb, 0x30, 0x31, 0xbc, 0x13, 0xf6, 0x72, 0x2f, 0xa0, - 0xa3, 0x51, 0x16, 0xd7, 0x89, 0x30, 0x7f, 0x2b, 0x0d, 0x96, 0x7b, 0x42, 0x81, 0x66, 0xfe, 0x91, - 0x23, 0xf2, 0xe6, 0x93, 0x7a, 0xc2, 0xa9, 0x77, 0x36, 0x0c, 0x75, 0xab, 0xe4, 0xfc, 0x68, 0x95, - 0xb2, 0xf3, 0x0f, 0xd4, 0x52, 0x85, 0x98, 0x6e, 0xfa, 0x3a, 0xc3, 0x46, 0x06, 0xb7, 0x66, 0x7a, - 0x54, 0x07, 0x2a, 0x5b, 0x8a, 0x1c, 0x89, 0x2c, 0x50, 0x36, 0xb2, 0xfa, 0xe9, 0x3e, 0xbb, 0x2a, - 0x63, 0x2b, 0x72, 0x04, 0x5a, 0xc5, 0xa9, 0x94, 0x9e, 0x6f, 0xca, 0xdb, 0x1d, 0x0e, 0x9f, 0x61, - 0xb8, 0xc3, 0x51, 0xe1, 0x4c, 0xca, 0x2c, 0xb4, 0xfe, 0x25, 0xd4, 0xf2, 0x4e, 0xa9, 0x14, 0xe5, - 0x7c, 0xfa, 0xa4, 0x0f, 0xa3, 0xa8, 0xbd, 0xe7, 0x88, 0x08, 0x4e, 0xc0, 0x54, 0xa0, 0xa2, 0xda, - 0xe0, 0x5e, 0xe8, 0x1f, 0x25, 0x60, 0x1f, 0x0d, 0xdc, 0xab, 0x7c, 0x3c, 0x39, 0xa7, 0x62, 0x62, - 0xce, 0x24, 0xba, 0x7d, 0x4c, 0xb3, 0x27, 0x82, 0xe7, 0x76, 0xd4, 0x74, 0x79, 0x8e, 0xe1, 0xd3, - 0x8d, 0xaf, 0xc5, 0x04, 0x48, 0x44, 0x8e, 0xed, 0xed, 0x1a, 0x68, 0x9a, 0x3d, 0xf5, 0x8b, 0xdd, - 0x3b, 0x4f, 0x45, 0x59, 0xe5, 0xa3, 0x30, 0x87, 0x15, 0x64, 0xb7, 0x93, 0x7c, 0x9b, 0xef, 0xdd, - 0x56, 0x01, 0x42, 0x06, 0x65, 0xac, 0x2b, 0xd1, 0xdb, 0xb1, 0x47, 0x2b, 0xff, 0x90, 0xfd, 0xd4, - 0x88, 0x84, 0xc3, 0x7d, 0x4a, 0x60, 0xc7, 0x35, 0xe9, 0xb8, 0xd7, 0x1f, 0x6c, 0x6f, 0x7f, 0xe9, - 0xe0, 0x69, 0x8b, 0x10, 0xe0, 0xa3, 0xaa, 0x9f, 0x8c, 0x11, 0xbc, 0x0b, 0x41, 0x6f, 0xea, 0xf7, - 0x77, 0xd3, 0x7a, 0xb0, 0x60, 0x19, 0x43, 0x78, 0x73, 0x9c, 0xe1, 0x05, 0xa2, 0x61, 0x3c, 0x17, - 0xd2, 0x7d, 0xaa, 0x48, 0x2e, 0x1b, 0x0d, 0xe0, 0xc2, 0xf2, 0xe5, 0xe1, 0xd6, 0x6f, 0xb8, 0x26, - 0xf9, 0x02, 0xef, 0x26, 0x2d, 0xde, 0x4c, 0x46, 0x1a, 0x59, 0x4f, 0x04, 0xaf, 0xad, 0xe6, 0xed, - 0xa7, 0x10, 0x3a, 0x8f, 0xa3, 0x9c, 0x98, 0x61, 0x8c, 0x84, 0x03, 0x8e, 0x74, 0xed, 0xec, 0x0e, - 0x4e, 0x27, 0x64, 0xda, 0xf4, 0x52, 0x59, 0x8f, 0xa4, 0x45, 0xad, 0x9c, 0xcc, 0x09, 0x3b, 0x1e, - 0xc8, 0x83, 0x76, 0xfd, 0x83, 0xaa, 0x58, 0x91, 0x55, 0x55, 0x19, 0xc1, 0xc0, 0x9b, 0x46, 0x6f, - 0x22, 0x5d, 0xb8, 0xbf, 0xe0, 0xb8, 0x64, 0x9c, 0xf0, 0xc6, 0x97, 0x28, 0xf7, 0x66, 0x43, 0xa0, - 0x27, 0x44, 0x1a, 0x77, 0x65, 0x16, 0x47, 0x3e, 0xf8, 0xe5, 0xfb, 0xed, 0x61, 0x9f, 0x63, 0xc9, - 0x6e, 0xa9, 0x88, 0xd4, 0x5b, 0xcc, 0xd1, 0xcb, 0x54, 0xc0, 0x4c, 0x3c, 0x7f, 0xfa, 0x74, 0x3b, - 0xf6, 0xb5, 0x44, 0xf1, 0x82, 0xf5, 0xa8, 0xa2, 0x53, 0x73, 0x90, 0x27, 0x59, 0xdf, 0x44, 0x36, - 0xb3, 0xd5, 0x1f, 0xca, 0x96, 0xe0, 0x0a, 0xa8, 0xec, 0x73, 0xd5, 0x7c, 0x33, 0x3e, 0xbd, 0xee, - 0x2e, 0x07, 0x31, 0xd2, 0x35, 0xfb, 0x1b, 0x51, 0xaa, 0xc5, 0xa7, 0x4d, 0x5a, 0x31, 0xa0, 0x97, - 0x0c, 0x71, 0xbf, 0x0c, 0x91, 0x5d, 0x45, 0x25, 0x9b, 0x2d, 0x29, 0xdf, 0xc4, 0xf6, 0x40, 0xef, - 0x5e, 0x17, 0xa9, 0xfd, 0x19, 0x33, 0x57, 0x62, 0xb4, 0x90, 0x23, 0xab, 0x7e, 0x80, 0xb5, 0xa5, - 0xda, 0x0e, 0xf0, 0x87, 0x8d, 0x57, 0x09, 0x2f, 0xb5, 0x69, 0x2b, 0x03, 0xb2, 0x69, 0x7b, 0xfa, - 0xf6, 0xb6, 0x9d, 0x72, 0x22, 0xc4, 0x36, 0x44, 0x7c, 0xa7, 0x0b, 0xa4, 0x6d, 0x99, 0x3e, 0x03, - 0x74, 0xb5, 0x9d, 0x65, 0x48, 0x9b, 0xe8, 0xf7, 0x61, 0x98, 0x11, 0x99, 0xd3, 0xeb, 0xf5, 0x84, - 0xa3, 0xb8, 0x2d, 0x25, 0x8a, 0x2f, 0x39, 0xcd, 0x91, 0x38, 0x9c, 0xe0, 0x01, 0x45, 0xb9, 0x23, - 0xa5, 0x7c, 0x5a, 0x0f, 0xb6, 0xb7, 0xcb, 0x97, 0xdc, 0xa9, 0xc2, 0x06, 0x89, 0x30, 0xc3, 0xb9, - 0x53, 0x7d, 0xa4, 0x73, 0xc1, 0x99, 0xf0, 0xf1, 0xf0, 0xe9, 0x93, 0x49, 0xb2, 0x13, 0x3b, 0x41, - 0xa9, 0xc3, 0x07, 0xc8, 0x44, 0xb4, 0x6e, 0x51, 0x9a, 0xcb, 0xa5, 0x9c, 0x61, 0x6b, 0x7e, 0x7c, - 0x5b, 0x97, 0x3c, 0x7b, 0x63, 0x3c, 0x6b, 0xb1, 0xa6, 0x37, 0xee, 0x1a, 0x89, 0xed, 0xd2, 0x72, - 0x91, 0xeb, 0xbd, 0x19, 0xae, 0x9e, 0x28, 0x20, 0x2a, 0x2f, 0x6c, 0xe2, 0x54, 0x94, 0xf3, 0x66, - 0xae, 0x65, 0x8a, 0xdb, 0xd1, 0xf4, 0x96, 0x2a, 0xc3, 0x72, 0xdf, 0x9c, 0xb1, 0xc0, 0xd1, 0xca, - 0xc7, 0xe2, 0x53, 0x39, 0xb9, 0x4a, 0xe2, 0x51, 0x6c, 0x17, 0xa7, 0xc0, 0x13, 0xf9, 0xae, 0xb3, - 0xa7, 0xb2, 0x71, 0xc3, 0x61, 0x32, 0xaf, 0xf2, 0xfd, 0xaf, 0xc3, 0x3d, 0xda, 0x97, 0xa3, 0xac, - 0x18, 0x5b, 0x87, 0x7b, 0x30, 0x62, 0xc7, 0xdf, 0xcb, 0x62, 0x19, 0x8f, 0xad, 0xff, 0x06, 0xd8, - 0x06, 0xb1, 0x07, 0x50, 0x89, 0x01, 0x00 + 0x3a, 0x1e, 0xa1, 0xb8, 0xd3, 0xef, 0xbb, 0x83, 0x03, 0xf7, 0xc0, 0xe5, 0xf8, 0xb7, 0xf9, 0x70, + 0x6f, 0x2f, 0x88, 0x56, 0xb3, 0x34, 0x4d, 0xaf, 0xa2, 0xb0, 0x77, 0x11, 0x11, 0x6f, 0x3f, 0xed, + 0x45, 0xe9, 0xde, 0xdd, 0x32, 0xc8, 0x7b, 0x59, 0x72, 0x01, 0xc5, 0x1e, 0xcf, 0x1d, 0xb8, 0xfd, + 0xef, 0xdc, 0x7e, 0x55, 0x24, 0x5a, 0xd2, 0x21, 0x21, 0x0d, 0xda, 0x67, 0xc4, 0x30, 0xac, 0x20, + 0x1b, 0x58, 0xee, 0x1d, 0xbc, 0xee, 0xe3, 0x5f, 0x7f, 0xb0, 0xdf, 0xfb, 0x57, 0xc6, 0x45, 0x07, + 0xde, 0x60, 0xe0, 0xee, 0xa3, 0xf4, 0xe0, 0x89, 0x06, 0x43, 0x22, 0xe5, 0xc2, 0x95, 0x6a, 0x92, + 0xca, 0xed, 0x53, 0xb9, 0xd7, 0x9f, 0x5f, 0xec, 0x80, 0x8a, 0xec, 0xf7, 0x3f, 0xab, 0xdc, 0x19, + 0x9c, 0x4a, 0x8d, 0xe2, 0x2a, 0xac, 0x71, 0xac, 0x2e, 0xea, 0x02, 0x38, 0x99, 0x4a, 0x4f, 0xe3, + 0xb3, 0x53, 0xef, 0x6c, 0x92, 0x60, 0x66, 0x7e, 0xbc, 0x8e, 0xe3, 0x7f, 0x86, 0x01, 0x5c, 0x85, + 0xca, 0x74, 0xa8, 0x2b, 0x49, 0x08, 0x77, 0x02, 0x97, 0x13, 0x89, 0xdf, 0xe3, 0xbf, 0xc2, 0x84, + 0xb9, 0xfc, 0xba, 0xa2, 0x69, 0xc2, 0xc9, 0xca, 0x2f, 0x11, 0x3b, 0x68, 0xc4, 0x93, 0xd3, 0xe5, + 0xcc, 0xb0, 0x72, 0x4e, 0xc6, 0x50, 0xf1, 0x49, 0x0e, 0x11, 0x1c, 0x5b, 0xce, 0x27, 0x7f, 0x3b, + 0x38, 0x73, 0xd6, 0x79, 0x8b, 0x4b, 0x52, 0xe0, 0x10, 0xd1, 0x84, 0xfe, 0x58, 0xf2, 0xe7, 0x9a, + 0xc4, 0xa1, 0x7e, 0xd4, 0x4f, 0x2f, 0xa8, 0xf5, 0xfc, 0x43, 0xf0, 0x81, 0xc5, 0xc7, 0x70, 0xc3, + 0xf3, 0x12, 0xba, 0x46, 0x02, 0x49, 0xa5, 0xef, 0x61, 0x3f, 0x29, 0x53, 0xa6, 0xc1, 0xec, 0xea, + 0x82, 0x65, 0x13, 0x47, 0x98, 0x6b, 0xff, 0x1c, 0x2a, 0x13, 0x5f, 0x3f, 0x70, 0x9f, 0xd6, 0xce, + 0xb9, 0x34, 0xbd, 0x5c, 0x6b, 0xf8, 0x9c, 0x26, 0x70, 0x8b, 0x8a, 0xcb, 0x71, 0x42, 0x79, 0xe2, + 0x02, 0xfc, 0x7a, 0xf8, 0xb5, 0x32, 0xc6, 0x1a, 0x94, 0x98, 0xc0, 0x90, 0x7b, 0x6e, 0x87, 0x19, + 0x75, 0xdf, 0x20, 0x3d, 0x2e, 0x14, 0xe9, 0x41, 0xa9, 0x47, 0x42, 0x52, 0x25, 0xb3, 0x51, 0xf9, + 0x65, 0x46, 0x18, 0xff, 0x23, 0xd5, 0x6f, 0x81, 0x4f, 0xed, 0x59, 0xc7, 0x71, 0xc8, 0xee, 0xbd, + 0x12, 0x9a, 0x4c, 0xeb, 0xf7, 0xf7, 0x3f, 0x7c, 0x6f, 0x1d, 0x1d, 0x6f, 0xd9, 0x9b, 0x88, 0x19, + 0x51, 0xa3, 0xcb, 0xb5, 0x39, 0x8e, 0xa2, 0xba, 0xdb, 0x5b, 0xaf, 0x08, 0x1f, 0x07, 0x44, 0x38, + 0xe0, 0xe9, 0x2f, 0xc3, 0xd5, 0x45, 0xf8, 0x7d, 0x18, 0x66, 0x78, 0x13, 0xf4, 0x10, 0x43, 0x1c, + 0x62, 0x3f, 0xc7, 0x65, 0x86, 0xfc, 0xf8, 0xb7, 0x22, 0x8a, 0x21, 0x3e, 0x2b, 0xa9, 0x08, 0x57, + 0x2e, 0x74, 0x8d, 0x6c, 0xb9, 0x40, 0x84, 0x36, 0xa7, 0xa4, 0x75, 0x0b, 0x9f, 0xb7, 0x8d, 0x59, + 0x4e, 0x34, 0x6c, 0x15, 0x9e, 0x58, 0xc4, 0x72, 0x2d, 0xf4, 0x58, 0xae, 0xc5, 0x69, 0x7e, 0xd6, + 0x98, 0x1f, 0xa1, 0xd5, 0x28, 0x83, 0x36, 0x59, 0xf8, 0xdf, 0xb1, 0x47, 0x42, 0x72, 0x70, 0x12, + 0xa7, 0x05, 0x6c, 0x4d, 0xae, 0x99, 0x45, 0xfa, 0x18, 0x4c, 0x11, 0x6d, 0x2d, 0x47, 0x0a, 0xb3, + 0xa0, 0x3d, 0xe2, 0x92, 0x74, 0xad, 0x65, 0x5d, 0xc3, 0x41, 0x99, 0xd2, 0x74, 0x58, 0x10, 0x2a, + 0xf9, 0xee, 0xcd, 0x90, 0x3a, 0x26, 0xca, 0x53, 0x8c, 0xf4, 0x58, 0xf2, 0xf9, 0x1d, 0xbd, 0x36, + 0xfd, 0x03, 0x04, 0x00, 0x12, 0x2a, 0x3f, 0xfe, 0xa3, 0x99, 0x8b, 0xa1, 0xd8, 0x2c, 0x0d, 0xa1, + 0x8c, 0x91, 0xf8, 0x08, 0xab, 0x87, 0xab, 0xf2, 0xf2, 0x36, 0x64, 0xad, 0x66, 0x46, 0x4e, 0x8c, + 0x80, 0xc5, 0x6f, 0x47, 0x2c, 0xa9, 0x9f, 0xb7, 0xac, 0xa9, 0x9b, 0x92, 0xf5, 0x54, 0x0a, 0xe7, + 0xed, 0x2c, 0x29, 0x78, 0x4a, 0x45, 0x3b, 0x8b, 0xf9, 0xbb, 0x29, 0x37, 0x7d, 0xb5, 0x9e, 0x3c, + 0xd7, 0x2e, 0x56, 0x1c, 0xc0, 0xba, 0x1d, 0x74, 0xd9, 0x6c, 0x69, 0xc3, 0x8d, 0x52, 0x7a, 0x41, + 0xbc, 0xfc, 0x31, 0xcb, 0x5e, 0xd0, 0x2f, 0x69, 0x45, 0xd7, 0xc2, 0xef, 0xb4, 0xdf, 0x7b, 0x95, + 0x98, 0x94, 0x5a, 0xe9, 0x02, 0x81, 0xb7, 0x5b, 0x86, 0xa5, 0x0b, 0xce, 0x45, 0x7b, 0x6f, 0x59, + 0x7e, 0x87, 0xdb, 0x9f, 0x0d, 0xb9, 0x85, 0x2a, 0xbb, 0x9e, 0x77, 0xd4, 0x81, 0xe4, 0x86, 0x77, + 0xb4, 0xdf, 0xc3, 0xe9, 0x09, 0x31, 0x21, 0x21, 0xad, 0xc7, 0x5b, 0xec, 0xb2, 0x76, 0x17, 0xab, + 0x74, 0xc2, 0x6b, 0x6b, 0x58, 0x5f, 0xf9, 0x88, 0xa6, 0x88, 0x30, 0x8a, 0x4e, 0xd7, 0xde, 0xbb, + 0xcd, 0xc1, 0x58, 0xa5, 0x09, 0xb1, 0xd7, 0x89, 0x6e, 0x24, 0x81, 0x9a, 0x69, 0xa9, 0x26, 0x04, + 0xc9, 0x87, 0x9d, 0x9b, 0x9d, 0x21, 0x00, 0xe7, 0xee, 0xd0, 0xa4, 0xee, 0xd0, 0xac, 0xda, 0xb8, + 0x55, 0x46, 0x86, 0x34, 0x59, 0x86, 0x79, 0x1e, 0xe8, 0x56, 0x09, 0x74, 0x82, 0x8a, 0x19, 0x62, + 0x5c, 0xd0, 0x57, 0x25, 0x47, 0x56, 0x77, 0xa4, 0xa3, 0xe3, 0xed, 0x6d, 0x7d, 0xea, 0x35, 0x85, + 0x98, 0xda, 0xea, 0x28, 0x65, 0xc7, 0x73, 0x33, 0x90, 0xe5, 0x3b, 0xa5, 0xdb, 0x46, 0xd0, 0x91, + 0x79, 0xed, 0x0a, 0xf2, 0xb9, 0xc5, 0x57, 0xc4, 0x74, 0x0e, 0xaa, 0x6c, 0xbe, 0xf6, 0xdc, 0x5b, + 0x85, 0xc4, 0x40, 0xce, 0xa8, 0xa8, 0x15, 0x48, 0x23, 0x36, 0x9b, 0x0a, 0x0b, 0x69, 0x1b, 0x7c, + 0x33, 0x9f, 0x86, 0x67, 0x55, 0xee, 0xae, 0x5f, 0x66, 0xd3, 0xf7, 0x57, 0x82, 0x17, 0x75, 0x12, + 0xf2, 0x08, 0x58, 0xef, 0x3c, 0x88, 0xc2, 0xdb, 0xdb, 0x5b, 0x05, 0x0c, 0x02, 0x58, 0x1e, 0x43, + 0x87, 0xff, 0x7f, 0xbd, 0x13, 0xf5, 0x60, 0x2a, 0x7b, 0x62, 0xee, 0x3a, 0x76, 0xbe, 0x4c, 0x53, + 0x84, 0x03, 0x00, 0xc6, 0x52, 0x86, 0xa6, 0x8c, 0x83, 0x08, 0x9c, 0xc8, 0x76, 0x45, 0x25, 0x8d, + 0xed, 0x22, 0xd4, 0xd9, 0xbc, 0xfc, 0x32, 0xbd, 0xfd, 0x98, 0x06, 0x79, 0x51, 0xf6, 0x03, 0x4a, + 0x37, 0x02, 0xff, 0xd3, 0x24, 0xa1, 0x79, 0x2f, 0x17, 0x41, 0x63, 0x8b, 0x12, 0x74, 0xe0, 0x48, + 0xb0, 0xf7, 0x5c, 0xa4, 0x40, 0x4d, 0x94, 0x94, 0x6b, 0x71, 0xe6, 0x43, 0x57, 0x07, 0x62, 0x31, + 0xb1, 0x43, 0xdc, 0xb3, 0x13, 0x83, 0x87, 0xa6, 0x89, 0x85, 0xa5, 0x1d, 0x7f, 0x25, 0x7d, 0x31, + 0x77, 0xa4, 0x08, 0x11, 0xaa, 0x7b, 0xa2, 0xcd, 0x20, 0x21, 0xd2, 0x44, 0x5c, 0x5e, 0xc9, 0xdb, + 0x3c, 0x91, 0xc3, 0xaf, 0x1c, 0x38, 0x1b, 0xbb, 0xc8, 0x93, 0xf3, 0x25, 0x1a, 0xb5, 0x71, 0x87, + 0xef, 0x0e, 0x5e, 0xc3, 0x7f, 0xa1, 0x01, 0x0a, 0xd6, 0x01, 0x10, 0xf0, 0xa0, 0xca, 0x4a, 0xd8, + 0xd8, 0xef, 0x08, 0x16, 0xa1, 0x64, 0x3e, 0x53, 0x8b, 0x59, 0x53, 0x6b, 0x11, 0xd0, 0xb9, 0x35, + 0xdf, 0xb2, 0x79, 0x7b, 0xaa, 0x58, 0x4b, 0x8c, 0xc7, 0xa8, 0x46, 0x87, 0x8c, 0xd6, 0xbd, 0xf6, + 0xe4, 0xaa, 0xa7, 0x02, 0x4c, 0xdc, 0xd5, 0x4a, 0x5a, 0x15, 0x16, 0xbf, 0x5e, 0x27, 0x80, 0xc1, + 0x49, 0xb1, 0xaa, 0x30, 0xbb, 0x0c, 0x2f, 0xcd, 0xee, 0xdd, 0x2b, 0x97, 0xbd, 0x9d, 0x62, 0xef, + 0x15, 0x3c, 0x20, 0xc2, 0xb7, 0x92, 0x96, 0xda, 0x29, 0x76, 0x39, 0xf9, 0xdb, 0xdc, 0xd9, 0xdb, + 0x7f, 0x29, 0xbc, 0x78, 0xb4, 0x7e, 0xde, 0xc5, 0xd7, 0x6f, 0x13, 0x67, 0x0f, 0x5e, 0x40, 0x62, + 0x3f, 0x9f, 0xe4, 0x22, 0xa2, 0x43, 0xdf, 0x87, 0xe8, 0x64, 0x1e, 0x20, 0xf4, 0x05, 0xfd, 0xd2, + 0xba, 0x61, 0x97, 0x1b, 0x43, 0xdb, 0x2e, 0x43, 0x1d, 0x76, 0xfd, 0xe4, 0xd3, 0xa7, 0x7c, 0x92, + 0x94, 0x05, 0x92, 0x89, 0x7d, 0x99, 0x5e, 0x63, 0xde, 0xf1, 0x87, 0x8a, 0x50, 0x6e, 0x77, 0x0b, + 0xb1, 0x16, 0x40, 0x3e, 0xd0, 0x12, 0xa1, 0x0a, 0x88, 0x80, 0x19, 0xbf, 0x78, 0x4d, 0x4b, 0x20, + 0x17, 0x69, 0x08, 0x2c, 0xc1, 0xd7, 0x65, 0x6e, 0x71, 0x88, 0xae, 0xd0, 0xce, 0xca, 0xdf, 0xb5, + 0xfc, 0x32, 0x1d, 0x29, 0xc5, 0xee, 0x4b, 0xef, 0x5b, 0x14, 0xc9, 0x43, 0x70, 0x37, 0x5a, 0x48, + 0x55, 0xc8, 0x93, 0x57, 0xe9, 0x2d, 0xab, 0x2c, 0xe5, 0xb8, 0x06, 0x95, 0xf2, 0xbe, 0xf3, 0xc3, + 0x62, 0x35, 0x3e, 0x2c, 0xe6, 0x42, 0xcb, 0xc3, 0xb7, 0xaf, 0xc2, 0xfb, 0x62, 0x6e, 0x8f, 0xbf, + 0x7e, 0x08, 0xd7, 0x87, 0x7b, 0xc5, 0x5c, 0xff, 0x74, 0x13, 0xc4, 0xe2, 0x53, 0xb1, 0x26, 0xaa, + 0x49, 0x7e, 0xde, 0xa3, 0xe2, 0xe7, 0xc6, 0xec, 0xbc, 0xd7, 0x04, 0xf3, 0xc7, 0xa5, 0xb3, 0xab, + 0x7e, 0x45, 0x1a, 0x40, 0x39, 0x8f, 0x05, 0xe4, 0x4e, 0x21, 0x22, 0x8c, 0x76, 0xbb, 0xa5, 0x47, + 0xe3, 0xf1, 0xe0, 0x85, 0xc7, 0x86, 0xd8, 0xf4, 0xd7, 0xd1, 0x55, 0xed, 0x68, 0xeb, 0x9e, 0x5d, + 0xfd, 0x46, 0x55, 0x56, 0x53, 0x0e, 0xec, 0x39, 0xcf, 0xd0, 0xd3, 0x68, 0x7e, 0xee, 0x88, 0x7b, + 0x9f, 0xd1, 0x16, 0xd7, 0xcc, 0x06, 0x76, 0x9e, 0x70, 0xe7, 0x4e, 0x6d, 0x4c, 0xaa, 0xac, 0xb7, + 0x01, 0x8d, 0xd9, 0xd1, 0xd6, 0xa6, 0x6d, 0x0f, 0x1f, 0xf9, 0x7a, 0xbe, 0xfd, 0xd5, 0x6b, 0xe2, + 0x29, 0x47, 0xd6, 0x2f, 0xc4, 0x08, 0x43, 0x1d, 0x30, 0x4a, 0x2e, 0xac, 0xaf, 0x1f, 0x32, 0xde, + 0x34, 0x0b, 0x67, 0xbd, 0xa5, 0x8d, 0x5d, 0x24, 0x56, 0xf7, 0x74, 0xe2, 0xdc, 0xa7, 0xb9, 0x2f, + 0x1d, 0x36, 0x73, 0xdf, 0xb6, 0xb7, 0x45, 0x17, 0xc3, 0xb3, 0xea, 0xa9, 0x07, 0x0c, 0x20, 0x24, + 0x2e, 0x5f, 0xe1, 0x79, 0xa5, 0xaa, 0x38, 0xc8, 0xa2, 0xff, 0x0c, 0x62, 0x75, 0x3d, 0xcb, 0xb9, + 0x3e, 0x7d, 0xda, 0x52, 0xb9, 0xe5, 0xf5, 0x2c, 0x61, 0x9e, 0x68, 0xb8, 0xa1, 0xf7, 0x5e, 0x66, + 0x2c, 0x2f, 0x01, 0x7b, 0xb7, 0xec, 0x58, 0x84, 0x7e, 0x87, 0x9d, 0x39, 0x9d, 0xc5, 0x45, 0x48, + 0x69, 0x89, 0x5b, 0x3e, 0x66, 0xd5, 0xe3, 0x1f, 0x71, 0x5d, 0x4a, 0x56, 0xe8, 0x9b, 0xe7, 0x1f, + 0xb1, 0x1a, 0xf5, 0x93, 0x63, 0xfc, 0x23, 0x9e, 0x68, 0xcf, 0xb8, 0x96, 0xa8, 0x66, 0x37, 0x7b, + 0x3b, 0xbb, 0x2a, 0x71, 0x85, 0xb7, 0x85, 0xe9, 0xec, 0x0a, 0x64, 0x6a, 0x4f, 0x90, 0x7d, 0x7c, + 0xc1, 0x07, 0x0b, 0x3d, 0x7e, 0xa3, 0x22, 0x7c, 0x55, 0x43, 0xd4, 0xe1, 0x6b, 0xfe, 0x0f, 0x64, + 0x0f, 0x7c, 0xf7, 0xbc, 0x4b, 0x97, 0xcb, 0x20, 0xe1, 0x8d, 0x3b, 0xbb, 0x07, 0x8b, 0xa9, 0x6f, + 0x5f, 0x59, 0x14, 0xce, 0xb1, 0x75, 0xcd, 0xe2, 0x28, 0x9b, 0xa6, 0xc1, 0x8a, 0xf6, 0x2d, 0x6d, + 0x20, 0x19, 0xcf, 0x96, 0x50, 0x80, 0x2a, 0xe7, 0x10, 0xb7, 0x57, 0x84, 0x21, 0x23, 0x38, 0xb5, + 0xef, 0xe4, 0x8f, 0x11, 0x8b, 0x20, 0x00, 0x04, 0x59, 0x3b, 0xee, 0x7b, 0x3c, 0x99, 0xd8, 0x12, + 0x4b, 0x0f, 0xf2, 0x6b, 0x41, 0xfe, 0xec, 0x1c, 0xce, 0xa3, 0x1b, 0xb5, 0x9e, 0xf2, 0xf0, 0xc2, + 0x9a, 0xd9, 0xe3, 0x9d, 0x51, 0xd2, 0x85, 0xc2, 0xc0, 0x3f, 0xd3, 0x6b, 0xeb, 0x32, 0xb8, 0x09, + 0xad, 0x24, 0x95, 0x9d, 0xc9, 0xad, 0xfb, 0xb0, 0xd8, 0xa2, 0xed, 0xe2, 0x24, 0x5d, 0xad, 0xee, + 0x5d, 0x8b, 0x48, 0xed, 0x55, 0x68, 0xdd, 0x42, 0x13, 0x8b, 0x16, 0x74, 0x9e, 0x5f, 0x87, 0x96, + 0x0c, 0xff, 0x60, 0xdd, 0xd3, 0x86, 0xa2, 0x4a, 0xd1, 0x76, 0x5c, 0x88, 0x6b, 0x66, 0xfb, 0x70, + 0x4a, 0x8b, 0x9b, 0xfe, 0xd9, 0xae, 0x68, 0xe3, 0x27, 0x5a, 0x9b, 0x84, 0xc8, 0xaa, 0xaa, 0x28, + 0xb7, 0x70, 0xa2, 0x5d, 0x67, 0xb2, 0xa8, 0x05, 0xe2, 0x02, 0xa7, 0x7e, 0x80, 0x84, 0x9b, 0x28, + 0xbd, 0xce, 0x85, 0xba, 0x58, 0x2c, 0x74, 0x43, 0xac, 0xe0, 0x86, 0x36, 0x7c, 0x5c, 0xc2, 0xf6, + 0x50, 0xeb, 0xff, 0x49, 0x2c, 0xcb, 0xea, 0x9c, 0x04, 0x37, 0xe8, 0x41, 0xa0, 0xea, 0xb8, 0x8d, + 0xe2, 0xd8, 0xba, 0xa4, 0x53, 0x97, 0xdd, 0x08, 0x52, 0x57, 0xe7, 0x56, 0x2a, 0x17, 0x0f, 0x92, + 0x42, 0xd9, 0xa4, 0x43, 0xe3, 0xfa, 0x49, 0x76, 0x22, 0x50, 0xdd, 0x00, 0xc1, 0x41, 0x39, 0x70, + 0x07, 0x62, 0x5d, 0x25, 0xe9, 0x2d, 0x6d, 0x28, 0x69, 0x3a, 0xb7, 0x98, 0xda, 0x19, 0xf2, 0x20, + 0x76, 0x0e, 0x8b, 0xf0, 0x8e, 0x48, 0xbe, 0x30, 0xb0, 0xa2, 0xb9, 0xcf, 0x58, 0x82, 0x4d, 0x48, + 0xa6, 0x8d, 0xcb, 0x6e, 0x1d, 0x4e, 0xaf, 0x8b, 0x82, 0xcf, 0x22, 0x86, 0xf5, 0xb4, 0x48, 0x2c, + 0xfa, 0xb7, 0x9b, 0xd9, 0xc4, 0xd4, 0x11, 0x02, 0xcc, 0xae, 0x7c, 0x5b, 0x22, 0x9d, 0x3d, 0x26, + 0xd4, 0xb8, 0x37, 0x10, 0xe3, 0x70, 0x4f, 0x94, 0x1e, 0xef, 0x38, 0x2e, 0x83, 0x71, 0x8f, 0xa6, + 0x6d, 0xac, 0x6e, 0x18, 0x10, 0x46, 0xc0, 0xd6, 0x37, 0x89, 0xc4, 0x2d, 0x09, 0x06, 0xc6, 0x5a, + 0x79, 0x05, 0x9d, 0xd7, 0x24, 0x23, 0x8a, 0x0f, 0x08, 0x85, 0x5a, 0xc9, 0xc3, 0x22, 0x04, 0x72, + 0x30, 0x89, 0xc9, 0x8c, 0x3d, 0x53, 0x9c, 0x82, 0xd8, 0xb4, 0x71, 0x9c, 0xec, 0xc9, 0xf9, 0xec, + 0xfd, 0x2b, 0x87, 0x1f, 0xcf, 0x87, 0x65, 0x58, 0x5c, 0xa6, 0x73, 0xa1, 0xb9, 0xb1, 0x76, 0x38, + 0xb8, 0x03, 0xd5, 0x35, 0x26, 0x9a, 0x30, 0xbd, 0xa2, 0x83, 0xa6, 0x76, 0x74, 0xd3, 0x7a, 0x41, + 0xb9, 0x0e, 0xb1, 0x71, 0x22, 0x6b, 0x41, 0x2c, 0xb5, 0xb8, 0x97, 0x2c, 0xdc, 0x2c, 0x65, 0x75, + 0x9f, 0x50, 0x75, 0x89, 0x72, 0xe3, 0x46, 0x9a, 0x28, 0x82, 0x9e, 0x40, 0x59, 0x43, 0xf9, 0xb5, + 0x5a, 0x45, 0x05, 0x0e, 0x7a, 0xa8, 0x49, 0xe7, 0x29, 0xe1, 0x40, 0x9c, 0x5e, 0xc0, 0xb6, 0x49, + 0x5f, 0x39, 0x20, 0xc7, 0x54, 0x55, 0xf5, 0xe1, 0x2b, 0x2e, 0xea, 0xd9, 0xe3, 0x47, 0xff, 0xf7, + 0xd4, 0x25, 0xeb, 0x5f, 0x03, 0x00, 0x71, 0x0d, 0x2b, 0x77, 0x48, 0x22, 0x82, 0x57, 0xd0, 0x12, + 0xc6, 0x18, 0x14, 0x40, 0x54, 0x27, 0xff, 0x27, 0x20, 0x42, 0xbc, 0xe2, 0xe7, 0xc1, 0x22, 0x5c, + 0x2c, 0xa8, 0xdf, 0x7f, 0x11, 0x28, 0xc2, 0x27, 0x40, 0xf1, 0x83, 0x68, 0xec, 0xdf, 0x05, 0x09, + 0x6c, 0x88, 0xe8, 0x94, 0x8a, 0x41, 0xb2, 0x0a, 0x17, 0x94, 0xf7, 0x12, 0xaf, 0x2b, 0x37, 0xfb, + 0xfb, 0x7b, 0xff, 0xf4, 0xac, 0xba, 0x41, 0x55, 0x7d, 0xfa, 0xfb, 0xfb, 0xf2, 0x90, 0xa0, 0x5d, + 0x99, 0x0e, 0x43, 0xca, 0xa8, 0xb6, 0x5d, 0xcf, 0x79, 0x08, 0xb1, 0x3f, 0x64, 0x6a, 0xcd, 0x8b, + 0xcb, 0x0f, 0x7b, 0xfc, 0x77, 0x5c, 0xca, 0x31, 0xc0, 0x0f, 0xf7, 0x32, 0xda, 0x6e, 0xc5, 0xd6, + 0xee, 0x99, 0x7c, 0x0e, 0x55, 0xc4, 0x6e, 0x07, 0xa8, 0x8a, 0xf3, 0xda, 0xde, 0x71, 0x77, 0x97, + 0x63, 0xef, 0xb0, 0xb2, 0x9c, 0x40, 0xcf, 0xbb, 0x0e, 0xd1, 0x0a, 0x50, 0x72, 0x5a, 0xff, 0x11, + 0x4f, 0xb5, 0xfd, 0x84, 0xb9, 0x0f, 0x36, 0x76, 0x97, 0x9f, 0x9d, 0x11, 0xa8, 0x25, 0xa8, 0x88, + 0xae, 0xcb, 0x1d, 0xe5, 0xdc, 0xed, 0x76, 0x8b, 0xf1, 0x01, 0x9f, 0x10, 0x9e, 0x1b, 0xca, 0x3d, + 0x9a, 0x4e, 0x3a, 0xa2, 0x56, 0xd8, 0xf7, 0x4d, 0x99, 0xe2, 0xb6, 0x8f, 0x86, 0x58, 0x66, 0xb5, + 0xd1, 0xf3, 0x70, 0xd6, 0x62, 0x53, 0xfa, 0x23, 0x36, 0xb6, 0x24, 0x8d, 0x72, 0xaa, 0xaf, 0xf5, + 0x50, 0xa9, 0xc0, 0x74, 0xc4, 0x6e, 0xa0, 0x71, 0x97, 0x8f, 0x9f, 0x6f, 0x8e, 0x20, 0x24, 0x9c, + 0x07, 0x49, 0x1b, 0x88, 0xc3, 0xdc, 0x3b, 0x1b, 0x29, 0xbd, 0x24, 0x37, 0xaf, 0xa3, 0x93, 0x28, + 0x40, 0xbc, 0x50, 0x9e, 0xae, 0x8a, 0xce, 0x6c, 0x99, 0x1d, 0x2b, 0x41, 0xc0, 0x56, 0x7f, 0x24, + 0x27, 0x59, 0x18, 0x4f, 0x63, 0xb6, 0xe5, 0x7c, 0xc4, 0x98, 0x8f, 0x9c, 0x67, 0x83, 0xe9, 0x9d, + 0x28, 0x97, 0xda, 0xf9, 0x31, 0x5c, 0x29, 0x56, 0x51, 0x5c, 0x20, 0x63, 0x0e, 0x2b, 0xc2, 0x3f, + 0xa6, 0xae, 0x88, 0xda, 0x03, 0x1f, 0x39, 0x89, 0xc6, 0x18, 0x05, 0x44, 0x7e, 0x10, 0x86, 0x88, + 0xa8, 0xd1, 0xa1, 0x1b, 0xc0, 0xeb, 0x62, 0xe9, 0x09, 0xa4, 0xc0, 0x54, 0xd7, 0xce, 0x63, 0x40, + 0xb6, 0x9c, 0xe3, 0x70, 0x9d, 0xda, 0x34, 0x61, 0xe5, 0x6d, 0x5a, 0x16, 0xb1, 0xfa, 0x62, 0xad, + 0x18, 0xa5, 0x2a, 0x7a, 0x19, 0xa7, 0xc4, 0x79, 0x6b, 0xc5, 0x90, 0x14, 0x58, 0x19, 0x7e, 0x37, + 0x20, 0x4c, 0xb8, 0x76, 0x50, 0x8b, 0xa2, 0x21, 0x65, 0x65, 0xe2, 0x28, 0x8b, 0x54, 0x45, 0x11, + 0x56, 0x97, 0x15, 0xee, 0xe2, 0xaf, 0xb5, 0x88, 0x57, 0x44, 0x89, 0x2a, 0x95, 0x9c, 0xd3, 0xb0, + 0xdb, 0xf7, 0xbc, 0x33, 0x62, 0x2d, 0xef, 0x32, 0x70, 0x21, 0x6b, 0x31, 0x0a, 0x6a, 0x3a, 0xa4, + 0x4c, 0xf8, 0xb6, 0xd6, 0x5a, 0x16, 0xa5, 0x3a, 0xea, 0x0b, 0x35, 0xbd, 0xfd, 0xd5, 0x5d, 0xb8, + 0xff, 0xfa, 0xc5, 0xe8, 0x70, 0x2f, 0x92, 0xad, 0x9a, 0x03, 0x20, 0x16, 0x44, 0x55, 0x58, 0xd6, + 0x37, 0xae, 0x3a, 0x29, 0x9e, 0x80, 0xb8, 0xe7, 0xc4, 0x68, 0x6d, 0x79, 0x6b, 0x9a, 0xb8, 0x0d, + 0xa7, 0x25, 0x1b, 0xea, 0xb0, 0xf0, 0x6d, 0xcb, 0xa7, 0x3f, 0xdb, 0xdb, 0x9e, 0xfc, 0xdb, 0xd9, + 0x7c, 0x5d, 0x0b, 0x59, 0x1c, 0x04, 0x76, 0x12, 0x05, 0x69, 0xa6, 0x59, 0xa7, 0x66, 0x73, 0xfe, + 0xc6, 0xd5, 0xae, 0xc0, 0xc4, 0x52, 0xec, 0x47, 0xbf, 0x95, 0x9f, 0x70, 0xda, 0x0b, 0x56, 0x95, + 0xa4, 0x9c, 0x4d, 0x5a, 0x04, 0x6e, 0xa5, 0xf0, 0x17, 0x5e, 0x83, 0x30, 0x6d, 0x60, 0x02, 0x78, + 0xfc, 0xca, 0x8c, 0xaf, 0x30, 0x66, 0x35, 0xb6, 0x3a, 0xcf, 0x19, 0x09, 0x91, 0xc3, 0xf1, 0x1b, + 0x96, 0xca, 0xe9, 0x1b, 0x98, 0xcc, 0x2e, 0x15, 0x82, 0xcc, 0x23, 0x81, 0x65, 0x82, 0x9f, 0x77, + 0x28, 0x80, 0xb3, 0x7b, 0xd6, 0x89, 0x50, 0x12, 0xc2, 0xd7, 0xf1, 0xdc, 0x82, 0x7e, 0x3f, 0x1a, + 0xb4, 0xd0, 0xa2, 0x60, 0xe0, 0xdb, 0x0f, 0x4c, 0xa5, 0x8b, 0x54, 0x48, 0x21, 0x07, 0xf1, 0x09, + 0x84, 0xa2, 0x42, 0x37, 0x03, 0x4f, 0x52, 0x51, 0x41, 0x9b, 0xe0, 0xdc, 0xb5, 0xbf, 0xe7, 0xb7, + 0x29, 0xc4, 0x15, 0x3e, 0x31, 0xca, 0x34, 0xb7, 0x9b, 0xd4, 0x52, 0xd8, 0xa9, 0x03, 0xcd, 0xc4, + 0xd2, 0xb7, 0x57, 0x29, 0xbb, 0xdf, 0xe8, 0xbf, 0xf2, 0xe6, 0xe1, 0x05, 0x6e, 0x9e, 0x8a, 0x5e, + 0x2c, 0x5c, 0x6d, 0x10, 0x0a, 0x76, 0xde, 0xd3, 0xa3, 0x43, 0xcc, 0x54, 0xce, 0x92, 0x70, 0x95, + 0x28, 0x53, 0xe6, 0xbd, 0x22, 0x2a, 0x62, 0x22, 0xb9, 0x94, 0xee, 0x1a, 0x64, 0xcc, 0xf3, 0xbc, + 0x77, 0x7b, 0x53, 0xa9, 0x8c, 0xc9, 0xa4, 0x19, 0x5e, 0x0c, 0x8d, 0x37, 0x74, 0x65, 0xa5, 0x14, + 0xc8, 0x64, 0x2e, 0x7a, 0x23, 0x4c, 0x67, 0x0d, 0xad, 0xa2, 0xb7, 0xc8, 0x7b, 0xf4, 0x20, 0xa8, + 0x3f, 0xb1, 0x8d, 0xb3, 0x16, 0x5d, 0x8b, 0xfe, 0x47, 0x32, 0x9f, 0x8d, 0x89, 0xfa, 0x97, 0xb2, + 0x42, 0x06, 0x02, 0x2b, 0x95, 0x8e, 0xbf, 0xfb, 0xce, 0xab, 0x2b, 0x5a, 0x28, 0x94, 0xe0, 0x29, + 0x2f, 0xfe, 0xd4, 0x29, 0xdb, 0x42, 0x5f, 0x18, 0xb5, 0x6b, 0xba, 0xa3, 0x6c, 0x69, 0x4e, 0x27, + 0x6d, 0x78, 0x19, 0x06, 0xd9, 0x5e, 0x3f, 0xdc, 0x1f, 0xe5, 0x7e, 0x5e, 0x6a, 0x72, 0xf6, 0xd5, + 0xf6, 0x1c, 0x0a, 0x30, 0x64, 0xb7, 0x88, 0xd1, 0x61, 0x7f, 0x10, 0xc6, 0x20, 0x33, 0xae, 0x71, + 0x6e, 0x8f, 0x92, 0x31, 0x15, 0x9c, 0xa4, 0x7e, 0x27, 0xa1, 0xff, 0xf7, 0x7c, 0x7a, 0x71, 0x2a, + 0x65, 0x50, 0xe2, 0x7f, 0x10, 0x78, 0x53, 0x04, 0xca, 0xb4, 0x87, 0x09, 0x00, 0xd2, 0xe1, 0xbc, + 0x2f, 0xbc, 0x6f, 0x35, 0xfd, 0xd0, 0x64, 0x8f, 0x58, 0x7c, 0x64, 0x5a, 0xbe, 0xb1, 0x55, 0xa0, + 0x74, 0x71, 0xa8, 0x87, 0xbd, 0x6b, 0xbe, 0xeb, 0x63, 0xdd, 0xbc, 0x53, 0x9a, 0xac, 0x33, 0x3a, + 0x10, 0x6a, 0x27, 0x0b, 0xf2, 0x38, 0x6c, 0x8a, 0x11, 0x77, 0x7d, 0x25, 0xdc, 0xa0, 0xac, 0xb8, + 0xbd, 0x42, 0xb2, 0x33, 0x34, 0xd3, 0xd5, 0xc9, 0x60, 0xff, 0xef, 0xeb, 0xeb, 0xcb, 0xe0, 0xea, + 0xda, 0x26, 0xd6, 0x92, 0xb8, 0x92, 0x1e, 0x8b, 0x8f, 0xf3, 0xdf, 0xa3, 0xe2, 0xb2, 0x63, 0x7b, + 0xbd, 0xfe, 0xa0, 0x07, 0xe1, 0x75, 0x87, 0xf2, 0xfd, 0x14, 0x5d, 0x05, 0xab, 0x08, 0xc7, 0x70, + 0x6f, 0x96, 0x70, 0x12, 0x1e, 0xc4, 0xe6, 0x7e, 0x43, 0x5b, 0x20, 0x4a, 0xaf, 0x2d, 0xfb, 0xeb, + 0x87, 0x60, 0x5d, 0xb2, 0x59, 0x87, 0x6c, 0x2d, 0x58, 0xee, 0xd6, 0xd4, 0x7a, 0x61, 0xd3, 0xf6, + 0xf8, 0xf5, 0x43, 0xbc, 0xc6, 0xaf, 0xea, 0x8e, 0xfd, 0xf6, 0x3a, 0x8a, 0x71, 0xc9, 0xd5, 0xbb, + 0x81, 0x29, 0xbb, 0xf1, 0xe9, 0x84, 0x78, 0xf6, 0x80, 0xdd, 0xc4, 0xf2, 0x6e, 0x84, 0x4c, 0xb7, + 0xd1, 0x22, 0xea, 0xe5, 0x9c, 0xde, 0xb5, 0xbf, 0xb1, 0xd8, 0x83, 0x01, 0xa7, 0xad, 0x88, 0xc3, + 0x77, 0x6d, 0x6b, 0xfe, 0x76, 0x49, 0xab, 0xc5, 0xac, 0xe6, 0xb7, 0x0c, 0x12, 0x32, 0xb6, 0x66, + 0xd0, 0xa5, 0x65, 0xbd, 0x6b, 0x4e, 0x77, 0x6a, 0xb9, 0x7f, 0x24, 0x7c, 0xb0, 0x80, 0x10, 0x84, + 0x1e, 0x54, 0xe1, 0xd5, 0xdb, 0x7a, 0x75, 0x3f, 0xd0, 0x26, 0xb0, 0xc4, 0xdc, 0x5b, 0x52, 0x55, + 0xd3, 0x76, 0xd3, 0x5a, 0x96, 0x37, 0x04, 0x0f, 0xda, 0x87, 0xad, 0x1f, 0x8f, 0x4f, 0xd0, 0x69, + 0x46, 0x9f, 0x45, 0x96, 0xd7, 0x72, 0xfd, 0xfc, 0xe6, 0x9d, 0x15, 0xcc, 0xe7, 0x2b, 0x0e, 0x1c, + 0x1a, 0xd2, 0x32, 0x9b, 0xd5, 0xbb, 0x12, 0xc5, 0x61, 0x7e, 0x9f, 0xd3, 0x4e, 0x8e, 0xef, 0xb4, + 0xf2, 0xae, 0x69, 0x9f, 0xc3, 0x88, 0xe9, 0xb1, 0xe8, 0xa2, 0x6f, 0x00, 0x80, 0x86, 0x46, 0x50, + 0x2e, 0x16, 0x19, 0xf7, 0x44, 0x26, 0x87, 0xbd, 0x05, 0xd7, 0x07, 0x90, 0xdc, 0x44, 0x2b, 0x08, + 0xda, 0xd1, 0xf5, 0xb0, 0x17, 0xac, 0x66, 0x97, 0x2c, 0x96, 0x83, 0x5a, 0xda, 0x2a, 0xa4, 0x47, + 0x86, 0x6a, 0x7c, 0x1b, 0x65, 0x30, 0x9c, 0x46, 0x61, 0x62, 0x2a, 0x31, 0x99, 0x74, 0x9e, 0xf1, + 0xba, 0xbf, 0xba, 0x31, 0x0f, 0xb1, 0xe6, 0x4a, 0xa3, 0xdd, 0x83, 0xc5, 0xea, 0xfa, 0x6a, 0x1b, + 0xe9, 0xba, 0xab, 0xa6, 0xc2, 0xaa, 0xd0, 0x53, 0xd5, 0x94, 0xc3, 0x70, 0x35, 0xd6, 0xc1, 0x39, + 0x76, 0x21, 0xfc, 0x5f, 0x69, 0x97, 0x64, 0x0f, 0xaa, 0x9a, 0x6e, 0xb7, 0x5c, 0x9f, 0x94, 0x74, + 0x9a, 0x9f, 0x31, 0x11, 0x94, 0x56, 0x44, 0x50, 0x02, 0xe7, 0x08, 0x23, 0xa9, 0x99, 0x7b, 0x9a, + 0x9e, 0xf9, 0x49, 0x2f, 0x4d, 0x68, 0x09, 0xfb, 0x7a, 0xeb, 0x7c, 0xd4, 0x6a, 0x9d, 0x49, 0xbb, + 0x44, 0x99, 0xa7, 0x63, 0xf4, 0x08, 0x9f, 0xd0, 0xb1, 0xb4, 0x95, 0x8a, 0x01, 0x32, 0x5b, 0x87, + 0xbc, 0xe3, 0xab, 0x54, 0x96, 0xcb, 0x59, 0xf9, 0xec, 0xf2, 0x2a, 0xb6, 0x2d, 0xde, 0x0e, 0x89, + 0x22, 0x4a, 0xf3, 0x88, 0xfd, 0xb2, 0x04, 0x53, 0xda, 0xa5, 0xae, 0x8b, 0x90, 0xcb, 0x59, 0xdb, + 0xc9, 0x34, 0xcf, 0x46, 0x4c, 0x2d, 0xf0, 0x95, 0x8f, 0x25, 0xae, 0x7c, 0xb8, 0x86, 0x69, 0x7a, + 0xa7, 0xd1, 0x17, 0xe9, 0x3a, 0xa7, 0x33, 0x05, 0xe4, 0x8a, 0xf0, 0xd6, 0x44, 0xa9, 0xe8, 0x55, + 0x07, 0x5f, 0x1c, 0x9b, 0xa8, 0x9e, 0x04, 0x62, 0xa1, 0x89, 0x28, 0x4a, 0x1b, 0x12, 0xe8, 0x1d, + 0x41, 0x86, 0xe4, 0x74, 0x34, 0x1b, 0x5d, 0x5b, 0x06, 0x2b, 0xd1, 0x3d, 0x50, 0x2b, 0xf8, 0xca, + 0x43, 0xd8, 0xe3, 0x31, 0xf0, 0x63, 0x93, 0x4e, 0x33, 0x28, 0x34, 0xb4, 0xfb, 0xc3, 0x9d, 0x6c, + 0x99, 0xdb, 0x40, 0xeb, 0xc9, 0x84, 0xfe, 0x0d, 0x6d, 0x39, 0xe5, 0x88, 0xff, 0xbb, 0xe6, 0x6a, + 0x25, 0x39, 0xf4, 0x3c, 0x8a, 0x2d, 0xdd, 0x40, 0xad, 0xa5, 0xad, 0x94, 0x5a, 0xda, 0x42, 0xa5, + 0x35, 0x68, 0xb4, 0x96, 0xea, 0xf9, 0xc5, 0x6c, 0x83, 0x9b, 0x18, 0x37, 0x26, 0x02, 0x42, 0x14, + 0xbb, 0xa4, 0x6a, 0x8b, 0xbb, 0x82, 0x88, 0x04, 0xd6, 0x81, 0x35, 0x0a, 0x52, 0x96, 0xe0, 0x1a, + 0x77, 0xde, 0xcb, 0x0c, 0x5c, 0x80, 0x6f, 0xa7, 0x8b, 0x05, 0xed, 0xe1, 0xc1, 0x9d, 0xc0, 0x57, + 0x7f, 0x7f, 0x20, 0xc2, 0xb6, 0xf9, 0xb6, 0x06, 0x28, 0x34, 0xce, 0x32, 0xfd, 0xcb, 0x34, 0x86, + 0x5b, 0x19, 0x5a, 0x8f, 0xb8, 0xdd, 0x06, 0xb4, 0x7b, 0xbd, 0x9e, 0xbd, 0x57, 0xca, 0x6d, 0xcc, + 0x1d, 0x94, 0x9a, 0x2c, 0x6c, 0x49, 0x8e, 0x16, 0x52, 0xb0, 0x63, 0x41, 0x22, 0xcd, 0x9a, 0xc4, + 0xbe, 0xbd, 0xff, 0xea, 0x1b, 0x7b, 0x7c, 0x82, 0x1d, 0xdc, 0x7a, 0xff, 0xc3, 0xf7, 0x2c, 0x90, + 0x6e, 0xcf, 0xf3, 0x75, 0xa5, 0x23, 0x27, 0xb4, 0x97, 0x27, 0x36, 0x2e, 0xd6, 0x99, 0x16, 0x80, + 0x7c, 0xad, 0x48, 0x33, 0xd4, 0x60, 0xaf, 0xab, 0x3a, 0x58, 0xb2, 0xdd, 0x6c, 0x7a, 0x2c, 0x41, + 0x26, 0x7b, 0x28, 0x21, 0x64, 0x01, 0x75, 0x4c, 0x04, 0xb6, 0x25, 0x54, 0x93, 0xeb, 0xe5, 0x34, + 0x5c, 0xb1, 0x10, 0xdf, 0xb7, 0x3d, 0x86, 0x14, 0x40, 0xa3, 0xc8, 0x92, 0xdd, 0x3e, 0x81, 0x46, + 0x03, 0x18, 0x9f, 0x47, 0x8c, 0x00, 0xdc, 0x8e, 0x6f, 0x0b, 0x32, 0xf2, 0x3d, 0x91, 0x63, 0x12, + 0x07, 0xcc, 0x61, 0x3e, 0xb7, 0x3f, 0xe1, 0x73, 0xfb, 0xd3, 0xa9, 0x43, 0x4a, 0xf6, 0x69, 0x48, + 0x84, 0x6e, 0xad, 0xa7, 0x69, 0xf6, 0x44, 0xee, 0xe7, 0x0e, 0xc2, 0xa2, 0x3d, 0x1a, 0x6b, 0x93, + 0x66, 0x8b, 0x3e, 0xb5, 0x2f, 0x9e, 0x59, 0xb2, 0x28, 0x07, 0x34, 0xab, 0x2d, 0x12, 0x16, 0x0c, + 0x5f, 0x98, 0x8b, 0xc4, 0xe3, 0x45, 0xf2, 0xf4, 0x7c, 0xfe, 0x8d, 0x8e, 0x91, 0x8c, 0x98, 0x84, + 0x1a, 0x58, 0x4f, 0x70, 0xdd, 0xad, 0xa7, 0xfe, 0x49, 0x7c, 0xb8, 0x58, 0x65, 0xad, 0x33, 0xd0, + 0x97, 0x33, 0x30, 0x78, 0xf1, 0xc2, 0x80, 0x2e, 0xe5, 0xff, 0x37, 0x60, 0x41, 0x9e, 0xcd, 0x1e, + 0xc5, 0x83, 0x7a, 0x2f, 0x28, 0xff, 0x33, 0x7b, 0x51, 0x82, 0x47, 0x9d, 0x9b, 0xfc, 0xac, 0xed, + 0x4f, 0x97, 0xd6, 0x34, 0x33, 0xfa, 0x42, 0xd8, 0x62, 0x70, 0x90, 0xed, 0xd3, 0x4e, 0x14, 0x28, + 0xee, 0x5b, 0xca, 0x03, 0x6d, 0x62, 0x07, 0xb3, 0xa2, 0xb9, 0x9d, 0x51, 0xb6, 0x06, 0x3e, 0x1c, + 0xdf, 0xae, 0x74, 0x94, 0xf0, 0x5e, 0x2d, 0x4a, 0xee, 0xd6, 0xd8, 0x38, 0x59, 0xcd, 0x1f, 0x0a, + 0xe0, 0x56, 0x44, 0x84, 0xd7, 0x6d, 0xae, 0x76, 0x1c, 0x01, 0x52, 0xad, 0x91, 0x29, 0xd1, 0x83, + 0x0d, 0x10, 0x47, 0xb9, 0x79, 0x50, 0xa1, 0xe5, 0xb7, 0xab, 0x48, 0x9d, 0x55, 0x35, 0xd8, 0x7d, + 0x5c, 0x05, 0x91, 0x70, 0x0f, 0xed, 0xe8, 0x20, 0x57, 0xa8, 0xa0, 0x2b, 0x41, 0xe8, 0xf3, 0x40, + 0x2d, 0xd3, 0x78, 0xf7, 0x5a, 0x38, 0x73, 0xee, 0xbc, 0x64, 0x40, 0x9a, 0x0c, 0xf9, 0x23, 0x80, + 0x9d, 0xe3, 0x84, 0x95, 0x83, 0x9b, 0xd7, 0xd6, 0xd3, 0x5c, 0x3f, 0x6e, 0x05, 0xf0, 0xf6, 0xbf, + 0xab, 0x80, 0xd7, 0x42, 0x00, 0xac, 0xc2, 0x1b, 0x26, 0x01, 0x44, 0x0f, 0x7f, 0xc5, 0x25, 0x03, + 0xf1, 0xb8, 0x73, 0xe5, 0xa1, 0x4d, 0x07, 0xe8, 0x23, 0xa7, 0x3e, 0xd5, 0x52, 0x03, 0x26, 0xd5, + 0xa4, 0x9f, 0xfa, 0x94, 0xa1, 0xe5, 0xd4, 0x7f, 0xee, 0xb1, 0xaf, 0x9f, 0xfb, 0xcf, 0x18, 0xc5, + 0xcf, 0x11, 0x78, 0x79, 0x4b, 0x08, 0x5d, 0x9f, 0x39, 0x82, 0x65, 0x54, 0x1b, 0xc0, 0xcf, 0x91, + 0xde, 0xff, 0x65, 0xf4, 0x17, 0x75, 0x5f, 0x4d, 0xaf, 0x26, 0x77, 0x11, 0x82, 0x40, 0xec, 0x8e, + 0x4d, 0x89, 0x8b, 0x4e, 0xee, 0x8d, 0x7d, 0xc1, 0xea, 0x4e, 0x3a, 0xaa, 0xc0, 0x75, 0x11, 0x99, + 0x1c, 0xfc, 0x8e, 0xd1, 0xa3, 0x4b, 0x7b, 0xfc, 0x73, 0x70, 0x17, 0x2d, 0xaf, 0x97, 0x96, 0xd8, + 0x34, 0x58, 0x3e, 0x27, 0xa9, 0x5d, 0x82, 0x59, 0x40, 0x5d, 0x9e, 0xf7, 0x64, 0x3f, 0x77, 0x74, + 0x8b, 0x34, 0xcf, 0x19, 0x96, 0x6f, 0xf0, 0x63, 0xa2, 0xe9, 0x2c, 0xe9, 0x76, 0x6b, 0x9a, 0xb2, + 0x0f, 0x5b, 0x3b, 0xf8, 0xc0, 0x3e, 0x36, 0x75, 0xa8, 0x36, 0x9c, 0xb4, 0xd4, 0xe1, 0xe0, 0x15, + 0xc4, 0x57, 0xb6, 0xd5, 0xb2, 0x3c, 0x47, 0x34, 0x74, 0x49, 0x23, 0x1f, 0x0e, 0xd4, 0x65, 0x0c, + 0x30, 0xdb, 0xee, 0xa2, 0xb2, 0x3a, 0xa7, 0x2e, 0xad, 0x0c, 0x84, 0x14, 0x63, 0x95, 0x4f, 0x8b, + 0xa4, 0xc1, 0xcc, 0xab, 0xea, 0xc6, 0x7d, 0x15, 0x49, 0x41, 0x71, 0xee, 0x15, 0xe9, 0x3f, 0x05, + 0x26, 0x80, 0xde, 0x97, 0x51, 0x03, 0x64, 0xc0, 0x00, 0x6b, 0xc0, 0x3e, 0xf8, 0xad, 0xfd, 0xc1, + 0x50, 0x5e, 0xcd, 0xfe, 0x70, 0x72, 0xbc, 0x3f, 0xb0, 0x45, 0xf4, 0xcd, 0xbe, 0xf8, 0xf8, 0x4a, + 0xff, 0xf8, 0x6a, 0xf0, 0xf2, 0xa5, 0x2d, 0x6d, 0x28, 0xed, 0x89, 0xde, 0x42, 0x62, 0xdc, 0xae, + 0xda, 0xd0, 0x07, 0x84, 0x2e, 0x2c, 0x0b, 0x61, 0x26, 0x61, 0x2f, 0xca, 0x86, 0xe2, 0xb9, 0xc9, + 0x8f, 0xb0, 0x8c, 0xa2, 0x72, 0x50, 0x83, 0x7b, 0x4c, 0x17, 0x06, 0xd0, 0x6c, 0x52, 0x82, 0xe8, + 0x7a, 0xbd, 0x84, 0x4d, 0xf2, 0x1f, 0xe4, 0x83, 0x90, 0xd1, 0x72, 0x01, 0x7f, 0x2c, 0x2a, 0x65, + 0x6d, 0xa7, 0x38, 0x84, 0xaf, 0xc0, 0x60, 0x15, 0x76, 0x84, 0xe8, 0xc7, 0xa9, 0xa6, 0x4b, 0xe8, + 0x98, 0xaa, 0xf2, 0x4d, 0x4d, 0x53, 0xf9, 0xe5, 0x34, 0x3e, 0x43, 0x83, 0x81, 0x28, 0x9e, 0x54, + 0x7c, 0xf9, 0x79, 0xfb, 0x2d, 0x5d, 0x20, 0x76, 0x28, 0x3a, 0x47, 0xb4, 0x3d, 0xa9, 0x54, 0xbc, + 0x92, 0xf7, 0xda, 0x3b, 0x52, 0x22, 0x46, 0x0c, 0x38, 0x41, 0x61, 0xbd, 0x23, 0x84, 0xed, 0x02, + 0x5e, 0x81, 0xa3, 0x0b, 0xdc, 0xcf, 0x29, 0x99, 0x27, 0x2a, 0x10, 0x41, 0x1d, 0xd6, 0xcc, 0xaa, + 0x47, 0x94, 0xdb, 0xf3, 0xfd, 0x00, 0x3c, 0xf8, 0xc4, 0xfe, 0xb0, 0xf7, 0xc6, 0x1e, 0xf2, 0xf3, + 0x1a, 0xdb, 0xdc, 0x39, 0xf1, 0x43, 0xdd, 0xee, 0x7a, 0x1d, 0x42, 0xa2, 0x73, 0xe8, 0x4d, 0xf2, + 0xae, 0x6f, 0x1f, 0x49, 0xbf, 0x19, 0x16, 0xf4, 0x90, 0x70, 0x6b, 0xa9, 0xec, 0x51, 0x7b, 0xf6, + 0x10, 0x2a, 0xb5, 0x10, 0x49, 0x75, 0x21, 0x2b, 0xb1, 0x52, 0xdc, 0xae, 0x96, 0x7e, 0x36, 0x72, + 0x6b, 0x01, 0x46, 0xb5, 0x87, 0xeb, 0x68, 0xb0, 0x54, 0xed, 0x32, 0x02, 0xe6, 0x2b, 0xd6, 0xe2, + 0x6f, 0xc9, 0xb5, 0xbe, 0x13, 0xcc, 0x76, 0x59, 0xd5, 0x10, 0xbc, 0x2b, 0x03, 0x51, 0xb0, 0x1b, + 0x26, 0x87, 0x9a, 0x98, 0x52, 0x38, 0x53, 0xb0, 0x28, 0xb0, 0xe1, 0xb9, 0x32, 0x45, 0x9e, 0xb6, + 0x3f, 0x21, 0x54, 0x44, 0x6b, 0x16, 0xcc, 0xe5, 0x37, 0x48, 0x16, 0xa1, 0xde, 0x6b, 0xe2, 0xa9, + 0x92, 0x33, 0xb2, 0x0b, 0xc3, 0x86, 0x08, 0x2c, 0xd4, 0x45, 0x60, 0x61, 0x43, 0x04, 0x16, 0xb6, + 0xcb, 0xbe, 0xca, 0x1b, 0x2c, 0x79, 0x65, 0xc4, 0x37, 0x5e, 0x2e, 0xf3, 0xe5, 0xc4, 0x3f, 0x5f, + 0x46, 0x0b, 0xc4, 0x0e, 0x01, 0x2e, 0x0b, 0x6d, 0x75, 0x6f, 0x54, 0x54, 0x01, 0x37, 0x89, 0xd5, + 0x76, 0xd8, 0xe1, 0x13, 0x7c, 0xd9, 0xe1, 0x01, 0x82, 0x25, 0x80, 0x5e, 0xbc, 0xf4, 0xcf, 0xd6, + 0xa8, 0xe3, 0xb9, 0x2b, 0x86, 0x43, 0x2a, 0x8b, 0x16, 0x51, 0x9f, 0x27, 0x6a, 0xb2, 0x4f, 0x52, + 0x3a, 0xbe, 0xed, 0x75, 0xd5, 0x09, 0x21, 0x05, 0x08, 0x0d, 0x05, 0xd9, 0xae, 0x7f, 0x01, 0x05, + 0x46, 0xec, 0x83, 0x04, 0x50, 0xc8, 0xb8, 0x7f, 0x2a, 0x96, 0x71, 0xc7, 0x5e, 0xdc, 0x11, 0x36, + 0x40, 0x7b, 0x36, 0x9a, 0x8b, 0xbf, 0xa8, 0xd3, 0xc5, 0x99, 0xf3, 0x0f, 0xb5, 0xb3, 0x2d, 0xee, + 0x30, 0x07, 0x4f, 0x09, 0x2e, 0xaa, 0x3b, 0x4f, 0x09, 0x27, 0xbe, 0x24, 0xfd, 0x7f, 0x04, 0x44, + 0xd2, 0xc0, 0xdb, 0x5e, 0x3b, 0xe5, 0x35, 0xd3, 0x63, 0xd0, 0x62, 0xc1, 0x7d, 0x02, 0x88, 0xd1, + 0xa8, 0x8e, 0xe9, 0x3c, 0x7f, 0x97, 0xd3, 0x1e, 0x28, 0xa0, 0xe4, 0x8c, 0x36, 0xc2, 0x52, 0x5e, + 0x32, 0x6f, 0x02, 0xe8, 0xb1, 0xfa, 0x6c, 0x08, 0x44, 0x62, 0xaa, 0x21, 0x63, 0x92, 0x45, 0xca, + 0x3d, 0xb0, 0x82, 0x15, 0x0d, 0x76, 0xee, 0xa8, 0xf3, 0x18, 0x0a, 0x2b, 0xaa, 0x82, 0x0d, 0x33, + 0x41, 0xa4, 0xed, 0x2a, 0xb8, 0x95, 0x3d, 0xee, 0xa8, 0xdb, 0x87, 0x36, 0xdb, 0xc0, 0xaf, 0x8c, + 0xfa, 0xac, 0x1e, 0xfa, 0x60, 0x3f, 0x3a, 0x43, 0x0f, 0x02, 0x52, 0x98, 0x12, 0xd6, 0x1d, 0xa5, + 0xe1, 0x60, 0x80, 0x89, 0x48, 0xa9, 0x9b, 0x08, 0x96, 0x63, 0x72, 0x46, 0xec, 0xaa, 0x40, 0x1c, + 0x8a, 0x35, 0x78, 0xe6, 0x8e, 0xae, 0x6b, 0x5a, 0x83, 0x35, 0xdf, 0xd9, 0xe9, 0x96, 0xd1, 0x95, + 0x86, 0x5e, 0x95, 0x76, 0x1a, 0xf2, 0x89, 0xb0, 0x55, 0x28, 0xdd, 0x25, 0xe5, 0x76, 0xd7, 0x12, + 0xe6, 0x8b, 0x7d, 0x0e, 0x8d, 0x24, 0x3d, 0xf0, 0xb0, 0x97, 0x02, 0x1f, 0x0e, 0x28, 0xdd, 0x9a, + 0x93, 0x7c, 0xc8, 0x79, 0xe5, 0x77, 0x5c, 0x09, 0x71, 0xe0, 0x3e, 0x79, 0x4d, 0x21, 0xef, 0x13, + 0x05, 0x24, 0xbd, 0x51, 0x58, 0x69, 0x9d, 0x87, 0x00, 0x8a, 0x30, 0xfb, 0x4e, 0x7c, 0x68, 0xa9, + 0x0a, 0x19, 0x1a, 0x5c, 0x88, 0xba, 0x2b, 0xdc, 0x4b, 0x52, 0xc7, 0xcc, 0x76, 0x12, 0xc7, 0x59, + 0xf9, 0xb8, 0x74, 0x42, 0x90, 0xb5, 0x6f, 0x71, 0xeb, 0x93, 0xd2, 0x6b, 0x1f, 0x36, 0x16, 0x09, + 0x62, 0x82, 0x05, 0xf4, 0x67, 0xff, 0x8c, 0xe3, 0xdc, 0x5b, 0x88, 0x73, 0xbf, 0xa2, 0x13, 0x3a, + 0x71, 0x38, 0x84, 0xdd, 0xb7, 0x46, 0x4c, 0x2b, 0x2a, 0xd0, 0x4c, 0x0b, 0x9a, 0x69, 0x65, 0x55, + 0xa5, 0xb9, 0xbf, 0xc2, 0x09, 0x34, 0xbb, 0xdb, 0x1f, 0x99, 0xfd, 0x2b, 0x73, 0x41, 0xc7, 0x6b, + 0xd2, 0x49, 0x7d, 0x3d, 0x01, 0x60, 0x8b, 0xcd, 0x94, 0x3e, 0xba, 0x6c, 0xa4, 0x0c, 0xce, 0x9c, + 0x61, 0xad, 0xdc, 0x78, 0xdc, 0x7f, 0xb9, 0x8d, 0xc8, 0xd4, 0x71, 0x2d, 0xf9, 0x15, 0xa7, 0x72, + 0xaf, 0xb7, 0x8d, 0x96, 0xd7, 0x5b, 0xca, 0x9f, 0xeb, 0xca, 0x0f, 0xf7, 0x14, 0xbc, 0xbf, 0x65, + 0x77, 0x18, 0xb9, 0xb8, 0x75, 0x3d, 0x87, 0x4a, 0x3f, 0x68, 0x36, 0x17, 0x32, 0x71, 0x17, 0xc2, + 0x73, 0x87, 0x0e, 0xbc, 0xd5, 0xfa, 0x9b, 0x73, 0xe5, 0x42, 0xe2, 0xbc, 0xd2, 0xb1, 0x1d, 0x5a, + 0xc2, 0xc1, 0xe9, 0xee, 0x85, 0xf4, 0x70, 0xda, 0x29, 0x52, 0x6b, 0xc5, 0xae, 0x73, 0x61, 0xb6, + 0xf1, 0xaf, 0x34, 0x4a, 0x70, 0xeb, 0x31, 0x3a, 0x37, 0xb1, 0xb1, 0xb9, 0xbe, 0x59, 0xe9, 0xd1, + 0x85, 0x1c, 0x54, 0x57, 0x7c, 0xac, 0x2d, 0x65, 0x26, 0x07, 0x8a, 0x09, 0x56, 0x33, 0x11, 0x1c, + 0xf7, 0x92, 0xc7, 0xc4, 0x92, 0xd9, 0x05, 0x81, 0x0f, 0xb5, 0xc7, 0x16, 0xf9, 0x27, 0x7a, 0x96, + 0x4a, 0xf9, 0xe7, 0x63, 0x52, 0x4e, 0xce, 0xa7, 0xf1, 0x74, 0x90, 0xf1, 0x60, 0x7f, 0xc1, 0x73, + 0xc8, 0xbc, 0x97, 0xf4, 0x4c, 0xcf, 0xbb, 0x48, 0x47, 0xca, 0x1a, 0x0d, 0x3a, 0x9c, 0xab, 0xf8, + 0x1c, 0x79, 0x26, 0x46, 0x05, 0x66, 0x00, 0x42, 0x6f, 0x34, 0x20, 0x08, 0x29, 0xae, 0x1f, 0x1d, + 0x68, 0x6b, 0x03, 0x45, 0x58, 0x06, 0x2a, 0x38, 0x13, 0xe8, 0x79, 0x0a, 0xce, 0xa3, 0x64, 0x42, + 0x30, 0x7b, 0x0d, 0x06, 0xe4, 0xbc, 0xa1, 0x7a, 0xce, 0x54, 0xba, 0xf2, 0xb7, 0x21, 0xfd, 0xc8, + 0x49, 0x42, 0x54, 0x44, 0x39, 0x0d, 0xf2, 0xba, 0xa7, 0x17, 0x22, 0x67, 0x03, 0x95, 0xc4, 0x37, + 0x70, 0x42, 0x8f, 0x6a, 0x08, 0x74, 0x4b, 0x7d, 0x21, 0xe7, 0xe7, 0x94, 0xbd, 0x44, 0x85, 0xe9, + 0xd2, 0x24, 0xdf, 0x90, 0x58, 0x4b, 0xf2, 0xbb, 0x3f, 0xa4, 0x91, 0x7c, 0xb5, 0xf0, 0x3c, 0x5b, + 0x8f, 0x7a, 0x3f, 0xe0, 0x54, 0x6f, 0x61, 0xa6, 0xee, 0x8b, 0x54, 0x6f, 0xa1, 0x52, 0xa5, 0x83, + 0xef, 0x21, 0x2b, 0xbc, 0xc2, 0x0e, 0x6e, 0xb6, 0xbb, 0x70, 0xec, 0xb5, 0x20, 0x77, 0xcf, 0xeb, + 0x08, 0xf9, 0x1a, 0x77, 0x95, 0x2e, 0xc3, 0x89, 0x21, 0xf3, 0x8d, 0xb2, 0x9e, 0x9b, 0xed, 0x1e, + 0x38, 0x22, 0xc5, 0x39, 0xa7, 0x63, 0x50, 0x78, 0xbb, 0x06, 0xa9, 0xb3, 0x51, 0x03, 0xdf, 0x64, + 0xe5, 0x11, 0x62, 0xa7, 0xa1, 0x74, 0xee, 0xc7, 0xf2, 0x16, 0xcb, 0xa8, 0x70, 0x53, 0xdd, 0x1f, + 0x83, 0x0b, 0x51, 0x73, 0x7a, 0x5d, 0xb0, 0x37, 0x12, 0xe8, 0x6a, 0x04, 0xb8, 0xca, 0xd2, 0x15, + 0x45, 0x04, 0x48, 0x0d, 0x6f, 0x9a, 0x9a, 0x79, 0x04, 0xdb, 0x07, 0x2b, 0xcf, 0x2a, 0x5f, 0xd8, + 0x66, 0x9b, 0xf6, 0x3e, 0x8f, 0x55, 0x7a, 0x5b, 0x81, 0x3a, 0xba, 0x53, 0x47, 0x20, 0xf0, 0x7c, + 0xe2, 0x2c, 0xa9, 0x58, 0xbd, 0x70, 0x9d, 0x13, 0xa3, 0x57, 0x57, 0xf8, 0xae, 0x7d, 0x97, 0xe3, + 0x71, 0xf3, 0xf6, 0x1c, 0x61, 0x99, 0xa3, 0x29, 0xbb, 0xf4, 0x86, 0x05, 0xd4, 0xc4, 0x6d, 0xa9, + 0x12, 0xeb, 0xf0, 0x65, 0x64, 0x4e, 0x0c, 0x60, 0xe2, 0x43, 0xeb, 0x9b, 0x58, 0xaf, 0xdc, 0x46, + 0x3c, 0x85, 0x9c, 0x8d, 0xcd, 0xec, 0x3e, 0x8b, 0x8c, 0x1d, 0x57, 0x60, 0xb7, 0xde, 0xc8, 0xc5, + 0x2a, 0x53, 0x1d, 0x4d, 0xdb, 0xbb, 0xc1, 0x39, 0x54, 0x57, 0xe3, 0x0d, 0x83, 0xc9, 0x66, 0x65, + 0x9e, 0x91, 0xe4, 0x30, 0x68, 0x1d, 0xa8, 0x9b, 0x4c, 0x3e, 0x31, 0x66, 0x21, 0x2d, 0xb3, 0x7c, + 0xaf, 0x93, 0x76, 0x63, 0x3a, 0xfa, 0xb6, 0x84, 0x35, 0x5c, 0xc0, 0xfe, 0xe0, 0xc6, 0xfd, 0x4f, + 0x9f, 0xe2, 0xb1, 0xe7, 0x08, 0x55, 0xd0, 0x73, 0xab, 0x83, 0xdd, 0xd6, 0xba, 0x89, 0x56, 0xc5, + 0x75, 0x10, 0x3b, 0x92, 0x3e, 0x51, 0x6d, 0xd1, 0xf0, 0x0d, 0xbd, 0xe7, 0xa4, 0x61, 0x4c, 0x72, + 0xfc, 0xa6, 0x13, 0xb2, 0x71, 0xc4, 0x53, 0x96, 0x24, 0xb8, 0x27, 0x72, 0x1e, 0x3b, 0x7c, 0xd9, + 0x32, 0x64, 0x83, 0x3d, 0x85, 0x5a, 0x3c, 0x03, 0x02, 0xfe, 0x63, 0x8d, 0xb0, 0x2e, 0xd6, 0x5f, + 0xd2, 0x0a, 0x4d, 0xb1, 0xe1, 0x7e, 0x06, 0x7a, 0x64, 0x95, 0x39, 0x07, 0xd4, 0xc2, 0x8d, 0xcf, + 0xeb, 0xf4, 0xdc, 0x19, 0xe5, 0x70, 0x4b, 0xa4, 0xee, 0x59, 0x8c, 0xcf, 0x52, 0x45, 0xa4, 0x93, + 0x37, 0xd7, 0x6e, 0xd9, 0xea, 0x4b, 0xc7, 0xc6, 0x8d, 0x3d, 0x65, 0x99, 0xad, 0xd2, 0x38, 0xa6, + 0x69, 0x4f, 0xff, 0x33, 0x0a, 0x6f, 0x3b, 0x0f, 0xd3, 0xf0, 0x32, 0xb8, 0x89, 0x10, 0x46, 0x41, + 0x59, 0xb7, 0xb0, 0xc6, 0xc0, 0xd0, 0x9e, 0xb1, 0x31, 0x20, 0x3c, 0x53, 0xbb, 0x9d, 0x4d, 0xfd, + 0xfa, 0x23, 0x9e, 0x9e, 0x73, 0xe0, 0xd2, 0x27, 0x9a, 0x6e, 0x9a, 0x09, 0xfd, 0x76, 0x24, 0x67, + 0x56, 0x38, 0x73, 0x81, 0x4d, 0xd2, 0xa7, 0x4f, 0x6c, 0x99, 0x44, 0x1b, 0xe2, 0xfc, 0x9e, 0x83, + 0xa2, 0xd0, 0xc1, 0x5e, 0x5a, 0x47, 0xf5, 0xde, 0xbd, 0xff, 0xe5, 0xe4, 0x87, 0xef, 0x75, 0x7d, + 0x88, 0x63, 0xc8, 0x67, 0x0d, 0xd3, 0x0e, 0xb8, 0x22, 0x62, 0x59, 0x2d, 0x4c, 0x7e, 0x60, 0xe7, + 0xa0, 0x6b, 0x4f, 0xc4, 0x46, 0xd6, 0x24, 0x7e, 0xb3, 0x29, 0xe7, 0xc9, 0x7d, 0x32, 0x33, 0xf2, + 0x2a, 0xaf, 0x45, 0x1b, 0xab, 0x6e, 0x55, 0xcc, 0x50, 0xcc, 0xe5, 0x67, 0xe9, 0x67, 0x08, 0xe0, + 0x9c, 0x54, 0xfe, 0x8a, 0x40, 0xbd, 0x76, 0x4a, 0x5b, 0xa2, 0x93, 0xd2, 0xab, 0x51, 0x95, 0x56, + 0xc9, 0xa6, 0xe4, 0x0e, 0xf7, 0x16, 0x1a, 0x04, 0x1b, 0xbf, 0x9e, 0x64, 0x61, 0x38, 0x7f, 0xe4, + 0xfb, 0x11, 0x8e, 0xee, 0x3c, 0x2a, 0xee, 0x1f, 0xc9, 0xf3, 0x3b, 0xbe, 0x09, 0xa5, 0x17, 0x25, + 0xf6, 0xba, 0x6d, 0x75, 0x66, 0x22, 0x47, 0xa7, 0x2a, 0xc2, 0x72, 0x56, 0xcf, 0xec, 0xe4, 0x42, + 0x3e, 0x23, 0x2e, 0x7b, 0x63, 0x33, 0x6e, 0x00, 0x41, 0xdb, 0x08, 0xda, 0xb8, 0x1c, 0x8e, 0xf5, + 0x60, 0xb2, 0x16, 0xe7, 0xc2, 0xca, 0x4f, 0x90, 0x3c, 0x8a, 0xdd, 0x3a, 0x3b, 0x2d, 0xe9, 0x21, + 0xcd, 0x2f, 0xd4, 0xda, 0x3e, 0x13, 0x6b, 0x8c, 0x50, 0x59, 0x0a, 0x4b, 0xfd, 0xca, 0x82, 0xb0, + 0x68, 0xf0, 0x2c, 0xaa, 0xa8, 0xe0, 0x59, 0x12, 0xed, 0xb8, 0x11, 0x0e, 0xf7, 0x54, 0xf7, 0x90, + 0xc3, 0x6d, 0xf4, 0x8b, 0x59, 0x9e, 0x53, 0x8d, 0xcc, 0xab, 0xf7, 0x04, 0x11, 0x06, 0x3f, 0xb7, + 0x8c, 0xd6, 0x87, 0x60, 0x3e, 0xd7, 0x3b, 0xb0, 0x09, 0xb4, 0x40, 0xa3, 0x3a, 0x54, 0x15, 0xfb, + 0xfe, 0x14, 0x38, 0x17, 0x77, 0x6d, 0x90, 0xfc, 0xf1, 0xee, 0xdf, 0x09, 0xc8, 0x91, 0x8a, 0x79, + 0xf3, 0x5c, 0xd0, 0xa8, 0xee, 0xd0, 0x29, 0x96, 0x3e, 0x07, 0x3c, 0x12, 0x6f, 0x7f, 0x85, 0xed, + 0x80, 0x20, 0x24, 0x85, 0xb0, 0x16, 0xef, 0x25, 0x72, 0x57, 0xda, 0x63, 0xa1, 0xd4, 0x15, 0xf3, + 0x98, 0x73, 0x4c, 0x57, 0x13, 0x9b, 0xbf, 0x41, 0xbe, 0xf1, 0xcf, 0x8e, 0x97, 0xdd, 0xc1, 0xdc, + 0x40, 0x4b, 0x41, 0x0c, 0x00, 0xc7, 0x96, 0xbc, 0x22, 0xca, 0x66, 0x13, 0xfe, 0x85, 0xfd, 0x96, + 0x92, 0x64, 0x8e, 0x07, 0x42, 0xcb, 0xcc, 0x82, 0x1b, 0x53, 0xa1, 0x67, 0xc6, 0x5d, 0x88, 0x4d, + 0x55, 0x90, 0x73, 0xb6, 0xd1, 0x8e, 0x20, 0x09, 0xa7, 0xd3, 0x98, 0x6d, 0x21, 0xd0, 0x15, 0x5c, + 0xc5, 0xf7, 0xe2, 0xe5, 0x9a, 0x39, 0x08, 0xd0, 0x87, 0x52, 0x4c, 0xc7, 0x03, 0xc0, 0x1d, 0x69, + 0x63, 0x85, 0xaa, 0x21, 0xc8, 0xfe, 0x1b, 0xbb, 0x91, 0x66, 0x2a, 0xb3, 0xcc, 0x8e, 0x0d, 0xbf, + 0xd1, 0x08, 0x52, 0xdd, 0x4b, 0x26, 0xe2, 0x4f, 0x5d, 0xb8, 0xc2, 0x89, 0xae, 0x0c, 0x2e, 0xf4, + 0xc0, 0x3e, 0xc0, 0xa3, 0x99, 0x72, 0x67, 0xee, 0x9d, 0x8d, 0xc1, 0x55, 0xaf, 0x6b, 0x8e, 0xaa, + 0xd8, 0xe6, 0x54, 0xda, 0x1a, 0x85, 0x92, 0x41, 0x07, 0x5b, 0x0c, 0xe7, 0x72, 0x88, 0xa3, 0xe5, + 0xd6, 0x37, 0x38, 0x69, 0xef, 0x10, 0xe2, 0x9a, 0x8a, 0x7d, 0xcf, 0x85, 0xbd, 0x24, 0x46, 0x46, + 0xe1, 0x14, 0x8e, 0xdf, 0xe6, 0xd7, 0x2b, 0xe9, 0x1a, 0x8e, 0x5f, 0x0b, 0x91, 0x95, 0x5d, 0xc4, + 0x71, 0xc2, 0x82, 0x9e, 0x2a, 0x9f, 0x74, 0x61, 0xef, 0x7a, 0x9e, 0x25, 0x6c, 0x3a, 0x5b, 0x73, + 0x0e, 0x47, 0xa4, 0x67, 0x2e, 0x6d, 0x93, 0xef, 0x3f, 0x32, 0x35, 0xc9, 0x06, 0xe6, 0x02, 0xb9, + 0xe9, 0x63, 0x3c, 0xf6, 0x3d, 0xf5, 0x7d, 0x96, 0x6b, 0x7d, 0x9b, 0xcd, 0x92, 0x45, 0x6f, 0x19, + 0x25, 0xe5, 0xc7, 0xb0, 0xf1, 0x31, 0xb8, 0x2b, 0x3f, 0x16, 0xf5, 0x8f, 0x50, 0x9b, 0xda, 0xeb, + 0x57, 0x55, 0x17, 0x7a, 0x0e, 0x46, 0x2c, 0x56, 0x79, 0xa1, 0x2c, 0x4a, 0xbf, 0x9c, 0xad, 0xdd, + 0x5b, 0x94, 0x83, 0x4a, 0xa2, 0x45, 0x38, 0xd3, 0x6f, 0x51, 0xf9, 0x61, 0xb7, 0xfa, 0xac, 0x07, + 0x07, 0x25, 0x9f, 0xe4, 0x0c, 0x0b, 0xd3, 0x79, 0x28, 0xfc, 0x5c, 0xb0, 0x28, 0xeb, 0xbc, 0xdb, + 0x5d, 0xeb, 0x6a, 0x40, 0x85, 0x10, 0xa6, 0x24, 0xd5, 0x5c, 0x95, 0x7c, 0xb9, 0x9f, 0xc0, 0x3d, + 0x91, 0x5c, 0xac, 0x2d, 0x26, 0xf9, 0x1a, 0x05, 0x95, 0x56, 0xb1, 0xef, 0xc2, 0x31, 0xe8, 0xa9, + 0xdd, 0x5d, 0xb1, 0x1b, 0xb1, 0x60, 0xc4, 0x8d, 0x6a, 0x42, 0x07, 0xae, 0x58, 0x08, 0x1c, 0x62, + 0x5f, 0xbd, 0x40, 0xd8, 0x10, 0x54, 0x6f, 0x7d, 0xf6, 0x24, 0xa1, 0xde, 0x06, 0x67, 0xd5, 0x41, + 0x15, 0x55, 0xc9, 0xfb, 0x67, 0x88, 0xbe, 0x5e, 0xd5, 0x51, 0x0a, 0x1e, 0x02, 0x2d, 0x49, 0x08, + 0x1d, 0x56, 0x2c, 0x74, 0x50, 0xa9, 0x6d, 0xb5, 0x8d, 0xc7, 0x83, 0x83, 0x6d, 0x96, 0x03, 0xb9, + 0xe9, 0x23, 0x04, 0x20, 0xc4, 0x10, 0x76, 0x37, 0xee, 0xda, 0xae, 0xdd, 0x0d, 0xf8, 0x77, 0x05, + 0xbd, 0xaf, 0xaa, 0x46, 0xe1, 0xf8, 0x90, 0x6a, 0xa8, 0x48, 0xf3, 0x88, 0xef, 0x98, 0x4a, 0x1f, + 0x04, 0x70, 0x5d, 0x58, 0xba, 0xbd, 0x6c, 0x1e, 0xea, 0x12, 0x37, 0x64, 0x3d, 0xc8, 0x7c, 0xe6, + 0x6e, 0xcc, 0x45, 0x98, 0x7e, 0xe7, 0xb6, 0x1f, 0xfc, 0x65, 0x8e, 0xe8, 0xce, 0xf0, 0x9d, 0x98, + 0x10, 0x0b, 0x16, 0xeb, 0xae, 0x15, 0x93, 0xde, 0xe2, 0xce, 0x35, 0x36, 0x4d, 0x4d, 0xa4, 0xee, + 0x36, 0x4c, 0x72, 0x5d, 0xda, 0x03, 0x34, 0xf9, 0x63, 0xe5, 0x78, 0x80, 0x6d, 0xa0, 0x81, 0xbc, + 0xf4, 0x93, 0x48, 0x45, 0xe4, 0x67, 0xda, 0x42, 0x07, 0xaf, 0x3d, 0x5b, 0x77, 0xdd, 0x58, 0x7a, + 0x69, 0xd1, 0xec, 0x3c, 0x3e, 0x7d, 0xea, 0x68, 0x6f, 0xba, 0x0d, 0xb3, 0x69, 0xb4, 0xe2, 0xee, + 0x87, 0xfb, 0x8e, 0x3a, 0x65, 0x44, 0x04, 0x2e, 0xbf, 0x63, 0x9e, 0x8a, 0xad, 0x94, 0xc7, 0xc6, + 0x9b, 0x8d, 0x4e, 0x31, 0x91, 0x97, 0x1b, 0x79, 0x64, 0x0f, 0xc3, 0xf2, 0x05, 0xd4, 0x2d, 0xed, + 0xb2, 0xe5, 0x27, 0x07, 0x12, 0x39, 0xfa, 0x9c, 0xa5, 0x39, 0xf4, 0x0c, 0x70, 0xf3, 0xc1, 0xce, + 0x32, 0x88, 0x51, 0xf6, 0x73, 0x17, 0xc6, 0xc9, 0x37, 0xfe, 0x00, 0xde, 0x46, 0xa9, 0xdb, 0xba, + 0xc9, 0x30, 0x06, 0xda, 0x4b, 0xd2, 0xdb, 0x8e, 0x03, 0xad, 0x5a, 0xd8, 0x13, 0xd7, 0x34, 0xd0, + 0x21, 0xe3, 0x16, 0xb7, 0x2f, 0x71, 0x79, 0xb1, 0x12, 0xb8, 0x97, 0x44, 0x62, 0x87, 0x70, 0xc9, + 0x08, 0xfb, 0x6a, 0x48, 0x6a, 0x76, 0x21, 0x2f, 0xa2, 0x86, 0xe1, 0x6d, 0x23, 0x12, 0x57, 0x5e, + 0xdc, 0xb7, 0x91, 0x35, 0xbb, 0x04, 0x2a, 0x16, 0xfe, 0x6f, 0x1f, 0x7f, 0xdc, 0x7d, 0x65, 0xaf, + 0x5d, 0xb8, 0xc0, 0x1e, 0xa6, 0x5f, 0x60, 0xfd, 0x93, 0xfb, 0x63, 0x6c, 0x2f, 0x86, 0xd9, 0xb9, + 0x36, 0x29, 0x8e, 0x3e, 0x5f, 0x02, 0xf6, 0x4d, 0xf4, 0x79, 0x26, 0x4a, 0x78, 0xdf, 0x11, 0x4a, + 0xe4, 0x0e, 0xbb, 0xf2, 0x61, 0x6b, 0x6e, 0x56, 0xf7, 0x97, 0xcf, 0x8e, 0x76, 0x81, 0xf4, 0xcb, + 0x75, 0x81, 0x6b, 0xe5, 0x25, 0x11, 0x1a, 0xab, 0x7b, 0x71, 0x6b, 0x54, 0x49, 0x41, 0x7b, 0xf9, + 0xf5, 0x6c, 0x16, 0xe6, 0xb9, 0x03, 0xb2, 0x44, 0x8a, 0x47, 0x25, 0x77, 0x2d, 0x83, 0x5d, 0x4e, + 0xe4, 0xdf, 0x61, 0xce, 0x5b, 0x61, 0xf8, 0xe9, 0x13, 0x22, 0x45, 0x12, 0xb2, 0x41, 0x83, 0x1b, + 0xa6, 0xf8, 0x44, 0xfc, 0x4b, 0x35, 0xee, 0xba, 0x3d, 0x0c, 0xab, 0xe7, 0x4b, 0xdf, 0x9b, 0x30, + 0x31, 0x90, 0xaa, 0xc8, 0xa2, 0xd0, 0x08, 0xe5, 0x63, 0x55, 0x94, 0xaa, 0xc5, 0xbb, 0x2f, 0xb3, + 0x23, 0xb6, 0x4a, 0x89, 0xbe, 0x9a, 0x85, 0x9f, 0x0b, 0x83, 0x54, 0xad, 0xca, 0xca, 0xa1, 0x67, + 0x2c, 0x7d, 0xb1, 0x6e, 0x6f, 0x1b, 0xfa, 0xd9, 0x31, 0xd1, 0xa5, 0xc4, 0xac, 0x37, 0x3c, 0x8a, + 0xc0, 0x8a, 0x62, 0x4b, 0x3b, 0x94, 0x2b, 0x97, 0xee, 0x1a, 0xe4, 0x3e, 0xa4, 0x96, 0x3a, 0x5d, + 0xe4, 0x6d, 0x5b, 0xe5, 0x14, 0xa2, 0xef, 0xf0, 0xd9, 0xdf, 0x11, 0x70, 0x63, 0x97, 0x4a, 0xa9, + 0x36, 0x0f, 0xf2, 0x59, 0x5d, 0xd7, 0x82, 0xf6, 0x91, 0x72, 0x35, 0xf5, 0x41, 0xc8, 0xd3, 0xbc, + 0x21, 0x7d, 0xac, 0xae, 0xf8, 0x38, 0xc8, 0xa6, 0xb5, 0x28, 0x35, 0x75, 0xb7, 0x0c, 0x89, 0x5a, + 0xbf, 0x8f, 0xdc, 0x50, 0x19, 0x0f, 0x93, 0xf4, 0xfa, 0xe2, 0xd2, 0xca, 0xb3, 0x60, 0x16, 0xc2, + 0xbe, 0x32, 0x87, 0x75, 0xab, 0x30, 0x93, 0xa8, 0x15, 0x19, 0xa0, 0xc8, 0xc7, 0xcb, 0x50, 0xed, + 0x44, 0xe1, 0xbc, 0xb4, 0x48, 0x4d, 0xc3, 0x9c, 0x1b, 0x0d, 0xef, 0x40, 0x2e, 0x9a, 0xc5, 0x5e, + 0xa3, 0xd8, 0x1b, 0xad, 0x27, 0x16, 0x77, 0x9b, 0xe8, 0x98, 0xdc, 0x4a, 0x67, 0x44, 0x38, 0xe0, + 0x72, 0x76, 0xad, 0xc1, 0x8a, 0x51, 0x18, 0xea, 0x9a, 0x62, 0x7c, 0x5d, 0x7b, 0x48, 0x2f, 0x01, + 0x1b, 0x71, 0x18, 0x4e, 0x54, 0x04, 0xbc, 0x84, 0xa1, 0x86, 0x5e, 0x7c, 0x99, 0x15, 0xf7, 0xd4, + 0xc7, 0x3c, 0x4b, 0x13, 0xc4, 0x19, 0x64, 0xa7, 0x2c, 0x9f, 0x7f, 0x59, 0xa9, 0xaa, 0x37, 0x7c, + 0x0d, 0x0a, 0x7f, 0x29, 0xe0, 0xa3, 0xcb, 0x7b, 0xb8, 0x87, 0x34, 0x19, 0x0a, 0x97, 0xbe, 0xf8, + 0xc5, 0x6d, 0x5a, 0x45, 0x68, 0x54, 0xe7, 0x52, 0xdf, 0xfb, 0xb6, 0x49, 0x94, 0xc0, 0x41, 0x8c, + 0xbe, 0xa7, 0xb3, 0xa7, 0xe0, 0xdf, 0x4f, 0x1a, 0x0d, 0x7e, 0x88, 0x0d, 0x27, 0x0f, 0x1d, 0xf6, + 0x1c, 0x4c, 0x3f, 0xce, 0xe4, 0x9c, 0x2d, 0xf1, 0xa4, 0xd3, 0x8e, 0x9e, 0xf5, 0x4f, 0x18, 0x18, + 0x0b, 0xa7, 0x0f, 0x6c, 0xe0, 0xcb, 0x58, 0xf8, 0xf5, 0x03, 0x93, 0x74, 0x63, 0xe2, 0x9d, 0xd3, + 0x84, 0xf6, 0x2c, 0xa8, 0x82, 0xae, 0x39, 0x15, 0x84, 0x1d, 0x25, 0xde, 0xb0, 0xdf, 0xf3, 0x60, + 0xc1, 0xd2, 0x0b, 0xfe, 0x40, 0x04, 0xe1, 0x1a, 0xea, 0x4e, 0x2c, 0xe3, 0x3d, 0x1f, 0xda, 0xa2, + 0x95, 0x79, 0xc8, 0xed, 0x40, 0xc3, 0x1c, 0xf7, 0xe4, 0x86, 0x23, 0x9c, 0x24, 0x1e, 0x02, 0x10, + 0xd4, 0xa9, 0x75, 0xcd, 0xe9, 0xa9, 0x18, 0x02, 0x64, 0x04, 0xe6, 0x20, 0x2a, 0xd7, 0xc6, 0xea, + 0xc9, 0x99, 0xd8, 0xbf, 0xf0, 0xa5, 0x3c, 0x8f, 0x00, 0x46, 0xcd, 0x6c, 0x67, 0x9c, 0x84, 0xc5, + 0x6d, 0xba, 0xba, 0x12, 0x23, 0xa2, 0xbd, 0xdb, 0x42, 0x7e, 0x60, 0x2a, 0x5b, 0x2e, 0x13, 0xdd, + 0xdd, 0xa3, 0xde, 0x7f, 0xc4, 0xb3, 0x18, 0x39, 0xdb, 0x32, 0x3f, 0x5d, 0x8f, 0x15, 0xa7, 0xc9, + 0x05, 0x65, 0x42, 0x6d, 0x3d, 0x5b, 0xf9, 0x64, 0x7a, 0x00, 0x49, 0x3b, 0x7c, 0x00, 0x4d, 0x3b, + 0x54, 0xfd, 0x5a, 0xaf, 0x47, 0x9a, 0x25, 0x0a, 0x9f, 0x32, 0x4c, 0xf8, 0xae, 0x60, 0x97, 0x52, + 0x76, 0xbe, 0x31, 0x97, 0x0d, 0x18, 0xc0, 0x38, 0xe6, 0x06, 0x32, 0x24, 0xa2, 0x1b, 0xd9, 0xe9, + 0x33, 0x7e, 0x25, 0xb7, 0x22, 0x3f, 0x35, 0xd8, 0x0d, 0x64, 0xa9, 0xbb, 0x0d, 0x15, 0x3d, 0x7d, + 0x44, 0x3b, 0xa0, 0xac, 0x6d, 0xd4, 0xa8, 0x7c, 0x35, 0x13, 0x55, 0x22, 0xe4, 0xea, 0x14, 0xde, + 0x7b, 0xa7, 0x71, 0x90, 0x5c, 0x99, 0xe2, 0x9c, 0xba, 0x8c, 0x08, 0x3d, 0xd0, 0x04, 0x39, 0xc2, + 0xf5, 0x50, 0x7d, 0x70, 0xbc, 0x45, 0x62, 0x60, 0x2c, 0xdc, 0x51, 0xae, 0x85, 0xa4, 0x42, 0x83, + 0xdb, 0x51, 0xde, 0xad, 0xc5, 0x5f, 0x62, 0xd7, 0x4b, 0x3b, 0x2a, 0xe5, 0xbb, 0x0e, 0x06, 0x52, + 0x4d, 0x8e, 0x51, 0xe4, 0x7f, 0x16, 0x9f, 0xa8, 0x8f, 0xe1, 0xa8, 0x36, 0x04, 0x51, 0x49, 0x35, + 0x88, 0xc6, 0x0a, 0x93, 0x8a, 0x17, 0x6a, 0xe3, 0xd7, 0xc7, 0x84, 0xce, 0x4b, 0x87, 0xdc, 0xf2, + 0x41, 0x76, 0x5f, 0x0d, 0x4e, 0x58, 0x59, 0x19, 0x32, 0x2d, 0x7d, 0x00, 0x9c, 0xed, 0xb3, 0x47, + 0xa0, 0x64, 0x64, 0xfa, 0x28, 0x64, 0x4d, 0x6d, 0xc3, 0x58, 0x06, 0x57, 0x60, 0x5f, 0xca, 0x5d, + 0x89, 0x95, 0x87, 0x0c, 0x85, 0x32, 0xef, 0x11, 0x99, 0xbc, 0x9e, 0x71, 0xb7, 0x5f, 0x89, 0xdf, + 0xdd, 0xbe, 0x47, 0x34, 0x59, 0x5d, 0x02, 0xff, 0x74, 0x05, 0xb9, 0x5e, 0xc1, 0x90, 0x88, 0x84, + 0xe2, 0x50, 0xa9, 0x2e, 0xb3, 0xdf, 0x10, 0x19, 0xf3, 0x28, 0xdf, 0x60, 0xbb, 0xd0, 0x62, 0x95, + 0x49, 0x54, 0xaa, 0xfa, 0x6c, 0x7d, 0x20, 0x8a, 0x55, 0x6a, 0xb6, 0x59, 0x66, 0xd3, 0xa6, 0x7e, + 0x7f, 0x43, 0xef, 0xbe, 0x54, 0xb4, 0xff, 0x32, 0xb5, 0x7a, 0xa3, 0xa5, 0xe7, 0x6b, 0xd8, 0xff, + 0xff, 0xa5, 0x54, 0x6f, 0x00, 0xe9, 0xcb, 0xf4, 0xeb, 0xc3, 0x4d, 0xda, 0xcc, 0x46, 0xdd, 0x5f, + 0xa8, 0x5e, 0x6d, 0xd4, 0xf1, 0xe5, 0xfa, 0xf6, 0x61, 0x4d, 0xd3, 0xfe, 0xc9, 0x9c, 0x5f, 0x36, + 0xa0, 0x4d, 0x4a, 0xf6, 0xf8, 0xb7, 0x9b, 0xeb, 0xaa, 0xf6, 0x46, 0x55, 0x6d, 0x5a, 0xf7, 0x66, + 0x5b, 0x23, 0x4d, 0xcd, 0x73, 0xf4, 0xa4, 0x36, 0xfe, 0x46, 0x75, 0xf1, 0x4d, 0x80, 0x65, 0xb5, + 0x71, 0x0d, 0x2a, 0xe1, 0x9a, 0x2f, 0xe6, 0x34, 0x7d, 0x67, 0xad, 0x96, 0x19, 0x0d, 0xfc, 0x69, + 0x47, 0x20, 0x5a, 0x87, 0xed, 0xf1, 0x3b, 0x28, 0xda, 0xc5, 0xa5, 0xfa, 0x60, 0xb5, 0xe6, 0xcd, + 0x0b, 0xef, 0xd1, 0x46, 0xe5, 0xd9, 0x5c, 0xe7, 0xab, 0xcb, 0x8a, 0x1f, 0x1e, 0x51, 0xb6, 0x6d, + 0xef, 0x21, 0x3b, 0x1d, 0xd8, 0x8d, 0xb4, 0x7e, 0x96, 0x3b, 0x71, 0xd3, 0x48, 0x82, 0xb3, 0xd2, + 0x93, 0x80, 0x77, 0xff, 0x55, 0xc0, 0xf0, 0x7e, 0x33, 0x9f, 0xab, 0xed, 0xac, 0x1a, 0x10, 0x6d, + 0x0a, 0x3b, 0xe6, 0xee, 0x7e, 0x5c, 0x29, 0x98, 0x9e, 0x7f, 0xce, 0xd6, 0xc5, 0x26, 0xf2, 0xc5, + 0xdd, 0xe7, 0x58, 0x04, 0x85, 0x44, 0x2b, 0x2a, 0x1b, 0xf7, 0x67, 0x9b, 0x05, 0xd5, 0x66, 0xb4, + 0xf2, 0xe7, 0x60, 0xb1, 0xda, 0xc3, 0xf0, 0x91, 0xfd, 0x36, 0x37, 0x3a, 0x5d, 0xf5, 0x49, 0xeb, + 0x52, 0xe9, 0xc1, 0x68, 0xad, 0x8d, 0xea, 0x8f, 0xb8, 0x6d, 0x50, 0x7b, 0x25, 0x3a, 0x98, 0xa8, + 0x3a, 0xee, 0x10, 0x7f, 0x4c, 0xbc, 0x4d, 0xc8, 0xfc, 0x01, 0x1d, 0xce, 0x20, 0x02, 0xb5, 0x6e, + 0x0a, 0xd0, 0x3b, 0x65, 0xe1, 0x27, 0x54, 0xcf, 0x05, 0x98, 0xec, 0x5f, 0x4a, 0xaf, 0x39, 0xc4, + 0x94, 0x5d, 0x5a, 0x4a, 0x52, 0xf1, 0x1b, 0xf1, 0x24, 0x52, 0x26, 0x2a, 0xd3, 0xf8, 0x6c, 0xda, + 0xac, 0x9a, 0xce, 0x03, 0x9a, 0xe5, 0xc5, 0x85, 0x61, 0x52, 0x47, 0xaf, 0xef, 0x72, 0xe9, 0x78, + 0x40, 0xb5, 0x48, 0xb5, 0x2b, 0xed, 0x74, 0x56, 0x4d, 0x7f, 0x9e, 0x62, 0xba, 0xd2, 0x3e, 0x69, + 0x4e, 0x56, 0x96, 0x0e, 0x74, 0x67, 0x0a, 0x03, 0x1e, 0xdd, 0x9b, 0xe3, 0x23, 0x3a, 0x23, 0xd8, + 0x4f, 0x93, 0x3c, 0xa0, 0x2a, 0x97, 0x3e, 0xe6, 0x06, 0xab, 0x95, 0x0d, 0xb2, 0xc8, 0xf0, 0xf3, + 0xa3, 0xd6, 0x61, 0xbd, 0xbd, 0xbe, 0xde, 0x5e, 0x7f, 0xa3, 0xbd, 0xa2, 0xa1, 0xe8, 0x7f, 0x24, + 0xa2, 0x27, 0x5a, 0xd3, 0x95, 0x0a, 0x48, 0xf1, 0x84, 0x8d, 0xa2, 0xf0, 0x39, 0x36, 0x65, 0x80, + 0x4a, 0x78, 0x7d, 0xa9, 0xf5, 0xe1, 0x53, 0x7d, 0x3b, 0x01, 0x5a, 0x29, 0x8a, 0x64, 0x0a, 0xc9, + 0xca, 0xb3, 0x3a, 0x97, 0xff, 0x05, 0x9d, 0x6b, 0x03, 0x30, 0xad, 0x3e, 0xee, 0x11, 0xb1, 0x48, + 0x47, 0xdf, 0x5b, 0xad, 0xa7, 0xa2, 0x0e, 0xa2, 0x79, 0xfd, 0x10, 0x2c, 0x8f, 0xaa, 0xca, 0x9d, + 0x9b, 0xc4, 0x40, 0x1c, 0x8b, 0x83, 0x17, 0x1e, 0x1f, 0x93, 0x7d, 0xb9, 0x38, 0x05, 0x56, 0x86, + 0xc3, 0xa6, 0x53, 0xb9, 0xf5, 0x78, 0x43, 0xef, 0x30, 0x82, 0xa7, 0x37, 0x7c, 0x08, 0x22, 0x8e, + 0x95, 0xd3, 0x8d, 0xc7, 0xb7, 0x52, 0x75, 0x74, 0xc9, 0x15, 0xc2, 0xa3, 0x17, 0x4b, 0x28, 0x07, + 0x8d, 0x53, 0x49, 0x34, 0xec, 0x4a, 0xe5, 0xbc, 0x5c, 0xc2, 0x3b, 0xcf, 0xe8, 0xcb, 0x3c, 0x8c, + 0x8f, 0x3b, 0x3b, 0xdd, 0xb0, 0xbb, 0xf3, 0x64, 0x5f, 0x94, 0x11, 0xce, 0xf7, 0xd2, 0xff, 0x0a, + 0xb7, 0x5b, 0xf9, 0xaa, 0x1a, 0xee, 0x3c, 0xf7, 0xac, 0x3b, 0xde, 0x70, 0xd8, 0xed, 0xac, 0x37, + 0xac, 0x2b, 0xf8, 0xc5, 0x53, 0x9b, 0xc4, 0x54, 0x58, 0xac, 0x5a, 0x33, 0x6d, 0xa6, 0xf1, 0xdd, + 0xd6, 0x70, 0x46, 0x0d, 0xdf, 0xdc, 0x25, 0x09, 0x65, 0x30, 0x50, 0xe5, 0x4e, 0x0b, 0xb5, 0x9c, + 0xd7, 0x4e, 0x22, 0xfd, 0xb0, 0xcc, 0x1a, 0x47, 0x65, 0xbb, 0xbb, 0x96, 0x5a, 0x67, 0x5b, 0xe8, + 0x7a, 0x90, 0xf5, 0x0a, 0x5a, 0xcd, 0xd1, 0x35, 0x29, 0xf8, 0xaf, 0x1f, 0xc4, 0xb1, 0xe8, 0x29, + 0x3f, 0x2c, 0xf2, 0xd0, 0x6f, 0x5e, 0xc2, 0x67, 0x1e, 0xdc, 0x39, 0x97, 0x06, 0x11, 0x42, 0x0f, + 0x45, 0x55, 0xa5, 0xab, 0xa3, 0x54, 0x5e, 0x44, 0x34, 0x0f, 0x22, 0x4e, 0x8d, 0x54, 0x78, 0x62, + 0xf8, 0x9f, 0x47, 0x29, 0x94, 0x93, 0xfc, 0x3c, 0x5a, 0xe1, 0x1d, 0xbb, 0x60, 0xaf, 0x23, 0x55, + 0x8d, 0x5a, 0x10, 0x87, 0x46, 0x8b, 0x07, 0x46, 0x3e, 0x5e, 0xce, 0xcb, 0x9b, 0xb8, 0x51, 0xf5, + 0x25, 0xed, 0x9f, 0x37, 0xfc, 0x64, 0xb4, 0xc5, 0x54, 0x91, 0xb9, 0x07, 0x6d, 0xb9, 0x39, 0xd7, + 0x50, 0x16, 0xd2, 0xbc, 0x95, 0x2a, 0xeb, 0xec, 0xb2, 0x43, 0x30, 0x94, 0x1f, 0x9e, 0x9e, 0xad, + 0x6b, 0x2a, 0xe2, 0xc2, 0xa0, 0x88, 0xb5, 0xe9, 0x41, 0x3b, 0x0b, 0x5d, 0x54, 0xdc, 0x4c, 0x0f, + 0x73, 0xc4, 0x6a, 0x05, 0xc9, 0x5a, 0x09, 0x58, 0x8a, 0x5a, 0x64, 0x1d, 0x61, 0x0b, 0x17, 0xd6, + 0xdc, 0x33, 0xa3, 0x21, 0xd6, 0x7b, 0xc7, 0x1d, 0xcc, 0xd0, 0x50, 0xdb, 0x0a, 0x35, 0x40, 0xd4, + 0x45, 0x56, 0x92, 0x66, 0x36, 0x21, 0x28, 0x0b, 0x16, 0x25, 0x6b, 0x9b, 0x3f, 0xa9, 0xdd, 0x96, + 0x3c, 0xa5, 0xdd, 0x06, 0x26, 0xdd, 0xdb, 0xf2, 0x13, 0xa5, 0x85, 0xa6, 0x75, 0x38, 0x19, 0x16, + 0xae, 0x30, 0xd2, 0xcd, 0x5d, 0x18, 0xf1, 0x0e, 0x1b, 0x8c, 0x45, 0x4e, 0x8c, 0x45, 0x37, 0x59, + 0xaf, 0x47, 0x35, 0xf5, 0x3b, 0x4d, 0xaf, 0x2d, 0x7e, 0x86, 0x5e, 0x5b, 0xf0, 0x0c, 0xbd, 0xb6, + 0x94, 0x27, 0x84, 0x8a, 0xf9, 0xb1, 0x2b, 0x9e, 0xe9, 0xb3, 0x1f, 0xac, 0x75, 0x60, 0xa7, 0x0c, + 0x43, 0x16, 0xc6, 0xce, 0xd5, 0x6c, 0x68, 0x8a, 0x02, 0xe5, 0x04, 0x55, 0x16, 0x60, 0x13, 0x4d, + 0x68, 0x0b, 0xbf, 0x8a, 0x49, 0x28, 0x5c, 0x3f, 0xb2, 0x7f, 0xc5, 0xe5, 0x75, 0x5c, 0x44, 0x44, + 0xd5, 0x55, 0x36, 0x6c, 0xf4, 0x45, 0xfa, 0xb4, 0x22, 0x44, 0xdb, 0x42, 0xa4, 0x0b, 0x6d, 0xb9, + 0x8a, 0x10, 0x66, 0xa2, 0xe6, 0xdd, 0x5d, 0x77, 0x13, 0x16, 0x00, 0x90, 0x9e, 0x98, 0x6e, 0x73, + 0xbe, 0x61, 0xc2, 0xb8, 0x19, 0x7b, 0xe0, 0xe1, 0x5b, 0x07, 0x0e, 0xbd, 0x3f, 0x8a, 0x3d, 0x3f, + 0x47, 0x8f, 0x54, 0xb6, 0x8c, 0x8c, 0xba, 0x96, 0xd1, 0x53, 0x88, 0x08, 0x13, 0xd9, 0xcd, 0xd5, + 0xa5, 0xc9, 0x70, 0x4b, 0x59, 0xde, 0x86, 0x67, 0xed, 0x35, 0xc0, 0xd4, 0x75, 0x73, 0x0d, 0x44, + 0x52, 0x0d, 0x5b, 0x71, 0x80, 0x6d, 0xf6, 0x4a, 0xd5, 0xd3, 0x46, 0xc5, 0x95, 0x63, 0x3c, 0x11, + 0x4f, 0x19, 0x31, 0xa8, 0x2b, 0x64, 0xaa, 0x47, 0x36, 0xda, 0xf9, 0x4a, 0xdc, 0x09, 0x5a, 0x75, + 0xa5, 0x98, 0xa1, 0x1c, 0xfc, 0x8e, 0x6a, 0x6a, 0x58, 0x2f, 0x7a, 0xbe, 0xa9, 0xe8, 0xa9, 0x2e, + 0x33, 0x38, 0xab, 0xe0, 0xe8, 0x6f, 0xa9, 0x0b, 0xfe, 0x46, 0x7c, 0x25, 0x55, 0x95, 0xae, 0x47, + 0x53, 0x40, 0x9d, 0xe3, 0x51, 0x85, 0xa4, 0x8d, 0x3d, 0x6a, 0x68, 0xd2, 0x84, 0x4f, 0xa8, 0x16, + 0xb5, 0xa0, 0xe6, 0xe2, 0x6e, 0xa8, 0x39, 0x46, 0x66, 0x40, 0xd7, 0xef, 0x01, 0x2a, 0xf3, 0x96, + 0xcf, 0x84, 0xb9, 0x69, 0x89, 0xd2, 0xaa, 0xde, 0xf5, 0x34, 0xfc, 0x9f, 0x55, 0x8d, 0x9a, 0x0b, + 0x22, 0x1e, 0x9e, 0x35, 0x0f, 0x35, 0x1b, 0x99, 0x3f, 0x39, 0x1d, 0x2d, 0x16, 0x37, 0x7f, 0x72, + 0x56, 0x68, 0x60, 0xc3, 0x70, 0xd3, 0x64, 0x60, 0x41, 0x95, 0x17, 0x40, 0x8d, 0xf5, 0xd3, 0x54, + 0xbb, 0x71, 0xfe, 0xe2, 0x7b, 0x21, 0x2c, 0x6b, 0x28, 0x27, 0x74, 0xda, 0x16, 0x75, 0x7e, 0xd7, + 0xda, 0x1d, 0x43, 0x9b, 0x61, 0x23, 0x9a, 0x95, 0x5a, 0x0d, 0xad, 0x55, 0x47, 0xed, 0x55, 0x37, + 0x54, 0x21, 0x36, 0x56, 0xff, 0x3e, 0x6d, 0xee, 0x65, 0x08, 0x81, 0x18, 0xae, 0x37, 0xde, 0x7e, + 0xbd, 0xfb, 0x67, 0x05, 0xea, 0x2c, 0x1e, 0xee, 0xf6, 0xd7, 0xa3, 0x0d, 0xaa, 0x45, 0xdb, 0xdb, + 0x9d, 0x8e, 0xc8, 0xe4, 0xb9, 0xd0, 0x07, 0x1a, 0x3e, 0x10, 0xa3, 0x52, 0xeb, 0xb0, 0xae, 0x70, + 0xe4, 0xc0, 0x9f, 0x58, 0xf3, 0x7b, 0x58, 0x7d, 0x87, 0xfe, 0xc0, 0xb0, 0x75, 0xb2, 0xb4, 0x91, + 0x3a, 0x9f, 0x31, 0xb3, 0xcf, 0x9a, 0x5a, 0xe9, 0x6f, 0xb0, 0x22, 0x98, 0xb2, 0x9c, 0x00, 0x34, + 0xd2, 0x8e, 0xcb, 0xf7, 0xd2, 0xa3, 0x70, 0xa6, 0xbc, 0x57, 0x2b, 0x71, 0x8d, 0x74, 0x92, 0xc4, + 0xfe, 0x91, 0xdc, 0x3a, 0xc1, 0xd4, 0x68, 0x8a, 0x39, 0x2c, 0x6a, 0xa6, 0xb3, 0xd5, 0xc9, 0x8e, + 0x6a, 0x74, 0x40, 0xcd, 0x67, 0x37, 0xc2, 0xa1, 0x64, 0x47, 0x87, 0x7d, 0x28, 0x2f, 0x53, 0xde, + 0x4d, 0x3c, 0x9f, 0xc3, 0x51, 0x80, 0x3a, 0xd9, 0x07, 0x8d, 0xec, 0x2c, 0xee, 0x4a, 0xa2, 0x89, + 0x4b, 0x7f, 0xd0, 0xbc, 0x6e, 0x67, 0x47, 0xca, 0x64, 0xf0, 0xa1, 0x22, 0x64, 0xda, 0x88, 0x55, + 0x22, 0x0a, 0xa3, 0xa9, 0xee, 0x4d, 0x7c, 0x6a, 0x7c, 0x46, 0xfc, 0x18, 0xfd, 0x73, 0x6e, 0x7e, + 0xae, 0x94, 0x11, 0x72, 0x2d, 0x53, 0x90, 0x95, 0xe7, 0x1b, 0x3b, 0x8f, 0x2e, 0x74, 0x37, 0x9b, + 0xb9, 0x72, 0x0c, 0x9d, 0xb0, 0x9a, 0x17, 0xfb, 0xe1, 0xf6, 0x89, 0x16, 0x93, 0xfc, 0xc2, 0xe1, + 0x40, 0xdd, 0xf2, 0xf3, 0xdd, 0xfd, 0x63, 0xbe, 0xcb, 0x95, 0x77, 0x72, 0x23, 0x66, 0x0c, 0xfb, + 0x82, 0xd6, 0xa4, 0x2c, 0xd6, 0x22, 0x5a, 0x71, 0x48, 0x02, 0x56, 0xa5, 0x88, 0x88, 0xac, 0xb9, + 0xfb, 0x65, 0xd1, 0xb1, 0x1f, 0x6c, 0x67, 0xbc, 0xdb, 0xff, 0xec, 0xa6, 0x4e, 0xee, 0x93, 0x22, + 0xb8, 0x93, 0x17, 0xed, 0xc4, 0x37, 0xcd, 0xae, 0x89, 0xf4, 0x59, 0x5a, 0x18, 0x9e, 0xde, 0xa8, + 0x68, 0xce, 0xf3, 0x7d, 0xad, 0x45, 0xd1, 0x4b, 0xdb, 0xf9, 0xd2, 0xe1, 0x49, 0x17, 0xb1, 0x7c, + 0xe5, 0x9a, 0xc1, 0xd7, 0xd8, 0x34, 0x24, 0x3a, 0x9f, 0x08, 0xba, 0x74, 0x1e, 0x2d, 0xee, 0x81, + 0xb4, 0x7c, 0x6f, 0x2b, 0xf9, 0x71, 0x67, 0x5d, 0xf4, 0x52, 0xb8, 0xa2, 0x2c, 0x7a, 0x19, 0xd0, + 0xd1, 0xcf, 0x8e, 0x68, 0x2a, 0x69, 0x19, 0x7d, 0x90, 0x0a, 0xb0, 0x55, 0xcb, 0x7f, 0xc4, 0xe5, + 0x64, 0x25, 0xa5, 0x3b, 0x59, 0x18, 0x16, 0xf6, 0xfe, 0x88, 0x89, 0x84, 0xd6, 0xdd, 0x88, 0x4b, + 0x6f, 0xd7, 0x58, 0x16, 0x62, 0x41, 0x64, 0x47, 0x8f, 0xad, 0x08, 0x6a, 0x31, 0x9d, 0x08, 0xe7, + 0x93, 0xa7, 0xd9, 0xd1, 0x99, 0x5f, 0xb8, 0x86, 0xf3, 0x54, 0x4a, 0x12, 0x9d, 0x6b, 0x26, 0xa7, + 0xcd, 0xa4, 0x9b, 0x66, 0x12, 0x7b, 0x73, 0x1b, 0x6a, 0x0d, 0x3c, 0xd0, 0xae, 0xf4, 0xc1, 0x85, + 0x63, 0x77, 0x7b, 0x13, 0xd4, 0xa0, 0x89, 0x11, 0x4a, 0xef, 0xdc, 0xc4, 0x24, 0xc7, 0xf7, 0xbc, + 0x5a, 0xe7, 0x6a, 0xe6, 0x7a, 0xf6, 0xda, 0x65, 0x94, 0x54, 0x1e, 0x62, 0xb9, 0x21, 0xa0, 0x28, + 0xa7, 0xb2, 0x0a, 0x75, 0x6c, 0x7c, 0x23, 0x20, 0x21, 0xcd, 0x71, 0x5a, 0xfc, 0x4a, 0xeb, 0x7c, + 0xad, 0x41, 0xb3, 0x1f, 0x37, 0x36, 0xeb, 0x8c, 0x52, 0xf5, 0xdd, 0xda, 0x1c, 0x6d, 0x78, 0xd6, + 0xac, 0xdd, 0xe0, 0xd2, 0x94, 0x62, 0x1e, 0x9c, 0x30, 0x20, 0xac, 0x70, 0x38, 0xda, 0x18, 0x88, + 0xe8, 0xb9, 0x76, 0x23, 0xe9, 0x8a, 0xa5, 0xd2, 0x08, 0x73, 0x99, 0xc3, 0x54, 0xbb, 0xb4, 0xed, + 0x0a, 0x1d, 0xdb, 0xd5, 0x32, 0x2e, 0x83, 0xd5, 0x05, 0xae, 0x77, 0x10, 0x9e, 0x52, 0x4f, 0x97, + 0xb7, 0x65, 0x07, 0x08, 0x8f, 0x39, 0x2a, 0x84, 0x16, 0x60, 0xad, 0xee, 0x17, 0x1b, 0xea, 0xd6, + 0xf3, 0xaa, 0xea, 0x07, 0xa2, 0x7a, 0xfd, 0x93, 0x6c, 0xe1, 0x05, 0xc2, 0x63, 0xca, 0x08, 0x48, + 0x22, 0xce, 0x2a, 0x76, 0xf9, 0x5a, 0x8b, 0xa6, 0x72, 0x96, 0xe3, 0x9a, 0x56, 0x04, 0x6d, 0x0a, + 0x8b, 0x8f, 0xd9, 0x1c, 0x6c, 0x30, 0x1d, 0x70, 0x6b, 0xb6, 0xcc, 0xc2, 0x70, 0x8e, 0x96, 0xce, + 0x25, 0x9c, 0xdd, 0x95, 0xa6, 0xe7, 0xef, 0xa4, 0x82, 0xb1, 0xbd, 0xe2, 0x00, 0xda, 0x38, 0x28, + 0xe8, 0x78, 0xbd, 0xa4, 0xd3, 0x95, 0x78, 0x4f, 0xf7, 0x66, 0xc8, 0x5e, 0x69, 0x7b, 0x46, 0x20, + 0x8f, 0xd2, 0x7b, 0xa4, 0x34, 0x92, 0xed, 0xbe, 0xf0, 0x9c, 0xd1, 0x3c, 0x7d, 0x08, 0x7b, 0x97, + 0x7a, 0xb6, 0xfd, 0x97, 0xb5, 0x7c, 0xce, 0x9a, 0xc6, 0x14, 0x87, 0x1d, 0x4e, 0x0c, 0xa6, 0x70, + 0x1d, 0x79, 0xc9, 0x51, 0x76, 0x2f, 0x9d, 0x43, 0x54, 0x21, 0x3a, 0x47, 0x89, 0xeb, 0x3a, 0xfc, + 0x60, 0x45, 0xa6, 0x62, 0x46, 0x79, 0x0d, 0xcd, 0x7d, 0x1e, 0xae, 0xa4, 0x1e, 0xf4, 0x92, 0xab, + 0x8b, 0xa9, 0xab, 0xcc, 0x22, 0x18, 0x5c, 0xbf, 0x82, 0xf0, 0x2c, 0x75, 0x85, 0x57, 0x06, 0x54, + 0x0b, 0xb7, 0xef, 0xb8, 0x1d, 0x23, 0xfb, 0xdf, 0x10, 0x4a, 0x40, 0xe5, 0xbe, 0xa8, 0xe5, 0x1e, + 0xd4, 0x73, 0xbf, 0xd5, 0x73, 0x4f, 0x6b, 0xb9, 0xf7, 0x1b, 0x9d, 0x16, 0xf1, 0x4c, 0x9b, 0x9d, + 0xbe, 0x0c, 0xef, 0x4e, 0x58, 0x53, 0x71, 0x84, 0x7a, 0xf2, 0xeb, 0xa9, 0xd0, 0x5b, 0x54, 0x0e, + 0x41, 0x0b, 0x03, 0x2f, 0x46, 0x05, 0xef, 0x8e, 0x61, 0xd7, 0x87, 0x45, 0xdf, 0x89, 0xcc, 0xf9, + 0xd2, 0x91, 0x28, 0x45, 0x75, 0xcd, 0x2a, 0xe5, 0xe8, 0x2a, 0x2d, 0x59, 0x6c, 0x56, 0x14, 0x54, + 0xc8, 0xbf, 0xef, 0x68, 0xf2, 0x1d, 0x2a, 0xc4, 0x17, 0x42, 0x4a, 0x22, 0xf6, 0xdc, 0x4a, 0x60, + 0x60, 0xd5, 0xdf, 0x27, 0xac, 0x42, 0x00, 0xa8, 0xde, 0x55, 0x78, 0xff, 0x8e, 0xa3, 0x0a, 0x41, + 0x8d, 0x9f, 0xc7, 0x5f, 0xb5, 0x50, 0x26, 0xe9, 0x91, 0x27, 0xf4, 0xfe, 0x8f, 0xf4, 0x71, 0x6b, + 0x41, 0x66, 0x34, 0x10, 0xbd, 0x74, 0x5c, 0x1a, 0x3b, 0x9f, 0xf2, 0x75, 0x04, 0xb2, 0xbf, 0x82, + 0x57, 0xc9, 0x2a, 0xab, 0xe7, 0x12, 0x90, 0xaa, 0xa0, 0x10, 0xcd, 0xec, 0x8b, 0x45, 0x10, 0x20, + 0xcc, 0xea, 0x5a, 0x18, 0xf2, 0xe9, 0x8d, 0x3b, 0x95, 0x56, 0xb2, 0xe8, 0x8c, 0xa7, 0x61, 0xe7, + 0xa0, 0x36, 0x26, 0x1d, 0x37, 0x4d, 0x4c, 0x94, 0x12, 0xa6, 0x3a, 0xc6, 0x95, 0x82, 0x27, 0x13, + 0xb5, 0x24, 0x10, 0xea, 0x1d, 0x95, 0x66, 0xdc, 0x21, 0x2c, 0xb8, 0x0b, 0xfc, 0xe4, 0x6b, 0xe7, + 0x7c, 0xc3, 0x62, 0x29, 0x13, 0x0d, 0x99, 0x57, 0x7d, 0x43, 0xee, 0x73, 0x24, 0x18, 0x33, 0xe2, + 0x9b, 0xef, 0x3f, 0xba, 0x81, 0x6d, 0x6f, 0xd7, 0xba, 0x05, 0x03, 0xea, 0x24, 0x8c, 0x69, 0x02, + 0xf3, 0x1b, 0xdb, 0xb5, 0xe9, 0x1f, 0x9b, 0x9e, 0x3f, 0x5a, 0x49, 0x7d, 0xe5, 0x0a, 0x64, 0x76, + 0x07, 0x1c, 0x3a, 0xc6, 0x84, 0x77, 0xdb, 0x76, 0xa9, 0xbc, 0x0d, 0xd4, 0xd7, 0x7f, 0x22, 0xe5, + 0x6d, 0x94, 0x32, 0x3c, 0x3d, 0xcd, 0x69, 0xd1, 0xe7, 0xb4, 0x94, 0x73, 0x5a, 0xa0, 0x7a, 0x95, + 0x67, 0xee, 0x29, 0xfe, 0x3f, 0x5b, 0xaf, 0x31, 0x7e, 0x24, 0x4d, 0xcc, 0x82, 0xf4, 0xf5, 0xb1, + 0xb2, 0x54, 0x70, 0x38, 0x10, 0x05, 0xd9, 0x22, 0xb5, 0x56, 0xf4, 0xb1, 0xd2, 0x54, 0x74, 0xf3, + 0x16, 0x9e, 0x7c, 0x29, 0x3f, 0x99, 0x54, 0x9c, 0x00, 0xe0, 0x72, 0x39, 0xd3, 0xf7, 0x7c, 0x04, + 0xfb, 0xfa, 0xdb, 0x4f, 0x84, 0x96, 0xd2, 0xfa, 0x0e, 0xef, 0x9d, 0x32, 0xa2, 0xa5, 0x0c, 0x63, + 0x89, 0x90, 0x9b, 0x6f, 0xca, 0xe0, 0x96, 0x7b, 0x30, 0xad, 0xd9, 0xbb, 0x8d, 0xae, 0x88, 0xdb, + 0x5d, 0x4b, 0x0e, 0x72, 0x45, 0xed, 0x1a, 0xf1, 0xae, 0x94, 0x62, 0x55, 0xa7, 0x73, 0x39, 0xeb, + 0xfa, 0xfd, 0x57, 0xce, 0x78, 0x9f, 0xc3, 0x21, 0xa1, 0x75, 0xc7, 0xbd, 0x9c, 0x8d, 0x07, 0xea, + 0x75, 0xdf, 0xc3, 0x5a, 0x3d, 0x38, 0xf0, 0xfd, 0xcb, 0x19, 0xa7, 0x74, 0xfd, 0x7d, 0xa4, 0x78, + 0xaf, 0xb4, 0x14, 0xaa, 0x40, 0x6d, 0x59, 0x08, 0x2c, 0xa7, 0x36, 0x1b, 0x9e, 0x5b, 0xff, 0xfc, + 0x32, 0x47, 0xc8, 0xc8, 0xcb, 0xd9, 0x1a, 0x91, 0x55, 0xbd, 0x6f, 0x5c, 0xeb, 0x85, 0xf7, 0x0d, + 0x6c, 0x69, 0x1d, 0xf7, 0x75, 0x5f, 0x5a, 0x56, 0xd1, 0x16, 0xc5, 0x6e, 0x24, 0x2a, 0x8b, 0x9d, + 0x64, 0xf1, 0x2b, 0x73, 0x5d, 0xc2, 0xa4, 0x06, 0xdf, 0x8d, 0xb5, 0xc9, 0xd4, 0x0c, 0xbb, 0xa0, + 0x2a, 0xc3, 0x20, 0x19, 0x8d, 0x0a, 0x53, 0x76, 0x37, 0xd4, 0x29, 0xe3, 0x77, 0x69, 0x42, 0x54, + 0xfd, 0xd2, 0xfa, 0x35, 0x9c, 0xa6, 0x69, 0x61, 0x0b, 0x2d, 0x5f, 0xd1, 0x32, 0x2d, 0xbe, 0x46, + 0xac, 0x3a, 0xa2, 0x01, 0x7d, 0x7b, 0x4f, 0xde, 0x53, 0xa9, 0x4e, 0x9e, 0x18, 0xbd, 0x5c, 0xc1, + 0x19, 0x97, 0xb9, 0x69, 0x48, 0xc7, 0x58, 0x23, 0xd5, 0xeb, 0x13, 0xe7, 0xb3, 0xfb, 0x27, 0x9a, + 0xac, 0xba, 0x77, 0xc2, 0x06, 0x68, 0xaa, 0x75, 0xb7, 0x51, 0xd1, 0x62, 0x51, 0xab, 0x88, 0x21, + 0x57, 0x4a, 0x6a, 0x55, 0x88, 0x23, 0x21, 0xe7, 0x7f, 0x90, 0xae, 0x26, 0x85, 0xf0, 0x55, 0x69, + 0x84, 0xb0, 0x40, 0x9e, 0xc8, 0x7e, 0xed, 0x16, 0x00, 0xe1, 0xa7, 0x42, 0x79, 0x0b, 0x10, 0xd6, + 0x6f, 0x01, 0x84, 0xe0, 0xf6, 0xd1, 0x3b, 0x80, 0xa6, 0x66, 0x76, 0xc3, 0xc9, 0x89, 0x80, 0xcc, + 0x93, 0xe1, 0x37, 0xa9, 0x96, 0x3b, 0x01, 0xd1, 0xd0, 0xc1, 0x89, 0x41, 0x0f, 0x44, 0xf8, 0x98, + 0x61, 0x37, 0xb7, 0xb7, 0xd9, 0x31, 0xb4, 0x5f, 0x99, 0xad, 0xc2, 0x4d, 0xb4, 0xce, 0x33, 0xe9, + 0x2d, 0xc3, 0xe8, 0x49, 0x0f, 0x34, 0x64, 0x7c, 0x7b, 0x58, 0xc3, 0x03, 0xb4, 0xd1, 0x75, 0xcf, + 0x35, 0xe3, 0x50, 0x6e, 0x74, 0xa1, 0x8f, 0x9e, 0xd6, 0xbd, 0xe8, 0x3f, 0x64, 0x43, 0xbd, 0x7e, + 0x97, 0x3a, 0x36, 0xd4, 0x7b, 0x29, 0x22, 0x53, 0x9a, 0x04, 0xa0, 0x63, 0x06, 0x6f, 0x33, 0x3a, + 0xc3, 0x76, 0x6c, 0xcf, 0x8e, 0x03, 0x73, 0x37, 0x01, 0xff, 0xe2, 0xd3, 0x99, 0x6a, 0x7a, 0xa6, + 0xfa, 0x13, 0x46, 0x14, 0x5f, 0x68, 0x3d, 0x61, 0x00, 0xb9, 0x19, 0x6f, 0x4b, 0x07, 0x51, 0x4e, + 0xd3, 0xe3, 0x86, 0x87, 0x79, 0x6f, 0x39, 0xd9, 0x10, 0xb0, 0xaf, 0x01, 0x94, 0x6e, 0x9f, 0xc0, + 0x42, 0x5b, 0x0a, 0x51, 0xa7, 0xc3, 0xa2, 0xf3, 0x65, 0x2a, 0xe6, 0xb5, 0xc0, 0x2b, 0x6b, 0xf3, + 0x52, 0x02, 0xfe, 0xaf, 0xd9, 0xd2, 0x47, 0x08, 0x7c, 0xd9, 0xd6, 0x2c, 0x09, 0xef, 0x94, 0xad, + 0xfd, 0x49, 0x84, 0x38, 0x89, 0x17, 0x75, 0x0b, 0x62, 0x7b, 0xcb, 0x57, 0xfe, 0x22, 0xea, 0x37, + 0x78, 0x85, 0x6e, 0x34, 0x5f, 0x38, 0x2d, 0x9e, 0x8b, 0x74, 0x57, 0x45, 0x11, 0x94, 0x48, 0x0f, + 0x4b, 0x8f, 0x71, 0x91, 0xf2, 0x18, 0x97, 0xf8, 0xf9, 0x69, 0x74, 0x06, 0xef, 0x3a, 0xad, 0x8e, + 0x89, 0xd8, 0x31, 0x89, 0x14, 0x10, 0x7c, 0xa4, 0xde, 0x12, 0xf1, 0xf9, 0x5b, 0x96, 0x85, 0xab, + 0x77, 0xc4, 0xe6, 0x76, 0x9c, 0x51, 0x52, 0xeb, 0x6f, 0x5a, 0x4a, 0x1e, 0x64, 0xa7, 0xcd, 0xfc, + 0x90, 0x7e, 0xb0, 0xca, 0x8b, 0x30, 0xb0, 0x5c, 0x9b, 0xf1, 0x0b, 0x13, 0xe1, 0xf9, 0xa2, 0xcd, + 0x6d, 0xa0, 0xdc, 0x83, 0x68, 0xdd, 0xc9, 0x18, 0x59, 0x26, 0xd4, 0x4a, 0x5a, 0xdf, 0x26, 0xb0, + 0xf4, 0x16, 0xe9, 0xec, 0x1a, 0x7c, 0x70, 0xc1, 0x95, 0x60, 0x1a, 0x39, 0x2c, 0x69, 0x07, 0xb6, + 0x51, 0xe2, 0x49, 0x84, 0xab, 0xb5, 0xf5, 0x09, 0x52, 0xf7, 0xc3, 0x26, 0x58, 0x59, 0x8b, 0xb5, + 0x2b, 0xae, 0xf6, 0x60, 0xda, 0x62, 0xdc, 0x51, 0x69, 0x2f, 0x55, 0xe8, 0xc8, 0xd2, 0xb2, 0xb4, + 0xfa, 0xd8, 0x76, 0xf5, 0xca, 0x7e, 0xa7, 0x51, 0x73, 0xd3, 0xaa, 0x56, 0x2f, 0x58, 0x8b, 0xcf, + 0x30, 0x54, 0x09, 0xe2, 0xd5, 0x0d, 0xc7, 0x20, 0xb7, 0xe4, 0x3c, 0x86, 0xbb, 0xf4, 0xa2, 0x4b, + 0xdd, 0x12, 0x38, 0x4e, 0x68, 0x7a, 0x26, 0xd0, 0x1a, 0xf8, 0xf4, 0x29, 0xd9, 0xf2, 0x0d, 0x63, + 0xcf, 0x89, 0xee, 0xa8, 0x61, 0x68, 0x90, 0xf7, 0x10, 0x05, 0x6a, 0x11, 0x36, 0x11, 0xf5, 0xb2, + 0x3a, 0x34, 0xc4, 0xe5, 0x7d, 0xa2, 0xac, 0xc7, 0x54, 0xf8, 0xbc, 0xc4, 0x19, 0x55, 0xbd, 0xd1, + 0x04, 0x74, 0x7e, 0xea, 0xc2, 0xbb, 0x46, 0x53, 0x4e, 0x25, 0x0d, 0xea, 0x45, 0x81, 0x9a, 0xd0, + 0x10, 0xe7, 0x98, 0x2b, 0xae, 0xc3, 0x13, 0xa2, 0x4d, 0xa8, 0x33, 0xc2, 0x25, 0x8a, 0xc4, 0x85, + 0xb5, 0x71, 0xdf, 0xff, 0x25, 0xae, 0x1e, 0x34, 0xce, 0x2d, 0x61, 0x24, 0xe2, 0x48, 0xa6, 0xab, + 0xbc, 0x54, 0x25, 0xd4, 0x2e, 0x02, 0xa6, 0xf1, 0xf5, 0xaa, 0xe3, 0xb4, 0xd9, 0x17, 0x36, 0xbf, + 0xe8, 0x02, 0x75, 0xf1, 0x75, 0x2d, 0x9c, 0x61, 0xfd, 0xd7, 0xbb, 0xe6, 0x55, 0x4a, 0x0f, 0xee, + 0x83, 0x82, 0x28, 0x81, 0xc9, 0xb5, 0xfb, 0xc1, 0x3f, 0x60, 0x57, 0x59, 0xb7, 0x32, 0xaa, 0xaa, + 0xef, 0xb9, 0x77, 0x9e, 0xb0, 0x0f, 0x13, 0xc3, 0x3b, 0x61, 0x2f, 0xf7, 0x02, 0x3a, 0x1a, 0x65, + 0x71, 0x9d, 0x08, 0xf3, 0xb7, 0xd2, 0x60, 0xb9, 0x27, 0x14, 0x68, 0xe6, 0x1f, 0x39, 0x22, 0x6f, + 0x3e, 0xa9, 0x27, 0x9c, 0x7a, 0x67, 0xc3, 0x50, 0xb7, 0x4a, 0xce, 0x8f, 0x56, 0x29, 0x3b, 0xff, + 0x40, 0x2d, 0x55, 0x88, 0xe9, 0xa6, 0xaf, 0x33, 0x6c, 0x64, 0x70, 0x6b, 0xa6, 0x47, 0x75, 0xa0, + 0xb2, 0xa5, 0xc8, 0x91, 0xc8, 0x02, 0x65, 0x23, 0xab, 0x9f, 0xee, 0xb3, 0xab, 0x32, 0xb6, 0x22, + 0x47, 0xa0, 0x55, 0x9c, 0x4a, 0xe9, 0xf9, 0xa6, 0xbc, 0xdd, 0xe1, 0xf0, 0x19, 0x86, 0x3b, 0x1c, + 0x15, 0xce, 0xa4, 0xcc, 0x42, 0xeb, 0x5f, 0x42, 0x2d, 0xef, 0x94, 0x4a, 0x51, 0xce, 0xa7, 0x4f, + 0xfa, 0x30, 0x8a, 0xda, 0x7b, 0x8e, 0x88, 0xe0, 0x04, 0x4c, 0x05, 0x2a, 0xaa, 0x0d, 0xee, 0x85, + 0xfe, 0x51, 0x02, 0xf6, 0xd1, 0xc0, 0xbd, 0xca, 0xc7, 0x93, 0x73, 0x2a, 0x26, 0xe6, 0x4c, 0xa2, + 0xdb, 0xc7, 0x34, 0x7b, 0x22, 0x78, 0x6e, 0x47, 0x4d, 0x97, 0xe7, 0x18, 0x3e, 0xdd, 0xf8, 0x5a, + 0x4c, 0x80, 0x44, 0xe4, 0xd8, 0xde, 0xae, 0x81, 0xa6, 0xd9, 0x53, 0xbf, 0xd8, 0xbd, 0xf3, 0x54, + 0x94, 0x55, 0x3e, 0x0a, 0x73, 0x58, 0x41, 0x76, 0x3b, 0xc9, 0xb7, 0xf9, 0xde, 0x6d, 0x15, 0x20, + 0x64, 0x50, 0xc6, 0xba, 0x12, 0xbd, 0x1d, 0x7b, 0xb4, 0xf2, 0x0f, 0xd9, 0x4f, 0x8d, 0x48, 0x38, + 0xdc, 0xa7, 0x04, 0x76, 0x5c, 0x93, 0x8e, 0x7b, 0xfd, 0xc1, 0xf6, 0xf6, 0x97, 0x0e, 0x9e, 0xb6, + 0x08, 0x01, 0x3e, 0xaa, 0xfa, 0xc9, 0x18, 0xc1, 0xbb, 0x10, 0xf4, 0xa6, 0x7e, 0x7f, 0x37, 0xad, + 0x07, 0x0b, 0x96, 0x31, 0x84, 0x37, 0xc7, 0x19, 0x5e, 0x20, 0x1a, 0xc6, 0x73, 0x21, 0xdd, 0xa7, + 0x8a, 0xe4, 0xb2, 0xd1, 0x00, 0x2e, 0x2c, 0x5f, 0x1e, 0x6e, 0xfd, 0x86, 0x6b, 0x92, 0x2f, 0xf0, + 0x6e, 0xd2, 0xe2, 0xcd, 0x64, 0xa4, 0x91, 0xf5, 0x44, 0xf0, 0xda, 0x6a, 0xde, 0x7e, 0x0a, 0xa1, + 0xf3, 0x38, 0xca, 0x89, 0x19, 0xc6, 0x48, 0x38, 0xe0, 0x48, 0xd7, 0xce, 0xee, 0xe0, 0x74, 0x42, + 0xa6, 0x4d, 0x2f, 0x95, 0xf5, 0x48, 0x5a, 0xd4, 0xca, 0xc9, 0x9c, 0xb0, 0xe3, 0x81, 0x3c, 0x68, + 0xd7, 0x3f, 0xa8, 0x8a, 0x15, 0x59, 0x55, 0x95, 0x11, 0x0c, 0xbc, 0x69, 0xf4, 0x26, 0xd2, 0x85, + 0xfb, 0x0b, 0x8e, 0x4b, 0xc6, 0x09, 0x6f, 0x7c, 0x89, 0x72, 0x6f, 0x36, 0x04, 0x7a, 0x42, 0xa4, + 0x71, 0x57, 0x66, 0x71, 0xe4, 0x83, 0x5f, 0xbe, 0xdf, 0x1e, 0xf6, 0x39, 0x96, 0xec, 0x96, 0x8a, + 0x48, 0xbd, 0xc5, 0x1c, 0xbd, 0x4c, 0x05, 0xcc, 0xc4, 0xf3, 0xa7, 0x4f, 0xb7, 0x63, 0x5f, 0x4b, + 0x14, 0x2f, 0x58, 0x8f, 0x2a, 0x3a, 0x35, 0x07, 0x79, 0x92, 0xf5, 0x4d, 0x64, 0x33, 0x5b, 0xfd, + 0xa1, 0x6c, 0x09, 0xae, 0x80, 0xca, 0x3e, 0x57, 0xcd, 0x37, 0xe3, 0xd3, 0xeb, 0xee, 0x72, 0x10, + 0x23, 0x5d, 0xb3, 0xbf, 0x11, 0xa5, 0x5a, 0x7c, 0xda, 0xa4, 0x15, 0x03, 0x7a, 0xc9, 0x10, 0xf7, + 0xcb, 0x10, 0xd9, 0x55, 0x54, 0xb2, 0xd9, 0x92, 0xf2, 0x4d, 0x6c, 0x0f, 0xf4, 0xee, 0x75, 0x91, + 0xda, 0x9f, 0x31, 0x73, 0x25, 0x46, 0x0b, 0x39, 0xb2, 0xea, 0x07, 0x58, 0x5b, 0xaa, 0xed, 0x00, + 0x7f, 0xd8, 0x78, 0x95, 0xf0, 0x52, 0x9b, 0xb6, 0x32, 0x20, 0x9b, 0xb6, 0xa7, 0x6f, 0x6f, 0xdb, + 0x29, 0x27, 0x42, 0x6c, 0x43, 0xc4, 0x77, 0xba, 0x40, 0xda, 0x96, 0xe9, 0x33, 0x40, 0x57, 0xdb, + 0x59, 0x86, 0xb4, 0x89, 0x7e, 0x1f, 0x86, 0x19, 0x91, 0x39, 0xbd, 0x5e, 0x4f, 0x38, 0x8a, 0xdb, + 0x52, 0xa2, 0xf8, 0x92, 0xd3, 0x1c, 0x89, 0xc3, 0x09, 0x1e, 0x50, 0x94, 0x3b, 0x52, 0xca, 0xa7, + 0xf5, 0x60, 0x7b, 0xbb, 0x7c, 0xc9, 0x9d, 0x2a, 0x6c, 0x90, 0x08, 0x33, 0x9c, 0x3b, 0xd5, 0x47, + 0x3a, 0x17, 0x9c, 0x09, 0x1f, 0x0f, 0x9f, 0x3e, 0x99, 0x24, 0x3b, 0xb1, 0x13, 0x94, 0x3a, 0x7c, + 0x80, 0x4c, 0x44, 0xeb, 0x16, 0xa5, 0xb9, 0x5c, 0xca, 0x19, 0xb6, 0xe6, 0xc7, 0xb7, 0x75, 0xc9, + 0xb3, 0x37, 0xc6, 0xb3, 0x16, 0x6b, 0x7a, 0xe3, 0xae, 0x91, 0xd8, 0x2e, 0x2d, 0x17, 0xb9, 0xde, + 0x9b, 0xe1, 0xea, 0x89, 0x02, 0xa2, 0xf2, 0xc2, 0x26, 0x4e, 0x45, 0x39, 0x6f, 0xe6, 0x5a, 0xa6, + 0xb8, 0x1d, 0x4d, 0x6f, 0xa9, 0x32, 0x2c, 0xf7, 0xcd, 0x19, 0x0b, 0x1c, 0xad, 0x7c, 0x2c, 0x3e, + 0x95, 0x93, 0xab, 0x24, 0x1e, 0xc5, 0x76, 0x71, 0x0a, 0x3c, 0x91, 0xef, 0x3a, 0x7b, 0x2a, 0x1b, + 0x37, 0x1c, 0x26, 0xf3, 0x2a, 0xdf, 0xff, 0x3a, 0xdc, 0xa3, 0x7d, 0x39, 0xca, 0x8a, 0xb1, 0x75, + 0xb8, 0x07, 0x23, 0x76, 0xfc, 0xbd, 0x2c, 0x96, 0xf1, 0xd8, 0xfa, 0x6f, 0x9a, 0x86, 0xc0, 0x7b, + 0x50, 0x89, 0x01, 0x00 }; diff --git a/wled00/ntp.cpp b/wled00/ntp.cpp index 25f39c33..00d33623 100644 --- a/wled00/ntp.cpp +++ b/wled00/ntp.cpp @@ -1,5 +1,6 @@ #include "src/dependencies/timezone/Timezone.h" #include "wled.h" +#include "wled_math.h" /* * Acquires time from NTP server @@ -316,8 +317,8 @@ void checkTimers() // get sunrise (or sunset) time (in minutes) for a given day at a given geo location int getSunriseUTC(int year, int month, int day, float lat, float lon, bool sunset=false) { //1. first calculate the day of the year - float N1 = floor(275 * month / 9); - float N2 = floor((month + 9) / 12); + float N1 = 275 * month / 9; + float N2 = (month + 9) / 12; float N3 = (1 + floor((year - 4 * floor(year / 4) + 2) / 3)); float N = N1 - (N2 * N3) + day - 30; @@ -329,10 +330,10 @@ int getSunriseUTC(int year, int month, int day, float lat, float lon, bool sunse float M = (0.9856 * t) - 3.289; //4. calculate the Sun's true longitude - float L = fmod(M + (1.916 * sin(DEG_TO_RAD*M)) + (0.020 * sin(2*DEG_TO_RAD*M)) + 282.634, 360.0); + float L = fmod(M + (1.916 * sin_t(DEG_TO_RAD*M)) + (0.020 * sin_t(2*DEG_TO_RAD*M)) + 282.634, 360.0); //5a. calculate the Sun's right ascension - float RA = fmod(RAD_TO_DEG*atan(0.91764 * tan(DEG_TO_RAD*L)), 360.0); + float RA = fmod(RAD_TO_DEG*atan_t(0.91764 * tan_t(DEG_TO_RAD*L)), 360.0); //5b. right ascension value needs to be in the same quadrant as L float Lquadrant = floor( L/90) * 90; @@ -343,16 +344,16 @@ int getSunriseUTC(int year, int month, int day, float lat, float lon, bool sunse RA /= 15.; //6. calculate the Sun's declination - float sinDec = 0.39782 * sin(DEG_TO_RAD*L); - float cosDec = cos(asin(sinDec)); + float sinDec = 0.39782 * sin_t(DEG_TO_RAD*L); + float cosDec = cos_t(asin_t(sinDec)); //7a. calculate the Sun's local hour angle - float cosH = (sin(DEG_TO_RAD*ZENITH) - (sinDec * sin(DEG_TO_RAD*lat))) / (cosDec * cos(DEG_TO_RAD*lat)); + float cosH = (sin_t(DEG_TO_RAD*ZENITH) - (sinDec * sin_t(DEG_TO_RAD*lat))) / (cosDec * cos_t(DEG_TO_RAD*lat)); if (cosH > 1 && !sunset) return 0; // the sun never rises on this location (on the specified date) if (cosH < -1 && sunset) return 0; // the sun never sets on this location (on the specified date) //7b. finish calculating H and convert into hours - float H = sunset ? RAD_TO_DEG*acos(cosH) : 360 - RAD_TO_DEG*acos(cosH); + float H = sunset ? RAD_TO_DEG*acos_t(cosH) : 360 - RAD_TO_DEG*acos_t(cosH); H /= 15.; //8. calculate local mean time of rising/setting diff --git a/wled00/set.cpp b/wled00/set.cpp index f1931cfe..72f4f58e 100644 --- a/wled00/set.cpp +++ b/wled00/set.cpp @@ -197,7 +197,7 @@ void handleSettingsSet(AsyncWebServerRequest *request, byte subPage) //SYNC if (subPage == 4) { - buttonEnabled = request->hasArg(F("BT")); + buttonType = request->arg(F("BT")).toInt(); irEnabled = request->arg(F("IR")).toInt(); int t = request->arg(F("UP")).toInt(); if (t > 0) udpPort = t; diff --git a/wled00/usermods_list.cpp b/wled00/usermods_list.cpp index 9ac12304..39e34b41 100644 --- a/wled00/usermods_list.cpp +++ b/wled00/usermods_list.cpp @@ -45,6 +45,11 @@ #include "../usermods/DHT/usermod_dht.h" #endif +#ifdef USERMOD_VL53L0X_GESTURES +#include //it's needed here to correctly resolve dependencies +#include "../usermods/VL53L0X_gestures/usermod_vl53l0x_gestures.h" +#endif + void registerUsermods() { /* @@ -87,4 +92,8 @@ void registerUsermods() #ifdef USERMOD_DHT usermods.add(new UsermodDHT()); #endif + + #ifdef USERMOD_VL53L0X_GESTURES + usermods.add(new UsermodVL53L0XGestures()); + #endif } \ No newline at end of file diff --git a/wled00/wled.cpp b/wled00/wled.cpp index b165ca9d..516c6827 100644 --- a/wled00/wled.cpp +++ b/wled00/wled.cpp @@ -239,7 +239,7 @@ void WLED::loop() lastMqttReconnectAttempt = 0; } if (millis() - lastMqttReconnectAttempt > 30000) { - lastMqttReconnectAttempt = millis(); // don't do it in initMqtt() since MQTT may be disabled + lastMqttReconnectAttempt = millis(); initMqtt(); yield(); // refresh WLED nodes list @@ -441,7 +441,8 @@ void WLED::beginStrip() if (rlyPin>=0) digitalWrite(rlyPin, (bri ? rlyMde : !rlyMde)); // disable button if it is "pressed" unintentionally - if (btnPin>=0 && isButtonPressed()) buttonEnabled = false; + if (btnPin>=0 && buttonType == BTN_TYPE_PUSH && isButtonPressed()) + buttonType = BTN_TYPE_NONE; } void WLED::initAP(bool resetAP) diff --git a/wled00/wled.h b/wled00/wled.h index 2a127486..1cb31f66 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2104121 +#define VERSION 2104141 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG @@ -182,12 +182,12 @@ WLED_GLOBAL char otaPass[33] _INIT(DEFAULT_OTA_PASS); // Hardware CONFIG (only changeble HERE, not at runtime) // LED strip pin, button pin and IR pin changeable in NpbWrapper.h! #ifndef BTNPIN -WLED_GLOBAL int8_t btnPin _INIT(-1); +WLED_GLOBAL int8_t btnPin _INIT(0); #else WLED_GLOBAL int8_t btnPin _INIT(BTNPIN); #endif #ifndef RLYPIN -WLED_GLOBAL int8_t rlyPin _INIT(-1); +WLED_GLOBAL int8_t rlyPin _INIT(12); #else WLED_GLOBAL int8_t rlyPin _INIT(RLYPIN); #endif @@ -198,7 +198,7 @@ WLED_GLOBAL bool rlyMde _INIT(true); WLED_GLOBAL bool rlyMde _INIT(RLYMDE); #endif #ifndef IRPIN -WLED_GLOBAL int8_t irPin _INIT(-1); +WLED_GLOBAL int8_t irPin _INIT(4); #else WLED_GLOBAL int8_t irPin _INIT(IRPIN); #endif @@ -253,7 +253,7 @@ WLED_GLOBAL NodesMap Nodes; WLED_GLOBAL bool nodeListEnabled _INIT(true); WLED_GLOBAL bool nodeBroadcastEnabled _INIT(true); -WLED_GLOBAL bool buttonEnabled _INIT(true); +WLED_GLOBAL byte buttonType _INIT(BTN_TYPE_PUSH); WLED_GLOBAL byte irEnabled _INIT(0); // Infrared receiver WLED_GLOBAL uint16_t udpPort _INIT(21324); // WLED notifier default port diff --git a/wled00/wled_eeprom.cpp b/wled00/wled_eeprom.cpp index 3594d238..cd428636 100644 --- a/wled00/wled_eeprom.cpp +++ b/wled00/wled_eeprom.cpp @@ -93,7 +93,7 @@ void loadSettingsFromEEPROM() notifyButton = EEPROM.read(230); notifyTwice = EEPROM.read(231); - buttonEnabled = EEPROM.read(232); + buttonType = EEPROM.read(232) ? BTN_TYPE_PUSH : BTN_TYPE_NONE; staticIP[0] = EEPROM.read(234); staticIP[1] = EEPROM.read(235); diff --git a/wled00/wled_math.h b/wled00/wled_math.h new file mode 100644 index 00000000..8184dcf2 --- /dev/null +++ b/wled00/wled_math.h @@ -0,0 +1,71 @@ +#ifndef WLED_MATH_H +#define WLED_MATH_H + +/* + * Contains some trigonometric functions. + * The ANSI C equivalents are likely faster, but using any sin/cos/tan function incurs a memory penalty of 460 bytes on ESP8266, likely for lookup tables. + * This implementation has no extra static memory usage. + * + * Source of the cos_t() function: https://web.eecs.utk.edu/~azh/blog/cosine.html (cos_taylor_literal_6terms) + */ + +#include //PI constant + +#define modd(x, y) ((x) - (int)((x) / (y)) * (y)) + +double cos_t(double x) +{ + x = modd(x, TWO_PI); + char sign = 1; + if (x > PI) + { + x -= PI; + sign = -1; + } + double xx = x * x; + + return sign * (1 - ((xx) / (2)) + ((xx * xx) / (24)) - ((xx * xx * xx) / (720)) + ((xx * xx * xx * xx) / (40320)) - ((xx * xx * xx * xx * xx) / (3628800)) + ((xx * xx * xx * xx * xx * xx) / (479001600))); +} + +double sin_t(double x) { + return cos_t(HALF_PI - x); +} + +double tan_t(double x) { + double c = cos_t(x); + if (c==0.0) return 0; + return sin_t(x) / c; +} + +//https://stackoverflow.com/questions/3380628 +// Absolute error <= 6.7e-5 +float acos_t(float x) { + float negate = float(x < 0); + x = std::abs(x); + float ret = -0.0187293; + ret = ret * x; + ret = ret + 0.0742610; + ret = ret * x; + ret = ret - 0.2121144; + ret = ret * x; + ret = ret + HALF_PI; + ret = ret * sqrt(1.0-x); + ret = ret - 2 * negate * ret; + return negate * PI + ret; +} + +float asin_t(float x) { + return HALF_PI - acos_t(x); +} + +//https://stackoverflow.com/a/42542593 +#define A 0.0776509570923569 +#define B -0.287434475393028 +#define C ((HALF_PI/2) - A - B) + +double atan_t(double x) { + double xx = x * x; + return ((A*xx + B)*xx + C)*x; +} + +#endif \ No newline at end of file diff --git a/wled00/xml.cpp b/wled00/xml.cpp index f1c2f0fc..85df9ff7 100644 --- a/wled00/xml.cpp +++ b/wled00/xml.cpp @@ -394,7 +394,7 @@ void getSettingsJS(byte subPage, char* dest) if (subPage == 4) { - sappend('c',SET_F("BT"),buttonEnabled); + sappend('v',SET_F("BT"),buttonType); sappend('v',SET_F("IR"),irEnabled); sappend('v',SET_F("UP"),udpPort); sappend('v',SET_F("U2"),udpPort2);