Sitemap / Advertise

Introduction

Via Nano 33 BLE, collate local weather data, build and train a TensorFlow neural network model, and run the model to predict air quality.


Tags

Share

O3-enabled BLE Weather Station Predicting Air Quality w/ TensorFlow

Advertisement:


read_later

Read Later



read_later

Read Later

Introduction

Via Nano 33 BLE, collate local weather data, build and train a TensorFlow neural network model, and run the model to predict air quality.

Tags

Share





Advertisement

Advertisement




    Components :
  • [1]Arduino Nano 33 BLE
  • [1]Raspberry Pi 3B+ or 4
  • [1]DFRobot I2C Ozone Sensor
  • [1]DFRobot Anemometer Kit
  • [1]DFRobot 8.9" 1920x1200 IPS Touch Display
  • [1]Creality CR-6 SE 3D Printer
  • [1]BMP180 Precision Sensor
  • [1]SSD1306 OLED Display (128x64)
  • [1]5mm Green LED
  • [1]Button (6x6)
  • [1]2.2K Resistor
  • [1]3.3K Resistor
  • [1]Xiaomi 20000 mAh 3 Pro Type-C Power Bank
  • [1]USB Buck-Boost Converter Board
  • [1]Breadboard
  • [1]Jumper Wires

Description

Since the risk of breathing polluted air with poor quality has been increased precipitously in recent decades, measuring air quality to take precautions so as to keep our respiratory system healthy is crucial, especially for sensitive groups, which include people with lung disease such as asthma, older adults, children, teenagers, and people who are active outdoors[1]. Even though there are international efforts to reduce air pollution and deplete air pollutants, tracking air quality locally to get prescient warnings regarding pulmonary risk factors is yet a pressing issue.

Although many factors can lead to poor air quality, the two most common are related to elevated concentrations of ground-level ozone and particulate matter. Ground-level ozone forms when nitrogen oxides (NOx) from sources like vehicle exhaust and industrial emissions react with organic compounds in the presence of heat and sunlight. In other words, ozone forms when two types of pollutants (VOCs and NOx) react in sunlight. These pollutants usually come from vehicles, industries, power plants, and products such as solvents and paints. On the other hand, the particulate matter in the air consists of solid and liquid particles, including smoke, dust, and other aerosols - some of which are by-products of chemical transformations[2].

Furthermore, air pollutants may affect people differently depending on weather conditions. Since different aspects of the weather affect the amounts of ozone and particulates present in a specific area, the vagaries of the weather have a veritable impact on air quality. Sunshine, rain, higher temperatures, wind speed, air turbulence, and mixing depths fluctuate pollutant concentrations. Therefore, tracking air quality levels locally is essential to prevent respiratory disease risks, especially for sensitive groups. However, unfortunately, we still have paltry or inadequate appliances (air quality monitors or weather stations) to track air quality locally in some regions.

After perusing recent research papers on air quality and pollution, I decided to utilize ozone concentration in the air as an indicator of air pollution and create a budget-friendly weather station forecasting air quality levels in the hope of making monitoring air quality levels accessible to anyone. Ground-level ozone (O3) can cause breathing difficulty, aggravate chronic respiratory diseases, make the lungs more susceptible to infection, and increase the frequency of asthma attacks[1]. Therefore, ozone concentration in the air can be utilized as a parameter in addition to local weather data to forecast air quality levels so as to prevent detrimental respiratory disease risks.

Since air quality fluctuates according to various phenomena, some of which are not fully fathomed yet, it is not possible to extrapolate and construe air quality by only employing limited local weather data with ozone concentration without applying algorithms. Hence, I decided to utilize local Air Quality Index (AQI) assessments provided by IQAir as labels to build and train an artificial neural network model to forecast air quality levels based on local weather data with ozone concentration.

I decided to utilize an Arduino Nano 33 BLE in this project since it can easily collect local weather data with ozone concentration and run my neural network model outdoors after being trained. To collect the required data to train my model, I connected an I2C ozone sensor, an anemometer, and a BMP180 precision sensor to the Nano 33 BLE. Then, I added an SSD1306 OLED display to monitor the collected data in the field.

Since I collected local weather data with ozone concentration on my balcony, I was able to transmit the collected data from the Nano 33 BLE to a Raspberry Pi 4 in my house over BLE instead of sending data packets to a web server as usual. In that regard, I was able to transfer data packets via the Nano 33 BLE without requiring any additional procedures.

After completing my data set, I built my artificial neural network model (ANN) with TensorFlow to make predictions on air quality levels (classes) based on local weather data with ozone concentration. By the given date, I assigned an air quality class (label) based on local Air Quality Index (AQI) assessments provided by IQAir for each input:

After training and testing my neural network model, I converted it from a TensorFlow Keras H5 model to a C array (.h file) to execute the model on the Nano 33 BLE. Therefore, the weather station is capable of detecting air quality levels (classes) by running the model in the field precisely.

Lastly, to make the weather station as sturdy and robust as possible while enduring harsh weather conditions, I designed a windmill-themed case (3D printable).

So, this is my project in a nutshell 😃

In the following steps, you can find more detailed information on coding, logging data over BLE, building an artificial neural network model with TensorFlow, and running it on the Nano 33 BLE.

🎁🎨 Huge thanks to DFRobot for sponsoring this project.

Sponsored products by DFRobot:

⭐ DFRobot I2C Ozone Sensor | Inspect

⭐ DFRobot Anemometer Kit | Inspect

⭐ DFRobot 8.9" 1920x1200 IPS Touch Display | Inspect

🎁🎨 Also, huge thanks to Creality3D for sponsoring a Creality CR-6 SE 3D Printer.

🎁🎨 If you want to purchase some products from Creality3D, you can use my 10% discount coupon (Aktar10) even for their new and most popular printers: CR-10 Smart, CR-30 3DPrintMill, Ender-3 Pro, and Ender-3 V2.

🎁🎨 You can also use the coupon for Creality filaments, such as Upgraded PLA (200g x 5 Pack), PLA White, and PLA Black.

project-image
Figure - 73.1


project-image
Figure - 73.2


project-image
Figure - 73.3


project-image
Figure - 73.4

Step 1: Designing and printing a windmill-themed case

Since I wanted to collect local weather data with ozone concentration on my balcony outdoors, I decided to design a windmill-themed case for this project to create a robust and sturdy weather station operating flawlessly while enduring harsh weather conditions.

I designed the weather station case in Autodesk Fusion 360. You can download its STL file below.

project-image
Figure - 73.5


project-image
Figure - 73.6

For the windmill affixed to the weather station case, I combined these two models from Thingiverse:

Then, I sliced 3D models (STL files) in Ultimaker Cura.

project-image
Figure - 73.7


project-image
Figure - 73.8

Since I wanted to create a solid structure for the weather station and apply seamless wood texture to the windmill, I utilized these PLA filaments:

Finally, I printed all parts (models) with my Creality CR-6 SE 3D Printer. Although I am a novice in 3D printing and it is my first 3D printer, I got incredible results effortlessly with the CR-6 SE :)

project-image
Figure - 73.9

Step 1.1: Assembling the case and making connections & adjustments


// Connections
// Arduino Nano 33 BLE :  
//                                DFRobot IIC Ozone Sensor
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                BMP180 Barometric Pressure/Temperature/Altitude Sensor
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                SSD1306 OLED Display (128x64)
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                DFRobot Anemometer Kit
// A0  --------------------------- S (Yellow)
//                                5mm Green LED
// D2  --------------------------- +
//                                Button (6x6)
// D3  --------------------------- +

To collect and display local weather data with ozone concentration, I connected the I2C ozone sensor, the anemometer, the BMP180 precision sensor, and the SSD1306 OLED screen to the Nano 33 BLE. Also, I added a 5mm green LED to indicate outcomes of operating functions and a button (6x6) to run my neural network model effortlessly, as shown in the schematic below.

Since the anemometer requires a 9-24V supply voltage and generates a 0-5V output voltage (signal), it cannot be connected directly to the Nano 33 BLE operating at 3.3V. Therefore, I connected a USB buck-boost converter board to the Xiaomi power bank to elicit stable 20V to supply the anemometer. Then, I utilized a simple step-down circuit (2.2K + 3.3K) to convert the anemometer's 5V output signal to approximate 3.3V logic input.

When the I2C ozone sensor is powered up for the first time, the sensor requires operating for about 24-48 hours to generate calibrated and stable results. In my case, the I2C ozone sensor started to generate stable results after 29 hours of working. Although the I2C ozone sensor needs to be calibrated once, it has a preheat time of about 3 minutes to evaluate ozone concentration precisely.

First of all, I soldered jumper wires to the anemometer's cable to connect it to the Nano 33 BLE successfully via the breadboard.

project-image
Figure - 73.10

After printing all parts (models) and completing connections on the breadboard successfully, I fastened all components to the weather station case and made breadboard connection points rigid by utilizing a hot glue gun.

project-image
Figure - 73.11


project-image
Figure - 73.12


project-image
Figure - 73.13


project-image
Figure - 73.14


project-image
Figure - 73.15


project-image
Figure - 73.16

Finally, I placed the breadboard into the weather station case and attached the windmill on the top.

project-image
Figure - 73.17

Step 2: Setting up the Arduino Nano 33 BLE

Since the Arduino Nano 33 BLE can transmit data packets over BLE in short-range, from my balcony to my house (below 3 meters), I decided to utilize my Raspberry Pi 4 so as to obtain the transferred data packets and log the collected local weather data with ozone concentration without applying any additional procedures. However, before proceeding with the following steps, I needed to set up the Arduino Nano 33 BLE on the Arduino IDE and install the required libraries for this project.

#️⃣ To install the required core, navigate to Tools ➡ Board ➡ Boards Manager and search for Arduino Mbed OS Nano Boards.

project-image
Figure - 73.18


project-image
Figure - 73.19

#️⃣ Then, to select the Nano 33 BLE, go to Tools ➡ Board ➡ Arduino Mbed OS Nano Boards.

project-image
Figure - 73.20

#️⃣ To download the ArduinoBLE library on the Arduino IDE, go to Sketch ➡ Include Library ➡ Manage Libraries… and search for ArduinoBLE.

project-image
Figure - 73.21

#️⃣ Download the required libraries for the I2C ozone sensor, the BMP180 precision sensor, and the SSD1306 OLED display:

DFRobot_OzoneSensor | Download

Adafruit-BMP085-Library | Download

Adafruit_SSD1306 | Download

Adafruit-GFX-Library | Download

Step 2.1: Displaying images on the SSD1306 OLED screen

To display images (black and white) on the SSD1306 OLED screen successfully, I needed to create monochromatic bitmaps from PNG or JPG files and convert the bitmaps to data arrays.

#️⃣ First of all, download the LCD Assistant.

#️⃣ Then, upload a monochromatic bitmap and select Vertical or Horizontal depending on the screen type.

#️⃣ Convert the image (bitmap) and save the output (data array).

#️⃣ Finally, add the data array to the code and print it on the screen:


static const unsigned char PROGMEM _error [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0xE0, 0x07, 0x00, 0x01, 0x80, 0x01, 0x80,
0x06, 0x00, 0x00, 0x60, 0x0C, 0x00, 0x00, 0x30, 0x08, 0x01, 0x80, 0x10, 0x10, 0x03, 0xC0, 0x08,
0x30, 0x02, 0x40, 0x0C, 0x20, 0x02, 0x40, 0x04, 0x60, 0x02, 0x40, 0x06, 0x40, 0x02, 0x40, 0x02,
0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02,
0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x03, 0xC0, 0x02, 0x40, 0x01, 0x80, 0x02,
0x40, 0x00, 0x00, 0x02, 0x60, 0x00, 0x00, 0x06, 0x20, 0x01, 0x80, 0x04, 0x30, 0x03, 0xC0, 0x0C,
0x10, 0x03, 0xC0, 0x08, 0x08, 0x01, 0x80, 0x10, 0x0C, 0x00, 0x00, 0x30, 0x06, 0x00, 0x00, 0x60,
0x01, 0x80, 0x01, 0x80, 0x00, 0xE0, 0x07, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00
};

...

display.clearDisplay(); 
display.drawBitmap(48, 0, _error, 32, 32, SSD1306_WHITE);
display.display();  

project-image
Figure - 73.22


project-image
Figure - 73.23


project-image
Figure - 73.24

Step 3: Collecting local weather data and transferring information over BLE w/ the Nano 33 BLE

After setting up the Arduino Nano 33 BLE and installing the required libraries, I programmed the Nano 33 BLE to advertise (transmit) the collected local weather data with ozone concentration as a peripheral device.

In any Bluetooth® Low Energy (also referred to as Bluetooth® LE or BLE) connection, devices can have one of these two roles: the central and the peripheral. A peripheral device (also called a client) advertises or broadcasts information about itself to devices in its range, while a central device (also called a server) performs scans to listen for devices broadcasting information. You can get more information regarding BLE connections and procedures, such as services and characteristics, from here.

To avoid latency or packet loss while advertising (transmitting) local weather data with ozone concentration over BLE, I put all parameters (2 floats and 3 integers) in a struct to pass them at once - 20 bytes - as explained below.

You can download the ozone-enabled_weather_station_data_collect.ino file to try and inspect the code for collecting local weather data with ozone concentration and transmitting information over BLE.

⭐ Include the required libraries.


#include <ArduinoBLE.h>
#include "DFRobot_OzoneSensor.h"
#include <Adafruit_BMP085.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>

⭐ Create the BLE service and the data characteristic. Then, allow the remote device (central) to read and write.


// Create the BLE service:
BLEService air_quality_service("19B10000-E8F2-537E-4F6C-D104768A1214");

// Create the data characteristic and allow the remote device (central) to read and write:
BLECharacteristic airDataCharacteristic("19B10001-E8F2-537E-4F6C-D104768A1214", BLERead | BLEWrite, 20);

⭐ Define the collect number (1-100) for the I2C ozone sensor.

⭐ To modify the I2C address of the ozone sensor, configure the hardware IIC address by the dial switch - A0, A1 (ADDRESS_0 for [0 0]), (ADDRESS_1 for [1 0]), (ADDRESS_2 for [0 1]), (ADDRESS_3 for [1 1]).

⭐ Define the timer for the I2C ozone sensor.


#define COLLECT_NUMBER   20 
            
/*  
    The default IIC device address is ADDRESS_3: 
       ADDRESS_0               0x70  
       ADDRESS_1               0x71
       ADDRESS_2               0x72
       ADDRESS_3               0x73
*/
#define Ozone_IICAddress ADDRESS_3

// Define the IIC Ozone Sensor.
DFRobot_OzoneSensor Ozone;

// Define the timer for the IIC Ozone Sensor.
unsigned long ozone_timer = 0;
unsigned long timer = 0;

⭐ Define the BMP180 precision sensor and the anemometer kit's voltage signal pin (yellow).


Adafruit_BMP085 bmp;

// Define the anemometer kit's voltage signal pin (yellow).
#define  anemometer_signal A0

⭐ Define the SSD1306 screen settings.


#define SCREEN_WIDTH 128 // OLED display width, in pixels
#define SCREEN_HEIGHT 64 // OLED display height, in pixels
#define OLED_RESET    -1 // Reset pin # (or -1 if sharing Arduino reset pin)

Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);

⭐ Define monochrome graphics.

⭐ Create a struct (data) including all data elements to be advertised.


struct data {
  float _temperature;
  float _altitude;
  int ozoneConcentration;
  int _pressure;
  int wind_speed;
};

struct data air_Quality_Data;

⭐ To display the Nano 33 BLE address information successfully, uncomment the line below and wait for the serial monitor to be initialized.


//while(!Serial);

⭐ Start the timer and initialize the SSD1306 screen.


  ozone_timer = millis();

  // Initialize the SSD1306 screen:
  display.begin(SSD1306_SWITCHCAPVCC, 0x3C);
  display.display();
  delay(1000);

⭐ In the err_msg function, show the error message on the SSD1306 screen.


void err_msg(){
  // Show the error message on the SSD1306 screen.
  display.clearDisplay();   
  display.drawBitmap(48, 0, _error, 32, 32, SSD1306_WHITE);
  display.setTextSize(1); 
  display.setTextColor(SSD1306_WHITE);
  display.setCursor(0,40); 
  display.println("Check the serial monitor to see the error!");
  display.display();  
}

⭐ Check the I2C ozone sensor connection status and set the ozone sensor mode (active or passive).


  while(!Ozone.begin(Ozone_IICAddress)){
    Serial.println("IIC Ozone Sensor is not found!");
    err_msg();
    delay(1000);
  }
  Serial.println("\nIIC Ozone Sensor is connected successfully!\n");
  
  /*   
     Set IIC Ozone Sensor mode:
       MEASURE_MODE_AUTOMATIC    // active  mode
       MEASURE_MODE_PASSIVE      // passive mode
  */
  Ozone.SetModes(MEASURE_MODE_PASSIVE);

⭐ Check the BMP180 precision sensor connection status.


  while(!bmp.begin()){
    Serial.println("BMP180 Barometric Pressure/Temperature/Altitude Sensor is not found!");
    err_msg();
    delay(1000);
  }
  Serial.println("\nBMP180 Barometric Pressure/Temperature/Altitude Sensor is connected successfully!\n");

⭐ Check the BLE initialization status and print the Nano 33 BLE address information.


  while(!BLE.begin()){
    Serial.println("BLE initialization is failed!");
    err_msg();
  }
  Serial.println("\nBLE initialization is successful!\n");
  // Print this peripheral device's address information:
  Serial.print("MAC Address: "); Serial.println(BLE.address());
  Serial.print("Service UUID Address: "); Serial.println(air_quality_service.uuid());
  Serial.print("Characteristic UUID Address: ");Serial.println(airDataCharacteristic.uuid());
  Serial.println();

⭐ Set the local name (AirQuality) for the Nano 33 BLE and the UUID for the service the Nano 33 BLE advertises.

⭐ Add the data characteristic to the service. Then, add the service to the device.

⭐ Assign event handlers for connected and disconnected devices to/from the Nano 33 BLE.

⭐ Set the initial value for the data characteristic.

⭐ Finally, start advertising (broadcasting) information.


  BLE.setLocalName("AirQuality");
  // Set the UUID for the service this peripheral advertises:
  BLE.setAdvertisedService(air_quality_service);

  // Add the given characteristic to the service:
  air_quality_service.addCharacteristic(airDataCharacteristic);

  // Add the service to the device:
  BLE.addService(air_quality_service);

  // Assign event handlers for connected, disconnected devices to this peripheral:
  BLE.setEventHandler(BLEConnected, blePeripheralConnectHandler);
  BLE.setEventHandler(BLEDisconnected, blePeripheralDisconnectHandler);

  // Set the initial value for the given characteristic: 
  airDataCharacteristic.writeValue((byte)0);

  // Start advertising:
  BLE.advertise();
  Serial.println(("Bluetooth device active, waiting for connections..."));

⭐ In the update_characteristics function, update the data characteristic by utilizing the data struct to advertise (transmit) the collected information at once.


void update_characteristics(){
  // Update the data characteristic with the data struct:
  air_Quality_Data._temperature = _temperature;
  air_Quality_Data._altitude = _altitude;
  air_Quality_Data.ozoneConcentration = ozoneConcentration;
  air_Quality_Data._pressure = _pressure;
  air_Quality_Data.wind_speed = wind_speed;
  airDataCharacteristic.writeValue((byte *) &air_Quality_Data, 20);
}

⭐ Wait until the I2C ozone sensor heats for 3 minutes.

⭐ Advertise (transmit) the collected local weather data with ozone concentration to Raspberry Pi over BLE every 20 seconds.

⭐ After updating characteristics, notify the user by blinking the 5mm green LED.


  // Wait until the IIC Ozone Sensor heats for 3 minutes.
  while (millis() - ozone_timer < 3*60*1000){ if (millis() - timer > 1000){ timer = millis(); } }
  // Transmit the collected weather (air quality) data to Raspberry Pi over BLE every 20 seconds.
  if (millis() - timer > 20000){
    update_characteristics();
    // After updating characteristics, notify the user.
    display.clearDisplay();   
    display.drawBitmap(48, 0, _weather, 32, 32, SSD1306_WHITE);
    display.setTextSize(1); 
    display.setTextColor(SSD1306_WHITE);
    display.setCursor(0,40);
    display.println("Given BLE characteristics are updated successfully!");
    display.display();
    digitalWrite(notification, HIGH); delay(1500); digitalWrite(notification, LOW);  
    timer = millis();
  }

⭐ In the collect_ozone_concentration function, get the ozone concentration evaluation generated by the I2C ozone sensor.


void collect_ozone_concentration(){
  ozoneConcentration = Ozone.ReadOzoneData(COLLECT_NUMBER);
  Serial.print("\n\nOzone Concentration => "); Serial.print(ozoneConcentration); Serial.println(" PPB");
}

⭐ In the collect_BMP180_data function, obtain temperature, pressure, altitude, sea level pressure, and real altitude values generated by the BMP180 precision sensor:

⭐ Calculate altitude assuming 'standard' barometric pressure of 1013.25 millibars (101325 Pascal).

⭐ If needed, to get a more precise altitude measurement, use the current sea level pressure, which varies with the weather conditions.


void collect_BMP180_data(){
  _temperature = bmp.readTemperature();
  _pressure = bmp.readPressure();
  // Calculate altitude assuming 'standard' barometric pressure of 1013.25 millibars (101325 Pascal).
  _altitude = bmp.readAltitude();
  _sea_level_pressure = bmp.readSealevelPressure();
  // To get a more precise altitude measurement, use the current sea level pressure, which will vary with the weather conditions. 
  _real_altitude = bmp.readAltitude(101500);
  // Print the data generated by the BMP180 Barometric Pressure/Temperature/Altitude Sensor.
  Serial.print("Temperature => "); Serial.print(_temperature); Serial.println(" *C");
  Serial.print("Pressure => "); Serial.print(_pressure); Serial.println(" Pa");
  Serial.print("Altitude => "); Serial.print(_altitude); Serial.println(" meters");
  Serial.print("Pressure at sea level (calculated) => "); Serial.print(_sea_level_pressure); Serial.println(" Pa");
  Serial.print("Real Altitude => "); Serial.print(_real_altitude); Serial.println(" meters");
}

⭐ In the collect_anemometer_data function, calculate the wind speed (level) [1 - 30] according to the output voltage (signal).

Since I converted the anemometer's 5V output signal to approximate 3.3V logic input, I changed the original formula and added a calibration value (0.1) according to my experiments with the anemometer kit.


void collect_anemometer_data(){
  float outvoltage = (analogRead(A0) * (3.3 / 1023.0)) + 0.1;
  // Calculate the wind speed (level) [1 - 30] according to the output voltage: 
  wind_speed = 6 * outvoltage;
  // Print the data generated by the Anemometer Kit.
  Serial.print("Wind Speed (Level) => "); Serial.print(wind_speed);
}

⭐ In the show_weather_data function, display the collected local weather data with ozone concentration on the SSD1306 screen.


void show_weather_data(){
  display.clearDisplay();   
  display.setTextSize(1); 
  display.setTextColor(SSD1306_WHITE);
  display.setCursor(0,8); 
  display.println("Ozone Con. => " + String(ozoneConcentration) + " PPB");
  display.println("Wind Speed => " + String(wind_speed));
  display.println("Temp. => " + String(_temperature) + " *C");
  display.println("Pressure => " + String(_pressure) + " Pa");
  display.println("Altitude => " + String(_altitude) + " m");
  display.display();  
}

project-image
Figure - 73.25


project-image
Figure - 73.26


project-image
Figure - 73.27


project-image
Figure - 73.28


project-image
Figure - 73.29

Step 3.1: Advertising local weather data and ozone concentration with the weather station

After uploading and running the code for collecting local weather data with ozone concentration and advertising (transmitting) information over BLE on the Nano 33 BLE:

🌳🏭 The weather station waits until the I2C ozone sensor heats for 3 minutes.

project-image
Figure - 73.30

🌳🏭 Then, the weather station displays all data elements to be advertised (transmitted) to the central device (Raspberry Pi) on the SSD1306 OLED screen:

project-image
Figure - 73.31


project-image
Figure - 73.32


project-image
Figure - 73.33

🌳🏭 The weather station advertises (transmits) the collected local weather data with ozone concentration to the central device over BLE every 20 seconds.

🌳🏭 After updating characteristics and transmitting the data packet successfully, the weather station notifies the user by making the 5mm green LED blink and displaying this message on the SSD1306 screen: Given BLE characteristics are updated successfully!

project-image
Figure - 73.34

🌳🏭 Also, the weather station prints the collected local weather data with ozone concentration on the serial monitor.

project-image
Figure - 73.35

🌳🏭 If required, the weather station prints the Nano 33 BLE (peripheral device) address information on the serial monitor:

MAC Address: 4c:f9:a9:9a:b2:da

Service UUID Address: 19B10000-E8F2-537E-4F6C-D104768A1214

Characteristic UUID Address: 19B10001-E8F2-537E-4F6C-D104768A1214

project-image
Figure - 73.36

🌳🏭 If the Nano 33 BLE encounters an error while running the code, the weather station shows the error message on the SSD1306 screen and prints the error description on the serial monitor.

project-image
Figure - 73.37


project-image
Figure - 73.38

Step 4: Logging data broadcasted by the Nano 33 BLE w/ Raspberry Pi

After setting up the Nano 33 BLE as the peripheral device to advertise (transmit) data packets over BLE, I decided to employ my Raspberry Pi 4 as the central device to log the collected local weather data with ozone concentration.

First, to enable BLE communication in Python, I installed the bluepy module by executing the command below:

sudo pip install bluepy

project-image
Figure - 73.39

To receive data packets over BLE and save them to a CSV file, I developed an application in Python. As shown below, the application consists of two files:

project-image
Figure - 73.40

Then, I created a class named air_quality in the air_quality_BLE_data_collection.py file to execute the following functions precisely.

⭐ Include the required modules.


from bluepy import btle
from struct import unpack
from csv import writer
from time import sleep
import datetime

⭐ In the __init__ function, define the peripheral device and characteristics with the Nano 33 BLE address information.


    def __init__(self):
        # Define the Arduino Nano 33 BLE's address information:
        self.MAC_Address = "4c:f9:a9:9a:b2:da"
        self.Service_UUID_Address = "19B10000-E8F2-537E-4F6C-D104768A1214"
        self.Characteristic_UUID_Address = "19B10001-E8F2-537E-4F6C-D104768A1214"
        # Define the peripheral device:
        self.device = btle.Peripheral(self.MAC_Address)
        # Define the characteristics:
        self.characteristics = self.device.getCharacteristics()

⭐ In the print_service function, display the given service information if required.


    def print_service(self):
        service = self.device.getServiceByUUID(btle.UUID(self.Service_UUID_Address))
        print(service.getCharacteristics())

⭐ In the obtain_characteristics function, create an array (air_data) from the received data packet over BLE:

⭐ By utilizing the unpack function, decode the data packet advertised (transmitted) by the Nano 33 BLE as a struct. Then, add the derived data elements to the air_data array.

⭐ Append the current date and time as a data element to the air_data array.

⭐ Print the air_data array.


    def obtain_characteristics(self):
        self.air_data = []
        # Create the air quality data array:
        for data in self.characteristics:
            if(data.uuid == self.Characteristic_UUID_Address):
                #print(data.read())
                self.air_data.extend(unpack('ffiii', data.read()))
                # Add the date to the air quality data array:
                _date = datetime.datetime.now().strftime("%m-%d-%y_%H:%M:%S")
                self.air_data.append(_date)
                # Print the air quality data array:
                print(self.air_data)
        sleep(1)

⭐ In the insert_data_to_CSV function, insert the recently generated air_data array into the given CSV file as a new row.


    def insert_data_to_CSV(self, file_name):
        with open(file_name, "a", newline="") as f:
            # Add a new row:
            writer(f).writerow(self.air_data)
            f.close()

⭐ Get the updated characteristics over BLE and insert them into the given CSV file every 30 seconds.

⭐ If the KeyboardInterrupt is caught, disconnect from the peripheral device.


try:
    while True:
        # Get the updated characteristics and insert them into the given CSV file every 30 seconds:
        air_quality_data.obtain_characteristics()
        air_quality_data.insert_data_to_CSV("air_quality_data_set.csv")
        sleep(30)
except KeyboardInterrupt:
        # Disconnect BLE:
        air_quality_data.device.disconnect()
        print("\r\nPeripheral Disconnected!")

project-image
Figure - 73.41


project-image
Figure - 73.42

After executing the code for logging the transmitted data packets:

🌳🏭 Every 30 seconds, Raspberry Pi converts the data packet advertised (transmitted) by the Nano 33 BLE as a struct to an array, adds the current date and time as a data element, and prints the recently generated array on the shell.

project-image
Figure - 73.43

🌳🏭 Then, Raspberry Pi inserts the recently generated array to the air_quality_data_set.csv file as a new row.

project-image
Figure - 73.44

🌳🏭 If the KeyboardInterrupt is caught, Raspberry Pi disconnects from the peripheral device (Nano 33 BLE).

project-image
Figure - 73.45

As far as my experiments go while transmitting data packets from my balcony to my house (below 3 meters), I have not encountered any problems :)

project-image
Figure - 73.46


project-image
Figure - 73.47

Step 5: Obtaining Air Quality Index (AQI) estimations by date to assign accurate labels

Since motley phenomena and the vagaries of the weather, some of which are not fully fathomed yet, have a veritable impact on air quality, it is struggling to extrapolate and interpret air quality levels by merely utilizing limited local weather data with ozone concentration without applying algorithms. Therefore, I decided to build and train a neural network model to forecast air quality levels with the weather station in the field.

However, before training my neural network, I needed to assign accurate labels for each data record so as to forecast air quality levels precisely with the limited data volume.

Since IQAir calculates the Air Quality Index (AQI) estimations based on satellite PM2.5 data for locations lacking ground-based air monitoring stations and provides hourly AQI estimations with air quality levels by location, I decided to employ IQAir to obtain accurate labels for my neural network model.

Therefore, while collecting local weather data with ozone concentration over BLE, I added the current date and time as a data element.

📌 Data elements:

By utilizing the Date element (attribute), I derived labels for each data record from AQI assessments for my location provided by IQAir:

project-image
Figure - 73.48


project-image
Figure - 73.49


project-image
Figure - 73.50


project-image
Figure - 73.51

After collecting local weather data with ozone concentration for 15 days, I assigned a label for each data record and stored them in the labels NumPy array in the labels.py file.

project-image
Figure - 73.52

Step 6: Building an Artificial Neural Network (ANN) with TensorFlow

When I completed collating my local weather data set (w/ ozone concentration) and deriving labels, I had started to work on my artificial neural network model (ANN) to make predictions on air quality levels (classes).

I decided to create my neural network model with TensorFlow in Python. Thus, first of all, I followed the steps below to grasp a better understanding of my data set so as to train my model accurately:

As explained in the previous steps, I derived labels from the Air Quality Index (AQI) estimations for my location provided by IQAir. Since I had already stored the obtained labels in the labels.py file, I preprocessed my data set effortlessly to assign labels for each data record (input):

After scaling (normalizing) and preprocessing inputs, I obtained five input variables and one label for each data record in my data set. Then, I built an artificial neural network model with TensorFlow and trained it with my training data set to acquire the best results and predictions possible.

Layers:

project-image
Figure - 73.53

To execute all steps above and convert my model from a TensorFlow Keras H5 model to a C array (.h file) to run it successfully on the Nano 33 BLE, I developed an application in Python. As shown below, the application consists of three code files and two folders:

project-image
Figure - 73.54

First of all, I created a class named Air_Quality_Level in the main.py file to execute the following functions precisely.

⭐ Include the required modules.


import tensorflow as tf
from tensorflow import keras
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
from tflite_to_c_array import hex_to_c_array
from labels import labels

⭐ In the __init__ function, define the required variables and read the local weather data set (w/ ozone concentration) from the given CSV file.


    def __init__(self, csv_path):
        self.inputs = []
        self.labels = []
        self.model_name = "air_quality_level"
        # Read the collated local weather data set:
        self.df = pd.read_csv(csv_path)

I will elucidate each file and function in detail in the following steps.

project-image
Figure - 73.55

Step 6.1: Visualizing the local weather data set by ozone concentration

Since it is essential to understand a given data set to pass appropriately formatted inputs and labels to a neural network model, I decided to visualize my data set and scale (normalize) it in Python after reading it from the air_quality_data_set.csv file saved in the data folder.

⭐ In the graphics function, visualize the requested data column (field) from the given data set by utilizing the Matplotlib library.


    def graphics(self, column_1, column_2, x_label, y_label):
        # Show the requested data column from the data set:
        plt.style.use("dark_background")
        plt.gcf().canvas.set_window_title('O3-enabled BLE Weather Station Predicting Air Quality')
        plt.hist2d(self.df[column_1], self.df[column_2], cmap="summer_r")
        plt.colorbar()
        plt.xlabel(x_label)
        plt.ylabel(y_label)
        plt.title(x_label)
        plt.show()

⭐ In the data_visualization function, scrutinize all data columns (fields) before scaling and preprocessing the given data set to build a neural network model with appropriately formatted data.


    def data_visualization(self):
        # Scrutinize data columns to build a model with appropriately formatted data:
        self.graphics('Temperature', 'Ozone_Concentration', 'Temperature', 'Ozone Concentration')
        self.graphics('Altitude', 'Ozone_Concentration', 'Altitude', 'Ozone Concentration')
        self.graphics('Pressure', 'Ozone_Concentration', 'Pressure', 'Ozone Concentration')
        self.graphics('Wind Speed', 'Ozone_Concentration', 'Wind Speed', 'Ozone Concentration')

project-image
Figure - 73.56


project-image
Figure - 73.57


project-image
Figure - 73.58


project-image
Figure - 73.59

Step 6.2: Assigning labels and scaling (normalizing) data records to create inputs

After visualizing my data set, I needed to create inputs from data records to train my neural network model. Therefore, I utilized these five data elements to create inputs:

Then, I scaled (normalized) each data element to format them properly and thus extracted these scaled data elements from my data set for each data record:

⭐ In the scale_data_and_define_inputs function, divide every data element into their required values so as to make them smaller than or equal to 1.

⭐ Then, create inputs with the scaled data elements, append them to the inputs array, and convert this array to a NumPy array by using the asarray() function.

⭐ Each input includes five parameters [shape=(5,)]:


    def scale_data_and_define_inputs(self):
        self.df["scaled_Temperature"] = self.df["Temperature"] / 100
        self.df["scaled_Altitude"] = self.df["Altitude"] / 100
        self.df["scaled_Ozone"] = self.df["Ozone_Concentration"] / 1000
        self.df["scaled_Pressure"] = self.df["Pressure"] / 100000
        self.df["scaled_Wind_Speed"] = self.df["Wind Speed"] / 30
        # Create the inputs array by utilizing the scaled variables:
        for i in range(len(self.df)):
            self.inputs.append(np.array([self.df["scaled_Temperature"][i], self.df["scaled_Altitude"][i], self.df["scaled_Ozone"][i], self.df["scaled_Pressure"][i], self.df["scaled_Wind_Speed"][i]]))
        self.inputs = np.asarray(self.inputs)

As explained in Step 5, I derived labels for each data record from AQI assessments for my location provided by IQAir:

⭐ In the define_and_assign_labels function, get predefined labels [0 - 2] based on AQI estimations for each input and append them to the labels array.


    def define_and_assign_labels(self):
        self.labels = labels

project-image
Figure - 73.60

Step 6.3: Training the model (ANN) on air quality levels (classes)

After preprocessing and scaling (normalizing) my data set to create inputs and labels, I split them as training (95%) and test (5%) sets:


    def split_data(self):
        l = len(self.df)
        # (95%, 5%) - (training, test)
        self.train_inputs = self.inputs[0:int(l*0.95)]
        self.test_inputs = self.inputs[int(l*0.95):]
        self.train_labels = self.labels[0:int(l*0.95)]
        self.test_labels = self.labels[int(l*0.95):]

Then, I built my artificial neural network model (ANN) by utilizing Keras and trained it with the training set for 100 epochs.

You can inspect these tutorials to learn about activation functions, loss functions, epochs, etc.


    def build_and_train_model(self):
        # Build the neural network:
        self.model = keras.Sequential([
            keras.Input(shape=(5,)),
            keras.layers.Dense(128, activation='relu'),
            keras.layers.Dense(64, activation='relu'),
            keras.layers.Dense(3, activation='softmax')
        ])
        # Compile:
        self.model.compile(optimizer='adam', loss="sparse_categorical_crossentropy", metrics=['accuracy'])
        # Train:
        self.model.fit(self.train_inputs, self.train_labels, epochs=100)
		
		...
		

project-image
Figure - 73.61

After training with the training set (inputs and labels), the accuracy of my neural network model is between 0.83 and 0.89.

project-image
Figure - 73.62

Step 6.4: Evaluating the model accuracy and converting the model to a C array

After building and training my artificial neural network model, I tested its accuracy and validity by utilizing the testing data set (inputs and labels).

The evaluated accuracy of the model is 0.9158.


        ...

        # Test the model accuracy:
        print("\n\nModel Evaluation:")
        test_loss, test_acc = self.model.evaluate(self.test_inputs, self.test_labels) 
        print("Evaluated Accuracy: ", test_acc)

project-image
Figure - 73.63

After evaluating my neural network model, I saved it as a TensorFlow Keras H5 model (air_quality_level.h5) to the model folder.


    def save_model(self):
        self.model.save("model/{}.h5".format(self.model_name))

However, running a TensorFlow Keras H5 model on the Nano 33 BLE to make predictions on air quality levels is not eligible and efficient considering size, latency, and power consumption.

Thus, I converted my neural network model from a TensorFlow Keras H5 model (.h5) to a TensorFlow Lite model (.tflite). Then, I modified the TensorFlow Lite model to create a C array (.h file) to run the model on the Nano 33 BLE successfully.

To revise the TensorFlow Lite model as a C array, I applied the hex_to_c_array function copied directly from this tutorial to the tflite_to_c_array.py file.

project-image
Figure - 73.64

⭐ In the convert_TF_model function, convert the recently trained and evaluated model to a TensorFlow Lite model by applying the TensorFlow Lite converter (tf.lite.TFLiteConverter.from_keras_model).

⭐ Then, save the generated TensorFlow Lite model to the model folder (air_quality_level.tflite).

⭐ Modify the saved TensorFlow Lite model to a C array (.h file) by executing the hex_to_c_array function.

⭐ Finally, save the generated C array to the model folder (air_quality_level.h).


    def convert_TF_model(self, path):
        #model = tf.keras.models.load_model(path + ".h5")
        converter = tf.lite.TFLiteConverter.from_keras_model(self.model)
        #converter.optimizations = [tf.lite.Optimize.DEFAULT]
        #converter.target_spec.supported_types = [tf.float16]
        tflite_model = converter.convert()
        # Save the recently converted TensorFlow Lite model.
        with open(path + '.tflite', 'wb') as f:
            f.write(tflite_model)
        print("\r\nTensorFlow Keras H5 model converted to a TensorFlow Lite model!\r\n")
        # Convert the recently created TensorFlow Lite model to hex bytes (C array) to generate a .h file string.
        with open("model/{}.h".format(self.model_name), 'w') as file:
            file.write(hex_to_c_array(tflite_model, self.model_name))
        print("\r\nTensorFlow Lite model converted to a C header (.h) file!\r\n")

project-image
Figure - 73.65

Step 7: Setting up the model on the Arduino Nano 33 BLE

After building, training, and converting my neural network model to a C array (.h file), I needed to upload and run the model directly on the Nano 33 BLE so as to create a capable weather station without any dependencies.

Plausibly, TensorFlow provides an official library to run inferences on microcontrollers with the TensorFlow Lite models converted to C arrays. Although, for now, it only supports a few development boards, including the Nano 33 BLE, it is a fast and efficient library for running basic neural network models on microcontrollers. Since TensorFlow Lite for Microcontrollers does not require operating system support, any standard C or C++ libraries, or dynamic memory allocation, the Nano 33 BLE can forecast air quality levels without needing Internet connectivity.

#️⃣ To download the official TensorFlow library on the Arduino IDE, go to Sketch ➡ Include Library ➡ Manage Libraries… and search for TensorFlow. Then, install the latest version of the Arduino_TensorFlowLite library.

project-image
Figure - 73.66

After installing the TensorFlow library on the Arduino IDE, I needed to import my neural network model modified as a C array (air_quality_level.h) to run inferences.

#️⃣ To import the TensorFlow Lite model converted as a C array (.h file), go to Sketch ➡ Add File...

project-image
Figure - 73.67

After importing the converted model (.h file) successfully to the Arduino IDE, I modified the code in this tutorial from TensorFlow to run my neural network model. Then, I employed the button (6x6) integrated into the breadboard to run inferences so as to forecast air quality levels:

You can download the ozone-enabled_weather_station_run_model.ino file to try and inspect the code for running TensorFlow Lite neural network models on the Nano 33 BLE.

You can inspect the corresponding functions and settings in Step 3.

⭐ Include the required libraries.


#include "DFRobot_OzoneSensor.h"
#include <Adafruit_BMP085.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>

⭐ Import the required TensorFlow modules.


#include "TensorFlowLite.h"
#include "tensorflow/lite/micro/kernels/micro_ops.h"
#include "tensorflow/lite/micro/micro_error_reporter.h"
#include "tensorflow/lite/micro/micro_interpreter.h"
#include "tensorflow/lite/micro/all_ops_resolver.h"
#include "tensorflow/lite/version.h"

⭐ Include the TensorFlow Lite model modified as a C array (.h file).

⭐ Define the TFLite globals used for compatibility with Arduino-style sketches.

⭐ Create an area of memory to utilize for input, output, and other TensorFlow arrays.


#include "air_quality_level.h"

// TFLite globals, used for compatibility with Arduino-style sketches:
namespace {
  tflite::ErrorReporter* error_reporter = nullptr;
  const tflite::Model* model = nullptr;
  tflite::MicroInterpreter* interpreter = nullptr;
  TfLiteTensor* model_input = nullptr;
  TfLiteTensor* model_output = nullptr;

  // Create an area of memory to use for input, output, and other TensorFlow arrays.
  constexpr int kTensorArenaSize = 15 * 1024;
  uint8_t tensor_arena[kTensorArenaSize];
} // namespace

⭐ Define the threshold value (0.75) for the model outputs (results).

⭐ Define the air quality level (class) names:


float threshold = 0.75;

// Define the air quality level (class) names:
String classes[] = {"Good", "Moderate", "Unhealthy"};

⭐ Define the model initialization button to run inferences.


#define run_model 3

⭐ Define the TensorFlow Lite model settings:

⭐ Set up logging (will report to Serial, even within TFLite functions).

⭐ Map the model into a usable data structure.


  static tflite::MicroErrorReporter micro_error_reporter;
  error_reporter = µ_error_reporter;

  // Map the model into a usable data structure.
  model = tflite::GetModel(air_quality_level);
  if (model->version() != TFLITE_SCHEMA_VERSION) {
    error_reporter->Report("Model version does not match Schema");
    while(1);
  }

⭐ Pull all the operation implementations.

⭐ Build an interpreter to run the model.


  // This pulls in all the operation implementations we need.
  // NOLINTNEXTLINE(runtime-global-variables)
  static tflite::AllOpsResolver resolver;

  // Build an interpreter to run the model.
  static tflite::MicroInterpreter static_interpreter(
    model, resolver, tensor_arena, kTensorArenaSize,
    error_reporter);
  interpreter = &static_interpreter;

⭐ Allocate memory from the tensor_arena for the model's tensors.

⭐ Assign model input and output buffers (tensors) to pointers.


  TfLiteStatus allocate_status = interpreter->AllocateTensors();
  if (allocate_status != kTfLiteOk) {
    error_reporter->Report("AllocateTensors() failed");
    while(1);
  }

  // Assign model input and output buffers (tensors) to pointers.
  model_input = interpreter->input(0);
  model_output = interpreter->output(0);

⭐ In the run_inference_to_make_predictions function:

⭐ Scale (normalize) the collected local weather data with ozone concentration depending on the given model and copy them to the input buffer (tensor).

⭐ Run inference.

⭐ Read predicted y values (air quality classes) from the output buffer (tensor).

⭐ Display the detection result greater than the given threshold (0.75). It represents the most accurate label (air quality class) predicted by the model.

⭐ After running inference successfully, notify the user by blinking the 5mm green LED.


void run_inference_to_make_predictions(){    
    // Scale (normalize) values (local weather data) depending on the model and copy them to the input buffer (tensor):
    model_input->data.f[0] = _temperature / 100;
    model_input->data.f[1] = _altitude / 100;
    model_input->data.f[2] = ozoneConcentration / 1000;
    model_input->data.f[3] = _pressure / 100000;
    model_input->data.f[4] = wind_speed / 30;
    
    // Run inference:
    TfLiteStatus invoke_status = interpreter->Invoke();
    if (invoke_status != kTfLiteOk) {
      error_reporter->Report("Invoke failed on the given input.");
    }

    // Read predicted y values (air quality classes) from the output buffer (tensor): 
    for(int i = 0; i<3; i++){
      if(model_output->data.f[i] >= threshold){
        // Display the detection result (class).
        display.clearDisplay(); 
        if(i == 0) display.drawBitmap(44, 0, _good, 40, 40, SSD1306_WHITE);
        if(i == 1) display.drawBitmap(44, 0, _moderate, 40, 40, SSD1306_WHITE);
        if(i == 2) display.drawBitmap(44, 0, _unhealthy, 40, 40, SSD1306_WHITE);
        // Print:
        int str_x = classes[i].length() * 11;
        display.setTextSize(2); 
        display.setTextColor(SSD1306_WHITE);
        display.setCursor((SCREEN_WIDTH - str_x) / 2, 48);
        display.println(classes[i]);
        display.display();
        digitalWrite(notification, HIGH); delay(1500); digitalWrite(notification, LOW); 
      }
    }
    // Exit and clear.
    delay(3000);

}

⭐ If the model initialization button is pressed, run inference to forecast air quality level (class).


if(digitalRead(run_model) == LOW) run_inference_to_make_predictions();

project-image
Figure - 73.68


project-image
Figure - 73.69


project-image
Figure - 73.70


project-image
Figure - 73.71


project-image
Figure - 73.72

Step 8: Running the model on the Nano 33 BLE to make predictions on air quality levels

My neural network model predicts possibilities of labels (air quality classes) for each given input as an array of 3 numbers. They represent the model's "confidence" that the given input array corresponds to each of the three different air quality classes based on the Air Quality Index (AQI) estimations [0 - 2], as shown in Step 6:

After importing and setting up my neural network model as a C array on the Nano 33 BLE successfully, I utilized the model to run inferences to forecast air quality levels.

After executing the code for running inferences on the Nano 33 BLE:

🌳🏭 The weather station waits until the I2C ozone sensor heats for 3 minutes.

project-image
Figure - 73.73

🌳🏭 Then, the weather station displays all data elements to be utilized in an input while running inference with the model on the SSD1306 OLED screen:

project-image
Figure - 73.74

🌳🏭 If the model initialization button is pressed, the weather station runs inference with the model by employing the most recently generated local weather data with ozone concentration as the input.

🌳🏭 Then, the weather station displays the output, which represents the most accurate label (air quality class) predicted by the model.

🌳🏭 Also, after running inference successfully, the weather station notifies the user by making the 5mm green LED blink.

project-image
Figure - 73.75


project-image
Figure - 73.76


project-image
Figure - 73.77

As far as my experiments go, the weather station operates impeccably while forecasting air quality levels (classes) on my balcony :)

project-image
Figure - 73.78

Videos and Conclusion



After completing all steps above and experimenting, I have employed the weather station to forecast and track air quality locally so as to get prescient warnings regarding respiratory disease risks.

project-image
Figure - 73.79

Further Discussions

By applying neural network models trained on local weather data in tracking air quality, we can achieve to:

🌳🏭 monitor and deplete the presence of air pollutants,

🌳🏭 improve environmental conditions,

🌳🏭 reduce the chances of occurring respiratory diseases,

🌳🏭 get prescient warnings regarding pulmonary risk factors.

project-image
Figure - 73.80


project-image
Figure - 73.81

References

[1] Air Quality Guide for Ozone, EPA (U.S. Environmental Protection Agency), EPA-456/F-15-006, August 2015, https://www.airnow.gov/sites/default/files/2021-03/air-quality-guide_ozone_2015.pdf.

[2] Clearing the Air on Weather and Air Quality, National Oceanic and Atmospheric Administration, Weather-Ready Nation, https://www.weather.gov/wrn/summer-article-clearing-the-air.

Code

main.py

Download



# O3-enabled BLE Weather Station Predicting Air Quality w/ TensorFlow
#
# Windows, Linux, or Ubuntu
#
# By Kutluhan Aktar
#
# Via Nano 33 BLE, collate local weather data, build and train a TensorFlow neural network model, and run the model to predict air quality.
# 
#
# For more information:
# https://www.theamplituhedron.com/projects/O3_enabled_BLE_Weather_Station_Predicting_Air_Quality_w_TensorFlow/

import tensorflow as tf
from tensorflow import keras
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
from tflite_to_c_array import hex_to_c_array
from labels import labels

# Create a class to build a neural network model after visualizing and scaling (normalizing) the local weather data collected by the Arduino Nano 33 BLE.
class Air_Quality_Level:
    def __init__(self, csv_path):
        self.inputs = []
        self.labels = []
        self.model_name = "air_quality_level"
        # Read the collated local weather data set:
        self.df = pd.read_csv(csv_path)
    # Create graphics for each requested column.
    def graphics(self, column_1, column_2, x_label, y_label):
        # Show the requested data column from the data set:
        plt.style.use("dark_background")
        plt.gcf().canvas.set_window_title('O3-enabled BLE Weather Station Predicting Air Quality')
        plt.hist2d(self.df[column_1], self.df[column_2], cmap="summer_r")
        plt.colorbar()
        plt.xlabel(x_label)
        plt.ylabel(y_label)
        plt.title(x_label)
        plt.show()
    # Visualize data before creating and training the neural network model.
    def data_visualization(self):
        # Scrutinize data columns to build a model with appropriately formatted data:
        self.graphics('Temperature', 'Ozone_Concentration', 'Temperature', 'Ozone Concentration')
        self.graphics('Altitude', 'Ozone_Concentration', 'Altitude', 'Ozone Concentration')
        self.graphics('Pressure', 'Ozone_Concentration', 'Pressure', 'Ozone Concentration')
        self.graphics('Wind Speed', 'Ozone_Concentration', 'Wind Speed', 'Ozone Concentration')
    # Scale (normalize) data to define appropriately formatted inputs.
    def scale_data_and_define_inputs(self):
        self.df["scaled_Temperature"] = self.df["Temperature"] / 100
        self.df["scaled_Altitude"] = self.df["Altitude"] / 100
        self.df["scaled_Ozone"] = self.df["Ozone_Concentration"] / 1000
        self.df["scaled_Pressure"] = self.df["Pressure"] / 100000
        self.df["scaled_Wind_Speed"] = self.df["Wind Speed"] / 30
        # Create the inputs array by utilizing the scaled variables:
        for i in range(len(self.df)):
            self.inputs.append(np.array([self.df["scaled_Temperature"][i], self.df["scaled_Altitude"][i], self.df["scaled_Ozone"][i], self.df["scaled_Pressure"][i], self.df["scaled_Wind_Speed"][i]]))
        self.inputs = np.asarray(self.inputs)
    # Assign labels for each weather data input according to the Air Quality Index (AQI) on the given date.
    def define_and_assign_labels(self):
        self.labels = labels
    # Split inputs and labels into training and test sets.
    def split_data(self):
        l = len(self.df)
        # (95%, 5%) - (training, test)
        self.train_inputs = self.inputs[0:int(l*0.95)]
        self.test_inputs = self.inputs[int(l*0.95):]
        self.train_labels = self.labels[0:int(l*0.95)]
        self.test_labels = self.labels[int(l*0.95):]
    # Build and train an artificial neural network (ANN) model to make predictions on air quality levels (classes) based on the local weather data.
    def build_and_train_model(self):
        # Build the neural network:
        self.model = keras.Sequential([
            keras.Input(shape=(5,)),
            keras.layers.Dense(128, activation='relu'),
            keras.layers.Dense(64, activation='relu'),
            keras.layers.Dense(3, activation='softmax')
        ])
        # Compile:
        self.model.compile(optimizer='adam', loss="sparse_categorical_crossentropy", metrics=['accuracy'])
        # Train:
        self.model.fit(self.train_inputs, self.train_labels, epochs=100)
        # Test the model accuracy:
        print("\n\nModel Evaluation:")
        test_loss, test_acc = self.model.evaluate(self.test_inputs, self.test_labels) 
        print("Evaluated Accuracy: ", test_acc)
    # Save the model for further usage:
    def save_model(self):
        self.model.save("model/{}.h5".format(self.model_name))        
    # Convert the TensorFlow Keras H5 model (.h5) to a TensorFlow Lite model (.tflite).
    def convert_TF_model(self, path):
        #model = tf.keras.models.load_model(path + ".h5")
        converter = tf.lite.TFLiteConverter.from_keras_model(self.model)
        #converter.optimizations = [tf.lite.Optimize.DEFAULT]
        #converter.target_spec.supported_types = [tf.float16]
        tflite_model = converter.convert()
        # Save the recently converted TensorFlow Lite model.
        with open(path + '.tflite', 'wb') as f:
            f.write(tflite_model)
        print("\r\nTensorFlow Keras H5 model converted to a TensorFlow Lite model!\r\n")
        # Convert the recently created TensorFlow Lite model to hex bytes (C array) to generate a .h file string.
        with open("model/{}.h".format(self.model_name), 'w') as file:
            file.write(hex_to_c_array(tflite_model, self.model_name))
        print("\r\nTensorFlow Lite model converted to a C header (.h) file!\r\n")
    # Run Artificial Neural Network (ANN):
    def Neural_Network(self, save):
        self.scale_data_and_define_inputs()
        self.define_and_assign_labels()
        self.split_data()
        self.build_and_train_model()
        if save:
            self.save_model()
    
# Define a new class object named 'air_quality_level':
air_quality_level = Air_Quality_Level("data/air_quality_data_set.csv")

# Visualize data columns:
air_quality_level.data_visualization()

# Artificial Neural Network (ANN):        
air_quality_level.Neural_Network(True)        
        
# Convert the TensorFlow Keras H5 model to a TensorFlow Lite model:
air_quality_level.convert_TF_model("model/{}".format(air_quality_level.model_name))
     


labels.py

Download



import numpy as np

labels = np.array([1,1,2,2,2,1,1,1,1,2,2,1,1,2,1,2,2,2,2,2,2,1,1,2,1,1,1,1,2,2,1,1,1,2,2,1,1,1,2,2,2,2,2,2,1,2,2,2,2,1,2,1,2,2,2,2,2,1,1,1,1,1,1,1,2,2,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,1,2,1,1,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,2,2,1,2,2,2,2,2,2,1,2,1,1,2,2,2,2,2,2,2,2,2,2,1,2,2,1,1,1,1,2,2,1,2,1,2,2,2,1,1,2,2,1,2,2,2,2,1,2,2,2,2,2,1,1,1,2,2,2,2,2,2,2,1,1,1,1,2,1,1,1,1,2,1,1,1,1,1,2,2,1,2,2,2,1,1,2,2,2,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,1,2,2,2,1,1,2,2,2,1,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,1,2,1,2,1,2,2,2,2,1,2,2,2,1,1,2,2,2,2,1,1,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,1,2,2,2,2,1,2,2,2,2,2,1,1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,1,2,2,1,1,2,2,2,2,1,2,1,2,2,2,2,1,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,1,1,2,2,2,2,2,2,2,2,1,2,2,2,1,2,1,1,2,2,1,1,2,2,1,1,1,2,2,1,1,2,2,1,2,2,2,2,2,1,1,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,2,2,2,1,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,2,1,1,2,1,1,1,2,2,2,2,2,2,2,2,2,1,2,2,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,1,2,2,1,2,2,2,1,1,1,1,2,1,1,2,2,2,2,2,1,2,2,2,2,2,2,2,2,1,1,2,2,2,2,2,1,2,2,1,1,2,2,2,1,2,2,2,2,1,1,1,2,1,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,1,2,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,2,1,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,2,2,1,2,1,2,1,2,2,1,2,2,2,1,2,2,1,2,2,2,2,2,1,2,2,2,2,2,2,2,2,1,2,2,1,2,1,2,2,2,2,2,2,2,2,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,1,2,2,2,2,2,2,1,2,1,2,2,1,1,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,1,1,1,2,2,2,2,2,2,2,2,1,1,2,2,2,2,2,2,2,2,2,2,1,2,2,2,1,2,2,2,2,2,2,2,2,2,1,1,1,2,2,2,1,2,2,2,1,2,1,1,1,1,1,2,2,2,2,2,2,1,1,2,1,2,2,1,1,1,2,2,2,1,1,2,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,2,2,2,2,2,2,2,1,1,2,1,2,2,2,2,2,1,1,1,2,2,2,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,1,1,2,2,2,2,1,2,2,1,2,2,2,2,2,2,2,2,2,1,2,1,1,2,2,2,1,2,2,2,1,2,1,2,2,2,2,2,2,2,2,2,2,2,2,1,1,2,2,2,2,2,2,2,2,1,2,1,2,2,2,2,2,2,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,1,2,2,2,2,1,2,2,1,2,2,2,2,2,2,1,1,2,2,2,1,2,2,2,2,2,2,1,1,2,2,2,1,1,2,1,1,2,2,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,1,1,2,1,2,2,2,1,2,1,2,2,1,1,2,2,1,1,2,1,2,2,2,2,1,2,2,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,1,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,1,1,2,2,1,2,2,2,2,1,1,2,2,2,2,2,2,2,1,1,2,2,1,1,2,2,2,2,2,2,2,2,2,2,1,2,2,2,1,1,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,2,1,1,1,1,1,2,1,2,2,2,2,2,2,1,1,1,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,1,2,2,2,2,2,1,2,2,2,1,2,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,1,2,2,1,2,1,2,2,2,2,2,1,1,1,2,0,0,0,0,0,0,2,2,2,2,0,0,0,2,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,0,2,2,2,2,2,2,0,0,2,2,2,2,0,0,0,0,2,2,2,0,0,2,2,2,2,0,0,2,2,2,2,0,0,0,0,2,2,0,2,2,0,0,0,0,0,0,2,2,2,0,2,2,2,2,2,2,0,0,2,2,0,2,2,2,2,2,2,2,2,2,0,0,0,2,2,2,2,0,2,2,0,0,0,2,2,0,2,2,2,0,2,2,2,2,2,2,2,2,2,0,0,0,0,2,2,2,0,2,2,2,2,2,2,2,2,2,2,0,0,2,2,2,2,0,0,0,0,2,2,2,0,0,2,0,0,2,2,2,2,2,2,0,0,0,2,2,2,2,0,0,0,0,0,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,2,2,2,2,2,0,2,2,2,2,2,2,2,2,2,2,2,2,2,0,2,0,0,2,2,2,2,2,2,0,0,2,2,2,2,2,2,0,0,0,0,0,2,2,2,2,0,2,0,2,2,0,0,0,2,0,2,2,2,0,0,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,2,2,2,2,2,2,0,2,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,2,2,2,2,2,0,2,0,0,0,0,2,2,2,0,2,0,2,0,0,0,0,2,2,2,0,2,2,0,0,0,2,0,0,0,0,0,0,0,0,0,2,2,2,2,0,0,0,0,0,0,0,2,2,2,2,2,0,2,2,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,2,2])

#print(len(labels))


tflite_to_c_array.py

Download



# Code from:
# https://www.digikey.com/en/maker/projects/intro-to-tinyml-part-1-training-a-model-for-arduino-in-tensorflow/8f1fc8c0b83d417ab521c48864d2a8ec
# By Shawn Hymel

# Function: Convert some hex value into an array for C programming
def hex_to_c_array(hex_data, var_name):

  c_str = ''

  # Create header guard
  c_str += '#ifndef ' + var_name.upper() + '_H\n'
  c_str += '#define ' + var_name.upper() + '_H\n\n'

  # Add array length at top of file
  c_str += '\nunsigned int ' + var_name + '_len = ' + str(len(hex_data)) + ';\n'

  # Declare C variable
  c_str += 'unsigned char ' + var_name + '[] = {'
  hex_array = []
  for i, val in enumerate(hex_data) :

    # Construct string from hex
    hex_str = format(val, '#04x')

    # Add formatting so each line stays within 80 characters
    if (i + 1) < len(hex_data):
      hex_str += ','
    if (i + 1) % 12 == 0:
      hex_str += '\n '
    hex_array.append(hex_str)

  # Add closing brace
  c_str += '\n ' + format(' '.join(hex_array)) + '\n};\n\n'

  # Close out header guard
  c_str += '#endif //' + var_name.upper() + '_H'

  return c_str


air_quality_BLE_data_collection.py

Download



# O3-enabled BLE Weather Station Predicting Air Quality w/ TensorFlow
#
# Windows, Linux, or Ubuntu
#
# By Kutluhan Aktar
#
# Via Nano 33 BLE, collate local weather data, build and train a TensorFlow neural network model, and run the model to predict air quality.
# 
#
# For more information:
# https://www.theamplituhedron.com/projects/O3_enabled_BLE_Weather_Station_Predicting_Air_Quality_w_TensorFlow/

from bluepy import btle
from struct import unpack
from csv import writer
from time import sleep
import datetime

class air_quality:
    def __init__(self):
        # Define the Arduino Nano 33 BLE's address information:
        self.MAC_Address = "4c:f9:a9:9a:b2:da"
        self.Service_UUID_Address = "19B10000-E8F2-537E-4F6C-D104768A1214"
        self.Characteristic_UUID_Address = "19B10001-E8F2-537E-4F6C-D104768A1214"
        # Define the peripheral device:
        self.device = btle.Peripheral(self.MAC_Address)
        # Define the characteristics:
        self.characteristics = self.device.getCharacteristics()
    # Display the given service's information if required.
    def print_service(self):
        service = self.device.getServiceByUUID(btle.UUID(self.Service_UUID_Address))
        print(service.getCharacteristics())
    # Obtain the local weather data from the Arduino Nano 33 BLE. 
    def obtain_characteristics(self):
        self.air_data = []
        # Create the air quality data array:
        for data in self.characteristics:
            if(data.uuid == self.Characteristic_UUID_Address):
                #print(data.read())
                self.air_data.extend(unpack('ffiii', data.read()))
                # Add the date to the air quality data array:
                _date = datetime.datetime.now().strftime("%m-%d-%y_%H:%M:%S")
                self.air_data.append(_date)
                # Print the air quality data array:
                print(self.air_data)
        sleep(1)
    # Insert the recently generated air quality data array into the given CSV file.
    def insert_data_to_CSV(self, file_name):
        with open(file_name, "a", newline="") as f:
            # Add a new row:
            writer(f).writerow(self.air_data)
            f.close()

air_quality_data = air_quality()
#air_quality_data.print_service()

try:
    while True:
        # Get the updated characteristics and insert them into the given CSV file every 30 seconds:
        air_quality_data.obtain_characteristics()
        air_quality_data.insert_data_to_CSV("air_quality_data_set.csv")
        sleep(30)
except KeyboardInterrupt:
        # Disconnect BLE:
        air_quality_data.device.disconnect()
        print("\r\nPeripheral Disconnected!")


ozone-enabled_weather_station_data_collect.ino

Download



         /////////////////////////////////////////////  
        //     O3-enabled BLE Weather Station      //
       //   Predicting Air Quality w/ TensorFlow  //
      //             ---------------             //
     //          (Arduino Nano 33 BLE)          //           
    //             by Kutluhan Aktar           // 
   //                                         //
  /////////////////////////////////////////////

//
// Via Nano 33 BLE, collate local weather data, build and train a TensorFlow neural network model, and run the model to predict air quality.
//
// For more information:
// https://www.theamplituhedron.com/projects/O3_enabled_BLE_Weather_Station_Predicting_Air_Quality_w_TensorFlow/
//
//
// Connections
// Arduino Nano 33 BLE :  
//                                DFRobot IIC Ozone Sensor
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                BMP180 Barometric Pressure/Temperature/Altitude Sensor
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                SSD1306 OLED Display (128x64)
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                DFRobot Anemometer Kit
// A0  --------------------------- S (Yellow)
//                                5mm Green LED
// D2  --------------------------- +


// Include the required libraries.
#include <ArduinoBLE.h>
#include "DFRobot_OzoneSensor.h"
#include <Adafruit_BMP085.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>

// Create the BLE service:
BLEService air_quality_service("19B10000-E8F2-537E-4F6C-D104768A1214");

// Create the data characteristic and allow the remote device (central) to read and write:
BLECharacteristic airDataCharacteristic("19B10001-E8F2-537E-4F6C-D104768A1214", BLERead | BLEWrite, 20);

// Define the collect number. The collection range is 1-100: 
#define COLLECT_NUMBER   20 

// To modify the I2C address, configure the hardware IIC address by the dial switch - A0, A1 (ADDRESS_0 for [0 0]), (ADDRESS_1 for [1 0]), (ADDRESS_2 for [0 1]), (ADDRESS_3 for [1 1]).              
/*  
    The default IIC device address is ADDRESS_3: 
       ADDRESS_0               0x70  
       ADDRESS_1               0x71
       ADDRESS_2               0x72
       ADDRESS_3               0x73
*/
#define Ozone_IICAddress ADDRESS_3

// Define the IIC Ozone Sensor.
DFRobot_OzoneSensor Ozone;

// Define the timer for the IIC Ozone Sensor.
unsigned long ozone_timer = 0;
unsigned long timer = 0;

// Define the BMP180 Barometric Pressure/Temperature/Altitude Sensor.
Adafruit_BMP085 bmp;

// Define the anemometer kit's voltage signal pin (yellow).
#define  anemometer_signal A0

// Define the notification LED.
#define notification 2

// Define the SSD1306 screen settings:
#define SCREEN_WIDTH 128 // OLED display width, in pixels
#define SCREEN_HEIGHT 64 // OLED display height, in pixels
#define OLED_RESET    -1 // Reset pin # (or -1 if sharing Arduino reset pin)

Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);

// Define monochrome graphics:
static const unsigned char PROGMEM _error [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0xE0, 0x07, 0x00, 0x01, 0x80, 0x01, 0x80,
0x06, 0x00, 0x00, 0x60, 0x0C, 0x00, 0x00, 0x30, 0x08, 0x01, 0x80, 0x10, 0x10, 0x03, 0xC0, 0x08,
0x30, 0x02, 0x40, 0x0C, 0x20, 0x02, 0x40, 0x04, 0x60, 0x02, 0x40, 0x06, 0x40, 0x02, 0x40, 0x02,
0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02,
0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x03, 0xC0, 0x02, 0x40, 0x01, 0x80, 0x02,
0x40, 0x00, 0x00, 0x02, 0x60, 0x00, 0x00, 0x06, 0x20, 0x01, 0x80, 0x04, 0x30, 0x03, 0xC0, 0x0C,
0x10, 0x03, 0xC0, 0x08, 0x08, 0x01, 0x80, 0x10, 0x0C, 0x00, 0x00, 0x30, 0x06, 0x00, 0x00, 0x60,
0x01, 0x80, 0x01, 0x80, 0x00, 0xE0, 0x07, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00
};
static const unsigned char PROGMEM _weather [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00,
0x02, 0x11, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01, 0x12, 0x00, 0x00, 0x10, 0xFC, 0x10, 0x00,
0x09, 0xFE, 0x60, 0x00, 0x07, 0x87, 0x80, 0x00, 0x03, 0x02, 0x00, 0x00, 0x03, 0x00, 0x7E, 0x00,
0x02, 0x00, 0xFF, 0x80, 0x02, 0x01, 0xC1, 0xC0, 0x03, 0x01, 0x80, 0xC0, 0x02, 0x1F, 0x00, 0x60,
0x04, 0x3B, 0x00, 0x60, 0x18, 0x60, 0x00, 0x60, 0x10, 0x40, 0x00, 0x70, 0x00, 0xC0, 0x00, 0x18,
0x07, 0xC0, 0x00, 0x0C, 0x0F, 0xC0, 0x00, 0x04, 0x0C, 0x00, 0x00, 0x04, 0x08, 0x00, 0x00, 0x04,
0x18, 0x00, 0x00, 0x04, 0x08, 0x00, 0x00, 0x0C, 0x0C, 0x00, 0x00, 0x0C, 0x0E, 0x00, 0x00, 0x38,
0x07, 0xFF, 0xFF, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};

// Create a struct (data) including all air quality data parameters:
struct data {
  float _temperature;
  float _altitude;
  int ozoneConcentration;
  int _pressure;
  int wind_speed;
};

// Define the data holders: 
struct data air_Quality_Data;
float _temperature, _altitude, _real_altitude;
int ozoneConcentration, _pressure, _sea_level_pressure, wind_speed;

void setup(){
  Serial.begin(9600);
  // Wait for the serial monitor to be initialized so as to display this peripheral device's address information successfully:
  //while(!Serial);

  pinMode(notification, OUTPUT);

  // Start the timer:
  ozone_timer = millis();

  // Initialize the SSD1306 screen:
  display.begin(SSD1306_SWITCHCAPVCC, 0x3C);
  display.display();
  delay(1000);
  
  // Check the IIC Ozone Sensor connection status:
  while(!Ozone.begin(Ozone_IICAddress)){
    Serial.println("IIC Ozone Sensor is not found!");
    err_msg();
    delay(1000);
  }
  Serial.println("\nIIC Ozone Sensor is connected successfully!\n");
  
  /*   
     Set IIC Ozone Sensor mode:
       MEASURE_MODE_AUTOMATIC    // active  mode
       MEASURE_MODE_PASSIVE      // passive mode
  */
  Ozone.SetModes(MEASURE_MODE_PASSIVE);

  // Check the BMP180 Barometric Pressure/Temperature/Altitude Sensor connection status: 
  while(!bmp.begin()){
    Serial.println("BMP180 Barometric Pressure/Temperature/Altitude Sensor is not found!");
    err_msg();
    delay(1000);
  }
  Serial.println("\nBMP180 Barometric Pressure/Temperature/Altitude Sensor is connected successfully!\n");

  // Check the BLE initialization status:
  while(!BLE.begin()){
    Serial.println("BLE initialization is failed!");
    err_msg();
  }
  Serial.println("\nBLE initialization is successful!\n");
  // Print this peripheral device's address information:
  Serial.print("MAC Address: "); Serial.println(BLE.address());
  Serial.print("Service UUID Address: "); Serial.println(air_quality_service.uuid());
  Serial.print("Characteristic UUID Address: ");Serial.println(airDataCharacteristic.uuid());
  Serial.println();

  // Set the local name this peripheral advertises: 
  BLE.setLocalName("AirQuality");
  // Set the UUID for the service this peripheral advertises:
  BLE.setAdvertisedService(air_quality_service);

  // Add the given characteristic to the service:
  air_quality_service.addCharacteristic(airDataCharacteristic);

  // Add the service to the device:
  BLE.addService(air_quality_service);

  // Assign event handlers for connected, disconnected devices to this peripheral:
  BLE.setEventHandler(BLEConnected, blePeripheralConnectHandler);
  BLE.setEventHandler(BLEDisconnected, blePeripheralDisconnectHandler);

  // Set the initial value for the given characteristic: 
  airDataCharacteristic.writeValue((byte)0);

  // Start advertising:
  BLE.advertise();
  Serial.println(("Bluetooth device active, waiting for connections..."));

  display.clearDisplay();   
  display.setTextSize(2); 
  display.setTextColor(SSD1306_BLACK, SSD1306_WHITE);
  display.setCursor(0,0);
  display.println("Heating...");
  display.display();
}


void loop(){
  // Wait until the IIC Ozone Sensor heats for 3 minutes.
  while (millis() - ozone_timer < 3*60*1000){ if (millis() - timer > 1000){ timer = millis(); } }
  // Transmit the collected weather (air quality) data to Raspberry Pi over BLE every 20 seconds.
  if (millis() - timer > 20000){
    update_characteristics();
    // After updating characteristics, notify the user.
    display.clearDisplay();   
    display.drawBitmap(48, 0, _weather, 32, 32, SSD1306_WHITE);
    display.setTextSize(1); 
    display.setTextColor(SSD1306_WHITE);
    display.setCursor(0,40);
    display.println("Given BLE characteristics are updated successfully!");
    display.display();
    digitalWrite(notification, HIGH); delay(1500); digitalWrite(notification, LOW);  
    timer = millis();
  }
  
  collect_ozone_concentration();
  delay(1000);
  collect_BMP180_data();
  delay(500);
  collect_anemometer_data();
  delay(250);
  
  // Show the collected weather (air quality) data on the screen.
  show_weather_data();

  // Poll for BLE events:
  BLE.poll();
}

void collect_ozone_concentration(){
  ozoneConcentration = Ozone.ReadOzoneData(COLLECT_NUMBER);
  Serial.print("\n\nOzone Concentration => "); Serial.print(ozoneConcentration); Serial.println(" PPB");
}

void collect_BMP180_data(){
  _temperature = bmp.readTemperature();
  _pressure = bmp.readPressure();
  // Calculate altitude assuming 'standard' barometric pressure of 1013.25 millibars (101325 Pascal).
  _altitude = bmp.readAltitude();
  _sea_level_pressure = bmp.readSealevelPressure();
  // To get a more precise altitude measurement, use the current sea level pressure, which will vary with the weather conditions. 
  _real_altitude = bmp.readAltitude(101500);
  // Print the data generated by the BMP180 Barometric Pressure/Temperature/Altitude Sensor.
  Serial.print("Temperature => "); Serial.print(_temperature); Serial.println(" *C");
  Serial.print("Pressure => "); Serial.print(_pressure); Serial.println(" Pa");
  Serial.print("Altitude => "); Serial.print(_altitude); Serial.println(" meters");
  Serial.print("Pressure at sea level (calculated) => "); Serial.print(_sea_level_pressure); Serial.println(" Pa");
  Serial.print("Real Altitude => "); Serial.print(_real_altitude); Serial.println(" meters");
}

void collect_anemometer_data(){
  float outvoltage = (analogRead(A0) * (3.3 / 1023.0)) + 0.1;
  // Calculate the wind speed (level) [1 - 30] according to the output voltage: 
  wind_speed = 6 * outvoltage;
  // Print the data generated by the Anemometer Kit.
  Serial.print("Wind Speed (Level) => "); Serial.print(wind_speed);
}

void show_weather_data(){
  display.clearDisplay();   
  display.setTextSize(1); 
  display.setTextColor(SSD1306_WHITE);
  display.setCursor(0,8); 
  display.println("Ozone Con. => " + String(ozoneConcentration) + " PPB");
  display.println("Wind Speed => " + String(wind_speed));
  display.println("Temp. => " + String(_temperature) + " *C");
  display.println("Pressure => " + String(_pressure) + " Pa");
  display.println("Altitude => " + String(_altitude) + " m");
  display.display();  
}

void err_msg(){
  // Show the error message on the SSD1306 screen.
  display.clearDisplay();   
  display.drawBitmap(48, 0, _error, 32, 32, SSD1306_WHITE);
  display.setTextSize(1); 
  display.setTextColor(SSD1306_WHITE);
  display.setCursor(0,40); 
  display.println("Check the serial monitor to see the error!");
  display.display();  
}

void blePeripheralConnectHandler(BLEDevice central) {
  // Central connected event handler:
  Serial.print("Connected event, central: ");
  Serial.println(central.address());
}

void blePeripheralDisconnectHandler(BLEDevice central) {
  // Central disconnected event handler:
  Serial.print("Disconnected event, central: ");
  Serial.println(central.address());
}

void update_characteristics(){
  // Update the data characteristic with the data struct:
  air_Quality_Data._temperature = _temperature;
  air_Quality_Data._altitude = _altitude;
  air_Quality_Data.ozoneConcentration = ozoneConcentration;
  air_Quality_Data._pressure = _pressure;
  air_Quality_Data.wind_speed = wind_speed;
  airDataCharacteristic.writeValue((byte *) &air_Quality_Data, 20);
}


ozone-enabled_weather_station_run_model.ino

Download



         /////////////////////////////////////////////  
        //     O3-enabled BLE Weather Station      //
       //   Predicting Air Quality w/ TensorFlow  //
      //             ---------------             //
     //          (Arduino Nano 33 BLE)          //           
    //             by Kutluhan Aktar           // 
   //                                         //
  /////////////////////////////////////////////

//
// Via Nano 33 BLE, collate local weather data, build and train a TensorFlow neural network model, and run the model to predict air quality.
//
// For more information:
// https://www.theamplituhedron.com/projects/O3_enabled_BLE_Weather_Station_Predicting_Air_Quality_w_TensorFlow/
//
//
// Connections
// Arduino Nano 33 BLE :  
//                                DFRobot IIC Ozone Sensor
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                BMP180 Barometric Pressure/Temperature/Altitude Sensor
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                SSD1306 OLED Display (128x64)
// A4  --------------------------- SDA
// A5  --------------------------- SCL
//                                DFRobot Anemometer Kit
// A0  --------------------------- S (Yellow)
//                                5mm Green LED
// D2  --------------------------- +
//                                Button (6x6)
// D3  --------------------------- +


// Include the required libraries.
#include "DFRobot_OzoneSensor.h"
#include <Adafruit_BMP085.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>

// Import the required TensorFlow modules.
#include "TensorFlowLite.h"
#include "tensorflow/lite/micro/kernels/micro_ops.h"
#include "tensorflow/lite/micro/micro_error_reporter.h"
#include "tensorflow/lite/micro/micro_interpreter.h"
#include "tensorflow/lite/micro/all_ops_resolver.h"
#include "tensorflow/lite/version.h"

// Import the converted TensorFlow Lite model.
#include "air_quality_level.h"

// TFLite globals, used for compatibility with Arduino-style sketches:
namespace {
  tflite::ErrorReporter* error_reporter = nullptr;
  const tflite::Model* model = nullptr;
  tflite::MicroInterpreter* interpreter = nullptr;
  TfLiteTensor* model_input = nullptr;
  TfLiteTensor* model_output = nullptr;

  // Create an area of memory to use for input, output, and other TensorFlow arrays.
  constexpr int kTensorArenaSize = 15 * 1024;
  uint8_t tensor_arena[kTensorArenaSize];
} // namespace

// Define the threshold value for the model outputs (results).
float threshold = 0.75;

// Define the air quality level (class) names:
String classes[] = {"Good", "Moderate", "Unhealthy"};

// Define the collect number. The collection range is 1-100: 
#define COLLECT_NUMBER   20 

// To modify the I2C address, configure the hardware IIC address by the dial switch - A0, A1 (ADDRESS_0 for [0 0]), (ADDRESS_1 for [1 0]), (ADDRESS_2 for [0 1]), (ADDRESS_3 for [1 1]).              
/*  
    The default IIC device address is ADDRESS_3: 
       ADDRESS_0               0x70  
       ADDRESS_1               0x71
       ADDRESS_2               0x72
       ADDRESS_3               0x73
*/
#define Ozone_IICAddress ADDRESS_3

// Define the IIC Ozone Sensor.
DFRobot_OzoneSensor Ozone;

// Define the timer for the IIC Ozone Sensor.
unsigned long ozone_timer = 0;
unsigned long timer = 0;

// Define the BMP180 Barometric Pressure/Temperature/Altitude Sensor.
Adafruit_BMP085 bmp;

// Define the anemometer kit's voltage signal pin (yellow).
#define  anemometer_signal A0

// Define the notification LED.
#define notification 2

// Define the model initialization button.
#define run_model 3

// Define the SSD1306 screen settings:
#define SCREEN_WIDTH 128 // OLED display width, in pixels
#define SCREEN_HEIGHT 64 // OLED display height, in pixels
#define OLED_RESET    -1 // Reset pin # (or -1 if sharing Arduino reset pin)

Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET);

// Define monochrome graphics:
static const unsigned char PROGMEM _error [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0xE0, 0x07, 0x00, 0x01, 0x80, 0x01, 0x80,
0x06, 0x00, 0x00, 0x60, 0x0C, 0x00, 0x00, 0x30, 0x08, 0x01, 0x80, 0x10, 0x10, 0x03, 0xC0, 0x08,
0x30, 0x02, 0x40, 0x0C, 0x20, 0x02, 0x40, 0x04, 0x60, 0x02, 0x40, 0x06, 0x40, 0x02, 0x40, 0x02,
0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02,
0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x02, 0x40, 0x03, 0xC0, 0x02, 0x40, 0x01, 0x80, 0x02,
0x40, 0x00, 0x00, 0x02, 0x60, 0x00, 0x00, 0x06, 0x20, 0x01, 0x80, 0x04, 0x30, 0x03, 0xC0, 0x0C,
0x10, 0x03, 0xC0, 0x08, 0x08, 0x01, 0x80, 0x10, 0x0C, 0x00, 0x00, 0x30, 0x06, 0x00, 0x00, 0x60,
0x01, 0x80, 0x01, 0x80, 0x00, 0xE0, 0x07, 0x00, 0x00, 0x3F, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00
};
static const unsigned char PROGMEM _good [] = {
0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, 0x00, 0xFF, 0xC0, 0x00, 0x00,
0x01, 0xFF, 0xC0, 0x00, 0x00, 0x03, 0xFF, 0xE0, 0x00, 0x00, 0x03, 0xFF, 0xFC, 0x00, 0x00, 0x3F,
0xFF, 0xFF, 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0xFF, 0xFF,
0xFF, 0x80, 0x01, 0xFF, 0xFF, 0xFF, 0xC0, 0x03, 0xFF, 0xFF, 0xFF, 0xC0, 0x07, 0xFF, 0xFF, 0xFF,
0xC0, 0x0F, 0xFF, 0xFF, 0xFF, 0xC0, 0x0F, 0xFF, 0xFF, 0xFF, 0xE0, 0x0F, 0xFF, 0xFF, 0xFF, 0xF0,
0x0F, 0xFF, 0xFF, 0xFF, 0xF0, 0x0F, 0xFF, 0xFC, 0xFF, 0xF0, 0x07, 0xFF, 0xF8, 0x7F, 0xF0, 0x03,
0xF8, 0x1C, 0x7F, 0xE0, 0x01, 0xF1, 0x1C, 0xFE, 0x00, 0x00, 0x00, 0xF8, 0xBC, 0x00, 0x00, 0x00,
0x79, 0x00, 0x00, 0x00, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x00, 0x00, 0x00, 0x00, 0x3C,
0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00,
0x00, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x00, 0x00, 0x7C, 0x00, 0x00, 0x00, 0x00, 0x7E, 0x00, 0x00,
0x00, 0x00, 0x7E, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xC0, 0x00, 0x00,
0x1F, 0x7F, 0x70, 0x00, 0x00, 0x40, 0x67, 0x0C, 0x00, 0x00, 0x00, 0xC1, 0x00, 0x00, 0x00, 0x01,
0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};
static const unsigned char PROGMEM _moderate [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0xC0, 0x00, 0x00, 0x00, 0x30, 0x30, 0x00, 0x00,
0x00, 0x40, 0x18, 0x00, 0x00, 0x00, 0xC0, 0x08, 0x00, 0x00, 0x00, 0x80, 0x04, 0x00, 0x00, 0x00,
0x80, 0x04, 0x00, 0x00, 0x70, 0x00, 0x04, 0x00, 0x03, 0x86, 0x00, 0x04, 0x00, 0x04, 0x01, 0x00,
0x04, 0x00, 0x08, 0x00, 0x80, 0x08, 0x00, 0x10, 0x00, 0x40, 0x08, 0x00, 0x10, 0x00, 0x78, 0x10,
0x00, 0x10, 0x00, 0x46, 0x00, 0x00, 0x20, 0x00, 0x41, 0x80, 0x00, 0x20, 0x00, 0x00, 0x80, 0x00,
0xE0, 0x00, 0x00, 0x40, 0x01, 0x00, 0x60, 0x00, 0x40, 0x02, 0x00, 0x18, 0x00, 0x20, 0x02, 0x00,
0x08, 0x00, 0x20, 0x00, 0x00, 0x08, 0x00, 0x20, 0x00, 0x00, 0x08, 0x00, 0x40, 0x3F, 0xFF, 0xF0,
0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x01, 0x80, 0x00, 0x00, 0x00, 0x06,
0x00, 0x00, 0x00, 0x7F, 0xF8, 0x00, 0x07, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,
0x3E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 
};
static const unsigned char PROGMEM _unhealthy [] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x0E, 0x78, 0x00, 0x00, 0x00, 0x7F, 0x1C,
0x00, 0x00, 0x00, 0xFF, 0xEE, 0x00, 0x00, 0x00, 0x7F, 0xE7, 0x80, 0x00, 0x00, 0x07, 0xF3, 0x80,
0x00, 0x00, 0x00, 0x78, 0x60, 0x00, 0x00, 0x00, 0x3F, 0x74, 0x00, 0x00, 0x00, 0x26, 0x7C, 0x00,
0x00, 0x00, 0x07, 0x04, 0x00, 0x00, 0x00, 0x01, 0x86, 0x00, 0x00, 0x00, 0x01, 0x86, 0x00, 0x00,
0x00, 0x01, 0x86, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xC7, 0x80, 0x00, 0x00,
0x01, 0xC7, 0x80, 0x00, 0x00, 0x01, 0xC7, 0x80, 0x00, 0x02, 0x03, 0xC7, 0x80, 0x00, 0x02, 0x03,
0xC7, 0x80, 0x00, 0x02, 0x0B, 0xE7, 0x80, 0x00, 0x02, 0x53, 0xE7, 0x80, 0x00, 0x07, 0xFF, 0xEF,
0x80, 0x00, 0x0F, 0xFF, 0xFF, 0xE0, 0x00, 0x0F, 0xFF, 0xFF, 0xE0, 0x00, 0x08, 0x08, 0x3F, 0xE0,
0x00, 0x08, 0x08, 0x3F, 0xE0, 0x00, 0x0F, 0xFF, 0xFF, 0xE0, 0x00, 0x08, 0x08, 0x3F, 0xE0, 0x00,
0x08, 0x08, 0x3F, 0xFF, 0xF0, 0x0F, 0xFF, 0xFF, 0xE0, 0x08, 0x0F, 0xFF, 0xFF, 0xE0, 0x08, 0x1F,
0xFF, 0xFF, 0xE0, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};

// Define the data holders: 
float _temperature, _altitude, _real_altitude;
int ozoneConcentration, _pressure, _sea_level_pressure, wind_speed;

void setup(){
  Serial.begin(9600);

  pinMode(notification, OUTPUT);
  pinMode(run_model, INPUT_PULLUP);

  // Start the timer:
  ozone_timer = millis();

  // Initialize the SSD1306 screen:
  display.begin(SSD1306_SWITCHCAPVCC, 0x3C);
  display.display();
  delay(1000);
  
  // Check the IIC Ozone Sensor connection status:
  while(!Ozone.begin(Ozone_IICAddress)){
    Serial.println("IIC Ozone Sensor is not found!");
    err_msg();
    delay(1000);
  }
  Serial.println("\nIIC Ozone Sensor is connected successfully!\n");
  
  /*   
     Set IIC Ozone Sensor mode:
       MEASURE_MODE_AUTOMATIC    // active  mode
       MEASURE_MODE_PASSIVE      // passive mode
  */
  Ozone.SetModes(MEASURE_MODE_PASSIVE);

  // Check the BMP180 Barometric Pressure/Temperature/Altitude Sensor connection status: 
  while(!bmp.begin()){
    Serial.println("BMP180 Barometric Pressure/Temperature/Altitude Sensor is not found!");
    err_msg();
    delay(1000);
  }
  Serial.println("\nBMP180 Barometric Pressure/Temperature/Altitude Sensor is connected successfully!\n");

  // TensorFlow Lite Model settings:
  
  // Set up logging (will report to Serial, even within TFLite functions).
  static tflite::MicroErrorReporter micro_error_reporter;
  error_reporter = µ_error_reporter;

  // Map the model into a usable data structure.
  model = tflite::GetModel(air_quality_level);
  if (model->version() != TFLITE_SCHEMA_VERSION) {
    error_reporter->Report("Model version does not match Schema");
    while(1);
  }

  // This pulls in all the operation implementations we need.
  // NOLINTNEXTLINE(runtime-global-variables)
  static tflite::AllOpsResolver resolver;

  // Build an interpreter to run the model.
  static tflite::MicroInterpreter static_interpreter(
    model, resolver, tensor_arena, kTensorArenaSize,
    error_reporter);
  interpreter = &static_interpreter;

  // Allocate memory from the tensor_arena for the model's tensors.
  TfLiteStatus allocate_status = interpreter->AllocateTensors();
  if (allocate_status != kTfLiteOk) {
    error_reporter->Report("AllocateTensors() failed");
    while(1);
  }

  // Assign model input and output buffers (tensors) to pointers.
  model_input = interpreter->input(0);
  model_output = interpreter->output(0);

  delay(1000);
  display.clearDisplay();   
  display.setTextSize(2); 
  display.setTextColor(SSD1306_BLACK, SSD1306_WHITE);
  display.setCursor(0,0);
  display.println("Heating...");
  display.display();
}

void loop(){
  // Wait until the IIC Ozone Sensor heats for 3 minutes.
  while (millis() - ozone_timer < 3*60*1000){ if (millis() - timer > 1000){ timer = millis(); } }

  collect_ozone_concentration();
  delay(1000);
  collect_BMP180_data();
  delay(500);
  collect_anemometer_data();
  delay(250);
  
  // Show the collected weather (air quality) data on the screen.
  show_weather_data();

 // Execute the TensorFlow Lite model to make predictions on the air quality levels (classes). 
 if(digitalRead(run_model) == LOW) run_inference_to_make_predictions();
}

void run_inference_to_make_predictions(){    
    // Scale (normalize) values (local weather data) depending on the model and copy them to the input buffer (tensor):
    model_input->data.f[0] = _temperature / 100;
    model_input->data.f[1] = _altitude / 100;
    model_input->data.f[2] = ozoneConcentration / 1000;
    model_input->data.f[3] = _pressure / 100000;
    model_input->data.f[4] = wind_speed / 30;
    
    // Run inference:
    TfLiteStatus invoke_status = interpreter->Invoke();
    if (invoke_status != kTfLiteOk) {
      error_reporter->Report("Invoke failed on the given input.");
    }

    // Read predicted y values (air quality classes) from the output buffer (tensor): 
    for(int i = 0; i<3; i++){
      if(model_output->data.f[i] >= threshold){
        // Display the detection result (class).
        display.clearDisplay(); 
        if(i == 0) display.drawBitmap(44, 0, _good, 40, 40, SSD1306_WHITE);
        if(i == 1) display.drawBitmap(44, 0, _moderate, 40, 40, SSD1306_WHITE);
        if(i == 2) display.drawBitmap(44, 0, _unhealthy, 40, 40, SSD1306_WHITE);
        // Print:
        int str_x = classes[i].length() * 11;
        display.setTextSize(2); 
        display.setTextColor(SSD1306_WHITE);
        display.setCursor((SCREEN_WIDTH - str_x) / 2, 48);
        display.println(classes[i]);
        display.display();
        digitalWrite(notification, HIGH); delay(1500); digitalWrite(notification, LOW); 
      }
    }
    // Exit and clear.
    delay(3000);

}

void collect_ozone_concentration(){
  ozoneConcentration = Ozone.ReadOzoneData(COLLECT_NUMBER);
  Serial.print("\n\nOzone Concentration => "); Serial.print(ozoneConcentration); Serial.println(" PPB");
}

void collect_BMP180_data(){
  _temperature = bmp.readTemperature();
  _pressure = bmp.readPressure();
  // Calculate altitude assuming 'standard' barometric pressure of 1013.25 millibars (101325 Pascal).
  _altitude = bmp.readAltitude();
  _sea_level_pressure = bmp.readSealevelPressure();
  // To get a more precise altitude measurement, use the current sea level pressure, which will vary with the weather conditions. 
  _real_altitude = bmp.readAltitude(101500);
  // Print the data generated by the BMP180 Barometric Pressure/Temperature/Altitude Sensor.
  Serial.print("Temperature => "); Serial.print(_temperature); Serial.println(" *C");
  Serial.print("Pressure => "); Serial.print(_pressure); Serial.println(" Pa");
  Serial.print("Altitude => "); Serial.print(_altitude); Serial.println(" meters");
  Serial.print("Pressure at sea level (calculated) => "); Serial.print(_sea_level_pressure); Serial.println(" Pa");
  Serial.print("Real Altitude => "); Serial.print(_real_altitude); Serial.println(" meters");
}

void collect_anemometer_data(){
  float outvoltage = (analogRead(A0) * (3.3 / 1023.0)) + 0.1;
  // Calculate the wind speed (level) [1 - 30] according to the output voltage: 
  wind_speed = 6 * outvoltage;
  // Print the data generated by the Anemometer Kit.
  Serial.print("Wind Speed (Level) => "); Serial.print(wind_speed);
}

void show_weather_data(){
  display.clearDisplay();   
  display.setTextSize(1); 
  display.setTextColor(SSD1306_WHITE);
  display.setCursor(0,8); 
  display.println("Ozone Con. => " + String(ozoneConcentration) + " PPB");
  display.println("Wind Speed => " + String(wind_speed));
  display.println("Temp. => " + String(_temperature) + " *C");
  display.println("Pressure => " + String(_pressure) + " Pa");
  display.println("Altitude => " + String(_altitude) + " m");
  display.display();  
}

void err_msg(){
  // Show the error message on the SSD1306 screen.
  display.clearDisplay();   
  display.drawBitmap(48, 0, _error, 32, 32, SSD1306_WHITE);
  display.setTextSize(1); 
  display.setTextColor(SSD1306_WHITE);
  display.setCursor(0,40); 
  display.println("Check the serial monitor to see the error!");
  display.display();  
}


air_quality_level.h

Download



#ifndef AIR_QUALITY_LEVEL_H
#define AIR_QUALITY_LEVEL_H


unsigned int air_quality_level_len = 38648;
unsigned char air_quality_level[] = {
 0x1c, 0x00, 0x00, 0x00, 0x54, 0x46, 0x4c, 0x33, 0x14, 0x00, 0x20, 0x00,
  0x04, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x10, 0x00, 0x14, 0x00, 0x00, 0x00,
  0x18, 0x00, 0x1c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
  0x18, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0xb0, 0x00, 0x00, 0x00,
  0x20, 0x00, 0x00, 0x00, 0x58, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00,
  0x02, 0x00, 0x00, 0x00, 0x8c, 0x03, 0x00, 0x00, 0x70, 0x01, 0x00, 0x00,
  0x01, 0x00, 0x00, 0x00, 0xb4, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00,
  0xa0, 0x96, 0x00, 0x00, 0x9c, 0x96, 0x00, 0x00, 0xcc, 0x93, 0x00, 0x00,
  0x58, 0x92, 0x00, 0x00, 0xe4, 0x91, 0x00, 0x00, 0x94, 0x87, 0x00, 0x00,
  0x40, 0x07, 0x00, 0x00, 0xec, 0x03, 0x00, 0x00, 0x80, 0x96, 0x00, 0x00,
  0x7c, 0x96, 0x00, 0x00, 0x78, 0x96, 0x00, 0x00, 0x74, 0x96, 0x00, 0x00,
  0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  0x0c, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x04, 0x00, 0x08, 0x00,
  0x08, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00,
  0x13, 0x00, 0x00, 0x00, 0x6d, 0x69, 0x6e, 0x5f, 0x72, 0x75, 0x6e, 0x74,
  0x69, 0x6d, 0x65, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x00,
  0x9e, 0x6c, 0xff, 0xff, 0x04, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00,
  0x31, 0x2e, 0x35, 0x2e, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x4d, 0x4c, 0x49, 0x52,
  0x20, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x64, 0x2e, 0x00,
  0x00, 0x00, 0x0e, 0x00, 0x18, 0x00, 0x04, 0x00, 0x08, 0x00, 0x0c, 0x00,
  0x10, 0x00, 0x14, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00,
  0x40, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00,
  0x58, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00, 0x94, 0x95, 0x00, 0x00,
  0x24, 0x95, 0x00, 0x00, 0xa0, 0x92, 0x00, 0x00, 0x38, 0x91, 0x00, 0x00,
  0xdc, 0x90, 0x00, 0x00, 0x88, 0x86, 0x00, 0x00, 0x34, 0x06, 0x00, 0x00,
  0xa4, 0x02, 0x00, 0x00, 0xb0, 0x01, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00,
  0x80, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x01, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00,
  0x28, 0x02, 0x00, 0x00, 0x58, 0x01, 0x00, 0x00, 0xa4, 0x00, 0x00, 0x00,
  0x1c, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x6d, 0x61, 0x69, 0x6e,
  0x00, 0x00, 0x0e, 0x00, 0x18, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x10, 0x00,
  0x07, 0x00, 0x14, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09,
  0x01, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00,
  0x04, 0x00, 0x00, 0x00, 0x7a, 0x6d, 0xff, 0xff, 0x00, 0x00, 0x80, 0x3f,
  0x01, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  0x09, 0x00, 0x00, 0x00, 0xf4, 0xfd, 0xff, 0xff, 0x19, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x19, 0x01, 0x00, 0x00, 0x00, 0x28, 0x6b, 0xff, 0xff,
  0x14, 0x00, 0x00, 0x00, 0x0b, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00,
  0x30, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  0xff, 0xff, 0xff, 0xff, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
  0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x00, 0x00, 0x00, 0x00,
  0x14, 0x6b, 0xff, 0xff, 0x5e, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x08,
  0x18, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00,
  0x2c, 0x6b, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00,
  0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00,
  0x03, 0x00, 0x00, 0x00, 0x9c, 0x6b, 0xff, 0xff, 0x14, 0x00, 0x00, 0x00,
  0x0a, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x00,
  0x10, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
  0x03, 0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x73, 0x65, 0x71, 0x75,
  0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65,
  0x5f, 0x32, 0x2f, 0x4d, 0x61, 0x74, 0x4d, 0x75, 0x6c, 0x3b, 0x73, 0x65,
  0x71, 0x75, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e,
  0x73, 0x65, 0x5f, 0x32, 0x2f, 0x42, 0x69, 0x61, 0x73, 0x41, 0x64, 0x64,
  0x00, 0x00, 0x00, 0x00, 0x8c, 0x6e, 0xff, 0xff, 0x00, 0x00, 0x0e, 0x00,
  0x14, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x07, 0x00, 0x10, 0x00,
  0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x1c, 0x00, 0x00, 0x00,
  0x10, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x32, 0xff, 0xff, 0xff,
  0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
  0x03, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00,
  0x02, 0x00, 0x00, 0x00, 0x50, 0x6c, 0xff, 0xff, 0x14, 0x00, 0x00, 0x00,
  0x09, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x74, 0x00, 0x00, 0x00,
  0x10, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  0x40, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
  0x40, 0x00, 0x00, 0x00, 0x4c, 0x00, 0x00, 0x00, 0x73, 0x65, 0x71, 0x75,
  0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65,
  0x5f, 0x31, 0x2f, 0x4d, 0x61, 0x74, 0x4d, 0x75, 0x6c, 0x3b, 0x73, 0x65,
  0x71, 0x75, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e,
  0x73, 0x65, 0x5f, 0x31, 0x2f, 0x52, 0x65, 0x6c, 0x75, 0x3b, 0x73, 0x65,
  0x71, 0x75, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e,
  0x73, 0x65, 0x5f, 0x31, 0x2f, 0x42, 0x69, 0x61, 0x73, 0x41, 0x64, 0x64,
  0x00, 0x00, 0x00, 0x00, 0x58, 0x6f, 0xff, 0xff, 0x00, 0x00, 0x0e, 0x00,
  0x16, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x07, 0x00, 0x10, 0x00,
  0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x24, 0x00, 0x00, 0x00,
  0x18, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00,
  0x08, 0x00, 0x07, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
  0x01, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  0x0c, 0x00, 0x10, 0x00, 0x0b, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x04, 0x00,
  0x0c, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09,
  0x01, 0x00, 0x00, 0x00, 0x40, 0x6d, 0xff, 0xff, 0x14, 0x00, 0x00, 0x00,
  0x08, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x00, 0x00,
  0x10, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  0x80, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
  0x80, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x73, 0x65, 0x71, 0x75,
  0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65,
  0x2f, 0x4d, 0x61, 0x74, 0x4d, 0x75, 0x6c, 0x3b, 0x73, 0x65, 0x71, 0x75,
  0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65,
  0x2f, 0x52, 0x65, 0x6c, 0x75, 0x3b, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e,
  0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x42,
  0x69, 0x61, 0x73, 0x41, 0x64, 0x64, 0x00, 0x00, 0x68, 0x6d, 0xff, 0xff,
  0x3a, 0x70, 0xff, 0xff, 0x04, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00,
  0x2c, 0x54, 0x7f, 0x3f, 0xdb, 0x62, 0x6c, 0x3f, 0x60, 0x8c, 0x71, 0x3f,
  0xb0, 0x2e, 0xdf, 0x3d, 0x8c, 0xb8, 0x9a, 0x3d, 0x4e, 0xe8, 0x12, 0xbf,
  0xf4, 0x95, 0x91, 0xbe, 0xce, 0x4b, 0x28, 0xbf, 0x44, 0x1b, 0x93, 0xbe,
  0x5b, 0xdd, 0x4f, 0x3f, 0x84, 0xdc, 0xb4, 0xbf, 0x50, 0x0b, 0x9f, 0x3d,
  0x70, 0x15, 0x94, 0x3e, 0x12, 0x9b, 0x31, 0x3e, 0xad, 0xcb, 0x7e, 0xbf,
  0xd0, 0xd4, 0x35, 0x3f, 0xb0, 0xa0, 0x82, 0xbe, 0x24, 0xc7, 0xdd, 0xbd,
  0x64, 0xc9, 0xde, 0xbe, 0xd1, 0x8e, 0x2b, 0xbe, 0xa0, 0xd1, 0x4e, 0xbc,
  0x79, 0x75, 0x47, 0x3e, 0xe8, 0x26, 0x06, 0xbe, 0xfe, 0x78, 0x4a, 0x3c,
  0x9f, 0x6c, 0x74, 0xbe, 0x8a, 0x44, 0x53, 0xbe, 0xae, 0x8b, 0x8e, 0xbf,
  0xea, 0x6e, 0x8b, 0xbd, 0x0f, 0xc9, 0x84, 0x3f, 0x08, 0x65, 0x50, 0x3e,
  0x6f, 0x55, 0x96, 0xbe, 0x28, 0x15, 0x01, 0xbd, 0x7f, 0x17, 0x4b, 0xbf,
  0xf9, 0x63, 0x5b, 0xbe, 0xa0, 0x3d, 0xdd, 0x3d, 0x39, 0x3e, 0xd2, 0x3e,
  0x7e, 0x2e, 0x83, 0x3f, 0xa9, 0x09, 0x25, 0xbf, 0x70, 0x40, 0x51, 0x3d,
  0x77, 0x25, 0x14, 0xbe, 0xc5, 0xf0, 0xbc, 0xbf, 0x9a, 0x3d, 0xb0, 0xbd,
  0x22, 0x15, 0x42, 0xbe, 0xf0, 0xc5, 0x9f, 0xbe, 0x07, 0xad, 0x19, 0xbe,
  0x54, 0x4f, 0x87, 0x3f, 0x87, 0x32, 0x81, 0x3f, 0x4a, 0x1f, 0x31, 0xbe,
  0xf6, 0x0d, 0x0a, 0x3e, 0xa9, 0x51, 0xf5, 0xbe, 0xc9, 0x7f, 0xcc, 0xbd,
  0x7a, 0x4d, 0x70, 0x3e, 0x40, 0xb2, 0x17, 0xbd, 0xac, 0xe6, 0x6d, 0x3e,
  0x36, 0x80, 0x15, 0x3e, 0xd0, 0xdb, 0x11, 0xbe, 0xc8, 0xf9, 0x91, 0x3e,
  0x00, 0x01, 0x6d, 0x3e, 0x65, 0x83, 0xa7, 0xbf, 0x07, 0xff, 0x7d, 0x3e,
  0xf5, 0x7c, 0x9f, 0xbf, 0x39, 0x78, 0x84, 0xbc, 0x0a, 0x39, 0xb3, 0xbd,
  0x22, 0x82, 0x48, 0xbe, 0x6f, 0x63, 0x1d, 0xc0, 0x83, 0x15, 0xf2, 0xbf,
  0x1a, 0xf7, 0x04, 0xbf, 0xec, 0xb2, 0x03, 0x3e, 0x20, 0x32, 0xb7, 0xbc,
  0x1f, 0xda, 0xc5, 0x3c, 0xd8, 0x1f, 0x62, 0x3d, 0x2e, 0x11, 0x19, 0xbf,
  0x43, 0xd0, 0x88, 0xbe, 0xa0, 0xce, 0x1d, 0xc0, 0xea, 0xdf, 0xf2, 0x3e,
  0x4e, 0x4f, 0x2f, 0x3e, 0xe4, 0xa0, 0xfa, 0xbd, 0xc4, 0x7d, 0xc0, 0x3d,
  0x5a, 0xa6, 0x8d, 0x3e, 0xba, 0xf2, 0x21, 0xc0, 0xf2, 0x6b, 0xe4, 0xbd,
  0x8e, 0x61, 0xb1, 0xbd, 0x14, 0x16, 0xd9, 0xbe, 0x36, 0x2a, 0x4f, 0xbf,
  0xca, 0xaf, 0xf1, 0xbd, 0x06, 0xe2, 0x7c, 0x3e, 0x2c, 0x68, 0x49, 0xbe,
  0x34, 0x9b, 0x65, 0x3e, 0x52, 0xa2, 0x45, 0x3e, 0x77, 0x2f, 0x88, 0xbe,
  0x88, 0xc9, 0x91, 0x3e, 0x75, 0x92, 0x2b, 0x3e, 0xb1, 0x2b, 0x0b, 0xc0,
  0xb2, 0x18, 0x77, 0x3e, 0x30, 0xf2, 0xd9, 0xbd, 0x20, 0xae, 0x0b, 0xbf,
  0xd8, 0x35, 0x64, 0x3e, 0xd8, 0xb4, 0x06, 0xbd, 0xed, 0xcc, 0x0c, 0x3d,
  0x69, 0xa1, 0x9b, 0xbe, 0xc5, 0xde, 0x0b, 0xc0, 0x02, 0xfb, 0x7f, 0xbd,
  0x15, 0x34, 0xe9, 0x3d, 0x77, 0x9c, 0x15, 0x3d, 0x6b, 0x13, 0x9f, 0x3e,
  0x09, 0x7d, 0x1b, 0xbe, 0x32, 0xf5, 0x7b, 0xbe, 0x03, 0x79, 0x42, 0xbe,
  0xd8, 0xe1, 0x2c, 0x3e, 0xc0, 0x68, 0x1f, 0xc0, 0x59, 0xb7, 0x08, 0xc0,
  0xdc, 0x60, 0xee, 0x3d, 0x20, 0x65, 0x24, 0x3c, 0x28, 0x3f, 0x2f, 0xbf,
  0x66, 0x17, 0x88, 0x3d, 0xb7, 0xb0, 0x12, 0x3d, 0xb4, 0x35, 0x61, 0x3e,
  0x65, 0x25, 0x43, 0xbe, 0x23, 0x4a, 0x81, 0x3c, 0x6d, 0x60, 0x03, 0xbe,
  0xfb, 0x4a, 0x89, 0xbe, 0xe6, 0xd5, 0xf7, 0xbd, 0x2b, 0xa4, 0xd8, 0x3e,
  0xd3, 0x38, 0xa1, 0x3d, 0x9f, 0xc2, 0x86, 0x3c, 0x33, 0x41, 0x07, 0x3e,
  0x15, 0x36, 0x07, 0xbf, 0x02, 0xc0, 0x05, 0xbe, 0xbf, 0xa7, 0xfd, 0x3e,
  0x9a, 0x5b, 0x09, 0x3f, 0x01, 0x90, 0x40, 0xbf, 0xe4, 0xf5, 0x07, 0x3e,
  0x4e, 0x58, 0x35, 0x3e, 0x2d, 0xb8, 0x01, 0x3f, 0xf0, 0xb4, 0x5d, 0x3e,
  0x94, 0x6d, 0x8a, 0x3e, 0x04, 0xf7, 0xca, 0xbd, 0xf2, 0xce, 0xc7, 0x3d,
  0x0e, 0xd9, 0xa9, 0x3d, 0x6d, 0x06, 0x65, 0xbe, 0xd4, 0x33, 0x46, 0x3e,
  0xc8, 0x94, 0xa8, 0xbd, 0x67, 0xb1, 0xf6, 0x3e, 0x21, 0xfe, 0x1f, 0x3e,
  0x0c, 0x51, 0x82, 0xbe, 0x4a, 0x2c, 0x6c, 0xbe, 0x77, 0x2d, 0x96, 0x3e,
  0xa6, 0x5e, 0x4b, 0x3f, 0xfa, 0xe2, 0x3b, 0xbe, 0x56, 0x6f, 0x73, 0xbe,
  0xd2, 0x04, 0x53, 0xbe, 0x76, 0x6d, 0x45, 0x3c, 0x1d, 0x40, 0x84, 0x3e,
  0xd6, 0x4e, 0x31, 0x3e, 0x5e, 0x53, 0xc0, 0x3e, 0x27, 0x9c, 0x4b, 0xbe,
  0xdf, 0xca, 0x03, 0xbd, 0x39, 0x1b, 0x7b, 0xbe, 0xa0, 0x30, 0xf9, 0x3c,
  0xf4, 0x2c, 0x43, 0x3f, 0x15, 0x00, 0xc3, 0x3e, 0xfe, 0x04, 0x3f, 0xbe,
  0x4d, 0x7d, 0x53, 0xbe, 0x0f, 0xdc, 0x6c, 0x3e, 0x30, 0x67, 0xb1, 0x3e,
  0x15, 0xa4, 0x07, 0x3f, 0x8e, 0xed, 0x7a, 0xbe, 0xf7, 0x33, 0x77, 0x3e,
  0xc6, 0x9b, 0xdf, 0x3d, 0x21, 0x23, 0xa9, 0xbe, 0xb7, 0x2d, 0x06, 0xbe,
  0x3e, 0xba, 0x8a, 0xbe, 0x94, 0xe9, 0xbd, 0x3d, 0x8c, 0x2f, 0xcc, 0x3d,
  0x82, 0x42, 0xf1, 0x3e, 0xae, 0xc4, 0x42, 0x3e, 0xc4, 0x17, 0xe6, 0x3d,
  0x80, 0x12, 0x1a, 0x3f, 0x19, 0xc6, 0x26, 0xbe, 0xe1, 0xaa, 0x83, 0xbe,
  0x7d, 0x5c, 0x8a, 0xbe, 0x0a, 0xf9, 0x67, 0xbe, 0xf5, 0x01, 0xd7, 0xbc,
  0xe0, 0xf5, 0x9f, 0xbc, 0xb0, 0x11, 0x08, 0x3d, 0xbc, 0x69, 0x61, 0x3e,
  0x42, 0x0c, 0x94, 0x3e, 0x6e, 0xe2, 0x91, 0x3e, 0xb1, 0x32, 0x08, 0x3e,
  0x91, 0x19, 0x28, 0xbd, 0x91, 0x34, 0x48, 0x3f, 0x14, 0xcd, 0x73, 0xbe,
  0x32, 0x71, 0xff, 0xff, 0x10, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00,
  0x14, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  0x03, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00,
  0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64,
  0x65, 0x6e, 0x73, 0x65, 0x5f, 0x32, 0x2f, 0x4d, 0x61, 0x74, 0x4d, 0x75,
  0x6c, 0x00, 0x00, 0x00, 0xb8, 0x70, 0xff, 0xff, 0x8a, 0x73, 0xff, 0xff,
  0x04, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x18, 0x5b, 0xe7, 0x3c,
  0xb4, 0x09, 0x27, 0xbd, 0xd7, 0x1a, 0x94, 0xbd, 0xc3, 0x24, 0xf6, 0xbc,
  0x3e, 0x95, 0x7b, 0xbe, 0xa8, 0xa4, 0x88, 0xbc, 0xe7, 0xac, 0xa0, 0xbd,
  0xd3, 0x54, 0x1c, 0xbf, 0xb4, 0xa6, 0x7c, 0x3d, 0x3c, 0x88, 0x8c, 0x3e,
  0x74, 0xbf, 0x97, 0xbd, 0x8c, 0x1d, 0x6b, 0x3d, 0x40, 0x6e, 0x3f, 0x3d,
  0x8a, 0xb3, 0x43, 0x3e, 0x9f, 0x44, 0xcf, 0xbf, 0x67, 0x9e, 0x9e, 0xbd,
  0xc5, 0xe3, 0x02, 0x3e, 0x77, 0x58, 0xfa, 0x3e, 0x9d, 0xf5, 0x1b, 0xbe,
  0x2d, 0xe7, 0x31, 0x3e, 0xc6, 0x87, 0x9f, 0x3d, 0xc0, 0xea, 0x62, 0xbc,
  0x7d, 0xc0, 0x29, 0xbd, 0xad, 0x15, 0x25, 0x3e, 0x96, 0xbb, 0xda, 0xbd,
  0xc8, 0x99, 0x03, 0xbe, 0x0d, 0xa0, 0xa9, 0xbd, 0x78, 0x99, 0xa7, 0xbc,
  0x49, 0x1e, 0x76, 0xbf, 0x7e, 0x8c, 0xbe, 0x3d, 0x1d, 0xb3, 0xf9, 0xbd,
  0xe0, 0xcf, 0x1a, 0xbd, 0x4e, 0xa2, 0x9f, 0xbe, 0x6a, 0x02, 0xd5, 0x3e,
  0x1f, 0xfa, 0x06, 0x3e, 0xf9, 0x40, 0x40, 0xbf, 0x2a, 0x54, 0xda, 0x3e,
  0x26, 0x11, 0xe7, 0xbd, 0x7d, 0xe2, 0xd5, 0xbe, 0xd5, 0xe7, 0x25, 0xbe,
  0xa2, 0xe9, 0xd0, 0xbe, 0xbc, 0x9e, 0x66, 0xbd, 0x90, 0xc3, 0xca, 0xbc,
  0x81, 0xeb, 0xe9, 0xbd, 0xd7, 0x65, 0x27, 0x3e, 0x57, 0xc6, 0x93, 0x3d,
  0x3f, 0xcc, 0x17, 0xbe, 0x51, 0xb6, 0x88, 0xbe, 0xd0, 0xed, 0xed, 0xbc,
  0xd4, 0xa6, 0x05, 0xbe, 0xd2, 0x9d, 0xbc, 0x3b, 0x55, 0x1a, 0x12, 0x3e,
  0x91, 0xaa, 0x61, 0xbf, 0x25, 0xfc, 0x21, 0xbf, 0x23, 0xb4, 0x1d, 0xbe,
  0xc8, 0xfd, 0xc4, 0x3c, 0xf0, 0x66, 0xc1, 0x3e, 0xfb, 0x28, 0x33, 0x3e,
  0x67, 0x80, 0x25, 0x3e, 0xd9, 0x8f, 0x5d, 0x3e, 0x74, 0xe2, 0x55, 0xbe,
  0x29, 0x5f, 0x8a, 0xbf, 0x53, 0xa0, 0x2d, 0xbe, 0x88, 0x77, 0x31, 0xbf,
  0x9a, 0x0d, 0x90, 0x3f, 0x13, 0x49, 0x0a, 0xbd, 0xa0, 0x50, 0x3e, 0x3d,
  0xcc, 0x50, 0x82, 0x3d, 0xe9, 0x68, 0x82, 0x3e, 0x2c, 0xf7, 0x35, 0x3d,
  0x1b, 0x38, 0xd3, 0x3a, 0x00, 0xd7, 0x68, 0x3b, 0xc8, 0x6e, 0x8a, 0xbc,
  0x77, 0xff, 0x3a, 0x3e, 0x34, 0x05, 0x69, 0x3d, 0x57, 0x52, 0xe3, 0xbe,
  0xb0, 0x8e, 0x12, 0x3d, 0x0f, 0x04, 0x23, 0x3e, 0xfe, 0x35, 0x34, 0xbe,
  0x87, 0x29, 0x0b, 0x3e, 0x5b, 0xdb, 0x0b, 0x3d, 0x96, 0x0b, 0x29, 0xbe,
  0xbf, 0xcd, 0x18, 0xbe, 0x63, 0x12, 0x0c, 0xbe, 0x2e, 0x0a, 0xae, 0x3d,
  0x26, 0x71, 0x98, 0x3f, 0x1e, 0x67, 0xcc, 0xbe, 0x5a, 0x07, 0x16, 0x3e,
  0x40, 0xc3, 0x5f, 0xbc, 0x50, 0x10, 0x32, 0xbe, 0x40, 0xf1, 0x28, 0xbe,
  0xf6, 0xa6, 0x83, 0x3d, 0x83, 0x5d, 0xe9, 0xbe, 0x33, 0x2c, 0x27, 0xbf,
  0x9b, 0x5f, 0x2a, 0x3e, 0xf0, 0xd5, 0x2a, 0x3c, 0xe5, 0x20, 0x7f, 0x3e,
  0x95, 0x1c, 0x42, 0xbe, 0x96, 0x6f, 0x5a, 0x3f, 0xe3, 0xab, 0x35, 0xbe,
  0x20, 0xe3, 0x39, 0xbe, 0x26, 0x00, 0x64, 0x3d, 0xd6, 0xdb, 0xe0, 0xbe,
  0x96, 0x31, 0xf9, 0x3e, 0x60, 0xbe, 0x15, 0x3d, 0xfb, 0x33, 0x3e, 0x3e,
  0x80, 0xdf, 0xcc, 0x3a, 0x74, 0x46, 0x09, 0x3d, 0xef, 0x99, 0x03, 0x3e,
  0x50, 0x89, 0xcd, 0xbc, 0x52, 0x91, 0x0b, 0xbe, 0x16, 0x3e, 0xe0, 0x3d,
  0x7c, 0xca, 0x44, 0xbd, 0x35, 0x17, 0x00, 0xbf, 0x38, 0x46, 0x37, 0x3d,
  0x05, 0xde, 0xa2, 0xbd, 0xde, 0x18, 0xfa, 0x3d, 0x83, 0xac, 0x5d, 0xbe,
  0x62, 0x14, 0xad, 0x3d, 0xd2, 0x56, 0x24, 0xbe, 0x47, 0x41, 0x11, 0xbf,
  0xc0, 0x3b, 0x47, 0xbd, 0x18, 0xc8, 0x7d, 0x3d, 0x90, 0x5e, 0x0b, 0xbe,
  0x65, 0x59, 0xaa, 0xbd, 0x3d, 0xbc, 0xe4, 0xbe, 0xab, 0x4b, 0xc0, 0xbd,
  0xda, 0xd1, 0x29, 0xbe, 0x7b, 0x92, 0x07, 0xbe, 0x20, 0x90, 0xb8, 0x3b,
  0xb3, 0xce, 0x35, 0xbc, 0xa3, 0xbd, 0x03, 0x3e, 0x24, 0x72, 0x94, 0xbe,
  0x50, 0xe6, 0x76, 0x3c, 0x78, 0x04, 0x8e, 0xba, 0xfe, 0x60, 0xcd, 0xbe,
  0xc7, 0x6d, 0x20, 0x3e, 0xb2, 0xbd, 0x95, 0x3e, 0xe1, 0x4c, 0x12, 0x3e,
  0x50, 0x3b, 0xe9, 0x3c, 0x48, 0x17, 0x1a, 0x3d, 0x87, 0x7a, 0x37, 0x3e,
  0x50, 0x08, 0x8c, 0xbf, 0xd2, 0x60, 0x54, 0xbd, 0x38, 0x08, 0x98, 0xbc,
  0xa3, 0xfc, 0x06, 0x3f, 0x00, 0x51, 0x76, 0xba, 0xda, 0x1f, 0xc3, 0x3d,
  0xde, 0x67, 0x55, 0xbd, 0x96, 0x78, 0xbc, 0x3d, 0xc7, 0xb5, 0xd7, 0x3d,
  0x80, 0x90, 0xf6, 0x3a, 0x4a, 0x2b, 0xa9, 0x3d, 0x30, 0xd5, 0x4c, 0xbd,
  0x38, 0x4e, 0x79, 0xbe, 0xc4, 0x86, 0x26, 0x3d, 0x5c, 0xca, 0x56, 0xbf,
  0x20, 0x56, 0x4e, 0x3c, 0xee, 0x96, 0x05, 0x3e, 0x04, 0xd6, 0x4c, 0xbd,
  0x96, 0xa5, 0xf8, 0xbd, 0xfa, 0xd4, 0x83, 0x3e, 0xbe, 0x54, 0x78, 0xbd,
  0xda, 0x7d, 0x3f, 0xbf, 0x0a, 0xa9, 0x96, 0x3e, 0xd8, 0xa9, 0x4a, 0xbd,
  0x19, 0x64, 0xa5, 0xbe, 0x45, 0x5b, 0xab, 0xbe, 0x40, 0x39, 0xc4, 0xbe,
  0x3b, 0xbf, 0xb0, 0xbd, 0xeb, 0x8c, 0x30, 0x3e, 0xe3, 0xd0, 0x82, 0xbd,
  0x5b, 0x6d, 0x94, 0xbd, 0xa0, 0x97, 0x81, 0x3e, 0xe0, 0xb8, 0x22, 0xbe,
  0xca, 0x01, 0xd9, 0xbe, 0x8a, 0x80, 0x15, 0xbe, 0x40, 0x4c, 0x53, 0x3d,
  0xc8, 0xdc, 0x15, 0x3d, 0x04, 0x9c, 0x6d, 0x3d, 0x30, 0x99, 0x55, 0xbf,
  0x98, 0x43, 0x1c, 0xbf, 0x9d, 0x90, 0x88, 0xbe, 0x09, 0x1c, 0x1b, 0x3e,
  0xa2, 0xe4, 0xa2, 0x3e, 0xa5, 0x50, 0xd0, 0xbd, 0x23, 0xf8, 0x29, 0x3e,
  0x9a, 0x05, 0xa0, 0xbd, 0x40, 0xb0, 0xaf, 0xbe, 0xef, 0xb4, 0x6e, 0xbf,
  0x74, 0x6b, 0x14, 0x3d, 0x68, 0x0d, 0xf8, 0xbe, 0x20, 0x20, 0x83, 0x3f,
  0xde, 0xfb, 0x7c, 0xbe, 0x7c, 0x34, 0x39, 0x3d, 0xa7, 0x79, 0x3c, 0x3d,
  0xf6, 0x06, 0x06, 0x3f, 0xde, 0x28, 0xae, 0x3d, 0x6b, 0x6b, 0xeb, 0xbd,
  0x6a, 0xa9, 0x1a, 0xbe, 0x58, 0xc1, 0xbd, 0x3c, 0x4f, 0x54, 0x93, 0x3d,
  0x10, 0x7d, 0x14, 0x3d, 0xd6, 0xb7, 0x90, 0xbe, 0x00, 0xa4, 0x1d, 0xba,
  0x91, 0x94, 0x1f, 0x3e, 0x44, 0x74, 0x60, 0xbc, 0x4a, 0x92, 0xa3, 0xbd,
  0x35, 0xf2, 0xf0, 0x3d, 0xea, 0xee, 0xba, 0x3d, 0x95, 0x16, 0xc4, 0xbe,
  0x31, 0xd7, 0xbe, 0xbe, 0xee, 0x27, 0x97, 0x3d, 0xe3, 0x8a, 0xae, 0x3f,
  0x4a, 0xdc, 0x06, 0xbf, 0x87, 0x8f, 0x20, 0x3e, 0xc0, 0x65, 0x3c, 0xbb,
  0xb5, 0xb0, 0x51, 0xbe, 0x10, 0xab, 0x79, 0xbe, 0x00, 0xf4, 0x33, 0x3d,
  0x8c, 0xf1, 0x12, 0xbf, 0x46, 0x3d, 0xfb, 0xbe, 0x3e, 0x02, 0xcc, 0xbd,
  0x12, 0xc0, 0xf9, 0x3d, 0xbc, 0x1d, 0x84, 0x3e, 0xd5, 0xa1, 0x44, 0xbe,
  0x32, 0xcd, 0x4e, 0x3f, 0x4c, 0x25, 0xa9, 0xbe, 0x57, 0x28, 0x55, 0xbe,
  0xff, 0xb0, 0x09, 0x3e, 0xee, 0x44, 0x27, 0xbf, 0xd6, 0x21, 0x36, 0x3f,
  0xa3, 0x61, 0x91, 0xbd, 0x71, 0x19, 0x68, 0x3e, 0x1c, 0x3d, 0x1d, 0x3d,
  0x40, 0x3e, 0xc4, 0xbc, 0xc8, 0x45, 0xb7, 0x3c, 0x0b, 0x83, 0x18, 0xbe,
  0x7a, 0x97, 0xd1, 0x3d, 0x40, 0xc4, 0x84, 0xbc, 0xaf, 0x95, 0x16, 0xbe,
  0x3a, 0xdf, 0x08, 0xbf, 0x13, 0x9d, 0x3e, 0x3e, 0x86, 0x2d, 0x8a, 0xbd,
  0x7c, 0x01, 0x27, 0xbd, 0xe6, 0x46, 0x46, 0xbe, 0xa9, 0xff, 0x16, 0x3e,
  0xc0, 0x8f, 0xdf, 0x3b, 0xbe, 0x15, 0xf6, 0xbe, 0x85, 0xd3, 0xd1, 0xbd,
  0x71, 0x57, 0x1f, 0x3e, 0xa9, 0x10, 0xdb, 0xbd, 0x80, 0xd0, 0x6f, 0x3b,
  0xa1, 0xb7, 0x02, 0xbf, 0x8e, 0xa1, 0xd3, 0x3d, 0x0e, 0x02, 0xaf, 0xbd,
  0x56, 0x9a, 0xf3, 0x3d, 0xc4, 0xf7, 0x65, 0xbd, 0xd7, 0x26, 0x23, 0xbe,
  0xcf, 0x69, 0xfb, 0x3d, 0x83, 0x2b, 0x90, 0x3d, 0x8e, 0xdd, 0xb3, 0x3d,
  0x70, 0xc4, 0xd5, 0xbd, 0x81, 0xf4, 0x73, 0xbf, 0x8c, 0x1d, 0x66, 0x3d,
  0xd6, 0x7d, 0x83, 0x3e, 0x30, 0x42, 0xe6, 0xbc, 0x8e, 0xf4, 0xc8, 0x3d,
  0xa0, 0x96, 0xfc, 0xbc, 0x29, 0xe0, 0x39, 0x3e, 0xb9, 0x58, 0x93, 0xbf,
  0x7a, 0x1e, 0xf0, 0x3d, 0x00, 0xaf, 0x78, 0xbb, 0x81, 0xef, 0x13, 0x3e,
  0xa6, 0xc3, 0xb6, 0x3d, 0xa2, 0x20, 0xcb, 0xbd, 0xb1, 0xb9, 0x28, 0x3e,
  0x04, 0x0b, 0x19, 0xbd, 0xce, 0x4e, 0x2b, 0xbd, 0xa0, 0xdf, 0x1f, 0xbe,
  0x6e, 0x26, 0xac, 0xbd, 0x69, 0xb1, 0xb6, 0xbd, 0xde, 0x3b, 0x83, 0xbd,
  0x16, 0x19, 0x12, 0xbe, 0x55, 0x16, 0x25, 0xbf, 0xfa, 0x8d, 0xab, 0x3d,
  0xff, 0xde, 0x94, 0xbc, 0x94, 0x04, 0xa3, 0xbd, 0xdd, 0xcf, 0x5e, 0xbf,
  0x1b, 0x44, 0x57, 0x3e, 0xb9, 0x0d, 0x2c, 0x3e, 0x8a, 0x73, 0xe0, 0xbd,
  0xd3, 0x77, 0x9f, 0x3e, 0x6a, 0xc0, 0x02, 0xbe, 0xd5, 0x1f, 0x9b, 0xbf,
  0x88, 0xca, 0x10, 0xbe, 0x7d, 0x23, 0x22, 0xbf, 0x9b, 0x01, 0xe9, 0xbd,
  0x64, 0x10, 0x79, 0x3d, 0x5a, 0x99, 0x01, 0xbe, 0xa7, 0x2f, 0x03, 0x3e,
  0xaa, 0x88, 0x8b, 0x3d, 0xb4, 0x1b, 0x04, 0xbe, 0x48, 0xca, 0x78, 0xbf,
  0x05, 0x68, 0xaf, 0xbd, 0x86, 0x45, 0x7f, 0xbd, 0xf4, 0x7a, 0xfb, 0xbd,
  0xad, 0x39, 0x2c, 0x3e, 0x57, 0x99, 0xf8, 0xbe, 0x3e, 0xf7, 0x03, 0xbf,
  0xa1, 0x41, 0xa8, 0xbf, 0x21, 0x1a, 0x00, 0x3e, 0x1d, 0x39, 0x3e, 0x3e,
  0xe4, 0x53, 0x1b, 0x3d, 0x93, 0x7a, 0xe3, 0xbd, 0xdc, 0xf7, 0xe0, 0xbd,
  0xe7, 0xb9, 0x0e, 0xbe, 0x29, 0x36, 0x64, 0xbf, 0x6c, 0x6e, 0x5b, 0x3d,
  0xf7, 0xe2, 0x43, 0xbf, 0xe7, 0x00, 0x33, 0x3f, 0xbb, 0x6f, 0x26, 0x3e,
  0x9c, 0xe1, 0x1b, 0x3d, 0x5b, 0x65, 0xbe, 0x3c, 0x20, 0xe0, 0x2c, 0x3e,
  0x00, 0xc2, 0x25, 0x3c, 0x68, 0x9f, 0xf4, 0xbd, 0x63, 0x86, 0x27, 0x3e,
  0x10, 0x4c, 0x47, 0x3c, 0xce, 0x15, 0x71, 0x3e, 0x3c, 0x6f, 0xbc, 0x3d,
  0xf2, 0xa2, 0x85, 0xbf, 0xaf, 0x1a, 0xaa, 0xbd, 0x4a, 0x35, 0x17, 0xbe,
  0x69, 0x27, 0xde, 0x3d, 0x82, 0xff, 0xa0, 0xbd, 0x26, 0x8e, 0x26, 0x3e,
  0x82, 0x5d, 0x84, 0x3d, 0xaf, 0x14, 0x4c, 0xbe, 0x00, 0xc0, 0x7b, 0xbe,
  0x1d, 0x03, 0x25, 0x3e, 0x05, 0x5e, 0x17, 0x3f, 0xc6, 0x4f, 0x79, 0xbf,
  0x47, 0x42, 0x5a, 0x3e, 0x50, 0x37, 0x68, 0x3d, 0xa4, 0x18, 0xb0, 0x3d,
  0x37, 0xf9, 0x9f, 0x3d, 0x14, 0x03, 0x66, 0xbd, 0xcc, 0x69, 0x2e, 0xbf,
  0x10, 0x8a, 0xb4, 0xbe, 0x85, 0x58, 0x05, 0x3e, 0xc0, 0x61, 0x64, 0x3b,
  0xcf, 0x75, 0x11, 0x3e, 0x8a, 0x66, 0x01, 0xbe, 0x48, 0x7f, 0xe2, 0x3e,
  0xb5, 0xd0, 0xa6, 0xbe, 0x20, 0x23, 0x17, 0xbe, 0x2d, 0xa4, 0x07, 0x3e,
  0x33, 0x6a, 0x85, 0xbf, 0xb2, 0xa1, 0x15, 0x3e, 0xd0, 0x90, 0x05, 0xbd,
  0x48, 0xa7, 0x30, 0x3e, 0x7e, 0xe6, 0x99, 0x3d, 0x40, 0xbc, 0x1b, 0xbc,
  0x60, 0xe5, 0xab, 0x3b, 0x18, 0x84, 0xbe, 0xbd, 0xf8, 0xcf, 0xe5, 0xbd,
  0x7e, 0x0b, 0xdb, 0x3d, 0x68, 0x0e, 0xef, 0xbc, 0xf3, 0x60, 0xc4, 0xbe,
  0x96, 0xa7, 0xf3, 0x3c, 0x83, 0x56, 0xb9, 0xbd, 0x40, 0xcb, 0x1b, 0x3d,
  0x17, 0x30, 0xc5, 0xbd, 0x59, 0xb7, 0xa0, 0x3e, 0xcc, 0x4f, 0xe2, 0xbd,
  0x89, 0xa6, 0x42, 0xbf, 0x48, 0x0b, 0x95, 0xbd, 0xa7, 0x67, 0x19, 0x3e,
  0xf7, 0x04, 0x24, 0x3e, 0x09, 0x04, 0xfa, 0xbd, 0xfb, 0x6b, 0x36, 0xbe,
  0xe0, 0x5d, 0x28, 0x3c, 0x99, 0x88, 0xa0, 0xbf, 0x9c, 0xde, 0x2c, 0xbe,
  0x30, 0xcc, 0x09, 0xbe, 0xd8, 0xad, 0x2f, 0xbd, 0x00, 0x3b, 0xeb, 0xbd,
  0x02, 0xa7, 0xa9, 0x3d, 0x2f, 0xb6, 0xdc, 0xbd, 0xb0, 0xc0, 0x0e, 0xbc,
  0x04, 0x63, 0x4b, 0xbd, 0xd9, 0x7c, 0x1e, 0xbe, 0xa6, 0x50, 0xc6, 0x3d,
  0x3a, 0x9a, 0xc0, 0x3d, 0x88, 0xf9, 0xee, 0xbd, 0x91, 0x10, 0xc7, 0xbd,
  0xfe, 0x75, 0x94, 0x3d, 0xcb, 0xc9, 0x13, 0xbe, 0x61, 0x2c, 0x92, 0xbd,
  0x63, 0xed, 0xb1, 0xbd, 0x38, 0xae, 0x26, 0x3d, 0xb4, 0x28, 0x5a, 0xbd,
  0xdc, 0xb7, 0x72, 0xbd, 0x89, 0x61, 0x0b, 0xbe, 0xc8, 0x68, 0xda, 0xbc,
  0x10, 0xe8, 0x3e, 0xbc, 0x1d, 0x60, 0x24, 0x3e, 0xe1, 0xbb, 0x8d, 0xbd,
  0x05, 0x8b, 0x8e, 0xbd, 0x4e, 0xd2, 0xda, 0x3d, 0x8d, 0xc9, 0x00, 0x3e,
  0xe7, 0x2e, 0x1b, 0x3e, 0xa3, 0xee, 0x9e, 0xbd, 0xbc, 0xd3, 0x4f, 0x3d,
  0x5f, 0xd5, 0x21, 0x3e, 0x5e, 0xb0, 0xbb, 0xbd, 0x40, 0x7f, 0x30, 0xbe,
  0x3c, 0x49, 0x52, 0xbd, 0xe3, 0x28, 0x22, 0x3e, 0x7d, 0xc1, 0x21, 0xbe,
  0xee, 0xd7, 0xe8, 0x3d, 0xcf, 0xb5, 0x05, 0x3e, 0xf4, 0xf0, 0x2e, 0xbd,
  0x49, 0x29, 0x2d, 0x3e, 0x8e, 0x69, 0xb0, 0x3d, 0x8f, 0xfb, 0x27, 0xbe,
  0xdb, 0x30, 0x2d, 0xbe, 0x76, 0xeb, 0xae, 0x3d, 0x38, 0xe2, 0x00, 0xbe,
  0xb2, 0x12, 0xf0, 0x3d, 0xf2, 0x3d, 0xb8, 0xbd, 0xfc, 0xfc, 0x19, 0xbd,
  0xcb, 0x1c, 0x17, 0x3e, 0x7b, 0x09, 0xa8, 0xbd, 0x98, 0xe0, 0xd8, 0xbc,
  0x62, 0xa1, 0xeb, 0x3d, 0x70, 0xe2, 0xc8, 0xbd, 0x80, 0xae, 0xc9, 0xbb,
  0x88, 0x1b, 0x96, 0x3c, 0x86, 0x76, 0xd8, 0x3d, 0x16, 0x96, 0xca, 0x3d,
  0x42, 0xac, 0xda, 0x3d, 0x92, 0xff, 0x94, 0xbd, 0xa8, 0xd1, 0xff, 0x3c,
  0x3d, 0xaa, 0x2e, 0x3e, 0x3c, 0x87, 0x52, 0xbd, 0x3b, 0xf2, 0x2c, 0xbe,
  0x88, 0xda, 0xeb, 0xbc, 0x67, 0x8b, 0x0f, 0x3e, 0x60, 0x34, 0x8a, 0x3d,
  0x60, 0x69, 0xb3, 0xbb, 0x07, 0xc0, 0x82, 0xbd, 0xda, 0x7a, 0xa0, 0x3d,
  0x42, 0xf4, 0xf5, 0xbd, 0xec, 0x05, 0x87, 0x3d, 0xda, 0xf0, 0xb9, 0x3d,
  0x0a, 0x36, 0x96, 0x3d, 0x68, 0x97, 0xbf, 0xbc, 0x23, 0xd2, 0xc3, 0xbd,
  0x06, 0x5b, 0xf2, 0x3d, 0x9a, 0x63, 0xdc, 0x3d, 0x15, 0x70, 0x34, 0xbe,
  0xe6, 0x92, 0xef, 0x3d, 0x48, 0x1b, 0x58, 0x3d, 0xda, 0x53, 0xe8, 0x3d,
  0xf4, 0x95, 0x28, 0x3d, 0xec, 0x83, 0xe3, 0xbd, 0x4c, 0xe5, 0x0c, 0x3d,
  0xce, 0x5f, 0xdc, 0x3d, 0xf7, 0xee, 0xe6, 0xbd, 0xdc, 0x25, 0x96, 0xbd,
  0x7d, 0xf7, 0x1e, 0x3e, 0xd0, 0x4f, 0x9c, 0xbd, 0x4e, 0x30, 0xa9, 0x3d,
  0xa4, 0x3b, 0x86, 0x3d, 0x86, 0x8b, 0xc2, 0x3d, 0x10, 0xf2, 0xe7, 0xbc,
  0x1e, 0xd9, 0xd3, 0x3d, 0x4f, 0x48, 0x07, 0x3e, 0x30, 0x63, 0xf9, 0xbd,
  0x0a, 0x80, 0xda, 0x3d, 0x3c, 0x9c, 0x18, 0xbe, 0xa1, 0x3a, 0xe6, 0xbd,
  0xe1, 0xd6, 0x0a, 0x3e, 0x8f, 0x9f, 0xf9, 0xbd, 0x56, 0x43, 0xaa, 0x3d,
  0x39, 0x51, 0x14, 0x3e, 0xb7, 0x70, 0x16, 0xbe, 0x9a, 0x7e, 0x9a, 0x3d,
  0xe7, 0x82, 0x24, 0xbe, 0x1c, 0xaa, 0x7f, 0x3d, 0x74, 0x29, 0x64, 0xbd,
  0xbe, 0xb6, 0xcf, 0x3d, 0x2e, 0xf7, 0xe3, 0xbd, 0x93, 0x9a, 0x86, 0xbd,
  0xad, 0xff, 0x00, 0x3e, 0x22, 0x3d, 0xee, 0xbd, 0x20, 0x58, 0x1b, 0x3d,
  0x00, 0x96, 0x15, 0x3a, 0x78, 0xdb, 0x3a, 0x3d, 0x09, 0x3f, 0x8c, 0xbd,
  0x00, 0xc8, 0x0d, 0x39, 0xcd, 0xe0, 0xe6, 0xbd, 0xf5, 0xa9, 0x2f, 0xbe,
  0x4b, 0x19, 0xbb, 0xbd, 0x92, 0xc5, 0x07, 0xbe, 0x94, 0x09, 0x1a, 0x3d,
  0x27, 0x3b, 0x83, 0xbd, 0x64, 0x58, 0x2a, 0xbe, 0xb0, 0x25, 0x44, 0x3d,
  0x40, 0x39, 0x31, 0x3d, 0x28, 0xae, 0x2a, 0x3d, 0xc1, 0xe5, 0x14, 0x3e,
  0x76, 0x0c, 0x74, 0xbd, 0x6c, 0x72, 0x0e, 0xbd, 0x44, 0x2d, 0x2e, 0x3d,
  0x38, 0xb6, 0xfd, 0xbc, 0x70, 0x5a, 0x63, 0x3d, 0x2d, 0x35, 0x12, 0x3e,
  0x50, 0x0d, 0x80, 0x3d, 0xb6, 0x11, 0xe5, 0xbd, 0xf0, 0xdd, 0xa2, 0x3c,
  0xd8, 0x63, 0x06, 0xbd, 0x14, 0x00, 0x28, 0xbe, 0x8d, 0x5b, 0x0c, 0x3e,
  0x29, 0x17, 0x0e, 0x3e, 0x2a, 0x4f, 0x9d, 0x3d, 0x2c, 0x1f, 0x0a, 0xbe,
  0x8e, 0xe7, 0xf8, 0x3d, 0x07, 0x0b, 0x20, 0x3e, 0x65, 0x02, 0x2b, 0x3e,
  0x9e, 0xa2, 0x08, 0xbe, 0xba, 0x3c, 0xab, 0x3d, 0x20, 0x73, 0xfe, 0xbc,
  0x96, 0xa3, 0xd3, 0x3d, 0x1c, 0x08, 0x86, 0x3d, 0x2c, 0x9c, 0x37, 0x3d,
  0x96, 0x74, 0xd2, 0x3d, 0xe0, 0x20, 0x44, 0xbd, 0xae, 0x8d, 0x98, 0x3d,
  0xb3, 0xa1, 0x06, 0x3e, 0x51, 0x13, 0x0f, 0x3e, 0x20, 0xf0, 0x21, 0x3d,
  0x51, 0x81, 0xc1, 0xbd, 0xa0, 0xd6, 0x8a, 0x3c, 0x6e, 0x68, 0xdf, 0x3d,
  0x6a, 0x97, 0x32, 0xbe, 0xfe, 0xe4, 0xb5, 0xbd, 0x98, 0xdc, 0xd3, 0xbc,
  0xf6, 0xb9, 0xd0, 0xbd, 0x7d, 0x24, 0x18, 0x3e, 0x8a, 0xa5, 0xd1, 0x3d,
  0x28, 0x7e, 0x27, 0x3d, 0x71, 0x8a, 0x93, 0xbd, 0x0e, 0x40, 0x97, 0x3d,
  0x42, 0xdc, 0x9e, 0x3d, 0xcc, 0xa1, 0x20, 0xbd, 0xc6, 0x9a, 0x5a, 0xbd,
  0x20, 0xf3, 0xae, 0xbb, 0x40, 0xab, 0x18, 0x3d, 0xe6, 0x2a, 0xfe, 0x3d,
  0x72, 0x3e, 0x9c, 0xbd, 0x50, 0x40, 0x19, 0x3d, 0x8e, 0x24, 0x2b, 0xbe,
  0x6f, 0x93, 0xb0, 0xbd, 0x9b, 0x4c, 0xcb, 0xbd, 0x32, 0x88, 0xa2, 0xbd,
  0xc9, 0x73, 0x05, 0xbe, 0x8e, 0xdb, 0x83, 0xbd, 0x0b, 0x82, 0x02, 0x3e,
  0x8f, 0xdc, 0xa3, 0xbd, 0xd3, 0xae, 0x1d, 0xbe, 0xf3, 0xad, 0x0d, 0xbe,
  0x5d, 0xb7, 0x2c, 0xbe, 0x02, 0x8a, 0xff, 0x3d, 0x18, 0x27, 0x63, 0x3d,
  0x94, 0x93, 0x40, 0xbd, 0x77, 0x02, 0x80, 0xbd, 0x1c, 0x51, 0x40, 0xbd,
  0xf8, 0x19, 0x44, 0xbd, 0xeb, 0x85, 0x2b, 0xbe, 0x55, 0xf9, 0xaf, 0xbd,
  0x24, 0xb7, 0x83, 0x3d, 0x64, 0x94, 0x15, 0x3d, 0x9d, 0x5f, 0x2c, 0x3e,
  0x1e, 0x40, 0xfa, 0x3d, 0x5e, 0xc0, 0x8d, 0xbd, 0xe0, 0xa1, 0xc2, 0x3b,
  0x18, 0x69, 0x1d, 0xbd, 0xb0, 0x6a, 0x0b, 0x3d, 0x37, 0x2f, 0x0e, 0x3e,
  0xa8, 0x7a, 0x02, 0xbd, 0x66, 0x48, 0x8e, 0x3d, 0x40, 0x7a, 0x55, 0x3d,
  0x3a, 0x2d, 0x34, 0xbe, 0x40, 0xe1, 0xc2, 0x3b, 0x59, 0x87, 0xac, 0xbd,
  0x30, 0xdc, 0xb5, 0x3c, 0x3d, 0x2c, 0x22, 0xbe, 0x80, 0x4b, 0x9d, 0xbd,
  0x50, 0xca, 0xd4, 0xbd, 0xcc, 0x40, 0x1b, 0xbd, 0x24, 0x9c, 0x9f, 0xbd,
  0x50, 0x95, 0x94, 0xbc, 0xb0, 0x66, 0xaf, 0x3c, 0x50, 0x1c, 0x21, 0x3c,
  0x25, 0xdc, 0x1f, 0x3e, 0x08, 0x7b, 0xdc, 0x3c, 0xc2, 0xb2, 0x32, 0xbe,
  0xd6, 0x89, 0x06, 0xbe, 0xfd, 0x3d, 0xda, 0xbd, 0x82, 0xef, 0x01, 0xbe,
  0x75, 0x0b, 0xdd, 0xbd, 0xf0, 0x41, 0x41, 0xbc, 0x44, 0xa1, 0x8f, 0xbd,
  0x1a, 0x7e, 0x58, 0xbd, 0xbe, 0x8b, 0xcf, 0x3d, 0xcf, 0x29, 0x8b, 0xbd,
  0x8f, 0x4a, 0x1b, 0xbe, 0xcd, 0xb9, 0x07, 0xbe, 0x00, 0x3c, 0x0a, 0x39,
  0x00, 0x17, 0xdb, 0x3c, 0xf2, 0xac, 0x65, 0xbd, 0x11, 0xb6, 0x33, 0xbe,
  0x3b, 0x78, 0x2e, 0x3e, 0xb6, 0xdb, 0xf0, 0xbd, 0xcc, 0xe2, 0x20, 0xbd,
  0xa9, 0x44, 0x0a, 0x3e, 0x35, 0xf6, 0x22, 0x3e, 0xf9, 0x69, 0x2b, 0x3e,
  0x68, 0xc6, 0x94, 0xbd, 0x60, 0xaa, 0x7a, 0x3d, 0xc6, 0x54, 0xea, 0xbd,
  0xe0, 0x11, 0x21, 0xbc, 0x77, 0xbe, 0x00, 0x3e, 0x8a, 0xa5, 0xd9, 0x3d,
  0x80, 0x0b, 0x06, 0x3d, 0x50, 0xe3, 0xbc, 0x3c, 0xd4, 0x3c, 0x90, 0xbd,
  0xb5, 0x07, 0xa5, 0xbd, 0x68, 0xf7, 0x48, 0xbd, 0xbb, 0xe3, 0x29, 0x3e,
  0x0f, 0xf0, 0xaa, 0xba, 0x24, 0x2e, 0x74, 0x3d, 0x1a, 0xa1, 0xe5, 0xbd,
  0xc8, 0x13, 0xe8, 0x3d, 0xd1, 0x07, 0xdf, 0x3d, 0xc3, 0xd5, 0x1c, 0x3e,
  0xc2, 0xbe, 0x29, 0xbe, 0xa0, 0xa7, 0xb3, 0xbc, 0x90, 0x87, 0xcc, 0xbc,
  0x24, 0x15, 0x31, 0xbd, 0x29, 0x4b, 0x40, 0xbe, 0x61, 0xf7, 0xb8, 0x3f,
  0xad, 0xf6, 0xb4, 0xbd, 0x90, 0x1e, 0x34, 0x3d, 0x6b, 0x25, 0xd8, 0xbe,
  0x33, 0x38, 0x10, 0xbe, 0x88, 0x16, 0x35, 0xbd, 0xd8, 0xef, 0x93, 0xbd,
  0xd5, 0xbb, 0x05, 0x3e, 0x7f, 0xd7, 0x5f, 0x3c, 0x61, 0x57, 0xbc, 0xbd,
  0x7c, 0xac, 0x22, 0xbd, 0xb1, 0xc6, 0x21, 0xbe, 0x10, 0x0a, 0x31, 0x3d,
  0x6d, 0x6a, 0x23, 0x3e, 0x31, 0x02, 0x34, 0x3f, 0x49, 0xb2, 0x1f, 0x3e,
  0xfb, 0x6e, 0x23, 0xbd, 0xf8, 0x82, 0x88, 0xbc, 0x91, 0x7e, 0x24, 0x3e,
  0x3d, 0x70, 0x87, 0xbe, 0x00, 0xc0, 0x6a, 0x3a, 0xd4, 0xd2, 0x0b, 0x3f,
  0xfd, 0xb4, 0xca, 0xbe, 0xc0, 0x2a, 0x10, 0xbc, 0x34, 0x94, 0xd7, 0x3d,
  0xf1, 0xd0, 0x45, 0x3e, 0x7e, 0xbe, 0xae, 0x3d, 0x02, 0x06, 0xcf, 0xbd,
  0xe0, 0x48, 0x1f, 0xbc, 0x50, 0x28, 0x0d, 0xbc, 0x2e, 0x21, 0xcc, 0x3d,
  0x6a, 0xbb, 0xf2, 0xbd, 0x7a, 0x7b, 0x99, 0x3d, 0x97, 0xc0, 0x30, 0x3e,
  0x2a, 0x9b, 0x74, 0xbd, 0xba, 0x39, 0xa2, 0xbd, 0x13, 0xb6, 0x67, 0xbd,
  0x95, 0xd9, 0x04, 0x3e, 0x97, 0x98, 0xbb, 0x3e, 0x60, 0x1f, 0x09, 0x3f,
  0x56, 0x3b, 0x4c, 0x3e, 0x7b, 0x42, 0x2e, 0x3e, 0x52, 0xfc, 0x27, 0xbe,
  0x0b, 0xfb, 0x16, 0xbe, 0xeb, 0x9d, 0xe9, 0xbd, 0x5a, 0x1b, 0x00, 0x3e,
  0x5e, 0x0a, 0x54, 0x3e, 0xe4, 0xfb, 0x7f, 0x3f, 0x04, 0x9f, 0x26, 0xbd,
  0xa9, 0xe2, 0x27, 0x3f, 0x57, 0x83, 0x2c, 0xbf, 0x19, 0x0f, 0x76, 0x3e,
  0xda, 0xb0, 0x9e, 0xbd, 0x43, 0x1c, 0xd5, 0x3d, 0x02, 0x41, 0xc0, 0xbe,
  0x3e, 0xbe, 0x0d, 0xbe, 0x6b, 0x01, 0x1f, 0xbe, 0xc0, 0x5d, 0x53, 0x3c,
  0x58, 0x52, 0x30, 0x3d, 0xbc, 0xd0, 0x38, 0xbe, 0x1d, 0x56, 0x5c, 0xbe,
  0x35, 0xe1, 0xa0, 0x3e, 0xf4, 0xef, 0x04, 0xbe, 0xb2, 0xbe, 0xd6, 0x3d,
  0x86, 0x43, 0x08, 0x3e, 0xfe, 0x93, 0xc4, 0x3d, 0xe8, 0x9f, 0xd3, 0x3d,
  0x18, 0x0b, 0x3a, 0xbd, 0x5d, 0xdb, 0xe8, 0x3e, 0x72, 0x7c, 0x37, 0x3e,
  0xe0, 0xd5, 0xe9, 0x3b, 0xb4, 0x26, 0xc5, 0xbe, 0x62, 0x58, 0x54, 0x3e,
  0xe1, 0xee, 0xed, 0x3c, 0x6a, 0xd2, 0x82, 0x3d, 0xae, 0x9b, 0x1f, 0xbc,
  0xd9, 0xe5, 0x97, 0x3e, 0x98, 0xd8, 0xbd, 0x3c, 0xa8, 0x4c, 0x2b, 0x3f,
  0x06, 0xca, 0x41, 0x3f, 0x90, 0x57, 0xf0, 0x3c, 0x4c, 0x07, 0xdc, 0xbd,
  0x31, 0x79, 0x13, 0xbe, 0x35, 0x79, 0x88, 0x3e, 0xc0, 0xe8, 0x2c, 0xbf,
  0x23, 0xdd, 0x95, 0x3e, 0xf2, 0x6a, 0x34, 0x3e, 0x81, 0xf6, 0x97, 0xbd,
  0x53, 0x1a, 0xbe, 0x3e, 0xe6, 0xe1, 0x98, 0xbe, 0x50, 0x66, 0x7e, 0x3c,
  0x9b, 0x81, 0x36, 0xbc, 0xf8, 0x3a, 0x7a, 0x3d, 0x00, 0x65, 0x88, 0x3d,
  0xb0, 0x5a, 0x28, 0xbd, 0x3e, 0x3e, 0x12, 0xbe, 0xd9, 0x82, 0x1c, 0x3e,
  0x10, 0xe2, 0xad, 0xbc, 0xe9, 0x54, 0x95, 0xbd, 0xb0, 0x26, 0x7f, 0x3e,
  0x50, 0x55, 0x35, 0x3d, 0xa6, 0xe3, 0xff, 0x3d, 0x68, 0x5b, 0x8a, 0x3c,
  0x13, 0x49, 0x70, 0x3e, 0xfd, 0xcb, 0x65, 0xbd, 0x4f, 0x6e, 0x28, 0xbe,
  0x2b, 0x29, 0xf6, 0x3e, 0x9a, 0x21, 0x8c, 0x3d, 0x03, 0xbe, 0x07, 0x3e,
  0x71, 0xbe, 0x0b, 0xbe, 0xbe, 0x9e, 0xc3, 0x3d, 0x04, 0x3b, 0x90, 0x3e,
  0x09, 0xfe, 0x33, 0x3e, 0xca, 0x51, 0x95, 0x3e, 0x5e, 0x95, 0xe2, 0x3d,
  0x0f, 0xa8, 0x1a, 0xbe, 0x60, 0x94, 0xe0, 0xbd, 0xc2, 0x0f, 0xb4, 0x3d,
  0x9f, 0xe9, 0x02, 0x3e, 0x4f, 0x7c, 0x19, 0x3e, 0x24, 0x03, 0x01, 0xbd,
  0x81, 0xe3, 0x8c, 0xbd, 0x49, 0x3a, 0xb2, 0xbd, 0xef, 0x39, 0x33, 0x3e,
  0x99, 0x7d, 0x2b, 0xbe, 0xc4, 0xe9, 0x93, 0xbd, 0xd2, 0xac, 0x99, 0x3d,
  0x91, 0x96, 0x14, 0x3e, 0xc2, 0x6d, 0xcf, 0x3d, 0x8b, 0xf5, 0x05, 0x3e,
  0xf0, 0xd9, 0x08, 0xbc, 0x9c, 0xf3, 0x65, 0xbd, 0xe9, 0x0e, 0xdc, 0xbd,
  0x2e, 0xdb, 0xdb, 0x3d, 0x4e, 0x14, 0x90, 0x3d, 0xbd, 0xe1, 0x18, 0x3e,
  0x6a, 0xf9, 0xda, 0x3d, 0x50, 0xe2, 0x3a, 0x3c, 0xe5, 0x52, 0xc8, 0xbd,
  0x0c, 0xb2, 0x10, 0xbd, 0x4c, 0x9b, 0x4a, 0xbd, 0x3c, 0x57, 0x5c, 0xbd,
  0x4a, 0x0f, 0xdb, 0x3d, 0xed, 0x78, 0x0f, 0xbe, 0xbe, 0x92, 0xa1, 0xbd,
  0x0e, 0xcb, 0xe1, 0x3d, 0x80, 0x20, 0xc5, 0x3b, 0xf6, 0x74, 0xca, 0xbd,
  0xc0, 0x8f, 0x2d, 0x3b, 0x7c, 0x6a, 0x0a, 0x3d, 0xd4, 0x4d, 0x6f, 0xbd,
  0x00, 0xe8, 0x7f, 0x3c, 0x93, 0xd1, 0x16, 0x3e, 0xa0, 0x61, 0xd1, 0xbc,
  0xfd, 0xbd, 0xe8, 0xbd, 0xe4, 0x44, 0x66, 0x3d, 0x8c, 0xf2, 0x09, 0xbe,
  0xe7, 0x25, 0x2d, 0x3e, 0x20, 0x6c, 0x6b, 0x3d, 0x60, 0xc7, 0x35, 0xbc,
  0x8c, 0x6a, 0x94, 0xbd, 0x16, 0xc6, 0xda, 0x3d, 0x56, 0x13, 0x8f, 0x3d,
  0xca, 0x33, 0xed, 0xbd, 0x33, 0xb3, 0xbb, 0xbd, 0x70, 0xa8, 0x90, 0x3d,
  0x60, 0x4e, 0x56, 0x3d, 0xb0, 0x91, 0x27, 0x3d, 0xf4, 0x7a, 0x6a, 0x3d,
  0x25, 0x86, 0x88, 0xbd, 0xeb, 0xfd, 0x03, 0x3e, 0x74, 0x54, 0xf9, 0xbd,
  0xc0, 0x73, 0x63, 0x3c, 0xd5, 0xf9, 0x08, 0xbe, 0x6a, 0x61, 0xfb, 0x3d,
  0x00, 0x34, 0xd1, 0xbc, 0x8b, 0x2e, 0x01, 0x3e, 0x2f, 0xad, 0x20, 0xbe,
  0xf0, 0x38, 0x28, 0x3c, 0x0c, 0x27, 0x68, 0x3d, 0x4f, 0xc4, 0x10, 0x3e,
  0x8c, 0x65, 0x0b, 0xbe, 0xd3, 0x59, 0x2a, 0x3e, 0xbc, 0x6c, 0x17, 0x3d,
  0x9a, 0x77, 0xfe, 0xbd, 0x40, 0x87, 0x28, 0x3c, 0xc0, 0x51, 0x80, 0x3b,
  0xd4, 0x4a, 0xf3, 0xbd, 0x9b, 0xed, 0x01, 0xbe, 0x84, 0x6e, 0x2c, 0x3d,
  0x8e, 0xb7, 0xf5, 0xbd, 0x9b, 0xd0, 0x9e, 0xbd, 0x00, 0x59, 0x55, 0xbb,
  0x22, 0xaa, 0xf7, 0xbd, 0xfd, 0x67, 0xb9, 0xbd, 0xf1, 0x68, 0x97, 0xbd,
  0xb4, 0xa0, 0x16, 0xbd, 0x34, 0x29, 0x36, 0x3d, 0x62, 0xa8, 0xca, 0x3d,
  0xc6, 0x7a, 0xfc, 0xbd, 0xf0, 0x7c, 0x24, 0xbe, 0xcc, 0x38, 0x07, 0xbe,
  0x68, 0xdb, 0xb4, 0xbd, 0xbc, 0x32, 0x20, 0xbe, 0xc1, 0x12, 0xa1, 0xbd,
  0xcf, 0x55, 0xb4, 0xbd, 0x32, 0x00, 0xd6, 0x3d, 0xa6, 0xcc, 0xd2, 0x3d,
  0x82, 0xa8, 0x01, 0xbe, 0x04, 0x64, 0xac, 0xbd, 0x5b, 0xe5, 0x8d, 0xbd,
  0x1d, 0x9c, 0x20, 0x3e, 0x48, 0xb1, 0xf3, 0x3c, 0x3c, 0x83, 0xfd, 0xbd,
  0x87, 0xaa, 0x2c, 0xbe, 0x25, 0x4f, 0x12, 0x3e, 0xe8, 0x43, 0x8a, 0x3d,
  0xeb, 0xc7, 0xda, 0xbd, 0x06, 0xc5, 0x82, 0x3d, 0xb1, 0xfe, 0x1e, 0x3e,
  0x5a, 0x6e, 0x0d, 0xbe, 0x29, 0x0e, 0x14, 0xbe, 0xa0, 0x09, 0x59, 0xbc,
  0x27, 0x39, 0x01, 0x3e, 0x60, 0x7b, 0x34, 0xbd, 0xe8, 0x84, 0xb6, 0xbc,
  0x60, 0x10, 0x31, 0xbc, 0x5e, 0x31, 0xf0, 0x3d, 0x54, 0xdd, 0x9b, 0xbd,
  0xf7, 0x1b, 0xd4, 0xbd, 0xba, 0x58, 0xfb, 0xbd, 0xe7, 0x5a, 0x1c, 0x3e,
  0x72, 0x49, 0x9d, 0xbd, 0xa3, 0xc9, 0x1e, 0x3e, 0x7b, 0x82, 0x9c, 0xbd,
  0x84, 0xc3, 0x10, 0xbd, 0x37, 0x54, 0x32, 0xbe, 0x97, 0xe2, 0x1f, 0x3e,
  0x56, 0x53, 0x61, 0xbd, 0x30, 0x7f, 0x79, 0x3d, 0x0d, 0x79, 0x21, 0x3e,
  0x60, 0x9d, 0xc1, 0x3b, 0x60, 0x0d, 0x2f, 0xbd, 0xbc, 0xac, 0x06, 0xbe,
  0x02, 0xc0, 0xba, 0xbc, 0x27, 0x48, 0xaf, 0x3d, 0x36, 0xc1, 0x38, 0x3e,
  0xf0, 0xf7, 0x50, 0x3d, 0x8e, 0x15, 0x20, 0x3e, 0x3a, 0x5a, 0x89, 0x3e,
  0xb2, 0x1b, 0xd4, 0x3d, 0xcb, 0xac, 0x7b, 0xbe, 0x22, 0x97, 0xed, 0x3d,
  0xc0, 0xa1, 0x69, 0x3c, 0xb1, 0x3c, 0x07, 0x3e, 0xde, 0x88, 0x0d, 0xbf,
  0x22, 0x20, 0xc1, 0x3f, 0x18, 0x18, 0xed, 0x3c, 0x6e, 0x90, 0xcf, 0x3d,
  0xc5, 0x1f, 0x64, 0xbe, 0x1a, 0xde, 0xdf, 0x3d, 0x08, 0xe1, 0x2f, 0x3d,
  0xa0, 0x64, 0x5a, 0x3c, 0xf0, 0xa8, 0x97, 0x3c, 0x46, 0x3d, 0x42, 0xbb,
  0x8c, 0x25, 0x7b, 0xbd, 0x81, 0x7f, 0x15, 0x3e, 0x9a, 0x5a, 0x9f, 0xbd,
  0xc1, 0x52, 0xa8, 0xbd, 0x4b, 0x87, 0xd4, 0xbd, 0xf8, 0xee, 0x8b, 0x3f,
  0x88, 0xd7, 0xd4, 0xbc, 0x40, 0xf0, 0xb1, 0x3d, 0xd2, 0xed, 0x9f, 0x3d,
  0x43, 0x8a, 0x3d, 0x3e, 0x0d, 0xb1, 0xa4, 0xbe, 0x8f, 0x2d, 0x2b, 0x3e,
  0x4e, 0x5b, 0x36, 0x3f, 0xc4, 0x72, 0x2c, 0xbe, 0xdf, 0xa2, 0x0a, 0x3e,
  0x90, 0xd7, 0x9e, 0x3e, 0x4a, 0x1e, 0x5c, 0x3e, 0x3a, 0xb9, 0x19, 0x3e,
  0xd0, 0x12, 0xb2, 0xbc, 0xb6, 0x97, 0xb5, 0x3d, 0x2a, 0xac, 0xd1, 0xbd,
  0x47, 0x7d, 0x96, 0xbd, 0xb0, 0x55, 0x9d, 0xbe, 0x94, 0x21, 0xa2, 0xbd,
  0xbc, 0x01, 0x5c, 0x3d, 0xc9, 0xe7, 0x29, 0xbe, 0x0e, 0x5e, 0x9e, 0x3d,
  0x2a, 0x97, 0x7b, 0xbc, 0x81, 0x7c, 0x8d, 0xbd, 0xaa, 0x03, 0x0e, 0x3f,
  0xeb, 0x21, 0xc1, 0x3e, 0xd2, 0x35, 0xc8, 0xbc, 0x20, 0xec, 0x4a, 0xbc,
  0x0d, 0xb9, 0xed, 0xbe, 0xe8, 0x2d, 0x05, 0xbd, 0xfc, 0x81, 0x36, 0x3d,
  0x41, 0xda, 0xc5, 0xbd, 0x7a, 0xab, 0x86, 0x3e, 0x69, 0xb0, 0x90, 0x3f,
  0x6a, 0xa7, 0xd9, 0x3d, 0xa8, 0x80, 0x19, 0x3f, 0x9e, 0x39, 0x6b, 0xbf,
  0x39, 0xb3, 0xd4, 0x3d, 0x10, 0x0a, 0x4a, 0x3c, 0xbf, 0x55, 0x4c, 0x3d,
  0x99, 0x24, 0xac, 0xbe, 0xa0, 0x20, 0x0e, 0x3d, 0x89, 0x88, 0x34, 0x3e,
  0xcf, 0x0c, 0x0d, 0x3e, 0xbe, 0x2f, 0x9a, 0x3d, 0x50, 0xf6, 0x93, 0xbc,
  0xf3, 0x3f, 0x2d, 0xbe, 0x72, 0x26, 0x6b, 0x3e, 0x50, 0x7f, 0x64, 0x3d,
  0x50, 0xa2, 0xbd, 0x3c, 0x95, 0xb4, 0x76, 0x3e, 0x29, 0xc7, 0x05, 0x3e,
  0xbe, 0xa8, 0xe1, 0xbd, 0x44, 0xaf, 0x47, 0x3d, 0x87, 0xa6, 0xea, 0x3e,
  0xdd, 0x4b, 0x18, 0x3e, 0xf8, 0x19, 0x7d, 0x3d, 0x56, 0x8e, 0xdc, 0xbe,
  0xac, 0x54, 0xbd, 0x3e, 0x6e, 0x1e, 0xbe, 0xbd, 0x6e, 0x84, 0xad, 0x3d,
  0xf4, 0xe5, 0x38, 0xbd, 0x55, 0xf9, 0xeb, 0x3e, 0xa8, 0x9c, 0xf8, 0x3c,
  0xfc, 0x6a, 0x1a, 0x3f, 0xa0, 0x1d, 0x99, 0x3f, 0x77, 0xc2, 0xdd, 0xbd,
  0x08, 0xcb, 0x2d, 0x3e, 0x83, 0x09, 0x7a, 0xbe, 0x40, 0x8e, 0x0b, 0x3e,
  0xd6, 0x56, 0x11, 0xbf, 0xe0, 0x7b, 0xac, 0x3e, 0xfd, 0xe0, 0x75, 0xbc,
  0x8b, 0x5a, 0x07, 0x3e, 0xb8, 0xd2, 0xe2, 0x3e, 0x3d, 0x55, 0x80, 0xbe,
  0xce, 0x94, 0x62, 0xbd, 0xa1, 0x8e, 0x8f, 0xbe, 0x4e, 0x08, 0x87, 0xbd,
  0xc2, 0xc3, 0xe3, 0x3d, 0xf0, 0x76, 0x58, 0xbd, 0x90, 0x03, 0x6b, 0xbd,
  0x84, 0xd1, 0x08, 0x3d, 0x84, 0x4d, 0x23, 0x3d, 0x7e, 0x96, 0x33, 0xbe,
  0xf4, 0xd3, 0x39, 0x3f, 0x67, 0x8d, 0x43, 0xbe, 0xed, 0xa3, 0xf2, 0xbd,
  0x3c, 0xa3, 0x08, 0xbe, 0x3b, 0xf5, 0xab, 0x3d, 0x9a, 0x5e, 0xa7, 0xbb,
  0xf8, 0x73, 0x95, 0x3c, 0xc1, 0x9b, 0xdb, 0x3e, 0x5b, 0xa2, 0xa7, 0xbd,
  0x94, 0x52, 0x68, 0x3d, 0x01, 0x9f, 0x10, 0x3e, 0xbe, 0x52, 0x11, 0xbe,
  0x1a, 0x6f, 0x0d, 0x3f, 0x0b, 0x39, 0x11, 0x3e, 0x4b, 0x55, 0x83, 0x3d,
  0xe6, 0x39, 0xfb, 0x3d, 0x61, 0x4f, 0xb4, 0xbd, 0xb9, 0xa0, 0x9a, 0x3d,
  0x65, 0x37, 0x1a, 0xbe, 0xea, 0x76, 0xae, 0x3d, 0xc3, 0x82, 0xd0, 0xbd,
  0xbf, 0xdf, 0xfb, 0x3d, 0xd9, 0xa3, 0x09, 0x3e, 0x3c, 0x4d, 0x56, 0x3d,
  0xe7, 0x3e, 0xc8, 0x3d, 0xaa, 0x1e, 0x84, 0x3d, 0x10, 0x1e, 0xfc, 0x3c,
  0x80, 0x1d, 0x05, 0x3b, 0x30, 0x0c, 0xae, 0x3c, 0x53, 0x40, 0x36, 0x3d,
  0x3a, 0x6c, 0xe5, 0x3d, 0x10, 0xac, 0x01, 0x3d, 0x26, 0x70, 0xc1, 0x3d,
  0x28, 0x87, 0x4b, 0xbd, 0x4b, 0xd4, 0x0c, 0x3e, 0x50, 0xfb, 0x51, 0xbc,
  0x78, 0x5a, 0xfe, 0xbc, 0xf2, 0x22, 0xd2, 0xbd, 0x24, 0x93, 0x24, 0x3d,
  0x00, 0xcb, 0x85, 0xbc, 0x1c, 0xd2, 0x7a, 0x3d, 0x1d, 0x80, 0xdb, 0xbd,
  0xc2, 0xeb, 0x66, 0xbd, 0x20, 0xce, 0x01, 0x3d, 0xb1, 0x4b, 0xdd, 0xbd,
  0xda, 0x92, 0xa1, 0x3d, 0xd3, 0xf8, 0x07, 0x3e, 0xce, 0x7c, 0x39, 0x3d,
  0x02, 0x56, 0xc4, 0xbd, 0x73, 0x4f, 0x29, 0x3e, 0x1c, 0xd3, 0x02, 0x3e,
  0x57, 0x14, 0x60, 0x3d, 0xa9, 0xf8, 0x34, 0x3e, 0xcb, 0x6a, 0x10, 0x3b,
  0x2d, 0xa3, 0x2e, 0x3e, 0x59, 0xeb, 0xee, 0x3d, 0x0b, 0x90, 0x0a, 0x3e,
  0x48, 0xd5, 0x8b, 0xbd, 0x8a, 0x2f, 0xa7, 0x3d, 0x38, 0xf6, 0x77, 0x3d,
  0x42, 0x37, 0xb6, 0xbd, 0x97, 0xde, 0x0e, 0xbe, 0x03, 0x35, 0x18, 0xbe,
  0x38, 0x59, 0x80, 0xbd, 0xfb, 0x72, 0x96, 0xbd, 0x33, 0x2a, 0x21, 0xbe,
  0x48, 0xe3, 0xfb, 0xbc, 0xf6, 0x4f, 0xd7, 0xbb, 0x11, 0x29, 0x53, 0x3d,
  0x0e, 0x57, 0xc0, 0x3b, 0x9c, 0x0c, 0x07, 0xbd, 0xc5, 0x71, 0xd3, 0xbd,
  0x96, 0x73, 0x94, 0x3d, 0xa1, 0x03, 0x86, 0xbd, 0xf1, 0xa1, 0xe4, 0xbd,
  0x60, 0x5b, 0x42, 0xbd, 0xc9, 0x2a, 0xa6, 0x3d, 0xd8, 0xba, 0x4f, 0xbd,
  0x63, 0xda, 0x4a, 0x3e, 0x07, 0x0e, 0xb6, 0xbd, 0xef, 0x6f, 0x28, 0x3e,
  0x39, 0x76, 0xc9, 0xbd, 0x4e, 0xa0, 0xc0, 0xbd, 0x02, 0xb4, 0x62, 0x3d,
  0xff, 0x61, 0x29, 0xbe, 0xe0, 0xe3, 0x22, 0x3c, 0xd0, 0x70, 0x1f, 0x3d,
  0x02, 0xb5, 0xcb, 0x3d, 0x73, 0x17, 0xe9, 0x3d, 0xd3, 0x2f, 0x0d, 0x3e,
  0x33, 0x09, 0xc0, 0xbd, 0x80, 0x02, 0x8f, 0x3d, 0x4e, 0x11, 0xff, 0x3d,
  0xee, 0x32, 0x92, 0xbd, 0xae, 0x6f, 0xe3, 0xbd, 0xcc, 0xda, 0x1f, 0xbe,
  0x73, 0xa9, 0x31, 0x3e, 0x14, 0x99, 0xe6, 0x3c, 0x1a, 0x2d, 0x00, 0xbc,
  0xbb, 0x54, 0x8d, 0xbd, 0x07, 0x57, 0x3f, 0xbe, 0xf2, 0x88, 0x41, 0x3e,
  0xfc, 0xf5, 0x23, 0xbe, 0x13, 0x25, 0x01, 0x3e, 0xab, 0xc4, 0x23, 0x3d,
  0x10, 0xb4, 0x22, 0x3e, 0xd6, 0x35, 0x81, 0x3d, 0x61, 0x22, 0x4b, 0x3e,
  0x43, 0x19, 0x3b, 0x3e, 0xc0, 0xd6, 0x10, 0x3c, 0xdf, 0x9d, 0x2d, 0xbe,
  0xac, 0xf9, 0x1c, 0x3e, 0xe1, 0xb2, 0x39, 0x3d, 0x1e, 0x63, 0xcd, 0xbd,
  0x32, 0xbc, 0xc9, 0xba, 0xb2, 0xee, 0x14, 0xbe, 0xde, 0x57, 0x14, 0xbe,
  0xf8, 0x20, 0xba, 0x3c, 0xbb, 0x3a, 0x2a, 0xbe, 0x48, 0xb8, 0x0d, 0xbd,
  0x0d, 0x12, 0x25, 0xbe, 0xaf, 0x94, 0x13, 0x3e, 0x2c, 0x30, 0x32, 0x3d,
  0x88, 0x4f, 0x39, 0x3d, 0xff, 0x78, 0xd4, 0xbd, 0x6d, 0xae, 0xae, 0xbd,
  0x36, 0xc1, 0x06, 0xbe, 0x24, 0x91, 0x74, 0x3d, 0x7f, 0x6e, 0xe6, 0x3b,
  0x73, 0x66, 0x06, 0xbd, 0x2a, 0xc2, 0xe3, 0x3d, 0x1b, 0xab, 0x1a, 0xbe,
  0xe2, 0x9f, 0x07, 0xbc, 0xd7, 0x3f, 0x26, 0xbc, 0x1b, 0xe8, 0x21, 0x3e,
  0x7c, 0xde, 0xa5, 0x3d, 0x60, 0x78, 0xbc, 0xbb, 0x60, 0x07, 0x6a, 0x3c,
  0x36, 0x67, 0x9d, 0x3d, 0x9a, 0xdd, 0xb4, 0x3d, 0xd0, 0x9e, 0x32, 0x3e,
  0x62, 0xe5, 0xc6, 0x3d, 0x24, 0x95, 0xd2, 0xbd, 0xeb, 0xa5, 0xbf, 0xbd,
  0x18, 0x2e, 0x8f, 0xbd, 0x7c, 0x8c, 0xc2, 0xbd, 0x2b, 0x5b, 0x1b, 0x3e,
  0x80, 0xb7, 0x8b, 0xbd, 0xe6, 0x18, 0x1f, 0xbe, 0x18, 0xb1, 0x95, 0x3c,
  0x71, 0xac, 0x00, 0xbf, 0xcb, 0xae, 0x30, 0x3e, 0xb9, 0xe1, 0x67, 0x3e,
  0xd9, 0xcf, 0x0f, 0x3e, 0xe5, 0x3f, 0x13, 0x3e, 0x14, 0x06, 0x29, 0xbd,
  0xf8, 0x89, 0x45, 0x3e, 0x4d, 0x11, 0xd4, 0xbf, 0xd4, 0x4b, 0x5c, 0x3d,
  0xae, 0x37, 0x08, 0xbe, 0x80, 0x69, 0x9f, 0x3e, 0x62, 0xba, 0x88, 0xbd,
  0xbb, 0xf1, 0xa2, 0xbd, 0x93, 0x91, 0xdf, 0xbd, 0x82, 0x29, 0xfc, 0x3d,
  0x3a, 0x1f, 0x21, 0x3e, 0x50, 0x30, 0x04, 0x3d, 0x58, 0xcd, 0xf8, 0xbc,
  0x10, 0x26, 0x86, 0x3c, 0x1b, 0xc7, 0x44, 0xbe, 0xf1, 0x2a, 0x0e, 0xbe,
  0xab, 0x57, 0x32, 0xbf, 0x20, 0x90, 0xbc, 0xbd, 0x13, 0x3d, 0x23, 0xbe,
  0x67, 0x97, 0xed, 0xbd, 0xbe, 0xbe, 0x8a, 0xbe, 0x59, 0x9a, 0x16, 0x3e,
  0x94, 0x7c, 0x47, 0xbd, 0xfc, 0xb9, 0x15, 0xbf, 0xa1, 0x15, 0x97, 0x3e,
  0x50, 0x10, 0x39, 0xbc, 0x01, 0x92, 0xab, 0xbe, 0xfb, 0xd2, 0x66, 0xbe,
  0xe4, 0xbb, 0x9d, 0xbe, 0x8d, 0xf4, 0xa4, 0xbd, 0x47, 0xad, 0x32, 0x3e,
  0xd0, 0xa2, 0x36, 0xbc, 0x60, 0x79, 0x89, 0xbb, 0xa9, 0x84, 0x85, 0x3e,
  0xf3, 0x1a, 0x11, 0xbe, 0x23, 0x44, 0xde, 0xbe, 0x33, 0x6d, 0x2e, 0x3e,
  0x70, 0x57, 0x34, 0x3d, 0x19, 0x03, 0x05, 0x3d, 0xd8, 0xa7, 0x9d, 0xbd,
  0x09, 0x98, 0x24, 0xbf, 0xe3, 0x48, 0x50, 0xbf, 0x5d, 0x55, 0xfc, 0xbe,
  0x82, 0x79, 0xb7, 0x3d, 0x34, 0xf5, 0x29, 0x3e, 0xa3, 0xa9, 0xfd, 0xbd,
  0xa3, 0xab, 0x1e, 0x3e, 0x2a, 0xe9, 0x0d, 0x3e, 0x9c, 0x4e, 0xff, 0xbd,
  0xb8, 0x5c, 0xa1, 0xbf, 0x80, 0xc2, 0x7a, 0x3c, 0x13, 0xd6, 0x54, 0xbf,
  0x47, 0x6b, 0x93, 0x3f, 0xf9, 0xe7, 0xeb, 0xbd, 0xd0, 0x8f, 0x66, 0x3c,
  0x9c, 0x1f, 0xd8, 0x3d, 0xb7, 0x99, 0xa0, 0x3e, 0xf0, 0xad, 0xff, 0xbd,
  0x5d, 0x8f, 0x9f, 0xbd, 0x22, 0xf9, 0x22, 0xbe, 0x42, 0xb0, 0x55, 0xbd,
  0x79, 0x34, 0xa5, 0x3e, 0x4a, 0xe8, 0x8a, 0x3e, 0x2c, 0x9c, 0xda, 0xbe,
  0x95, 0x46, 0xda, 0xbd, 0x8b, 0xea, 0x1b, 0x3e, 0xd6, 0xc5, 0x0f, 0xbe,
  0x00, 0x52, 0x4c, 0xbb, 0xda, 0x98, 0xe3, 0x3d, 0x72, 0xa8, 0x93, 0x3d,
  0xaf, 0xa8, 0x1c, 0xbe, 0x3f, 0x10, 0xbd, 0xbe, 0x40, 0x59, 0xfd, 0xbc,
  0xed, 0x23, 0x4e, 0x3f, 0xa7, 0x7a, 0x19, 0xbf, 0xa7, 0x43, 0x82, 0x3c,
  0xd4, 0xee, 0x1b, 0x3d, 0xe1, 0x2f, 0x9f, 0x3d, 0xfa, 0x45, 0x07, 0xbe,
  0x09, 0xa1, 0xd8, 0xbd, 0xd4, 0x34, 0x14, 0xbf, 0xc8, 0xb9, 0x16, 0xbf,
  0x00, 0xd7, 0xd6, 0xba, 0x37, 0xa9, 0x91, 0xbd, 0xe7, 0x7e, 0xe6, 0x3d,
  0xc4, 0xcd, 0x1b, 0xbe, 0xae, 0x63, 0x11, 0x3f, 0xf6, 0xc4, 0x43, 0xbe,
  0xd0, 0x88, 0x12, 0x3e, 0xa1, 0x30, 0x8f, 0x3d, 0x13, 0x14, 0x08, 0xbf,
  0x09, 0x6e, 0xe3, 0x3e, 0x0f, 0xe4, 0x12, 0xbe, 0x19, 0x1c, 0x34, 0x3e,
  0xf5, 0x2e, 0x1d, 0x3e, 0x18, 0xbd, 0x59, 0xbd, 0x24, 0xc1, 0x85, 0x3d,
  0x1b, 0x94, 0x20, 0xbe, 0x2c, 0xd9, 0xd6, 0xbd, 0x90, 0xfb, 0x8e, 0xbc,
  0x56, 0x82, 0x0e, 0xbe, 0x18, 0x83, 0x10, 0xbf, 0xc6, 0x74, 0x56, 0xbd,
  0xe4, 0xca, 0x8c, 0x3d, 0x0a, 0x6b, 0xf5, 0x3d, 0xa0, 0xb1, 0xb3, 0xbe,
  0x4c, 0xa3, 0x25, 0x3e, 0x16, 0xf5, 0xff, 0xbd, 0xaf, 0x9b, 0x41, 0xbf,
  0xaa, 0x93, 0xe2, 0x3d, 0xd8, 0x36, 0xfa, 0xbc, 0x02, 0x1f, 0xab, 0x3d,
  0xa8, 0xf4, 0x1d, 0xbd, 0x31, 0xf0, 0x16, 0xbf, 0x11, 0x44, 0xd9, 0xbd,
  0x32, 0xb1, 0xb2, 0xbe, 0xf0, 0x76, 0x43, 0x3d, 0xdf, 0x33, 0x31, 0xbe,
  0xd4, 0x1a, 0x9b, 0x3e, 0x41, 0x01, 0x94, 0x3e, 0x69, 0xd9, 0xd5, 0x3e,
  0x4e, 0xd6, 0xab, 0xbd, 0x52, 0x95, 0x57, 0x3e, 0x8d, 0xd3, 0xd9, 0x3e,
  0x60, 0xcb, 0xc5, 0x3c, 0x81, 0xfc, 0x0d, 0x3e, 0xf1, 0xb3, 0x2e, 0xbe,
  0x82, 0x3c, 0xfe, 0x3d, 0xb9, 0x0a, 0x29, 0x3e, 0xd1, 0xe9, 0x50, 0xbd,
  0x91, 0xfa, 0xad, 0x3e, 0xf2, 0xb8, 0xd5, 0x3d, 0xf8, 0x5e, 0x64, 0x3d,
  0xd5, 0xfc, 0xb6, 0xbd, 0xc5, 0x7d, 0x30, 0x3e, 0x44, 0xaf, 0x95, 0x3d,
  0x4a, 0x46, 0x63, 0xbd, 0x8c, 0xbb, 0x8d, 0x3d, 0xc0, 0xa1, 0x59, 0x3e,
  0xae, 0x44, 0xa9, 0x3d, 0x0c, 0x49, 0x69, 0x3d, 0x60, 0xe2, 0x78, 0xbc,
  0x8f, 0xd6, 0x8e, 0x3e, 0x80, 0x13, 0xd8, 0x3b, 0x63, 0x41, 0x11, 0x3c,
  0xf0, 0xfd, 0x25, 0xbd, 0xf3, 0x11, 0x17, 0x3e, 0x06, 0x83, 0xaf, 0xbd,
  0xae, 0x61, 0x19, 0x3f, 0x1d, 0xc3, 0xd1, 0x3d, 0xe0, 0xc3, 0x7c, 0x3d,
  0x3e, 0xee, 0x4a, 0x3d, 0x18, 0x45, 0xb5, 0xbd, 0x17, 0x74, 0x1d, 0xbe,
  0x40, 0xe7, 0x5d, 0x3f, 0x3d, 0xe1, 0x70, 0x3e, 0x21, 0x91, 0x03, 0x3f,
  0xab, 0x47, 0x34, 0x3e, 0x87, 0x13, 0x2d, 0x3e, 0x64, 0xc9, 0x3d, 0xbd,
  0x82, 0xaa, 0xf0, 0x3d, 0xd6, 0xc5, 0xae, 0xbd, 0x00, 0x83, 0x94, 0xbc,
  0xde, 0xd6, 0x0a, 0x3f, 0x10, 0x4a, 0xaf, 0x3c, 0x97, 0xb4, 0x1c, 0x3e,
  0xa9, 0x60, 0xbc, 0xbd, 0x36, 0xf8, 0x88, 0xbd, 0xf6, 0x17, 0x9d, 0x3e,
  0x7f, 0x91, 0xd2, 0x3e, 0xe5, 0x75, 0x19, 0x3f, 0xc3, 0x46, 0x23, 0x3e,
  0xb8, 0xda, 0x9a, 0x3c, 0xbf, 0xa8, 0x04, 0xbe, 0x9b, 0xce, 0x98, 0xbd,
  0xa6, 0x0c, 0x74, 0x3e, 0x2d, 0xdc, 0xc8, 0x3e, 0x9d, 0x2c, 0xb9, 0x3e,
  0x84, 0xca, 0xc2, 0xbd, 0xb1, 0x22, 0xce, 0x3e, 0xcd, 0xe9, 0xdc, 0xbe,
  0x48, 0x42, 0xab, 0x3e, 0x62, 0xf5, 0xb3, 0x3d, 0xa3, 0x4f, 0x23, 0x3e,
  0x7d, 0xce, 0x62, 0xbe, 0x4f, 0xb3, 0xbf, 0xbd, 0x47, 0xce, 0x33, 0x3e,
  0x02, 0xb9, 0x84, 0x3d, 0x8c, 0x1c, 0x4f, 0x3d, 0xcf, 0x3f, 0xc1, 0x3b,
  0x1a, 0xb3, 0x42, 0xbd, 0x1b, 0x05, 0x5d, 0x3f, 0x38, 0x8a, 0xc0, 0x3c,
  0xe0, 0xb2, 0x26, 0xbe, 0xf2, 0xf9, 0x8c, 0x3e, 0xc2, 0x3a, 0xbd, 0xbd,
  0xe4, 0x1c, 0x49, 0x3e, 0xec, 0x28, 0x4a, 0x3d, 0xc8, 0xe3, 0x80, 0x3e,
  0x91, 0x53, 0x8d, 0x3e, 0x32, 0xb5, 0x7c, 0xbd, 0x83, 0x42, 0x08, 0xbf,
  0x4c, 0x6e, 0xff, 0x3e, 0x28, 0x25, 0xa2, 0x3e, 0xd0, 0x41, 0x1b, 0x3d,
  0xfa, 0x66, 0xf4, 0x3c, 0x3a, 0xb6, 0x84, 0x3e, 0x50, 0x73, 0x41, 0xbc,
  0x4a, 0x80, 0x8d, 0x3e, 0xec, 0xe1, 0x89, 0x3d, 0x58, 0x0d, 0xbe, 0xbd,
  0xc8, 0x88, 0x31, 0x3e, 0x90, 0xd4, 0x38, 0x3d, 0xac, 0xd7, 0x21, 0x3e,
  0x97, 0x65, 0x29, 0xbf, 0xaf, 0x4e, 0xdf, 0x3e, 0xb6, 0x16, 0xde, 0xbd,
  0xee, 0x68, 0xb8, 0xbd, 0x3d, 0x74, 0x2b, 0x3f, 0x0e, 0x8f, 0xe8, 0xbe,
  0xb1, 0xaf, 0x31, 0x3e, 0x31, 0xc6, 0xad, 0x3c, 0xb8, 0x32, 0x24, 0xbd,
  0xc6, 0x4c, 0xe9, 0x3d, 0xdb, 0x55, 0xfb, 0xbd, 0x5e, 0xd9, 0x9d, 0x3d,
  0x40, 0x93, 0x78, 0x3b, 0xc2, 0xdf, 0xb0, 0xbd, 0xa0, 0x46, 0x9f, 0xbb,
  0x86, 0x48, 0x53, 0x3e, 0xff, 0x78, 0x73, 0x3c, 0x11, 0x35, 0x11, 0x3e,
  0xaf, 0x63, 0x2a, 0x3e, 0xbd, 0x03, 0xc5, 0x3e, 0x95, 0x39, 0xd6, 0xbc,
  0x20, 0x61, 0x67, 0x3c, 0x80, 0x86, 0x2e, 0x3f, 0x5c, 0x5b, 0x81, 0x3d,
  0x24, 0x78, 0x3e, 0xbd, 0x95, 0x4d, 0x05, 0x3e, 0x30, 0x98, 0x99, 0xbc,
  0xdd, 0xfc, 0x21, 0x3e, 0x08, 0xbb, 0x20, 0x3d, 0x53, 0x6f, 0x8b, 0x3f,
  0xe2, 0x48, 0xd5, 0x3d, 0xf8, 0x95, 0xe8, 0xbd, 0x73, 0x99, 0x41, 0xbe,
  0x91, 0x2a, 0x34, 0xbe, 0x9a, 0x09, 0x91, 0xbd, 0x57, 0xa0, 0x9b, 0xbd,
  0x82, 0x9d, 0x29, 0xbd, 0x97, 0xb5, 0x03, 0x3e, 0x14, 0x67, 0x36, 0x3d,
  0x61, 0x56, 0xb9, 0x3d, 0xa5, 0xef, 0xa4, 0xbd, 0xb4, 0x4e, 0x08, 0xbe,
  0x78, 0x5e, 0x98, 0x3c, 0xbe, 0xc1, 0xf3, 0x3d, 0x05, 0x5c, 0xed, 0xbd,
  0xd9, 0xce, 0xb1, 0xbd, 0x30, 0xf5, 0xe6, 0xbc, 0xbc, 0xfc, 0x98, 0xbd,
  0xad, 0x6a, 0x0b, 0x3e, 0x52, 0xc6, 0xb5, 0x3d, 0xf9, 0xfe, 0xdc, 0xbd,
  0xf4, 0x0c, 0x13, 0x3d, 0xe3, 0x32, 0x91, 0x3c, 0x48, 0xeb, 0x02, 0xbe,
  0x34, 0x7e, 0xee, 0xbd, 0x94, 0x2e, 0x28, 0x3d, 0xe7, 0x1d, 0xdf, 0x3b,
  0x70, 0xdf, 0x35, 0xbd, 0x03, 0x0e, 0x70, 0x3d, 0x5d, 0x81, 0x0c, 0x3e,
  0xf7, 0xd7, 0x8d, 0xbd, 0xd0, 0xf6, 0x22, 0xbe, 0xba, 0xfa, 0x85, 0x3d,
  0x4a, 0x7c, 0xe2, 0x3d, 0xec, 0x24, 0x17, 0xbd, 0x3e, 0xf5, 0x82, 0x3d,
  0x01, 0xbe, 0xb7, 0xbd, 0x20, 0x7e, 0xe1, 0x3b, 0x7a, 0x2e, 0xa9, 0x3d,
  0x23, 0x20, 0xae, 0xbd, 0x92, 0x92, 0x9f, 0xbd, 0x50, 0x0e, 0x4e, 0x3c,
  0xc6, 0xfd, 0xd1, 0x3d, 0x28, 0x2c, 0x04, 0x3d, 0x98, 0x82, 0x23, 0x3d,
  0x57, 0x42, 0x0b, 0x3e, 0x50, 0xa0, 0xd7, 0xbd, 0x31, 0x52, 0x9c, 0xbb,
  0xb0, 0xe9, 0x49, 0xbd, 0x40, 0x5b, 0x4d, 0x3b, 0x94, 0x9a, 0x9e, 0xbd,
  0x22, 0x86, 0xf2, 0x3d, 0x62, 0xe0, 0x1a, 0x3d, 0x9c, 0xee, 0x2c, 0xbe,
  0x8a, 0xe5, 0x3f, 0x3d, 0x4a, 0x33, 0xaf, 0x3d, 0xe7, 0x02, 0x09, 0xbe,
  0xa8, 0x2e, 0xf0, 0xbc, 0xb5, 0xe4, 0xac, 0xbd, 0xf8, 0xaf, 0xcf, 0xbd,
  0xc9, 0x91, 0x12, 0x3e, 0xe6, 0xbf, 0x57, 0xbc, 0x64, 0x25, 0x1b, 0xbd,
  0x0d, 0x34, 0xa2, 0x3c, 0x7e, 0xc0, 0xa6, 0x3b, 0x05, 0x3c, 0xd3, 0xbd,
  0x63, 0xd5, 0x18, 0x3e, 0x72, 0xc0, 0x82, 0xbd, 0x56, 0x54, 0x01, 0xbe,
  0x1d, 0xe1, 0x89, 0xbd, 0xd2, 0x43, 0xa9, 0x3d, 0xcc, 0x99, 0x40, 0xbd,
  0x40, 0xbe, 0x41, 0x3c, 0x7f, 0xe3, 0x08, 0xbd, 0x22, 0xc8, 0x0c, 0xbe,
  0x33, 0x11, 0x2b, 0xbe, 0x89, 0xa5, 0x23, 0x3e, 0xc1, 0x1d, 0x26, 0x3e,
  0x09, 0x80, 0xb0, 0x3d, 0x9a, 0xc9, 0x9e, 0xbd, 0x5e, 0xcf, 0x16, 0x3e,
  0x6c, 0x09, 0x18, 0xbe, 0x41, 0x6b, 0xdc, 0x3c, 0xfd, 0x68, 0x7b, 0xbc,
  0x31, 0x5f, 0x20, 0x3e, 0xdd, 0x3a, 0x37, 0xbe, 0x79, 0x18, 0x63, 0x3d,
  0x34, 0xc6, 0x03, 0xbe, 0xf5, 0xb8, 0xac, 0xbd, 0x55, 0x3e, 0xe2, 0x3d,
  0x0f, 0x2e, 0x8c, 0xbc, 0x92, 0x36, 0xab, 0x3d, 0x2f, 0xda, 0x0e, 0x3e,
  0x1e, 0xed, 0x0f, 0xbe, 0xec, 0xf5, 0x51, 0x3d, 0x03, 0x6a, 0xb0, 0x3c,
  0x89, 0xa5, 0x81, 0x3d, 0xa7, 0x75, 0x9f, 0xbd, 0x97, 0x70, 0x12, 0x3c,
  0x63, 0x25, 0x53, 0x3d, 0x35, 0x62, 0xe4, 0x3d, 0x23, 0x52, 0xa6, 0x3d,
  0x04, 0x0f, 0x5a, 0xbc, 0x68, 0x46, 0x8c, 0xbd, 0x58, 0x59, 0x82, 0x3d,
  0x43, 0x6d, 0x28, 0xbe, 0x88, 0xda, 0x86, 0x3c, 0xc4, 0xdd, 0x94, 0x3d,
  0x68, 0xda, 0xf2, 0x3c, 0xea, 0x20, 0x00, 0xbe, 0x8d, 0xd1, 0x00, 0x3e,
  0xb6, 0x27, 0x9b, 0x3d, 0x9a, 0xe8, 0xab, 0xbd, 0x77, 0x5f, 0xdc, 0x3c,
  0x68, 0xf8, 0xf4, 0x3d, 0x05, 0xd4, 0x1e, 0xbe, 0x48, 0xa0, 0x1a, 0x3d,
  0xae, 0x0a, 0x94, 0xbd, 0x3d, 0xac, 0x5f, 0xbd, 0x4c, 0x14, 0x72, 0x3d,
  0x3f, 0xc6, 0xc1, 0x3d, 0x26, 0x8c, 0xaa, 0x3d, 0xad, 0x27, 0x2a, 0xbe,
  0x19, 0x48, 0xf5, 0xbd, 0x7e, 0x45, 0x75, 0xbd, 0xc9, 0x96, 0xa2, 0x3d,
  0x9a, 0x53, 0x12, 0xbe, 0xd9, 0xfc, 0xb7, 0xbc, 0x60, 0xff, 0x9c, 0xbd,
  0x37, 0xc2, 0x30, 0x3e, 0xb2, 0x2b, 0xae, 0x3d, 0x2b, 0xf8, 0xc2, 0xbd,
  0x30, 0x92, 0xfc, 0xbc, 0x85, 0xa4, 0xf7, 0xbd, 0xe0, 0xd1, 0x8d, 0x3c,
  0x2a, 0x9b, 0x07, 0xbe, 0x8e, 0x99, 0x9b, 0x3d, 0xac, 0x1c, 0x61, 0x3d,
  0xdb, 0x24, 0x0e, 0x3e, 0x94, 0x58, 0xcc, 0xbd, 0x08, 0x1f, 0xb5, 0xbc,
  0xbd, 0x49, 0x22, 0x3e, 0xda, 0x4a, 0xbb, 0x3d, 0x63, 0x22, 0x1b, 0x3e,
  0x4c, 0x4c, 0x65, 0x3d, 0xf0, 0x1d, 0x58, 0x3d, 0x8c, 0xc5, 0x4f, 0x3d,
  0xee, 0x6e, 0xbd, 0x3d, 0x12, 0x0a, 0xc8, 0x3d, 0x57, 0x14, 0xdd, 0xbd,
  0x60, 0xd5, 0x3b, 0x3d, 0xba, 0x7c, 0x1a, 0xbe, 0x70, 0x7c, 0x00, 0xbd,
  0x1a, 0xb4, 0x00, 0xbe, 0x19, 0x72, 0x2b, 0x3e, 0x13, 0xd4, 0x29, 0xbe,
  0xd7, 0xb1, 0x28, 0xbe, 0x2e, 0x81, 0x00, 0xbe, 0x00, 0x54, 0x0d, 0xbd,
  0x94, 0xb8, 0x15, 0xbe, 0x4c, 0x9c, 0xa3, 0xbd, 0xbc, 0xc3, 0x90, 0x3d,
  0x90, 0xbd, 0x79, 0x3c, 0xe8, 0xb9, 0x12, 0x3d, 0x7c, 0xf6, 0x3b, 0x3d,
  0xd5, 0xc0, 0x2c, 0xbe, 0xa8, 0xa7, 0xa5, 0xbc, 0xa4, 0xdb, 0x71, 0xbd,
  0x15, 0x94, 0xc8, 0xbd, 0x04, 0x08, 0x30, 0xbe, 0x82, 0xa3, 0xf3, 0x3d,
  0x48, 0x77, 0x40, 0x3d, 0xf9, 0x7f, 0x11, 0x3e, 0x22, 0x0d, 0xbc, 0xbd,
  0x23, 0x0a, 0x10, 0xbe, 0xcc, 0x71, 0x18, 0xbd, 0xde, 0x99, 0x93, 0x3d,
  0xa7, 0xbb, 0xc5, 0xbd, 0x23, 0xf8, 0x27, 0x3e, 0x7e, 0x09, 0xd0, 0x3d,
  0x91, 0x30, 0xd7, 0xbd, 0xc5, 0x50, 0xc5, 0xbd, 0xa1, 0x2a, 0xc9, 0xbd,
  0x20, 0xc4, 0x2e, 0xbe, 0xb1, 0x5e, 0x18, 0x3e, 0x00, 0xdf, 0xa3, 0xba,
  0xc7, 0x3d, 0x18, 0x3e, 0xf6, 0x90, 0x6f, 0xbd, 0x41, 0x8b, 0x26, 0x3e,
  0x88, 0xaa, 0xca, 0x3c, 0x44, 0xd5, 0x0f, 0x3d, 0x6b, 0xe6, 0x00, 0x3e,
  0x57, 0xe2, 0xdf, 0xbd, 0x80, 0x75, 0x85, 0xbd, 0x18, 0x9e, 0x58, 0x3d,
  0xee, 0x52, 0xde, 0x3d, 0x76, 0x5f, 0xec, 0x3d, 0x66, 0xe4, 0xaf, 0x3d,
  0xb4, 0x15, 0x6a, 0x3d, 0xdd, 0x6c, 0x19, 0xbe, 0x08, 0xe5, 0xee, 0x3c,
  0x93, 0x9d, 0x33, 0xbe, 0x23, 0xac, 0x1e, 0x3e, 0xe6, 0xe4, 0xfd, 0x3d,
  0xf4, 0xf0, 0x48, 0xbd, 0x6a, 0xea, 0xf3, 0xbd, 0xd0, 0x29, 0x84, 0xbc,
  0x8c, 0x89, 0x40, 0x3d, 0x59, 0xa8, 0xe9, 0xbd, 0x66, 0xc9, 0xe1, 0x3d,
  0xa8, 0xb5, 0xec, 0xbd, 0x20, 0xd7, 0xfc, 0xbb, 0x37, 0xb3, 0x21, 0x3e,
  0xdd, 0xc0, 0xf4, 0xbd, 0xec, 0x60, 0x13, 0xbd, 0x4c, 0x4e, 0x2c, 0xbd,
  0x80, 0xbe, 0xdb, 0x3c, 0xd3, 0x56, 0x9b, 0xbd, 0x68, 0xc5, 0xe5, 0xbd,
  0xa6, 0xcd, 0xf2, 0xbd, 0x48, 0x45, 0x9a, 0xbd, 0xb1, 0x47, 0x33, 0x3e,
  0xfb, 0xc3, 0x19, 0x3e, 0xc8, 0x2d, 0x21, 0xbe, 0x62, 0xfe, 0x93, 0xbd,
  0x1e, 0xc9, 0xa2, 0x3d, 0xdd, 0x9b, 0x15, 0xbe, 0x3b, 0x78, 0xa0, 0xbd,
  0xe0, 0x6b, 0x4a, 0xbd, 0xd8, 0xaa, 0x9c, 0xbc, 0x28, 0xba, 0xc2, 0x3c,
  0x48, 0xb8, 0xb5, 0xbc, 0x30, 0xfe, 0x1c, 0xbd, 0x54, 0xb6, 0x1f, 0xbd,
  0x6c, 0x72, 0x8a, 0xbd, 0x00, 0xc7, 0xe1, 0x3a, 0x30, 0x3f, 0x1d, 0xbd,
  0xff, 0xee, 0x23, 0xbe, 0xd0, 0xb6, 0x1b, 0xbe, 0x1d, 0x81, 0x0b, 0x3e,
  0x80, 0xb2, 0x03, 0xbc, 0xa8, 0xe8, 0xd8, 0xbc, 0x80, 0x02, 0x1a, 0x3c,
  0x7a, 0xd3, 0xbb, 0x3d, 0x24, 0x8d, 0x92, 0xbd, 0x3e, 0x3f, 0xeb, 0x3d,
  0x94, 0x03, 0x23, 0xbd, 0xe0, 0xb3, 0xae, 0xbc, 0xc2, 0xf3, 0x1d, 0xbe,
  0x26, 0x15, 0xb0, 0x3d, 0x25, 0xf9, 0xa8, 0xbd, 0x26, 0x33, 0xf1, 0xbd,
  0xfe, 0x99, 0xd7, 0xbd, 0x46, 0x00, 0xd9, 0xbd, 0xe0, 0x86, 0xae, 0x3b,
  0x20, 0x9d, 0x57, 0xbc, 0xb2, 0x17, 0xcd, 0xbd, 0x24, 0xbc, 0x0c, 0xbe,
  0xc4, 0xbb, 0x07, 0xbe, 0x5e, 0xa0, 0xaa, 0x3d, 0x42, 0x99, 0xd4, 0xbd,
  0x09, 0x69, 0x03, 0xbe, 0x6e, 0xd2, 0xf8, 0xbd, 0x72, 0x97, 0xbe, 0x3d,
  0x86, 0xdd, 0xe6, 0x3d, 0x12, 0xe4, 0xaa, 0x3d, 0x8f, 0x09, 0xc3, 0xbd,
  0x28, 0x1c, 0xd7, 0xbc, 0x2c, 0xdb, 0x31, 0xbd, 0xc6, 0x85, 0xc2, 0x3d,
  0x05, 0x5d, 0x17, 0xbe, 0xcb, 0x3c, 0x2e, 0x3e, 0xd1, 0xec, 0xc1, 0xbd,
  0x20, 0x4e, 0x1b, 0xbc, 0x31, 0xde, 0x9b, 0xbd, 0xa9, 0x29, 0x9a, 0xbd,
  0x00, 0x38, 0x67, 0xb9, 0x62, 0xa2, 0xa7, 0x3d, 0x6a, 0x7b, 0x98, 0x3d,
  0xf2, 0xd5, 0x9c, 0x3d, 0x80, 0xe3, 0x9f, 0x3c, 0x07, 0xbe, 0x06, 0x3e,
  0xdd, 0x00, 0x0f, 0xbe, 0xea, 0x6d, 0xef, 0x3d, 0x16, 0xb1, 0xf8, 0xbd,
  0xcd, 0x57, 0xea, 0xbd, 0x88, 0x59, 0xe6, 0x3c, 0xc0, 0x5c, 0x78, 0x3d,
  0x1b, 0xc6, 0x19, 0x3e, 0x02, 0x6e, 0xb3, 0xbd, 0x49, 0x48, 0x1d, 0x3e,
  0xfc, 0x1d, 0x2f, 0xbe, 0x13, 0xc1, 0x11, 0xbe, 0xc4, 0x0a, 0x66, 0x3d,
  0x30, 0x04, 0xee, 0xbc, 0xe7, 0x97, 0x9a, 0xbd, 0xb6, 0xdb, 0xcb, 0x3d,
  0x16, 0x91, 0xcf, 0xbd, 0xa4, 0x84, 0x19, 0x3d, 0x62, 0x46, 0x78, 0xbd,
  0xb0, 0x6a, 0x0a, 0xbc, 0x28, 0xe1, 0xf4, 0xbc, 0x7f, 0x02, 0xdf, 0xbd,
  0xfa, 0x2d, 0x17, 0xbe, 0xec, 0x8f, 0x59, 0x3d, 0xd7, 0x97, 0x16, 0x3e,
  0x50, 0x9d, 0xda, 0xbd, 0xdd, 0xba, 0x28, 0x3e, 0x7a, 0xac, 0x66, 0xbd,
  0xa6, 0x38, 0xd0, 0x3d, 0x00, 0x7c, 0x2c, 0x3c, 0xbe, 0x18, 0xc0, 0x3d,
  0x8f, 0x57, 0x05, 0xbe, 0xb0, 0x6a, 0x3d, 0x3d, 0x70, 0xc5, 0xe9, 0x3c,
  0xf0, 0xbc, 0x3b, 0xbd, 0x1b, 0x50, 0x02, 0x3e, 0x60, 0xa0, 0x52, 0xbd,
  0xc4, 0xbb, 0x6b, 0x3d, 0x4a, 0xce, 0x71, 0xbd, 0xb4, 0x11, 0x34, 0x3d,
  0x6a, 0xdd, 0x28, 0xbe, 0xa3, 0x4b, 0x18, 0xbe, 0x38, 0x29, 0xe4, 0xbc,
  0x90, 0xb3, 0x23, 0x3d, 0x82, 0xe1, 0xef, 0xbd, 0x5f, 0x27, 0x12, 0xbe,
  0x54, 0x3e, 0x33, 0xbd, 0x00, 0x66, 0x33, 0xbe, 0xf8, 0x31, 0xa7, 0x3c,
  0xe8, 0x41, 0xad, 0xbc, 0x00, 0xc6, 0x17, 0x3a, 0xd8, 0x0e, 0xe0, 0xbd,
  0x9a, 0x1c, 0xd9, 0xbd, 0x6b, 0xd9, 0x25, 0x3e, 0x18, 0xd5, 0x0d, 0x3d,
  0xbc, 0x68, 0x90, 0x3d, 0x65, 0x84, 0x19, 0x3e, 0xc6, 0x7f, 0x25, 0xbe,
  0xd3, 0x7d, 0x0e, 0x3e, 0xf6, 0x8f, 0xfd, 0x3d, 0x0e, 0x44, 0x23, 0xbe,
  0xb0, 0x23, 0x82, 0x3d, 0xd6, 0x12, 0x91, 0x3d, 0x9e, 0x5a, 0xe8, 0x3d,
  0x7c, 0xd4, 0x24, 0xbe, 0x37, 0x30, 0xdf, 0xbd, 0x50, 0xf5, 0x2b, 0x3c,
  0xb8, 0x01, 0xda, 0xbc, 0x75, 0x96, 0x05, 0xbe, 0x6b, 0x1f, 0x90, 0xbd,
  0x10, 0x94, 0xab, 0x3c, 0x80, 0x54, 0x76, 0xbc, 0x8a, 0xd8, 0xaf, 0xbd,
  0x27, 0xc5, 0x26, 0xbe, 0x0c, 0x85, 0xdb, 0xbd, 0x50, 0xeb, 0x80, 0xbc,
  0xac, 0x80, 0x29, 0x3d, 0x4c, 0x19, 0x90, 0x3d, 0x70, 0x6a, 0x8b, 0x3d,
  0x41, 0x89, 0xd5, 0xbd, 0xec, 0x36, 0x34, 0xbd, 0x2b, 0x09, 0xd3, 0xbd,
  0x35, 0x7d, 0x0e, 0xbe, 0xe9, 0x99, 0x2c, 0xbe, 0xe2, 0x47, 0x93, 0xbd,
  0xd2, 0x68, 0xa0, 0x3d, 0x58, 0x15, 0xb7, 0x3c, 0x3f, 0x74, 0x88, 0xbd,
  0xa7, 0xff, 0x16, 0x3e, 0x08, 0xd0, 0x1b, 0x3d, 0xb2, 0x70, 0x93, 0x3d,
  0x10, 0x13, 0xe0, 0xbc, 0xac, 0xe0, 0x61, 0xbd, 0x01, 0x95, 0xc9, 0xbd,
  0x72, 0xdc, 0xca, 0x3d, 0x26, 0xb8, 0x32, 0xbe, 0xf0, 0xc7, 0x84, 0xbc,
  0xdd, 0x38, 0x29, 0xbe, 0xb4, 0x5d, 0xf2, 0xbd, 0x70, 0xb5, 0x3f, 0x3c,
  0x43, 0xa4, 0x0a, 0xbe, 0x0a, 0xd1, 0xbd, 0xbd, 0x7a, 0x74, 0xca, 0x3d,
  0xad, 0x82, 0x14, 0x3e, 0x80, 0x94, 0x28, 0x3d, 0xd1, 0xf1, 0x99, 0x3e,
  0xdc, 0xbe, 0xd3, 0x3d, 0xb2, 0x28, 0xa0, 0x3e, 0x84, 0xff, 0x2f, 0x3d,
  0x2e, 0xa2, 0x5f, 0x3e, 0x00, 0x4e, 0x0f, 0x3f, 0xc7, 0x8c, 0x05, 0xbe,
  0x63, 0x5e, 0x47, 0xbe, 0x94, 0x04, 0x21, 0xbe, 0xac, 0x3c, 0x5c, 0xbd,
  0x7c, 0xf1, 0x89, 0x3d, 0xe5, 0xf6, 0x99, 0xbe, 0xa0, 0xd2, 0xa4, 0x3f,
  0x1e, 0xba, 0x99, 0x3d, 0x6c, 0xcc, 0x36, 0x3d, 0xc3, 0x02, 0x27, 0xbd,
  0x22, 0x8b, 0xc3, 0x3d, 0x8f, 0x9b, 0x34, 0x3e, 0x3b, 0x54, 0xf9, 0xbd,
  0x0c, 0x61, 0x06, 0x3d, 0x40, 0xbd, 0xdc, 0x3d, 0xe1, 0xd4, 0x09, 0x3e,
  0x00, 0x99, 0x39, 0x3c, 0xd8, 0x5e, 0x88, 0x3c, 0x9d, 0xc4, 0x31, 0x3e,
  0xc9, 0x68, 0x20, 0x3e, 0x98, 0xc7, 0x06, 0x3f, 0xe0, 0x2d, 0xf2, 0x3c,
  0x4e, 0x12, 0x2c, 0x3e, 0x5d, 0x3a, 0x8e, 0xbd, 0x6b, 0x57, 0x2d, 0x3f,
  0x5e, 0x3d, 0x62, 0xbe, 0x1e, 0x19, 0x84, 0x3d, 0x80, 0x50, 0xbb, 0x3e,
  0xfb, 0x2d, 0xc1, 0xbe, 0xa4, 0x2c, 0x82, 0x3d, 0x70, 0x44, 0x67, 0x3f,
  0xfc, 0xec, 0xbb, 0x3e, 0x51, 0xf6, 0xb9, 0x3e, 0xec, 0x6e, 0xcb, 0xbd,
  0x06, 0x75, 0xda, 0x3d, 0x73, 0x65, 0x28, 0xbe, 0x1b, 0xb1, 0x2d, 0x3e,
  0x37, 0xed, 0x02, 0xbe, 0x0e, 0x96, 0x2e, 0xbe, 0x3a, 0xec, 0x18, 0x3f,
  0x40, 0x7c, 0x21, 0xbd, 0x90, 0xe4, 0xb5, 0xbc, 0x84, 0x92, 0x15, 0xbe,
  0x7a, 0x12, 0xb5, 0x3d, 0x32, 0xde, 0x01, 0x3f, 0x12, 0x39, 0x47, 0x3f,
  0xdc, 0x10, 0x34, 0x3f, 0xbc, 0xf1, 0x42, 0x3d, 0x89, 0xc2, 0xf9, 0x3d,
  0x88, 0x7b, 0x86, 0xbc, 0x35, 0xd4, 0x9a, 0xbd, 0x8f, 0x9f, 0xc5, 0x3d,
  0xe0, 0x5f, 0x76, 0x3d, 0x23, 0x28, 0x89, 0x3f, 0xf0, 0xa4, 0x06, 0x3d,
  0xb9, 0x87, 0x06, 0x3f, 0xb0, 0x90, 0x3e, 0xbf, 0xe7, 0x89, 0xd8, 0xbc,
  0x48, 0x76, 0x6d, 0x3d, 0xde, 0xaa, 0x01, 0x3e, 0x58, 0xd5, 0xaa, 0xbe,
  0x39, 0xc6, 0xcc, 0xbd, 0x27, 0x82, 0x1f, 0xbd, 0x58, 0x0b, 0x1f, 0x3d,
  0xa4, 0x70, 0x80, 0x3d, 0xb9, 0xcc, 0x19, 0xbe, 0xb7, 0x36, 0x27, 0xbe,
  0x04, 0xef, 0xfe, 0x3e, 0x8a, 0xf7, 0xd9, 0xbd, 0x10, 0x5c, 0x83, 0xbc,
  0x9a, 0xd0, 0xa5, 0x3c, 0x3c, 0xaf, 0x01, 0xbd, 0x0c, 0x0a, 0x01, 0xbd,
  0x28, 0x80, 0x88, 0xbd, 0x2e, 0x94, 0xc3, 0x3e, 0xe7, 0x50, 0x15, 0x3e,
  0x73, 0xf1, 0x14, 0x3e, 0x0d, 0x20, 0x06, 0xbf, 0x68, 0x11, 0x25, 0x3f,
  0xd7, 0xaf, 0xab, 0xbd, 0xcb, 0xb7, 0xaa, 0xbd, 0xcf, 0x83, 0x5e, 0x3e,
  0x7c, 0x58, 0x98, 0x3d, 0x68, 0xa2, 0xcd, 0xbc, 0x8f, 0xc3, 0x1a, 0x3f,
  0x57, 0x8c, 0xd6, 0x3e, 0xa0, 0x35, 0x04, 0xbd, 0xce, 0x66, 0xc5, 0x3d,
  0xf2, 0xf0, 0xcc, 0x3c, 0xcf, 0x49, 0x41, 0x3e, 0xdc, 0xb8, 0x43, 0xbf,
  0x45, 0xe6, 0x7a, 0x3e, 0x5c, 0x79, 0x7b, 0x3a, 0x6e, 0xcb, 0xc6, 0xbd,
  0x5a, 0x71, 0x7f, 0x3f, 0x57, 0x05, 0x02, 0xbf, 0x58, 0xf4, 0x9d, 0xbc,
  0x90, 0xfd, 0xc2, 0x3d, 0x78, 0xd2, 0xeb, 0x3c, 0x50, 0x5d, 0x70, 0xbc,
  0x70, 0xaf, 0x85, 0xbd, 0x73, 0x0d, 0x34, 0xbe, 0x80, 0x15, 0x12, 0xbb,
  0xd8, 0xdc, 0x7c, 0x3d, 0xfb, 0x19, 0x30, 0x3e, 0x30, 0xa2, 0x08, 0x3f,
  0xfb, 0x7e, 0xfc, 0x3d, 0x80, 0xd0, 0x20, 0x3d, 0x44, 0x37, 0x36, 0x3d,
  0x16, 0x31, 0xc1, 0x3e, 0x47, 0x3d, 0xa5, 0xbe, 0x47, 0x84, 0xc5, 0xbd,
  0xcb, 0xb3, 0x5d, 0x3f, 0x08, 0x95, 0x11, 0x3d, 0xc4, 0x92, 0x06, 0x3d,
  0x63, 0x04, 0x11, 0xbe, 0x06, 0x60, 0xea, 0x3d, 0x64, 0xb1, 0x08, 0x3f,
  0xe4, 0x29, 0x61, 0x3d, 0xdb, 0x99, 0x9b, 0x3f, 0xf7, 0xbb, 0x25, 0x3e,
  0x08, 0xfe, 0x9b, 0xbc, 0xda, 0xd0, 0x83, 0xbe, 0x33, 0x3b, 0x3d, 0x3e,
  0xf6, 0xa8, 0x6d, 0xbe, 0xa6, 0x7f, 0x32, 0xbe, 0xd5, 0xe8, 0x3e, 0xbe,
  0x76, 0xc6, 0x47, 0xbf, 0x8d, 0x2b, 0xd3, 0xbd, 0x06, 0xe6, 0x8b, 0xbc,
  0xaa, 0x18, 0xd5, 0x3d, 0x70, 0xc3, 0x30, 0xbd, 0x22, 0x63, 0xce, 0x3d,
  0xe3, 0xfb, 0xc3, 0x3e, 0x81, 0x6d, 0xd5, 0xbf, 0x5a, 0x66, 0x8b, 0x3d,
  0x06, 0xb5, 0x5a, 0xbd, 0xe7, 0x43, 0x00, 0x3f, 0xc1, 0xb5, 0xa3, 0xbd,
  0xee, 0xa5, 0x86, 0x3d, 0x04, 0xe3, 0x54, 0x3d, 0x40, 0x19, 0xdd, 0x3c,
  0x2a, 0xb0, 0xe5, 0x3d, 0x82, 0xe1, 0xcd, 0xbd, 0x90, 0x90, 0x6a, 0xbc,
  0xe0, 0x8b, 0x08, 0x3d, 0x63, 0xb8, 0x90, 0xbe, 0x6e, 0xe4, 0xd4, 0xbd,
  0x1a, 0x94, 0x7c, 0xbf, 0x7a, 0x2d, 0x57, 0xbd, 0x26, 0x6a, 0x9a, 0x3d,
  0x97, 0xac, 0x2c, 0x3e, 0x83, 0x76, 0xea, 0xbe, 0xfd, 0x53, 0xc7, 0x3d,
  0x2c, 0x9e, 0x03, 0x3d, 0xdb, 0x0b, 0x40, 0xbf, 0x89, 0x97, 0x6a, 0x3e,
  0x69, 0x56, 0x18, 0x3e, 0xa0, 0x64, 0x08, 0xbf, 0xa0, 0x3f, 0x38, 0xbe,
  0x22, 0x8c, 0xa9, 0xbe, 0x98, 0x70, 0xd9, 0x3c, 0xa1, 0x41, 0x0d, 0xbe,
  0x5e, 0x5c, 0x96, 0x3d, 0x7e, 0x4b, 0x9f, 0x3d, 0xe0, 0xeb, 0x1d, 0x3e,
  0x2e, 0xa3, 0xba, 0x3d, 0xbb, 0xdf, 0x9d, 0xbe, 0x19, 0x1a, 0xa0, 0xbd,
  0xe4, 0x05, 0x65, 0xbd, 0x61, 0xb0, 0x06, 0xbe, 0x74, 0x3e, 0x67, 0x3d,
  0xcd, 0x8d, 0x61, 0xbf, 0x7f, 0x7c, 0x32, 0xbf, 0xf8, 0xfd, 0xa4, 0xbe,
  0x7f, 0x8f, 0xb5, 0xbd, 0xc7, 0x65, 0xab, 0x3e, 0x40, 0x67, 0xbe, 0xbc,
  0xd0, 0x71, 0x3e, 0xbd, 0x27, 0x60, 0x01, 0x3d, 0xe3, 0xb4, 0xe7, 0xbd,
  0xf1, 0x8e, 0x8f, 0xbf, 0xa0, 0xfb, 0xed, 0xbb, 0x66, 0xaa, 0x6a, 0xbf,
  0x24, 0xf8, 0xb7, 0x3f, 0xaf, 0x1b, 0x58, 0x3d, 0xa7, 0xd5, 0x09, 0x3e,
  0xf3, 0x3b, 0xaa, 0x3c, 0x31, 0xf0, 0xe7, 0x3e, 0xcf, 0x3a, 0xab, 0xbd,
  0x9e, 0xfa, 0xe0, 0x3d, 0x78, 0x93, 0x2d, 0xbd, 0xb1, 0x5e, 0x27, 0x3e,
  0x07, 0xd0, 0xa6, 0x3e, 0xf9, 0x2b, 0x7a, 0x3e, 0x73, 0x9e, 0x0c, 0xbf,
  0xc0, 0xab, 0x89, 0xbd, 0xd7, 0x2d, 0x2f, 0x3e, 0xfa, 0xeb, 0x5e, 0x3c,
  0x7f, 0x9d, 0xcc, 0xbd, 0x88, 0x13, 0x67, 0xbb, 0xda, 0x5c, 0xdf, 0x3d,
  0x41, 0xd3, 0xac, 0xbe, 0x43, 0x01, 0x7e, 0xbe, 0x44, 0xa2, 0x25, 0xbe,
  0xa9, 0x19, 0xa4, 0x3f, 0x82, 0x46, 0x41, 0xbf, 0xb8, 0x2a, 0x45, 0x3e,
  0x77, 0x44, 0x25, 0x3e, 0x46, 0xea, 0xac, 0x3d, 0xdf, 0x12, 0x6b, 0xbe,
  0x4e, 0xc5, 0x70, 0xbd, 0x44, 0x32, 0x34, 0xbf, 0xda, 0x66, 0xd9, 0xbe,
  0xab, 0x01, 0x1e, 0xbe, 0xaf, 0xcf, 0x35, 0xbe, 0xd5, 0xb3, 0x5c, 0x3e,
  0xce, 0x94, 0xa1, 0xbe, 0x7c, 0x98, 0x28, 0x3f, 0xf5, 0xc7, 0xe5, 0xbe,
  0x2b, 0x54, 0x5f, 0x3d, 0x08, 0x84, 0x30, 0xbe, 0x69, 0x94, 0x2f, 0xbf,
  0xf7, 0xfa, 0x13, 0x3f, 0x78, 0x19, 0x2e, 0xbe, 0x00, 0xe1, 0x3f, 0x3e,
  0x30, 0xb8, 0x22, 0x3d, 0x3f, 0x76, 0xef, 0xbd, 0xee, 0x62, 0xb4, 0x3d,
  0x4e, 0x59, 0xa3, 0x3d, 0xfc, 0x58, 0x53, 0xbd, 0xc5, 0xf0, 0x8f, 0xbd,
  0xd0, 0x29, 0xc8, 0xbc, 0x4e, 0xd4, 0xc8, 0xbe, 0x4d, 0xe1, 0x2a, 0x3e,
  0xf4, 0xde, 0x10, 0x3d, 0xf9, 0x7a, 0x2c, 0x3e, 0xcf, 0xfb, 0x9f, 0xbe,
  0x31, 0x2b, 0xa0, 0x3e, 0x80, 0xb1, 0xc8, 0xbc, 0x04, 0x22, 0xfd, 0xbe,
  0xa8, 0xb8, 0x60, 0x3d, 0xa5, 0xdb, 0x00, 0x3e, 0x95, 0x8c, 0xd2, 0xbd,
  0x3c, 0x7c, 0x1e, 0xbd, 0xb2, 0xac, 0xde, 0xbe, 0x6a, 0xbf, 0x8d, 0x3d,
  0x40, 0xe0, 0xb2, 0xbe, 0x2e, 0x1d, 0xb3, 0xbd, 0x85, 0x4b, 0xe9, 0xbd,
  0x69, 0x4d, 0x16, 0x3e, 0x00, 0xa8, 0xd0, 0xbc, 0xdc, 0x70, 0x73, 0x3d,
  0x16, 0x34, 0xad, 0x3d, 0xf4, 0x22, 0x87, 0x3d, 0x92, 0xe8, 0x31, 0xbe,
  0x36, 0x19, 0xdb, 0x3d, 0x90, 0xf2, 0x12, 0x3d, 0x98, 0x6d, 0xb9, 0x3c,
  0x52, 0x40, 0x01, 0xbe, 0x20, 0xe4, 0x64, 0xbd, 0x60, 0x6f, 0x48, 0x3d,
  0xc7, 0x60, 0x2c, 0x3e, 0x62, 0xb1, 0x2b, 0xbe, 0xc1, 0x9f, 0x1f, 0x3e,
  0x2e, 0x56, 0xd5, 0x3d, 0x10, 0x1f, 0xf8, 0xbc, 0x28, 0x4d, 0xec, 0x3c,
  0xd4, 0x9d, 0x2b, 0x3d, 0x29, 0xe1, 0x04, 0xbe, 0xfe, 0x17, 0x03, 0xbe,
  0x54, 0x59, 0x15, 0xbe, 0xca, 0xf8, 0x9d, 0x3d, 0x2f, 0x3e, 0x00, 0xbe,
  0x78, 0x43, 0x27, 0xbd, 0x1c, 0x75, 0x94, 0xbd, 0xe3, 0x9a, 0xaf, 0xbd,
  0x4a, 0x4d, 0xdb, 0x3d, 0x00, 0xfd, 0x0c, 0xbc, 0xee, 0x6b, 0x9e, 0x3d,
  0x40, 0xcd, 0xef, 0x3c, 0xb2, 0xc8, 0xc1, 0x3d, 0x1c, 0x49, 0x7f, 0xbd,
  0x25, 0x2c, 0x1d, 0xbe, 0x22, 0xf7, 0xa0, 0x3d, 0xa3, 0x43, 0x34, 0x3e,
  0x72, 0xb2, 0xbb, 0xbd, 0x69, 0x49, 0xe7, 0xbd, 0x28, 0xd6, 0x4f, 0xbd,
  0x98, 0x53, 0x99, 0x3c, 0x76, 0x15, 0xea, 0x3d, 0x53, 0x15, 0x04, 0x3e,
  0x8d, 0xe6, 0x04, 0x3e, 0xbb, 0xbb, 0x1f, 0xbe, 0x2c, 0xee, 0x2b, 0xbd,
  0xee, 0xe8, 0xbc, 0x3d, 0x44, 0x07, 0x8c, 0x3d, 0xef, 0xb4, 0x0d, 0x3e,
  0x11, 0x9c, 0x32, 0xbe, 0x00, 0x15, 0xb6, 0x3c, 0x7e, 0x22, 0xca, 0xbd,
  0xfd, 0x61, 0xaf, 0xbd, 0x1f, 0x58, 0x05, 0x3e, 0x8c, 0xae, 0x00, 0xbe,
  0x2c, 0xec, 0x09, 0xbe, 0x40, 0xad, 0xc1, 0x3b, 0xe2, 0xd6, 0x11, 0xbe,
  0xd2, 0x20, 0xee, 0x3d, 0xde, 0x9a, 0x9b, 0x3d, 0x80, 0xa8, 0x2a, 0xbb,
  0x79, 0x94, 0x0f, 0x3e, 0xe4, 0xc0, 0x4e, 0xbd, 0xec, 0x4a, 0x11, 0x3d,
  0x00, 0xe4, 0x10, 0x3c, 0xfc, 0xb8, 0x01, 0xbe, 0x02, 0x66, 0xd1, 0xbd,
  0xca, 0xea, 0xcd, 0xbd, 0xa0, 0xc6, 0xf8, 0x3c, 0x30, 0x3a, 0x26, 0xbc,
  0x58, 0xa8, 0xed, 0xbc, 0xb7, 0xe1, 0x28, 0x3e, 0xa9, 0xd3, 0x15, 0x3e,
  0x80, 0x53, 0xa9, 0xbd, 0x02, 0x2a, 0xb9, 0xbd, 0x80, 0x78, 0x28, 0x3b,
  0xeb, 0x40, 0x18, 0x3e, 0xb4, 0x02, 0x16, 0xbe, 0xf7, 0xfb, 0xd0, 0xbd,
  0x18, 0x60, 0xfb, 0xbc, 0x8d, 0x49, 0xe5, 0xbd, 0x98, 0xd4, 0x02, 0x3d,
  0x5a, 0x29, 0xfb, 0xbd, 0x7c, 0x0e, 0x1a, 0xbd, 0x4f, 0x98, 0x11, 0x3e,
  0x40, 0x5f, 0xf0, 0x3b, 0xc2, 0x18, 0xd9, 0x3d, 0x34, 0xe3, 0x09, 0xbe,
  0xbe, 0xc0, 0x11, 0xbe, 0xec, 0x4d, 0x12, 0xbe, 0xf0, 0x11, 0x66, 0x3c,
  0x0b, 0x02, 0x12, 0x3e, 0x18, 0x5f, 0x9c, 0x3c, 0x44, 0xb9, 0x19, 0xbe,
  0x40, 0x28, 0xab, 0xbb, 0x91, 0xec, 0xa9, 0xbd, 0x08, 0x6c, 0x36, 0x3d,
  0x06, 0x0b, 0xfe, 0x3d, 0x66, 0x19, 0xdd, 0x3d, 0x32, 0x67, 0xa7, 0x3d,
  0x94, 0xdd, 0x49, 0x3d, 0x00, 0x60, 0xa4, 0xb7, 0x84, 0xde, 0x2a, 0xbd,
  0xfb, 0x73, 0x13, 0x3e, 0x2c, 0x26, 0x03, 0xbe, 0xaa, 0x0a, 0x88, 0x3d,
  0x20, 0xb3, 0x59, 0xbc, 0x00, 0xc3, 0x6e, 0x3c, 0x84, 0x31, 0x58, 0x3d,
  0x7a, 0x01, 0xc7, 0x3d, 0xdc, 0x7e, 0x8f, 0xbd, 0x2a, 0x10, 0xf2, 0xbd,
  0xa8, 0x39, 0xb4, 0x3c, 0x48, 0x44, 0xd4, 0x3c, 0x7c, 0x4f, 0x14, 0xbd,
  0x1a, 0x9c, 0xb9, 0x3d, 0x5a, 0x82, 0xda, 0x3d, 0x00, 0x96, 0x17, 0xba,
  0xc8, 0x6c, 0x0f, 0x3d, 0x00, 0x75, 0x6b, 0xba, 0x13, 0x47, 0x16, 0x3e,
  0x5c, 0x3f, 0x96, 0xbd, 0x30, 0x68, 0x2d, 0x3c, 0x78, 0xef, 0x44, 0x3d,
  0x30, 0x4c, 0x67, 0x3d, 0xd4, 0x35, 0x0e, 0x3d, 0x19, 0x28, 0xae, 0xbd,
  0x6d, 0x69, 0x32, 0x3e, 0x4c, 0xd3, 0x74, 0x3d, 0x98, 0x21, 0xfc, 0x3c,
  0x94, 0xe1, 0x19, 0x3d, 0x4a, 0xb8, 0xc2, 0x3d, 0xfb, 0x57, 0x0f, 0x3e,
  0xca, 0xe5, 0xcb, 0x3d, 0x48, 0x03, 0x6a, 0x3d, 0x31, 0x32, 0x2d, 0x3e,
  0xb6, 0x8d, 0x8b, 0x3d, 0x2a, 0x0b, 0xfb, 0x3d, 0x1c, 0xda, 0x09, 0xbd,
  0x0d, 0x11, 0xdc, 0xbd, 0xd8, 0x8b, 0x9b, 0x3c, 0x20, 0x82, 0xf3, 0xbb,
  0x78, 0xcc, 0x1b, 0xbe, 0xab, 0xe9, 0xaa, 0xbd, 0xa2, 0x53, 0x8b, 0x3d,
  0x69, 0xf3, 0x2f, 0xbe, 0x90, 0x5c, 0x43, 0xbd, 0xe4, 0x21, 0x74, 0x3d,
  0x96, 0x2c, 0xc2, 0x3d, 0x10, 0x9e, 0x34, 0xbc, 0xf0, 0x18, 0x4f, 0x3c,
  0xa5, 0x4f, 0x29, 0x3e, 0xc4, 0xd2, 0x0b, 0xbd, 0x88, 0x87, 0x00, 0xbd,
  0x9a, 0x13, 0xce, 0xbd, 0x11, 0xc0, 0x8b, 0xbd, 0x9b, 0xb3, 0xf4, 0xbd,
  0x4e, 0x80, 0xb3, 0xbd, 0x37, 0xf3, 0xaa, 0xbd, 0x0a, 0x35, 0xee, 0x3d,
  0x48, 0x3d, 0xd1, 0xbd, 0x59, 0x53, 0x05, 0xbe, 0x56, 0xdd, 0xa9, 0x3d,
  0xec, 0x28, 0x06, 0xbd, 0x20, 0x46, 0x11, 0x3c, 0x90, 0x78, 0x8e, 0xbc,
  0x9a, 0x1c, 0xd2, 0x3d, 0x56, 0x95, 0xb7, 0x3d, 0x37, 0x7c, 0x29, 0xbe,
  0x46, 0xb6, 0xba, 0xbd, 0x50, 0x61, 0x98, 0x3c, 0x60, 0x66, 0x14, 0xbc,
  0x1e, 0xef, 0xe3, 0x3d, 0x0a, 0xc6, 0xf0, 0x3d, 0xb6, 0x5a, 0x9b, 0xbd,
  0x66, 0xac, 0xd8, 0x3d, 0x80, 0x4e, 0x62, 0xbc, 0x2d, 0xf7, 0xec, 0xbd,
  0x04, 0xeb, 0x10, 0xbd, 0x38, 0x92, 0x27, 0x3d, 0x47, 0xd6, 0xa8, 0xbd,
  0x40, 0x48, 0x6a, 0xbc, 0x7a, 0xdc, 0xb2, 0x3d, 0xc2, 0xcc, 0xcc, 0x3d,
  0xd2, 0x5b, 0xd5, 0x3d, 0x90, 0xac, 0xd5, 0xbd, 0xf8, 0xc9, 0xdc, 0xbc,
  0x20, 0xcd, 0x67, 0xbc, 0x20, 0x34, 0x3c, 0x3c, 0x80, 0x68, 0x7b, 0x3c,
  0x06, 0x2f, 0xfc, 0xbd, 0x23, 0x8b, 0x0e, 0x3e, 0x1e, 0x4f, 0x0f, 0xbe,
  0x40, 0x7e, 0xce, 0xbb, 0xd0, 0xfa, 0x07, 0xbe, 0xe0, 0x26, 0x6a, 0x3c,
  0x9a, 0xed, 0xd9, 0x3d, 0xdf, 0xeb, 0x14, 0xbe, 0x50, 0x77, 0xbf, 0x3c,
  0x18, 0x31, 0x15, 0x3d, 0x29, 0x20, 0x29, 0xbe, 0xa5, 0x32, 0x18, 0xbe,
  0x8a, 0xcf, 0xeb, 0xbd, 0x22, 0xb3, 0x04, 0xbe, 0x68, 0x13, 0xf4, 0x3c,
  0x16, 0x08, 0x87, 0xbd, 0x81, 0x6e, 0x05, 0xbe, 0x57, 0x04, 0x03, 0xbe,
  0xd9, 0x58, 0x0b, 0x3e, 0xb0, 0x66, 0x92, 0xbc, 0x80, 0x46, 0xd8, 0xba,
  0x68, 0xaf, 0x74, 0xbd, 0x0f, 0x4f, 0x0e, 0x3e, 0xc0, 0xa3, 0x06, 0x3d,
  0xfe, 0xee, 0xd3, 0x3d, 0x20, 0x70, 0xfd, 0x3c, 0x96, 0xf5, 0xdc, 0x3d,
  0x8e, 0xe0, 0x86, 0x3d, 0xe0, 0x93, 0xfe, 0x3b, 0x40, 0xf7, 0x21, 0xbb,
  0x99, 0x07, 0xbe, 0xbd, 0x00, 0x39, 0xfc, 0x3c, 0xe2, 0xbf, 0xf0, 0x3d,
  0x66, 0x44, 0x01, 0xbe, 0x84, 0xfe, 0x64, 0x3d, 0x8a, 0x39, 0x74, 0xbd,
  0x38, 0x80, 0x91, 0x3d, 0x46, 0xa9, 0xae, 0x3d, 0xc0, 0x5e, 0x13, 0xbd,
  0x30, 0x4c, 0x29, 0xbe, 0x4b, 0xd2, 0xa5, 0xbd, 0x1e, 0xd1, 0xe4, 0x3d,
  0x00, 0x31, 0x22, 0x3a, 0x60, 0xcf, 0xa2, 0x3b, 0x5b, 0xf7, 0x15, 0xbe,
  0x6a, 0x62, 0xb6, 0x3d, 0x28, 0x4e, 0x53, 0xbd, 0xd0, 0x2a, 0x48, 0x3c,
  0x6c, 0x93, 0x5c, 0x3d, 0xc0, 0xb3, 0x5d, 0xbc, 0xfa, 0xfb, 0xd9, 0x3d,
  0x9a, 0x6b, 0xb7, 0xbd, 0x20, 0x4d, 0x1b, 0x3d, 0x1a, 0x47, 0xd4, 0x3d,
  0x48, 0xe4, 0x31, 0xbd, 0x3e, 0xf0, 0xfc, 0x3d, 0xc3, 0x0e, 0xf4, 0xbd,
  0xa2, 0xd6, 0xb4, 0x3d, 0x95, 0xb2, 0x34, 0xbe, 0x53, 0x8c, 0x18, 0xbe,
  0xf3, 0x8e, 0x22, 0x3e, 0x26, 0x9e, 0x00, 0xbe, 0x72, 0x1c, 0xf0, 0x3d,
  0xb0, 0xff, 0x8b, 0x3d, 0x00, 0x18, 0x10, 0x3d, 0xa2, 0x00, 0x9e, 0x3d,
  0x8a, 0x3b, 0xb0, 0x3d, 0x3c, 0x13, 0xde, 0x3d, 0xd3, 0x47, 0x45, 0x3d,
  0x47, 0x4c, 0x71, 0x3e, 0xad, 0x9e, 0x14, 0xbe, 0x7c, 0x01, 0x20, 0xbe,
  0x0e, 0x6a, 0x9f, 0x3e, 0xfe, 0x24, 0xb1, 0x3d, 0x8c, 0xe1, 0x61, 0xbe,
  0xd7, 0x7f, 0x2d, 0xbe, 0xe0, 0xdf, 0xa8, 0x3c, 0xb1, 0xea, 0x2d, 0xbe,
  0x41, 0xb9, 0xf7, 0xbe, 0xf9, 0xe1, 0x61, 0x3f, 0x5a, 0x54, 0xea, 0xbd,
  0x3d, 0x94, 0xb7, 0xbd, 0xd3, 0x5a, 0xde, 0xbe, 0xe0, 0x96, 0x65, 0xbc,
  0xde, 0x39, 0xd2, 0x3d, 0xc1, 0xb9, 0x2d, 0x3e, 0xd9, 0xaf, 0x8b, 0xbd,
  0xff, 0x45, 0xfc, 0xbc, 0xee, 0x4a, 0xe0, 0x3d, 0xf8, 0xdc, 0x7c, 0x3d,
  0xe3, 0xef, 0x97, 0xbd, 0xda, 0x3b, 0x97, 0x3d, 0xf7, 0x17, 0x20, 0x3e,
  0x4d, 0xc1, 0x0b, 0x3f, 0xb6, 0x9d, 0x98, 0x3d, 0x1d, 0x75, 0xea, 0x3d,
  0x70, 0x75, 0xa9, 0x3c, 0x66, 0xea, 0x61, 0x3e, 0x29, 0x07, 0x02, 0xbe,
  0xe4, 0xdb, 0x3e, 0x3d, 0x39, 0x23, 0x02, 0x3f, 0x50, 0xee, 0xf0, 0xbd,
  0xf4, 0x0c, 0x2d, 0xbd, 0x1f, 0x37, 0x68, 0xbd, 0xef, 0x75, 0x84, 0x3e,
  0x71, 0x41, 0xfa, 0x3c, 0xcc, 0x5d, 0xf5, 0xbd, 0x43, 0x52, 0x06, 0x3e,
  0x83, 0xdb, 0x00, 0x3e, 0xb0, 0x1f, 0xfb, 0x3c, 0x01, 0x41, 0x22, 0xbe,
  0xb3, 0x3e, 0xd9, 0xbd, 0xbb, 0xfb, 0x9a, 0xbc, 0x60, 0x37, 0x5a, 0x3c,
  0x9a, 0x09, 0x91, 0x3d, 0xb1, 0xd2, 0xf8, 0xbd, 0x5a, 0x53, 0xfd, 0x3d,
  0x62, 0x05, 0xac, 0x3e, 0xc0, 0x90, 0xa5, 0x3e, 0x9a, 0x41, 0xd7, 0x3c,
  0xea, 0xc3, 0x67, 0xbd, 0xa9, 0xee, 0x46, 0xbe, 0xd6, 0x89, 0xdc, 0xbd,
  0xed, 0x77, 0x08, 0x3e, 0x3f, 0x75, 0xe4, 0x3c, 0xdc, 0xed, 0xbe, 0x3d,
  0xaa, 0x81, 0x1b, 0x3f, 0x81, 0xaa, 0xb4, 0xbd, 0x9c, 0x1b, 0xbe, 0x3e,
  0x77, 0x33, 0x30, 0xbf, 0x6b, 0x2b, 0x4d, 0x3e, 0xe6, 0x9c, 0xc8, 0xbd,
  0x8e, 0x9e, 0xbc, 0x3d, 0x4c, 0x02, 0xcc, 0xbe, 0x34, 0x60, 0xed, 0xbd,
  0x11, 0x09, 0x33, 0x3b, 0x90, 0xaa, 0xbd, 0xbc, 0x85, 0xc3, 0x1f, 0x3e,
  0xcd, 0xa2, 0xe7, 0xbd, 0x2e, 0x85, 0xc5, 0xbd, 0xa3, 0x1b, 0x07, 0x3c,
  0xee, 0x08, 0xeb, 0x3d, 0x78, 0x9e, 0x0a, 0x3d, 0x56, 0x8e, 0x84, 0x3d,
  0x2a, 0x01, 0x32, 0xbe, 0x51, 0xf2, 0x63, 0xbd, 0x00, 0xe6, 0xa2, 0x3b,
  0x07, 0x4a, 0xb1, 0x3e, 0x82, 0x1b, 0x3c, 0x3e, 0xe3, 0x36, 0x1c, 0xbe,
  0xad, 0xcf, 0x27, 0xbf, 0x62, 0x9e, 0xae, 0x3e, 0x4b, 0xc4, 0x70, 0xbe,
  0xf0, 0x11, 0x14, 0xbe, 0xd5, 0x5a, 0x4d, 0x3e, 0x3e, 0x7c, 0x0a, 0x3e,
  0x40, 0xed, 0x31, 0x3d, 0x59, 0xf7, 0xac, 0x3e, 0xa5, 0x6f, 0x4e, 0x3f,
  0x22, 0x17, 0x60, 0xbd, 0xeb, 0xec, 0x2d, 0x3e, 0xfa, 0x96, 0x3a, 0xbe,
  0x9e, 0xec, 0x75, 0x3e, 0x75, 0x00, 0x10, 0xbf, 0x08, 0xe9, 0x2a, 0x3d,
  0x9d, 0x49, 0x54, 0xbd, 0x91, 0x36, 0xff, 0xbd, 0xc8, 0x29, 0xc1, 0x3e,
  0xaa, 0xa0, 0x81, 0xbe, 0x24, 0xce, 0x29, 0xbe, 0xd1, 0x9d, 0x68, 0xbd,
  0xaa, 0x9e, 0xdd, 0x3d, 0x20, 0xac, 0x87, 0x3c, 0x35, 0xc2, 0x08, 0x3e,
  0xf4, 0x7b, 0xb3, 0xbd, 0x70, 0xef, 0x59, 0xbc, 0x12, 0x92, 0x96, 0xbd,
  0xf8, 0xd9, 0x81, 0x3c, 0x92, 0x52, 0xe4, 0x3e, 0x65, 0x1d, 0x28, 0x3d,
  0x48, 0x6c, 0x0b, 0x3d, 0x06, 0x76, 0xaf, 0x3d, 0xf5, 0xf4, 0x38, 0x3e,
  0xf0, 0x27, 0x14, 0xbd, 0x9c, 0x0a, 0x67, 0xbd, 0x99, 0x7a, 0x09, 0x3e,
  0x08, 0x9e, 0x08, 0xbe, 0xd0, 0x43, 0xae, 0xbc, 0xdf, 0x57, 0xaa, 0xbd,
  0xa0, 0x69, 0x84, 0x3c, 0x10, 0xa3, 0x29, 0x3e, 0xa0, 0xcd, 0x76, 0x3d,
  0xbf, 0x10, 0x82, 0x3e, 0xb2, 0x66, 0xb3, 0xbd, 0xd0, 0xce, 0x4f, 0x3c,
  0x13, 0x49, 0x13, 0x3e, 0x1b, 0x27, 0x45, 0xbc, 0xda, 0x89, 0x30, 0x3e,
  0xbc, 0x63, 0x2f, 0xbd, 0x21, 0xa3, 0xb0, 0x3b, 0x15, 0xdc, 0x86, 0x3d,
  0xf4, 0xd2, 0xdc, 0xbd, 0x76, 0xab, 0x79, 0xbe, 0xe2, 0x3d, 0xf5, 0x3d,
  0x4a, 0x63, 0xde, 0xbd, 0xc0, 0x7f, 0xc9, 0xbd, 0x52, 0x86, 0x70, 0xbe,
  0x88, 0x9c, 0xa1, 0x3f, 0xf2, 0xc2, 0x9f, 0x3d, 0xd4, 0x04, 0x0e, 0x3d,
  0xa5, 0x76, 0xf9, 0xbe, 0x22, 0x5e, 0xa1, 0x3d, 0x20, 0x0f, 0x6f, 0x3d,
  0x7e, 0xfb, 0x10, 0xbe, 0xde, 0x1a, 0xfa, 0x3d, 0x0a, 0x1f, 0xd7, 0x3c,
  0x00, 0x84, 0x7e, 0x3d, 0x7d, 0x03, 0x14, 0x3e, 0xf8, 0x67, 0xac, 0xbd,
  0x27, 0xda, 0x28, 0x3e, 0x0a, 0xc6, 0xf7, 0x3d, 0x67, 0x31, 0x42, 0x3f,
  0x2b, 0x1e, 0xb8, 0xbd, 0x47, 0xf4, 0x35, 0x3e, 0x58, 0xce, 0x55, 0x3d,
  0xf6, 0xb8, 0x49, 0x3e, 0x85, 0x10, 0xa6, 0xbe, 0x80, 0x76, 0xb0, 0xbc,
  0x20, 0x62, 0x19, 0x3f, 0x0c, 0x18, 0x84, 0xbe, 0x40, 0x53, 0x2f, 0xbe,
  0x92, 0x05, 0x58, 0x3c, 0x92, 0x43, 0x69, 0x3d, 0x89, 0x7a, 0x29, 0x3e,
  0x80, 0xf9, 0xbb, 0x3a, 0x9b, 0x2c, 0x28, 0x3e, 0x99, 0x52, 0x02, 0x3e,
  0x15, 0x8f, 0xa8, 0xbd, 0xd2, 0x06, 0x1f, 0xbe, 0x5a, 0x9b, 0xaf, 0x3d,
  0xb6, 0x8a, 0x0d, 0x3e, 0xc0, 0x6e, 0x46, 0x3c, 0xc8, 0x48, 0xe7, 0xbc,
  0x76, 0x2e, 0x0e, 0x3e, 0x97, 0xe9, 0xd6, 0xbd, 0x26, 0x44, 0x9e, 0x3e,
  0x75, 0x17, 0xc2, 0x3e, 0x0b, 0x16, 0x2b, 0x3e, 0x66, 0xa7, 0xb1, 0x3d,
  0xcd, 0xc9, 0xe0, 0xbe, 0xf0, 0x7f, 0x3e, 0xbc, 0x83, 0xc3, 0xba, 0xbd,
  0x00, 0xbf, 0x0b, 0xbe, 0xb3, 0xb4, 0x78, 0x3c, 0x17, 0xf6, 0x02, 0x3f,
  0x5f, 0x93, 0x0a, 0xbe, 0xd3, 0x93, 0xbc, 0x3e, 0x7b, 0xf9, 0x4a, 0xbf,
  0x1a, 0x15, 0x02, 0x3e, 0x19, 0x19, 0x19, 0x3e, 0x2c, 0xcd, 0x56, 0x3d,
  0x02, 0xf4, 0xcc, 0xbe, 0x5a, 0x6a, 0xad, 0xbd, 0x3a, 0x62, 0xff, 0xbd,
  0x70, 0x6a, 0xef, 0x3c, 0x11, 0xf0, 0x08, 0x3e, 0xaa, 0x24, 0xd5, 0x3c,
  0xe4, 0xeb, 0x7b, 0xbd, 0x0e, 0x84, 0x02, 0x3e, 0x12, 0x34, 0x0b, 0xbe,
  0x2c, 0x53, 0x4a, 0x3d, 0xd8, 0x51, 0x88, 0x3d, 0x98, 0x3a, 0xe6, 0x3c,
  0xaa, 0xb3, 0xdb, 0xbc, 0x60, 0xcc, 0xab, 0x3c, 0x60, 0xf3, 0x2c, 0x3e,
  0x6f, 0x72, 0x30, 0x3e, 0x26, 0x12, 0x81, 0x3d, 0x3f, 0x75, 0x23, 0xbf,
  0x53, 0xd8, 0x90, 0x3e, 0x09, 0x17, 0x30, 0xbe, 0xd8, 0x80, 0xbc, 0x3c,
  0xc6, 0xcf, 0x07, 0x3e, 0xab, 0x43, 0x3f, 0x3e, 0xf0, 0x7e, 0x15, 0x3c,
  0xab, 0x59, 0xdf, 0x3e, 0x11, 0x72, 0x74, 0x3f, 0x50, 0x48, 0x43, 0x3d,
  0xc0, 0x70, 0xf2, 0xbd, 0xe9, 0xb7, 0x6c, 0xbd, 0x34, 0x51, 0x00, 0x3e,
  0xf9, 0xf1, 0x12, 0xbf, 0xbf, 0x95, 0x1d, 0x3e, 0x84, 0x33, 0x97, 0x3d,
  0xf7, 0xaa, 0xe4, 0x3c, 0x84, 0x43, 0xba, 0x3e, 0x6a, 0xfd, 0x9b, 0xbe,
  0x93, 0xca, 0xe1, 0xbd, 0xfb, 0x5f, 0x5c, 0xbe, 0x74, 0xb7, 0x2b, 0xbd,
  0x49, 0x4a, 0x14, 0x3e, 0xd5, 0x37, 0x0a, 0x3e, 0x32, 0xea, 0xae, 0x3d,
  0x9e, 0x1c, 0xec, 0x3d, 0x88, 0x3a, 0x0f, 0x3d, 0x99, 0xb3, 0x2a, 0xbe,
  0xa6, 0x11, 0xd3, 0x3e, 0x3a, 0x8c, 0xc7, 0xbc, 0x55, 0x9c, 0x09, 0x3e,
  0x2e, 0xf8, 0x8e, 0x3d, 0x80, 0xa0, 0x4a, 0x3d, 0xa6, 0x68, 0x12, 0xbd,
  0x49, 0x14, 0x17, 0x3e, 0x61, 0x0d, 0xc2, 0x3e, 0x92, 0x94, 0xe5, 0x3d,
  0x8c, 0x33, 0x1f, 0xbe, 0x43, 0xab, 0x2d, 0xbe, 0x98, 0x05, 0xe1, 0xbc,
  0x98, 0x8d, 0xca, 0x3e, 0xc0, 0x54, 0xfa, 0x3b, 0xbb, 0x93, 0x02, 0xbe,
  0x28, 0xee, 0x93, 0xbc, 0xd5, 0x33, 0x0c, 0x3e, 0xf2, 0xda, 0x96, 0xbd,
  0x6a, 0x00, 0xb2, 0x3d, 0x80, 0xe5, 0x67, 0xbd, 0x96, 0x04, 0xe9, 0xbd,
  0xca, 0x1b, 0xaa, 0x3d, 0x95, 0x98, 0xd2, 0xbd, 0x06, 0x11, 0x2d, 0xbe,
  0x00, 0x28, 0x6b, 0xb9, 0xe6, 0x79, 0xd9, 0xbd, 0xc0, 0x65, 0x84, 0x3c,
  0x4a, 0xbd, 0xcd, 0xbd, 0x12, 0x87, 0xed, 0xbd, 0x88, 0x41, 0x91, 0x3d,
  0xa0, 0xa2, 0x75, 0x3c, 0xc2, 0x7e, 0x14, 0xbe, 0x63, 0xc2, 0x31, 0xbe,
  0xae, 0xe1, 0x8f, 0xbd, 0xcd, 0xf3, 0x06, 0x3e, 0xc0, 0xcf, 0xe1, 0x3c,
  0x1a, 0xd8, 0x06, 0xbe, 0x70, 0xa4, 0x26, 0x3c, 0x90, 0x1c, 0x6b, 0xbc,
  0x9e, 0xc2, 0x9a, 0x3d, 0x24, 0xa5, 0x5e, 0x3d, 0x05, 0x79, 0x8c, 0xbd,
  0x3e, 0xec, 0xc0, 0x3d, 0xe4, 0xfc, 0x75, 0x3d, 0x60, 0x62, 0xf4, 0xbd,
  0x52, 0xf0, 0xca, 0x3d, 0x48, 0x9d, 0xdc, 0xbd, 0xf8, 0xc9, 0xab, 0x3c,
  0x5a, 0x95, 0xe3, 0x3d, 0xf7, 0xff, 0x28, 0x3e, 0xbc, 0xba, 0x28, 0xbe,
  0xe0, 0x49, 0x2e, 0xbe, 0x67, 0x2f, 0x1d, 0x3e, 0x60, 0xf2, 0xad, 0xbb,
  0x48, 0xd0, 0xdc, 0xbd, 0xf8, 0x4c, 0x95, 0xbc, 0xc4, 0x5b, 0x21, 0xbd,
  0xa0, 0x9d, 0x71, 0xbc, 0x24, 0x6c, 0x74, 0x3d, 0x48, 0x1e, 0x16, 0x3d,
  0xbe, 0x5c, 0x24, 0xbe, 0x08, 0x81, 0x6b, 0x3d, 0xfc, 0xbf, 0x9f, 0xbd,
  0xa7, 0xc8, 0xc4, 0xbd, 0xcc, 0xc0, 0x29, 0xbd, 0xf2, 0x9c, 0xa9, 0x3d,
  0xf8, 0xc7, 0xdb, 0x3c, 0x80, 0xc2, 0xf0, 0xbd, 0x37, 0xba, 0x06, 0x3e,
  0xd2, 0x51, 0xa0, 0x3d, 0xd8, 0x69, 0x47, 0xbd, 0xa3, 0x53, 0x24, 0x3e,
  0xa3, 0xd8, 0xba, 0xbd, 0x56, 0xa9, 0xe2, 0x3d, 0xc3, 0x1e, 0x9b, 0xbd,
  0x00, 0x6c, 0x3b, 0xbb, 0xe6, 0x77, 0xc6, 0xbd, 0x18, 0x58, 0x32, 0xbe,
  0xc8, 0xc2, 0xe3, 0xbc, 0x38, 0xba, 0xcf, 0xbc, 0x72, 0x8a, 0x7b, 0xbd,
  0x48, 0xa9, 0xed, 0xbd, 0x00, 0xdf, 0x56, 0x3a, 0xde, 0xce, 0xaf, 0x3d,
  0x1a, 0xe3, 0xe0, 0x3d, 0x3e, 0xe9, 0xe6, 0xbd, 0xfc, 0x8f, 0x11, 0xbe,
  0xa6, 0xf7, 0xff, 0x3d, 0x20, 0xa9, 0x37, 0x3c, 0x58, 0x8e, 0x08, 0xbd,
  0x8a, 0x47, 0xfa, 0x3d, 0x71, 0x93, 0x20, 0xbe, 0x9e, 0xe8, 0xdf, 0x3d,
  0x20, 0x61, 0xf8, 0x3b, 0xd7, 0xad, 0x06, 0xbe, 0x50, 0x51, 0x70, 0x3c,
  0x98, 0x7c, 0xf4, 0x3c, 0x70, 0xda, 0xe2, 0xbd, 0x0c, 0xfc, 0x30, 0x3d,
  0x0f, 0xf7, 0x11, 0xbe, 0x97, 0xbb, 0x29, 0xbe, 0xd0, 0x9a, 0x3a, 0xbd,
  0xa7, 0x0a, 0x0a, 0x3e, 0x60, 0xff, 0x3e, 0x3c, 0x10, 0xc3, 0x09, 0xbe,
  0xb0, 0x09, 0x23, 0x3d, 0xab, 0xf5, 0x10, 0x3e, 0x90, 0x52, 0xb5, 0xbc,
  0x11, 0x6a, 0xdb, 0xbd, 0xb6, 0xf5, 0x04, 0xbe, 0x25, 0xc1, 0xf1, 0xbd,
  0x00, 0x41, 0x38, 0x3b, 0x29, 0xae, 0x11, 0xbe, 0x58, 0x60, 0x67, 0xbd,
  0x42, 0x77, 0x94, 0x3d, 0xc8, 0xb7, 0x1c, 0x3d, 0x8b, 0x48, 0x1c, 0xbe,
  0xc6, 0x7c, 0x99, 0xbd, 0xd2, 0x9a, 0xb3, 0x3d, 0x19, 0x60, 0x31, 0xbe,
  0x82, 0x7a, 0xbc, 0x3d, 0x4e, 0xd0, 0xa0, 0x3d, 0xc4, 0xc0, 0x1d, 0x3d,
  0x6c, 0xee, 0x00, 0x3d, 0x69, 0x97, 0xf4, 0xbd, 0x47, 0x70, 0x19, 0xbe,
  0x67, 0x07, 0x11, 0xbe, 0xc0, 0xcd, 0x28, 0xbc, 0xee, 0x47, 0xf0, 0x3d,
  0x9a, 0xd7, 0xc6, 0xbd, 0x2a, 0x13, 0xa2, 0x3d, 0x3e, 0xab, 0xf2, 0xbd,
  0xc0, 0x5b, 0xbf, 0xbc, 0x0a, 0x31, 0xbb, 0x3d, 0x12, 0x92, 0x72, 0xbd,
  0xb4, 0xd5, 0x82, 0xbd, 0x31, 0x32, 0x16, 0xbe, 0x48, 0xb9, 0xe2, 0xbc,
  0xa0, 0x30, 0xe4, 0x3b, 0x00, 0x98, 0xe9, 0x3b, 0x1d, 0x56, 0x06, 0x3e,
  0x6d, 0x50, 0x04, 0xbe, 0xd6, 0xad, 0xa5, 0x3d, 0x6e, 0xfe, 0xca, 0x3d,
  0x52, 0x3e, 0xda, 0x3d, 0xf8, 0x9b, 0xb5, 0x3d, 0x49, 0x1d, 0x47, 0xbe,
  0x03, 0x4d, 0x32, 0xbe, 0x86, 0xb8, 0xe4, 0x3d, 0xa3, 0x3d, 0x99, 0xbd,
  0xb9, 0x40, 0x00, 0x3d, 0x30, 0xa5, 0xee, 0xbd, 0xae, 0x1b, 0x6c, 0x3d,
  0xd8, 0xa2, 0x05, 0x3d, 0x0f, 0xec, 0x23, 0xbe, 0x07, 0xeb, 0xbd, 0xbd,
  0x40, 0x5f, 0x94, 0x3d, 0x94, 0xf7, 0x93, 0x3d, 0x0d, 0xc1, 0x20, 0xbe,
  0x88, 0x33, 0x5c, 0x3d, 0xb3, 0x97, 0x12, 0xbb, 0xc3, 0x9f, 0xe3, 0xbd,
  0x3e, 0xd4, 0xdb, 0x3d, 0x60, 0x2f, 0x90, 0x3b, 0x5e, 0x2f, 0x88, 0x3d,
  0xe0, 0x1f, 0xc7, 0xbd, 0xf6, 0x8d, 0xd8, 0x3d, 0xb0, 0x80, 0x6c, 0xbd,
  0x24, 0x0f, 0x2c, 0x3d, 0xa8, 0xe2, 0xe1, 0x3d, 0x83, 0xcd, 0x1c, 0xbe,
  0xe9, 0xd9, 0x60, 0x3d, 0xcd, 0xa7, 0x16, 0xbe, 0xa7, 0x05, 0x2f, 0xbe,
  0xa9, 0x1c, 0x03, 0x3e, 0x87, 0xa7, 0x4c, 0xbd, 0x56, 0x92, 0x19, 0x3c,
  0xe0, 0x1d, 0x57, 0xbd, 0x4c, 0x81, 0x59, 0xbd, 0x4f, 0x09, 0xd4, 0xbd,
  0xa6, 0x8d, 0xb4, 0xbd, 0xce, 0x0e, 0x86, 0x3d, 0x2b, 0x24, 0x3d, 0xbe,
  0xac, 0x55, 0x54, 0xbd, 0x80, 0x7d, 0xd1, 0xbb, 0xd4, 0x0e, 0x4b, 0xbd,
  0x96, 0xe6, 0xd9, 0x3d, 0x8c, 0xb7, 0x06, 0x3d, 0x09, 0xce, 0x3f, 0x3d,
  0x35, 0xb3, 0xb9, 0xbd, 0x81, 0xae, 0xcb, 0x3d, 0xe0, 0xed, 0x7b, 0x3d,
  0x00, 0x40, 0x2b, 0xbe, 0x5e, 0xd8, 0x36, 0xbc, 0x12, 0xbe, 0xe9, 0xbd,
  0xf7, 0x1e, 0x74, 0xbd, 0xc4, 0xd2, 0x96, 0x3d, 0xa0, 0x19, 0x73, 0x3d,
  0xc0, 0x9e, 0x35, 0xbc, 0xfb, 0x0a, 0xb2, 0xbd, 0x4c, 0x31, 0x53, 0x3d,
  0x36, 0x75, 0x89, 0x3d, 0x3b, 0xac, 0x5a, 0x3d, 0x68, 0x65, 0xdc, 0xbd,
  0xa7, 0x52, 0x51, 0xbd, 0x80, 0xfe, 0x9a, 0xbc, 0x0e, 0xeb, 0xf9, 0xbb,
  0xb7, 0x55, 0x2e, 0xbc, 0x52, 0x10, 0xc6, 0xbd, 0x18, 0x4a, 0xa7, 0xbc,
  0x90, 0xf2, 0x93, 0xbb, 0x7c, 0xbd, 0x6b, 0xbd, 0x5b, 0x3c, 0x11, 0x3e,
  0xec, 0xbe, 0x14, 0xbe, 0x54, 0xf8, 0x0b, 0xbd, 0x2c, 0x10, 0x0b, 0xbd,
  0xe5, 0x8e, 0x34, 0xbe, 0x00, 0x93, 0x10, 0x3e, 0x05, 0x5e, 0x91, 0xbd,
  0x4c, 0xdc, 0x0b, 0xbe, 0x80, 0x55, 0x05, 0xbe, 0xb6, 0x13, 0xbb, 0xbc,
  0xc4, 0x5c, 0xe7, 0xbd, 0x54, 0x17, 0x01, 0x3d, 0x4c, 0x59, 0x41, 0xbd,
  0x45, 0xc9, 0x12, 0x3e, 0xab, 0x52, 0x5a, 0xbd, 0x6f, 0x95, 0x02, 0xbe,
  0x20, 0x08, 0xf8, 0x3c, 0x02, 0xd4, 0x0b, 0x3e, 0x6f, 0x11, 0x8c, 0xbc,
  0x68, 0x53, 0x89, 0x3d, 0xf5, 0xb2, 0x00, 0x3e, 0xb9, 0x2a, 0xa1, 0xbc,
  0x08, 0xf7, 0x3f, 0x3d, 0x4a, 0x6d, 0xa0, 0xbc, 0x5b, 0x88, 0x8e, 0xbd,
  0x4c, 0x30, 0xf5, 0xbd, 0x9e, 0xb0, 0x51, 0x3d, 0x96, 0xd3, 0xd2, 0x3d,
  0xba, 0xf9, 0x30, 0xbe, 0x5e, 0xad, 0x07, 0x3e, 0x00, 0x66, 0x16, 0x3e,
  0xd6, 0x3f, 0xde, 0x3d, 0x90, 0xc4, 0x5a, 0x3c, 0xcd, 0xc9, 0x1c, 0x3e,
  0x63, 0xab, 0x1d, 0xbe, 0x2d, 0x15, 0x06, 0x3e, 0xa1, 0x81, 0x9a, 0x3d,
  0xdb, 0x5f, 0x09, 0x3e, 0x40, 0x66, 0x5a, 0xbc, 0x88, 0x90, 0xfe, 0xbd,
  0x29, 0x28, 0x05, 0x3e, 0x61, 0xc7, 0x18, 0xbe, 0xba, 0xbd, 0xcb, 0x3d,
  0x2c, 0x4a, 0x04, 0x3d, 0xb5, 0x5c, 0x77, 0xbb, 0x25, 0x81, 0x0d, 0xbe,
  0xda, 0xfb, 0xba, 0x3d, 0x58, 0xea, 0x37, 0x3d, 0xe9, 0x90, 0x09, 0x3e,
  0x25, 0x77, 0x85, 0xbd, 0x33, 0x4e, 0x12, 0x3e, 0x95, 0x14, 0x19, 0xbe,
  0x6d, 0x87, 0x2a, 0x3e, 0xeb, 0x8e, 0xe0, 0xbd, 0x80, 0xe4, 0xee, 0xbc,
  0xb4, 0x00, 0x03, 0xbe, 0x67, 0x24, 0x28, 0xbe, 0x0a, 0xdb, 0xbf, 0x3d,
  0xf6, 0x94, 0xa0, 0xbc, 0x9e, 0x37, 0x1a, 0xbe, 0x09, 0xbb, 0x9f, 0xbd,
  0x66, 0xe5, 0x12, 0xbe, 0xd0, 0xb5, 0xc9, 0xbc, 0x1c, 0x5e, 0x75, 0xbd,
  0x90, 0x38, 0x32, 0x3d, 0x59, 0x09, 0x1c, 0x3e, 0xc1, 0x93, 0x15, 0xbe,
  0xa0, 0x51, 0xf8, 0x3b, 0x9a, 0xe2, 0xe1, 0x3d, 0xc7, 0x4c, 0xb7, 0xbd,
  0x0a, 0x7f, 0x11, 0xbe, 0x50, 0xe6, 0x1c, 0x3d, 0x78, 0x16, 0x2e, 0x3d,
  0x00, 0x96, 0x35, 0x3d, 0x00, 0x7c, 0x0b, 0xb9, 0x70, 0xf2, 0xdf, 0x3c,
  0x86, 0x41, 0xe6, 0xbd, 0xb8, 0x24, 0xfb, 0x3c, 0xb3, 0x1d, 0x2f, 0x3e,
  0xc0, 0x22, 0x33, 0xbd, 0xbb, 0xec, 0x8e, 0xbd, 0x5d, 0xd5, 0x2a, 0x3e,
  0x1d, 0x94, 0x05, 0x3e, 0xe4, 0xb6, 0x75, 0xbd, 0x4a, 0x66, 0x82, 0x3d,
  0x20, 0xf1, 0x5c, 0x3c, 0xa8, 0xbb, 0x26, 0xbd, 0xe8, 0x20, 0xdb, 0x3c,
  0xdf, 0xb6, 0xbe, 0xbd, 0x80, 0xe6, 0xc1, 0xbb, 0xd5, 0xea, 0x10, 0xbe,
  0xd9, 0x87, 0xd3, 0xbd, 0xd0, 0x87, 0x52, 0x3d, 0x49, 0x57, 0x19, 0xbe,
  0x11, 0xe2, 0x20, 0x3e, 0x30, 0x4d, 0xd8, 0x3c, 0x52, 0x78, 0x06, 0xbe,
  0xe8, 0x49, 0x8c, 0x3d, 0x78, 0x4d, 0x96, 0x3c, 0x13, 0x02, 0x24, 0x3e,
  0x80, 0x50, 0x22, 0xbe, 0x68, 0xef, 0x23, 0x3d, 0xd5, 0x75, 0x1c, 0xbe,
  0x56, 0xf6, 0x8b, 0xbd, 0x56, 0x7d, 0x06, 0xbe, 0xef, 0x34, 0x30, 0x3e,
  0x80, 0xf5, 0x80, 0x3a, 0x58, 0x09, 0xd6, 0x3c, 0x59, 0x47, 0x23, 0xbe,
  0x22, 0x24, 0x9f, 0x3d, 0x23, 0x73, 0x00, 0x3e, 0x80, 0x3a, 0x3d, 0xbc,
  0x90, 0x68, 0x32, 0x3d, 0x50, 0x3a, 0xfa, 0xbc, 0xd9, 0x0b, 0x21, 0x3e,
  0xbd, 0xef, 0xde, 0xbd, 0x2d, 0x4b, 0x04, 0xbe, 0x5e, 0x2d, 0xce, 0xbd,
  0x47, 0xaf, 0x06, 0xbe, 0xe0, 0xa4, 0xd4, 0xbc, 0xb6, 0x98, 0x0d, 0xbe,
  0x00, 0x96, 0xb3, 0xb9, 0xb0, 0xe1, 0x89, 0xbd, 0x1e, 0x13, 0x9f, 0x3d,
  0xa2, 0xae, 0xf4, 0xbd, 0xbe, 0xbf, 0xe2, 0x3d, 0x58, 0xa4, 0xbe, 0x3c,
  0xae, 0xb3, 0x59, 0xbd, 0x47, 0xcd, 0x1a, 0x3e, 0x65, 0x3a, 0x27, 0x3e,
  0x8c, 0x30, 0x46, 0xbd, 0x50, 0x70, 0x48, 0x3d, 0x5d, 0xc2, 0x09, 0x3e,
  0xf7, 0x82, 0x21, 0xbe, 0xd8, 0x7c, 0x9d, 0xbc, 0x15, 0x02, 0x2d, 0x3e,
  0x26, 0xc9, 0xaa, 0x3d, 0x4e, 0x19, 0x2a, 0xbe, 0x20, 0xe6, 0xff, 0xbd,
  0x40, 0x5b, 0x99, 0x3b, 0xb5, 0x7e, 0x02, 0xbe, 0x93, 0x48, 0x22, 0x3e,
  0x3a, 0xd2, 0x64, 0xbd, 0x01, 0x16, 0x12, 0x3e, 0x54, 0x61, 0x19, 0xbd,
  0xae, 0x68, 0x73, 0xbd, 0xef, 0x0a, 0x2b, 0xbe, 0xb8, 0xcc, 0xe5, 0x3c,
  0xb4, 0x32, 0x19, 0x3d, 0x0d, 0x19, 0x99, 0xbd, 0x9f, 0x31, 0x2a, 0xbe,
  0x0c, 0x27, 0x3e, 0xbd, 0x60, 0xa9, 0xbe, 0xbc, 0x96, 0x78, 0xdf, 0x3d,
  0x52, 0xc8, 0xc4, 0xbd, 0x60, 0x0b, 0xcc, 0x3b, 0x20, 0x67, 0x31, 0xbd,
  0x3f, 0x7c, 0xcf, 0xbd, 0xfd, 0xce, 0x10, 0xbe, 0xa4, 0x22, 0x76, 0xbd,
  0x8a, 0x62, 0xbf, 0x3d, 0x98, 0xf1, 0xce, 0xbc, 0xa4, 0xf9, 0x3f, 0x3d,
  0x24, 0x29, 0x4a, 0xbd, 0x27, 0xe2, 0x2d, 0x3e, 0x1e, 0x6b, 0xc8, 0x3d,
  0xd8, 0x3b, 0x40, 0x3d, 0x54, 0xe2, 0x48, 0x3d, 0x1a, 0x20, 0xa1, 0x3d,
  0xe5, 0xdb, 0x0e, 0xbe, 0xed, 0x14, 0x1c, 0x3e, 0x48, 0xd6, 0xe4, 0xbc,
  0x04, 0xe9, 0x2c, 0xbe, 0x18, 0x63, 0x21, 0xbd, 0xff, 0x6c, 0xa6, 0xbd,
  0xeb, 0xa3, 0x11, 0xbe, 0x74, 0x7d, 0x02, 0x3d, 0x07, 0x6e, 0x31, 0x3e,
  0xad, 0xbf, 0x12, 0x3e, 0x8c, 0x6b, 0x2a, 0xbe, 0xdd, 0x51, 0x04, 0x3e,
  0x3b, 0xcc, 0xdd, 0xbd, 0x84, 0xa5, 0x55, 0xbd, 0x6e, 0xb4, 0xaa, 0x3d,
  0xa6, 0xb5, 0xdc, 0x3d, 0xbe, 0x60, 0xca, 0xbd, 0x0a, 0xed, 0xff, 0x3d,
  0x31, 0x9a, 0x0d, 0x3e, 0xed, 0x4b, 0x02, 0x3e, 0x9e, 0xc4, 0xd0, 0x3d,
  0xf2, 0x64, 0x07, 0xbe, 0x74, 0x3b, 0xc6, 0xbd, 0x1d, 0x45, 0x2e, 0xbe,
  0x52, 0x71, 0xdc, 0xbd, 0x67, 0x74, 0x39, 0xbe, 0xfc, 0x8b, 0x0f, 0xbe,
  0x43, 0x73, 0xd5, 0x3c, 0x70, 0xc2, 0x56, 0xbd, 0x53, 0xcf, 0x2b, 0x3e,
  0xde, 0xfa, 0x2d, 0xbe, 0xd4, 0x1e, 0x2a, 0xbe, 0xf0, 0x49, 0xba, 0xbd,
  0x70, 0xf3, 0x2e, 0xbc, 0x40, 0xd2, 0x07, 0xbe, 0xad, 0xd1, 0x05, 0x3e,
  0x00, 0xd9, 0x64, 0x3a, 0x78, 0x72, 0xc8, 0xbc, 0x61, 0xe6, 0x19, 0x3e,
  0x20, 0x19, 0xe6, 0xbb, 0xd1, 0xdb, 0x02, 0xbe, 0xc4, 0x89, 0x16, 0x3d,
  0x0e, 0xff, 0xc8, 0xbd, 0x4d, 0x0a, 0x19, 0xbe, 0xf1, 0x44, 0xc7, 0x3d,
  0x95, 0xfd, 0x23, 0xbe, 0xaf, 0x56, 0x92, 0xbd, 0xb4, 0x19, 0x06, 0xbe,
  0x2c, 0xd7, 0xe6, 0x3d, 0xd1, 0x47, 0x1a, 0x3e, 0x08, 0x19, 0x54, 0xbc,
  0x4f, 0xa6, 0x84, 0xbd, 0x1c, 0x14, 0x5f, 0xbd, 0x53, 0x4d, 0x2e, 0x3d,
  0xf9, 0x34, 0x28, 0xbe, 0x55, 0x08, 0x8f, 0xbd, 0xba, 0xe0, 0x18, 0x3c,
  0x85, 0xd8, 0x77, 0xbd, 0x0e, 0xe7, 0x26, 0xbe, 0x20, 0xfc, 0x6e, 0x3c,
  0x5e, 0x72, 0xee, 0x3d, 0xb3, 0x0c, 0x30, 0xbe, 0x28, 0x04, 0x38, 0xbd,
  0xa9, 0x47, 0x16, 0x3d, 0x14, 0x03, 0xa7, 0xbd, 0x4b, 0x35, 0x39, 0xbe,
  0x20, 0x9b, 0x9b, 0x3c, 0x75, 0x54, 0x82, 0xbd, 0x57, 0x8c, 0x57, 0x3d,
  0xa0, 0x29, 0x05, 0xbc, 0xdb, 0xc7, 0xf5, 0xbb, 0x56, 0x4c, 0xf6, 0x3c,
  0xf2, 0x8b, 0xb9, 0x3c, 0xda, 0xb3, 0xe7, 0x3d, 0xd8, 0x20, 0x5d, 0x3d,
  0xb2, 0xe5, 0x10, 0xbe, 0x66, 0x65, 0x6d, 0xbd, 0xa4, 0xfb, 0x68, 0x3d,
  0xa9, 0x62, 0x8b, 0x3d, 0x4a, 0x07, 0x33, 0xbe, 0xa0, 0x39, 0x88, 0x3c,
  0xe8, 0x1c, 0x0a, 0x3e, 0xdd, 0xaf, 0x95, 0xbd, 0x71, 0xb1, 0xe8, 0xbd,
  0xf3, 0xf5, 0x1a, 0xbe, 0x1f, 0xba, 0x8a, 0x3c, 0x3a, 0x39, 0xaf, 0x3d,
  0x3b, 0xf0, 0xd4, 0xbd, 0x5c, 0x8b, 0xa2, 0xbd, 0x60, 0x24, 0xcf, 0xbb,
  0xe3, 0x31, 0x34, 0x3e, 0xd2, 0x5b, 0xf8, 0xbd, 0x25, 0x05, 0x58, 0xbc,
  0xb9, 0x05, 0xd3, 0x3d, 0x58, 0xe4, 0xd7, 0xbc, 0xbe, 0x56, 0x89, 0x3d,
  0x34, 0x19, 0x42, 0x3d, 0xae, 0xe1, 0xb8, 0x3d, 0x57, 0xcd, 0xe8, 0x3d,
  0xeb, 0x4d, 0x34, 0x3e, 0x1f, 0x90, 0x8b, 0x3d, 0x31, 0xb1, 0xcf, 0x3d,
  0x3b, 0xbe, 0xe8, 0xbd, 0x26, 0xe3, 0x20, 0x3e, 0x51, 0x42, 0x99, 0xbd,
  0x99, 0x53, 0xd3, 0x3d, 0xa2, 0x7c, 0x01, 0xbe, 0x16, 0xae, 0x1c, 0xbe,
  0x1a, 0xb0, 0xb8, 0x3c, 0x90, 0xc2, 0x53, 0x3d, 0x6d, 0xa0, 0x59, 0xbd,
  0xb5, 0x8d, 0xcc, 0x3d, 0xc4, 0x22, 0x01, 0xbe, 0xc3, 0xf2, 0xe2, 0xbd,
  0x9a, 0x13, 0x0b, 0xbe, 0xe6, 0x26, 0xab, 0x3d, 0x0e, 0xda, 0xa6, 0xbd,
  0x36, 0xc9, 0xa2, 0xbd, 0x6a, 0xfd, 0x9c, 0x3d, 0x87, 0xf0, 0x10, 0xbe,
  0x1a, 0xd8, 0x8f, 0xbc, 0xbb, 0xd8, 0x3f, 0xbe, 0xf1, 0x2e, 0x1c, 0x3e,
  0xd6, 0xe9, 0x8a, 0x3b, 0x4c, 0x0a, 0x25, 0xbd, 0x68, 0xbb, 0x4e, 0xbd,
  0x76, 0x02, 0x8e, 0x3d, 0x55, 0xbd, 0x1b, 0xbe, 0xe8, 0x05, 0xb9, 0xbc,
  0x5c, 0xfd, 0x90, 0x3d, 0x61, 0x3f, 0x23, 0xbe, 0xc5, 0xea, 0xe3, 0x3c,
  0x9e, 0x39, 0x41, 0x3d, 0x58, 0xbc, 0xf6, 0xbd, 0x00, 0xd0, 0xdb, 0x38,
  0xda, 0x81, 0xf1, 0x3d, 0x7b, 0xd9, 0xa2, 0xbd, 0x5f, 0x79, 0x2e, 0x3e,
  0x69, 0x09, 0x2f, 0xba, 0x6d, 0x48, 0xbb, 0xbd, 0x8b, 0x1b, 0x0d, 0x3e,
  0x1c, 0xda, 0x33, 0xbd, 0x78, 0xe3, 0x80, 0xbc, 0x38, 0x1a, 0xb5, 0x3c,
  0x6e, 0xf8, 0xfa, 0x3d, 0xbe, 0x48, 0xf4, 0xbd, 0x30, 0x0f, 0x9f, 0x3c,
  0x24, 0xab, 0x3e, 0x3d, 0xd9, 0x9e, 0x89, 0xbd, 0xf5, 0x62, 0x8a, 0xbd,
  0x8e, 0xc2, 0x03, 0x3e, 0x5c, 0x65, 0x49, 0xbd, 0xe4, 0x43, 0x08, 0x3e,
  0x83, 0x61, 0x30, 0x3e, 0x03, 0x31, 0xa0, 0xbd, 0x05, 0x10, 0x38, 0xbe,
  0xc0, 0xb2, 0xef, 0xbb, 0x00, 0xd8, 0x28, 0x3b, 0xf8, 0xbc, 0x71, 0x3d,
  0x44, 0xa1, 0x06, 0xbe, 0xdd, 0xca, 0x3f, 0x3c, 0x48, 0x7e, 0xe8, 0xbd,
  0x3f, 0x42, 0x2f, 0xbe, 0x2c, 0x3a, 0xdf, 0xbd, 0x50, 0x17, 0x1c, 0xbe,
  0x6c, 0xd6, 0x28, 0xbe, 0xc4, 0x73, 0x94, 0x3d, 0xe0, 0xae, 0x1f, 0x3c,
  0x5d, 0x04, 0x12, 0xbc, 0x00, 0x04, 0x6d, 0x39, 0x6e, 0x2e, 0xf0, 0x3d,
  0x78, 0x9c, 0x87, 0xbd, 0x0e, 0x79, 0xa6, 0x3d, 0xfa, 0x6d, 0x0d, 0xbe,
  0x3f, 0x0f, 0x00, 0xbe, 0x34, 0x87, 0x7f, 0x3d, 0xd6, 0x75, 0x2c, 0xbd,
  0xea, 0x81, 0xc1, 0x3d, 0xc3, 0x54, 0xe1, 0xbc, 0xa7, 0xa4, 0x94, 0xbd,
  0xc0, 0x2a, 0x9e, 0x3b, 0xc7, 0x3f, 0x2d, 0x3d, 0xc4, 0x60, 0x8b, 0xbd,
  0x6d, 0xbc, 0x01, 0x3e, 0xa1, 0xf2, 0x3e, 0x3e, 0xda, 0xea, 0x16, 0xbe,
  0xd1, 0x9b, 0xd2, 0xbb, 0xd0, 0xbf, 0x61, 0x3c, 0x59, 0x4d, 0x16, 0xbe,
  0x30, 0xc2, 0x66, 0xbc, 0x6f, 0x5f, 0x0c, 0x3e, 0xca, 0x13, 0x0f, 0xbe,
  0xe8, 0x1e, 0x8d, 0x3d, 0xd4, 0x97, 0xe4, 0x3d, 0xe0, 0xfc, 0xa5, 0x3c,
  0x1d, 0x8c, 0x1e, 0x3e, 0x70, 0x02, 0x08, 0x3c, 0x88, 0x22, 0x94, 0x3d,
  0x2b, 0x81, 0xa8, 0x3d, 0x66, 0xfc, 0x11, 0x3e, 0x83, 0x3a, 0x76, 0xbd,
  0x7d, 0xc4, 0x26, 0xbe, 0x1a, 0xcb, 0x0e, 0x3e, 0x29, 0x6f, 0x95, 0xbd,
  0x81, 0xb8, 0x30, 0xbe, 0x25, 0x16, 0x12, 0x3e, 0x6a, 0xd5, 0xc5, 0x3c,
  0xd2, 0xe8, 0x7a, 0xbd, 0x35, 0x03, 0x04, 0x3e, 0x05, 0x9f, 0xf5, 0x3c,
  0x51, 0xc2, 0x7b, 0xbd, 0x4e, 0x45, 0xa2, 0x3c, 0x31, 0x50, 0x17, 0x3e,
  0xe5, 0xdc, 0x88, 0x3d, 0x18, 0x3f, 0x8d, 0x3c, 0xf8, 0x65, 0x55, 0x3d,
  0xa5, 0xd7, 0xce, 0xbd, 0xde, 0x2e, 0xc2, 0xbd, 0xe0, 0xde, 0x77, 0x3d,
  0x5a, 0xa5, 0x31, 0xbe, 0x13, 0xfb, 0x15, 0x3e, 0xdc, 0xcc, 0x81, 0xbd,
  0x8e, 0xd3, 0x05, 0xbe, 0x46, 0xcc, 0x2b, 0xbe, 0x63, 0x43, 0x3a, 0xbe,
  0x01, 0x8d, 0x04, 0x3e, 0x04, 0xe7, 0xcd, 0x3d, 0x57, 0x58, 0x27, 0xbe,
  0x02, 0xca, 0x88, 0x3d, 0x70, 0x73, 0x2b, 0xbd, 0x80, 0xfb, 0x3c, 0xbb,
  0xe4, 0xb4, 0xd2, 0x3d, 0xd7, 0xf0, 0xbc, 0xbd, 0x44, 0xf3, 0xfc, 0xbd,
  0x8c, 0x01, 0xf0, 0xbd, 0x19, 0x43, 0x17, 0xbe, 0xf0, 0x8a, 0xe1, 0xbd,
  0xb4, 0xca, 0x51, 0x3d, 0xa8, 0x2e, 0x0c, 0x3e, 0x18, 0x20, 0x36, 0x3d,
  0xf6, 0x2b, 0xe9, 0x3d, 0xf7, 0x80, 0x17, 0x3e, 0x83, 0x2c, 0xde, 0x3d,
  0x27, 0xbb, 0x83, 0xbd, 0xff, 0xad, 0x13, 0x3d, 0x15, 0x9e, 0xc7, 0x3d,
  0xef, 0x9f, 0x11, 0xbe, 0x96, 0xd6, 0x8f, 0x3d, 0x63, 0x7f, 0x92, 0xbc,
  0xa5, 0x56, 0xa9, 0x3d, 0x56, 0x8b, 0x96, 0x3d, 0x3c, 0x91, 0x39, 0xbe,
  0xbc, 0x5d, 0x38, 0x3d, 0xe7, 0x43, 0x33, 0x3e, 0x10, 0xbb, 0x9d, 0x3c,
  0x0c, 0xa8, 0x1c, 0xbd, 0xe6, 0xf5, 0xe3, 0x3d, 0x03, 0x08, 0x2c, 0xbe,
  0xe6, 0x5d, 0xd1, 0x3d, 0x67, 0x47, 0x8c, 0xbd, 0x7c, 0x3a, 0xae, 0xbb,
  0x31, 0x88, 0x10, 0xbe, 0x90, 0x4b, 0x27, 0x3d, 0x42, 0x4e, 0xf0, 0x3d,
  0x9a, 0x1c, 0x1e, 0xbd, 0x00, 0xd5, 0xfa, 0xbc, 0x10, 0x67, 0x7f, 0xbd,
  0xa7, 0xc8, 0x2c, 0x3e, 0xb5, 0x30, 0x92, 0xbd, 0x4a, 0xda, 0x0c, 0xbe,
  0x31, 0xd7, 0x05, 0x3e, 0xab, 0x01, 0x17, 0x3e, 0xfa, 0xb1, 0xf3, 0x3d,
  0x2b, 0x29, 0x4e, 0xbd, 0x00, 0x5f, 0x25, 0x3c, 0x88, 0x3c, 0xf3, 0xbd,
  0x40, 0x76, 0x73, 0x3d, 0x06, 0x3b, 0xa8, 0x3d, 0xc8, 0xa4, 0xb7, 0x3c,
  0xbd, 0xd8, 0x0d, 0x3e, 0xe0, 0x29, 0x5c, 0xbc, 0x22, 0x91, 0xd7, 0xbd,
  0xde, 0x13, 0xce, 0x3d, 0xd8, 0xbc, 0x09, 0x3d, 0x0c, 0x0d, 0x55, 0xbd,
  0x68, 0x53, 0xf7, 0x3c, 0x78, 0x25, 0xf6, 0xbd, 0xe0, 0x9f, 0xdc, 0xbc,
  0x0d, 0x4d, 0x03, 0xbe, 0xb8, 0xe0, 0x95, 0xbd, 0x8b, 0x77, 0x28, 0x3e,
  0x37, 0x26, 0xaf, 0xbd, 0xae, 0xa2, 0xb2, 0x3d, 0xd0, 0x4c, 0xb5, 0x3c,
  0x38, 0xa5, 0xdb, 0xbc, 0x00, 0x58, 0xaf, 0xbd, 0x0d, 0x9d, 0x25, 0x3e,
  0x80, 0x46, 0x77, 0xbc, 0xde, 0x62, 0xc5, 0xbd, 0x59, 0xb9, 0xe8, 0xbd,
  0x3e, 0x82, 0xbd, 0xbd, 0x9d, 0x8c, 0x31, 0xbe, 0xd5, 0x97, 0x15, 0xbe,
  0x23, 0xf2, 0x18, 0x3e, 0x48, 0x8a, 0x00, 0x3d, 0xf0, 0x82, 0x23, 0xbc,
  0x9c, 0xa4, 0x96, 0xbd, 0xfc, 0xdb, 0x08, 0x3d, 0xa7, 0x43, 0x2c, 0x3e,
  0x86, 0x53, 0xb0, 0x3d, 0x1f, 0x93, 0xc2, 0xbd, 0xe0, 0x52, 0xc9, 0x3b,
  0x35, 0x23, 0x12, 0xbe, 0x7c, 0x03, 0x0c, 0xbe, 0x8a, 0x17, 0x92, 0xbd,
  0xfe, 0xd2, 0xda, 0x3d, 0xfe, 0xe2, 0xb3, 0xbd, 0xc9, 0x03, 0x19, 0x3e,
  0xf1, 0x74, 0x17, 0xbe, 0x10, 0xda, 0x2e, 0xbd, 0x4c, 0x75, 0x26, 0xbd,
  0x8f, 0x80, 0x23, 0x3e, 0xf3, 0x80, 0x21, 0x3e, 0x04, 0xae, 0x27, 0x3d,
  0xb2, 0x2a, 0x1b, 0xbe, 0x40, 0xaf, 0x04, 0x3b, 0x9e, 0x0d, 0xa2, 0x3d,
  0x28, 0xe7, 0x24, 0xbd, 0x0b, 0x5c, 0x29, 0xbe, 0x26, 0x77, 0x8b, 0x3d,
  0x3e, 0xf5, 0x09, 0xbe, 0x34, 0x75, 0x5c, 0x3d, 0x79, 0xac, 0x15, 0x3e,
  0x1e, 0x4f, 0x8d, 0xbd, 0xe9, 0x88, 0x14, 0x3e, 0x9d, 0xa9, 0xc2, 0xbd,
  0x38, 0x4d, 0xfa, 0xbd, 0xd1, 0xc0, 0x16, 0x3e, 0xd7, 0x8a, 0x1b, 0x3e,
  0x55, 0x0d, 0x01, 0x3e, 0x2a, 0x14, 0xc7, 0x3d, 0xcf, 0x49, 0x1d, 0xbe,
  0x68, 0x95, 0x5e, 0x3d, 0xd0, 0xdb, 0x04, 0x3c, 0x50, 0xe6, 0xc0, 0xbc,
  0x20, 0xcd, 0x60, 0xbd, 0x9c, 0x4e, 0x27, 0x3d, 0xa8, 0x32, 0x6a, 0xbd,
  0x9a, 0x60, 0x98, 0x3d, 0x80, 0xcd, 0xe9, 0xbc, 0xb0, 0xde, 0x30, 0xbe,
  0x00, 0x36, 0x80, 0x39, 0x30, 0xa6, 0xa5, 0xbd, 0xf4, 0xdc, 0x0f, 0x3d,
  0xd8, 0x4f, 0xcd, 0xbd, 0x5e, 0xd4, 0x5d, 0xbd, 0x1c, 0x6f, 0x82, 0x3d,
  0xe2, 0x21, 0xc1, 0x3d, 0x9a, 0x85, 0xe7, 0xbd, 0x42, 0x1c, 0xfd, 0xbd,
  0x35, 0xbd, 0x1f, 0x3e, 0x32, 0xfc, 0xdb, 0x3d, 0x6d, 0x6f, 0xe5, 0xbd,
  0x15, 0x51, 0xaf, 0xbd, 0xd0, 0x0f, 0x6d, 0xbc, 0x30, 0xb6, 0x70, 0x3d,
  0xea, 0x1c, 0xb6, 0x3d, 0x16, 0x17, 0xb3, 0x3d, 0x96, 0x84, 0x9a, 0x3d,
  0xe0, 0x5f, 0xc6, 0x3c, 0x7a, 0x3c, 0x14, 0xbe, 0x6d, 0xc1, 0x91, 0xbd,
  0xe1, 0xc6, 0x2f, 0x3e, 0xf3, 0x15, 0x81, 0xbd, 0x99, 0x3b, 0x11, 0xbe,
  0x04, 0xf9, 0x21, 0xbe, 0x2a, 0x70, 0x33, 0xbe, 0x22, 0x8a, 0x97, 0xbd,
  0xc8, 0x8a, 0x3e, 0xbd, 0x80, 0xd9, 0xc3, 0xbc, 0xd2, 0x63, 0xfc, 0x3d,
  0x60, 0xf8, 0xff, 0x3c, 0x7e, 0x52, 0xac, 0x3d, 0xde, 0x1f, 0x2e, 0xbe,
  0x02, 0x4e, 0x12, 0xbe, 0x7a, 0xdb, 0xf6, 0x3d, 0xa8, 0x2c, 0x01, 0xbe,
  0x36, 0x41, 0x06, 0xbe, 0x4c, 0x5c, 0xad, 0xbd, 0x9f, 0x31, 0xd8, 0xbd,
  0x72, 0x90, 0xc5, 0x3d, 0x64, 0xfd, 0x78, 0x3d, 0xae, 0x6a, 0x90, 0xbd,
  0xd1, 0xdf, 0x30, 0x3e, 0xf1, 0xf1, 0x26, 0x3e, 0x94, 0xe4, 0x7c, 0x3d,
  0xde, 0xf3, 0x32, 0xbe, 0x80, 0xb0, 0x3d, 0x3b, 0xaa, 0x16, 0x21, 0xbe,
  0xa0, 0x1e, 0x64, 0xbd, 0x59, 0x20, 0xd3, 0xbd, 0x70, 0x07, 0x7c, 0x3c,
  0xce, 0x50, 0x94, 0xbd, 0x3a, 0x0d, 0x95, 0xbd, 0x79, 0xfd, 0x0a, 0x3e,
  0x99, 0x7d, 0x2c, 0x3d, 0xe2, 0x32, 0x39, 0x3e, 0x60, 0x86, 0x26, 0xbe,
  0xe1, 0xef, 0xc0, 0xb9, 0xd3, 0x3b, 0x50, 0x3f, 0x51, 0xbb, 0x0f, 0x3e,
  0x0a, 0xcd, 0x27, 0x3e, 0xb0, 0x55, 0x4a, 0xbd, 0x0a, 0x17, 0x88, 0xbd,
  0x52, 0x00, 0xb3, 0xbd, 0x7e, 0x8e, 0x4b, 0xbe, 0xcc, 0xa5, 0xa6, 0x3f,
  0xfe, 0xa6, 0xac, 0x3d, 0x06, 0x3b, 0xb8, 0x3d, 0x7e, 0x11, 0xa8, 0xbe,
  0x80, 0x1b, 0xab, 0x3b, 0x1f, 0xc0, 0x2b, 0xbe, 0x8a, 0x92, 0xe9, 0xbd,
  0x27, 0x0c, 0x09, 0x3e, 0x90, 0x0b, 0x67, 0xbd, 0x80, 0xa8, 0x78, 0xbb,
  0x13, 0x9f, 0x24, 0x3e, 0xcc, 0xfe, 0xa1, 0xbd, 0x9f, 0x09, 0x82, 0x3d,
  0x20, 0x4b, 0x02, 0x3c, 0x98, 0x04, 0x27, 0x3f, 0x3c, 0xe5, 0x0e, 0xbd,
  0x47, 0x9f, 0xcc, 0x3d, 0x7c, 0xaa, 0xef, 0xbd, 0x83, 0x4f, 0x5f, 0x3f,
  0xe4, 0xe8, 0x7b, 0xbd, 0xd6, 0xb3, 0xc0, 0x3d, 0xab, 0xdc, 0xba, 0x3e,
  0x7c, 0x76, 0x94, 0xbe, 0x05, 0x05, 0x9f, 0xbd, 0x9f, 0x47, 0x87, 0x3f,
  0xae, 0x90, 0x14, 0x3e, 0x17, 0xa5, 0x13, 0x3f, 0x43, 0x4c, 0x2c, 0x3e,
  0xf6, 0x2c, 0xb3, 0x3d, 0x1e, 0x80, 0x03, 0xbe, 0x92, 0x1a, 0xf2, 0x3d,
  0x4d, 0xba, 0x1d, 0xbd, 0x95, 0xaa, 0x06, 0xbe, 0x77, 0xb2, 0x51, 0x3f,
  0x75, 0xc8, 0x06, 0xbe, 0x9e, 0xe9, 0xd9, 0x3d, 0xc9, 0x15, 0x26, 0xbe,
  0x3d, 0x8a, 0xca, 0xbd, 0x5d, 0x05, 0xd3, 0x3e, 0xc8, 0x9e, 0x37, 0x3f,
  0xe3, 0xcf, 0x78, 0x3f, 0x94, 0x1d, 0x88, 0x3d, 0x55, 0x3a, 0xa5, 0x3d,
  0xf8, 0xb5, 0xca, 0xbd, 0x13, 0x7d, 0x8e, 0xbd, 0x7b, 0xc6, 0xf6, 0x3d,
  0x28, 0xde, 0xbd, 0x3e, 0x1d, 0xbb, 0x63, 0x3f, 0x8a, 0xe2, 0xdc, 0x3d,
  0x89, 0x75, 0x3a, 0x3f, 0x54, 0x70, 0x59, 0xbf, 0x39, 0x76, 0x86, 0x3d,
  0xdc, 0x83, 0x76, 0x3d, 0x79, 0x0c, 0xad, 0x3d, 0xe9, 0x7d, 0xa7, 0xbe,
  0xf8, 0xe2, 0xbf, 0xbc, 0xd5, 0x6a, 0x41, 0xbd, 0x0e, 0x3e, 0x9a, 0x3d,
  0x20, 0x14, 0x9d, 0xbb, 0xc8, 0xf3, 0x42, 0xbe, 0xc6, 0xe2, 0x40, 0xbe,
  0x9d, 0x13, 0x3a, 0x3f, 0x88, 0x14, 0x3c, 0x3d, 0xd9, 0x73, 0x1f, 0xbe,
  0xe0, 0x91, 0x57, 0x3e, 0x67, 0x95, 0x25, 0x3e, 0xe9, 0x0e, 0xc8, 0x3d,
  0x98, 0x8a, 0x23, 0x3d, 0x36, 0x83, 0x98, 0x3e, 0xcf, 0x77, 0xc4, 0x3e,
  0x79, 0x70, 0x33, 0xbe, 0xe2, 0xb6, 0xe5, 0xbe, 0x5a, 0xb6, 0x14, 0x3f,
  0x75, 0xfe, 0xb9, 0x3d, 0xeb, 0x29, 0x1b, 0x3e, 0x79, 0xdb, 0x3b, 0xbc,
  0xd5, 0xcc, 0x20, 0x3e, 0x38, 0x0a, 0x82, 0x3c, 0x99, 0x56, 0x28, 0x3f,
  0x06, 0x7f, 0x90, 0x3e, 0x38, 0xf8, 0x86, 0x3d, 0x2e, 0xa8, 0x13, 0xbe,
  0xe9, 0x9a, 0x98, 0x3d, 0x8e, 0xd0, 0x26, 0x3e, 0x14, 0x57, 0x37, 0xbf,
  0x73, 0x75, 0x96, 0x3e, 0x18, 0x30, 0xd3, 0x3c, 0x5b, 0x1c, 0x4a, 0x3d,
  0x8f, 0x8a, 0x6c, 0x3f, 0x0b, 0xf3, 0xc3, 0xbe, 0x71, 0x4f, 0x11, 0x3e,
  0x88, 0xe4, 0x19, 0x3d, 0x6a, 0x55, 0x80, 0x3d, 0xe1, 0x59, 0x1c, 0x3e,
  0x35, 0x68, 0x83, 0xbd, 0x54, 0x78, 0x56, 0x3d, 0xcc, 0x8a, 0x34, 0xbe,
  0x7f, 0x5c, 0x2f, 0xbe, 0x36, 0x90, 0x9b, 0xbd, 0x9e, 0xd8, 0x99, 0x3e,
  0x15, 0x16, 0xa6, 0x3d, 0x31, 0x30, 0x11, 0x3e, 0x8f, 0x8d, 0x28, 0x3e,
  0x6a, 0xe6, 0xab, 0x3e, 0xc7, 0x69, 0xaa, 0xbe, 0x76, 0x07, 0xfb, 0x3d,
  0x42, 0xae, 0x54, 0x3f, 0x53, 0x65, 0x16, 0xbe, 0xf8, 0xac, 0x3a, 0x3d,
  0x7a, 0x4c, 0xb4, 0x3d, 0x28, 0xb1, 0x5e, 0xbd, 0x27, 0x30, 0xfe, 0x3e,
  0x5e, 0xa8, 0xc4, 0xbd, 0xef, 0x58, 0xb4, 0x3f, 0xc0, 0x04, 0x09, 0xbc,
  0xf7, 0x74, 0x19, 0x3e, 0x00, 0x46, 0xea, 0x3d, 0x4b, 0x1a, 0x32, 0xbe,
  0x36, 0x7c, 0xe4, 0xbd, 0xa0, 0xfe, 0x0a, 0xbd, 0x74, 0x82, 0xd7, 0x3d,
  0x09, 0x6e, 0x54, 0x3c, 0x4a, 0x97, 0xfe, 0xbd, 0x1a, 0x2e, 0xf9, 0x3d,
  0x1e, 0xe7, 0x19, 0xbe, 0xe0, 0xb3, 0x81, 0x3c, 0xce, 0x8d, 0xa6, 0x3d,
  0x4f, 0xe7, 0xb1, 0xbd, 0x5b, 0xf3, 0x10, 0x3c, 0x70, 0xc5, 0x8b, 0xbd,
  0xd5, 0x91, 0x0e, 0x3e, 0x1e, 0x09, 0x83, 0x3d, 0x54, 0xd3, 0x10, 0x3d,
  0x00, 0x84, 0x0a, 0xbc, 0x2d, 0xca, 0x24, 0x3e, 0xd8, 0x4f, 0x6b, 0x3d,
  0xa3, 0x20, 0xe7, 0x3d, 0x20, 0xf0, 0xf0, 0x3c, 0x20, 0x47, 0xcc, 0xbb,
  0x1a, 0xb5, 0x2e, 0xbe, 0xbb, 0x69, 0x04, 0xbe, 0x34, 0x65, 0x08, 0xbd,
  0x97, 0xb6, 0x04, 0x3e, 0x2c, 0x1c, 0x1c, 0xbd, 0xcc, 0x2e, 0x04, 0xbd,
  0x9e, 0x7e, 0x02, 0xbe, 0xe6, 0x52, 0xa5, 0xbd, 0x24, 0x1d, 0x35, 0xbc,
  0x90, 0x87, 0x19, 0x3d, 0x3f, 0x10, 0xcb, 0x3c, 0x10, 0x18, 0x71, 0x3c,
  0xae, 0xc9, 0x20, 0xbe, 0xa5, 0xf3, 0xd5, 0xbc, 0xdf, 0x79, 0x0a, 0x3c,
  0x5c, 0xde, 0x95, 0xbc, 0x56, 0xef, 0xbd, 0xbd, 0x57, 0x3e, 0x21, 0xbe,
  0x00, 0x0d, 0x46, 0x3c, 0xc7, 0xad, 0x0e, 0xbe, 0xd5, 0x31, 0x48, 0xbe,
  0x88, 0x1c, 0xac, 0xbc, 0x07, 0xa6, 0xfd, 0xbd, 0xf2, 0x6f, 0xd6, 0x3d,
  0x1a, 0xef, 0xbf, 0x3d, 0xea, 0x1d, 0xbe, 0x3d, 0xe6, 0x44, 0xb5, 0xbd,
  0x0e, 0x26, 0xdd, 0xbd, 0x54, 0x55, 0x1b, 0xbe, 0x3c, 0xa5, 0x91, 0x3c,
  0x13, 0xfc, 0x2e, 0x3e, 0x7a, 0x73, 0x23, 0xbe, 0x50, 0xa1, 0x9b, 0xbd,
  0x6e, 0xce, 0x79, 0xbd, 0x4c, 0x3d, 0x20, 0xbe, 0x32, 0x64, 0x94, 0xbd,
  0x0b, 0xd8, 0x13, 0x3e, 0x3c, 0xaa, 0x8f, 0xbd, 0x2d, 0x6d, 0xa0, 0xbb,
  0x78, 0x8b, 0x69, 0xbd, 0x18, 0x2c, 0x23, 0xbe, 0x5e, 0x8c, 0xdb, 0x3d,
  0xeb, 0x9a, 0x42, 0xbe, 0x01, 0x6d, 0xe9, 0xbd, 0xe8, 0xdc, 0x36, 0x3d,
  0x42, 0xe8, 0xc3, 0x3d, 0xdb, 0x55, 0x0e, 0x3e, 0xbe, 0x3b, 0xaa, 0x3d,
  0x92, 0x72, 0x44, 0xbd, 0x91, 0x79, 0x13, 0x3b, 0xea, 0xcb, 0x1b, 0xbe,
  0xb4, 0x58, 0x30, 0xbd, 0xab, 0xaf, 0x34, 0x3e, 0x12, 0xbe, 0x94, 0x3d,
  0xd6, 0xae, 0xd6, 0xbd, 0x09, 0x38, 0x97, 0xbd, 0x53, 0xf7, 0x30, 0x3e,
  0x6f, 0x67, 0xe5, 0x3d, 0xa2, 0x71, 0x31, 0xbe, 0x88, 0x21, 0x86, 0xbc,
  0x40, 0x41, 0xce, 0x3c, 0xda, 0x97, 0x7c, 0xbd, 0x7e, 0x21, 0xf4, 0xbc,
  0x31, 0x13, 0x19, 0x3e, 0xa3, 0xe4, 0x16, 0x3b, 0xd9, 0x89, 0x85, 0xbd,
  0x51, 0x51, 0x13, 0x3e, 0x44, 0xf2, 0xe8, 0x3d, 0x51, 0xdb, 0xf6, 0xbd,
  0xcf, 0x9e, 0xba, 0xbd, 0xfa, 0x43, 0x8a, 0x3d, 0x1b, 0xbb, 0x17, 0xbe,
  0x95, 0x32, 0xbf, 0x3d, 0x40, 0xe9, 0xbc, 0x3c, 0x1d, 0xb5, 0x28, 0x3d,
  0xc3, 0x7f, 0x1e, 0xbe, 0x08, 0x71, 0xc2, 0x3c, 0x5a, 0x7c, 0x0b, 0x3e,
  0x0c, 0xff, 0x49, 0x3d, 0xa6, 0xf7, 0x03, 0xbe, 0x1b, 0x46, 0x86, 0x3b,
  0xc0, 0x29, 0x05, 0xbd, 0xba, 0xd8, 0xad, 0x3d, 0x73, 0xb6, 0x19, 0x3e,
  0x1f, 0x06, 0xbd, 0xbd, 0x10, 0xf0, 0x32, 0xbd, 0xbd, 0xed, 0xad, 0xbd,
  0xc0, 0x05, 0x01, 0xbb, 0xcb, 0x70, 0xfc, 0xbd, 0x5f, 0xf1, 0x15, 0xbd,
  0xeb, 0xb3, 0xd2, 0xbd, 0x00, 0x23, 0x9b, 0x3b, 0x86, 0xc9, 0x13, 0x3e,
  0x51, 0xfb, 0xee, 0x3c, 0x59, 0x21, 0x0a, 0xbe, 0xa2, 0x3a, 0xe5, 0xbc,
  0x20, 0x06, 0xbc, 0x3b, 0xb9, 0x45, 0x10, 0xbe, 0x91, 0x6f, 0x1c, 0xbe,
  0xd6, 0x29, 0xac, 0x3d, 0xe8, 0x7a, 0xf1, 0x3d, 0x25, 0xe8, 0x34, 0x3e,
  0x2a, 0x88, 0x3b, 0xbd, 0xf0, 0x6b, 0xe2, 0x3c, 0x28, 0x7e, 0xe8, 0xbc,
  0xae, 0x8f, 0x73, 0xbe, 0xbe, 0x1d, 0x31, 0x3e, 0xc4, 0xd5, 0x00, 0xbe,
  0xd4, 0x44, 0x19, 0xbd, 0x6f, 0x09, 0xfe, 0x3d, 0xe8, 0x47, 0x44, 0xbf,
  0x86, 0x45, 0x21, 0xbe, 0x86, 0x99, 0x80, 0xbd, 0x20, 0xde, 0x33, 0x3d,
  0xf8, 0x98, 0xd0, 0x3c, 0xb4, 0xe0, 0x17, 0xbd, 0x44, 0x62, 0x47, 0x3e,
  0xe6, 0x56, 0xac, 0xbf, 0x55, 0x0a, 0x0e, 0x3e, 0xee, 0x50, 0xf5, 0x3d,
  0xf5, 0x28, 0xdc, 0x3e, 0x59, 0xeb, 0x30, 0x3e, 0xb0, 0xed, 0x8d, 0xbd,
  0xff, 0x54, 0x11, 0x3e, 0x26, 0x62, 0xaa, 0x3d, 0x06, 0x50, 0x1c, 0x3e,
  0x42, 0x79, 0xf2, 0x3d, 0x69, 0xa0, 0x14, 0x3e, 0x08, 0x0e, 0x1a, 0xbe,
  0x17, 0x01, 0xdd, 0xbd, 0x80, 0xe8, 0x00, 0xbc, 0x7d, 0x50, 0x50, 0xbf,
  0x48, 0xea, 0xe0, 0x3c, 0x93, 0x1b, 0x2b, 0x3e, 0xbf, 0xb8, 0x2e, 0xbe,
  0xc5, 0xe5, 0x07, 0xbf, 0x38, 0xa7, 0x7c, 0x3e, 0x70, 0x55, 0x7a, 0x3c,
  0xbd, 0x0a, 0x02, 0xbf, 0x7c, 0xab, 0x13, 0x3f, 0x80, 0xa2, 0xee, 0xbc,
  0xed, 0x31, 0x0a, 0xbf, 0x80, 0xef, 0xa2, 0xbe, 0x24, 0x53, 0xdc, 0xbe,
  0xab, 0x79, 0x8f, 0xbd, 0xd3, 0xa7, 0xfd, 0xbd, 0xd0, 0x8e, 0x43, 0x3c,
  0x00, 0x00, 0x11, 0x39, 0xaf, 0x8c, 0xd2, 0x3e, 0x20, 0x29, 0xf0, 0xbb,
  0x7d, 0xed, 0x47, 0xbf, 0x3a, 0x7a, 0xf2, 0x3d, 0x67, 0x77, 0x03, 0x3e,
  0xd3, 0xd6, 0x31, 0x3d, 0x2c, 0x3c, 0x07, 0xbd, 0x8d, 0x3a, 0x41, 0xbf,
  0xb4, 0x7f, 0x3b, 0xbf, 0xa4, 0x74, 0x33, 0xbf, 0xdd, 0x0c, 0x02, 0xbe,
  0xec, 0xf1, 0xf7, 0x3c, 0xb8, 0xa0, 0xa1, 0x3c, 0x44, 0x25, 0x07, 0xbe,
  0x67, 0xc0, 0x2d, 0x3e, 0x7a, 0xd6, 0xfc, 0xbd, 0xd2, 0xa7, 0x80, 0xbf,
  0x18, 0xb1, 0xab, 0xbd, 0x3a, 0x5c, 0x65, 0xbf, 0x56, 0xba, 0x8b, 0x3f,
  0xfd, 0x97, 0x0b, 0xbe, 0xb8, 0xf6, 0xeb, 0x3c, 0x1c, 0xb3, 0xd7, 0xbd,
  0xb2, 0x07, 0x16, 0x3f, 0x60, 0xee, 0x59, 0x3c, 0x2b, 0x66, 0x5c, 0x3d,
  0xfc, 0xfe, 0xe2, 0xbd, 0xd0, 0xe0, 0x10, 0xbd, 0x1c, 0x8c, 0x99, 0x3e,
  0x63, 0x78, 0xc1, 0x3d, 0xa9, 0x16, 0x17, 0xbf, 0x75, 0x9e, 0x0d, 0xbe,
  0x90, 0x08, 0x8d, 0x3d, 0xa8, 0x1c, 0x07, 0x3c, 0xa5, 0x6d, 0x05, 0xbe,
  0xf6, 0x7f, 0x06, 0x3e, 0x68, 0xa0, 0x63, 0xbd, 0xde, 0x9d, 0x83, 0xbe,
  0xc9, 0x88, 0xb5, 0xbe, 0x64, 0x30, 0x5a, 0x3d, 0x94, 0xfe, 0x50, 0x3f,
  0x7c, 0x9d, 0x2b, 0xbf, 0x60, 0x9b, 0xe8, 0xbd, 0x14, 0x35, 0x30, 0x3d,
  0x1b, 0x21, 0x78, 0xbd, 0x51, 0xac, 0x8a, 0xbd, 0x23, 0x1a, 0xf9, 0xbd,
  0xa2, 0xf3, 0x60, 0xbf, 0x84, 0x65, 0x02, 0xbf, 0x90, 0x4c, 0x1a, 0x3c,
  0x0e, 0x35, 0xaa, 0x3d, 0xbf, 0x83, 0x18, 0x3e, 0x86, 0xd0, 0x0f, 0xbe,
  0xa4, 0xf6, 0x78, 0x3f, 0x85, 0x81, 0xb1, 0xbe, 0xfb, 0xb2, 0x95, 0xbd,
  0xd7, 0x33, 0x2c, 0xbe, 0x0f, 0x53, 0x7d, 0xbf, 0xcc, 0x02, 0x2b, 0x3f,
  0xd4, 0x22, 0x28, 0x3d, 0x90, 0xa6, 0xd1, 0x3d, 0x4e, 0x6c, 0xd8, 0x3d,
  0xee, 0xe9, 0xb6, 0x3d, 0x0e, 0xc7, 0xa2, 0x3d, 0x54, 0xba, 0x09, 0xbd,
  0x03, 0x0a, 0x0b, 0x3e, 0xc8, 0xed, 0x04, 0x3d, 0x6c, 0x05, 0xc0, 0xbd,
  0xa2, 0xfa, 0xae, 0xbe, 0xf8, 0x67, 0xd7, 0x3d, 0xc8, 0x13, 0xb4, 0xbd,
  0xe4, 0x0d, 0x09, 0xbd, 0x20, 0x6b, 0xe5, 0xbd, 0xa6, 0x04, 0xfe, 0x3e,
  0x06, 0xaf, 0xe8, 0x3d, 0x17, 0xf0, 0x46, 0xbf, 0x80, 0x5a, 0x0d, 0xbe,
  0x1f, 0x35, 0xf4, 0xbd, 0x77, 0xd4, 0x33, 0x3e, 0x98, 0xc7, 0xaa, 0xbd,
  0x89, 0x53, 0x06, 0xbf, 0xa1, 0xcf, 0xb8, 0xbd, 0x61, 0xdb, 0x32, 0xbf,
  0xf6, 0xce, 0xda, 0x3d, 0x3c, 0x25, 0x0a, 0x3d, 0x45, 0xe1, 0x1a, 0xbe,
  0x45, 0x8f, 0xd4, 0xbd, 0x95, 0x21, 0xd7, 0x3c, 0xaa, 0x7b, 0xb0, 0x3d,
  0x8d, 0xbb, 0x32, 0xbd, 0xe7, 0xa2, 0x7e, 0xb8, 0xf8, 0x87, 0xde, 0xbd,
  0xdf, 0x40, 0x8a, 0xbd, 0x8c, 0x4b, 0x68, 0xbd, 0xac, 0x51, 0x74, 0x3d,
  0x87, 0xc4, 0x01, 0xbe, 0xec, 0xa3, 0xce, 0x3d, 0x39, 0xf7, 0xa5, 0xbd,
  0xd5, 0x2a, 0x9a, 0xbd, 0x78, 0xff, 0xb7, 0x3c, 0x6e, 0x90, 0xdb, 0xbd,
  0x28, 0x72, 0x40, 0xbd, 0xff, 0xe2, 0x88, 0xbd, 0x2e, 0x34, 0xe9, 0x3d,
  0x28, 0xd4, 0x8e, 0x3d, 0x9d, 0x8d, 0x73, 0x3d, 0x48, 0x9f, 0x06, 0x3d,
  0x06, 0x62, 0xc7, 0x3d, 0xd3, 0xa3, 0x30, 0x3e, 0x2c, 0xe8, 0x1e, 0xbe,
  0xeb, 0x57, 0x9d, 0xbd, 0xe8, 0x13, 0xe0, 0xbb, 0xe7, 0xea, 0x0f, 0x3e,
  0xbd, 0xc9, 0x41, 0xbe, 0x9e, 0x4c, 0x96, 0xbd, 0xba, 0xfe, 0x4d, 0xbd,
  0xf2, 0xb7, 0xe8, 0xbd, 0x14, 0x8b, 0x30, 0xbd, 0xda, 0x25, 0x9f, 0xbc,
  0xa1, 0x2a, 0xc2, 0x3d, 0x39, 0xa7, 0x06, 0x3e, 0xb5, 0x89, 0xde, 0xbb,
  0x92, 0x67, 0xfa, 0xbd, 0x5c, 0x67, 0x4a, 0x3c, 0x78, 0x9e, 0xc2, 0x3c,
  0x90, 0xf3, 0x0a, 0x3c, 0xc0, 0xd0, 0x90, 0x3d, 0xe0, 0x11, 0xc1, 0x3c,
  0x23, 0x18, 0x3f, 0xbe, 0xee, 0x4d, 0xcb, 0xbd, 0x30, 0x57, 0xf0, 0x3d,
  0xd0, 0x9a, 0x5a, 0xbd, 0x81, 0x3b, 0x20, 0x3e, 0x1b, 0xdd, 0x98, 0xbd,
  0x00, 0xcd, 0xbe, 0xbc, 0x13, 0x79, 0xe7, 0x3d, 0xac, 0xec, 0xda, 0xbd,
  0x94, 0xd9, 0x73, 0xbc, 0x80, 0xf1, 0xa7, 0x3c, 0x66, 0xe5, 0xd1, 0x3d,
  0x89, 0xa7, 0x10, 0xbe, 0xb1, 0xe3, 0xac, 0xbd, 0x92, 0xae, 0x1a, 0x3e,
  0xef, 0xa0, 0x0c, 0xbe, 0x51, 0xdd, 0xab, 0xbd, 0xc6, 0xf7, 0xec, 0x3d,
  0xf2, 0x3a, 0x15, 0x3e, 0x0f, 0x5a, 0xa8, 0x3c, 0xb2, 0x43, 0x1d, 0xbe,
  0x91, 0x4e, 0x2c, 0x3e, 0x08, 0x24, 0xcd, 0x3c, 0x1a, 0x19, 0xe2, 0xbd,
  0x62, 0xa6, 0xad, 0x3d, 0x76, 0xf4, 0xcc, 0x3d, 0x9e, 0x21, 0xf6, 0x3d,
  0x80, 0xe2, 0x3f, 0xbc, 0x9f, 0xec, 0xd1, 0x3d, 0x00, 0x90, 0xc2, 0x3d,
  0x92, 0x0e, 0x0c, 0x3e, 0xea, 0x57, 0x98, 0x3d, 0x6e, 0x9a, 0xfa, 0xbd,
  0xf7, 0x4e, 0x0c, 0x3e, 0x21, 0xd4, 0x25, 0xbe, 0x6f, 0xaf, 0xd0, 0xbd,
  0xe0, 0x96, 0xf3, 0xbc, 0x8d, 0xe1, 0x40, 0xbe, 0xfd, 0x8d, 0xec, 0x3d,
  0x6a, 0xf9, 0xef, 0x3d, 0xa5, 0x36, 0x0e, 0x3e, 0x7a, 0x2a, 0xc6, 0xbc,
  0xae, 0x8f, 0xbf, 0x3d, 0x27, 0x4c, 0xb8, 0xbd, 0xa8, 0x4d, 0xbd, 0x3d,
  0x28, 0xf3, 0x44, 0xbe, 0x80, 0xda, 0x35, 0xbc, 0xbb, 0x2f, 0x93, 0xbd,
  0xf2, 0x9e, 0xa4, 0x3d, 0x7e, 0xae, 0x8d, 0x3d, 0x44, 0x57, 0x6a, 0xbd,
  0x7a, 0x28, 0xc4, 0xbd, 0x7d, 0xb5, 0xc8, 0x3d, 0x53, 0x52, 0x35, 0x3c,
  0x02, 0xaf, 0xd6, 0x3d, 0x8c, 0x55, 0x43, 0xbd, 0x48, 0x7c, 0xea, 0x3d,
  0xc3, 0x01, 0x9f, 0x3d, 0xf6, 0xfc, 0x0d, 0xbc, 0x78, 0x13, 0x78, 0x3d,
  0x41, 0x90, 0x2f, 0xbe, 0xd0, 0x68, 0x86, 0x3d, 0x90, 0x47, 0xc9, 0x3c,
  0xf6, 0x4d, 0x82, 0x3d, 0xb6, 0x00, 0xd7, 0x3d, 0xe0, 0x74, 0x59, 0x3d,
  0x53, 0xd6, 0x23, 0xbe, 0x5c, 0x18, 0x06, 0x3d, 0xb2, 0xc4, 0xe3, 0x3d,
  0x1c, 0xd5, 0x20, 0xbe, 0xeb, 0x4a, 0x2f, 0xbe, 0x60, 0x3f, 0x6d, 0xbc,
  0xc6, 0x84, 0xc1, 0xba, 0x71, 0x0a, 0x9f, 0x3d, 0x62, 0x7c, 0xa3, 0x3d,
  0x1d, 0x4d, 0xd2, 0xbd, 0x54, 0x91, 0x0c, 0xbe, 0xbe, 0x7a, 0xcb, 0x3d,
  0x3e, 0xcd, 0xdd, 0x3d, 0xe2, 0x8c, 0x08, 0xbe, 0x37, 0x60, 0xfe, 0x3d,
  0xa6, 0xbc, 0xa7, 0x3d, 0x8d, 0x98, 0x36, 0xbe, 0x26, 0x00, 0xa5, 0x3d,
  0x6c, 0x1b, 0x8f, 0x3d, 0x08, 0x1e, 0xfd, 0x3c, 0xb8, 0xab, 0xcf, 0x3c,
  0x48, 0xad, 0x96, 0xbc, 0xe5, 0x77, 0x2d, 0xbe, 0x86, 0x63, 0x8b, 0xbd,
  0x3c, 0x02, 0x73, 0x3d, 0xf2, 0x7a, 0x97, 0x3d, 0x10, 0xc7, 0x09, 0xbd,
  0x38, 0x25, 0xbc, 0xbd, 0x4c, 0xad, 0x02, 0xbe, 0x5a, 0xe3, 0x34, 0xbe,
  0x38, 0x9b, 0x91, 0x3d, 0x54, 0x50, 0x41, 0x3d, 0x14, 0xf8, 0x04, 0xbd,
  0x24, 0xd5, 0x18, 0x3d, 0xf8, 0xbc, 0xff, 0xbc, 0x78, 0x0f, 0xf4, 0xbd,
  0xf5, 0xb2, 0xd8, 0xbd, 0x4a, 0x48, 0x95, 0x3d, 0x5f, 0x39, 0x18, 0x3e,
  0xfd, 0x18, 0xa9, 0xbd, 0x67, 0x1f, 0xce, 0xbd, 0x88, 0x80, 0xe8, 0x3c,
  0x98, 0xb8, 0x25, 0xbe, 0x13, 0x7b, 0x1d, 0xbe, 0x00, 0x44, 0x44, 0xba,
  0xe7, 0xca, 0xf7, 0xbd, 0x62, 0x9a, 0xb2, 0x3d, 0xfd, 0x3a, 0xd0, 0xbd,
  0xe0, 0xca, 0x57, 0xbc, 0x28, 0xe8, 0x06, 0x3d, 0xa9, 0x91, 0xad, 0xbd,
  0xc2, 0x16, 0xe5, 0x3d, 0xa2, 0x8e, 0xdb, 0x3d, 0x7c, 0x5e, 0x01, 0xbe,
  0xb9, 0xb6, 0x2e, 0x3e, 0xfa, 0x21, 0x9d, 0x3d, 0xe6, 0xab, 0xdd, 0x3d,
  0x30, 0x74, 0x5c, 0x3d, 0xb6, 0x97, 0xe5, 0x3d, 0x58, 0x4b, 0xc4, 0xbc,
  0xc0, 0x43, 0x26, 0xbe, 0x58, 0x56, 0xd9, 0xbd, 0x30, 0xc4, 0x2d, 0xbe,
  0x64, 0xdd, 0x56, 0x3d, 0x44, 0xd2, 0x2d, 0xbd, 0xc0, 0xbe, 0x41, 0xbc,
  0x90, 0x61, 0xc5, 0xbd, 0x81, 0x1d, 0x30, 0xbe, 0x74, 0xa2, 0x94, 0x3d,
  0x21, 0x98, 0xaa, 0xbd, 0x9a, 0x28, 0xe0, 0x3d, 0xc2, 0x3f, 0xd2, 0x3d,
  0x6a, 0xfa, 0xdd, 0x3d, 0xfa, 0x86, 0xf6, 0x3d, 0xbe, 0x28, 0xa5, 0x3d,
  0xac, 0x2e, 0x42, 0x3d, 0x7e, 0x8b, 0xf5, 0xbd, 0xc8, 0x91, 0x94, 0x3c,
  0x66, 0x0b, 0xad, 0xbd, 0xc6, 0xdd, 0x01, 0xbe, 0x00, 0xad, 0x81, 0xba,
  0x77, 0x98, 0x2b, 0x3e, 0x80, 0x39, 0x60, 0x3c, 0xf7, 0x61, 0x03, 0xbe,
  0xa8, 0xec, 0x28, 0x3d, 0x65, 0x5a, 0x2b, 0xbe, 0xe3, 0xf3, 0x28, 0xbe,
  0x72, 0x01, 0xef, 0x3d, 0x4a, 0xd4, 0x1d, 0xbe, 0x6c, 0x9c, 0x7a, 0x3d,
  0x12, 0x4e, 0xb9, 0xbd, 0xd0, 0x72, 0x54, 0x3d, 0xce, 0xa6, 0x7a, 0xbd,
  0xfc, 0xc0, 0x12, 0xbd, 0x80, 0x03, 0xc3, 0xbc, 0xf0, 0xa5, 0x0a, 0x3c,
  0x40, 0x3d, 0x76, 0x3d, 0xec, 0xc3, 0x91, 0x3d, 0x7a, 0x1f, 0xfa, 0x3d,
  0x01, 0x2b, 0x2a, 0x3e, 0xb8, 0xf8, 0x44, 0xbd, 0x26, 0x55, 0xf1, 0x3d,
  0x52, 0x59, 0xf0, 0x3d, 0x58, 0x07, 0xdc, 0x3c, 0xfc, 0x97, 0xb5, 0xbd,
  0x62, 0x73, 0x91, 0x3d, 0x10, 0x45, 0xff, 0xbd, 0x04, 0xec, 0x3b, 0x3d,
  0xad, 0x6b, 0xc6, 0xbd, 0x90, 0x83, 0x9c, 0xbd, 0x4b, 0x72, 0x16, 0x3e,
  0xcb, 0x90, 0x21, 0x3e, 0xb8, 0x77, 0x13, 0xbd, 0x04, 0xb2, 0x0e, 0xbd,
  0x3b, 0x12, 0x2a, 0x3e, 0xe0, 0x77, 0x08, 0xbc, 0x0e, 0xa7, 0x57, 0xbd,
  0xf8, 0x04, 0xb1, 0x3c, 0x50, 0x92, 0x04, 0x3c, 0xb3, 0xd3, 0xaf, 0xbd,
  0xac, 0x84, 0x30, 0xbd, 0x58, 0x50, 0xc8, 0xbc, 0xb9, 0xdd, 0xb9, 0xbd,
  0xed, 0x42, 0x2a, 0x3e, 0xaa, 0x79, 0x57, 0xbd, 0xc0, 0xac, 0xef, 0xbb,
  0x90, 0xab, 0xff, 0x3c, 0xcf, 0xba, 0x13, 0x3e, 0x8c, 0x38, 0x13, 0xbe,
  0x53, 0x8c, 0x0f, 0x3e, 0x64, 0x33, 0x4f, 0x3d, 0x40, 0xea, 0x35, 0xbc,
  0x85, 0xe2, 0x06, 0x3e, 0x77, 0x91, 0x28, 0xbe, 0x66, 0xc0, 0xf4, 0xbd,
  0x3c, 0x08, 0xbf, 0xbd, 0xa6, 0x6f, 0xf2, 0x3d, 0x50, 0x25, 0x6a, 0x3d,
  0x9e, 0x33, 0xb1, 0xbd, 0x03, 0x79, 0x33, 0x3e, 0x02, 0x1c, 0xbf, 0x3d,
  0x6b, 0xda, 0x1a, 0x3e, 0x04, 0xe0, 0x10, 0xbe, 0xf5, 0x71, 0x0d, 0x3e,
  0xea, 0x3c, 0xc3, 0xbd, 0x04, 0x44, 0x5f, 0xbd, 0xa6, 0xab, 0x07, 0xbe,
  0xfc, 0x2a, 0xe5, 0x3d, 0xfd, 0xd7, 0x99, 0x3b, 0xa3, 0x3a, 0x83, 0x3e,
  0xbc, 0xe0, 0x3d, 0xbd, 0x50, 0xdb, 0x4b, 0x3e, 0x8d, 0x9b, 0x63, 0x3e,
  0x60, 0xdf, 0x44, 0xbc, 0xa9, 0x89, 0x4d, 0xbe, 0xa6, 0x8c, 0x20, 0xbe,
  0x5b, 0x39, 0x26, 0x3e, 0xda, 0x3f, 0xff, 0x3d, 0xc5, 0x37, 0x16, 0xbf,
  0xa0, 0xd1, 0x79, 0x3f, 0x00, 0xd6, 0xeb, 0xbc, 0x71, 0x25, 0x12, 0x3e,
  0xaf, 0x46, 0xc5, 0xbe, 0xcc, 0x1f, 0x49, 0x3d, 0x34, 0x41, 0x53, 0xbd,
  0xc6, 0x4f, 0xf8, 0x3d, 0xd8, 0x42, 0xd5, 0xbc, 0x65, 0x55, 0xc1, 0x3b,
  0x38, 0xe1, 0x4a, 0x3d, 0xc3, 0x9d, 0x2f, 0x3e, 0x2e, 0xa7, 0xb5, 0x3d,
  0x8c, 0xf6, 0x44, 0x3d, 0x42, 0xce, 0xf3, 0xbd, 0x04, 0x19, 0x52, 0x3f,
  0x3f, 0x97, 0x1d, 0x3e, 0x20, 0x2f, 0x2e, 0x3e, 0xe3, 0x59, 0x29, 0x3e,
  0xef, 0x35, 0xd9, 0x3d, 0x25, 0x1d, 0x7f, 0xbe, 0x41, 0xe1, 0x83, 0xbd,
  0x58, 0xc7, 0xff, 0x3e, 0xc7, 0xee, 0xc4, 0xbe, 0xd0, 0x32, 0xb2, 0xbc,
  0xff, 0xad, 0x4e, 0x3e, 0x16, 0xdf, 0x91, 0x3e, 0xb2, 0x59, 0xa7, 0x3e,
  0x78, 0xf4, 0x85, 0x3d, 0x8e, 0x63, 0xa6, 0x3d, 0x96, 0x9c, 0xb9, 0x3d,
  0x20, 0x7b, 0x2a, 0xbe, 0xaf, 0xc7, 0x90, 0xbe, 0xb8, 0xbb, 0x23, 0xbe,
  0x6b, 0x7f, 0x40, 0x3e, 0xb5, 0xa7, 0xfa, 0xbd, 0xc0, 0xb5, 0x51, 0xbb,
  0xc6, 0xeb, 0x54, 0x3c, 0x4e, 0x60, 0xee, 0x3d, 0xfd, 0x8d, 0xee, 0x3e,
  0xa3, 0x06, 0xe8, 0x3e, 0x82, 0xaf, 0xa5, 0xbc, 0xf0, 0x41, 0xc2, 0x3c,
  0x16, 0x82, 0xa9, 0xbe, 0x28, 0x1f, 0x3a, 0x3d, 0xb6, 0xc3, 0xd7, 0xbd,
  0x39, 0x98, 0x07, 0x3d, 0xe6, 0xc3, 0x23, 0x3e, 0x5f, 0x0c, 0x15, 0x3f,
  0x08, 0xd0, 0xea, 0x3c, 0x25, 0xc5, 0x14, 0x3f, 0x97, 0x0f, 0x22, 0xbf,
  0xd2, 0xa7, 0xa1, 0x3e, 0x74, 0x44, 0x1d, 0x3d, 0xec, 0xb4, 0x10, 0xbe,
  0x33, 0x3e, 0xbc, 0xbe, 0xc1, 0xb5, 0x23, 0x3e, 0x50, 0x68, 0x0f, 0xbd,
  0x20, 0xaf, 0x95, 0xbb, 0xa9, 0xf2, 0xaa, 0xbd, 0x1b, 0xca, 0x01, 0xbc,
  0x64, 0xb3, 0xc5, 0xbd, 0x54, 0x1b, 0xd4, 0x3c, 0x5e, 0x40, 0x05, 0xbe,
  0x00, 0x74, 0x34, 0xbb, 0x76, 0xc1, 0x4d, 0x3c, 0x6d, 0x96, 0xcc, 0xbd,
  0x9f, 0x64, 0xa7, 0xbd, 0x0b, 0x1e, 0xc3, 0xbd, 0xe4, 0x2f, 0x70, 0x3e,
  0x31, 0x72, 0x2b, 0x3e, 0x22, 0x29, 0xc9, 0x3d, 0x8c, 0x6e, 0x63, 0xbf,
  0x8e, 0x5b, 0x74, 0x3e, 0x6d, 0xf0, 0xfb, 0xbd, 0x70, 0x2f, 0x2e, 0x3d,
  0x37, 0xd9, 0x80, 0x3e, 0x5b, 0xa4, 0x99, 0x3e, 0x17, 0x8a, 0x21, 0xbe,
  0x3f, 0x85, 0x1d, 0x3f, 0x1f, 0xac, 0x4f, 0x3f, 0x6a, 0x48, 0x15, 0xbe,
  0x3a, 0x0b, 0x25, 0xbe, 0x53, 0x49, 0x73, 0xbe, 0x92, 0xfc, 0xb6, 0x3d,
  0x6f, 0x7b, 0x49, 0xbf, 0x80, 0x8e, 0x9b, 0x3e, 0x8e, 0xc1, 0x44, 0x3e,
  0x03, 0xfb, 0x05, 0xbe, 0x48, 0x7b, 0x31, 0x3e, 0x09, 0xc9, 0xac, 0xbe,
  0x68, 0xf2, 0x82, 0xbd, 0x03, 0xa3, 0x5d, 0xbc, 0x50, 0x24, 0xb6, 0x3c,
  0x15, 0xf2, 0x1e, 0x3e, 0x26, 0xaa, 0xcd, 0x3d, 0x4c, 0x7a, 0x6d, 0xbd,
  0xcd, 0xcf, 0x30, 0x3e, 0xdb, 0x2a, 0x16, 0x3e, 0x87, 0x50, 0x0c, 0x3e,
  0x30, 0xb4, 0x24, 0x3f, 0x68, 0x15, 0x40, 0xbe, 0x6d, 0x31, 0x88, 0xbd,
  0x38, 0x98, 0x11, 0x3d, 0xf3, 0x03, 0xdc, 0x3d, 0xe6, 0x4e, 0xa1, 0xbe,
  0x25, 0x3c, 0xa9, 0xbd, 0xe8, 0xa2, 0xed, 0x3d, 0x7e, 0x68, 0xf8, 0x3d,
  0x9e, 0x4b, 0x2c, 0xbe, 0x2e, 0xec, 0x82, 0x3d, 0x76, 0xbd, 0x8f, 0x3d,
  0xd3, 0xed, 0xf8, 0x3e, 0x7b, 0xbe, 0x19, 0x3e, 0x47, 0x3e, 0x21, 0x3d,
  0x32, 0xd4, 0xb1, 0xbd, 0xa6, 0x07, 0xc6, 0x3d, 0xff, 0x16, 0xa0, 0x3e,
  0x06, 0x5f, 0x51, 0x3e, 0xa3, 0x4e, 0xab, 0x3d, 0xad, 0xeb, 0x33, 0xbe,
  0x55, 0xbf, 0xd9, 0xbd, 0xc5, 0x9f, 0x54, 0x3f, 0x8a, 0x42, 0xb8, 0x3d,
  0x27, 0xef, 0x9d, 0x3c, 0xd0, 0xff, 0x21, 0xbd, 0x8b, 0x7d, 0x33, 0xbe,
  0xe0, 0x57, 0xfb, 0x3b, 0x71, 0x04, 0xc9, 0xbd, 0x0b, 0xa1, 0xd7, 0x3f,
  0x50, 0x7b, 0x30, 0xbd, 0x9c, 0x7e, 0xd4, 0xbd, 0x44, 0x26, 0x00, 0xbe,
  0x07, 0x74, 0x03, 0xbe, 0xd8, 0xef, 0x23, 0x3d, 0x51, 0x79, 0x82, 0xbd,
  0x60, 0x51, 0xe8, 0x3b, 0xdb, 0x50, 0x33, 0xbe, 0x3a, 0x68, 0xbe, 0x3d,
  0x38, 0xee, 0x8d, 0xbd, 0x50, 0xea, 0x3f, 0x3d, 0x8a, 0x0b, 0x8c, 0x3d,
  0x06, 0x11, 0x91, 0x3d, 0xe0, 0xe5, 0x26, 0x3f, 0xe2, 0xb9, 0xe2, 0x3d,
  0x36, 0x77, 0x82, 0x3d, 0x74, 0x37, 0xe1, 0xbd, 0x72, 0x52, 0x56, 0x3f,
  0x98, 0xfe, 0x99, 0xbd, 0x0d, 0xd4, 0xb8, 0xbd, 0x5a, 0x2d, 0x0d, 0x3f,
  0xcf, 0xe6, 0x5d, 0xbe, 0x9f, 0x7b, 0xdd, 0xbd, 0xf5, 0xe3, 0x8e, 0x3f,
  0xe9, 0x07, 0x24, 0x3e, 0x0e, 0x18, 0xf8, 0x3e, 0x3c, 0x3f, 0x95, 0xbd,
  0x68, 0x67, 0x35, 0xbd, 0x22, 0x89, 0x9c, 0xbd, 0x18, 0x59, 0x9e, 0xbc,
  0x64, 0x2e, 0x8c, 0xbe, 0xf7, 0x39, 0xef, 0xbd, 0x68, 0xce, 0x81, 0x3f,
  0xa0, 0xd1, 0x6a, 0xbc, 0x2e, 0xb7, 0x87, 0x3d, 0x12, 0xdf, 0xbc, 0xbd,
  0xe8, 0x07, 0xb3, 0x3c, 0x03, 0xeb, 0x0c, 0x3f, 0x9f, 0x5f, 0x41, 0x3f,
  0x80, 0x05, 0x8a, 0x3f, 0x3a, 0xa0, 0x97, 0xbd, 0x3b, 0xc6, 0x00, 0xbe,
  0x27, 0xbc, 0x07, 0x3e, 0x08, 0x03, 0x56, 0xbd, 0xe3, 0x6d, 0x29, 0x3e,
  0x2d, 0x50, 0xb2, 0x3e, 0xc7, 0xa5, 0x93, 0x3f, 0x7a, 0x9b, 0xdf, 0xbd,
  0x11, 0x23, 0x41, 0x3f, 0x29, 0x97, 0x62, 0xbf, 0x1e, 0xe6, 0xf5, 0x3d,
  0xc9, 0x51, 0x82, 0xbd, 0x35, 0x19, 0x92, 0x3c, 0x72, 0x66, 0x01, 0xbe,
  0x16, 0xac, 0xbb, 0x3d, 0x92, 0x40, 0x1a, 0xbe, 0x97, 0xd2, 0x0a, 0xbe,
  0xa8, 0x1b, 0xdf, 0x3c, 0x88, 0x93, 0x0e, 0x3d, 0x6e, 0x00, 0xc3, 0xbd,
  0xda, 0x19, 0x25, 0x3f, 0xac, 0x69, 0xac, 0xbd, 0xb2, 0x13, 0x9f, 0x3d,
  0x52, 0x1d, 0xd3, 0x3c, 0xff, 0x8c, 0x2b, 0x3e, 0x2a, 0x3a, 0xb0, 0xbd,
  0xd0, 0xf7, 0xfd, 0xbc, 0xc0, 0x7f, 0xd7, 0x3e, 0xb0, 0x3c, 0x9d, 0x3d,
  0x00, 0x81, 0x67, 0x3d, 0x4b, 0xb0, 0xfd, 0xbe, 0x91, 0xee, 0x77, 0x3f,
  0x72, 0x45, 0x8b, 0x3d, 0x2a, 0xa3, 0xb2, 0x3d, 0x07, 0x09, 0xda, 0x3d,
  0xb6, 0x7c, 0x0d, 0x3e, 0x74, 0x64, 0xb5, 0xbd, 0x5b, 0xeb, 0x8d, 0x3f,
  0x0e, 0x77, 0x21, 0x3f, 0x20, 0x03, 0x37, 0xbc, 0x3a, 0x0e, 0x31, 0x3e,
  0xb4, 0x2a, 0x40, 0x3d, 0x98, 0x09, 0xac, 0x3e, 0xf5, 0x0f, 0x53, 0xbf,
  0x10, 0x40, 0x92, 0x3e, 0xdb, 0x3a, 0x94, 0x3d, 0x9f, 0xdd, 0x45, 0x3e,
  0x2b, 0x99, 0x96, 0x3f, 0x76, 0x2a, 0x14, 0xbf, 0x90, 0x09, 0x29, 0xbe,
  0xaf, 0x77, 0x20, 0x3e, 0xdc, 0x0f, 0x37, 0x3d, 0xec, 0x59, 0x51, 0xbd,
  0x2c, 0x1a, 0xd1, 0xbd, 0x1e, 0x73, 0xd5, 0x3d, 0x6c, 0x45, 0x06, 0xbe,
  0x06, 0x26, 0xbf, 0x3d, 0x31, 0x68, 0x22, 0x3e, 0x71, 0x0b, 0x26, 0x3f,
  0xf0, 0x13, 0x64, 0xbd, 0xca, 0x84, 0xc0, 0x3d, 0x87, 0x32, 0x91, 0xbd,
  0xb4, 0xe6, 0x7a, 0x3e, 0xe8, 0x36, 0xbf, 0xbe, 0x84, 0x3d, 0x0b, 0x3d,
  0x2f, 0x64, 0x95, 0x3f, 0x98, 0x8b, 0x83, 0x3c, 0x9c, 0xce, 0x5a, 0xbd,
  0x44, 0x4f, 0x6e, 0x3d, 0xb9, 0xbb, 0x12, 0xbe, 0xd2, 0x74, 0x03, 0x3f,
  0xcc, 0x34, 0x39, 0x3d, 0x91, 0x32, 0xac, 0x3f, 0x38, 0x78, 0x1e, 0x3d,
  0x4a, 0x5b, 0x27, 0xbe, 0x10, 0xc0, 0x40, 0xbc, 0xe5, 0xff, 0x22, 0x3e,
  0x9d, 0x9e, 0xf4, 0xbd, 0x8a, 0xe1, 0x60, 0xbd, 0x08, 0x3a, 0xbd, 0x3c,
  0xbf, 0x74, 0x1b, 0x3e, 0x9c, 0xba, 0x14, 0xbd, 0x38, 0x75, 0xdc, 0xbd,
  0xea, 0xa4, 0xd1, 0x3d, 0x31, 0xb1, 0x1f, 0xbe, 0xa0, 0x11, 0xdb, 0x3c,
  0xef, 0xff, 0x1f, 0xbe, 0xda, 0xcc, 0x88, 0x3d, 0x94, 0xf6, 0x4e, 0xbd,
  0xe0, 0x5b, 0xf6, 0xbb, 0x1b, 0x0b, 0x28, 0xbe, 0xf0, 0x1a, 0x49, 0x3d,
  0x40, 0x8e, 0x7b, 0xbb, 0x72, 0xc9, 0xd8, 0x3d, 0xa0, 0x3c, 0x6f, 0x3c,
  0x4b, 0x57, 0x05, 0xbe, 0xfa, 0x41, 0xc7, 0xbd, 0x60, 0xcc, 0x9a, 0x3b,
  0x4c, 0x82, 0x8c, 0x3d, 0x50, 0x4f, 0x09, 0x3c, 0xc1, 0x86, 0x1f, 0x3e,
  0x7d, 0x03, 0x1f, 0x3e, 0x8f, 0x10, 0x0a, 0x3e, 0x72, 0xd7, 0xfe, 0x3d,
  0xb4, 0x4a, 0x5b, 0x3d, 0xac, 0x43, 0x50, 0x3d, 0x14, 0x13, 0x3f, 0x3d,
  0x30, 0xe8, 0xbf, 0xbc, 0x6d, 0x4f, 0xd1, 0xbd, 0x29, 0x13, 0x86, 0xbd,
  0x21, 0xc5, 0x32, 0x3e, 0x2d, 0xb6, 0x2b, 0xbe, 0x98, 0xa2, 0xac, 0xbd,
  0x86, 0x53, 0x25, 0xbe, 0xdf, 0x5a, 0x33, 0x3e, 0xcd, 0x93, 0xae, 0xbd,
  0xd0, 0x14, 0x1c, 0xbe, 0x20, 0x63, 0xfc, 0x3b, 0x96, 0x14, 0x99, 0xbd,
  0x92, 0xc7, 0x28, 0xbe, 0x2c, 0x00, 0x22, 0xbd, 0xf8, 0xe1, 0xe0, 0x3c,
  0x4a, 0x85, 0xde, 0x3d, 0x46, 0x4c, 0xaa, 0x3d, 0x63, 0xfe, 0x2a, 0x3e,
  0xda, 0x93, 0xa1, 0x3d, 0xe0, 0xa3, 0x3b, 0x3c, 0xe0, 0x8c, 0xac, 0x3c,
  0x32, 0x94, 0xf1, 0x3d, 0x60, 0xd8, 0x43, 0x3c, 0x9a, 0xd5, 0xde, 0x3d,
  0x2a, 0xe0, 0xef, 0x3d, 0x71, 0xad, 0x22, 0x3e, 0xd0, 0x6f, 0xc2, 0x3c,
  0x38, 0xb6, 0x89, 0x3d, 0xf3, 0xd7, 0x14, 0x3e, 0xe5, 0x67, 0xcb, 0xbd,
  0x25, 0xf4, 0x0a, 0xbe, 0x30, 0x3b, 0x55, 0xbd, 0x30, 0x40, 0x36, 0x3d,
  0xd2, 0xf9, 0x5c, 0xbd, 0x70, 0x0e, 0x44, 0xbc, 0xa0, 0x39, 0x70, 0xbc,
  0xec, 0x16, 0x17, 0x3d, 0xfc, 0x30, 0x58, 0xbd, 0x91, 0x3a, 0x2f, 0xbe,
  0x4e, 0x31, 0xc8, 0x3d, 0x15, 0x4d, 0x34, 0x3e, 0xc1, 0xd9, 0x0f, 0x3e,
  0xa4, 0x40, 0x44, 0x3d, 0x5a, 0x61, 0xa9, 0x3d, 0xfe, 0x75, 0xa1, 0x3d,
  0xf0, 0x60, 0xac, 0xbc, 0x9f, 0x0b, 0x1e, 0xbe, 0xbc, 0x84, 0x78, 0x3d,
  0xdb, 0x7a, 0x23, 0xbe, 0xd0, 0xc9, 0x0b, 0xbc, 0x17, 0x19, 0x11, 0x3e,
  0x28, 0x8a, 0x9f, 0xbd, 0x20, 0x8a, 0x56, 0x3d, 0x6c, 0x3b, 0x07, 0x3d,
  0x28, 0x0e, 0x0c, 0xbd, 0xde, 0x51, 0xb6, 0x3d, 0x80, 0xa8, 0x98, 0x3a,
  0x94, 0x65, 0x75, 0xbd, 0xfe, 0xfc, 0x9b, 0xbd, 0x38, 0x01, 0x07, 0x3d,
  0xe6, 0xcb, 0xfb, 0x3d, 0xbf, 0x6f, 0x13, 0xbe, 0xe2, 0x68, 0x03, 0xbe,
  0xda, 0x70, 0xa4, 0xbd, 0xf8, 0x7b, 0xb7, 0xbc, 0xba, 0x82, 0x98, 0x3d,
  0x68, 0xdc, 0x03, 0xbe, 0x90, 0xb4, 0x27, 0xbd, 0x9c, 0x8a, 0x0e, 0xbe,
  0xc0, 0x9c, 0xca, 0xbc, 0x5d, 0x9c, 0xda, 0xbd, 0x10, 0x9d, 0xe2, 0xbc,
  0x2a, 0xa4, 0x30, 0xbe, 0x20, 0x44, 0xfb, 0x3b, 0xfe, 0x97, 0x9e, 0x3d,
  0xe0, 0xf3, 0xb9, 0xbb, 0x80, 0xbc, 0x27, 0x3c, 0xd0, 0x63, 0x78, 0x3d,
  0x89, 0x40, 0x20, 0x3e, 0x60, 0xf8, 0x0f, 0xbc, 0xea, 0x48, 0xd0, 0x3d,
  0xcc, 0x0b, 0xdb, 0xbd, 0x98, 0x23, 0x90, 0xbd, 0x74, 0x23, 0x7c, 0x3d,
  0x24, 0x7d, 0xc5, 0xbd, 0xb6, 0x3c, 0xc4, 0xbd, 0x41, 0xa9, 0x1b, 0x3e,
  0xd0, 0xdd, 0x2d, 0x3d, 0xd4, 0x33, 0x1f, 0x3d, 0x58, 0x58, 0x79, 0xbd,
  0x48, 0xce, 0x8a, 0x3d, 0x71, 0x96, 0xc1, 0xbd, 0xc8, 0x42, 0xa0, 0xbc,
  0xb1, 0x6b, 0x95, 0xbd, 0x6a, 0x66, 0xbf, 0x3d, 0xbd, 0xa7, 0xce, 0xbd,
  0xa3, 0x88, 0xf4, 0x3d, 0x58, 0x59, 0xaf, 0xbb, 0x9a, 0xf2, 0xf6, 0x3d,
  0x1c, 0xb0, 0x4f, 0x3d, 0xee, 0xad, 0x2e, 0xbe, 0x3d, 0x09, 0x8e, 0x3d,
  0x18, 0x65, 0x89, 0xbc, 0x98, 0xf6, 0x12, 0xbd, 0xe8, 0x11, 0xfb, 0xbd,
  0xa0, 0x0f, 0x07, 0xbd, 0xbc, 0xc6, 0x91, 0x3d, 0x92, 0xb5, 0x9a, 0xbd,
  0x23, 0x40, 0x45, 0x3d, 0xee, 0x9a, 0x66, 0xbd, 0x76, 0x9f, 0xbd, 0x3d,
  0xed, 0x9f, 0xac, 0xbb, 0xe7, 0xf5, 0x96, 0xbd, 0xda, 0x05, 0x60, 0xbd,
  0x3c, 0xc4, 0x0c, 0x3d, 0xa0, 0x76, 0x95, 0xbb, 0x49, 0xeb, 0xb7, 0x3d,
  0x62, 0xf6, 0xa5, 0x3d, 0x2f, 0x0b, 0x30, 0xbe, 0x2b, 0x88, 0xe2, 0xbd,
  0x7e, 0xb1, 0xc5, 0x3c, 0x25, 0x69, 0x10, 0x3e, 0x12, 0xce, 0x10, 0xbe,
  0x00, 0x50, 0xf4, 0xb8, 0x31, 0x49, 0x88, 0x3d, 0x33, 0xf1, 0x22, 0x3e,
  0x7a, 0xb4, 0x9b, 0x3d, 0xab, 0xfc, 0xc9, 0x3d, 0xb0, 0x3d, 0xae, 0xbd,
  0xbb, 0x2e, 0x34, 0x3c, 0x70, 0x19, 0x16, 0xbe, 0xd5, 0xb1, 0x27, 0xbe,
  0x0f, 0xfb, 0x39, 0xbb, 0x39, 0x57, 0x13, 0xbe, 0xd9, 0x1b, 0xa0, 0x3d,
  0xa9, 0xe1, 0xa3, 0xbd, 0xbe, 0xfc, 0x0e, 0xbe, 0xee, 0x54, 0xf1, 0x3d,
  0x41, 0xcc, 0x2e, 0x3e, 0x99, 0x89, 0x0f, 0xbe, 0xa1, 0xe8, 0x28, 0x3e,
  0x82, 0x3c, 0xb6, 0xbd, 0x60, 0x47, 0xab, 0xbb, 0x74, 0x3a, 0x7b, 0x3d,
  0x4d, 0x24, 0x9f, 0x3d, 0x12, 0xa4, 0xd7, 0x3d, 0x58, 0x98, 0xcd, 0xbd,
  0x15, 0x66, 0x28, 0x3d, 0xe4, 0xa3, 0x1c, 0xbd, 0xd8, 0xf0, 0xe3, 0x3c,
  0x05, 0x4d, 0xbc, 0xbc, 0x90, 0x84, 0x30, 0xbe, 0x26, 0xc6, 0xc1, 0xbd,
  0xbb, 0x5b, 0xdc, 0xbd, 0x71, 0x58, 0x57, 0x3d, 0x61, 0x8f, 0x85, 0xbd,
  0x53, 0x46, 0x1e, 0x3e, 0x5d, 0xd2, 0xa2, 0x3d, 0x15, 0x76, 0xac, 0x3b,
  0xcd, 0x30, 0x1d, 0xbd, 0x38, 0xed, 0x5e, 0x3d, 0xf3, 0xa7, 0xa2, 0x3c,
  0xa8, 0x4a, 0x17, 0x3e, 0x98, 0x5b, 0x12, 0x3d, 0x41, 0xe1, 0xcd, 0x3d,
  0x54, 0x56, 0x53, 0x3d, 0x74, 0xcf, 0x7c, 0xbd, 0x2a, 0x65, 0xcf, 0x3c,
  0x59, 0x90, 0x9c, 0x3d, 0x54, 0xa2, 0x09, 0x3e, 0xff, 0x94, 0x0e, 0xbe,
  0x97, 0xb1, 0x0e, 0xbe, 0xf1, 0x5a, 0x1e, 0x3e, 0xda, 0xa4, 0x85, 0x3d,
  0xc5, 0x99, 0xb9, 0x3d, 0x92, 0xb1, 0xd2, 0x3d, 0x81, 0x84, 0x06, 0x3c,
  0xa5, 0x03, 0x03, 0xbe, 0x20, 0x9d, 0x28, 0x3c, 0x10, 0x31, 0x52, 0xbd,
  0xba, 0x2d, 0x3c, 0xbe, 0x0d, 0x04, 0xb5, 0x3d, 0x74, 0xd7, 0x2e, 0xbd,
  0xd5, 0x50, 0xc9, 0xbd, 0xbb, 0xc0, 0xf5, 0x3c, 0x27, 0x19, 0xd1, 0xbd,
  0x43, 0xab, 0x30, 0xbe, 0x00, 0x81, 0x9e, 0xbc, 0xaf, 0x92, 0x15, 0x3e,
  0x33, 0xbd, 0x03, 0xbe, 0x0b, 0x3c, 0x02, 0xbe, 0xaf, 0x28, 0x3e, 0xbe,
  0xcc, 0x59, 0xf2, 0xbd, 0x5e, 0x81, 0x2a, 0xbe, 0x05, 0xe7, 0x0a, 0x3e,
  0xb1, 0x1f, 0x9e, 0xbc, 0xf6, 0x55, 0x94, 0x3d, 0xaf, 0x52, 0x35, 0x3c,
  0x50, 0xac, 0xb5, 0xbd, 0x21, 0x51, 0x14, 0xbc, 0xd4, 0x5f, 0x7d, 0x3d,
  0xcb, 0x36, 0x12, 0x3e, 0x0d, 0x68, 0x10, 0xbe, 0x00, 0x9b, 0x70, 0xbc,
  0xe1, 0x5e, 0x08, 0xbe, 0x44, 0x0e, 0xed, 0xbd, 0x20, 0x11, 0x73, 0x3d,
  0x2f, 0x7a, 0xdf, 0x3c, 0x63, 0x9a, 0x22, 0xbe, 0xc2, 0x21, 0xf1, 0xbd,
  0xc4, 0x1c, 0x4a, 0xbd, 0x1b, 0x4c, 0x11, 0x3e, 0x63, 0x60, 0x6e, 0xbd,
  0xb6, 0x20, 0x72, 0xbd, 0xdf, 0xa4, 0x13, 0xbe, 0x9b, 0x53, 0x09, 0x3e,
  0xf8, 0xe1, 0x6a, 0x3d, 0xc0, 0xa4, 0xf1, 0xbd, 0x80, 0x32, 0xb1, 0xba,
  0x47, 0xe0, 0x8b, 0x3d, 0xbc, 0xa1, 0x0a, 0x3d, 0x79, 0xfa, 0x32, 0xbd,
  0x38, 0xac, 0x1d, 0xbd, 0xc0, 0xb2, 0xef, 0xbb, 0xfb, 0xab, 0x37, 0xbe,
  0x0a, 0x86, 0x86, 0x3d, 0x3f, 0x1d, 0x3f, 0x3d, 0x76, 0x17, 0xe8, 0x3d,
  0xcb, 0x9a, 0xd0, 0x3d, 0x83, 0x93, 0x89, 0xbe, 0x20, 0xb4, 0x48, 0xbc,
  0x18, 0xf3, 0x11, 0x3e, 0x84, 0xee, 0xdb, 0xbd, 0xf4, 0xb9, 0x54, 0x3d,
  0xfa, 0x7f, 0xcd, 0x3d, 0x40, 0x58, 0xd0, 0x3c, 0x01, 0x5c, 0x05, 0xbf,
  0xc0, 0xcf, 0x36, 0x3b, 0xc7, 0x6c, 0xe0, 0xbd, 0x74, 0x65, 0xb7, 0x3d,
  0x1b, 0x93, 0x8a, 0xbd, 0xc0, 0xaf, 0x8e, 0xbb, 0xfe, 0x74, 0xb7, 0x3d,
  0xf2, 0xfe, 0xaf, 0x3d, 0x42, 0x01, 0x42, 0xbc, 0x40, 0xee, 0xad, 0xbc,
  0xbf, 0x6e, 0x18, 0xbe, 0xc0, 0x73, 0xe6, 0xbd, 0xf8, 0x61, 0x57, 0xbe,
  0x78, 0x86, 0x39, 0xbd, 0x44, 0xa1, 0xb6, 0xbe, 0xd2, 0xf0, 0xa7, 0x3d,
  0x9d, 0x77, 0xcf, 0x3d, 0x9b, 0x01, 0x88, 0xbd, 0x07, 0xb5, 0x80, 0xbc,
  0xc3, 0x10, 0x71, 0x3d, 0xb1, 0x24, 0x29, 0x3e, 0x8e, 0x6d, 0x86, 0xbe,
  0x02, 0x70, 0x51, 0x3e, 0x95, 0xcf, 0x28, 0xbe, 0xe5, 0xaf, 0xb3, 0xbd,
  0x3e, 0xc5, 0x3c, 0xbe, 0xf2, 0x1b, 0xc7, 0xbd, 0xc0, 0x3d, 0x53, 0x3c,
  0x20, 0x1c, 0x50, 0x3d, 0x11, 0xba, 0x13, 0x3e, 0x39, 0x80, 0xed, 0xbd,
  0xc1, 0xd1, 0xf5, 0x3d, 0x9b, 0xc0, 0xaf, 0xbd, 0xd5, 0x03, 0xac, 0xbc,
  0x82, 0x67, 0xa3, 0x3d, 0xc0, 0x91, 0x71, 0x3d, 0x95, 0x38, 0x0b, 0xbe,
  0xf6, 0x2d, 0xc2, 0x3d, 0xfd, 0xdd, 0xdc, 0xbe, 0x2e, 0xaf, 0x7e, 0xbe,
  0xf8, 0x01, 0x2f, 0xbe, 0xc2, 0x41, 0x01, 0xbe, 0x37, 0x4c, 0xf6, 0x3d,
  0x32, 0x43, 0x22, 0xbe, 0xd4, 0x42, 0x48, 0xbd, 0x96, 0xad, 0xf0, 0x3d,
  0xce, 0x4f, 0x40, 0x3d, 0x8c, 0x05, 0xae, 0xbe, 0x0e, 0x0d, 0xe8, 0xbd,
  0xbf, 0x4a, 0xbb, 0xbe, 0x7a, 0xaa, 0xc6, 0x3e, 0xe0, 0x42, 0xd7, 0x3d,
  0x8b, 0x4b, 0x32, 0x3e, 0xdd, 0x03, 0x1a, 0x3e, 0x7a, 0xea, 0x3f, 0xbd,
  0x68, 0x27, 0x51, 0xbd, 0x1d, 0x33, 0x5a, 0x3b, 0xb0, 0xa5, 0x08, 0xbe,
  0xbe, 0x28, 0xa1, 0xbd, 0x23, 0x87, 0x0d, 0x3d, 0x68, 0xef, 0x00, 0xbd,
  0x94, 0x80, 0x93, 0x3d, 0xd4, 0xe5, 0x60, 0x3d, 0x51, 0xd3, 0x06, 0x3e,
  0xee, 0x5e, 0xcd, 0xbc, 0x37, 0xb2, 0x02, 0x3e, 0xf5, 0x45, 0x6c, 0xbd,
  0xb3, 0x4d, 0x1c, 0x3e, 0x26, 0xf5, 0x1b, 0xbe, 0xe8, 0x0d, 0xb1, 0x3d,
  0xde, 0xa8, 0x6f, 0xbd, 0x05, 0x1d, 0x0f, 0x3f, 0x7c, 0x9e, 0x92, 0x3d,
  0x04, 0xfb, 0x9e, 0x3d, 0x30, 0xa0, 0x31, 0x3d, 0x67, 0x3c, 0x93, 0xba,
  0xca, 0xf6, 0x09, 0xbe, 0x16, 0x7e, 0xc6, 0x3d, 0x80, 0xaa, 0x20, 0xbe,
  0xd1, 0xae, 0xa4, 0xbe, 0x86, 0x5e, 0xed, 0x3d, 0x23, 0x5c, 0xae, 0x3d,
  0x60, 0x95, 0x96, 0x3d, 0xbe, 0x50, 0xc6, 0xbd, 0xd5, 0xe6, 0xcc, 0x3e,
  0x56, 0xf9, 0x4f, 0xbe, 0xce, 0x90, 0x14, 0x3d, 0xf9, 0x8d, 0x15, 0xbd,
  0x75, 0x8e, 0x27, 0xbe, 0xc3, 0xe2, 0x3b, 0x3e, 0x58, 0x53, 0x25, 0xbd,
  0xb8, 0x67, 0xa8, 0x3d, 0x00, 0x05, 0x30, 0xbb, 0x90, 0x57, 0xdd, 0x3c,
  0x08, 0x7b, 0x25, 0xbd, 0x89, 0x80, 0x05, 0xbe, 0x5e, 0xf5, 0xb0, 0x3d,
  0x0c, 0x66, 0x48, 0x3d, 0x30, 0xc5, 0xcf, 0xbc, 0x8a, 0xc7, 0x98, 0xbe,
  0xf3, 0xb4, 0x8e, 0xbd, 0x80, 0x15, 0x6b, 0x3c, 0x4e, 0xa8, 0x9d, 0xbd,
  0x5b, 0x44, 0x12, 0xbe, 0x02, 0x0c, 0x9d, 0x3c, 0x5a, 0x2f, 0xe9, 0x3d,
  0x67, 0x1e, 0x61, 0xbe, 0xd6, 0x6c, 0xd5, 0x3d, 0xf8, 0x74, 0xf8, 0x3c,
  0xe0, 0x33, 0x94, 0xbb, 0x2f, 0x80, 0xec, 0xbd, 0x1a, 0xd7, 0x77, 0x3c,
  0x64, 0x51, 0x9a, 0xbd, 0x00, 0x1e, 0xb1, 0xbe, 0x94, 0x9a, 0xd9, 0xbd,
  0xdb, 0x7f, 0x15, 0xbe, 0xbf, 0x5f, 0x49, 0xbb, 0x4c, 0xdb, 0x49, 0xbd,
  0x92, 0xde, 0x25, 0xbe, 0x4e, 0x22, 0xc4, 0xbd, 0x8d, 0xd4, 0x3a, 0x3b,
  0xab, 0x3a, 0xd7, 0xbe, 0xcc, 0x6a, 0x00, 0xbe, 0x28, 0x23, 0x33, 0x3e,
  0xaa, 0xf9, 0x1c, 0xbe, 0xe6, 0xff, 0xc7, 0x3d, 0x08, 0x75, 0xdc, 0x3c,
  0x5f, 0xb2, 0xd4, 0x3e, 0xd5, 0x5c, 0xa6, 0xbf, 0x4b, 0xd3, 0xdf, 0xbd,
  0x70, 0x77, 0x6a, 0xbc, 0x2b, 0x88, 0x12, 0x3f, 0xb0, 0x04, 0x79, 0x3c,
  0x3e, 0x19, 0xd8, 0x3d, 0x58, 0x67, 0x60, 0x3d, 0x0a, 0xea, 0x85, 0x3d,
  0x1c, 0xad, 0x41, 0x3e, 0xf0, 0xb0, 0x12, 0xbe, 0xcb, 0xae, 0xde, 0xbd,
  0x54, 0x29, 0x23, 0x3d, 0x29, 0x4c, 0x5b, 0xbe, 0xb4, 0xba, 0x34, 0xbe,
  0xf9, 0xe9, 0x2b, 0xbf, 0xdc, 0x16, 0x1e, 0xbd, 0xe2, 0x06, 0x99, 0xbd,
  0x38, 0x1c, 0x39, 0x3d, 0xb6, 0x1f, 0xb0, 0xbe, 0x7d, 0x5e, 0xe1, 0x3e,
  0x45, 0xc8, 0x8a, 0xbd, 0x37, 0x9e, 0x0f, 0xbf, 0xe2, 0x5b, 0x75, 0x3e,
  0x68, 0x75, 0x19, 0xbe, 0x55, 0x1b, 0xa6, 0xbe, 0x1d, 0x76, 0xc3, 0xbd,
  0xbe, 0x26, 0x71, 0xbe, 0x62, 0x33, 0xd5, 0x3d, 0x00, 0x42, 0x53, 0x3d,
  0xdc, 0x2e, 0x36, 0x3d, 0x42, 0xe5, 0xb6, 0x3d, 0x0f, 0xed, 0xb9, 0x3e,
  0xee, 0x1f, 0x8f, 0xbd, 0xe4, 0xb1, 0x8e, 0xbe, 0xb1, 0xe7, 0x21, 0xbe,
  0x5e, 0x2d, 0xbc, 0x3d, 0x5a, 0x29, 0xe4, 0xbc, 0x50, 0x5c, 0xd1, 0x3c,
  0xf5, 0xc1, 0x56, 0xbf, 0xd6, 0xf2, 0x0a, 0xbf, 0xc1, 0x1f, 0x08, 0xbe,
  0x20, 0xa7, 0xed, 0xbb, 0xd0, 0x9a, 0x47, 0x3e, 0x46, 0x81, 0xb9, 0x3d,
  0x10, 0x1b, 0x2e, 0xbd, 0xe3, 0x18, 0x16, 0x3d, 0xb1, 0x74, 0x8d, 0xbe,
  0xd6, 0x6f, 0x5b, 0xbf, 0x14, 0xe3, 0xab, 0xbd, 0x17, 0xc7, 0x22, 0xbf,
  0xa9, 0x02, 0xaa, 0x3f, 0x45, 0x6a, 0x8b, 0xbe, 0xcd, 0xa2, 0x0d, 0xbe,
  0xb0, 0x6e, 0xf3, 0x3d, 0x7b, 0x94, 0x08, 0x3f, 0xae, 0x2a, 0x07, 0xbe,
  0x61, 0xe2, 0xfd, 0x3c, 0x2b, 0x98, 0x2b, 0x3e, 0xa0, 0x4d, 0xd3, 0x3b,
  0x72, 0xb9, 0x63, 0x3e, 0x8a, 0x52, 0x42, 0x3e, 0x6c, 0xd1, 0xcc, 0xbe,
  0xc9, 0x3e, 0xc4, 0xbd, 0xf7, 0x52, 0x1f, 0x3e, 0x2a, 0x89, 0x00, 0xbe,
  0x7f, 0x37, 0x20, 0xbe, 0xb2, 0xcf, 0xc9, 0xbd, 0xd2, 0xb3, 0x90, 0xbd,
  0x8e, 0xf8, 0x86, 0xbe, 0xb7, 0xbc, 0x52, 0xbe, 0x58, 0x08, 0xf4, 0xbc,
  0xa3, 0x9f, 0x8e, 0x3f, 0xa0, 0x76, 0x18, 0xbf, 0x83, 0xde, 0x32, 0x3e,
  0x33, 0xd4, 0xf4, 0xbd, 0x44, 0x2d, 0x7d, 0xbe, 0x49, 0xf2, 0x29, 0xbd,
  0xc0, 0xe2, 0x66, 0x3d, 0xd2, 0x96, 0x66, 0xbf, 0x77, 0xca, 0x20, 0xbf,
  0x31, 0xe6, 0xf7, 0xbd, 0x51, 0xc9, 0x05, 0x3e, 0x2b, 0xa8, 0xe5, 0x3d,
  0x28, 0x21, 0x8a, 0xbe, 0x94, 0x6a, 0x84, 0x3f, 0xb4, 0x1d, 0xb2, 0xbe,
  0x9f, 0xe6, 0xd4, 0xbd, 0xab, 0xdb, 0x23, 0x3e, 0xd5, 0x3a, 0x4f, 0xbf,
  0x0b, 0x3f, 0x20, 0x3f, 0x60, 0x22, 0x27, 0xbd, 0xc8, 0xcc, 0x44, 0x3e,
  0xa4, 0x95, 0xad, 0xbd, 0xde, 0x14, 0xbc, 0x3d, 0x88, 0x3a, 0x03, 0xbe,
  0x28, 0xb3, 0x05, 0x3d, 0xd9, 0x0a, 0x09, 0x3e, 0x1a, 0x52, 0x9b, 0x3d,
  0x23, 0xc3, 0x03, 0x3e, 0xde, 0x75, 0xfd, 0xbe, 0xf8, 0x02, 0x9f, 0x3d,
  0x8e, 0x59, 0xf0, 0x3d, 0x81, 0xcf, 0x2c, 0xbe, 0xf5, 0xb5, 0xc3, 0xbe,
  0xa5, 0x15, 0xb4, 0x3e, 0x30, 0xbb, 0x31, 0xbd, 0x45, 0x37, 0x03, 0xbf,
  0x92, 0xc0, 0xf9, 0x3d, 0x1f, 0xf4, 0x21, 0xbe, 0x00, 0x05, 0xb3, 0xbb,
  0x40, 0x9d, 0xd5, 0xbc, 0x69, 0x51, 0xe3, 0xbe, 0xb4, 0xfc, 0x23, 0xbd,
  0x31, 0x1d, 0xfc, 0xbe, 0x50, 0xcb, 0x61, 0xbc, 0x7f, 0xde, 0x20, 0x3e,
  0xa3, 0xf8, 0x12, 0x3e, 0x3d, 0x29, 0xb4, 0xbd, 0x64, 0x09, 0x3e, 0x3e,
  0xd7, 0xa1, 0x0d, 0xbe, 0xad, 0x30, 0xe5, 0x3d, 0x72, 0x74, 0xb1, 0x3e,
  0x90, 0x7a, 0x75, 0x3d, 0x5f, 0x55, 0xb2, 0xbe, 0x78, 0x70, 0x06, 0xbe,
  0x95, 0x3c, 0x19, 0xbe, 0xf0, 0x23, 0x99, 0x3c, 0x93, 0x52, 0x34, 0xbe,
  0x1f, 0x87, 0xbc, 0x3f, 0x62, 0x59, 0xf0, 0x3d, 0x56, 0xad, 0x8a, 0x3d,
  0x3f, 0xbb, 0xce, 0xbe, 0x24, 0x9d, 0x2d, 0xbe, 0xe5, 0xc8, 0xe1, 0xbd,
  0xeb, 0x2b, 0x17, 0x3e, 0x88, 0x7a, 0x3e, 0xbd, 0xac, 0x35, 0x0a, 0xbe,
  0xec, 0xa5, 0x68, 0x3d, 0x1a, 0xc4, 0xcf, 0x3d, 0x63, 0xa2, 0x27, 0xbe,
  0xf9, 0xb1, 0x6b, 0x3e, 0x40, 0x53, 0x49, 0x3c, 0x3a, 0x2e, 0x4f, 0x3f,
  0x2c, 0x05, 0xc1, 0xbd, 0x88, 0x81, 0x08, 0x3e, 0x20, 0xed, 0xb7, 0x3b,
  0xf3, 0x37, 0xb3, 0x3e, 0x9f, 0x86, 0xdb, 0xbd, 0x78, 0xf7, 0xa2, 0xbc,
  0xe4, 0xa7, 0x31, 0x3f, 0x4f, 0xda, 0xa4, 0xbe, 0x26, 0x48, 0xc6, 0x3d,
  0x58, 0x0b, 0x46, 0x3e, 0xfd, 0x64, 0x95, 0x3e, 0x45, 0x5e, 0x7f, 0xbc,
  0x03, 0xb6, 0x07, 0x3e, 0xa2, 0xbe, 0xff, 0x3d, 0x38, 0x99, 0x96, 0xbc,
  0x23, 0x41, 0x8c, 0xbd, 0x1c, 0x5a, 0x99, 0xbe, 0x92, 0x03, 0x91, 0x3d,
  0x1e, 0x88, 0xaa, 0xbb, 0x4e, 0xd0, 0xe7, 0x3d, 0x73, 0xe5, 0x34, 0x3e,
  0x59, 0xe9, 0x24, 0xbe, 0xe4, 0xde, 0x11, 0x3d, 0xcd, 0xef, 0x20, 0x3f,
  0xf2, 0x9e, 0xc5, 0x3e, 0x17, 0x4b, 0x92, 0x3d, 0xf0, 0x2c, 0x57, 0x3d,
  0xa9, 0xdc, 0xb2, 0xbe, 0x04, 0xf3, 0x69, 0x3d, 0x4a, 0x09, 0x9d, 0x3d,
  0x55, 0x87, 0xe3, 0xba, 0x6a, 0xea, 0xb4, 0x3d, 0xc1, 0x83, 0x82, 0x3f,
  0x85, 0xc3, 0x86, 0xbd, 0xb1, 0x86, 0x0d, 0x3f, 0xea, 0x0a, 0x38, 0xbf,
  0x2b, 0x16, 0x90, 0x3e, 0x04, 0x48, 0x2c, 0xbd, 0x6a, 0x3b, 0x7c, 0x3d,
  0x8f, 0xd7, 0x1d, 0xbe, 0x08, 0x3b, 0xd2, 0x3c, 0x18, 0x30, 0x08, 0x3e,
  0x7a, 0x0f, 0xbc, 0x3d, 0xe8, 0x5f, 0xab, 0x3c, 0x39, 0xf2, 0x5a, 0xbd,
  0x5c, 0x11, 0x8e, 0x3b, 0x38, 0x76, 0x3d, 0xbd, 0x10, 0x9e, 0x49, 0x3d,
  0x1e, 0xaa, 0xed, 0x3d, 0x6a, 0x23, 0x86, 0x3e, 0x20, 0x47, 0x26, 0x3d,
  0x41, 0x33, 0xa5, 0x3d, 0x1f, 0xea, 0x09, 0x3e, 0xef, 0x5e, 0xfb, 0x3e,
  0x1a, 0xc7, 0xd7, 0xbb, 0x6b, 0x38, 0x16, 0x3e, 0xac, 0x67, 0x07, 0xbf,
  0xb6, 0x0c, 0x50, 0x3e, 0x02, 0x8b, 0x62, 0xbc, 0x28, 0x34, 0x9e, 0xbc,
  0x41, 0x5d, 0x28, 0x3d, 0x34, 0x54, 0x53, 0x3d, 0x43, 0x0b, 0xae, 0xbd,
  0x66, 0xe4, 0x0b, 0x3f, 0x16, 0xb7, 0x54, 0x3f, 0xd8, 0x56, 0x9b, 0xbd,
  0x8d, 0x67, 0x25, 0xbe, 0x59, 0x5a, 0x93, 0xbd, 0x9b, 0xbb, 0x28, 0x3e,
  0xb2, 0x4b, 0x13, 0xbf, 0x46, 0xf8, 0xca, 0x3e, 0xd7, 0xb8, 0xa8, 0x3d,
  0xd8, 0x00, 0x07, 0x3e, 0xca, 0x9a, 0x92, 0x3e, 0x24, 0xf4, 0x69, 0xbe,
  0x65, 0x8b, 0x2e, 0x3e, 0x55, 0xfc, 0xa1, 0xbd, 0x45, 0xe4, 0xd5, 0xbd,
  0x9a, 0x8e, 0xe9, 0x3d, 0xdb, 0x6c, 0xd1, 0xbd, 0x2e, 0xf7, 0xca, 0x3d,
  0xeb, 0x80, 0x04, 0x3e, 0x5c, 0x23, 0xc1, 0xbd, 0xa1, 0x8c, 0x32, 0x3e,
  0x24, 0x1b, 0x93, 0x3e, 0x66, 0xf4, 0x08, 0xbe, 0xd1, 0x0e, 0x03, 0x3e,
  0x21, 0xfc, 0x0c, 0x3e, 0xbf, 0x48, 0x82, 0xbc, 0x0d, 0xd7, 0x24, 0xbe,
  0x04, 0x97, 0x18, 0xbd, 0x64, 0x85, 0xd9, 0x3e, 0x50, 0x3e, 0xa5, 0xbc,
  0x20, 0x88, 0xf4, 0x3b, 0x70, 0xbb, 0x1f, 0xbc, 0x1f, 0x32, 0x8a, 0xbd,
  0xa6, 0x05, 0x12, 0x3f, 0xe1, 0xaa, 0x1b, 0x3e, 0xbd, 0x9b, 0xa4, 0x3e,
  0x24, 0x35, 0x31, 0xbe, 0x7f, 0x76, 0x06, 0x3e, 0x58, 0xcb, 0xe9, 0xbc,
  0x39, 0xde, 0xaf, 0x3c, 0xe8, 0xa8, 0x2e, 0x3d, 0x47, 0x2a, 0x31, 0x3e,
  0xa3, 0x77, 0xeb, 0xbd, 0x21, 0x76, 0x0e, 0xbe, 0x9e, 0xa9, 0xcd, 0x3d,
  0xc6, 0x63, 0x3a, 0xbe, 0x04, 0x45, 0x51, 0x3d, 0xf6, 0xe0, 0xd7, 0x3d,
  0x9b, 0xbe, 0xfd, 0xbd, 0x40, 0x4e, 0x25, 0xbe, 0x47, 0xe0, 0xbd, 0x3d,
  0xcc, 0xf3, 0x3c, 0xbd, 0x02, 0x3a, 0x56, 0xbd, 0x57, 0x2a, 0xe8, 0x3d,
  0x98, 0xaf, 0x50, 0xbd, 0x00, 0x6a, 0x11, 0x3c, 0x5c, 0xbd, 0x25, 0x3d,
  0x5a, 0x1e, 0x00, 0xbe, 0x7e, 0xa1, 0xa7, 0x3c, 0xfc, 0x09, 0x1d, 0x3d,
  0x4c, 0x3b, 0x91, 0x3d, 0xc5, 0x86, 0x22, 0xbe, 0x48, 0xd4, 0x0a, 0xbe,
  0x34, 0x57, 0x25, 0xbe, 0xd8, 0x1f, 0xaf, 0x3c, 0xf5, 0x07, 0xac, 0xbd,
  0x0a, 0x36, 0x36, 0xbe, 0xf4, 0x7c, 0x88, 0xbd, 0xca, 0x56, 0xde, 0xba,
  0x09, 0x9c, 0x30, 0xbb, 0x9e, 0x9a, 0xd2, 0x3d, 0x84, 0x1d, 0x0e, 0xbd,
  0x1e, 0xdf, 0x82, 0xbc, 0x10, 0xd1, 0x02, 0xbe, 0xf0, 0x51, 0xd4, 0xbb,
  0xa2, 0x19, 0xef, 0x3d, 0xcd, 0xc0, 0x3b, 0xbd, 0x1a, 0x4c, 0x93, 0x3d,
  0xf4, 0xbf, 0x8b, 0x3d, 0xb6, 0x40, 0xda, 0x3d, 0x96, 0xab, 0x97, 0xbd,
  0x81, 0x9c, 0xec, 0x39, 0xf0, 0x3c, 0x71, 0xbd, 0x5f, 0xea, 0x40, 0x3d,
  0x1e, 0x1a, 0x94, 0x3d, 0xc2, 0xbf, 0x22, 0xbe, 0x80, 0x9b, 0x9b, 0x3a,
  0x3e, 0x0b, 0xc7, 0x3d, 0x50, 0x5c, 0x41, 0x3d, 0x54, 0xdf, 0x57, 0x3d,
  0x45, 0x8d, 0x1f, 0x3d, 0x56, 0x0c, 0x9f, 0x3d, 0x00, 0x96, 0x28, 0xbe,
  0xd8, 0x0c, 0x15, 0xbd, 0x82, 0xa5, 0x28, 0xbe, 0x94, 0xe4, 0x06, 0xbc,
  0xa6, 0x6e, 0x1b, 0x3d, 0xa8, 0xe0, 0x88, 0xbd, 0xa0, 0x03, 0xb1, 0x3b,
  0x80, 0xb1, 0x06, 0xbc, 0xdd, 0x12, 0x2e, 0x3e, 0xce, 0xee, 0x0c, 0xbe,
  0x20, 0x9f, 0x51, 0x3d, 0x29, 0x02, 0x74, 0xbd, 0x1d, 0x96, 0x18, 0xbe,
  0xa7, 0x03, 0x34, 0xbe, 0xb2, 0x98, 0xe6, 0x3d, 0x32, 0x7c, 0x81, 0x3d,
  0x76, 0x83, 0xeb, 0x3d, 0xf1, 0x25, 0x09, 0x3d, 0xab, 0x4e, 0x25, 0xbe,
  0x14, 0xb2, 0x24, 0xbe, 0x04, 0x51, 0x5d, 0x3d, 0x50, 0xb9, 0x9c, 0x3c,
  0x00, 0x9d, 0x14, 0xbe, 0x1d, 0xef, 0x05, 0x3e, 0x90, 0x85, 0x24, 0xbe,
  0x0e, 0x18, 0x0f, 0xbe, 0x77, 0x6c, 0x12, 0x3d, 0x5a, 0xe4, 0x78, 0xbd,
  0x50, 0x07, 0x43, 0xbd, 0x98, 0x94, 0x16, 0xbd, 0x4c, 0x93, 0x2c, 0xbd,
  0x70, 0x4f, 0x1f, 0xbe, 0x3c, 0x1e, 0xb4, 0xbd, 0xf3, 0xd2, 0x53, 0x3d,
  0xc2, 0xe7, 0x01, 0x3e, 0xe6, 0x34, 0xad, 0xbd, 0x8a, 0xb3, 0x41, 0x3d,
  0xb0, 0x79, 0x51, 0x3d, 0x1b, 0x42, 0x11, 0xbe, 0xd4, 0x38, 0x9d, 0xbd,
  0x92, 0xf9, 0x49, 0x3d, 0x52, 0xd4, 0xa6, 0x3d, 0x86, 0x27, 0xf7, 0x3d,
  0xc8, 0x86, 0xb4, 0xbd, 0x4c, 0x21, 0x7d, 0xbd, 0x44, 0xdf, 0x15, 0x3d,
  0xc8, 0xa5, 0xd4, 0x3d, 0xfa, 0xb3, 0x25, 0xbe, 0x16, 0x97, 0xd5, 0xbd,
  0xbd, 0x43, 0x6a, 0xbd, 0xa2, 0x70, 0xe1, 0x3d, 0xb2, 0x65, 0xc2, 0x3d,
  0xac, 0x63, 0x55, 0x3d, 0xd0, 0xf7, 0x2e, 0xbd, 0x56, 0xed, 0x15, 0xbe,
  0x08, 0x04, 0xb3, 0xbc, 0xc7, 0xbf, 0x34, 0x3e, 0x37, 0x7d, 0x15, 0x3e,
  0x53, 0x50, 0x29, 0xbe, 0x1a, 0xf0, 0x71, 0xbd, 0x0e, 0xa5, 0x1e, 0xbe,
  0xa1, 0x18, 0x42, 0x3d, 0xba, 0x08, 0x98, 0x3d, 0x40, 0x9d, 0xb8, 0xbd,
  0xdc, 0x15, 0xae, 0xbd, 0x3c, 0xe4, 0x72, 0x3d, 0x7e, 0xe0, 0x91, 0x3d,
  0xce, 0x55, 0x87, 0x3d, 0xa7, 0xef, 0x23, 0x3e, 0x22, 0xfd, 0xc8, 0xbd,
  0x8c, 0x93, 0x2e, 0xbe, 0x29, 0xbb, 0x03, 0xbe, 0x71, 0x12, 0x19, 0xbe,
  0xd0, 0xf3, 0xd7, 0x3c, 0x7d, 0x34, 0x16, 0x3e, 0x05, 0x80, 0x99, 0xbd,
  0x7f, 0xc2, 0x14, 0xbe, 0xd0, 0x19, 0x6f, 0x3c, 0xb7, 0x13, 0x26, 0x3e,
  0x0e, 0xc7, 0x30, 0xbe, 0xc0, 0xb2, 0xae, 0x3b, 0x12, 0x01, 0xa1, 0x3d,
  0x04, 0x4a, 0x02, 0xbe, 0xe7, 0xca, 0xfb, 0xbd, 0x54, 0xd7, 0x99, 0xbd,
  0xb1, 0xcb, 0x12, 0x3e, 0x88, 0x49, 0x2e, 0xbd, 0x5b, 0x89, 0x2f, 0x3e,
  0x99, 0xa9, 0x2e, 0x3e, 0xff, 0xaa, 0xdd, 0x3c, 0x50, 0x2b, 0x0f, 0xbc,
  0x7c, 0x87, 0x44, 0x3d, 0xed, 0x85, 0x2c, 0x3e, 0x3e, 0xcd, 0x9a, 0x3d,
  0x28, 0x9e, 0x28, 0x3e, 0xd5, 0x96, 0x11, 0x3e, 0x57, 0x00, 0xd1, 0xbd,
  0xeb, 0x0d, 0x23, 0x3e, 0x8e, 0x07, 0x18, 0xbe, 0x02, 0xf9, 0xba, 0xbd,
  0x8e, 0xf2, 0x24, 0xbe, 0xf0, 0x7a, 0x45, 0xbc, 0xba, 0xf1, 0x1c, 0x3e,
  0x67, 0x2c, 0x2d, 0xbe, 0x8d, 0x56, 0x93, 0xbd, 0x9e, 0x68, 0x51, 0xbc,
  0x08, 0xad, 0xd3, 0x3c, 0x2b, 0x21, 0x37, 0xbe, 0xba, 0x9c, 0x01, 0xbe,
  0xd3, 0x82, 0x12, 0x3e, 0x6c, 0xbf, 0x2d, 0x3c, 0xe4, 0x61, 0x3b, 0xbe,
  0x9e, 0x8f, 0x30, 0xbe, 0x02, 0x53, 0x9d, 0x3d, 0xe8, 0x35, 0x1d, 0x3d,
  0x23, 0xd1, 0x02, 0x3e, 0x31, 0x64, 0x04, 0x3e, 0xd6, 0x78, 0x0f, 0xbc,
  0xb6, 0x73, 0xeb, 0x3d, 0xd6, 0x8a, 0x4f, 0x3d, 0xf0, 0xbb, 0x02, 0xbe,
  0xae, 0x33, 0xed, 0xbd, 0xe0, 0xd0, 0x97, 0x3c, 0x7a, 0x22, 0xa7, 0xbd,
  0x6c, 0x56, 0xc3, 0xbd, 0x8b, 0x78, 0xa0, 0x3d, 0xee, 0x36, 0x79, 0x3d,
  0x3e, 0x65, 0x94, 0x3d, 0x10, 0xdc, 0x06, 0xbe, 0x4c, 0xee, 0x20, 0x3d,
  0x80, 0x80, 0xde, 0xba, 0xdd, 0x8f, 0x88, 0xbd, 0x0f, 0x4e, 0xa9, 0x3d,
  0x91, 0xd0, 0x8c, 0xbc, 0x04, 0x84, 0x77, 0xbd, 0xb4, 0x9e, 0x64, 0x3d,
  0x87, 0xe3, 0x13, 0xbe, 0x64, 0xc0, 0xca, 0xbd, 0xff, 0xa9, 0x30, 0x3e,
  0xde, 0x17, 0x7e, 0xbd, 0xb0, 0x57, 0x3e, 0xbd, 0x78, 0xa2, 0xeb, 0xbc,
  0x88, 0x4e, 0xb3, 0xbc, 0x14, 0x21, 0x31, 0xbd, 0x8f, 0xfb, 0x2a, 0x3e,
  0xd1, 0xfd, 0x92, 0x3d, 0x43, 0xbb, 0x10, 0x3c, 0xfc, 0x8f, 0x61, 0xbc,
  0x8e, 0xbf, 0x05, 0xbe, 0xdd, 0x31, 0x0d, 0x3e, 0xbd, 0x52, 0xd7, 0x3d,
  0xd8, 0xe0, 0xf9, 0xbc, 0xcb, 0xf6, 0x4d, 0x3c, 0xca, 0xde, 0x8e, 0xbd,
  0xfa, 0x8b, 0xd4, 0x3c, 0x8b, 0x21, 0x25, 0xbe, 0xbb, 0x96, 0x1f, 0x3e,
  0xc3, 0x7f, 0x7e, 0xbd, 0xcb, 0x18, 0x02, 0xbe, 0xe5, 0x2a, 0xb9, 0xbd,
  0x3f, 0x59, 0x33, 0x3e, 0xce, 0x22, 0x47, 0xbd, 0xee, 0x75, 0xbb, 0xbd,
  0x86, 0xc3, 0xe5, 0x3d, 0xd9, 0x47, 0xc9, 0xbd, 0x71, 0x1b, 0xe2, 0xbd,
  0x4b, 0x7c, 0x0d, 0x3e, 0x4c, 0x4e, 0x0a, 0x3d, 0x21, 0x57, 0xb2, 0xbd,
  0xa2, 0x91, 0x99, 0xbd, 0x73, 0x7e, 0x9e, 0xbd, 0x0c, 0x47, 0x01, 0x3e,
  0xaa, 0xb3, 0xbc, 0x3c, 0xd5, 0x70, 0x1f, 0xbe, 0x3d, 0xd7, 0x0a, 0x3e,
  0x0e, 0xaf, 0x2b, 0xbe, 0x92, 0xb8, 0xc8, 0x3d, 0x28, 0x5c, 0x29, 0x3e,
  0x82, 0x8e, 0x7b, 0xbd, 0x80, 0x28, 0x7b, 0xbc, 0x71, 0xf3, 0x26, 0x3e,
  0x00, 0x43, 0xa1, 0x3c, 0x00, 0xb6, 0x7e, 0xbc, 0x79, 0x1e, 0x24, 0xbe,
  0xe8, 0x0c, 0xff, 0xbc, 0x0d, 0x7a, 0xd1, 0x3d, 0x14, 0x29, 0x46, 0x3d,
  0xce, 0x07, 0x82, 0x3d, 0xbb, 0x57, 0xc5, 0xbd, 0xce, 0x8e, 0x98, 0x3d,
  0xc5, 0x5d, 0x9b, 0x3c, 0x30, 0x1d, 0x75, 0xbc, 0xf7, 0x37, 0x79, 0x3d,
  0x4f, 0x1d, 0x23, 0x3e, 0xd4, 0x01, 0x3e, 0x3d, 0x7c, 0x72, 0x0b, 0xbe,
  0x0d, 0x70, 0x2b, 0xbe, 0x2d, 0x13, 0x18, 0xbe, 0x30, 0x44, 0x3f, 0x3d,
  0x83, 0x60, 0x93, 0xbd, 0xf3, 0xe7, 0x0e, 0x3e, 0x32, 0x38, 0x32, 0xbe,
  0xd8, 0x27, 0xe4, 0x3d, 0x86, 0x93, 0x65, 0x3d, 0xfc, 0x50, 0x7b, 0x3e,
  0x52, 0x52, 0xd1, 0xbd, 0x32, 0x14, 0x5f, 0x3b, 0x52, 0xe5, 0x45, 0x3f,
  0xac, 0xa7, 0x11, 0xbe, 0x50, 0x47, 0x24, 0x3e, 0x22, 0xda, 0x9e, 0x3d,
  0xb8, 0x2b, 0xd3, 0x3c, 0x30, 0x74, 0xf7, 0x3c, 0x53, 0xb5, 0xa4, 0x3d,
  0xcb, 0x71, 0x29, 0x3f, 0x40, 0x73, 0xed, 0xbd, 0x0c, 0x7d, 0x58, 0x3d,
  0xcc, 0x1e, 0xda, 0xbd, 0x3b, 0x2d, 0xd7, 0xbd, 0x71, 0xd8, 0x1a, 0x3e,
  0xaa, 0xff, 0xdf, 0xbd, 0x1a, 0x32, 0xc1, 0x3d, 0x2a, 0x41, 0x24, 0x3e,
  0xdb, 0xbf, 0xee, 0xbd, 0x01, 0x77, 0xbb, 0xbd, 0xb0, 0x9e, 0xca, 0x3c,
  0xe8, 0x14, 0xaf, 0x3e, 0xa6, 0x35, 0xc2, 0xbd, 0xfb, 0x6e, 0x99, 0x3e,
  0x69, 0x50, 0x2d, 0x3e, 0xae, 0x46, 0x74, 0x3e, 0xca, 0x0e, 0x89, 0x3d,
  0xfa, 0xe8, 0x38, 0x3f, 0x68, 0x9f, 0xac, 0xbd, 0xed, 0xb3, 0x22, 0xbe,
  0xc1, 0x71, 0xb1, 0x3d, 0xcd, 0x1e, 0xa6, 0x3c, 0x45, 0x8e, 0xa7, 0xbd,
  0x92, 0x91, 0x85, 0x3f, 0x10, 0x12, 0xce, 0x3e, 0xfc, 0xa7, 0x2e, 0x3f,
  0xfd, 0x4b, 0x05, 0x3e, 0x90, 0x47, 0x16, 0x3c, 0xf0, 0x94, 0xa2, 0x3c,
  0x16, 0x38, 0x2e, 0xbe, 0x15, 0x2b, 0x69, 0xbe, 0x50, 0x3d, 0x29, 0xbc,
  0x7e, 0xfa, 0x5f, 0x3f, 0xd8, 0x3e, 0xcc, 0xbc, 0x65, 0x19, 0x23, 0x3e,
  0x7f, 0xe0, 0x04, 0x3e, 0xb1, 0x20, 0xb3, 0xbd, 0xe5, 0x42, 0xcf, 0x3e,
  0x0b, 0x40, 0x24, 0x3f, 0x2a, 0x4f, 0x64, 0x3f, 0x05, 0x3d, 0x13, 0x3e,
  0xa5, 0x50, 0x84, 0x3e, 0x52, 0x3d, 0x9b, 0x3d, 0xb9, 0xb1, 0x27, 0x3e,
  0x0d, 0x65, 0xf9, 0x3d, 0x55, 0x79, 0x9e, 0x3e, 0x28, 0x7b, 0xdc, 0x3e,
  0x12, 0x88, 0xfa, 0x3d, 0x38, 0xf0, 0xe2, 0x3e, 0x90, 0x00, 0x22, 0xbf,
  0x95, 0x05, 0x48, 0x3e, 0x28, 0xa5, 0x6f, 0xbd, 0x00, 0x0b, 0xe0, 0x3c,
  0x64, 0xba, 0x81, 0xbe, 0x32, 0xc9, 0x63, 0xbd, 0x04, 0xc5, 0xd5, 0x3d,
  0x68, 0x63, 0xc3, 0xbd, 0x98, 0x53, 0xd2, 0xbd, 0x29, 0x03, 0xc7, 0x3d,
  0xdb, 0x6c, 0x3a, 0xbe, 0xfd, 0x44, 0x47, 0x3f, 0xbc, 0x54, 0x2e, 0xbd,
  0xac, 0x03, 0x30, 0x3d, 0xd1, 0xc3, 0x0d, 0x3e, 0xf9, 0x99, 0x11, 0xbe,
  0x7d, 0x23, 0x3d, 0x3e, 0xa8, 0x40, 0x3d, 0xbd, 0x91, 0xc9, 0x90, 0x3e,
  0xb8, 0x27, 0xc8, 0x3e, 0x14, 0x45, 0x2b, 0xbd, 0x4c, 0x64, 0x3e, 0xbf,
  0x88, 0x50, 0xfc, 0x3e, 0x1b, 0xbf, 0x2c, 0x3e, 0xc0, 0x2f, 0xf7, 0xbb,
  0xfa, 0x31, 0x90, 0x3e, 0x63, 0x81, 0xa2, 0x3d, 0xa4, 0x1c, 0x0c, 0xbe,
  0x62, 0x33, 0xd9, 0x3e, 0x33, 0x44, 0x62, 0x3d, 0xf7, 0x42, 0xe1, 0xbd,
  0x97, 0xe6, 0x61, 0xbd, 0x52, 0xa8, 0x8c, 0xbc, 0x8c, 0x6b, 0x00, 0x3e,
  0x32, 0xf2, 0x51, 0xbf, 0x06, 0xc7, 0x94, 0x3e, 0xa5, 0x95, 0x11, 0x3e,
  0x99, 0xc1, 0x06, 0xbe, 0xea, 0x53, 0x83, 0x3f, 0xb1, 0x88, 0x00, 0xbf,
  0x80, 0x58, 0x17, 0xbd, 0x89, 0x3b, 0x8d, 0xbc, 0x8f, 0x27, 0x0a, 0xbe,
  0xc0, 0x3a, 0x8c, 0x3c, 0x88, 0x85, 0x5e, 0x3d, 0x50, 0x7e, 0xdb, 0xbc,
  0x06, 0x4c, 0x33, 0xbe, 0xa8, 0x82, 0x29, 0x3d, 0xcd, 0xe4, 0x22, 0x3e,
  0xfb, 0xbc, 0x99, 0x3e, 0x70, 0xec, 0x43, 0x3e, 0x46, 0x91, 0x21, 0xbe,
  0x54, 0xb6, 0x0d, 0x3d, 0x2b, 0xc4, 0x71, 0x3e, 0x92, 0xcd, 0x72, 0xbe,
  0x8d, 0xf6, 0x30, 0x3e, 0x6b, 0x6d, 0x3c, 0x3f, 0x82, 0xff, 0xf0, 0x3d,
  0x48, 0x7c, 0x2d, 0xbe, 0x96, 0x65, 0xc9, 0xbd, 0x3f, 0xee, 0x0c, 0x3e,
  0x50, 0xee, 0xb1, 0x3e, 0x3b, 0xe5, 0x0c, 0x3e, 0xba, 0xd3, 0x91, 0x3f,
  0x0b, 0x0e, 0x31, 0x3e, 0x92, 0xeb, 0x1d, 0xbe, 0x98, 0xeb, 0x24, 0x3e,
  0x13, 0x8f, 0x20, 0x3e, 0x27, 0xb0, 0x19, 0x3e, 0x74, 0x6b, 0x29, 0xbe,
  0x41, 0xfd, 0xa7, 0xbd, 0x65, 0x7a, 0x07, 0xbe, 0x92, 0x0c, 0xce, 0x3d,
  0x1e, 0xbc, 0x08, 0x3c, 0x68, 0x92, 0x93, 0x3c, 0x46, 0xd7, 0x02, 0xbe,
  0xee, 0x83, 0xd5, 0xbd, 0x66, 0xc6, 0xe0, 0x3d, 0x09, 0x33, 0x5a, 0xbe,
  0x19, 0xb0, 0xde, 0xbd, 0xcb, 0x8d, 0x31, 0x3e, 0x5f, 0x01, 0xb1, 0x3a,
  0x50, 0xd9, 0x89, 0x3d, 0x73, 0xa7, 0x25, 0x3e, 0x2f, 0xb2, 0xe9, 0xbd,
  0x59, 0x4a, 0x88, 0xbd, 0x59, 0x86, 0x82, 0x3d, 0x99, 0xa7, 0x10, 0x3e,
  0xaf, 0x90, 0x02, 0x3e, 0x88, 0xd4, 0x13, 0x3d, 0x0b, 0x08, 0x78, 0xbd,
  0x3b, 0x35, 0x33, 0x3e, 0x5a, 0x27, 0x4b, 0xbe, 0xaa, 0x3f, 0xef, 0xbd,
  0xd5, 0x7d, 0x39, 0x3d, 0x66, 0xd6, 0x19, 0xbe, 0x44, 0xfb, 0x5e, 0xbe,
  0x8c, 0x2d, 0x5e, 0xbd, 0xfe, 0xd2, 0xd8, 0x3d, 0x83, 0x34, 0x50, 0x3c,
  0xb0, 0x53, 0xcb, 0x3d, 0x0a, 0x5a, 0xb7, 0x3d, 0xb1, 0x93, 0x4c, 0xbe,
  0x02, 0x0e, 0xbf, 0xbd, 0x85, 0xec, 0xe7, 0x3d, 0x5c, 0xbc, 0xda, 0xbd,
  0x13, 0x3b, 0x81, 0xbd, 0xe0, 0x9e, 0x65, 0x3c, 0x3f, 0xbc, 0xd6, 0xbd,
  0x5e, 0x0c, 0x5c, 0x3e, 0x94, 0xf5, 0x1a, 0xbd, 0x11, 0x53, 0xdc, 0xbc,
  0xbb, 0xce, 0x2d, 0x3e, 0x12, 0x74, 0xaa, 0x3d, 0xe0, 0x20, 0x2a, 0x3d,
  0x1a, 0xd1, 0xbe, 0x3d, 0x5d, 0x37, 0x16, 0x3e, 0x72, 0xbe, 0x1c, 0xbc,
  0xe2, 0xf2, 0x95, 0xbb, 0xc1, 0xbe, 0x1d, 0x3e, 0x4e, 0x72, 0x78, 0x3e,
  0x25, 0xdd, 0x01, 0x3e, 0xf6, 0xa9, 0xe2, 0x3d, 0x29, 0x80, 0xac, 0xbd,
  0xde, 0xb6, 0x39, 0x3e, 0x01, 0xce, 0xc8, 0xbd, 0x42, 0x41, 0xfc, 0x3d,
  0xcd, 0x33, 0x81, 0xbc, 0x88, 0xdd, 0x22, 0x3e, 0x65, 0xeb, 0x4e, 0xbd,
  0x3c, 0x2e, 0x35, 0x3d, 0x23, 0x04, 0x42, 0x3e, 0x57, 0xcb, 0x09, 0x3e,
  0xd8, 0x98, 0x2d, 0xbe, 0xb3, 0x5d, 0x12, 0x3e, 0xea, 0x1f, 0xfb, 0x3d,
  0x61, 0x09, 0x1e, 0xbe, 0xd3, 0xd7, 0x62, 0x3e, 0x00, 0xff, 0x84, 0x3e,
  0x47, 0x74, 0x8b, 0x3d, 0x70, 0xb2, 0x73, 0xbd, 0x1c, 0xb7, 0x58, 0xbd,
  0x0a, 0x44, 0xf1, 0x3c, 0x14, 0xd7, 0x00, 0xbd, 0xe4, 0xf3, 0x29, 0x3e,
  0x5e, 0xad, 0xfe, 0x3d, 0xba, 0x30, 0x24, 0xbd, 0x43, 0x3f, 0x44, 0x3d,
  0x4a, 0xfb, 0x5a, 0xbd, 0x58, 0xf9, 0x71, 0x3e, 0x77, 0x6a, 0xd2, 0x3d,
  0xfe, 0xd8, 0x9a, 0xbd, 0x30, 0xc0, 0x44, 0xbd, 0x61, 0x31, 0xf6, 0x3b,
  0x8e, 0x13, 0x8d, 0x3d, 0x2c, 0x94, 0x44, 0x3d, 0xc6, 0xd8, 0x4e, 0x3a,
  0x97, 0x28, 0x7e, 0xbe, 0x52, 0xf5, 0x2f, 0xbe, 0x6a, 0x03, 0xdd, 0xbd,
  0x33, 0x1d, 0x1e, 0x3e, 0xfb, 0x4a, 0xf6, 0xbd, 0xbf, 0xf9, 0x89, 0x3e,
  0x32, 0x51, 0x10, 0x3e, 0xea, 0xa8, 0x16, 0x3e, 0xab, 0x85, 0x0a, 0x3e,
  0x14, 0x81, 0x55, 0xbb, 0x77, 0x99, 0x7e, 0x3c, 0xdd, 0x3d, 0x15, 0xbe,
  0x6c, 0x40, 0x9e, 0x3c, 0xe8, 0x6d, 0xe4, 0xbd, 0x13, 0xd8, 0x2b, 0x3e,
  0x10, 0xf7, 0x25, 0xbc, 0xaa, 0xab, 0x9e, 0x3d, 0x8c, 0x15, 0x7d, 0x3d,
  0x89, 0xb4, 0x1b, 0xbe, 0x04, 0xb3, 0x1a, 0x3d, 0x01, 0x4c, 0xca, 0xbd,
  0x27, 0xb0, 0x9f, 0xbd, 0x56, 0xd3, 0xba, 0x3d, 0x8a, 0x99, 0x18, 0xbe,
  0x6e, 0xb1, 0x80, 0xbd, 0xc4, 0x0f, 0x64, 0x3d, 0x73, 0xb9, 0x33, 0x3e,
  0xb5, 0xc3, 0xe1, 0x3c, 0x48, 0xa8, 0x49, 0xbd, 0x08, 0x91, 0xbc, 0xbd,
  0x60, 0xe2, 0x2b, 0xbd, 0xfc, 0xa4, 0x52, 0xbd, 0xc9, 0x3f, 0x02, 0xbd,
  0x00, 0xd6, 0xda, 0x3b, 0x37, 0xe5, 0xf2, 0xbd, 0x52, 0x12, 0x97, 0x3d,
  0x77, 0x5f, 0x10, 0xbe, 0xf5, 0x9e, 0xbf, 0xbd, 0x46, 0xa4, 0x67, 0xbd,
  0x8c, 0x51, 0x05, 0xbe, 0x3e, 0xa5, 0xd2, 0x3d, 0x11, 0x77, 0x2d, 0xbe,
  0x5f, 0x36, 0x84, 0xbd, 0x97, 0xce, 0x16, 0x3e, 0x53, 0x4c, 0x1d, 0x3e,
  0x10, 0xe3, 0x22, 0xbd, 0x01, 0x93, 0x02, 0xbe, 0xf2, 0x5f, 0x0b, 0xbe,
  0xa8, 0xcb, 0x94, 0x3c, 0x5c, 0x42, 0x2c, 0xbe, 0xdd, 0x93, 0xd4, 0xbd,
  0xb3, 0xbb, 0x18, 0xbe, 0xfa, 0x2f, 0xef, 0xbd, 0x78, 0xd4, 0x92, 0x3c,
  0x3f, 0xe0, 0xc9, 0xbd, 0x50, 0x6d, 0xf6, 0x3c, 0x40, 0xb8, 0x80, 0x3b,
  0xdb, 0x17, 0x17, 0xbe, 0x27, 0xe8, 0x33, 0xbe, 0x29, 0xce, 0x2a, 0x3e,
  0xd7, 0xde, 0xa6, 0xbd, 0x15, 0x48, 0x1d, 0x3e, 0x0e, 0x5a, 0xfc, 0x3d,
  0xc0, 0x61, 0x4c, 0xbd, 0xb4, 0xcb, 0xd0, 0xbd, 0xb0, 0x1c, 0x62, 0xbd,
  0x98, 0x3e, 0xab, 0x3c, 0x4e, 0xdf, 0x90, 0x3d, 0x5e, 0xdd, 0x64, 0xbd,
  0x70, 0xfe, 0x41, 0x3c, 0xd6, 0x99, 0xbf, 0x3d, 0x6b, 0xd8, 0x03, 0x3e,
  0x7e, 0x9c, 0xe3, 0xbd, 0xa8, 0x51, 0x2c, 0xbd, 0xa6, 0xd6, 0xf5, 0x3d,
  0x00, 0x64, 0xa6, 0xb9, 0x2a, 0x30, 0x84, 0xbd, 0x20, 0x01, 0x98, 0x3b,
  0xd8, 0x00, 0x48, 0x3d, 0x08, 0x75, 0xa1, 0x3c, 0x75, 0x1b, 0xfa, 0xbd,
  0x02, 0x82, 0xa3, 0x3d, 0x25, 0x66, 0x30, 0x3e, 0x18, 0x14, 0xc7, 0xbc,
  0x11, 0x41, 0x0f, 0xbe, 0x35, 0xd1, 0x26, 0x3e, 0xbf, 0x8a, 0x16, 0x3e,
  0xf8, 0x65, 0xac, 0x3c, 0x4e, 0x56, 0x71, 0xbd, 0xb5, 0x33, 0xb1, 0xbd,
  0x88, 0xfd, 0xc7, 0x3c, 0x38, 0x0b, 0xdc, 0xbd, 0x2f, 0x5a, 0x23, 0x3e,
  0x7f, 0x1f, 0x0c, 0x3e, 0x46, 0x61, 0xb0, 0x3d, 0x30, 0x4a, 0x1a, 0xbd,
  0x16, 0xfd, 0x18, 0xbe, 0xe5, 0x39, 0x03, 0x3e, 0x70, 0x44, 0x7d, 0x3d,
  0xc3, 0x16, 0x04, 0xbe, 0x00, 0xea, 0x11, 0xbe, 0xf1, 0x64, 0x97, 0xbd,
  0xd6, 0xf0, 0x56, 0xbd, 0xf4, 0xd9, 0xc8, 0xbd, 0x80, 0x28, 0x17, 0xbb,
  0xf0, 0xcc, 0x60, 0x3d, 0xf0, 0x7d, 0x4c, 0x3c, 0x2c, 0x92, 0x8b, 0x3d,
  0x15, 0xb1, 0x1a, 0xbe, 0x00, 0x9f, 0x00, 0xbe, 0x32, 0x22, 0x89, 0xbd,
  0x08, 0xa6, 0xc1, 0x3c, 0x10, 0x05, 0x0f, 0xbe, 0xc4, 0xc3, 0x4c, 0x3d,
  0x97, 0x64, 0x04, 0x3e, 0x38, 0xa2, 0xc9, 0xbd, 0x8b, 0x72, 0xae, 0xbd,
  0xea, 0xc5, 0x9d, 0x3d, 0xfd, 0x8a, 0x11, 0x3e, 0x40, 0x93, 0x4f, 0x3c,
  0x10, 0x97, 0x12, 0xbc, 0x10, 0x10, 0x14, 0xbd, 0x44, 0xd7, 0x35, 0x3d,
  0x08, 0x76, 0xe5, 0xbd, 0x18, 0xe4, 0x50, 0xbd, 0xd0, 0xcb, 0x22, 0xbc,
  0x0a, 0xf5, 0xa3, 0x3d, 0x31, 0xe0, 0x0c, 0x3e, 0xbb, 0x25, 0x28, 0xbe,
  0x3c, 0x24, 0x61, 0x3d, 0x00, 0x39, 0x2d, 0xbd, 0xe6, 0x74, 0xa4, 0x3d,
  0xed, 0x3a, 0x0c, 0x3e, 0x66, 0xdd, 0xc3, 0x3d, 0x49, 0x07, 0x13, 0x3e,
  0x17, 0x36, 0xd3, 0xbd, 0xde, 0x28, 0xc1, 0x3d, 0xbe, 0x90, 0xb4, 0x3d,
  0x00, 0x9d, 0x45, 0xba, 0xb2, 0xe4, 0xd8, 0xbd, 0xc4, 0x81, 0x2b, 0xbd,
  0x69, 0x0d, 0x98, 0xbd, 0xa3, 0x0d, 0x8a, 0xbd, 0xde, 0xa6, 0xbc, 0x3d,
  0x38, 0x67, 0xd9, 0x3c, 0x5e, 0xea, 0xf3, 0xbd, 0x57, 0xb8, 0x0c, 0x3e,
  0x80, 0x64, 0x49, 0x3b, 0x18, 0xac, 0x25, 0xbd, 0x23, 0x8f, 0x06, 0xbe,
  0x2c, 0x8b, 0x21, 0xbe, 0x08, 0x54, 0x39, 0x3d, 0x00, 0xa2, 0xa2, 0xb9,
  0x9e, 0x56, 0xf0, 0xbd, 0x18, 0xb8, 0x15, 0xbe, 0x94, 0xcb, 0x63, 0x3d,
  0x78, 0x28, 0xa9, 0x3c, 0xb1, 0x81, 0x25, 0x3e, 0xee, 0x3e, 0xa0, 0x3d,
  0xb0, 0x93, 0x44, 0xbd, 0xc5, 0xfb, 0x12, 0xbe, 0x80, 0xe1, 0x86, 0x3b,
  0x40, 0x17, 0x1e, 0xbd, 0x9e, 0xc1, 0x9e, 0x3d, 0xb0, 0x99, 0x1c, 0xbd,
  0xd9, 0x40, 0xcb, 0x3d, 0x26, 0x7f, 0x41, 0xbd, 0x24, 0x64, 0x2c, 0x3d,
  0x48, 0x9f, 0x1b, 0xbd, 0xce, 0xac, 0xd8, 0xbd, 0x49, 0x49, 0xa3, 0xbd,
  0xb7, 0x08, 0x27, 0x3e, 0xc8, 0x02, 0x02, 0xbc, 0x91, 0xf6, 0x10, 0xbe,
  0x52, 0x6f, 0xb3, 0x3d, 0x66, 0x8b, 0x03, 0xbe, 0x9b, 0x5e, 0x1f, 0x3d,
  0x8c, 0x1d, 0x06, 0x3e, 0xad, 0x6b, 0x09, 0x3e, 0x8e, 0xbc, 0x8f, 0x3d,
  0x09, 0xdb, 0x47, 0x3c, 0x6e, 0x9e, 0xed, 0x3d, 0x06, 0x41, 0xc8, 0x3d,
  0x8a, 0x21, 0x79, 0xbd, 0x2c, 0x79, 0x3f, 0xbd, 0x59, 0xf3, 0xcf, 0x3d,
  0x8c, 0x6d, 0x28, 0xbe, 0x1f, 0x6e, 0xdd, 0xbd, 0x55, 0x90, 0x27, 0x3e,
  0xa8, 0x56, 0x88, 0xbd, 0x48, 0x4a, 0x3f, 0xbd, 0xad, 0xb2, 0x50, 0x3d,
  0xe0, 0xa8, 0x93, 0xbb, 0x2f, 0x63, 0x09, 0xbd, 0x30, 0x7f, 0x05, 0xbc,
  0x95, 0xe2, 0x9c, 0x3c, 0xf5, 0xd4, 0x20, 0x3e, 0xb8, 0x22, 0x23, 0xbe,
  0x3e, 0xbc, 0x29, 0x3d, 0x96, 0xa8, 0x37, 0xbe, 0x6b, 0xcd, 0x08, 0xbe,
  0xef, 0xbd, 0x30, 0xbd, 0x1b, 0x1e, 0x3c, 0xbe, 0xcf, 0xc6, 0xfe, 0x3b,
  0x0b, 0x9d, 0x26, 0x3e, 0x00, 0xe0, 0xd9, 0xb8, 0x78, 0x9e, 0x0d, 0xbd,
  0x80, 0x79, 0x84, 0x3d, 0x8d, 0xe7, 0xc9, 0xbb, 0x2b, 0x3a, 0x01, 0x3e,
  0x6f, 0x2a, 0x89, 0xbc, 0x6a, 0x24, 0xcb, 0x3d, 0x9a, 0xe1, 0xd9, 0x3d,
  0x13, 0x91, 0xe6, 0xbd, 0xe8, 0xfe, 0x64, 0xbd, 0x2a, 0xc4, 0xac, 0xbd,
  0x49, 0x8e, 0x92, 0x3c, 0x59, 0xc0, 0xfb, 0x3d, 0xf0, 0x2d, 0x8c, 0xbc,
  0x12, 0x50, 0x3d, 0x3d, 0xa2, 0x6d, 0xb8, 0x3d, 0xe5, 0xf2, 0x14, 0x3e,
  0x29, 0xea, 0xb4, 0xbd, 0x98, 0x40, 0x30, 0x3d, 0x13, 0xba, 0x60, 0x3c,
  0x56, 0x6d, 0xbc, 0x3d, 0x0c, 0x49, 0x1f, 0x3e, 0x15, 0x8e, 0xa7, 0x3c,
  0x74, 0xb4, 0x29, 0x3d, 0x50, 0x0c, 0x66, 0xbd, 0x41, 0x46, 0xdd, 0xbd,
  0x20, 0x28, 0x0c, 0x3e, 0x67, 0x36, 0x11, 0x3e, 0x5e, 0xc9, 0x26, 0xbe,
  0x44, 0xf3, 0xad, 0xbd, 0xa7, 0x47, 0x30, 0x3e, 0xd0, 0x87, 0xd9, 0x3b,
  0x55, 0x33, 0x9a, 0x3d, 0x3f, 0x8e, 0xf3, 0x3b, 0x16, 0xd3, 0xe8, 0x3d,
  0xce, 0x8e, 0xd8, 0xbd, 0x94, 0xc9, 0x71, 0xbd, 0x96, 0x05, 0xbd, 0x3d,
  0xe5, 0xb2, 0x2a, 0x3e, 0xf6, 0xcb, 0xec, 0x3d, 0x10, 0x94, 0x25, 0xbe,
  0xd0, 0xd1, 0xe4, 0xbc, 0x51, 0xa6, 0x0a, 0x3e, 0x56, 0xf1, 0x9a, 0x3d,
  0x02, 0x7b, 0x1a, 0xbe, 0x79, 0xb0, 0x0a, 0x3c, 0x80, 0xf9, 0x82, 0xbc,
  0x6e, 0x40, 0x61, 0xbd, 0x01, 0x5b, 0x9f, 0x3d, 0x5f, 0x50, 0x30, 0xbe,
  0x12, 0x26, 0x99, 0x3d, 0x0c, 0xe9, 0x99, 0xbd, 0x6f, 0x96, 0xf9, 0xbd,
  0xf8, 0x4b, 0x20, 0x3e, 0xdd, 0xf6, 0xc4, 0x3d, 0x5f, 0x21, 0xc1, 0xbd,
  0xaf, 0xc5, 0x0d, 0xbd, 0x90, 0xcf, 0xa3, 0x3d, 0xe1, 0x92, 0x28, 0x3e,
  0x50, 0x7f, 0x04, 0xbd, 0x69, 0x23, 0xd5, 0xbd, 0x18, 0x2b, 0x3c, 0x3d,
  0xbc, 0x65, 0x0e, 0x3d, 0x3d, 0xa8, 0x04, 0xbe, 0x64, 0x8d, 0x88, 0xbd,
  0x0b, 0x3e, 0x9d, 0xbd, 0xe8, 0xd2, 0x09, 0xbe, 0xcb, 0x51, 0x2a, 0xbe,
  0x8c, 0xf3, 0x1d, 0x3d, 0xfc, 0xae, 0x6d, 0x3d, 0xfa, 0xb7, 0xf4, 0x3d,
  0x5d, 0xff, 0xe9, 0xbd, 0xcb, 0x49, 0x05, 0xbe, 0xc0, 0x2c, 0x78, 0x3b,
  0x12, 0xd3, 0xd4, 0x3d, 0x77, 0x35, 0xe8, 0xbd, 0x1f, 0xab, 0x33, 0xbe,
  0x3e, 0x30, 0xb0, 0x3d, 0x9d, 0x20, 0x23, 0x3d, 0xe7, 0x90, 0x2a, 0x3e,
  0xb8, 0x30, 0xf2, 0x3c, 0xd8, 0x33, 0xf7, 0xbc, 0x72, 0x67, 0xe5, 0x3d,
  0xe2, 0x84, 0xc2, 0xbb, 0xaa, 0xbc, 0xda, 0x3d, 0xc3, 0x08, 0x0a, 0xbc,
  0x6b, 0x0c, 0x1e, 0x3e, 0x9c, 0x39, 0x6b, 0x3d, 0x6a, 0x40, 0x13, 0xbe,
  0x9e, 0x4d, 0xee, 0x3d, 0x1b, 0x22, 0x18, 0x3e, 0xb4, 0x46, 0xdc, 0xbd,
  0x23, 0x83, 0xb7, 0xbd, 0x30, 0x55, 0xeb, 0xbd, 0x26, 0x1f, 0xdc, 0x3d,
  0xb3, 0xce, 0x0d, 0x3e, 0xdb, 0x9c, 0xc8, 0xbd, 0x0a, 0xd1, 0x93, 0x3d,
  0x4d, 0xc1, 0x21, 0xbe, 0x40, 0xcb, 0x7a, 0xbb, 0x3b, 0xde, 0xf4, 0xbd,
  0x26, 0xd0, 0xd0, 0x3d, 0x38, 0x31, 0x9e, 0xbd, 0xa0, 0x85, 0x82, 0x3d,
  0xea, 0x7f, 0xcc, 0x3d, 0xb2, 0x14, 0xa6, 0x3d, 0x8f, 0x7b, 0x00, 0xbe,
  0x93, 0xf9, 0xe1, 0xbd, 0xc2, 0x5e, 0xfb, 0xbd, 0xba, 0x00, 0xbe, 0xbd,
  0x26, 0xff, 0x12, 0xbe, 0x31, 0x60, 0x0b, 0x3e, 0x85, 0xd0, 0x33, 0xbe,
  0x14, 0xe4, 0x5c, 0xbd, 0x34, 0xcb, 0x4a, 0x3d, 0xf2, 0x0e, 0x8a, 0x3d,
  0x81, 0x82, 0xec, 0xbd, 0xc8, 0x9f, 0x0d, 0xbe, 0xae, 0x8f, 0xca, 0x3d,
  0xc8, 0x42, 0x08, 0xbe, 0x39, 0xb1, 0xc1, 0xbd, 0x50, 0x17, 0xc0, 0x3c,
  0x92, 0xc0, 0xf5, 0xbd, 0xef, 0xf9, 0xd8, 0xbd, 0x5b, 0xd3, 0x9c, 0xbd,
  0xcc, 0x53, 0x48, 0x3d, 0xa8, 0xe1, 0xc2, 0xbc, 0x5e, 0xc1, 0x70, 0xbd,
  0xaf, 0xcc, 0x23, 0x3e, 0xbd, 0x39, 0xca, 0xbd, 0x6c, 0x35, 0x3a, 0xbd,
  0x72, 0x34, 0x05, 0xbe, 0x58, 0x71, 0x1a, 0xbd, 0x4e, 0xcc, 0x0a, 0xbe,
  0x7e, 0x7d, 0x9f, 0x3d, 0x8a, 0x6f, 0xf6, 0x3d, 0x45, 0xc2, 0x2c, 0x3e,
  0xd8, 0x66, 0x04, 0xbe, 0x1f, 0x7d, 0x30, 0x3e, 0x35, 0x9a, 0x19, 0xbe,
  0x6b, 0x95, 0x18, 0xbe, 0xb8, 0xb5, 0x3c, 0xbd, 0x58, 0x2a, 0xc2, 0xbc,
  0x37, 0x25, 0x15, 0xbe, 0xda, 0x6b, 0x58, 0xbd, 0x38, 0x22, 0x4d, 0xbd,
  0x70, 0x24, 0x34, 0xbc, 0x5e, 0xab, 0xeb, 0xbd, 0x94, 0x16, 0x5c, 0xbd,
  0x47, 0x7a, 0x80, 0xbd, 0x80, 0x86, 0x2c, 0xbb, 0xf7, 0xea, 0x0a, 0x3e,
  0x00, 0x9d, 0x7b, 0x3d, 0x10, 0xe3, 0x20, 0x3d, 0xbb, 0xb2, 0x1e, 0xbe,
  0x7f, 0xec, 0x20, 0x3e, 0xa8, 0x16, 0x05, 0xbe, 0x99, 0xe3, 0x0f, 0x3e,
  0x3e, 0xc4, 0xdf, 0x3d, 0x34, 0x41, 0x36, 0xbd, 0x8c, 0x61, 0x01, 0xbd,
  0xf8, 0x9f, 0x18, 0xbe, 0xd5, 0x05, 0x1a, 0xbe, 0xf3, 0x88, 0xa6, 0xbd,
  0xfe, 0x01, 0x86, 0xbd, 0x7f, 0x29, 0x33, 0x3e, 0x68, 0x31, 0xa5, 0xbc,
  0xc0, 0x37, 0x06, 0x3b, 0xe0, 0xd6, 0x66, 0xbc, 0xd0, 0xf0, 0x00, 0x3c,
  0x75, 0xc2, 0xac, 0xbd, 0x04, 0xc9, 0x22, 0xbe, 0x5c, 0x8d, 0x2c, 0xbe,
  0x60, 0x35, 0x23, 0x3c, 0xd3, 0x8b, 0x34, 0x3e, 0xf4, 0x64, 0x1e, 0x3d,
  0x14, 0x3f, 0x22, 0xbe, 0x97, 0x99, 0x1b, 0x3e, 0x9e, 0x26, 0xee, 0x3d,
  0xc6, 0x47, 0x9a, 0x3d, 0x08, 0x0f, 0x81, 0xbc, 0x00, 0x76, 0x91, 0xbb,
  0x50, 0xac, 0x0b, 0x3d, 0x56, 0xd8, 0x9f, 0x3d, 0x81, 0x23, 0xae, 0xbd,
  0xe7, 0x08, 0x16, 0xbe, 0xe1, 0x3f, 0x25, 0xbe, 0xa0, 0x6e, 0x9d, 0x3b,
  0xe0, 0xba, 0x46, 0xbd, 0x6f, 0x06, 0x32, 0x3e, 0xbe, 0xf5, 0xe8, 0x3d,
  0x1e, 0xcd, 0xf5, 0x3d, 0x39, 0xda, 0x1d, 0xbe, 0x20, 0x79, 0x9e, 0xbd,
  0x7a, 0x18, 0x5c, 0xbd, 0x80, 0x9a, 0x3f, 0x3b, 0xa4, 0x59, 0x7d, 0x3d,
  0x60, 0xe2, 0x04, 0x3c, 0x86, 0x44, 0x02, 0xbe, 0x8e, 0x6f, 0x8d, 0x3d,
  0xca, 0x3e, 0xee, 0xbd, 0x0f, 0x69, 0x2f, 0xbe, 0xd5, 0xf2, 0x96, 0xbd,
  0x02, 0xfc, 0xae, 0xbd, 0x90, 0x0f, 0x2f, 0x3c, 0x7a, 0x00, 0xc2, 0x3d,
  0x65, 0x95, 0x34, 0x3e, 0x38, 0x4e, 0x82, 0x3c, 0x86, 0x88, 0xd6, 0x3d,
  0xdb, 0x12, 0xcd, 0xbd, 0x8e, 0x42, 0xba, 0x3d, 0xc4, 0xe2, 0x52, 0x3d,
  0xca, 0xd5, 0xba, 0x3d, 0x78, 0x4c, 0x11, 0x3d, 0x29, 0x98, 0xa8, 0xbd,
  0x2a, 0xd3, 0xa3, 0xbd, 0x11, 0x7d, 0x27, 0x3c, 0x46, 0xd8, 0x21, 0x3e,
  0xa9, 0x7d, 0x45, 0xbe, 0xf9, 0xd6, 0x04, 0x3e, 0xc5, 0x47, 0x8d, 0xbd,
  0x64, 0x17, 0x16, 0xbf, 0x10, 0xba, 0xcd, 0xbd, 0x7a, 0xdf, 0x04, 0x3d,
  0xbb, 0x30, 0x2e, 0x3e, 0x1b, 0xa7, 0xb8, 0xbd, 0x22, 0x0b, 0xe1, 0x3d,
  0xa1, 0xef, 0x51, 0x3e, 0x96, 0x48, 0xcc, 0xbf, 0xab, 0x61, 0x09, 0x3e,
  0x9d, 0x03, 0xd0, 0xbd, 0xc5, 0xd3, 0xa8, 0x3e, 0x8e, 0x03, 0xb2, 0x3d,
  0x79, 0x28, 0xae, 0xbd, 0x15, 0x5b, 0xd3, 0xbd, 0xd7, 0xe7, 0xad, 0xbd,
  0x7a, 0x0a, 0xa5, 0xbd, 0x26, 0x09, 0xde, 0x3d, 0xb3, 0x33, 0x30, 0xbe,
  0x6a, 0x0d, 0xef, 0x3d, 0x31, 0xbd, 0x57, 0xbe, 0x80, 0x1d, 0x5a, 0xbb,
  0x74, 0xc5, 0x50, 0xbf, 0x75, 0x36, 0x05, 0x3e, 0x88, 0x9d, 0xf3, 0x3d,
  0x26, 0x44, 0xb5, 0x3d, 0xd0, 0xe6, 0xf1, 0xbe, 0x17, 0x1b, 0x51, 0x3e,
  0x26, 0x2c, 0xe0, 0x3d, 0x61, 0xa2, 0x1a, 0xbf, 0xd6, 0xe1, 0x9b, 0x3e,
  0x38, 0x1d, 0x18, 0xbe, 0xc7, 0x47, 0xb8, 0xbe, 0x4f, 0x73, 0xa6, 0xbd,
  0xdf, 0x25, 0xd4, 0xbe, 0x5c, 0x22, 0x21, 0xbd, 0x07, 0x64, 0x25, 0x3e,
  0xce, 0x77, 0x80, 0x3d, 0x3e, 0xa4, 0x7d, 0xbd, 0x9f, 0x12, 0xa9, 0x3e,
  0xf0, 0x45, 0x5f, 0xbc, 0xbb, 0x62, 0xfb, 0xbd, 0xce, 0x05, 0x80, 0x3d,
  0x68, 0x44, 0xa2, 0x3c, 0xc8, 0x90, 0xd3, 0xbd, 0xa4, 0x8f, 0x26, 0xbd,
  0x7f, 0xf1, 0x52, 0xbf, 0x16, 0x99, 0x47, 0xbf, 0xd0, 0xff, 0xc5, 0xbe,
  0x40, 0x37, 0xd5, 0xbd, 0x2b, 0xd7, 0xca, 0x3d, 0x70, 0x3a, 0x05, 0xbc,
  0x18, 0x3d, 0xe8, 0xbd, 0xdf, 0xdd, 0x12, 0x3e, 0x72, 0x5d, 0xbf, 0xbd,
  0x1c, 0xcd, 0x92, 0xbf, 0x54, 0x29, 0x1e, 0xbd, 0x91, 0x8f, 0x3f, 0xbf,
  0x23, 0xda, 0x5d, 0x3f, 0xd3, 0x11, 0x98, 0xbd, 0xfa, 0x00, 0x97, 0x3d,
  0x78, 0x46, 0x27, 0x3e, 0x59, 0xa0, 0x59, 0x3e, 0x7a, 0x3b, 0x17, 0xbe,
  0x31, 0x76, 0xf0, 0x3d, 0x30, 0xff, 0xff, 0xbc, 0x83, 0x23, 0x04, 0x3e,
  0x00, 0xfd, 0xcc, 0x3d, 0x11, 0x39, 0x9b, 0x3e, 0x31, 0xf6, 0x0e, 0xbe,
  0x6b, 0x11, 0x1f, 0x3e, 0xe0, 0xe4, 0xea, 0x3c, 0xdc, 0xae, 0x93, 0xbd,
  0xe5, 0xfd, 0x20, 0x3e, 0x48, 0xdf, 0x76, 0xbc, 0x77, 0xfc, 0x16, 0x3e,
  0xe1, 0x5c, 0xa9, 0xbe, 0xfe, 0x71, 0xcb, 0xbe, 0x6c, 0xb7, 0x04, 0xbd,
  0x52, 0x23, 0x3b, 0x3f, 0xf0, 0x25, 0x22, 0xbf, 0x8e, 0x48, 0xb2, 0x3c,
  0x3e, 0x95, 0x05, 0xbe, 0xc9, 0x60, 0xe4, 0xbd, 0xb4, 0x37, 0x96, 0xbd,
  0x7a, 0xd8, 0x5d, 0xbd, 0x07, 0x06, 0xfd, 0xbe, 0xb3, 0x2a, 0x09, 0xbf,
  0x3a, 0x66, 0xdf, 0x3d, 0x66, 0x20, 0xe4, 0xbc, 0xa3, 0xa7, 0x87, 0x3e,
  0xfe, 0xa5, 0x83, 0xbc, 0x84, 0xf3, 0x30, 0x3f, 0x0b, 0xb2, 0x24, 0xbe,
  0x62, 0x42, 0x96, 0xbd, 0x63, 0x28, 0x30, 0xbe, 0x9d, 0xdb, 0x30, 0xbf,
  0x87, 0x5e, 0x75, 0x3e, 0x05, 0x24, 0x34, 0x3e, 0xb3, 0xc7, 0x5a, 0x3e,
  0xb6, 0xfd, 0x96, 0x3d, 0x04, 0xc0, 0xfe, 0xbd, 0xca, 0x56, 0xaa, 0x3d,
  0xeb, 0x48, 0x0e, 0x3e, 0x40, 0xd1, 0xc2, 0xbb, 0xbb, 0x79, 0x2f, 0x3e,
  0xd0, 0x16, 0x41, 0xbc, 0x08, 0x86, 0x0d, 0xbf, 0xb5, 0x3f, 0x4b, 0x3e,
  0x2e, 0xaa, 0xf1, 0x3d, 0xa9, 0x08, 0x22, 0x3e, 0x1d, 0xe4, 0xbe, 0xbe,
  0x65, 0x4a, 0xa8, 0x3e, 0x42, 0xfd, 0x8a, 0xbd, 0x56, 0xd0, 0x45, 0xbf,
  0xc8, 0x12, 0xf1, 0x3c, 0x2a, 0x85, 0xd2, 0x3d, 0x08, 0x8a, 0xf0, 0x3c,
  0xe8, 0xdc, 0xb9, 0xbd, 0x19, 0x58, 0x07, 0xbf, 0xb2, 0xdf, 0xea, 0x3d,
  0x59, 0x28, 0xd1, 0xbe, 0x66, 0x83, 0xe6, 0xbd, 0x35, 0x8a, 0x1f, 0x3e,
  0x44, 0x36, 0xdc, 0xbd, 0x78, 0xca, 0x08, 0x3c, 0x1b, 0x28, 0x81, 0xbe,
  0xbc, 0x9d, 0x25, 0xbe, 0xdc, 0x71, 0xfd, 0x3d, 0x80, 0x5a, 0xe7, 0xbe,
  0xb6, 0x5c, 0xa7, 0x3d, 0xd6, 0x29, 0x43, 0x3e, 0xe9, 0x6f, 0x20, 0x3e,
  0x08, 0x71, 0xfb, 0xbd, 0x3e, 0xbd, 0xc9, 0x3d, 0xf7, 0x64, 0xc1, 0x3e,
  0x0b, 0xd7, 0xbe, 0xbf, 0xe3, 0xc0, 0x2a, 0xbe, 0xbf, 0x46, 0x23, 0x3e,
  0x3c, 0x56, 0xfa, 0x3e, 0x82, 0x18, 0xcb, 0x3d, 0xb0, 0x2e, 0x97, 0xbc,
  0x28, 0xaa, 0x1b, 0x3d, 0xdc, 0x58, 0x2a, 0x3d, 0x01, 0x71, 0xa7, 0x3b,
  0xfa, 0x4e, 0xef, 0x3d, 0xb0, 0xe7, 0x19, 0x3d, 0x00, 0xd4, 0x7b, 0x3c,
  0x00, 0xdd, 0x09, 0xbe, 0x8c, 0xd1, 0x11, 0xbe, 0x40, 0x78, 0x67, 0xbf,
  0x05, 0xe7, 0x1f, 0x3e, 0x42, 0x2d, 0x24, 0xbe, 0xfe, 0x7b, 0x01, 0xbe,
  0x5a, 0xc6, 0xa8, 0xbe, 0xf8, 0x22, 0x45, 0x3e, 0x10, 0x60, 0xaf, 0x3c,
  0xdd, 0x04, 0x02, 0xbf, 0xe0, 0x73, 0x6d, 0x3e, 0x1a, 0xea, 0x8e, 0xbd,
  0x99, 0xbc, 0x03, 0xbf, 0x4b, 0xc6, 0x24, 0xbe, 0x60, 0x31, 0xc6, 0xbe,
  0x31, 0x8b, 0x13, 0xbe, 0xdf, 0x91, 0x11, 0x3e, 0x72, 0xca, 0xee, 0x3d,
  0x46, 0x0e, 0xb2, 0x3d, 0x84, 0x4d, 0xcf, 0x3e, 0x25, 0xf1, 0x0f, 0xbe,
  0x2b, 0x48, 0x07, 0xbf, 0x78, 0x2e, 0x4e, 0x3d, 0x66, 0xe4, 0xa9, 0x3d,
  0xf8, 0x56, 0xfb, 0xbd, 0x58, 0x08, 0x02, 0xbe, 0x4f, 0x58, 0x66, 0xbf,
  0x9a, 0xc4, 0x54, 0xbf, 0x0d, 0x6a, 0xc4, 0xbe, 0x30, 0x4f, 0xd6, 0xbc,
  0xb9, 0x72, 0x3e, 0x3d, 0xec, 0x8e, 0x2a, 0xbd, 0xa6, 0x19, 0xf5, 0xbd,
  0xb9, 0x63, 0x45, 0x3e, 0x03, 0xae, 0x81, 0xbe, 0x62, 0xad, 0x8b, 0xbf,
  0xe0, 0x91, 0x6e, 0x3c, 0xc1, 0xef, 0x41, 0xbf, 0x71, 0x3b, 0x96, 0x3f,
  0x3f, 0x3b, 0x14, 0xbe, 0x66, 0xeb, 0xc6, 0xbd, 0x0f, 0x0a, 0xc1, 0x3c,
  0x7f, 0x6b, 0x14, 0x3f, 0x36, 0xa2, 0x2d, 0xbe, 0xc3, 0x27, 0xcd, 0x3d,
  0x58, 0x49, 0x86, 0x3d, 0xc8, 0x84, 0xe1, 0x3c, 0xa5, 0x7f, 0x68, 0x3e,
  0xf9, 0x5a, 0x97, 0x3e, 0x29, 0xbc, 0x68, 0xbe, 0xfa, 0x94, 0xad, 0xbd,
  0x70, 0x9e, 0x7b, 0x3c, 0x8b, 0xc3, 0xff, 0xbd, 0x0e, 0xa5, 0x13, 0xbe,
  0x4a, 0x4d, 0x1a, 0x3e, 0x64, 0x84, 0x2a, 0xbd, 0xcb, 0xf2, 0xb5, 0xbe,
  0xe6, 0x34, 0x97, 0xbe, 0xb8, 0x88, 0x8f, 0x3d, 0x44, 0x99, 0xab, 0x3f,
  0x79, 0x49, 0xed, 0xbe, 0x36, 0x27, 0x29, 0xbe, 0x84, 0x25, 0x10, 0x3d,
  0xde, 0x93, 0x50, 0x3d, 0x52, 0x3a, 0xe7, 0xbd, 0xa6, 0xe8, 0x89, 0xbd,
  0x1f, 0x87, 0x3b, 0xbf, 0x36, 0x0c, 0xea, 0xbe, 0xb4, 0x2e, 0x03, 0xbd,
  0x6a, 0x1d, 0x62, 0x3d, 0xcc, 0x8b, 0x7c, 0x3e, 0x44, 0xb2, 0x82, 0xbe,
  0x34, 0x9d, 0x6b, 0x3f, 0x8c, 0xf1, 0x8d, 0xbe, 0x5e, 0xbd, 0x18, 0xbe,
  0x75, 0x51, 0x43, 0x3d, 0xfe, 0x14, 0x50, 0xbf, 0x24, 0xe7, 0x1a, 0x3f,
  0xc5, 0xc1, 0x20, 0x3e, 0x6e, 0xbd, 0x41, 0x3e, 0x00, 0xe0, 0xf8, 0x37,
  0xf0, 0x9b, 0x0f, 0x3d, 0x66, 0xb5, 0xdf, 0x3d, 0x52, 0x77, 0x0e, 0xbe,
  0x00, 0xe9, 0x65, 0xba, 0x5d, 0x5d, 0x06, 0x3e, 0xea, 0xc3, 0xd7, 0x3d,
  0x52, 0xe6, 0xf7, 0xbe, 0xe3, 0x07, 0x46, 0xbc, 0x03, 0x15, 0x0c, 0x3e,
  0x40, 0x16, 0xc9, 0x3c, 0x01, 0x87, 0x94, 0xbe, 0x7d, 0xb8, 0xe8, 0x3e,
  0x10, 0x88, 0x93, 0x3c, 0xc7, 0xb1, 0x08, 0xbf, 0x08, 0x6e, 0xf9, 0xbc,
  0xd7, 0x1e, 0x27, 0x3e, 0x3b, 0x53, 0x24, 0x3e, 0xfd, 0xb1, 0xa9, 0xbd,
  0xbd, 0x69, 0xfc, 0xbe, 0xbb, 0xc8, 0x18, 0x3e, 0xa4, 0xde, 0xba, 0xbe,
  0x38, 0x6d, 0x07, 0x3d, 0x32, 0xc8, 0xe4, 0xbd, 0x66, 0xe1, 0xd9, 0xbd,
  0x0e, 0xbd, 0x9c, 0x3d, 0x4c, 0x14, 0x4b, 0x3d, 0x66, 0x54, 0xa2, 0xbd,
  0x8c, 0x4f, 0xad, 0xbd, 0x5a, 0xf8, 0xb4, 0x3d, 0x8e, 0x81, 0x93, 0x3d,
  0x30, 0x48, 0x29, 0xbd, 0x6f, 0x23, 0x8d, 0xbd, 0xc0, 0xe3, 0xa1, 0xbd,
  0x13, 0xd7, 0x32, 0xbe, 0x28, 0x3a, 0xf0, 0xbd, 0xf0, 0xb7, 0x04, 0xbe,
  0x48, 0xa6, 0x84, 0xbc, 0x14, 0xd2, 0x14, 0x3d, 0x3b, 0x84, 0x0d, 0x3e,
  0x1c, 0x6b, 0xb8, 0xbd, 0x48, 0xaf, 0x6f, 0xbd, 0x82, 0x68, 0xb3, 0xbd,
  0xb2, 0x24, 0xd8, 0x3d, 0xe4, 0xbf, 0x00, 0xbe, 0xe9, 0xa0, 0xad, 0xbd,
  0xd5, 0x0a, 0x8a, 0xbd, 0xd0, 0x92, 0x60, 0xbc, 0x3b, 0xcb, 0xc1, 0xbd,
  0x54, 0xe1, 0x31, 0xbd, 0x04, 0x9b, 0x04, 0xbe, 0xbd, 0xf0, 0x33, 0x3e,
  0x93, 0x39, 0x13, 0x3e, 0xf7, 0x6e, 0x1f, 0xbe, 0x60, 0x60, 0x61, 0x3d,
  0x7d, 0x29, 0xe1, 0xbd, 0x82, 0x86, 0xa8, 0x3d, 0xa7, 0x8e, 0x13, 0x3e,
  0xf1, 0x9d, 0x2a, 0x3e, 0x06, 0x9d, 0x00, 0xbe, 0x96, 0x8c, 0xc5, 0xbd,
  0x4d, 0x07, 0x1a, 0x3e, 0xf8, 0xb6, 0x95, 0xbc, 0xcc, 0xf1, 0x2b, 0xbd,
  0x6d, 0xe3, 0x15, 0xbe, 0x28, 0xa7, 0x8a, 0x3c, 0xbe, 0xe7, 0xd6, 0x3d,
  0xb0, 0x96, 0x9c, 0xbc, 0xe0, 0x3b, 0x7b, 0x3d, 0x85, 0xc1, 0x0a, 0xbe,
  0x40, 0x40, 0x84, 0x3d, 0xc8, 0xd4, 0x0a, 0x3d, 0x68, 0x46, 0x96, 0x3c,
  0xb1, 0x3e, 0x1d, 0x3e, 0xff, 0xde, 0x1b, 0xbe, 0xea, 0x0d, 0xc7, 0x3d,
  0x9d, 0x5f, 0x31, 0xbe, 0xb7, 0x4d, 0x09, 0x3e, 0x3b, 0xfb, 0x23, 0x3e,
  0x6a, 0x31, 0xb1, 0x3d, 0x15, 0x1f, 0x32, 0x3e, 0xdd, 0xb4, 0x10, 0x3e,
  0xac, 0x28, 0x17, 0xbe, 0x88, 0x49, 0x42, 0x3d, 0x70, 0x08, 0x30, 0x3d,
  0xf2, 0xae, 0x1b, 0xbe, 0x50, 0x78, 0x46, 0x3d, 0xba, 0xc3, 0xd0, 0xbd,
  0xf6, 0xa0, 0xce, 0x3d, 0x50, 0x59, 0x3d, 0xbd, 0x40, 0x5d, 0xab, 0x3c,
  0x72, 0x25, 0x26, 0xbe, 0xd6, 0x5d, 0x99, 0x3d, 0x79, 0x9f, 0x0b, 0xbe,
  0xe0, 0x12, 0x13, 0xbd, 0x2f, 0xa6, 0x95, 0xbd, 0xd0, 0xe6, 0x93, 0xbc,
  0xa8, 0x3b, 0xd9, 0x3c, 0x38, 0x2b, 0x7e, 0x3d, 0xa4, 0x51, 0x19, 0x3d,
  0x82, 0xbd, 0xeb, 0xbd, 0x05, 0x9d, 0xb5, 0xbd, 0x98, 0x3c, 0x8c, 0x3c,
  0x90, 0xe6, 0x28, 0xbd, 0xa8, 0xb2, 0x31, 0x3d, 0x98, 0x1d, 0xe0, 0x3c,
  0xa8, 0xe0, 0xe0, 0xbc, 0xea, 0xd7, 0x19, 0xbe, 0xbe, 0x25, 0xec, 0xbd,
  0xab, 0x4a, 0x2e, 0xbe, 0xa0, 0x2f, 0x33, 0x3c, 0x30, 0xfa, 0x46, 0x3c,
  0x9e, 0x4d, 0xae, 0x3d, 0xf5, 0x0a, 0x32, 0x3e, 0x48, 0xa8, 0x88, 0xbc,
  0x22, 0x49, 0xae, 0x3d, 0x40, 0x18, 0x2d, 0xbb, 0xf9, 0x01, 0x29, 0xbe,
  0x26, 0xa4, 0xf2, 0xbd, 0x0a, 0x34, 0xec, 0xbd, 0xbc, 0x76, 0x81, 0x3d,
  0x50, 0xf3, 0xd9, 0x3c, 0x9a, 0xe1, 0xaa, 0x3d, 0x43, 0x86, 0x14, 0x3e,
  0x48, 0x74, 0xb6, 0xbc, 0x8b, 0xd3, 0xea, 0xbd, 0xd0, 0x34, 0x1d, 0xbc,
  0x02, 0xfa, 0x26, 0xbe, 0x51, 0xb4, 0x03, 0x3e, 0x42, 0x0f, 0x22, 0xbe,
  0x8e, 0xe1, 0x92, 0x3d, 0xa6, 0x87, 0xf1, 0xbd, 0xfc, 0x91, 0x3b, 0xbd,
  0x30, 0x1c, 0x32, 0xbc, 0xc0, 0xd8, 0x66, 0x3d, 0x42, 0x4a, 0x80, 0x3d,
  0xf8, 0x0c, 0x8f, 0x3d, 0x65, 0x59, 0x26, 0xbe, 0x5b, 0x27, 0x04, 0x3e,
  0x90, 0xe7, 0x4e, 0xbd, 0x40, 0x0e, 0xf9, 0xbd, 0x5f, 0x7c, 0x33, 0x3e,
  0xf6, 0x0c, 0xa6, 0x3d, 0xb1, 0xec, 0x1e, 0xbe, 0x06, 0x22, 0xc6, 0x3d,
  0x0e, 0xf1, 0x14, 0xbe, 0x67, 0xcf, 0x03, 0x3e, 0xdd, 0x46, 0x2b, 0xbe,
  0xcb, 0x25, 0x05, 0x3e, 0x66, 0xe6, 0x9c, 0x3d, 0x12, 0xab, 0xa1, 0xbd,
  0x58, 0x97, 0xce, 0xbd, 0xe5, 0xcd, 0x1f, 0xbe, 0x7e, 0x41, 0xe8, 0x3d,
  0x7e, 0x1e, 0x64, 0xbd, 0x89, 0x3c, 0x20, 0x3e, 0x10, 0x73, 0x08, 0x3c,
  0x31, 0x31, 0xc5, 0xbd, 0xa0, 0x7a, 0x1d, 0xbd, 0x32, 0x4b, 0x2f, 0xbe,
  0xd5, 0x70, 0x19, 0xbe, 0x90, 0x9f, 0x7e, 0xbc, 0x90, 0x42, 0x92, 0xbd,
  0x3c, 0x43, 0x0e, 0xbe, 0x77, 0x73, 0x0c, 0x3e, 0xb8, 0x93, 0x80, 0xbc,
  0xae, 0xd7, 0xc3, 0x3d, 0x3d, 0x53, 0x00, 0x3e, 0x62, 0xc9, 0xd3, 0x3d,
  0x0e, 0x5f, 0xc2, 0x3d, 0x40, 0x0b, 0x37, 0x3c, 0x84, 0xa6, 0xf6, 0xbd,
  0x0f, 0xd5, 0x2b, 0x3e, 0x06, 0x5d, 0xa4, 0x3d, 0x8b, 0x10, 0x8c, 0xbd,
  0x7e, 0x20, 0x9a, 0xbd, 0xd2, 0xd1, 0x16, 0xbe, 0xa3, 0x4d, 0x33, 0xbe,
  0x9d, 0x1d, 0x9f, 0xbd, 0x89, 0xc5, 0x9e, 0xbd, 0xb8, 0xd8, 0x59, 0xbd,
  0x10, 0x33, 0xa2, 0xbc, 0x10, 0x83, 0xfc, 0xbd, 0x8a, 0x9a, 0xdc, 0xbd,
  0xbe, 0x22, 0x03, 0xbe, 0xce, 0xa8, 0x5e, 0xbd, 0xc4, 0x36, 0x52, 0xbd,
  0x4c, 0xb7, 0x31, 0xbd, 0x9d, 0xe6, 0xbc, 0xbd, 0xfc, 0xe0, 0xbf, 0xbd,
  0xb0, 0xa5, 0xed, 0xbc, 0x10, 0x91, 0x84, 0x3d, 0xfa, 0x4a, 0xfc, 0xbd,
  0x69, 0x88, 0x32, 0x3e, 0x9c, 0x10, 0x15, 0xbe, 0x1e, 0xba, 0x25, 0xbe,
  0x1e, 0x18, 0xc4, 0xbd, 0x58, 0xb3, 0x18, 0xbd, 0x96, 0xf6, 0xca, 0x3d,
  0xd8, 0x46, 0x9d, 0xbc, 0x70, 0xd0, 0x3e, 0xbd, 0x66, 0x70, 0xe1, 0xbd,
  0x6e, 0xd1, 0x0a, 0xbe, 0x4d, 0x1f, 0x1b, 0x3e, 0x70, 0xab, 0xf0, 0x3c,
  0xe8, 0xbf, 0x58, 0xbd, 0xe3, 0x1c, 0x19, 0x3e, 0x40, 0x1d, 0x5c, 0x3b,
  0xea, 0xae, 0x23, 0xbe, 0x24, 0xe2, 0x1b, 0xbd, 0x56, 0xe3, 0x28, 0xbe,
  0xad, 0x95, 0xe1, 0xbd, 0x21, 0x14, 0x27, 0x3e, 0xf8, 0x08, 0x87, 0xbd,
  0x3a, 0x87, 0xfa, 0xbd, 0xce, 0x1d, 0xd6, 0x3d, 0xfa, 0x47, 0xff, 0x3d,
  0xee, 0xaf, 0x15, 0xbe, 0x25, 0x01, 0x16, 0xbe, 0x00, 0x25, 0xd0, 0x3c,
  0x23, 0x0f, 0xca, 0xbd, 0x05, 0x7c, 0x20, 0xbe, 0xe7, 0x9d, 0x0d, 0x3e,
  0x46, 0x1c, 0xbc, 0x3d, 0x3a, 0x21, 0xe8, 0x3d, 0xd1, 0xfa, 0x0d, 0x3e,
  0x93, 0x60, 0x09, 0xbe, 0xb6, 0x2f, 0xe6, 0x3d, 0x85, 0x54, 0xd3, 0xbd,
  0x86, 0xfa, 0x33, 0xbe, 0x10, 0xe7, 0x99, 0xbd, 0x30, 0xa1, 0x88, 0x3d,
  0xf6, 0xa2, 0xe3, 0x3d, 0x66, 0x56, 0xa0, 0xbd, 0x97, 0x56, 0x19, 0x3e,
  0xae, 0xd2, 0xbc, 0xbd, 0xe9, 0xc9, 0x29, 0xbe, 0x1e, 0x31, 0xad, 0xbd,
  0xdf, 0x0b, 0x1b, 0x3e, 0x0a, 0x10, 0x71, 0xbd, 0x98, 0x48, 0x8a, 0xbc,
  0xf0, 0xf4, 0x0c, 0xbd, 0x49, 0x3c, 0x34, 0x3e, 0x97, 0x14, 0x1f, 0x3e,
  0xb2, 0x09, 0xd3, 0x3d, 0x90, 0x40, 0x21, 0xbe, 0xd4, 0xcc, 0x22, 0xbe,
  0x4e, 0x26, 0x24, 0xbe, 0xb0, 0x8f, 0x43, 0xbc, 0x00, 0x6c, 0x15, 0xbd,
  0xaa, 0xa4, 0xf1, 0x3d, 0x76, 0x0d, 0xc0, 0x3d, 0x5c, 0x42, 0x2e, 0xbe,
  0x4c, 0x30, 0x20, 0x3d, 0xf0, 0x05, 0x24, 0xbc, 0xae, 0xb1, 0x98, 0xbd,
  0xa4, 0x84, 0x4b, 0xbd, 0xc7, 0x33, 0x0e, 0x3e, 0xc0, 0xf4, 0x42, 0x3d,
  0xec, 0x25, 0x13, 0xbd, 0xc0, 0xd4, 0x2d, 0x3d, 0x2e, 0x46, 0xf1, 0x3d,
  0x23, 0x5c, 0x88, 0xbd, 0x21, 0xb6, 0x2b, 0x3e, 0x5c, 0x0c, 0x54, 0xbd,
  0xd3, 0xd1, 0x34, 0x3e, 0x00, 0x02, 0x92, 0x3b, 0xb9, 0x8e, 0x33, 0xbe,
  0xda, 0x18, 0xe9, 0xbd, 0x8a, 0x89, 0x8a, 0x3d, 0x09, 0x6c, 0x1b, 0xbe,
  0xbf, 0x52, 0x0f, 0x3e, 0x12, 0x8c, 0x09, 0xbe, 0xdc, 0x37, 0xdf, 0xbd,
  0x70, 0x30, 0x22, 0xbc, 0x60, 0xb9, 0x39, 0xbd, 0x8d, 0x4d, 0x8d, 0xbd,
  0xfc, 0x37, 0x80, 0xbd, 0x72, 0x46, 0xf9, 0x3d, 0x78, 0x95, 0xf2, 0xbc,
  0x53, 0xb3, 0x60, 0x3e, 0x89, 0x22, 0x81, 0xbe, 0x55, 0x20, 0xb1, 0x3d,
  0x9c, 0x4e, 0x03, 0xbe, 0x26, 0xa2, 0xdd, 0xbd, 0x4c, 0xe7, 0x93, 0x3d,
  0x3b, 0x5f, 0x1d, 0xbe, 0x3b, 0x69, 0xbc, 0xbe, 0x4e, 0x08, 0xb1, 0x3d,
  0xc8, 0x2d, 0xcc, 0x3c, 0xed, 0xca, 0xfb, 0xbd, 0xb4, 0x8f, 0xf4, 0xbe,
  0xd3, 0x80, 0x92, 0x3f, 0xb2, 0xe1, 0x94, 0xbd, 0xd8, 0x7f, 0x00, 0xbd,
  0xe7, 0x7e, 0xc7, 0xbe, 0x74, 0x99, 0x07, 0xbe, 0x70, 0xf2, 0xbf, 0xbc,
  0x7e, 0x42, 0xfc, 0xbd, 0xd9, 0x62, 0x14, 0x3e, 0xba, 0x9a, 0xf8, 0xbd,
  0xc7, 0xc8, 0xef, 0xbd, 0xb7, 0xfa, 0x0f, 0xbe, 0xf4, 0xad, 0x28, 0xbd,
  0x62, 0xb8, 0x07, 0x3e, 0x20, 0x1c, 0xc7, 0xbb, 0x66, 0xf5, 0x5b, 0x3f,
  0x38, 0x60, 0x62, 0xbd, 0xe5, 0xf6, 0x66, 0xbc, 0x73, 0x53, 0xc8, 0xbd,
  0xc0, 0x5d, 0x73, 0x3e, 0x8d, 0xd1, 0x28, 0xbe, 0x9b, 0xd4, 0x8d, 0xbd,
  0x0f, 0xe0, 0x2a, 0x3f, 0x94, 0xbe, 0xb1, 0xbe, 0x80, 0x42, 0xbf, 0xbb,
  0xac, 0x38, 0x9e, 0x3c, 0x91, 0x26, 0xfd, 0x3d, 0xb4, 0xde, 0x85, 0x3d,
  0xbc, 0x95, 0xef, 0xbd, 0x62, 0x8a, 0xee, 0x3d, 0x30, 0x46, 0xae, 0x3c,
  0xa0, 0x1e, 0x8b, 0x3d, 0xaa, 0x11, 0xa5, 0xbc, 0xdf, 0xce, 0x28, 0x3e,
  0x93, 0x44, 0xb2, 0xbd, 0x1a, 0x03, 0x6f, 0xbd, 0x5f, 0x8a, 0x0f, 0xbe,
  0x6c, 0x23, 0x12, 0xbe, 0xb2, 0x94, 0x9f, 0xbd, 0x82, 0x7d, 0xe2, 0x3e,
  0x0d, 0x41, 0x20, 0x3f, 0x13, 0xdd, 0x7e, 0x3b, 0xd0, 0x63, 0x66, 0x3d,
  0x32, 0x7e, 0x06, 0xbf, 0x9a, 0x3a, 0xcd, 0x3d, 0x00, 0xb0, 0x07, 0xbe,
  0x8e, 0x80, 0xa0, 0xbd, 0xdf, 0x56, 0x7d, 0x3e, 0x28, 0x01, 0x35, 0x3f,
  0x74, 0xad, 0x12, 0x3d, 0x92, 0x7c, 0xd4, 0x3e, 0x7c, 0x04, 0x49, 0xbf,
  0xdf, 0xf1, 0x82, 0x3e, 0xc5, 0x9f, 0x85, 0xbd, 0x70, 0xec, 0xdc, 0x3d,
  0x52, 0x78, 0x70, 0xbe, 0xe6, 0xef, 0xd5, 0x3d, 0xb3, 0xcc, 0x1a, 0xbe,
  0xc0, 0xda, 0xd0, 0xbd, 0x82, 0xa4, 0xa9, 0x3d, 0xc0, 0x7a, 0x25, 0xbe,
  0x21, 0xa5, 0x41, 0x3b, 0x5d, 0x95, 0xc3, 0xbc, 0x07, 0xdc, 0x16, 0xbe,
  0xe2, 0x4c, 0x05, 0xbe, 0xd0, 0x01, 0x8d, 0x3e, 0xb2, 0xe1, 0xe8, 0xbd,
  0x93, 0xb1, 0x71, 0x3d, 0x66, 0xae, 0xb7, 0x3d, 0xaf, 0x84, 0xd4, 0x3e,
  0x84, 0x9e, 0x00, 0x3e, 0x0f, 0x87, 0x33, 0x3e, 0xd0, 0x89, 0x43, 0xbf,
  0x38, 0xfc, 0xa0, 0x3e, 0x7e, 0x83, 0xf2, 0xbd, 0x51, 0x1c, 0x1e, 0xbe,
  0xf0, 0x52, 0x4a, 0x3e, 0x6d, 0x5a, 0xdf, 0x3e, 0xe0, 0x12, 0x86, 0x3d,
  0xc5, 0x90, 0x0c, 0x3f, 0x7e, 0xb9, 0x76, 0x3f, 0x46, 0xeb, 0x5e, 0xbd,
  0x46, 0xd6, 0x1c, 0x3c, 0x7b, 0x28, 0x86, 0x3b, 0x99, 0xc9, 0x3d, 0x3e,
  0xf0, 0x70, 0x4a, 0xbf, 0xfd, 0xfc, 0xaf, 0x3e, 0x52, 0x70, 0xe6, 0x3d,
  0xf2, 0xf1, 0x34, 0x3e, 0xaa, 0xa3, 0x95, 0x3e, 0x5c, 0xa9, 0x96, 0xbe,
  0xf2, 0xe7, 0x95, 0xbd, 0x47, 0xc6, 0x69, 0xbe, 0x7e, 0x30, 0xfa, 0x3d,
  0x22, 0xc2, 0xa7, 0x3d, 0x66, 0x38, 0x18, 0xbe, 0x94, 0xbd, 0x27, 0xbe,
  0x7a, 0xba, 0xce, 0x3d, 0xb0, 0xd6, 0x85, 0x3c, 0xc1, 0x5b, 0x1b, 0x3e,
  0xd6, 0xaa, 0x10, 0x3f, 0x97, 0xd9, 0x91, 0xbe, 0x61, 0x4c, 0x1c, 0x3e,
  0x58, 0x3b, 0x32, 0x3d, 0xa5, 0xed, 0x43, 0x3e, 0x78, 0x8e, 0x7a, 0xbe,
  0x32, 0xcc, 0x25, 0xbe, 0x70, 0x9b, 0xd6, 0x3e, 0x7d, 0x46, 0xb1, 0xbd,
  0x40, 0x1b, 0x61, 0xbc, 0xa8, 0xce, 0x7c, 0x3d, 0x4d, 0x3c, 0xdb, 0xbd,
  0xc7, 0x37, 0x83, 0x3e, 0x18, 0x4c, 0x95, 0x3d, 0xa6, 0x69, 0x7d, 0x3e,
  0x08, 0xc8, 0x9a, 0xbd, 0x9a, 0x02, 0x25, 0xbe, 0x85, 0x64, 0xd0, 0x3c,
  0xfa, 0x9d, 0x1e, 0x3e, 0xa0, 0xba, 0x39, 0xbe, 0x73, 0xf7, 0x2b, 0x3e,
  0x6f, 0x3e, 0x84, 0x3d, 0xc3, 0x93, 0x03, 0xbd, 0xca, 0x43, 0x12, 0xbe,
  0x68, 0x61, 0x21, 0x3e, 0xc0, 0x0e, 0x55, 0x3b, 0x2b, 0x17, 0x09, 0xbe,
  0xe1, 0xfe, 0x05, 0x3e, 0xc1, 0xa7, 0x21, 0x3d, 0x5c, 0x23, 0x0a, 0x3d,
  0x13, 0x02, 0x22, 0x3e, 0x3e, 0xd9, 0xd4, 0x3d, 0xea, 0x48, 0x1c, 0x3e,
  0x6e, 0x8a, 0x6d, 0xbd, 0xf5, 0x6f, 0xa6, 0xbd, 0x17, 0xbc, 0x2a, 0x3e,
  0x80, 0xc6, 0x51, 0xbd, 0x6c, 0x84, 0x8e, 0xba, 0x42, 0xcd, 0xba, 0x3d,
  0x00, 0x97, 0x54, 0xbc, 0xfa, 0x23, 0x17, 0xbe, 0x24, 0x67, 0xad, 0xbd,
  0x5c, 0xe4, 0x58, 0x3d, 0xe5, 0xe9, 0xbf, 0x3d, 0x02, 0x53, 0xc8, 0xbd,
  0x0d, 0x5a, 0x3d, 0xbe, 0xec, 0xf6, 0x3d, 0x3d, 0x1c, 0x99, 0xb2, 0xbd,
  0xdc, 0xe4, 0xa5, 0x3d, 0x18, 0xe7, 0xe7, 0xbd, 0xa8, 0x2a, 0x19, 0xbe,
  0x6a, 0x96, 0x4e, 0xbd, 0x98, 0x79, 0xc9, 0xbc, 0xee, 0xf5, 0xae, 0x3d,
  0xfe, 0x40, 0x09, 0x3e, 0xa9, 0xb8, 0x99, 0x3d, 0x00, 0x05, 0xbb, 0x3a,
  0x53, 0x8f, 0xbd, 0xbd, 0x00, 0x46, 0xe2, 0x39, 0xa8, 0x3f, 0x94, 0x3c,
  0xd5, 0x32, 0xe3, 0xbc, 0x16, 0x8a, 0x0b, 0xbe, 0x6f, 0x72, 0x0e, 0xbe,
  0x20, 0x96, 0x2d, 0x3c, 0xf2, 0x06, 0x92, 0xbd, 0x8d, 0x68, 0xcc, 0xbc,
  0xae, 0x7e, 0xc6, 0xbd, 0x4d, 0xc7, 0x3c, 0xbe, 0x90, 0x77, 0x88, 0x3b,
  0xff, 0xce, 0xd7, 0xbd, 0x64, 0x02, 0x12, 0xbe, 0x55, 0x97, 0xa8, 0x3c,
  0xd0, 0xac, 0x23, 0x3d, 0x5e, 0x20, 0x90, 0x3d, 0xd6, 0xbf, 0xb6, 0xbd,
  0x7e, 0x8e, 0x0e, 0xbe, 0x94, 0x0c, 0x07, 0xbe, 0x7f, 0x5e, 0x16, 0x3e,
  0x96, 0x9e, 0x16, 0xbe, 0x08, 0x5d, 0x14, 0xbd, 0x89, 0x31, 0x8a, 0xbd,
  0xd5, 0x93, 0x25, 0x3e, 0x55, 0x04, 0x23, 0x3e, 0x71, 0xf0, 0x32, 0xbd,
  0x00, 0x92, 0x60, 0x3b, 0x92, 0x9f, 0x3a, 0xbe, 0x98, 0xf4, 0x34, 0x3d,
  0x72, 0xeb, 0xce, 0xbd, 0xb9, 0xd1, 0x30, 0xbe, 0x28, 0xd9, 0xc9, 0x3d,
  0xb8, 0x99, 0xa8, 0x3c, 0x12, 0xd5, 0xcf, 0x3d, 0x7e, 0xaf, 0xe8, 0xbd,
  0x3e, 0x7d, 0x00, 0xbd, 0x9c, 0x32, 0xd5, 0xbd, 0xcd, 0x18, 0x87, 0xbd,
  0x14, 0xd7, 0x1a, 0x3d, 0x6d, 0x6a, 0x14, 0xbe, 0xd7, 0x83, 0x2e, 0xbd,
  0x32, 0xe3, 0xfe, 0x3d, 0xaf, 0xeb, 0x49, 0x3d, 0x1f, 0xb6, 0xa8, 0xbd,
  0xa9, 0x98, 0xcf, 0x3d, 0x2d, 0x02, 0x2e, 0x3e, 0x31, 0x62, 0xa9, 0xbb,
  0x5d, 0xcb, 0x61, 0xbd, 0x78, 0x1b, 0x93, 0x3d, 0x31, 0xad, 0x0f, 0xbe,
  0xe3, 0x23, 0x1c, 0xbe, 0xae, 0x35, 0xc9, 0x3d, 0x9b, 0x2f, 0x38, 0xbd,
  0x92, 0xc5, 0x1f, 0x3e, 0x6b, 0x3d, 0xf3, 0x3b, 0xaf, 0xfe, 0x93, 0xbc,
  0x39, 0x42, 0x07, 0x3e, 0x73, 0x4c, 0x89, 0x3d, 0x9e, 0xd8, 0x49, 0x3c,
  0x2a, 0x55, 0x1c, 0x3e, 0xc2, 0xbd, 0x67, 0x3b, 0x10, 0x0b, 0x3e, 0xbc,
  0xaf, 0x01, 0x1a, 0x3e, 0x27, 0x3c, 0x1b, 0xbe, 0x10, 0x64, 0x12, 0xbe,
  0x83, 0xda, 0x1f, 0xbe, 0x00, 0x44, 0xce, 0xba, 0x0a, 0xcf, 0xd8, 0x3d,
  0x4c, 0xe4, 0xaa, 0xbd, 0x99, 0x58, 0x0d, 0x3e, 0x0b, 0x2b, 0x92, 0xbb,
  0xc1, 0x16, 0x01, 0xbe, 0x50, 0xff, 0x20, 0x3c, 0x58, 0x7d, 0xa1, 0xbc,
  0x70, 0xc9, 0x22, 0xbe, 0x44, 0xd6, 0xe7, 0xbd, 0x02, 0x8e, 0xbb, 0x3d,
  0xd5, 0xf4, 0xc5, 0x3d, 0x5f, 0x36, 0x0b, 0x3e, 0xcc, 0x64, 0x19, 0xbe,
  0xd6, 0x63, 0x20, 0xbe, 0x80, 0xa9, 0x3f, 0x3b, 0xe8, 0x9a, 0xc6, 0xbd,
  0x6c, 0x4d, 0x2e, 0xbe, 0xf7, 0xc1, 0x94, 0x3d, 0xb6, 0xa9, 0xc0, 0x3d,
  0x21, 0x12, 0xff, 0xbd, 0xfd, 0xcf, 0xcc, 0x3d, 0xa1, 0x6a, 0xa6, 0x3d,
  0x8e, 0x48, 0x1c, 0x3e, 0x87, 0x82, 0x00, 0x3e, 0x12, 0x9a, 0x1a, 0xbe,
  0xc9, 0x60, 0x2d, 0x3d, 0x8b, 0xe0, 0x0a, 0xbe, 0x66, 0x92, 0x9c, 0x3d,
  0x08, 0xbf, 0xae, 0x3c, 0x80, 0x33, 0x16, 0xbd, 0x38, 0x71, 0x0c, 0xbe,
  0x0a, 0x40, 0x33, 0xbe, 0xd1, 0x24, 0x37, 0xbe, 0xae, 0x1b, 0x90, 0x3d,
  0x03, 0x58, 0x19, 0x3e, 0x35, 0x4e, 0x0e, 0xbe, 0xd3, 0x5f, 0x13, 0xbe,
  0x2b, 0x4d, 0x1d, 0x3e, 0xc9, 0x8d, 0x1a, 0x3e, 0x00, 0x78, 0x32, 0xba,
  0x6e, 0xc7, 0x18, 0xbe, 0x3e, 0xc7, 0xaa, 0x3d, 0x0c, 0x24, 0x6b, 0xbd,
  0x80, 0x26, 0xf8, 0xba, 0x9f, 0xc9, 0x1b, 0xbd, 0x68, 0xfb, 0x0d, 0x3d,
  0xbd, 0xb1, 0x6c, 0xbd, 0x58, 0xfe, 0xc3, 0xbc, 0xb2, 0xb8, 0x1e, 0x3b,
  0x3c, 0x47, 0x18, 0xbd, 0xf5, 0x7b, 0x42, 0xbe, 0xa1, 0xc0, 0x67, 0xbd,
  0x8d, 0x2a, 0xdc, 0xbd, 0xd9, 0xfa, 0xf4, 0x3d, 0xcf, 0xd1, 0x01, 0xbe,
  0xd7, 0x6f, 0x29, 0xbe, 0x93, 0xbb, 0xdd, 0x3d, 0x06, 0x95, 0xeb, 0x3d,
  0xc0, 0xf8, 0x8c, 0xbd, 0xf3, 0xb9, 0x11, 0x3e, 0x34, 0xce, 0x4f, 0xbd,
  0x3e, 0x95, 0xb4, 0x3d, 0x89, 0xfb, 0x19, 0x3e, 0xc2, 0x93, 0xac, 0xbd,
  0xf0, 0x5a, 0xee, 0xbd, 0x7a, 0x90, 0x0a, 0xbe, 0x40, 0x4c, 0xc3, 0xbc,
  0x04, 0x4b, 0x26, 0x3d, 0x5d, 0x92, 0x74, 0x3d, 0x58, 0x30, 0x8c, 0xbd,
  0x73, 0x83, 0x51, 0x3d, 0x34, 0x59, 0xf5, 0x39, 0x91, 0x39, 0x44, 0xbe,
  0xf6, 0x15, 0x12, 0xbe, 0xab, 0x7e, 0x24, 0x3e, 0x62, 0xc5, 0xe5, 0xbd,
  0x79, 0x67, 0x06, 0xbe, 0x27, 0x52, 0x4a, 0x3d, 0xb6, 0x4a, 0x3a, 0xbe,
  0xc9, 0xa0, 0x13, 0xbe, 0xae, 0xd3, 0x96, 0x3d, 0x0b, 0x1e, 0x22, 0x3e,
  0x8b, 0x54, 0xc1, 0x3d, 0x0f, 0xcf, 0x53, 0x3d, 0x08, 0x53, 0x93, 0x3c,
  0x8d, 0x90, 0x5c, 0xbd, 0xbf, 0xae, 0xe2, 0xbd, 0x98, 0x20, 0xc6, 0xbc,
  0x65, 0xa1, 0xed, 0x3d, 0x20, 0xb1, 0x75, 0x3c, 0x96, 0xfd, 0xd6, 0x3d,
  0x41, 0xe1, 0x26, 0xbe, 0xfd, 0x73, 0xd3, 0x3d, 0x39, 0x81, 0x26, 0xbe,
  0x33, 0xb6, 0x1a, 0xbe, 0xba, 0xf5, 0x85, 0x3d, 0x78, 0x7a, 0xbb, 0x3d,
  0x82, 0x20, 0xdb, 0x3d, 0x45, 0xb7, 0x92, 0xbd, 0x50, 0x21, 0x51, 0x3d,
  0x3c, 0xdd, 0x14, 0x3e, 0x76, 0x82, 0x9c, 0x3a, 0xd0, 0x73, 0xcb, 0xbc,
  0x9d, 0xe0, 0xc7, 0x3d, 0xa9, 0xc7, 0xf4, 0xbd, 0x28, 0x79, 0x98, 0x3d,
  0x58, 0x1c, 0xf9, 0xbd, 0xd3, 0x04, 0xd0, 0xbd, 0x2c, 0x6d, 0xaf, 0xbd,
  0x00, 0xb2, 0x12, 0xbd, 0x39, 0x35, 0x43, 0x3d, 0xb1, 0xee, 0x00, 0x3e,
  0xfb, 0x2c, 0x24, 0xbe, 0x68, 0x35, 0x2f, 0xbc, 0xdf, 0x3f, 0xc2, 0xbd,
  0x20, 0x1b, 0xff, 0x3d, 0x42, 0x47, 0x98, 0xbc, 0xee, 0x52, 0x1b, 0x3e,
  0x76, 0xf9, 0x43, 0x3d, 0xfe, 0x1b, 0x1e, 0xbe, 0x08, 0xa8, 0x68, 0xbd,
  0x11, 0xa5, 0x8d, 0x3d, 0x19, 0x44, 0x07, 0x3e, 0x04, 0xbd, 0xfa, 0xbd,
  0x80, 0xab, 0x8e, 0x3d, 0x1e, 0x0b, 0x98, 0x3d, 0xc2, 0x9c, 0x82, 0xbd,
  0x00, 0x58, 0x43, 0x3b, 0xad, 0x39, 0x09, 0x3e, 0x83, 0xee, 0x09, 0x3e,
  0xe8, 0x44, 0x11, 0xbd, 0x9a, 0xd0, 0x07, 0x3e, 0x1e, 0x96, 0xfb, 0x3c,
  0xb6, 0xf7, 0x5a, 0xbd, 0x70, 0x88, 0x90, 0x3c, 0x1a, 0x3b, 0x12, 0x3e,
  0xd8, 0x90, 0x31, 0xbe, 0x8e, 0x2f, 0x2c, 0xbe, 0x46, 0xa0, 0xdc, 0xbd,
  0xc8, 0x6a, 0x58, 0x3d, 0x32, 0xda, 0x31, 0xbe, 0x50, 0xda, 0x88, 0xbc,
  0xfb, 0xae, 0x06, 0x3e, 0x55, 0xa4, 0x14, 0x3e, 0x27, 0x39, 0x2b, 0xbe,
  0x5d, 0xaf, 0xdd, 0x3d, 0x68, 0x7d, 0x07, 0xbd, 0x65, 0x89, 0xf5, 0xbd,
  0xf0, 0x72, 0xc8, 0xbd, 0xbc, 0x19, 0x7a, 0xbd, 0x39, 0xc8, 0x15, 0xbe,
  0x80, 0x30, 0x8a, 0xba, 0x0c, 0xfb, 0x34, 0x3d, 0x82, 0x42, 0xa4, 0x3d,
  0x04, 0xe9, 0x2c, 0x3d, 0x9c, 0x3b, 0x05, 0xbd, 0x0e, 0x0c, 0xe6, 0x3d,
  0x05, 0xfc, 0xa8, 0xbd, 0xb4, 0x08, 0x64, 0x3d, 0xf2, 0xb9, 0xb0, 0x3d,
  0x0b, 0x07, 0x1d, 0x3e, 0xec, 0xf6, 0x19, 0xbd, 0x0e, 0x2b, 0xb3, 0x3d,
  0xb0, 0xf3, 0x95, 0x3c, 0x4a, 0x2c, 0x03, 0xbe, 0xb8, 0xb7, 0x15, 0xbe,
  0x0b, 0x3c, 0xc5, 0xbd, 0x00, 0x44, 0x84, 0xbc, 0x40, 0xe1, 0x53, 0xbc,
  0x66, 0x2c, 0x1d, 0xbe, 0x51, 0x37, 0x12, 0xbe, 0x5f, 0x16, 0x2f, 0x3e,
  0xe8, 0x97, 0xb0, 0x3c, 0x82, 0x58, 0xe5, 0x3d, 0x3c, 0xee, 0x22, 0xbd,
  0xb0, 0x89, 0x53, 0xbd, 0x70, 0x64, 0xfe, 0xbc, 0x30, 0xb6, 0x8e, 0xbc,
  0xc6, 0xad, 0x06, 0xbe, 0x2b, 0xdb, 0x29, 0xbe, 0xac, 0xb2, 0x10, 0xbe,
  0x58, 0x6c, 0x53, 0x3d, 0xd1, 0x9f, 0x91, 0xbd, 0x03, 0x45, 0x13, 0xbe,
  0x80, 0x34, 0xfd, 0x3a, 0x70, 0xd3, 0x5c, 0xbc, 0xec, 0x35, 0x4a, 0xbd,
  0xea, 0xef, 0xb3, 0x3d, 0xa2, 0x76, 0xf1, 0xbd, 0xd9, 0x64, 0x94, 0xbd,
  0xf0, 0xa0, 0xe2, 0xbd, 0x5d, 0x91, 0x13, 0x3e, 0xb7, 0x25, 0x31, 0x3e,
  0xe8, 0x4f, 0x64, 0x3d, 0x7a, 0xff, 0xa5, 0x3d, 0xa0, 0xf4, 0x9d, 0xbb,
  0x2c, 0xd8, 0x17, 0xbd, 0xe8, 0xb1, 0x24, 0x3d, 0xf1, 0xaa, 0x23, 0x3e,
  0x10, 0xe2, 0x0c, 0x3d, 0xc3, 0x83, 0x2b, 0x3e, 0x0a, 0xe2, 0xae, 0x3d,
  0x5e, 0x85, 0xb2, 0x3d, 0xb2, 0x79, 0xef, 0xbd, 0x2c, 0x2f, 0x4b, 0xbd,
  0x80, 0x97, 0xd4, 0xbb, 0x40, 0xbc, 0x4a, 0x3b, 0xc7, 0x92, 0x05, 0x3e,
  0xb9, 0x32, 0x12, 0x3e, 0xb4, 0x0c, 0x12, 0xbe, 0x4f, 0xd7, 0x34, 0x3e,
  0x6d, 0xaf, 0xfd, 0xbd, 0xb4, 0x7c, 0x2b, 0xbe, 0xd5, 0xf2, 0x25, 0xbe,
  0x34, 0x49, 0x5b, 0xbd, 0x80, 0xd6, 0xa9, 0x3a, 0x80, 0xa1, 0x13, 0xbe,
  0xf5, 0x7d, 0x14, 0x3e, 0x4e, 0x92, 0x83, 0x3d, 0x08, 0xf4, 0xfe, 0xbd,
  0x3f, 0x99, 0x11, 0x3e, 0xc0, 0xa6, 0x6f, 0xbb, 0x1e, 0xd9, 0xb7, 0x3d,
  0xea, 0xf5, 0xa1, 0xbd, 0xe4, 0x87, 0x00, 0xbd, 0xb6, 0x05, 0xed, 0x3d,
  0x7f, 0x04, 0x9e, 0xbd, 0xce, 0xc4, 0xe2, 0xbd, 0x5c, 0x16, 0x3a, 0x3d,
  0x85, 0x32, 0x2f, 0x3e, 0xd3, 0xcd, 0x0f, 0xbe, 0xde, 0xc1, 0x1a, 0xbe,
  0x08, 0xe2, 0x5e, 0x3d, 0x56, 0xb9, 0x9a, 0xbd, 0x9e, 0x0f, 0xc6, 0x3d,
  0x6d, 0x08, 0xc9, 0xbd, 0xa6, 0xf0, 0x9e, 0x3d, 0x68, 0xa9, 0xb6, 0x3c,
  0x36, 0x91, 0xcb, 0x3d, 0xc4, 0x49, 0xc9, 0xbd, 0x5c, 0x01, 0x10, 0x3d,
  0x74, 0xb5, 0x61, 0x3d, 0x58, 0x64, 0xa4, 0xbc, 0x95, 0x22, 0x28, 0xbe,
  0x36, 0xde, 0xc5, 0x3d, 0x95, 0xa6, 0xbf, 0xbd, 0x64, 0x67, 0x2c, 0x3d,
  0x02, 0x1c, 0xc3, 0x3d, 0x60, 0xcb, 0xd9, 0xbb, 0x99, 0x87, 0x1c, 0xbe,
  0x0e, 0xab, 0x04, 0xbe, 0x5f, 0x54, 0x14, 0x3e, 0x5c, 0xfd, 0x27, 0xbe,
  0xc6, 0x80, 0xba, 0x3d, 0x3c, 0x6b, 0x53, 0x3d, 0x2e, 0xe6, 0xb2, 0xbd,
  0x2c, 0xb3, 0x0b, 0xbe, 0xe8, 0x1f, 0xcf, 0xbc, 0x52, 0x27, 0x95, 0x3d,
  0x9e, 0xe6, 0x20, 0xbe, 0x59, 0xcd, 0xdb, 0xbd, 0x8a, 0x35, 0xfd, 0xbd,
  0x20, 0xd8, 0xe5, 0xbc, 0x37, 0x8c, 0x96, 0xbd, 0x84, 0xa0, 0x33, 0x3d,
  0x2e, 0x4a, 0x6b, 0xbd, 0x56, 0xfc, 0x22, 0xbe, 0x2b, 0x0e, 0x2c, 0xbe,
  0xb6, 0x4f, 0xb9, 0x3d, 0x69, 0x20, 0x06, 0x3e, 0x7c, 0x84, 0x49, 0xbd,
  0x30, 0x8e, 0xe6, 0xbc, 0x30, 0x84, 0x1b, 0xbd, 0xfa, 0x8e, 0x9e, 0xbd,
  0xb8, 0x4a, 0xeb, 0x3c, 0x76, 0x53, 0xe3, 0xbd, 0xae, 0xf8, 0x5f, 0xbd,
  0x4b, 0x6c, 0x21, 0xbe, 0x25, 0xd6, 0x11, 0xbe, 0x1b, 0xff, 0x23, 0x3e,
  0x8c, 0x58, 0xeb, 0xbd, 0xe0, 0xcc, 0x7c, 0x3c, 0x6a, 0xb3, 0xd8, 0x3d,
  0x80, 0x24, 0x10, 0x3d, 0x58, 0x59, 0xa6, 0xbc, 0xfb, 0x43, 0x14, 0x3e,
  0x76, 0xb5, 0x5f, 0xbd, 0x06, 0x1f, 0x31, 0xbe, 0xb6, 0x86, 0xc0, 0xbd,
  0x52, 0x7b, 0xad, 0xbd, 0x10, 0xaf, 0x80, 0x3d, 0x28, 0x94, 0x94, 0xbd,
  0x21, 0x1c, 0x0f, 0xbe, 0x89, 0x57, 0x1c, 0xbe, 0x0a, 0xf7, 0xb7, 0x3d,
  0xa3, 0x4c, 0x08, 0xbe, 0xf7, 0xb5, 0x0e, 0x3e, 0xea, 0x6a, 0xc8, 0x3d,
  0x42, 0xcf, 0xd1, 0x3d, 0xcb, 0x81, 0x02, 0x3e, 0xdc, 0xcc, 0x1c, 0xbe,
  0x98, 0xfe, 0x88, 0x3d, 0x5c, 0xa6, 0x14, 0xbd, 0x00, 0x90, 0x41, 0x3b,
  0xd0, 0xf4, 0xf3, 0xbc, 0xbd, 0x4a, 0x96, 0xbd, 0x36, 0x34, 0xdc, 0x3d,
  0xfc, 0xe1, 0xdb, 0xbd, 0xbf, 0xc5, 0x1e, 0x3e, 0x45, 0xd9, 0x2c, 0x3e,
  0x32, 0x9b, 0xb4, 0x3d, 0x57, 0x00, 0x18, 0x3e, 0xec, 0x39, 0x81, 0x3d,
  0x40, 0x79, 0xef, 0xbd, 0x62, 0xe1, 0xfe, 0xbd, 0x90, 0x83, 0x8d, 0x3c,
  0xd4, 0x9f, 0x28, 0xbe, 0xfd, 0x48, 0x31, 0x3e, 0xd7, 0x68, 0x8d, 0xbd,
  0x0c, 0xc6, 0x11, 0xbd, 0x7a, 0x12, 0x7c, 0xbd, 0x52, 0xa9, 0x7a, 0xbd,
  0x97, 0x71, 0x89, 0xbd, 0xc8, 0x09, 0x01, 0xbd, 0xbc, 0x03, 0x3c, 0xbd,
  0x17, 0xe1, 0xd1, 0xbd, 0x2e, 0x30, 0xea, 0x3d, 0x4f, 0xbe, 0x2f, 0xbe,
  0x8b, 0x46, 0x2d, 0xbe, 0x79, 0x0b, 0x19, 0xbe, 0xa0, 0x57, 0x7e, 0x3d,
  0x68, 0x22, 0xd4, 0xbc, 0x9e, 0x46, 0xcb, 0x3d, 0x57, 0x2f, 0xbc, 0xbd,
  0xa1, 0x80, 0x00, 0xbe, 0x97, 0x89, 0x30, 0xbe, 0x64, 0x53, 0x25, 0x3d,
  0xf6, 0x41, 0xcb, 0x3d, 0x40, 0x34, 0x8a, 0x3c, 0x00, 0xb6, 0xf8, 0xbc,
  0x8d, 0x9f, 0x1a, 0xbe, 0x04, 0x92, 0x57, 0xbd, 0x3b, 0xaf, 0x22, 0x3e,
  0x71, 0x09, 0xf7, 0xbd, 0x5c, 0xb1, 0x25, 0xbe, 0x7f, 0x12, 0x31, 0x3e,
  0xb7, 0x08, 0x0f, 0x3e, 0x75, 0x5c, 0x0a, 0x3e, 0x28, 0x60, 0x5c, 0xbd,
  0x17, 0xdc, 0x34, 0xbe, 0x00, 0xb4, 0xb2, 0x3b, 0x46, 0x49, 0xf9, 0x3d,
  0x7b, 0xb9, 0x16, 0xbe, 0xd8, 0x7e, 0xf9, 0xbc, 0x88, 0x9d, 0xbe, 0xbc,
  0x29, 0x9a, 0x07, 0x3e, 0xd3, 0x14, 0xb3, 0xbd, 0xf5, 0xc5, 0x01, 0x3e,
  0x86, 0x8c, 0x05, 0xbe, 0xa7, 0x95, 0x16, 0x3e, 0x14, 0x84, 0x0a, 0x3d,
  0xd4, 0x60, 0x74, 0x3d, 0xe8, 0xcd, 0x82, 0x3d, 0x92, 0xd1, 0xef, 0x3d,
  0x00, 0xd3, 0x84, 0x3b, 0x10, 0xe7, 0xa8, 0x3c, 0x1a, 0xb6, 0x8f, 0xbd,
  0x00, 0xff, 0xb3, 0xbb, 0x00, 0xf2, 0x64, 0x3d, 0xc6, 0x09, 0x21, 0xbe,
  0x0d, 0x49, 0x8b, 0xbd, 0x0b, 0x93, 0xe6, 0xbd, 0x09, 0x38, 0x24, 0x3e,
  0x48, 0x66, 0x0e, 0xbe, 0xc3, 0xe5, 0x07, 0x3e, 0x20, 0x88, 0x6f, 0x3d,
  0x58, 0x31, 0x8a, 0x3c, 0x58, 0xd6, 0x3a, 0xbd, 0x82, 0xeb, 0xe9, 0x3d,
  0x44, 0x20, 0x09, 0x3d, 0xa4, 0x09, 0x23, 0xbd, 0x8c, 0x4a, 0x12, 0xbd,
  0x60, 0x8c, 0x4e, 0xbc, 0xa1, 0xe7, 0x14, 0x3e, 0x0f, 0x1a, 0x1b, 0x3e,
  0x56, 0x84, 0x05, 0xbe, 0xc5, 0xeb, 0x30, 0x3e, 0xf4, 0xac, 0x00, 0xbe,
  0xec, 0x4e, 0x15, 0xbe, 0x1b, 0x72, 0x0d, 0x3e, 0xe9, 0x9b, 0x26, 0x3e,
  0x0c, 0xae, 0x1a, 0xbe, 0x7b, 0xbc, 0x2a, 0xbe, 0x98, 0xf7, 0x94, 0xbc,
  0x2d, 0xe7, 0x08, 0x3e, 0xb2, 0xea, 0x5b, 0xbd, 0x7a, 0x5b, 0xf6, 0x3d,
  0x3d, 0x24, 0x16, 0x3e, 0xf8, 0x74, 0x1d, 0xbd, 0xa6, 0x06, 0xb0, 0x3d,
  0x21, 0xad, 0x9c, 0xbd, 0xe2, 0xb4, 0x0c, 0xbe, 0x70, 0x04, 0x94, 0x3d,
  0xdd, 0x3b, 0x15, 0xbe, 0x2e, 0xab, 0x0d, 0x3e, 0x9e, 0x95, 0xb7, 0xbd,
  0xa8, 0x34, 0xa5, 0xbd, 0x98, 0xce, 0x93, 0xbc, 0x77, 0x55, 0xe9, 0x3d,
  0xbe, 0xad, 0xe0, 0x3d, 0x2a, 0xbb, 0x8f, 0x3d, 0x09, 0x21, 0xd0, 0x3d,
  0x8c, 0x2b, 0x39, 0x3d, 0xf2, 0x90, 0xd6, 0x3d, 0xe8, 0x01, 0x16, 0xbe,
  0x9e, 0x98, 0x0a, 0xbd, 0xcb, 0x80, 0x07, 0xbd, 0x03, 0x0d, 0x31, 0xbe,
  0xe3, 0xd4, 0xa8, 0xbd, 0x6c, 0x6c, 0x0f, 0x3e, 0x97, 0x2a, 0x05, 0x3e,
  0xba, 0xa2, 0x21, 0xbe, 0xc5, 0x1c, 0xb5, 0xbd, 0x83, 0x47, 0x29, 0xbe,
  0x6f, 0x8e, 0x15, 0xbe, 0x80, 0x00, 0x0c, 0xbb, 0x60, 0xb4, 0x8f, 0xbc,
  0x5c, 0xaf, 0x8c, 0x3d, 0x25, 0x08, 0x0f, 0x3c, 0x1a, 0x41, 0xb7, 0x3d,
  0x58, 0x0d, 0x2b, 0xbd, 0x80, 0xfc, 0x5b, 0x3d, 0x66, 0x97, 0x32, 0xbe,
  0x7e, 0x54, 0x0e, 0xbe, 0xef, 0x00, 0xbf, 0xbd, 0xac, 0x16, 0xc2, 0x3d,
  0xfb, 0xf1, 0x33, 0x3e, 0xa2, 0x81, 0xf9, 0xbc, 0x40, 0xfd, 0x17, 0x3d,
  0x1a, 0x41, 0xd1, 0x3d, 0x8a, 0xd1, 0x3a, 0xbd, 0xf3, 0x5c, 0x72, 0x3d,
  0x3b, 0x51, 0xfa, 0x3d, 0x1b, 0x57, 0x05, 0x3e, 0x40, 0x6c, 0xf0, 0xbc,
  0xea, 0x12, 0xca, 0x3d, 0xb6, 0x17, 0x09, 0xbe, 0x7f, 0x5a, 0x8d, 0xbc,
  0xdf, 0x40, 0x21, 0x3e, 0x08, 0x08, 0xb5, 0xbd, 0xed, 0x43, 0xd7, 0xbd,
  0x86, 0x90, 0xa1, 0x3d, 0xad, 0x62, 0x0c, 0xbe, 0x48, 0x57, 0x00, 0xbd,
  0xc7, 0x95, 0x9f, 0xbc, 0x13, 0x2e, 0xbd, 0xbd, 0xb2, 0x3e, 0x15, 0xbe,
  0x61, 0xa4, 0xa4, 0xbd, 0x31, 0x4d, 0x0b, 0xbe, 0x00, 0xaa, 0xff, 0x3a,
  0xad, 0xa8, 0xea, 0xbd, 0x6d, 0x27, 0x35, 0xbd, 0xe7, 0x3c, 0x4e, 0x3d,
  0x55, 0x83, 0x31, 0xbe, 0x46, 0x53, 0x55, 0xbd, 0x17, 0x1b, 0x6f, 0x3d,
  0xf8, 0x5f, 0xee, 0xbd, 0x22, 0x15, 0x97, 0x3d, 0x05, 0xff, 0x2b, 0x3e,
  0x2b, 0x05, 0xfb, 0xbd, 0x99, 0xf1, 0xe3, 0x3d, 0x0e, 0x25, 0x87, 0x3d,
  0x7f, 0xec, 0x8b, 0x3d, 0x8e, 0xe2, 0xa9, 0x3d, 0x8a, 0x2e, 0x86, 0xbd,
  0x78, 0xd8, 0xef, 0x3d, 0xa7, 0x7c, 0x38, 0x3d, 0x84, 0xda, 0xa2, 0xbd,
  0x08, 0x90, 0x28, 0x3d, 0xb0, 0xa1, 0x2c, 0xbd, 0xaf, 0x80, 0x09, 0xbe,
  0xf0, 0x45, 0x8b, 0x3d, 0x3a, 0x01, 0xab, 0xbd, 0x08, 0xce, 0xd9, 0x3c,
  0x02, 0x61, 0xaa, 0xbd, 0xd6, 0x76, 0x87, 0x3d, 0x6c, 0xb7, 0x0f, 0x3d,
  0x45, 0x43, 0xf9, 0xbd, 0x4c, 0x51, 0xa6, 0xbd, 0x5c, 0xe9, 0x06, 0xbd,
  0x5a, 0xc7, 0x71, 0xbd, 0x97, 0x43, 0x61, 0xbd, 0x5a, 0x9d, 0xfa, 0xbd,
  0x06, 0xe0, 0xef, 0x3d, 0xb1, 0xbb, 0xd4, 0x3d, 0xd0, 0xa6, 0x59, 0xbd,
  0x10, 0x43, 0x19, 0x3c, 0xef, 0xe1, 0x67, 0x3d, 0xb6, 0x85, 0x57, 0xbd,
  0x18, 0x83, 0x46, 0x3d, 0x5a, 0xc3, 0x23, 0x3d, 0x95, 0xbb, 0x99, 0x3d,
  0xdc, 0xeb, 0x53, 0xbc, 0x88, 0xda, 0x6d, 0xbd, 0x96, 0x2a, 0x8f, 0xbb,
  0xc5, 0x23, 0x00, 0x3e, 0xe4, 0x63, 0x6f, 0x3d, 0x5d, 0xaa, 0xb0, 0x3d,
  0x54, 0x90, 0x59, 0xbd, 0x20, 0x67, 0x1c, 0xbd, 0xc7, 0x7e, 0x2b, 0xbe,
  0xfb, 0x7f, 0x9d, 0xbd, 0x57, 0x95, 0x1a, 0x3e, 0x34, 0x01, 0x26, 0x3d,
  0xa0, 0x8c, 0xac, 0x3b, 0x26, 0x29, 0x39, 0xbc, 0xac, 0x15, 0xd4, 0x3d,
  0x20, 0x4d, 0xf5, 0x3b, 0x10, 0x20, 0x0b, 0xbc, 0xd0, 0xbe, 0x98, 0xba,
  0x29, 0x05, 0xb1, 0x3d, 0xb0, 0x8a, 0xd5, 0x3c, 0x96, 0x1e, 0x09, 0xbe,
  0x18, 0x0d, 0x15, 0xbe, 0xf7, 0xe8, 0x8c, 0xbd, 0xc3, 0xe5, 0xf9, 0xbd,
  0xbc, 0x21, 0xd0, 0xbd, 0x05, 0xf2, 0x12, 0xbe, 0x10, 0xd8, 0xe1, 0xbc,
  0x33, 0x56, 0x83, 0xbc, 0x63, 0x00, 0x06, 0x3e, 0xa3, 0x38, 0x1c, 0x3e,
  0xa4, 0x17, 0xba, 0xbd, 0xfc, 0xc7, 0x25, 0xbe, 0x57, 0xcc, 0x2d, 0xbe,
  0x6c, 0x45, 0x76, 0x3d, 0x24, 0x7e, 0x6a, 0xbd, 0x48, 0x50, 0x31, 0x3d,
  0x79, 0x12, 0xb1, 0xbd, 0x16, 0x36, 0x0c, 0xbe, 0x3c, 0x3e, 0x9a, 0xbd,
  0x30, 0x85, 0x88, 0x3c, 0xc7, 0x8a, 0xbc, 0xbd, 0x00, 0xea, 0xb0, 0x3c,
  0xa0, 0x3a, 0xee, 0x3c, 0x2e, 0xae, 0xb3, 0xbd, 0xde, 0x2e, 0xf5, 0x3d,
  0x82, 0x9a, 0xdf, 0x3d, 0x10, 0xcd, 0x10, 0xbd, 0x63, 0x8a, 0x02, 0x3e,
  0x56, 0x70, 0xbb, 0x3d, 0x2f, 0xb5, 0x01, 0x3e, 0x5a, 0x13, 0x23, 0xbe,
  0x27, 0x1c, 0x19, 0x3e, 0x33, 0xda, 0x24, 0x3e, 0xd0, 0xcd, 0x31, 0xbe,
  0xa6, 0x67, 0xfe, 0x3d, 0x14, 0x60, 0x28, 0x3d, 0xd4, 0x91, 0x32, 0x3d,
  0xba, 0xc1, 0xa7, 0x3d, 0x40, 0x0a, 0x78, 0xbb, 0x08, 0xf1, 0x0b, 0xbd,
  0x2e, 0x77, 0xa6, 0xbd, 0x70, 0xb4, 0x7f, 0x3c, 0x95, 0x18, 0x13, 0x3e,
  0x48, 0xc6, 0x6b, 0x3d, 0x6d, 0x41, 0x18, 0x3e, 0xb8, 0xb1, 0x92, 0xbc,
  0x2e, 0x48, 0xe4, 0x3d, 0x59, 0x93, 0x0a, 0x3e, 0x00, 0x3d, 0x76, 0xbc,
  0x0e, 0x5f, 0xbf, 0xbd, 0x7b, 0x31, 0x28, 0x3e, 0xfd, 0xfd, 0x2b, 0x3e,
  0x8f, 0x20, 0x1e, 0xbe, 0x2d, 0xab, 0x24, 0xbe, 0xcd, 0x05, 0x1b, 0x3e,
  0x20, 0xa2, 0xae, 0xbb, 0x82, 0x30, 0xf7, 0x3d, 0x33, 0xe2, 0xa6, 0xbd,
  0x2c, 0x7b, 0x13, 0xbe, 0x90, 0xb8, 0xb2, 0xbc, 0x1d, 0xcc, 0x17, 0xbe,
  0x50, 0x5b, 0x6a, 0xbd, 0xcc, 0x23, 0x52, 0xbd, 0x60, 0xae, 0xd9, 0xbb,
  0x86, 0xa4, 0xff, 0x3d, 0x40, 0x87, 0xa0, 0x3b, 0xc4, 0xc6, 0x1a, 0x3d,
  0x98, 0xb1, 0xd8, 0x3c, 0xe4, 0x21, 0x2d, 0xbd, 0x58, 0x3e, 0xa7, 0xbc,
  0x4c, 0x45, 0xa4, 0xbd, 0x9c, 0x5b, 0x94, 0x3d, 0x28, 0x43, 0xd3, 0x3c,
  0x70, 0x5e, 0x18, 0x3d, 0xd6, 0xf8, 0x33, 0xbe, 0x46, 0x81, 0xb8, 0xbd,
  0xb0, 0xb1, 0x34, 0x3d, 0xad, 0x6c, 0xb0, 0xbd, 0x90, 0xa8, 0x0b, 0xbd,
  0xa7, 0x70, 0xa8, 0xbd, 0x70, 0x34, 0xc1, 0x3c, 0xe9, 0xd5, 0xb3, 0xbd,
  0xc0, 0xb1, 0x31, 0xbc, 0xa6, 0x41, 0x03, 0xbe, 0x9e, 0x62, 0x18, 0xbe,
  0x1c, 0xe9, 0x22, 0x3d, 0x40, 0x67, 0xb4, 0xbb, 0xbb, 0x5c, 0x20, 0x3e,
  0x4c, 0x6f, 0x21, 0xbe, 0x28, 0x57, 0x88, 0xbc, 0xf5, 0x1c, 0x22, 0x3e,
  0x1b, 0xd2, 0xa3, 0xbd, 0x3c, 0xac, 0x09, 0xbe, 0xef, 0x16, 0x0d, 0x3e,
  0xe0, 0x29, 0x5b, 0x3d, 0x67, 0xb3, 0x2f, 0xbe, 0x24, 0xae, 0x14, 0x3d,
  0xd2, 0x60, 0xe0, 0x3d, 0xe2, 0xc8, 0xf9, 0x3d, 0x98, 0x3b, 0xe1, 0x3c,
  0xd0, 0x9f, 0x47, 0x3c, 0xf2, 0xaf, 0x09, 0xbe, 0xa8, 0x98, 0x92, 0x3d,
  0xbf, 0x33, 0x90, 0xbd, 0x1f, 0xc1, 0x30, 0xbe, 0xe8, 0x29, 0x98, 0xbc,
  0x83, 0x6a, 0x29, 0x3e, 0x12, 0x58, 0x26, 0xbe, 0xa0, 0x9c, 0xa8, 0xbb,
  0xb8, 0x60, 0x66, 0x3d, 0x85, 0xb0, 0xff, 0xbd, 0x36, 0x47, 0xa5, 0x3d,
  0xc6, 0x69, 0x16, 0xbe, 0xae, 0xf6, 0x9b, 0x3d, 0xe2, 0x4f, 0xdf, 0x3d,
  0x5b, 0x6b, 0x25, 0x3e, 0xf6, 0x6c, 0xb9, 0x3d, 0x47, 0xc0, 0x2a, 0x3e,
  0x6b, 0xbd, 0xe7, 0xbd, 0xb7, 0x4c, 0x1b, 0xbe, 0xbc, 0x64, 0x19, 0xbe,
  0x40, 0xfa, 0xc1, 0x3c, 0xd2, 0xb8, 0x00, 0xbe, 0x56, 0x03, 0x9c, 0xbd,
  0x42, 0xa3, 0xc1, 0xbd, 0x5e, 0xd2, 0xcd, 0x3d, 0xe0, 0x5b, 0x10, 0xbe,
  0x10, 0xf7, 0x59, 0xbc, 0xd6, 0xe8, 0x8b, 0x3d, 0x20, 0xc1, 0x57, 0xbd,
  0xbb, 0xc5, 0x1f, 0xbe, 0x57, 0xe0, 0x9a, 0xbd, 0x31, 0xee, 0xe2, 0xbd,
  0x64, 0xce, 0xef, 0xbd, 0x00, 0xf7, 0x38, 0x3a, 0x80, 0xd4, 0xb5, 0x3c,
  0x20, 0xc0, 0xd8, 0xbb, 0xd8, 0xf7, 0x1b, 0x3d, 0xa7, 0x65, 0x10, 0xbe,
  0xf0, 0xce, 0x83, 0x3d, 0x96, 0xb2, 0xca, 0x3d, 0x44, 0x93, 0x7f, 0x3d,
  0x35, 0x35, 0x29, 0xbe, 0x10, 0x86, 0x2c, 0x3c, 0xd4, 0x5d, 0x6f, 0xbd,
  0x41, 0x65, 0x08, 0x3e, 0x5e, 0x99, 0xbf, 0xbd, 0xba, 0x7d, 0x1b, 0xbe,
  0xca, 0x5e, 0x80, 0x3d, 0xcb, 0x4f, 0x22, 0xbe, 0x00, 0xec, 0x06, 0xbd,
  0x3e, 0xa1, 0xa3, 0x3d, 0x5b, 0xff, 0xdf, 0xbd, 0x00, 0x24, 0x88, 0x3a,
  0xd4, 0x47, 0x7a, 0xbd, 0x7d, 0x61, 0x25, 0x3e, 0x30, 0xf4, 0x8c, 0x3d,
  0x48, 0x95, 0x71, 0x3d, 0x5c, 0x7f, 0x0b, 0x3d, 0x5d, 0x4c, 0x03, 0xbe,
  0x12, 0xde, 0xae, 0x3d, 0x3a, 0xb9, 0x05, 0xbe, 0xf5, 0xa1, 0x2d, 0xbe,
  0xd9, 0x5c, 0x14, 0xbe, 0xc9, 0x42, 0x25, 0xbe, 0x84, 0x6b, 0xed, 0xbd,
  0x97, 0xb1, 0x33, 0x3e, 0x9b, 0x5f, 0x13, 0x3e, 0xf0, 0x7e, 0xd5, 0x3c,
  0xa2, 0x18, 0x8c, 0xbd, 0xc0, 0x00, 0x08, 0x3d, 0x80, 0x29, 0x4f, 0xbd,
  0xb1, 0x61, 0x19, 0x3e, 0xed, 0xd2, 0x20, 0xbe, 0x07, 0x2b, 0x32, 0xbe,
  0x8f, 0x45, 0x01, 0x3e, 0xb8, 0xca, 0xc3, 0xbc, 0xed, 0x94, 0x30, 0x3e,
  0x66, 0x0f, 0xb5, 0x3d, 0x18, 0xca, 0xc7, 0xbd, 0x3b, 0x1a, 0x15, 0xbe,
  0x1c, 0xcc, 0x8b, 0xbd, 0x4e, 0x89, 0x88, 0x3d, 0x76, 0x0d, 0xbe, 0x3d,
  0x4c, 0x97, 0x04, 0xbd, 0x06, 0xfc, 0x59, 0xbd, 0x60, 0x9f, 0x9d, 0x3b,
  0xe0, 0xc2, 0x0a, 0x3d, 0x02, 0xed, 0xcc, 0x3d, 0x80, 0xb2, 0xf4, 0x3c,
  0x4d, 0x80, 0xc9, 0xbd, 0x25, 0x29, 0x0f, 0x3e, 0x6c, 0x29, 0x26, 0x3d,
  0x92, 0x8f, 0x8e, 0xbd, 0xca, 0x42, 0xc4, 0x3d, 0x18, 0x24, 0x05, 0xbe,
  0x37, 0xfe, 0x31, 0x3e, 0xd0, 0xd7, 0xda, 0xbc, 0xb6, 0x7d, 0xd5, 0x3d,
  0xcf, 0xc7, 0x03, 0x3e, 0x51, 0x60, 0xcb, 0xbd, 0x50, 0x72, 0xb7, 0xbc,
  0x48, 0x2b, 0x4e, 0x3d, 0xce, 0xd0, 0x09, 0xbe, 0x6c, 0xc5, 0x19, 0x3d,
  0xc0, 0x13, 0x08, 0xbd, 0x4b, 0x5f, 0x26, 0x3e, 0x51, 0x52, 0x86, 0xbd,
  0x60, 0xc7, 0xe8, 0x3b, 0x43, 0xc2, 0x1c, 0x3e, 0xa4, 0x31, 0x58, 0x3d,
  0x16, 0x2a, 0xed, 0xbd, 0xd3, 0xa7, 0x0d, 0x3e, 0x00, 0xc5, 0x0c, 0x3a,
  0x25, 0x3d, 0xfc, 0xbd, 0xc5, 0xd8, 0x23, 0x3e, 0xb0, 0xca, 0xe2, 0x3c,
  0x9c, 0x0d, 0x57, 0x3d, 0x10, 0x69, 0xb7, 0xbd, 0x00, 0x00, 0x26, 0x39,
  0x00, 0x4e, 0x65, 0xbb, 0x88, 0x14, 0xa4, 0x3c, 0x7d, 0x52, 0x11, 0xbe,
  0x07, 0x67, 0xcc, 0xbd, 0xc0, 0xdd, 0x51, 0x3d, 0x55, 0x52, 0x22, 0x3e,
  0x3b, 0xe5, 0x29, 0xbe, 0x80, 0x77, 0x41, 0xbc, 0x7f, 0x1e, 0x30, 0xbe,
  0xa0, 0xfc, 0xf2, 0xbc, 0x8c, 0x91, 0x55, 0x3d, 0x55, 0x90, 0x1a, 0x3e,
  0xf0, 0xa0, 0x67, 0xbc, 0x28, 0x3a, 0xc2, 0xbc, 0x18, 0x38, 0xca, 0xbc,
  0x36, 0xf1, 0xae, 0x3d, 0x7a, 0xb6, 0xdb, 0xbd, 0x38, 0x80, 0x4b, 0x3d,
  0xf6, 0x2e, 0x98, 0x3d, 0x0c, 0xde, 0x6d, 0x3d, 0xc3, 0x24, 0x06, 0xbe,
  0x83, 0x8d, 0x02, 0xbe, 0x09, 0x78, 0x17, 0xbe, 0xf0, 0x1d, 0xb3, 0x3c,
  0x86, 0xe4, 0x97, 0x3d, 0xea, 0x6f, 0x06, 0xbe, 0x8f, 0xe9, 0x1b, 0x3e,
  0xd8, 0x84, 0xe6, 0x3c, 0x85, 0xd7, 0x1c, 0x3e, 0x95, 0x2d, 0x0b, 0x3e,
  0xe8, 0x2c, 0x11, 0xbd, 0x5f, 0xcf, 0x26, 0x3e, 0x15, 0xb7, 0x89, 0xbd,
  0x4a, 0x02, 0xaa, 0xbd, 0xf0, 0xc0, 0x72, 0x3c, 0xf2, 0x85, 0x54, 0xbd,
  0xc0, 0x78, 0x3a, 0xbc, 0x32, 0x60, 0x0c, 0xbe, 0xda, 0x5f, 0x83, 0x3d,
  0x68, 0x7c, 0x24, 0xbe, 0x74, 0xac, 0x06, 0xbd, 0x48, 0x5e, 0x5d, 0x3d,
  0x30, 0xd5, 0x92, 0x3c, 0x26, 0xd9, 0xa0, 0x3d, 0xae, 0x10, 0xad, 0x3d,
  0x4c, 0xe3, 0x30, 0xbd, 0x71, 0xc3, 0x2a, 0xbe, 0x79, 0x84, 0x15, 0xbe,
  0xeb, 0x06, 0x1d, 0x3e, 0x8a, 0xf9, 0xd8, 0x3d, 0x00, 0xcd, 0x6c, 0x3b,
  0x92, 0x7d, 0xed, 0xbd, 0x39, 0x3f, 0x2a, 0xbe, 0xff, 0xe3, 0xe8, 0xbd,
  0x88, 0x3e, 0xb3, 0xbc, 0x71, 0xff, 0x07, 0x3e, 0xee, 0x0c, 0xc2, 0x3d,
  0xe0, 0xbf, 0xf3, 0xbd, 0x60, 0xa2, 0xb1, 0xbb, 0x52, 0xe1, 0xbf, 0x3d,
  0x42, 0x70, 0xb0, 0xbd, 0xf0, 0xe4, 0x2c, 0xbe, 0x3c, 0x95, 0x8d, 0x3d,
  0x33, 0x22, 0x0c, 0xbe, 0xc4, 0x28, 0x07, 0xbe, 0x50, 0x03, 0x14, 0xbe,
  0x34, 0x1d, 0x12, 0x3d, 0x40, 0x35, 0x7d, 0xbb, 0x94, 0xdd, 0xff, 0xbd,
  0xc4, 0x53, 0xcf, 0xbd, 0xc1, 0x9c, 0x83, 0xbd, 0xd7, 0x22, 0x8c, 0xbd,
  0xee, 0xff, 0x24, 0xbe, 0x40, 0xa9, 0x44, 0x3d, 0x40, 0x2d, 0x57, 0xbd,
  0x69, 0x35, 0x0f, 0xbe, 0xb3, 0x3b, 0x99, 0xbd, 0xf2, 0xe9, 0xb3, 0x3d,
  0xcf, 0x6b, 0x1a, 0x3e, 0x7b, 0x47, 0x87, 0xbd, 0x3a, 0x83, 0x13, 0xbe,
  0x10, 0x82, 0xec, 0xbd, 0x7c, 0x0e, 0x28, 0xbe, 0xcf, 0x9a, 0x07, 0x3e,
  0xe0, 0x20, 0x81, 0xbc, 0xc0, 0x58, 0xa9, 0xbb, 0xbb, 0xd1, 0x03, 0xbe,
  0xa8, 0xe7, 0xe9, 0xbd, 0x32, 0xc3, 0xa3, 0x3d, 0x28, 0x76, 0x13, 0xbe,
  0x46, 0x08, 0xed, 0x3d, 0x78, 0x1f, 0x74, 0x3d, 0x4a, 0xd2, 0xf2, 0x3d,
  0xa0, 0xa9, 0xc8, 0x3c, 0xa8, 0x7a, 0x14, 0x3d, 0xa0, 0x08, 0x21, 0xbe,
  0xc4, 0x50, 0x0c, 0x3d, 0x00, 0x22, 0x20, 0x3c, 0x38, 0xb0, 0x87, 0x3d,
  0x28, 0xe0, 0x1e, 0x3d, 0x98, 0xca, 0x85, 0xbd, 0xba, 0x87, 0xd5, 0xbd,
  0xb6, 0xf6, 0x1a, 0xbe, 0x34, 0x0a, 0x7e, 0x3d, 0x40, 0xa4, 0x56, 0xbd,
  0xeb, 0x1a, 0x17, 0xbe, 0x58, 0x86, 0x5c, 0x3d, 0x80, 0x08, 0x9c, 0x3b,
  0xa3, 0xc0, 0xdc, 0xbd, 0x90, 0xbe, 0xdb, 0xbd, 0xa2, 0x86, 0xdf, 0x3d,
  0x2e, 0xa2, 0xcc, 0x3d, 0x82, 0xf6, 0xb1, 0x3d, 0x1f, 0xa0, 0x12, 0xbe,
  0xd0, 0x5a, 0x11, 0x3c, 0x90, 0xa2, 0x36, 0x3d, 0xe8, 0x55, 0xbf, 0x3c,
  0x03, 0x9b, 0x22, 0xbe, 0x80, 0xe4, 0x65, 0x3c, 0xe0, 0xc1, 0x15, 0xbd,
  0xe6, 0xbe, 0xc5, 0x3d, 0x10, 0x54, 0x3d, 0xbd, 0x18, 0xd4, 0xc6, 0xbc,
  0xab, 0x8c, 0xa0, 0xbd, 0x6f, 0x2c, 0x2b, 0x3e, 0xc0, 0xcb, 0x80, 0x3d,
  0xc7, 0xd3, 0x0b, 0xbe, 0x6f, 0xf6, 0xa7, 0xbd, 0xc6, 0x89, 0xdb, 0xbd,
  0xfe, 0x40, 0xb4, 0x3d, 0x06, 0x04, 0xe7, 0x3d, 0xee, 0xec, 0xfb, 0x3d,
  0x69, 0x61, 0x25, 0xbe, 0x4f, 0x94, 0x08, 0xbe, 0xa0, 0xf2, 0xb2, 0x3b,
  0x00, 0x41, 0x80, 0xbd, 0xbb, 0xb7, 0xd4, 0xbd, 0x14, 0x93, 0x87, 0xbd,
  0x20, 0x2a, 0x04, 0x3d, 0x04, 0x59, 0x38, 0xbd, 0x02, 0xf9, 0x21, 0xbe,
  0x4a, 0xb2, 0xa5, 0x3d, 0x22, 0x8d, 0xe7, 0x3d, 0x9f, 0xe9, 0xf2, 0xbd,
  0x42, 0xb5, 0xe8, 0xbd, 0x12, 0x26, 0xd3, 0x3d, 0x18, 0x5a, 0x1f, 0xbd,
  0xba, 0xae, 0xcd, 0xbd, 0x86, 0x59, 0x8e, 0x3d, 0xee, 0x18, 0xaf, 0x3d,
  0x38, 0x8a, 0xb2, 0x3c, 0x70, 0xd2, 0x2d, 0xbe, 0x98, 0x83, 0xc9, 0x3c,
  0x88, 0xab, 0xb0, 0xbc, 0x45, 0x76, 0x21, 0x3e, 0xd0, 0xf9, 0xcb, 0x3c,
  0xb8, 0x79, 0x87, 0x3c, 0x6e, 0xfe, 0xfd, 0x3d, 0x51, 0x70, 0x98, 0xbd,
  0x3e, 0x38, 0x2e, 0xbe, 0x4e, 0xb7, 0xe6, 0x3d, 0x78, 0x65, 0xc2, 0xbd,
  0xb5, 0xf1, 0xd9, 0xbd, 0x38, 0xc9, 0x16, 0x3d, 0xde, 0xa2, 0xa6, 0xbd,
  0x60, 0x11, 0xb8, 0xbd, 0xec, 0x75, 0x0b, 0xbe, 0x55, 0x78, 0x1f, 0x3e,
  0xc8, 0x17, 0xd5, 0xbc, 0xc5, 0x2c, 0xca, 0xbd, 0x2c, 0x17, 0x28, 0xbe,
  0xc0, 0x57, 0xfd, 0xbc, 0xd3, 0x0c, 0x89, 0xbd, 0xdd, 0x8a, 0x17, 0x3e,
  0x90, 0xe8, 0xab, 0x3e, 0x44, 0x5a, 0x91, 0x3e, 0xc6, 0x5b, 0xc1, 0x3d,
  0xa3, 0x93, 0x8a, 0xbd, 0x64, 0x9c, 0x21, 0x3e, 0x1d, 0x62, 0x6e, 0x3f,
  0xa3, 0x5d, 0x1e, 0x3e, 0x67, 0xcc, 0xdd, 0xbc, 0x00, 0xa0, 0xc7, 0xb9,
  0xe6, 0x7d, 0xf9, 0x3d, 0x60, 0x9f, 0xd0, 0xbb, 0xef, 0xbb, 0x2c, 0xbe,
  0xb9, 0x91, 0x42, 0x3f, 0x67, 0xb1, 0xcd, 0xbd, 0x8e, 0x96, 0xbb, 0x3d,
  0xca, 0x90, 0xca, 0xbe, 0xe1, 0x96, 0x17, 0x3e, 0x1e, 0x15, 0x88, 0xbd,
  0xf6, 0x8b, 0xfa, 0x3d, 0x20, 0xff, 0x27, 0x3d, 0xcd, 0xb4, 0x64, 0x3e,
  0x00, 0x70, 0x01, 0x39, 0xcb, 0x02, 0x33, 0x3e, 0xf9, 0x7d, 0xfd, 0xbd,
  0x7e, 0xd3, 0x2f, 0x3e, 0xe2, 0x6c, 0xe4, 0x3d, 0x0c, 0x21, 0x0c, 0x3f,
  0xa0, 0xb1, 0xca, 0xbc, 0x4f, 0x45, 0xc0, 0x3d, 0xe0, 0x96, 0x18, 0xbd,
  0x2a, 0x56, 0x5b, 0x3f, 0xe0, 0x09, 0x86, 0xbe, 0x08, 0x5c, 0x04, 0x3d,
  0x66, 0xa3, 0x6a, 0x3e, 0x22, 0xb8, 0x47, 0xbe, 0xce, 0x13, 0x96, 0x3d,
  0x42, 0xd7, 0x89, 0x3f, 0xc0, 0xcb, 0xcc, 0x3e, 0x0d, 0x87, 0x2e, 0x3f,
  0xd3, 0x48, 0x2e, 0x3e, 0x10, 0x79, 0x1d, 0xbe, 0xd8, 0x5e, 0x00, 0xbe,
  0x09, 0xae, 0x98, 0xbd, 0xc9, 0xe5, 0xc6, 0xbd, 0xed, 0xc2, 0xbc, 0xbd,
  0x86, 0x89, 0x7d, 0x3f, 0x30, 0x9f, 0xb5, 0xbc, 0xee, 0xa6, 0xce, 0x3d,
  0xfe, 0x37, 0x1a, 0x3e, 0xa0, 0x5a, 0x4c, 0xbd, 0xa5, 0xb9, 0x7b, 0x3e,
  0x86, 0x8b, 0x0d, 0x3f, 0xf0, 0x2d, 0x86, 0x3f, 0x43, 0xb7, 0x1e, 0xbe,
  0x5f, 0x7f, 0x67, 0x3d, 0x96, 0xb8, 0xc3, 0x3d, 0x85, 0x48, 0x18, 0xbe,
  0x29, 0x6c, 0x48, 0xbb, 0xdc, 0x4d, 0xbf, 0x3e, 0x9a, 0xb6, 0x57, 0x3f,
  0x28, 0xf4, 0x21, 0xbe, 0x49, 0x76, 0x15, 0x3f, 0xce, 0xd3, 0x44, 0xbf,
  0xd4, 0x33, 0x94, 0x3e, 0xef, 0xf2, 0x16, 0xbe, 0x6d, 0x1d, 0xcf, 0x3d,
  0x53, 0xb8, 0x04, 0xbe, 0xf1, 0xb2, 0x22, 0xbe, 0x69, 0x97, 0xfc, 0xbd,
  0x30, 0xcf, 0x07, 0x3c, 0xbf, 0xaa, 0x02, 0xbe, 0x09, 0xd9, 0x8d, 0x3c,
  0x11, 0x09, 0x53, 0xbe, 0xf1, 0x9a, 0x7c, 0x3f, 0x20, 0x90, 0xcd, 0x3c,
  0x87, 0xba, 0x2c, 0x3e, 0x1e, 0xd6, 0xbc, 0x3c, 0x40, 0x90, 0x51, 0xbb,
  0x92, 0x80, 0x54, 0x3e, 0x90, 0xdd, 0xe4, 0xbd, 0xe8, 0x85, 0xa3, 0x3e,
  0x13, 0x10, 0xa0, 0x3e, 0xfa, 0xdc, 0x97, 0x3d, 0x7c, 0x09, 0x3d, 0xbf,
  0x98, 0xa1, 0x54, 0x3f, 0x27, 0x22, 0x00, 0x3e, 0x00, 0x48, 0x92, 0xb8,
  0x0d, 0x65, 0xe2, 0x3d, 0x4a, 0x21, 0x4f, 0x3d, 0x15, 0x69, 0x03, 0x3e,
  0x55, 0xa0, 0x45, 0x3f, 0x09, 0xee, 0x8d, 0x3e, 0x24, 0xfa, 0x67, 0x3d,
  0xf2, 0xfb, 0x82, 0xbd, 0x38, 0x80, 0xe9, 0xbc, 0x59, 0xe7, 0xd7, 0x3e,
  0x6e, 0xd0, 0x44, 0xbf, 0xc8, 0x08, 0x3a, 0x3e, 0xd0, 0x04, 0xec, 0xbc,
  0xb8, 0xed, 0xb8, 0x3d, 0x05, 0x99, 0x55, 0x3f, 0x0e, 0xf7, 0xd9, 0xbe,
  0x33, 0x6a, 0x33, 0xbe, 0xd5, 0xd4, 0x06, 0x3e, 0x00, 0xe6, 0x03, 0xba,
  0x96, 0x11, 0x90, 0x3d, 0x36, 0x81, 0xab, 0x3d, 0x07, 0x6f, 0xb7, 0xbd,
  0x29, 0xef, 0x2e, 0xbe, 0xe8, 0xbf, 0xb1, 0x3c, 0x2e, 0xf1, 0xdc, 0x3d,
  0x6c, 0xb5, 0x83, 0x3e, 0x97, 0x28, 0x1a, 0x3e, 0xde, 0x57, 0xcd, 0x3d,
  0x26, 0x9b, 0x32, 0xbe, 0x49, 0x91, 0x63, 0x3e, 0xa4, 0x41, 0xd7, 0xbd,
  0xea, 0xb3, 0x1e, 0xbe, 0xca, 0xb2, 0x59, 0x3f, 0xb0, 0xac, 0x1f, 0xbd,
  0x3d, 0x2f, 0x2d, 0x3e, 0xc0, 0x32, 0x4f, 0x3c, 0x54, 0x6c, 0xc4, 0xbd,
  0x33, 0xda, 0xd3, 0x3e, 0xaa, 0xb2, 0xbf, 0x3d, 0x4c, 0xbe, 0x9e, 0x3f,
  0x0b, 0x0f, 0xcb, 0xbd, 0x10, 0x81, 0x83, 0x3d, 0x83, 0x44, 0xdf, 0x3d,
  0x4c, 0x9a, 0x9b, 0xbd, 0x4d, 0x20, 0x00, 0xbd, 0x2b, 0x4f, 0x04, 0x3e,
  0x2e, 0x5e, 0x05, 0x3e, 0x54, 0x0c, 0xa4, 0x3d, 0xa0, 0xc6, 0xa7, 0xbc,
  0xd9, 0x98, 0x87, 0x3c, 0xba, 0x18, 0xa8, 0x3d, 0x60, 0x27, 0xad, 0x3c,
  0x81, 0x73, 0x2c, 0x3e, 0x95, 0x60, 0x05, 0x3e, 0x92, 0x58, 0x13, 0xbe,
  0xba, 0x36, 0xd7, 0x3d, 0x60, 0x71, 0x4c, 0xbc, 0x1c, 0x17, 0xb4, 0x3c,
  0x29, 0xd1, 0x2f, 0x3e, 0xa6, 0x35, 0x5c, 0xbd, 0x51, 0x52, 0x23, 0xbe,
  0xa4, 0x76, 0x04, 0xbe, 0x0e, 0x94, 0xc0, 0x3c, 0xaa, 0x63, 0xce, 0x3d,
  0x18, 0x25, 0x1e, 0xbd, 0xf8, 0xa2, 0xa9, 0x3c, 0xce, 0xb6, 0x17, 0xbe,
  0xe4, 0xe2, 0x42, 0x3d, 0x10, 0x40, 0x38, 0xbe, 0xf1, 0x2c, 0xd7, 0xbd,
  0x27, 0x77, 0xf4, 0x3d, 0x79, 0x28, 0x28, 0x3e, 0xad, 0x6b, 0xa9, 0xbd,
  0x51, 0xe2, 0x0c, 0xbe, 0x42, 0xab, 0xc5, 0xbd, 0xdd, 0xb0, 0xfb, 0xbd,
  0x90, 0xf0, 0x0b, 0xbd, 0xe9, 0xdc, 0xa3, 0xbd, 0xdd, 0x0f, 0x34, 0x3b,
  0xb3, 0x83, 0xfa, 0xbd, 0x39, 0xe3, 0x8f, 0xbc, 0x4f, 0x70, 0x22, 0x3e,
  0x5c, 0xde, 0x11, 0xbd, 0x12, 0x06, 0x95, 0x3d, 0x40, 0xa6, 0xc3, 0xbd,
  0x68, 0xf5, 0xfe, 0xbd, 0x2f, 0x76, 0x24, 0x3e, 0xfb, 0xe4, 0xb5, 0xbd,
  0x9c, 0xae, 0x71, 0x3d, 0x10, 0xf3, 0x48, 0x3c, 0x87, 0x4a, 0x1f, 0xbe,
  0x21, 0x78, 0x11, 0x3e, 0x17, 0x69, 0x2f, 0xbe, 0x82, 0x2d, 0x56, 0xbd,
  0x0f, 0xba, 0x05, 0x3e, 0x9d, 0x7e, 0x9c, 0xbd, 0x50, 0x2b, 0xd2, 0x3d,
  0xae, 0x77, 0x97, 0xbd, 0xd0, 0xda, 0x90, 0xbc, 0xae, 0xdc, 0x9c, 0xbd,
  0x39, 0x91, 0xfe, 0xbd, 0xf5, 0x9c, 0x26, 0x3e, 0x68, 0xea, 0xdb, 0xbd,
  0x49, 0x17, 0x38, 0xbd, 0x8c, 0xac, 0xd7, 0xbd, 0xf4, 0xb1, 0xb0, 0xbd,
  0xe8, 0x0a, 0xe1, 0xbc, 0xc8, 0x8f, 0x24, 0xbe, 0xa1, 0x64, 0x62, 0x3d,
  0xb3, 0xb2, 0x01, 0x3e, 0xa8, 0x7c, 0xb4, 0xbd, 0x4b, 0x36, 0xa4, 0xbd,
  0xb3, 0xdc, 0x9d, 0xbd, 0x70, 0x8b, 0x2d, 0xbe, 0x39, 0x1d, 0x05, 0xbe,
  0x31, 0x40, 0xdd, 0xbd, 0xee, 0xe8, 0xf4, 0x3d, 0x70, 0x03, 0x4c, 0xbc,
  0x33, 0x42, 0x19, 0x3e, 0xc6, 0x1b, 0xb1, 0xbd, 0xfc, 0xc4, 0xb3, 0x3d,
  0xf6, 0x59, 0x56, 0xbd, 0xb0, 0x07, 0x5e, 0x3d, 0x59, 0x78, 0x0d, 0xbe,
  0x98, 0x03, 0x04, 0x3d, 0x18, 0xf0, 0x2d, 0x3c, 0xac, 0xa8, 0x97, 0x3b,
  0xee, 0x31, 0x39, 0xbd, 0x88, 0xef, 0xf0, 0xbd, 0x5a, 0xb2, 0xfa, 0x3d,
  0x19, 0x64, 0x8e, 0xbd, 0x54, 0x1a, 0x54, 0xbd, 0x08, 0x21, 0xf6, 0x3d,
  0xb2, 0xfd, 0xec, 0x3d, 0x56, 0x88, 0xb1, 0xbd, 0xc1, 0x7f, 0xa6, 0xbd,
  0x6b, 0xb8, 0xae, 0x3d, 0x01, 0x6f, 0xd1, 0x3c, 0x66, 0x80, 0x2d, 0x3e,
  0xe2, 0xd9, 0xcb, 0xbb, 0x61, 0xe4, 0xef, 0x3c, 0xc5, 0x40, 0x93, 0xbd,
  0x4c, 0x31, 0xa3, 0x3d, 0xec, 0xca, 0xb3, 0x3d, 0x75, 0x50, 0x24, 0x3e,
  0x6c, 0xd8, 0x1c, 0x3e, 0xad, 0xaa, 0xb5, 0xbd, 0x01, 0x9e, 0xe1, 0xbd,
  0x9a, 0x16, 0x90, 0xbd, 0x9f, 0x0a, 0x99, 0xbd, 0x00, 0x21, 0xfb, 0x3c,
  0x40, 0xd0, 0xe5, 0xbc, 0xa0, 0xf5, 0xd6, 0xbc, 0xd4, 0x93, 0xfd, 0xbc,
  0xd7, 0xc8, 0x1b, 0x3a, 0x78, 0x7d, 0x0f, 0xbe, 0x00, 0xe4, 0x1f, 0x39,
  0x52, 0x5b, 0xf0, 0xbc, 0x33, 0xae, 0xe0, 0x3d, 0xda, 0x89, 0xaf, 0x3d,
  0x67, 0x96, 0x8d, 0xbd, 0x2a, 0x89, 0xa7, 0xbd, 0x2f, 0x9a, 0x13, 0xbe,
  0x50, 0x7a, 0x3d, 0x3c, 0x83, 0xc7, 0x07, 0xbe, 0x8c, 0xc9, 0x52, 0xbd,
  0xf2, 0x57, 0xc1, 0x3d, 0xd6, 0xb2, 0x09, 0x3e, 0xf1, 0xd7, 0xd5, 0xbd,
  0x26, 0xf8, 0xed, 0x3d, 0x3a, 0x7c, 0x24, 0x3e, 0x85, 0x0f, 0x96, 0xbc,
  0xa8, 0x29, 0x91, 0x3e, 0x60, 0xe6, 0xe9, 0xbd, 0xa1, 0xec, 0xe4, 0xbd,
  0x80, 0x82, 0x33, 0x3f, 0x71, 0x1b, 0x0a, 0x3e, 0x43, 0x91, 0xd5, 0xbc,
  0x82, 0x27, 0xc2, 0xbd, 0x40, 0xba, 0x99, 0xbd, 0x8a, 0x48, 0xbb, 0x3d,
  0xb8, 0x25, 0x23, 0xbe, 0x5d, 0x30, 0xa6, 0x3f, 0xd4, 0xcf, 0x0c, 0xbe,
  0x68, 0x5c, 0x35, 0x3d, 0x39, 0xf5, 0x02, 0xbe, 0x48, 0x69, 0xcb, 0x3c,
  0x6e, 0x8d, 0xbf, 0x3d, 0xf2, 0xa9, 0x83, 0x3d, 0x77, 0xc1, 0x8a, 0xbd,
  0xb0, 0xec, 0xe2, 0xbd, 0x70, 0xd7, 0xc1, 0x3c, 0xf3, 0xec, 0x15, 0xbe,
  0x38, 0xd3, 0xb0, 0x3c, 0xc4, 0x63, 0x62, 0x3e, 0x67, 0x01, 0x28, 0x3e,
  0x5f, 0x07, 0x21, 0x3f, 0xa8, 0xdb, 0xe5, 0xbc, 0xc6, 0x4f, 0x38, 0x3e,
  0x30, 0x48, 0x26, 0x3c, 0xf2, 0x2f, 0x6b, 0x3f, 0x99, 0xc9, 0x3f, 0xbd,
  0xd4, 0xc1, 0x00, 0x3d, 0x94, 0xc9, 0x07, 0x3f, 0x49, 0x0c, 0xa0, 0xbe,
  0xe7, 0xf5, 0x16, 0xbe, 0x82, 0x9e, 0x8f, 0x3f, 0x6f, 0x6d, 0xb4, 0x3e,
  0xf2, 0xc6, 0x14, 0x3f, 0x90, 0xea, 0x55, 0xbc, 0x5b, 0xbc, 0x24, 0x3e,
  0x60, 0x1b, 0x10, 0xbe, 0x9f, 0x29, 0x84, 0xbd, 0x0e, 0x43, 0xaf, 0xbd,
  0xad, 0x98, 0x20, 0x3e, 0x0e, 0xc2, 0x89, 0x3f, 0xcb, 0xa0, 0x2e, 0x3e,
  0x1a, 0xfc, 0xa4, 0x3d, 0xe7, 0x83, 0xda, 0xbd, 0x80, 0x39, 0x9b, 0xbd,
  0xf5, 0xe0, 0x03, 0x3f, 0xa3, 0xea, 0x3b, 0x3f, 0x7d, 0xca, 0x77, 0x3f,
  0x81, 0xc7, 0xaa, 0xbd, 0x7e, 0x15, 0x12, 0xbe, 0xc3, 0x6f, 0x1d, 0x3e,
  0xc6, 0x68, 0xfb, 0x3d, 0x4f, 0xac, 0x95, 0xbd, 0xc6, 0xed, 0xc7, 0x3e,
  0xd0, 0xc0, 0x92, 0x3f, 0xa2, 0x26, 0x29, 0xbe, 0x19, 0x49, 0x5b, 0x3f,
  0xe9, 0xf7, 0x24, 0xbf, 0x52, 0x98, 0x7e, 0x3e, 0xd8, 0xb7, 0x52, 0xbd,
  0x79, 0xc1, 0x7d, 0x3d, 0xce, 0x59, 0xe5, 0xbe, 0x40, 0xe4, 0x6b, 0x3b,
  0x5e, 0x1f, 0x19, 0xbe, 0xf8, 0xac, 0x0e, 0xbe, 0xb1, 0x47, 0x23, 0x3e,
  0xfa, 0x16, 0x69, 0xbe, 0x27, 0xe2, 0x00, 0xbe, 0xf2, 0x82, 0x63, 0x3f,
  0xc8, 0x7a, 0xe2, 0xbc, 0xca, 0x13, 0xb3, 0x3d, 0x48, 0x77, 0xd4, 0x3d,
  0xf6, 0x57, 0xdd, 0x3d, 0xf7, 0x90, 0x69, 0x3e, 0x8e, 0xfc, 0x07, 0xbe,
  0x44, 0xbc, 0xcc, 0x3d, 0x7e, 0xc0, 0x7b, 0x3e, 0x78, 0x7e, 0x1f, 0xbd,
  0xfd, 0x9c, 0x4b, 0xbf, 0xd0, 0xf2, 0x64, 0x3f, 0xcd, 0x01, 0xef, 0x3d,
  0xa5, 0xef, 0xac, 0xbd, 0x11, 0x8a, 0xf1, 0x3d, 0x50, 0xfc, 0xf1, 0x3c,
  0xf4, 0x43, 0xcd, 0xbd, 0x9f, 0x40, 0x53, 0x3f, 0xa0, 0x05, 0x11, 0x3f,
  0x6d, 0x37, 0xe6, 0xbd, 0xec, 0xd2, 0xe5, 0x3d, 0xb4, 0x04, 0x11, 0x3d,
  0xac, 0x18, 0xa3, 0x3e, 0xe8, 0x04, 0x2a, 0xbf, 0x22, 0xf4, 0x92, 0x3e,
  0x41, 0xee, 0x19, 0x3e, 0x49, 0x09, 0x30, 0x3e, 0x64, 0x7b, 0x87, 0x3f,
  0x16, 0xcf, 0x0c, 0xbf, 0xc0, 0x50, 0x64, 0x3b, 0x68, 0xb7, 0xb9, 0x3a,
  0x92, 0x25, 0xc9, 0xbd, 0x06, 0xde, 0xf5, 0xbd, 0x34, 0x79, 0x73, 0x3d,
  0xc0, 0xa4, 0x35, 0x3c, 0x62, 0xc5, 0xfa, 0x3d, 0x54, 0xae, 0xeb, 0xbd,
  0xd4, 0xde, 0xc1, 0xbd, 0x75, 0x40, 0xa3, 0x3e, 0xeb, 0x3f, 0x65, 0x3e,
  0x6a, 0x31, 0xbb, 0x3d, 0xe8, 0x40, 0xb7, 0x3c, 0xba, 0x8a, 0xb8, 0x3e,
  0x6e, 0x28, 0x9d, 0xbe, 0x60, 0xd7, 0xa7, 0xbb, 0x03, 0xa6, 0x87, 0x3f,
  0x44, 0xb7, 0xdc, 0xbd, 0x60, 0xc5, 0x89, 0xbb, 0xbf, 0xb8, 0x13, 0x3e,
  0x06, 0xed, 0x84, 0x3d, 0x1a, 0x3c, 0x0d, 0x3f, 0x38, 0x08, 0x09, 0xbe,
  0x6f, 0x2d, 0xbb, 0x3f, 0x9e, 0x86, 0xf3, 0x3d, 0x7c, 0x2a, 0xfe, 0xbd,
  0x6b, 0x86, 0x2d, 0x3e, 0x37, 0xe0, 0x17, 0xbe, 0x7f, 0x48, 0x72, 0xbd,
  0x3d, 0xc8, 0x14, 0x3e, 0x02, 0x03, 0xa2, 0x3d, 0x8d, 0xbb, 0x95, 0xbd,
  0x88, 0x9b, 0xb0, 0x3c, 0x51, 0xc0, 0x2d, 0x3e, 0x19, 0xbd, 0x02, 0x3e,
  0x09, 0x5a, 0x33, 0x3e, 0x28, 0x0f, 0xad, 0xbc, 0xc8, 0xaf, 0xf6, 0x3c,
  0xc0, 0xca, 0xfb, 0x3b, 0xa0, 0xd5, 0x3f, 0xbc, 0xba, 0x7a, 0x09, 0xbe,
  0xed, 0x64, 0xe8, 0x39, 0x2f, 0x51, 0x13, 0x3e, 0x01, 0xca, 0x22, 0x3e,
  0x2e, 0xce, 0x34, 0xbe, 0xa0, 0xfc, 0x0e, 0xbc, 0xa1, 0x4e, 0x0f, 0xbc,
  0x88, 0x29, 0x37, 0x3d, 0x50, 0x64, 0x73, 0xbc, 0x7e, 0xc2, 0x21, 0xbe,
  0x7c, 0x44, 0x0a, 0xbe, 0xe3, 0x90, 0xba, 0xbd, 0xab, 0xa9, 0xe1, 0xbd,
  0x65, 0x12, 0x26, 0x3e, 0x7e, 0x56, 0x11, 0xbb, 0x38, 0xea, 0x54, 0x3d,
  0xa8, 0x40, 0x9a, 0xbc, 0xfb, 0xf9, 0xb6, 0xbd, 0x99, 0x36, 0x0a, 0x3e,
  0x0c, 0x6e, 0x0e, 0xbe, 0x06, 0xdd, 0x2b, 0xbe, 0xbe, 0xbc, 0xc7, 0x3d,
  0xe1, 0x38, 0xa0, 0xbd, 0xf6, 0xc6, 0xd2, 0xbd, 0xbc, 0x60, 0x1a, 0x3d,
  0xab, 0xd8, 0x8a, 0xbd, 0x36, 0xed, 0xdb, 0xbd, 0x42, 0xc8, 0xa0, 0x3d,
  0x80, 0xdf, 0xca, 0x3a, 0x8d, 0x46, 0xfd, 0x3d, 0xfc, 0x6e, 0x40, 0xbd,
  0xff, 0x2d, 0x91, 0xbd, 0x1c, 0x9d, 0x38, 0x3d, 0xf7, 0x70, 0x1b, 0x3e,
  0x80, 0x5f, 0xca, 0x3c, 0x00, 0x9a, 0x3b, 0x3b, 0xca, 0x3f, 0xa5, 0xbd,
  0xba, 0x7a, 0x9b, 0x3d, 0x49, 0x04, 0xa0, 0xbd, 0xa4, 0x40, 0x5e, 0xbd,
  0x9c, 0x97, 0x0b, 0x3e, 0x40, 0x68, 0x47, 0x3b, 0xa8, 0x8e, 0xf5, 0xbd,
  0x6e, 0xb6, 0xee, 0x3d, 0xc3, 0xca, 0x37, 0xbe, 0x2c, 0xf1, 0x77, 0x3d,
  0xaa, 0x6e, 0xe6, 0x3d, 0xf7, 0x51, 0xb8, 0xbd, 0xcc, 0x13, 0x47, 0x3c,
  0x97, 0xc1, 0xd2, 0x3d, 0xc1, 0xc9, 0xaf, 0xbd, 0xed, 0xef, 0x30, 0xbd,
  0x43, 0x8e, 0x50, 0x3d, 0xb2, 0xf6, 0xde, 0x3d, 0xa1, 0x3d, 0x28, 0xbe,
  0x6e, 0x01, 0x34, 0xbe, 0xf7, 0xc7, 0x2b, 0x3e, 0x46, 0x90, 0xd9, 0x3d,
  0xff, 0xcf, 0xd9, 0x3d, 0x71, 0x90, 0x15, 0x3e, 0x8d, 0xe8, 0x17, 0xbe,
  0xe0, 0x2c, 0x14, 0xbe, 0xe2, 0x2e, 0xfb, 0x3d, 0xff, 0x89, 0xdb, 0xbd,
  0x47, 0xb1, 0x9c, 0xbd, 0x29, 0xe0, 0x1f, 0x3e, 0xdc, 0x48, 0xb7, 0x3d,
  0x02, 0xe6, 0xed, 0xbd, 0x60, 0x08, 0xa6, 0xbc, 0xdb, 0x76, 0xdc, 0x3c,
  0x20, 0x06, 0x56, 0xbd, 0x54, 0xa3, 0x0e, 0xbe, 0xca, 0xaa, 0xea, 0x3d,
  0x71, 0xbc, 0x14, 0xbe, 0x68, 0x97, 0xab, 0xbd, 0x90, 0x3e, 0x54, 0x3d,
  0x70, 0x4c, 0x7b, 0x3d, 0xaa, 0xc4, 0xc3, 0xbd, 0x55, 0xfd, 0x09, 0xbe,
  0xca, 0xf4, 0xb2, 0x3d, 0x17, 0x4b, 0x16, 0xbe, 0x0c, 0x52, 0x21, 0x3e,
  0x24, 0xc6, 0xec, 0x3d, 0x95, 0xfb, 0xcf, 0xbc, 0x68, 0x07, 0xa4, 0xbd,
  0xa5, 0x9e, 0x20, 0x3e, 0x40, 0x99, 0x35, 0x3c, 0xd1, 0x0c, 0x32, 0xbe,
  0x61, 0xaf, 0x1b, 0x3e, 0x8c, 0xc1, 0x0c, 0xbd, 0x0b, 0x07, 0x05, 0x3e,
  0x04, 0xe5, 0x1b, 0xbe, 0x88, 0x4b, 0x16, 0xbd, 0x15, 0xdf, 0x02, 0xbe,
  0x32, 0x6b, 0xc4, 0x3d, 0x7d, 0x32, 0x01, 0x3e, 0xd2, 0x7f, 0x20, 0xbe,
  0xaf, 0xc5, 0xaf, 0xbd, 0x56, 0x20, 0x25, 0xbe, 0x70, 0xe5, 0x34, 0xbe,
  0x7e, 0x02, 0x9e, 0x3d, 0x99, 0x3f, 0xa1, 0xbd, 0x85, 0xb1, 0x84, 0x3d,
  0x3f, 0x9d, 0x34, 0x3e, 0x25, 0xd5, 0x1a, 0xbe, 0xf6, 0xdd, 0xf0, 0x3d,
  0x40, 0x6d, 0xff, 0xbc, 0x77, 0xf4, 0x0a, 0x3e, 0x60, 0xad, 0x8a, 0x3b,
  0x63, 0x64, 0x1b, 0xbe, 0x3c, 0xcc, 0x75, 0xbd, 0x00, 0xb1, 0xba, 0x3b,
  0x50, 0x71, 0x2b, 0xbe, 0x2c, 0x90, 0x09, 0xbe, 0x52, 0xd8, 0x52, 0xbd,
  0xf5, 0xc6, 0x37, 0x3d, 0xbc, 0x68, 0xd2, 0x3d, 0xc4, 0xef, 0xf6, 0xbd,
  0xc1, 0xa0, 0x39, 0x3e, 0x3e, 0xae, 0x90, 0x3d, 0xbc, 0x60, 0x90, 0xbd,
  0xd4, 0x19, 0xe5, 0xbe, 0xa7, 0xd7, 0x0c, 0x3e, 0x05, 0x62, 0x10, 0x3e,
  0x52, 0x3b, 0xe0, 0x3d, 0xa2, 0x00, 0xb7, 0xbe, 0x3d, 0xb4, 0x8d, 0x3f,
  0xa4, 0x7c, 0x13, 0xbe, 0x11, 0xb5, 0xd6, 0xbd, 0x20, 0xc8, 0x0c, 0xbf,
  0xa7, 0x3a, 0x19, 0x3e, 0x6a, 0x42, 0x20, 0xbe, 0xdc, 0xb8, 0xed, 0xbd,
  0x9a, 0x19, 0xbe, 0x3d, 0x39, 0xf8, 0xc0, 0x3d, 0xc0, 0x0f, 0x32, 0xbb,
  0x62, 0x73, 0xbb, 0x3d, 0x35, 0x42, 0x04, 0x3e, 0x0b, 0xcc, 0x6e, 0x3d,
  0x29, 0x48, 0x28, 0xbe, 0x08, 0xdd, 0x68, 0x3f, 0x2e, 0x3d, 0x6d, 0xbd,
  0x90, 0xca, 0x33, 0x3e, 0xed, 0xcd, 0x86, 0xbd, 0x5e, 0xf1, 0x2e, 0x3e,
  0xf6, 0x6b, 0x0b, 0xbe, 0xb6, 0x24, 0xed, 0x3d, 0x22, 0xcf, 0x3f, 0x3f,
  0xa8, 0x80, 0x96, 0xbe, 0x4f, 0xd6, 0x26, 0x3e, 0x22, 0x91, 0x51, 0xbb,
  0x58, 0x42, 0x7c, 0x3e, 0xc4, 0xf4, 0x69, 0x3e, 0x90, 0xe2, 0x44, 0x3c,
  0xce, 0x00, 0xf6, 0xbd, 0x20, 0x37, 0x8d, 0xbb, 0x18, 0x56, 0x1b, 0xbe,
  0xbb, 0x21, 0x0c, 0xbe, 0x4c, 0xbc, 0x5e, 0xbd, 0x0b, 0xbe, 0x56, 0x3e,
  0x78, 0xe6, 0x20, 0xbd, 0xc0, 0xf7, 0x91, 0xbb, 0x76, 0xaf, 0xfd, 0x3d,
  0xe8, 0x66, 0xe8, 0xbc, 0xd7, 0x36, 0x03, 0x3f, 0x60, 0x12, 0xee, 0x3e,
  0x50, 0x2d, 0x44, 0xbd, 0xa1, 0xcb, 0x34, 0x3e, 0x5a, 0xb6, 0xd1, 0xbe,
  0x06, 0xf2, 0x68, 0xbd, 0x10, 0xc6, 0x9c, 0x3c, 0x45, 0x2c, 0x04, 0xbe,
  0x0d, 0xb4, 0x52, 0x3e, 0x20, 0x00, 0x44, 0x3f, 0x60, 0xc5, 0x82, 0x3d,
  0x7c, 0x01, 0x03, 0x3f, 0xf3, 0xf9, 0x2f, 0xbf, 0x68, 0x30, 0x04, 0x3d,
  0x30, 0x86, 0xf5, 0x3c, 0xc2, 0xe7, 0x80, 0xbd, 0xd6, 0xd3, 0x9c, 0xbe,
  0xd4, 0x52, 0x43, 0xbd, 0x48, 0x7e, 0x12, 0x3e, 0xc0, 0x20, 0xf4, 0xbd,
  0x92, 0x7d, 0x60, 0xbd, 0xd6, 0x72, 0x72, 0xbd, 0x46, 0x06, 0xa0, 0xbe,
  0x06, 0x23, 0x8d, 0x3e, 0xd3, 0x2c, 0x0b, 0xbe, 0x92, 0x44, 0x21, 0xbe,
  0x28, 0x24, 0x8e, 0x3e, 0xf0, 0x3f, 0x37, 0x3d, 0x84, 0x67, 0xe7, 0xbd,
  0xaa, 0xfb, 0xb8, 0x3d, 0x12, 0xb4, 0x46, 0x3e, 0xcb, 0x66, 0x25, 0x3e,
  0xea, 0x09, 0xe5, 0x3d, 0xf5, 0x4a, 0x11, 0xbf, 0x8d, 0x76, 0xa4, 0x3e,
  0x62, 0x12, 0x08, 0xbe, 0x6f, 0x89, 0x2c, 0xbe, 0x91, 0xf5, 0x6c, 0x3a,
  0x5e, 0xcb, 0xa2, 0x3e, 0x98, 0xc0, 0xa5, 0x3c, 0xa2, 0xbc, 0x04, 0x3f,
  0x00, 0xde, 0x8c, 0x3f, 0x40, 0xe2, 0x31, 0x3d, 0x3d, 0xb7, 0xf5, 0x3d,
  0x28, 0x7d, 0x25, 0x3d, 0x0c, 0x38, 0x08, 0x3d, 0xa1, 0x70, 0x42, 0xbf,
  0x34, 0x80, 0xb3, 0x3e, 0xe8, 0x6a, 0xdf, 0xb9, 0x05, 0x17, 0xcd, 0xbd,
  0x99, 0x8c, 0xe1, 0x3e, 0xe3, 0x23, 0x90, 0xbe, 0x73, 0xb0, 0x2a, 0x3e,
  0x3f, 0xe2, 0x7f, 0xbe, 0x43, 0xa3, 0x16, 0xbe, 0xba, 0x37, 0xf3, 0x3d,
  0x40, 0xcd, 0xa0, 0x3b, 0xea, 0x8a, 0xfe, 0x3d, 0x30, 0x01, 0xfe, 0xbc,
  0x70, 0x7f, 0x14, 0xbd, 0xa4, 0x62, 0x4a, 0xbd, 0xfe, 0xf8, 0xba, 0x3e,
  0xe7, 0x5b, 0x29, 0xbe, 0xe4, 0xc2, 0x14, 0xbe, 0x22, 0x2c, 0xa2, 0x3d,
  0xc3, 0xc1, 0xa4, 0x3e, 0x13, 0x01, 0x33, 0xbe, 0xa7, 0x9b, 0x31, 0x3e,
  0xf5, 0x53, 0xc9, 0x3e, 0xa3, 0x10, 0x8b, 0xbd, 0xf8, 0xb7, 0x08, 0xbd,
  0x00, 0x70, 0x7f, 0xb8, 0xbc, 0x27, 0x8a, 0x3d, 0x7c, 0xc4, 0xcb, 0x3e,
  0x08, 0x9e, 0xb5, 0xbc, 0x47, 0xe4, 0x1e, 0x3e, 0xfd, 0x37, 0xba, 0xbd,
  0xd5, 0xfa, 0x05, 0xbe, 0x35, 0x12, 0x8d, 0xbd, 0xdb, 0xa0, 0x44, 0xbd,
  0xe2, 0x46, 0x88, 0xbc, 0xaa, 0x3d, 0x84, 0x3d, 0x4e, 0x1f, 0x42, 0xbe,
  0xf7, 0xae, 0x26, 0xbd, 0x38, 0xef, 0x2d, 0xbd, 0x81, 0xf3, 0xfd, 0x3d,
  0x93, 0x21, 0x28, 0x3e, 0xb5, 0x9b, 0xcc, 0xbd, 0x10, 0x16, 0x2e, 0x3d,
  0x43, 0xcf, 0x21, 0xbd, 0x97, 0x3d, 0x81, 0x3d, 0xfa, 0xcb, 0xec, 0xbd,
  0xc2, 0x49, 0x87, 0xbd, 0x3c, 0xc2, 0x87, 0x3d, 0x3a, 0x9d, 0x10, 0xbe,
  0x92, 0x37, 0x87, 0xbd, 0xf2, 0xe5, 0xb3, 0x3d, 0xd4, 0x56, 0x05, 0x3d,
  0xb1, 0x5a, 0x2a, 0xbe, 0x00, 0xea, 0xcb, 0x39, 0x48, 0x9e, 0x14, 0x3d,
  0x80, 0x83, 0x4b, 0x3d, 0x00, 0x9c, 0x05, 0x3e, 0xec, 0xaa, 0x1f, 0xbd,
  0xac, 0x1d, 0x71, 0x3c, 0xbe, 0xe8, 0xdc, 0xbd, 0xcf, 0xad, 0x99, 0x3c,
  0xb7, 0x0a, 0xec, 0xbd, 0x74, 0xa0, 0xc6, 0x3d, 0x3a, 0x64, 0x60, 0x3d,
  0x2b, 0x7f, 0xce, 0xbd, 0xc2, 0x1a, 0x28, 0xbe, 0x5d, 0xa4, 0xf8, 0x3d,
  0x8e, 0x6f, 0xf7, 0x3d, 0xce, 0xfa, 0x9a, 0x3c, 0xc7, 0x9a, 0x3b, 0xbe,
  0x6c, 0xf7, 0xf9, 0x3d, 0x08, 0x34, 0xb9, 0xbc, 0x38, 0x8c, 0xb7, 0xbd,
  0xde, 0x4a, 0x93, 0xbd, 0x06, 0x0f, 0xe8, 0x3d, 0xb5, 0x79, 0x0a, 0x3e,
  0xb0, 0xa4, 0x0f, 0x3d, 0x80, 0x9c, 0xea, 0x3c, 0x84, 0xe2, 0x0a, 0x3d,
  0x0f, 0xb8, 0x04, 0x3e, 0x74, 0x3b, 0xa9, 0xbd, 0x11, 0x2b, 0x27, 0x3e,
  0xb4, 0x21, 0x87, 0xbd, 0x32, 0x56, 0x24, 0xbe, 0x0f, 0x99, 0xa5, 0x3d,
  0x10, 0xb9, 0xca, 0xbd, 0x96, 0x3f, 0x15, 0xbe, 0xfc, 0x0b, 0x3b, 0xbd,
  0x06, 0x43, 0xa0, 0x3d, 0x97, 0x57, 0x41, 0x3c, 0x6d, 0xc0, 0x09, 0x3c,
  0x23, 0xc8, 0xb8, 0xbd, 0xfe, 0x9e, 0x86, 0x3d, 0x77, 0xc1, 0x9a, 0x3d,
  0x4d, 0xc4, 0x22, 0x3d, 0xd7, 0x0e, 0x6c, 0xbd, 0x23, 0xa5, 0x92, 0xbd,
  0xd7, 0xa0, 0x6e, 0xbd, 0x65, 0x5e, 0x19, 0x3d, 0x68, 0xbf, 0x3d, 0xbd,
  0xc6, 0x12, 0x44, 0xbe, 0xc3, 0xaf, 0x1b, 0x3e, 0x78, 0x86, 0x71, 0x3d,
  0x4a, 0x96, 0x81, 0x3d, 0xbb, 0x44, 0x94, 0x3d, 0x8f, 0x1d, 0x5a, 0xbe,
  0x98, 0xfd, 0xbb, 0x3c, 0xc0, 0x2f, 0x15, 0xbc, 0xa5, 0x0e, 0xdf, 0xb9,
  0x16, 0xc8, 0xb5, 0x3d, 0x3a, 0x13, 0x44, 0x3d, 0x16, 0xff, 0x9f, 0x3d,
  0x9c, 0x9e, 0x94, 0x3d, 0x0d, 0x3f, 0xcc, 0x3d, 0x1b, 0xfa, 0xb7, 0xbd,
  0xb5, 0x13, 0xe3, 0xbd, 0xfb, 0x0b, 0xce, 0x3d, 0x9d, 0x33, 0x0d, 0xbe,
  0x0c, 0x53, 0xf3, 0xbd, 0x69, 0x80, 0xc3, 0xbd, 0x32, 0x57, 0x44, 0xbe,
  0xe2, 0x22, 0x24, 0xbe, 0xb4, 0xbd, 0x80, 0xbc, 0x79, 0x77, 0x55, 0x3d,
  0x00, 0x20, 0x22, 0xb8, 0xba, 0x6a, 0xef, 0xbd, 0xe6, 0x7f, 0xc6, 0x3d,
  0xc3, 0x84, 0x16, 0xbe, 0xda, 0x34, 0xab, 0x3d, 0x91, 0xf2, 0xe6, 0xbd,
  0xf1, 0x81, 0xa1, 0xbc, 0x50, 0x13, 0x11, 0x3e, 0x04, 0xba, 0x90, 0x3d,
  0xf0, 0xaa, 0x1b, 0x3e, 0x7c, 0xa9, 0x6c, 0xbd, 0xf5, 0x2a, 0x00, 0xbe,
  0x38, 0x0a, 0x09, 0xbe, 0x71, 0xe7, 0x32, 0x3e, 0x20, 0xe7, 0x0f, 0xbe,
  0x55, 0x20, 0x28, 0x3e, 0x4b, 0xa8, 0x0b, 0x3e, 0x5c, 0x7b, 0x3e, 0xbd,
  0xbb, 0x4e, 0x31, 0x3e, 0x18, 0x82, 0x57, 0xbc, 0xd7, 0x0d, 0x18, 0xbd,
  0x26, 0x75, 0x15, 0xbe, 0x6d, 0xc9, 0x0b, 0x3e, 0xcf, 0x09, 0x21, 0xbe,
  0xfb, 0xcc, 0xee, 0xbd, 0x94, 0xef, 0x52, 0x3d, 0x1e, 0xbb, 0xb8, 0xbd,
  0xb0, 0x5e, 0x2c, 0xbd, 0x60, 0x00, 0xeb, 0xbc, 0xfe, 0x2a, 0xf5, 0x3d,
  0xfd, 0x03, 0x06, 0x3e, 0x9e, 0xb3, 0x00, 0x3c, 0xc2, 0x6e, 0xc8, 0x3d,
  0x4d, 0xb1, 0x03, 0xbe, 0x82, 0xf1, 0xff, 0xff, 0x10, 0x00, 0x00, 0x00,
  0x06, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00,
  0x02, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
  0x19, 0x00, 0x00, 0x00, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x74, 0x69,
  0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x31, 0x2f, 0x4d,
  0x61, 0x74, 0x4d, 0x75, 0x6c, 0x00, 0x00, 0x00, 0x08, 0xf1, 0xff, 0xff,
  0xda, 0xf3, 0xff, 0xff, 0x04, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00,
  0x40, 0x5c, 0x33, 0x3e, 0x10, 0x55, 0xea, 0xbc, 0xc0, 0x59, 0xf6, 0x3c,
  0x74, 0xad, 0x14, 0xbd, 0xc8, 0xc2, 0x94, 0x3d, 0x3c, 0xc5, 0x15, 0xbd,
  0x4e, 0x7b, 0x02, 0xbe, 0x57, 0xf1, 0x56, 0xbe, 0x24, 0xeb, 0x08, 0x3d,
  0x30, 0xc6, 0x99, 0xbd, 0x0d, 0x59, 0x9c, 0xbe, 0xe5, 0x79, 0x64, 0x3d,
  0xcc, 0x59, 0xc2, 0x3f, 0x02, 0x69, 0xe7, 0x3d, 0x91, 0xf3, 0x80, 0xbd,
  0x9b, 0x7e, 0x2f, 0xbf, 0x55, 0xd0, 0x4b, 0x3e, 0x15, 0xb9, 0x63, 0xbe,
  0xcb, 0x8b, 0xa3, 0x3d, 0xbf, 0x5b, 0x79, 0xbd, 0x28, 0x19, 0xdb, 0xbe,
  0x50, 0xbc, 0x05, 0xbe, 0x3b, 0x90, 0xca, 0x3f, 0xc2, 0x74, 0x30, 0x3e,
  0x26, 0xa8, 0x0f, 0x3e, 0xbc, 0x76, 0xb0, 0xbd, 0x9c, 0x7d, 0x43, 0xbe,
  0x10, 0x1f, 0x07, 0xbe, 0x64, 0x19, 0x42, 0xbe, 0x90, 0x7b, 0x4e, 0x3e,
  0x0b, 0xa9, 0xa6, 0x3e, 0x7c, 0xdc, 0x0b, 0x3e, 0xcc, 0x95, 0xbb, 0x3e,
  0xa6, 0x27, 0x1e, 0x3d, 0xf7, 0x05, 0x3a, 0xbe, 0x5b, 0x16, 0x78, 0xbf,
  0x19, 0xf5, 0x82, 0x3c, 0xea, 0x55, 0xa6, 0x3f, 0x45, 0x60, 0x58, 0x3d,
  0x62, 0x83, 0x80, 0xbd, 0x8a, 0xba, 0x00, 0x3e, 0xa8, 0xd0, 0x30, 0x3d,
  0xec, 0x98, 0x44, 0xbe, 0xd6, 0xb2, 0xc9, 0xbd, 0x20, 0xcf, 0x6d, 0x3c,
  0x48, 0x48, 0xa2, 0xbf, 0x11, 0x0e, 0x48, 0x3d, 0xde, 0x74, 0x67, 0xbf,
  0x5d, 0xfb, 0x09, 0x3e, 0x6d, 0x11, 0xa4, 0x3c, 0x04, 0x50, 0xf3, 0x3d,
  0x0c, 0x05, 0x03, 0x3e, 0xb2, 0x3a, 0x0d, 0x3e, 0xcf, 0xc9, 0x2e, 0xbe,
  0x6f, 0xcf, 0x1f, 0xbe, 0x0c, 0x5a, 0x0f, 0xbe, 0x68, 0xd8, 0x83, 0xbd,
  0xd8, 0x70, 0x27, 0x3d, 0xa8, 0x8b, 0xff, 0xbc, 0xe8, 0xa5, 0x10, 0x3e,
  0xde, 0x64, 0x01, 0x3e, 0xb0, 0x0c, 0x10, 0xbe, 0x9a, 0x0e, 0x21, 0xbe,
  0xbe, 0xbc, 0x11, 0xbe, 0x54, 0xfe, 0xce, 0x3d, 0xce, 0x66, 0x8f, 0xbe,
  0xd2, 0xa9, 0x94, 0xbd, 0xa8, 0xc2, 0xa3, 0xbf, 0x17, 0xdd, 0x09, 0x3e,
  0x8b, 0x6c, 0x28, 0x3e, 0x60, 0x2b, 0xef, 0x3c, 0x57, 0xb0, 0xcd, 0x3d,
  0x07, 0x79, 0xf9, 0x3f, 0x9d, 0xfd, 0xb3, 0xbd, 0x6f, 0x69, 0x21, 0x3c,
  0x04, 0xd5, 0x1a, 0xbd, 0x58, 0x49, 0x68, 0x3d, 0xa0, 0x74, 0x2c, 0x3d,
  0x78, 0x8a, 0x21, 0xbd, 0x6c, 0x42, 0x49, 0xbd, 0xca, 0x91, 0x0d, 0xbe,
  0x00, 0x6a, 0x3b, 0x3b, 0x8c, 0x1f, 0x8c, 0x3d, 0xd1, 0x58, 0xb3, 0xbd,
  0x68, 0xbd, 0x71, 0xbd, 0x18, 0x4a, 0x75, 0x3e, 0x28, 0xf9, 0x0d, 0x3d,
  0xeb, 0xfd, 0xb0, 0xbf, 0x11, 0x7d, 0x99, 0x3d, 0x1d, 0x10, 0x26, 0x3e,
  0xb4, 0x60, 0xcb, 0x3d, 0x60, 0x31, 0x49, 0xbd, 0x90, 0x11, 0x4f, 0x3c,
  0xce, 0x89, 0xc0, 0xbd, 0xe0, 0xed, 0xab, 0x3d, 0xd0, 0x5e, 0x87, 0xbc,
  0x40, 0xc7, 0xbf, 0xbb, 0x66, 0x43, 0x2e, 0x3e, 0x5c, 0x1d, 0x2c, 0xbe,
  0x00, 0x1d, 0x45, 0xbc, 0x28, 0x44, 0xb1, 0x3c, 0xc0, 0xc6, 0x58, 0x3d,
  0x30, 0x16, 0x9a, 0x3d, 0x88, 0x86, 0x0d, 0xbe, 0xe6, 0x94, 0x19, 0x3e,
  0xc0, 0x89, 0x3d, 0xbb, 0x75, 0x5b, 0xd7, 0xbd, 0x38, 0x46, 0xbe, 0x3c,
  0x68, 0x70, 0xb8, 0xbd, 0x2a, 0xc2, 0x54, 0xbe, 0xb4, 0x44, 0xee, 0xbe,
  0x2d, 0x50, 0x06, 0x3e, 0xf7, 0x12, 0x9a, 0xbe, 0x37, 0x56, 0x33, 0x3e,
  0x56, 0x0a, 0x96, 0xbd, 0xc7, 0xbf, 0xf1, 0xbd, 0xc8, 0x2d, 0x48, 0x3d,
  0x58, 0xc6, 0x40, 0xbd, 0x18, 0x6b, 0xf9, 0xbc, 0x46, 0x44, 0x37, 0xbe,
  0x76, 0x3c, 0x3f, 0x3e, 0x68, 0x21, 0x31, 0xbe, 0x68, 0x38, 0x33, 0x3d,
  0x18, 0x77, 0xfa, 0xbd, 0xfa, 0x16, 0x15, 0x3e, 0xf0, 0x04, 0xd6, 0x3c,
  0xb0, 0xcd, 0xb8, 0xbc, 0x7c, 0xda, 0x4b, 0x3e, 0xba, 0xad, 0x1a, 0xbe,
  0xdf, 0xea, 0x4e, 0xbe, 0xba, 0xcb, 0x17, 0xbf, 0x11, 0xea, 0x93, 0xbd,
  0x6f, 0x50, 0xb4, 0x3f, 0xbf, 0x29, 0x22, 0x3e, 0x4d, 0x15, 0x8d, 0x3d,
  0xde, 0xef, 0x54, 0xbe, 0x08, 0xe2, 0x3d, 0xbd, 0x50, 0x67, 0x0e, 0x3c,
  0x14, 0x89, 0x4c, 0xbe, 0x60, 0x5e, 0xaf, 0x3d, 0x9c, 0xe7, 0x78, 0x3d,
  0x4f, 0x77, 0x0e, 0x3e, 0x85, 0x7d, 0xd8, 0x3f, 0x46, 0x30, 0xfb, 0xbc,
  0x8b, 0x98, 0xa1, 0xbd, 0x4c, 0x50, 0x86, 0x3d, 0x5b, 0x41, 0xd1, 0xbd,
  0x58, 0x9d, 0x06, 0x3e, 0x5d, 0x71, 0x31, 0xbe, 0x20, 0x13, 0x13, 0x3e,
  0x7d, 0x0a, 0x3f, 0xbc, 0x72, 0xfe, 0xc9, 0x3d, 0x56, 0xc6, 0x46, 0x3f,
  0x86, 0xe0, 0xe8, 0x3d, 0x66, 0x76, 0x36, 0x3d, 0x5c, 0x6f, 0x62, 0xbd,
  0x74, 0x81, 0xfd, 0xbd, 0x00, 0x5a, 0x4c, 0x3a, 0x3b, 0xb2, 0x2b, 0xbe,
  0xd4, 0xea, 0x8e, 0x3d, 0x07, 0x05, 0x85, 0xbf, 0x2a, 0x91, 0xfa, 0xbd,
  0x72, 0x9d, 0x7f, 0x3f, 0x45, 0xbb, 0xaf, 0x3d, 0xa1, 0xc1, 0x25, 0xbd,
  0x2a, 0x8a, 0x6f, 0x3d, 0x4f, 0xc0, 0x60, 0x3e, 0xab, 0xcc, 0x92, 0xbf,
  0x90, 0x93, 0x7d, 0xbd, 0xab, 0x65, 0x8f, 0x3e, 0x94, 0x48, 0xbf, 0x3d,
  0x68, 0xff, 0x11, 0x3e, 0x00, 0xe6, 0xa5, 0x3d, 0x16, 0x5e, 0x31, 0xbe,
  0x2c, 0x34, 0xcf, 0x3d, 0x3f, 0xb7, 0x91, 0x3e, 0xdb, 0x1f, 0x9c, 0x3d,
  0x02, 0x9c, 0xa5, 0x3f, 0x51, 0x88, 0x86, 0xbd, 0x5c, 0xd2, 0x09, 0x3f,
  0x37, 0x72, 0xb2, 0x3e, 0x96, 0xb5, 0x30, 0x3d, 0x64, 0x06, 0xd3, 0xbf,
  0x7e, 0x6e, 0x3c, 0x3e, 0x0e, 0x08, 0x39, 0xbe, 0x70, 0x28, 0x53, 0xbd,
  0x2c, 0xf7, 0x57, 0x3e, 0x48, 0xee, 0xaa, 0xbc, 0x4b, 0x6d, 0x58, 0xbe,
  0xbf, 0x7b, 0x3b, 0xbe, 0xfb, 0xe3, 0xaa, 0xbf, 0xbd, 0xcf, 0x44, 0xbe,
  0x1f, 0x37, 0x87, 0x3f, 0x3c, 0x61, 0x13, 0x3e, 0x38, 0x61, 0x40, 0xbd,
  0x74, 0xe8, 0x85, 0xbe, 0xdc, 0x6e, 0x94, 0xbd, 0xe6, 0x1f, 0xba, 0x3f,
  0x1e, 0xc6, 0xd0, 0x3d, 0x40, 0x3d, 0xb5, 0x3d, 0x90, 0x11, 0x82, 0xbf,
  0x40, 0x5c, 0xa6, 0xbd, 0x50, 0xad, 0x94, 0x3f, 0xf0, 0x21, 0xe9, 0x3d,
  0x7c, 0x7a, 0xad, 0xbe, 0x78, 0xdc, 0xce, 0x3c, 0xd6, 0xd1, 0x13, 0xbe,
  0xdc, 0x40, 0x17, 0x3e, 0x28, 0xd1, 0x90, 0xbc, 0xe8, 0xfe, 0xff, 0x3d,
  0x98, 0xdd, 0x53, 0x3e, 0xe8, 0xbe, 0xd8, 0xbd, 0x49, 0xdc, 0x03, 0xbe,
  0x6c, 0x51, 0xcd, 0xbd, 0xd0, 0x9b, 0xd3, 0x3c, 0xe0, 0x9b, 0xda, 0x3d,
  0x88, 0xe1, 0xf3, 0xbd, 0x90, 0x40, 0xde, 0x3c, 0x38, 0xb1, 0x31, 0xbd,
  0x9d, 0xf1, 0xf4, 0xbd, 0xc4, 0xa6, 0x48, 0x3e, 0x68, 0xd3, 0x38, 0x3d,
  0x54, 0x4f, 0xde, 0x3d, 0xa4, 0x25, 0x20, 0xbe, 0x18, 0x86, 0x54, 0x3d,
  0xb0, 0x90, 0x15, 0x3f, 0xc2, 0x63, 0x21, 0x3e, 0x9d, 0xd9, 0xc6, 0xbf,
  0x61, 0x3b, 0x41, 0x3e, 0x06, 0xe5, 0xbc, 0x3c, 0xc8, 0x78, 0x4f, 0x3e,
  0x6e, 0x9d, 0xae, 0xbd, 0xec, 0xd2, 0x90, 0xbd, 0x9a, 0x80, 0x44, 0xbe,
  0x90, 0x69, 0x64, 0xbd, 0x05, 0x20, 0x97, 0xbf, 0x6c, 0x9c, 0x23, 0xbd,
  0x8e, 0x94, 0x78, 0x3f, 0x80, 0x09, 0x8b, 0x3d, 0x0c, 0xdd, 0x20, 0x3e,
  0x80, 0xe8, 0x45, 0x3b, 0xe1, 0x5f, 0x4b, 0xbe, 0xce, 0x87, 0x3c, 0xbe,
  0xd5, 0x40, 0x1c, 0xbe, 0x14, 0x80, 0xb7, 0x3d, 0xf8, 0x42, 0x2c, 0x3d,
  0x3e, 0x45, 0x05, 0xbe, 0xa4, 0x5c, 0xf0, 0x3d, 0xfe, 0x62, 0x9a, 0xbd,
  0x28, 0xaa, 0xd8, 0x3c, 0x09, 0x2b, 0x25, 0x3d, 0x7a, 0x35, 0x1e, 0xbe,
  0x95, 0xae, 0x37, 0x3e, 0xe1, 0xc5, 0x54, 0x3d, 0x3b, 0x9b, 0x02, 0xbe,
  0x08, 0xa6, 0x96, 0xbd, 0x1c, 0x0a, 0xb8, 0x3d, 0x02, 0xdc, 0x4f, 0xbe,
  0x75, 0xaa, 0x50, 0xbe, 0xc0, 0x2e, 0xd5, 0xbb, 0xa8, 0xd8, 0xb8, 0x3d,
  0xc1, 0xb1, 0x64, 0x3e, 0xd9, 0x8e, 0xa0, 0x3f, 0x68, 0x74, 0x08, 0xbe,
  0x70, 0xa2, 0x20, 0x3f, 0xe4, 0x1f, 0x0c, 0xbf, 0x8a, 0xcf, 0x29, 0xbe,
  0x9c, 0xee, 0xbc, 0x3f, 0xec, 0x25, 0xa5, 0x3d, 0x8c, 0x58, 0x6a, 0xbe,
  0xad, 0x78, 0x98, 0xbf, 0x1b, 0xa5, 0x08, 0xbe, 0xed, 0x73, 0x68, 0x3f,
  0x31, 0xa1, 0xbd, 0x3d, 0xd9, 0x6f, 0x19, 0x3c, 0xb8, 0x33, 0x26, 0x3d,
  0xc4, 0x2b, 0xb6, 0x3d, 0xc0, 0xf4, 0xa3, 0x3c, 0x6d, 0xa0, 0xed, 0xbd,
  0x68, 0x19, 0x05, 0xbe, 0xd3, 0xa5, 0x80, 0xbf, 0xc4, 0xdc, 0x3e, 0x3e,
  0xc2, 0xf3, 0x88, 0xbf, 0x32, 0x7e, 0x12, 0xbc, 0xc1, 0x1f, 0x96, 0x3e,
  0x02, 0x77, 0x26, 0x3e, 0xa4, 0xa1, 0x02, 0xbd, 0xc8, 0xd7, 0x4a, 0xbd,
  0x62, 0x09, 0x39, 0xbe, 0x70, 0x52, 0x4e, 0xbc, 0x04, 0xa0, 0x2f, 0x3e,
  0x8c, 0x3f, 0xc7, 0xbd, 0x00, 0xd2, 0x1b, 0x3d, 0xb4, 0x06, 0x07, 0xbe,
  0x4c, 0xa9, 0x8b, 0x3d, 0x87, 0xdb, 0x97, 0xbf, 0xe3, 0x23, 0x36, 0x3e,
  0x46, 0xbe, 0x66, 0xbe, 0x02, 0x0b, 0x4c, 0x3e, 0x58, 0xdf, 0x89, 0x3d,
  0xa7, 0xd9, 0x96, 0xbe, 0x21, 0xa7, 0x39, 0x3e, 0xbd, 0x7a, 0xbe, 0x3f,
  0xc5, 0x7e, 0xfe, 0x3b, 0xf1, 0xb5, 0x83, 0xbd, 0xfd, 0xb6, 0x53, 0xbe,
  0xe8, 0x64, 0xad, 0x3d, 0xcd, 0xd4, 0xd7, 0x3f, 0x70, 0xe2, 0x66, 0xbd,
  0x36, 0xe9, 0x8f, 0x3e, 0xbc, 0x7a, 0x3d, 0x3e, 0x9e, 0x26, 0x03, 0xbe,
  0xf4, 0xaf, 0x82, 0xbd, 0x14, 0xe5, 0x0a, 0x3d, 0xfb, 0x65, 0xc8, 0xbd,
  0x84, 0xda, 0xb3, 0xbe, 0x2e, 0xb2, 0x20, 0x3e, 0x81, 0x8f, 0xcd, 0x3f,
  0xce, 0xe3, 0x56, 0xbc, 0xc8, 0xae, 0xb8, 0xbd, 0x4a, 0x0e, 0xb5, 0x3e,
  0xd6, 0x9b, 0x4a, 0xbe, 0x31, 0x9f, 0xda, 0xbf, 0x98, 0xd4, 0x54, 0x3e,
  0xa9, 0x99, 0x74, 0xbe, 0xd0, 0xa1, 0x9e, 0xbd, 0xd6, 0xfe, 0x40, 0xbd,
  0x87, 0x47, 0xc2, 0x3f, 0x42, 0x40, 0x05, 0x3e, 0xa4, 0x7c, 0x1d, 0x3e,
  0x64, 0x25, 0x17, 0xbd, 0x60, 0xe8, 0xa5, 0x3d, 0xa2, 0xb7, 0x4a, 0x3e,
  0xb6, 0x62, 0xf9, 0xbd, 0x86, 0x8c, 0x3d, 0xbe, 0x16, 0xba, 0xc7, 0xbe,
  0xcb, 0x12, 0x97, 0x3c, 0xc4, 0x66, 0xb1, 0x3d, 0x23, 0x6a, 0x31, 0x3e,
  0xe4, 0xb2, 0x6f, 0x3e, 0xa3, 0xa7, 0xda, 0x3e, 0xe0, 0xd9, 0x02, 0x3e,
  0x2f, 0x14, 0xc1, 0xbf, 0x9d, 0x38, 0xbc, 0x3d, 0x5e, 0xe8, 0x97, 0xbd,
  0x00, 0x2b, 0x04, 0x3d, 0x16, 0xf7, 0x45, 0xbe, 0xc0, 0xf3, 0xec, 0x3d,
  0x40, 0x88, 0x36, 0x3d, 0x19, 0xd3, 0x4a, 0xbe, 0xcf, 0x38, 0x2a, 0x3e,
  0x74, 0xf9, 0x1e, 0x3d, 0x2d, 0x71, 0xa3, 0x3d, 0xd3, 0x45, 0xd0, 0xbc,
  0xbf, 0xff, 0x21, 0xbd, 0x9f, 0x74, 0x4a, 0xbe, 0x08, 0x50, 0x4e, 0xbe,
  0x80, 0xfb, 0xb4, 0x3a, 0x68, 0x09, 0x1e, 0x3d, 0x84, 0xe9, 0x90, 0x3d,
  0x70, 0xae, 0x55, 0x3d, 0xc4, 0xa0, 0xcc, 0x3d, 0x1e, 0x80, 0x9d, 0xbd,
  0xe2, 0x81, 0x26, 0xbe, 0x1c, 0xee, 0x97, 0xbd, 0xd5, 0x53, 0xef, 0x3d,
  0xb9, 0xf6, 0x58, 0x3e, 0x07, 0x11, 0xa0, 0xbf, 0x28, 0x88, 0x49, 0x3e,
  0xaf, 0x7d, 0xa2, 0xbb, 0xbd, 0xa8, 0xc0, 0x3e, 0x43, 0x53, 0xcb, 0x3d,
  0x6a, 0x9c, 0x93, 0xbf, 0xeb, 0xb1, 0x10, 0x3e, 0x20, 0x71, 0x62, 0x3e,
  0xe0, 0xf3, 0x94, 0xbf, 0xd4, 0x61, 0x0b, 0xbe, 0x1e, 0x81, 0x82, 0x3f,
  0x80, 0xec, 0x0d, 0x3e, 0x5e, 0xe4, 0x82, 0xbe, 0xee, 0x4b, 0x3b, 0xbe,
  0xc0, 0x7a, 0x66, 0xbd, 0xa3, 0xdb, 0x48, 0xbe, 0xf2, 0x0e, 0xad, 0xbd,
  0x20, 0xff, 0xd1, 0x3b, 0x8f, 0xd9, 0x47, 0xbe, 0xf4, 0xfb, 0x0e, 0xbe,
  0x54, 0x8e, 0x95, 0xbd, 0x80, 0x60, 0x12, 0xbe, 0x50, 0x41, 0x37, 0x3c,
  0xa7, 0x64, 0x0e, 0x3e, 0xc3, 0x09, 0x8d, 0x3d, 0xef, 0x76, 0xa3, 0x3f,
  0xf2, 0x8e, 0xcf, 0x3d, 0xd2, 0x25, 0x01, 0x3e, 0x55, 0x1b, 0x1f, 0xbe,
  0xe8, 0xf2, 0x3c, 0xbe, 0x24, 0xf5, 0xc1, 0x3d, 0x40, 0xe1, 0x6c, 0xbc,
  0x98, 0x64, 0xe8, 0x3c, 0xae, 0xcd, 0x4b, 0xbf, 0xcd, 0x42, 0x11, 0x3e,
  0x85, 0x67, 0xb2, 0x3d, 0x1e, 0xd4, 0x1e, 0x3e, 0xad, 0x88, 0x26, 0x3e,
  0xc0, 0xb1, 0x69, 0x3d, 0xf0, 0xfe, 0x3f, 0xbe, 0xc9, 0x96, 0x36, 0xbe,
  0xb8, 0xb0, 0x2b, 0x3d, 0x84, 0x40, 0x34, 0xbe, 0x45, 0x6a, 0xe3, 0x3c,
  0x8f, 0x2a, 0xce, 0x3d, 0xf3, 0x95, 0xbb, 0x3f, 0xa4, 0xbd, 0x03, 0xbd,
  0x01, 0xec, 0x49, 0x3e, 0x3a, 0xf6, 0xfb, 0xbe, 0x95, 0x83, 0x3c, 0x3e,
  0x87, 0x92, 0xaa, 0x3f, 0x99, 0x29, 0xdd, 0x3c, 0x1a, 0x6a, 0x53, 0xbe,
  0x0e, 0x22, 0x31, 0x3e, 0x70, 0xb6, 0x51, 0xbe, 0x38, 0xdc, 0xde, 0x3d,
  0x06, 0x78, 0x27, 0xbe, 0xd0, 0xfd, 0x39, 0x3c, 0x66, 0xd2, 0x13, 0x3f,
  0x60, 0xc0, 0xa8, 0xbc, 0xa5, 0xb6, 0xd1, 0xbf, 0x8c, 0xed, 0xca, 0x3d,
  0x3b, 0x64, 0x3e, 0x3e, 0x28, 0x1f, 0x67, 0xbf, 0x7c, 0xca, 0x0b, 0xbe,
  0x72, 0xc0, 0xac, 0x3f, 0x89, 0x6a, 0xc1, 0x3d, 0x89, 0xa9, 0x97, 0x3d,
  0x2a, 0xa6, 0xca, 0xbf, 0x6e, 0x59, 0xb1, 0x3d, 0xfe, 0xd4, 0x91, 0xbe,
  0xc5, 0x2e, 0x27, 0x3e, 0xd6, 0x33, 0x72, 0x3b, 0x8a, 0x17, 0x0c, 0x3e,
  0xe5, 0x96, 0x07, 0xbe, 0x2c, 0xf5, 0x32, 0xbd, 0xe0, 0xf4, 0x9b, 0x3b,
  0xc0, 0x8b, 0x8b, 0x3d, 0x09, 0x74, 0x9a, 0xbe, 0x21, 0x72, 0x6d, 0xbd,
  0x98, 0x23, 0x92, 0x3f, 0xa5, 0xaa, 0xec, 0x3d, 0xbd, 0xac, 0x6d, 0x3e,
  0x79, 0x26, 0x5a, 0x3e, 0x2a, 0xa2, 0xfc, 0x3c, 0x80, 0x12, 0xac, 0x3f,
  0xc7, 0xb6, 0x74, 0x3d, 0x6e, 0xe4, 0xde, 0xbc, 0xe4, 0xf9, 0xd5, 0x3d,
  0x40, 0xd9, 0x09, 0x3c, 0x9f, 0x8b, 0xe8, 0xbd, 0x23, 0x8b, 0x03, 0xbe,
  0x80, 0xe7, 0x93, 0xbc, 0x40, 0xca, 0xc2, 0xbe, 0xd2, 0x85, 0xf1, 0xbd,
  0xcf, 0xa3, 0xc7, 0x3f, 0xe3, 0x99, 0xa2, 0x3d, 0xd5, 0x63, 0x94, 0x3e,
  0x34, 0xcc, 0xb3, 0x3e, 0xf1, 0x30, 0x77, 0x3d, 0x01, 0x7e, 0xc1, 0x3f,
  0xca, 0x7d, 0x03, 0xbd, 0xbd, 0x98, 0x22, 0xbd, 0xb0, 0xd5, 0x29, 0x3e,
  0xe2, 0x69, 0x9b, 0xbd, 0x58, 0xe3, 0xad, 0x3d, 0x60, 0xf6, 0x32, 0xbc,
  0x08, 0xb7, 0x25, 0x3d, 0x82, 0xa4, 0xe6, 0x3d, 0x6d, 0x3a, 0x30, 0xbc,
  0xd9, 0xd4, 0x3e, 0x3e, 0x09, 0x57, 0x5a, 0xbc, 0xb7, 0x68, 0x91, 0x3d,
  0x5e, 0x01, 0x2a, 0xbf, 0x5d, 0x5b, 0x6a, 0x3b, 0xd0, 0xa1, 0x64, 0xbf,
  0x7d, 0x5f, 0x7e, 0x3e, 0xd6, 0x72, 0xa2, 0x3e, 0xf6, 0x82, 0xbb, 0xbe,
  0xcd, 0xbe, 0xa7, 0xbc, 0xda, 0xe5, 0xda, 0x3f, 0x77, 0x9f, 0x0a, 0x3e,
  0xe5, 0xfa, 0xec, 0xbd, 0x1a, 0x25, 0x26, 0x3f, 0xea, 0xe2, 0xc0, 0x3d,
  0xa1, 0xb4, 0xd4, 0xbf, 0x2a, 0x77, 0x9d, 0x3c, 0xf0, 0xaf, 0x07, 0x3e,
  0x59, 0x06, 0xbf, 0xbe, 0x42, 0x4c, 0x45, 0x3e, 0x37, 0x85, 0xc4, 0x3f,
  0x4f, 0xa4, 0x62, 0x3c, 0xf9, 0x9b, 0xfe, 0xbd, 0xc3, 0x48, 0x03, 0x3e,
  0xa5, 0x21, 0x03, 0x3e, 0xab, 0xd9, 0x2f, 0x3f, 0x4e, 0xa4, 0x63, 0x3d,
  0xe9, 0x15, 0x89, 0x3e, 0xaa, 0x24, 0x90, 0xbd, 0xc8, 0x9c, 0xbe, 0x3c,
  0xdb, 0x33, 0xe7, 0x3c, 0x3d, 0x63, 0xbc, 0xbc, 0x40, 0x4f, 0x25, 0x3e,
  0xf3, 0xe3, 0x89, 0xbf, 0xca, 0x0a, 0x41, 0xbe, 0xa0, 0x43, 0xc3, 0x3f,
  0xef, 0xe2, 0xe5, 0x3d, 0x56, 0xb3, 0xf9, 0x3d, 0x1a, 0xf9, 0x50, 0x3f,
  0xc5, 0x85, 0x5a, 0x3e, 0x4c, 0x50, 0xc5, 0xbf, 0xd8, 0x29, 0x7d, 0xbc,
  0x56, 0x5c, 0x93, 0x3e, 0xfa, 0x2c, 0x8e, 0xbd, 0x2a, 0x71, 0x4b, 0xbe,
  0x67, 0xd9, 0xe6, 0xbd, 0x60, 0x3b, 0x0d, 0xbc, 0x1a, 0xbe, 0x16, 0x3e,
  0xc8, 0xac, 0x81, 0xbf, 0xb7, 0x2a, 0x14, 0x3d, 0x16, 0xb4, 0x47, 0xbf,
  0x00, 0x66, 0x45, 0x3e, 0xcb, 0x7d, 0x75, 0x3e, 0xa8, 0x20, 0x1a, 0x3d,
  0xf6, 0xec, 0x2c, 0x3e, 0xe5, 0x76, 0x0d, 0xbe, 0x26, 0xe1, 0x57, 0xbe,
  0x76, 0x49, 0x53, 0x3e, 0x00, 0x73, 0x86, 0x3d, 0x8c, 0x79, 0x18, 0xbd,
  0x82, 0x5e, 0x3c, 0xbe, 0x80, 0x28, 0x1a, 0xbe, 0xca, 0xd3, 0x53, 0x3e,
  0x00, 0xd8, 0xa1, 0x3d, 0xf8, 0xd5, 0x29, 0xbe, 0xd8, 0xf6, 0x21, 0xbe,
  0x88, 0x22, 0xb0, 0x3c, 0x18, 0x48, 0xbd, 0x3d, 0x48, 0xc1, 0xe0, 0x3d,
  0x78, 0x0d, 0x86, 0xbd, 0x48, 0xc9, 0x6f, 0x3d, 0xbc, 0x08, 0x24, 0xbe,
  0x62, 0x14, 0x4d, 0xbe, 0x46, 0xde, 0xb0, 0xbd, 0x68, 0xb5, 0x99, 0xbd,
  0xe4, 0xda, 0x54, 0xbd, 0x8c, 0x0d, 0x94, 0xbd, 0x70, 0x6c, 0xce, 0xbc,
  0xd9, 0xa3, 0x17, 0xbe, 0x94, 0xb2, 0x16, 0x3e, 0x06, 0x80, 0x1f, 0xbe,
  0xbc, 0x4c, 0x14, 0xbe, 0x89, 0xe4, 0x31, 0xbe, 0x6d, 0x09, 0x39, 0xbe,
  0xb2, 0x02, 0x32, 0xbe, 0xb0, 0xd4, 0x07, 0xbe, 0xdb, 0x8a, 0x53, 0xbe,
  0xa8, 0x00, 0xb7, 0x3c, 0xb5, 0xa1, 0x22, 0xbe, 0xea, 0x05, 0x9e, 0x3d,
  0xef, 0x73, 0xb8, 0x3f, 0xf0, 0x28, 0xfe, 0x3c, 0xdf, 0x45, 0x01, 0xbd,
  0x78, 0x8c, 0xb8, 0xbf, 0x07, 0xfc, 0xe6, 0xbc, 0x18, 0xd1, 0xa0, 0xbe,
  0x23, 0x2d, 0x4f, 0x3e, 0xf8, 0x8c, 0x28, 0x3e, 0x7a, 0x4d, 0xcf, 0xbd,
  0x58, 0x41, 0x51, 0x3d, 0x60, 0xb0, 0x9c, 0xbc, 0x9a, 0xc5, 0x38, 0xbe,
  0x4f, 0x20, 0x15, 0xbe, 0x63, 0x90, 0x31, 0xbe, 0xca, 0x0b, 0x87, 0xbd,
  0x43, 0xc7, 0xe0, 0xbd, 0x7e, 0x29, 0x20, 0xbe, 0x39, 0x9c, 0x1b, 0xbe,
  0xcd, 0x88, 0x19, 0xbf, 0x3f, 0x0c, 0x81, 0x3d, 0x66, 0x03, 0xb0, 0x3f,
  0x80, 0x3c, 0x91, 0x3d, 0xe9, 0x0f, 0x64, 0xbe, 0x72, 0x39, 0x17, 0x3f,
  0xff, 0x11, 0x7c, 0x3d, 0xb2, 0x63, 0xa9, 0xbf, 0x69, 0x4d, 0xb9, 0x3d,
  0x7f, 0x87, 0x85, 0x3e, 0x1b, 0x5a, 0xd0, 0xbd, 0x82, 0xe1, 0x4b, 0xbe,
  0x94, 0x47, 0xbe, 0x3d, 0x22, 0x6e, 0xe7, 0xbd, 0xd0, 0x3e, 0xe4, 0x3d,
  0xb3, 0xf0, 0x75, 0xbf, 0xba, 0x66, 0x47, 0xbe, 0x5f, 0x20, 0xa9, 0x3f,
  0x58, 0x32, 0xdf, 0x3d, 0x0b, 0x52, 0x15, 0xbe, 0x1c, 0x3d, 0xad, 0x3d,
  0xe0, 0xdb, 0x43, 0xbd, 0x8a, 0x42, 0xa5, 0xbd, 0xa3, 0x48, 0x49, 0xbe,
  0x5c, 0x93, 0x02, 0x3e, 0xb8, 0xea, 0x01, 0x3e, 0x88, 0xbd, 0x85, 0x3d,
  0x74, 0x54, 0x5b, 0xbd, 0x4c, 0xc1, 0x4c, 0xbe, 0xc2, 0x91, 0x1d, 0x3e,
  0x2c, 0xed, 0x2a, 0xbd, 0x85, 0x95, 0xe9, 0xbd, 0x28, 0x0a, 0x18, 0xbe,
  0xd3, 0x12, 0x39, 0xbe, 0xec, 0x66, 0x37, 0xbe, 0xbc, 0xa5, 0x55, 0x3e,
  0x90, 0xe9, 0x53, 0xbd, 0x48, 0x54, 0x24, 0xbd, 0x6c, 0xba, 0x2f, 0xbd,
  0x10, 0x0e, 0xd7, 0x3d, 0xb6, 0x3c, 0x24, 0xbe, 0x75, 0xcd, 0xac, 0x3d,
  0x17, 0xa2, 0xe1, 0x3f, 0xc3, 0x4f, 0x9d, 0xbb, 0x5a, 0x27, 0x38, 0x3e,
  0x84, 0x9e, 0x15, 0x3e, 0x5e, 0x9c, 0x2b, 0xbe, 0xa6, 0xe1, 0xfc, 0xbd,
  0xe0, 0xbe, 0x30, 0xbd, 0x9f, 0x7a, 0xb9, 0xbd, 0x3a, 0x4d, 0xc6, 0xbf,
  0x4f, 0x2a, 0x83, 0xbe, 0xa7, 0x1d, 0x7a, 0x3f, 0xea, 0x69, 0x0f, 0x3e,
  0xe3, 0xaa, 0x2a, 0x3d, 0xd2, 0xfb, 0xff, 0xff, 0x10, 0x00, 0x00, 0x00,
  0x05, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00, 0x00,
  0x02, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00,
  0x17, 0x00, 0x00, 0x00, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x74, 0x69,
  0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x4d, 0x61, 0x74,
  0x4d, 0x75, 0x6c, 0x00, 0x54, 0xfb, 0xff, 0xff, 0x26, 0xfe, 0xff, 0xff,
  0x04, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0xda, 0xae, 0x70, 0xbc,
  0x78, 0xeb, 0x3c, 0x3e, 0x75, 0xfe, 0x28, 0xbe, 0x2a, 0xfc, 0xff, 0xff,
  0x10, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00,
  0x44, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
  0x32, 0x00, 0x00, 0x00, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x74, 0x69,
  0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x32, 0x2f, 0x42,
  0x69, 0x61, 0x73, 0x41, 0x64, 0x64, 0x2f, 0x52, 0x65, 0x61, 0x64, 0x56,
  0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x4f, 0x70, 0x2f, 0x72, 0x65,
  0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x00, 0xc4, 0xfb, 0xff, 0xff,
  0x96, 0xfe, 0xff, 0xff, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00,
  0x76, 0x7a, 0x9d, 0x3d, 0xe2, 0xe8, 0x54, 0x3d, 0x13, 0x60, 0xe5, 0x3d,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x03, 0x18, 0xbd,
  0x00, 0x00, 0x00, 0x00, 0x91, 0xa8, 0x6b, 0xbd, 0x53, 0xff, 0xba, 0x3c,
  0xda, 0x00, 0xbc, 0x3d, 0x9c, 0xb9, 0x06, 0x3e, 0x7f, 0x35, 0xaf, 0xbc,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0xbf, 0x63, 0xbc,
  0x64, 0x96, 0xcc, 0x3d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0xf4, 0xa1, 0xa2, 0xbd, 0xf2, 0x1d, 0xc4, 0xbc, 0x00, 0x00, 0x00, 0x00,
  0x4d, 0xb6, 0x95, 0xbc, 0x00, 0x00, 0x00, 0x00, 0x8d, 0xa2, 0x43, 0xbc,
  0x08, 0x56, 0x30, 0xbc, 0x00, 0x00, 0x00, 0x00, 0x93, 0x3b, 0x33, 0x3b,
  0xb3, 0xe2, 0xff, 0xbc, 0x96, 0xd7, 0xcc, 0x3d, 0x48, 0x67, 0xba, 0xbc,
  0x00, 0x00, 0x00, 0x00, 0x2e, 0x95, 0xf9, 0xbc, 0x95, 0x1d, 0xa4, 0xbc,
  0x00, 0x00, 0x00, 0x00, 0x0b, 0x11, 0x9a, 0xbc, 0x5d, 0x5b, 0x45, 0xbb,
  0x1b, 0xee, 0x64, 0x3d, 0xc3, 0x72, 0x37, 0xbd, 0x37, 0x54, 0xfd, 0xbc,
  0x9a, 0x7e, 0x2f, 0xbc, 0xca, 0xbe, 0xbc, 0x3d, 0xe3, 0x9d, 0xb4, 0x3d,
  0x00, 0x00, 0x00, 0x00, 0x0b, 0xcb, 0xe7, 0xbb, 0x00, 0x00, 0x00, 0x00,
  0x6e, 0x7e, 0x84, 0x3d, 0x0d, 0x29, 0x9c, 0x3d, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x01, 0x8b, 0x1f, 0xbd, 0x4c, 0x64, 0x60, 0xbc,
  0x1c, 0x4b, 0x84, 0xbc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x55, 0x95, 0x6a, 0xbc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x21, 0x59, 0x71, 0x3d, 0xc6, 0x75, 0x03, 0xbc,
  0x2d, 0x4e, 0xcf, 0x3b, 0x27, 0xf8, 0x88, 0xbc, 0x39, 0x89, 0x17, 0xbd,
  0x80, 0x4c, 0x1e, 0xbd, 0x8e, 0xfd, 0xff, 0xff, 0x10, 0x00, 0x00, 0x00,
  0x03, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00,
  0x01, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x32, 0x00, 0x00, 0x00,
  0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x2f, 0x64,
  0x65, 0x6e, 0x73, 0x65, 0x5f, 0x31, 0x2f, 0x42, 0x69, 0x61, 0x73, 0x41,
  0x64, 0x64, 0x2f, 0x52, 0x65, 0x61, 0x64, 0x56, 0x61, 0x72, 0x69, 0x61,
  0x62, 0x6c, 0x65, 0x4f, 0x70, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72,
  0x63, 0x65, 0x00, 0x00, 0x04, 0x00, 0x06, 0x00, 0x04, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x06, 0x00, 0x08, 0x00, 0x04, 0x00, 0x06, 0x00, 0x00, 0x00,
  0x04, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0xef, 0xab, 0xe3, 0xbc, 0x69, 0x4a, 0x18, 0x3d,
  0x4a, 0x6e, 0x19, 0xbd, 0x00, 0x00, 0x00, 0x00, 0x98, 0x18, 0xc3, 0xbc,
  0x29, 0xdd, 0x77, 0xbd, 0x00, 0x00, 0x00, 0x00, 0xa8, 0xb8, 0xd5, 0xbc,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x8a, 0xdb, 0x67, 0xba, 0xa0, 0x1b, 0xd4, 0xbc, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x4e, 0x71, 0x39, 0x3b, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x6c, 0x47, 0xe1, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x74, 0x22, 0x11, 0xbd, 0x00, 0x00, 0x00, 0x00,
  0x73, 0xa8, 0xa9, 0xbd, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x74, 0x38, 0xbd,
  0x00, 0x00, 0x00, 0x00, 0x46, 0x51, 0x74, 0xbc, 0xfc, 0xf8, 0x3a, 0x3d,
  0x00, 0x00, 0x00, 0x00, 0xe3, 0x7d, 0x48, 0xbd, 0x52, 0x88, 0x84, 0xba,
  0x00, 0x00, 0x00, 0x00, 0x89, 0xa5, 0xdf, 0xbc, 0x78, 0x4c, 0xcb, 0xbc,
  0xd1, 0xc9, 0x2b, 0xbd, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x47, 0x5c, 0xb1, 0x3c,
  0x00, 0x00, 0x00, 0x00, 0xf6, 0xa4, 0x4a, 0xbd, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x20, 0xd6, 0x49, 0xbc, 0x00, 0x00, 0x00, 0x00,
  0x5c, 0x27, 0x40, 0xbd, 0x62, 0xcd, 0x4b, 0xbc, 0x43, 0x11, 0x45, 0xbc,
  0x00, 0x00, 0x00, 0x00, 0x6d, 0xad, 0x60, 0x3c, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0xab, 0xcb, 0x87, 0x3c, 0x86, 0xc6, 0xd8, 0xbb,
  0x18, 0x8c, 0x22, 0xbd, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x69, 0xa7, 0xbd,
  0x2d, 0x83, 0xd5, 0x3c, 0xf9, 0x03, 0x2d, 0xbd, 0x00, 0x00, 0x00, 0x00,
  0xe0, 0xf8, 0xb4, 0xbc, 0x63, 0x0b, 0x6c, 0x3c, 0x00, 0x00, 0x00, 0x00,
  0x19, 0x70, 0x95, 0xbc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x8d, 0x14, 0x0b, 0x3d, 0xd7, 0x88, 0xa4, 0xbc, 0xb6, 0xf1, 0x11, 0xbd,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x73, 0x54, 0xbd,
  0x00, 0x00, 0x00, 0x00, 0x8e, 0xae, 0x82, 0x3c, 0x00, 0x00, 0x00, 0x00,
  0x8e, 0x25, 0xea, 0xbc, 0x93, 0x69, 0x96, 0xbd, 0x00, 0x00, 0x00, 0x00,
  0x29, 0x4a, 0x21, 0xbc, 0xa9, 0xbe, 0x36, 0xbd, 0x3c, 0x2e, 0x02, 0xbc,
  0x00, 0x00, 0x00, 0x00, 0x85, 0x81, 0xc4, 0xbd, 0x6b, 0xc0, 0x8e, 0xbd,
  0x00, 0x00, 0x00, 0x00, 0x7f, 0xf8, 0x8a, 0xbd, 0xac, 0xf3, 0x3e, 0xbd,
  0x00, 0x00, 0x00, 0x00, 0x99, 0x28, 0x61, 0xbc, 0xfc, 0xb7, 0x2f, 0x3d,
  0x12, 0xcb, 0x22, 0xbd, 0xa9, 0xf8, 0xfa, 0x3c, 0x28, 0x47, 0x92, 0xbd,
  0x1a, 0x7a, 0x1a, 0xbe, 0x8e, 0xea, 0x72, 0xbc, 0x18, 0x39, 0x27, 0xbd,
  0xec, 0xa7, 0x32, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x83, 0x4e, 0x29, 0x3d,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x07, 0x34, 0xc1, 0xbd, 0x8c, 0x6c, 0x39, 0x3c,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd9, 0xb3, 0x63, 0xbd,
  0x7a, 0xe8, 0xc9, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x2b, 0xe5, 0xbf, 0xbb,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x2a, 0x8a, 0x81, 0xbd, 0x00, 0x00, 0x00, 0x00,
  0x54, 0xa9, 0x3e, 0x3c, 0x00, 0x00, 0x0e, 0x00, 0x14, 0x00, 0x04, 0x00,
  0x00, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x10, 0x00, 0x0e, 0x00, 0x00, 0x00,
  0x10, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00,
  0x44, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
  0x30, 0x00, 0x00, 0x00, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x74, 0x69,
  0x61, 0x6c, 0x2f, 0x64, 0x65, 0x6e, 0x73, 0x65, 0x2f, 0x42, 0x69, 0x61,
  0x73, 0x41, 0x64, 0x64, 0x2f, 0x52, 0x65, 0x61, 0x64, 0x56, 0x61, 0x72,
  0x69, 0x61, 0x62, 0x6c, 0x65, 0x4f, 0x70, 0x2f, 0x72, 0x65, 0x73, 0x6f,
  0x75, 0x72, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00, 0xa8, 0xff, 0xff, 0xff,
  0x14, 0x00, 0x18, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0c, 0x00,
  0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x00, 0x00,
  0x14, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00,
  0x2c, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  0x01, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  0xff, 0xff, 0xff, 0xff, 0x05, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00,
  0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x31, 0x00, 0xfc, 0xff, 0xff, 0xff,
  0x04, 0x00, 0x04, 0x00, 0x04, 0x00, 0x00, 0x00
};

#endif //AIR_QUALITY_LEVEL_H

Schematics

project-image
Schematic - 73.1

Downloads

air_quality_weather_station_v1.stl

Download


Fritzing

Download